@charset "UTF-8";
/*!
Theme Name: ImpactBioenergy
Theme URI: http://underscores.me/
Author: Eleven Alphabet
Author URI: http://elevenalphabet.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: impact-bioenergy
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ImpactBioenergy is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/ProximaNova-Regular.woff2") format("woff2"), url("fonts/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("fonts/ProximaNova-Bold.woff2") format("woff2"), url("fonts/ProximaNova-Bold.woff") format("woff"), url("fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Light';
  src: url("fonts/ProximaNova-Light.woff2") format("woff2"), url("fonts/ProximaNova-Light.woff") format("woff"), url("fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Thin';
  src: url("fonts/ProximaNovaT-Thin.woff2") format("woff2"), url("fonts/ProximaNovaT-Thin.woff") format("woff"), url("fonts/ProximaNovaT-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #6F6F6F;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  line-height: 1.6; }

@media (min-width: 768px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    line-height: 1.5; } }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #333; }

h2 {
  font-size: 28px; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  background: url("assets/bg-pattern.png"); }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: rgba(147, 195, 0, 0.8);
  border: none;
  color: #FFFFFF;
  border-radius: 0;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 200px; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #008454; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background-color: #008454; }

.btn {
  border-radius: 0;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0;
  text-transform: uppercase;
  min-width: 200px; }

.btn-primary {
  background-color: rgba(147, 195, 0, 0.8);
  border: none;
  color: #FFFFFF; }
  .btn-primary:hover {
    background-color: #93c300; }
  .btn-primary:active, .btn-primary:focus {
    background-color: #008454; }

.btn-white {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: #333; }
  .btn-white:hover {
    background-color: white; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  max-width: 100%;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

form p {
  font-size: 16px; }

label {
  color: #333;
  font-size: 14px;
  font-weight: normal; }

input {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE; }

.inputGroup.mc-field-group {
  height: 40px;
  margin: 0 auto;
  position: relative;
  width: 100%; }
  .inputGroup.mc-field-group input {
    border: 1px solid #EEEEEE;
    color: rgba(170, 170, 170, 0.8);
    font-size: 14px;
    padding-left: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5; }
  .inputGroup.mc-field-group button {
    background: none;
    border: none;
    min-width: 0;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
    .inputGroup.mc-field-group button:before {
      content: '\f101';
      color: #93C300;
      font-family: 'FontAwesome';
      font-size: 14px;
      line-height: 40px; }
    .inputGroup.mc-field-group button:hover:before {
      color: #008454; }
    .inputGroup.mc-field-group button:focus {
      outline: 0; }
  @media (min-width: 768px) {
    .inputGroup.mc-field-group {
      width: 333px; } }

select {
  border: 1px solid #cbcbcb; }

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  padding-bottom: 8px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #008412;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, a:focus, a:active {
    color: #93C300;
    text-decoration: none; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: right; }
  .main-navigation ul ul {
    background: #eee;
    float: left;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: -999em;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999; }
    .main-navigation ul ul:before {
      content: '';
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #eee;
      position: absolute;
      top: -5px;
      left: 50%;
      transform: translateX(-5px); }
    .main-navigation ul ul ul {
      left: -999em;
      top: 0; }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
      left: 100%; }
    .main-navigation ul ul a {
      line-height: 1;
      padding: 15px 20px !important;
      width: 120px;
      width: auto; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
    opacity: 1; }

.main-navigation li {
  display: inline-block;
  position: relative; }
  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    color: #008412; }
  .main-navigation li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 5px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .main-navigation li.menu-item-has-children:hover > a:after {
    opacity: 0; }
  @media (min-width: 1200px) {
    .main-navigation li:last-child > a {
      padding-right: 0; } }

.main-navigation a {
  display: block;
  color: #6F6F6F;
  font-size: 14px;
  line-height: 60px;
  padding: 0 24px;
  text-transform: uppercase;
  text-decoration: none; }
  @media (min-width: 1200px) {
    .main-navigation a {
      padding: 0 32px; } }

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #008454; }

.toggle--mobile-nav {
  font-size: 24px;
  float: right;
  line-height: 40px;
  padding: 10px; }

#toggle--mobile-nav {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #toggle--mobile-nav span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #008454;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #toggle--mobile-nav span:nth-child(1) {
      top: 0px; }
    #toggle--mobile-nav span:nth-child(2), #toggle--mobile-nav span:nth-child(3) {
      top: 10px; }
    #toggle--mobile-nav span:nth-child(4) {
      top: 20px; }
  #toggle--mobile-nav.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  #toggle--mobile-nav.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #toggle--mobile-nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #toggle--mobile-nav.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

.menu-mobile-menu-container {
  background: #fff;
  display: none;
  padding: 5%;
  position: fixed;
  top: 117px;
  /* to account for global banner height */
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }
  .menu-mobile-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .menu-mobile-menu-container a {
    color: #6F6F6F;
    display: block;
    padding: 10px 0;
    text-transform: uppercase; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: none; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px 0; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

::-moz-selection {
  background: #93C300; }

::selection {
  background: #93C300; }

:focus {
  outline-color: #93C300; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body.modal-open {
  overflow: hidden; }

.global-banner {
  background-color: #FF8500;
  color: #fff;
  font-size: 14px;
  line-height: 1.33;
  padding-top: 5px;
  padding-bottom: 5px; }
  .global-banner a {
    color: #fff;
    text-decoration: underline; }
  .global-banner .global-banner--announcement {
    display: none; }
    .global-banner .global-banner--announcement:first-child {
      display: block; }

.display--table {
  display: table;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }

.display--table-cell {
  display: block; }
  @media (min-width: 768px) {
    .display--table-cell {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      width: 50%; } }

@media (min-width: 1200px) {
  .row.row-fixed {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px; } }

#masthead {
  background: #fff;
  padding-top: 14px;
  padding-bottom: 14px; }

p.site-title {
  margin: 0; }

.breadcrumbs {
  background-color: rgba(255, 255, 255, 0.8);
  color: #6F6F6F;
  height: 30px;
  font-size: 11px;
  line-height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  text-transform: uppercase;
  width: 100%;
  z-index: 15; }
  .breadcrumbs .row {
    margin: 0; }
  .breadcrumbs a {
    color: #6F6F6F; }

@media (min-width: 1200px) {
  .breadcrumbs .row.row-fixed {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px; } }

.home--hero {
  height: 80vh;
  height: calc(100vh - 88px);
  position: relative; }
  @media (min-width: 768px) {
    .home--hero {
      height: 0;
      padding-top: 66%; } }
  @media (min-width: 992px) {
    .home--hero {
      height: 0;
      padding-top: 50%; } }
  @media (min-width: 1200px) {
    .home--hero {
      height: 0;
      padding-top: 35.5%; } }
  .home--hero .home--hero-slide-wrapper {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4; }
    .home--hero .home--hero-slide-wrapper .home--hero-slide {
      background-size: cover;
      background-position: center;
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
  .home--hero .home--hero-overlay {
    background-color: rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5; }
  .home--hero .home--hero-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 10; }
    .home--hero .home--hero-content h2 {
      color: #FFFFFF;
      font-family: "Proxima Nova Bold";
      font-size: 40px;
      line-height: 0.88;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .home--hero .home--hero-content h3 {
      color: #FFFFFF;
      font-size: 20px;
      line-height: 1.233333; }
    @media (min-width: 768px) {
      .home--hero .home--hero-content h2 {
        font-size: 100px; }
      .home--hero .home--hero-content h3 {
        font-size: 30px; } }
  .home--hero .home--hero-cta {
    padding-top: 40px;
    position: absolute;
    right: 0;
    bottom: 26px;
    left: 0;
    z-index: 10; }
    .home--hero .home--hero-cta .rotating-text {
      height: 40px;
      position: absolute;
      top: 0;
      text-align: center;
      width: 100%; }
      .home--hero .home--hero-cta .rotating-text p {
        color: #FFFFFF;
        display: none;
        font-size: 14px;
        margin-bottom: 15px;
        position: absolute;
        width: 100%; }
      @media (min-width: 768px) {
        .home--hero .home--hero-cta .rotating-text p {
          font-size: 20px; } }

.home--section {
  margin-top: 30px; }
  .home--section .home--section-text {
    width: 100%; }
    .home--section .home--section-text h2 {
      color: #333333;
      font-family: "Proxima Nova Bold";
      font-size: 30px;
      line-height: 0.9333333;
      margin-bottom: 15px;
      text-transform: uppercase;
      text-align: center; }
      .home--section .home--section-text h2:after {
        border: 3px solid #93C300;
        clear: both;
        content: '';
        display: block;
        height: 0;
        margin-top: 14px;
        margin-left: auto;
        margin-right: auto;
        width: 33%; }
    .home--section .home--section-text a.home--section-cta {
      display: inline-block;
      font-family: "Proxima Nova Bold";
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase; }
    .home--section .home--section-text ul {
      margin: 0;
      padding-left: 20px; }
      .home--section .home--section-text ul li {
        font-size: 16px; }
    @media (min-width: 768px) {
      .home--section .home--section-text {
        width: 50%; }
        .home--section .home--section-text h2 {
          font-size: 36px;
          margin-bottom: 45px;
          text-align: left; }
          .home--section .home--section-text h2:after {
            position: absolute;
            width: 75%; }
        .home--section .home--section-text p {
          font-size: 18px;
          max-width: 470px; } }
    @media (min-width: 992px) {
      .home--section .home--section-text h2 {
        font-size: 60px; } }
  .home--section .home--section-img {
    text-align: right;
    vertical-align: top; }
    .home--section .home--section-img div {
      background-position: center;
      background-size: cover;
      height: 0;
      border-radius: 50%;
      margin: 0 auto;
      position: relative;
      padding-top: 66%;
      width: 66%;
      z-index: 5; }
      @media (min-width: 768px) {
        .home--section .home--section-img div {
          margin: 0;
          padding-top: 90%;
          width: 90%; } }
      @media (min-width: 992px) {
        .home--section .home--section-img div {
          height: 400px;
          padding-top: 0;
          width: 400px; } }
      @media (min-width: 1200px) {
        .home--section .home--section-img div {
          height: 520px;
          width: 520px; } }
    @media (min-width: 992px) {
      .home--section .home--section-img {
        vertical-align: middle; } }
  @media (min-width: 768px) {
    .home--section {
      margin-top: 60px; }
      .home--section:nth-child(odd) .home--section-text h2 {
        text-align: right; }
        .home--section:nth-child(odd) .home--section-text h2:after {
          right: 0; }
      .home--section:nth-child(odd) .home--section-text p {
        margin-left: auto; }
      .home--section:nth-child(odd) .home--section-img {
        text-align: left; }
      .home--section:nth-child(even) .home--section-img div {
        margin-left: auto; } }

#home--section-contact {
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative; }
  #home--section-contact .contact--overlay {
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5; }
  #home--section-contact .contact--content {
    position: relative;
    z-index: 10; }
    #home--section-contact .contact--content h2 {
      color: #FFFFFF;
      font-family: "Proxima Nova Bold";
      font-size: 30px;
      text-transform: uppercase; }
    #home--section-contact .contact--content p {
      color: #FFFFFF;
      font-weight: 500; }
    @media (min-width: 768px) {
      #home--section-contact .contact--content h2 {
        font-size: 50px; }
      #home--section-contact .contact--content p {
        font-size: 18px; } }

#home--section-partners {
  background-color: #fff;
  margin-top: 0;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px; }
  #home--section-partners h2 {
    color: #333333;
    font-family: "Proxima Nova Bold";
    font-size: 30px;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    #home--section-partners {
      padding-top: 60px;
      padding-bottom: 60px; }
      #home--section-partners h2 {
        font-size: 50px; } }
  @media (min-width: 992px) {
    #home--section-partners {
      padding-top: 100px;
      padding-bottom: 100px; } }

.page--hero {
  background: #008454;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-top: 66%;
  position: relative; }
  .page--hero .page--hero-overlay {
    background-color: rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5; }
  .page--hero .entry-header {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 10; }
    .page--hero .entry-header h1 {
      color: #FFFFFF;
      font-family: "Proxima Nova Bold";
      font-size: 40px;
      line-height: 1;
      letter-spacing: 1px;
      max-width: 1170px;
      margin: 30px auto 0;
      text-transform: uppercase; }
  @media (min-width: 768px) {
    .page--hero {
      height: 400px;
      padding-top: 0; }
      .page--hero .entry-header h1 {
        font-size: 100px;
        line-height: 0.88; } }

.nav--in-page,
.sidebar {
  border-left: 6px solid #93C300;
  margin-top: 30px;
  margin-bottom: 30px; }
  .nav--in-page ul,
  .sidebar ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0; }
  .nav--in-page li,
  .sidebar li {
    font-family: "Proxima Nova";
    font-size: 20px;
    font-weight: 500;
    line-height: 2; }
    .nav--in-page li a,
    .sidebar li a {
      color: #333333; }
      .nav--in-page li a:hover,
      .sidebar li a:hover {
        color: #93C300;
        text-decoration: none; }
  .nav--in-page .block + .block,
  .sidebar .block + .block {
    margin-top: 1em; }
  .nav--in-page .btn,
  .sidebar .btn {
    width: 100%; }
  @media (min-width: 768px) {
    .nav--in-page,
    .sidebar {
      margin-top: 60px;
      margin-bottom: 60px; } }

.mobile-page-nav {
  margin-top: 30px; }
  .mobile-page-nav .btn {
    margin-bottom: 6px;
    width: 100%; }

.tech--section {
  margin-top: 30px; }
  .tech--section h2 {
    color: #333333;
    font-family: "Proxima Nova Bold";
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase; }
    .tech--section h2:after {
      border: 3px solid #93C300;
      clear: both;
      content: '';
      display: block;
      height: 0;
      margin: 14px auto 0;
      width: 33%; }
  @media (min-width: 768px) {
    .tech--section h2 {
      font-size: 40px;
      margin-bottom: 50px;
      text-align: left; }
      .tech--section h2:after {
        margin: 14px 0 0;
        position: absolute;
        width: 75%; } }
  .tech--section .tech--section-img.display--table-cell {
    vertical-align: top; }
    .tech--section .tech--section-img.display--table-cell div {
      background-size: cover;
      background-position: center;
      border-radius: 50%;
      height: 0;
      margin: 0 auto;
      padding-top: 66%;
      position: relative;
      width: 66%;
      z-index: 5; }
    @media (min-width: 768px) {
      .tech--section .tech--section-img.display--table-cell {
        text-align: right;
        width: 37.5%; }
        .tech--section .tech--section-img.display--table-cell div {
          float: right;
          margin: 0;
          padding-top: 100%;
          width: 100%; } }
    @media (min-width: 992px) {
      .tech--section .tech--section-img.display--table-cell div {
        height: 275px;
        padding-top: 0;
        width: 275px; } }
  .tech--section span.open--modal {
    color: #008454;
    cursor: pointer;
    display: inline-block;
    font-family: "Proxima Nova Bold";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .tech--section span.open--modal:hover {
      color: #93C300; }
  .tech--section:last-child {
    margin-bottom: 60px; }
  @media (min-width: 768px) {
    .tech--section {
      margin-top: 60px; } }

/* The Modal (background) */
.tech-modal {
  background-color: black;
  /* Fallback color */
  background-color: rgba(51, 51, 51, 0.5);
  /* Black w/ opacity */
  display: none;
  /* Hidden by default */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  position: fixed;
  /* Stay in place */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  z-index: 9999;
  /* Sit on top */
  /* Modal Content/Box */ }
  .tech-modal .tech-modal--content {
    background-color: #fff;
    border-radius: 3px;
    height: 95%;
    margin: 5% auto 0;
    /* 15% from the top and centered */
    max-width: 800px;
    padding: 30px 0 30px 30px;
    position: relative;
    width: 80%;
    /* Could be more or less, depending on screen size */ }
    .tech-modal .tech-modal--content span.close {
      background: #FF8500;
      border-radius: 50%;
      color: #fff;
      cursor: pointer;
      font-size: 20px;
      height: 29px;
      line-height: 29px;
      opacity: 1;
      position: absolute;
      top: -15px;
      right: -15px;
      text-align: center;
      width: 29px; }
      .tech-modal .tech-modal--content span.close:hover {
        background-color: #ffaa4d; }
    .tech-modal .tech-modal--content > div {
      height: 100%;
      overflow: auto;
      padding-right: 30px;
      position: relative; }
      .tech-modal .tech-modal--content > div h3 {
        font-size: 32px;
        margin-bottom: 30px; }
  @media (min-width: 768px) {
    .tech-modal .tech-modal--content {
      height: 80%; } }

.about--section h2 {
  margin: 30px 0; }

.about--section .team-card {
  cursor: pointer;
  margin-bottom: 30px;
  /* The Modal (background) */ }
  .about--section .team-card .team-card-inner {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 15px; }
  .about--section .team-card .team-headshot {
    background-size: cover;
    padding-top: 100%; }
  .about--section .team-card:hover > .team-card-inner {
    border-color: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .about--section .team-card h3 {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 20px 0 0; }
  .about--section .team-card p {
    font-size: 14px;
    margin: 0; }
  .about--section .team-card .bio-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(51, 51, 51, 0.5);
    /* Black w/ opacity */
    /* Modal Content/Box */ }
    .about--section .team-card .bio-modal .bio-modal--content {
      background-color: #fff;
      margin: 15% auto;
      /* 15% from the top and centered */
      max-width: 800px;
      padding: 15px;
      position: relative;
      width: 80%;
      /* Could be more or less, depending on screen size */ }
      .about--section .team-card .bio-modal .bio-modal--content span.close {
        background: #FF8500;
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        height: 29px;
        line-height: 29px;
        opacity: 1;
        position: absolute;
        top: -15px;
        right: -15px;
        width: 29px; }
        .about--section .team-card .bio-modal .bio-modal--content span.close:hover {
          background-color: #ffaa4d; }
      .about--section .team-card .bio-modal .bio-modal--content .team-card--bio p {
        font-size: 14px;
        margin-top: 30px; }
    @media (min-width: 768px) {
      .about--section .team-card .bio-modal .bio-modal--content {
        padding: 30px 30px 30px 0; }
      .about--section .team-card .bio-modal .team-card--bio p {
        font-size: 16px;
        margin-top: 0; } }

.page-contact .nav--in-page {
  border: none;
  margin-top: 0; }
  .page-contact .nav--in-page strong {
    color: #333; }

.page-contact .contact--cards {
  margin-top: 30px; }

.page-contact .contact--card {
  color: #fff;
  margin-bottom: 30px;
  position: relative; }
  .page-contact .contact--card a {
    background-color: #0D3C73;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 30px; }
  .page-contact .contact--card h2 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 10px; }
  .page-contact .contact--card p {
    color: #fff;
    font-size: 12px;
    line-height: 1.71428571;
    margin: 0;
    text-transform: uppercase; }
  .page-contact .contact--card i {
    font-size: 28px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%); }
  @media (min-width: 768px) {
    .page-contact .contact--card h2 {
      font-size: 28px; }
    .page-contact .contact--card p {
      font-size: 14px; } }

@media (min-width: 768px) {
  .page-contact .contact--cards {
    margin-top: 60px; }
  .page-contact .nav--in-page {
    border-left: 6px solid #93C300;
    font-size: 18px;
    line-height: 1.556;
    margin-top: 60px; } }

.page-resources .resource--cards {
  margin-top: 60px; }
  .page-resources .resource--cards .row {
    margin-bottom: 30px; }
  .page-resources .resource--cards h2 {
    margin: 0 0 30px; }

.page-resources .resource--card {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .page-resources .resource--card a {
    background-color: #008454;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 30px; }
  .page-resources .resource--card h3 {
    color: #fff;
    margin: 0 0 10px; }
  .page-resources .resource--card p {
    color: #fff;
    font-size: 14px;
    line-height: 1.71428571;
    margin: 0;
    text-transform: uppercase; }
  .page-resources .resource--card:nth-child(n+8) {
    display: none; }
  .page-resources .resource--card:hover a {
    background-color: rgba(0, 132, 84, 0.9);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }

.page-news .contact--cards {
  margin-top: 0; }

.archive .contact--cards {
  margin-top: 30px; }

.page-news .entry-meta,
.archive .entry-meta {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase; }

.page-news .nav--in-page,
.archive .nav--in-page {
  font-size: 18px;
  line-height: 1.556; }
  .page-news .nav--in-page strong,
  .archive .nav--in-page strong {
    color: #333; }

.page-news .mobile-page-nav a,
.archive .mobile-page-nav a {
  display: none; }

.page-news .contact--card,
.archive .contact--card {
  color: #fff;
  margin-bottom: 30px;
  position: relative; }
  .page-news .contact--card a,
  .archive .contact--card a {
    background-color: #0D3C73;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 30px; }
  .page-news .contact--card h2,
  .archive .contact--card h2 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 10px; }
  .page-news .contact--card p,
  .archive .contact--card p {
    color: #fff;
    font-size: 12px;
    line-height: 1.71428571;
    margin: 0;
    text-transform: uppercase; }
  .page-news .contact--card i,
  .archive .contact--card i {
    font-size: 28px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%); }
  .page-news .contact--card:hover a,
  .archive .contact--card:hover a {
    background-color: rgba(13, 60, 115, 0.9);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

@media (min-width: 768px) {
  .page-news .contact--cards,
  .archive .contact--cards {
    margin-top: 60px; }
  .page-news .contact--card h2,
  .archive .contact--card h2 {
    font-size: 28px; }
  .page-news .contact--card p,
  .archive .contact--card p {
    font-size: 14px; } }

@media (max-width: 767px) {
  .archive .contact--card:last-child {
    margin-bottom: 0; } }

.single .entry-meta {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase; }

.page-horse-ad25 h1.entry-title,
.page-nautilus-ad185 h1.entry-title,
.page-template-page-sidebar h1.entry-title,
.page-template-page-services h1.entry-title {
  font-family: "Proxima Nova Bold";
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.page-horse-ad25 h2,
.page-nautilus-ad185 h2,
.page-template-page-sidebar h2,
.page-template-page-services h2 {
  font-size: 22px;
  margin: 0 0 15px; }

.page-horse-ad25 .entry-content,
.page-nautilus-ad185 .entry-content,
.page-template-page-sidebar .entry-content,
.page-template-page-services .entry-content {
  padding-top: 0; }

.page-horse-ad25 .nav--in-page,
.page-horse-ad25 .sidebar,
.page-nautilus-ad185 .nav--in-page,
.page-nautilus-ad185 .sidebar,
.page-template-page-sidebar .nav--in-page,
.page-template-page-sidebar .sidebar,
.page-template-page-services .nav--in-page,
.page-template-page-services .sidebar {
  border: none;
  margin-top: 0;
  margin-bottom: 30px; }
  .page-horse-ad25 .nav--in-page strong,
  .page-horse-ad25 .sidebar strong,
  .page-nautilus-ad185 .nav--in-page strong,
  .page-nautilus-ad185 .sidebar strong,
  .page-template-page-sidebar .nav--in-page strong,
  .page-template-page-sidebar .sidebar strong,
  .page-template-page-services .nav--in-page strong,
  .page-template-page-services .sidebar strong {
    color: #333;
    font-family: "Proxima Nova Bold"; }
  .page-horse-ad25 .nav--in-page a,
  .page-horse-ad25 .sidebar a,
  .page-nautilus-ad185 .nav--in-page a,
  .page-nautilus-ad185 .sidebar a,
  .page-template-page-sidebar .nav--in-page a,
  .page-template-page-sidebar .sidebar a,
  .page-template-page-services .nav--in-page a,
  .page-template-page-services .sidebar a {
    display: block;
    width: 200px; }

.page-horse-ad25 section,
.page-nautilus-ad185 section,
.page-template-page-sidebar section,
.page-template-page-services section {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 768px) {
  .page-horse-ad25 h1.entry-title,
  .page-nautilus-ad185 h1.entry-title,
  .page-template-page-sidebar h1.entry-title,
  .page-template-page-services h1.entry-title {
    font-size: 60px;
    margin-bottom: 30px; }
  .page-horse-ad25 h2,
  .page-nautilus-ad185 h2,
  .page-template-page-sidebar h2,
  .page-template-page-services h2 {
    font-size: 32px;
    margin-bottom: 30px; }
  .page-horse-ad25 .entry-content,
  .page-nautilus-ad185 .entry-content,
  .page-template-page-sidebar .entry-content,
  .page-template-page-services .entry-content {
    margin-bottom: 60px; }
  .page-horse-ad25 .nav--in-page,
  .page-horse-ad25 .sidebar,
  .page-nautilus-ad185 .nav--in-page,
  .page-nautilus-ad185 .sidebar,
  .page-template-page-sidebar .nav--in-page,
  .page-template-page-sidebar .sidebar,
  .page-template-page-services .nav--in-page,
  .page-template-page-services .sidebar {
    border-left: 6px solid #93C300;
    font-size: 18px;
    margin-top: 40px; }
  .page-horse-ad25 section,
  .page-nautilus-ad185 section,
  .page-template-page-sidebar section,
  .page-template-page-services section {
    padding-top: 60px;
    padding-bottom: 60px; } }

.page-horse-ad25 #csb,
.page-nautilus-ad185 #csb,
.page-template-page-sidebar #csb,
.page-template-page-services #csb {
  background: #fff;
  border-top: 6px solid #EEE;
  border-bottom: 6px solid #EEE;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  .page-horse-ad25 #csb .display--table-cell:last-of-type,
  .page-nautilus-ad185 #csb .display--table-cell:last-of-type,
  .page-template-page-sidebar #csb .display--table-cell:last-of-type,
  .page-template-page-services #csb .display--table-cell:last-of-type {
    width: auto; }
  .page-horse-ad25 #csb h3,
  .page-nautilus-ad185 #csb h3,
  .page-template-page-sidebar #csb h3,
  .page-template-page-services #csb h3 {
    color: #008454;
    font-family: "Proxima Nova Bold";
    font-size: 18px;
    text-transform: uppercase; }
  .page-horse-ad25 #csb a.home--section-cta,
  .page-nautilus-ad185 #csb a.home--section-cta,
  .page-template-page-sidebar #csb a.home--section-cta,
  .page-template-page-services #csb a.home--section-cta {
    display: inline-block;
    font-family: "Proxima Nova Bold";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .page-horse-ad25 #csb,
    .page-nautilus-ad185 #csb,
    .page-template-page-sidebar #csb,
    .page-template-page-services #csb {
      text-align: left; }
      .page-horse-ad25 #csb .display--table-cell:first-of-type,
      .page-nautilus-ad185 #csb .display--table-cell:first-of-type,
      .page-template-page-sidebar #csb .display--table-cell:first-of-type,
      .page-template-page-services #csb .display--table-cell:first-of-type {
        width: 200px; } }

.page-horse-ad25 section.layout_two_columns h3,
.page-nautilus-ad185 section.layout_two_columns h3,
.page-template-page-sidebar section.layout_two_columns h3,
.page-template-page-services section.layout_two_columns h3 {
  font-family: "Proxima Nova Bold";
  font-size: 14px;
  text-transform: uppercase; }
  .page-horse-ad25 section.layout_two_columns h3 span,
  .page-nautilus-ad185 section.layout_two_columns h3 span,
  .page-template-page-sidebar section.layout_two_columns h3 span,
  .page-template-page-services section.layout_two_columns h3 span {
    color: #008454; }

@media (min-width: 768px) {
  .page-horse-ad25 section.layout_two_columns h3,
  .page-nautilus-ad185 section.layout_two_columns h3,
  .page-template-page-sidebar section.layout_two_columns h3,
  .page-template-page-services section.layout_two_columns h3 {
    font-size: 18px; } }

.page-horse-ad25 section.layout_parallax_image,
.page-nautilus-ad185 section.layout_parallax_image,
.page-template-page-sidebar section.layout_parallax_image,
.page-template-page-services section.layout_parallax_image {
  background-size: cover;
  background-position: center;
  height: 600px; }

.page-horse-ad25 section.layout_text_specs,
.page-nautilus-ad185 section.layout_text_specs,
.page-template-page-sidebar section.layout_text_specs,
.page-template-page-services section.layout_text_specs {
  background-color: #fff;
  border-bottom: 6px solid #EEE;
  padding-bottom: 0;
  position: relative;
  overflow: hidden; }
  .page-horse-ad25 section.layout_text_specs .specs-column,
  .page-nautilus-ad185 section.layout_text_specs .specs-column,
  .page-template-page-sidebar section.layout_text_specs .specs-column,
  .page-template-page-services section.layout_text_specs .specs-column {
    background: rgba(147, 195, 0, 0.15);
    padding-top: 30px;
    padding-bottom: 30px; }
  @media (min-width: 768px) {
    .page-horse-ad25 section.layout_text_specs,
    .page-nautilus-ad185 section.layout_text_specs,
    .page-template-page-sidebar section.layout_text_specs,
    .page-template-page-services section.layout_text_specs {
      padding-bottom: 60px; }
      .page-horse-ad25 section.layout_text_specs .specs-column,
      .page-nautilus-ad185 section.layout_text_specs .specs-column,
      .page-template-page-sidebar section.layout_text_specs .specs-column,
      .page-template-page-services section.layout_text_specs .specs-column {
        background: none;
        padding-top: 0;
        padding-bottom: 0; }
      .page-horse-ad25 section.layout_text_specs:before,
      .page-nautilus-ad185 section.layout_text_specs:before,
      .page-template-page-sidebar section.layout_text_specs:before,
      .page-template-page-services section.layout_text_specs:before {
        background: rgba(147, 195, 0, 0.15);
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -5%;
        bottom: 0;
        left: 40%;
        transform: skew(-15deg, 0deg);
        width: 75%; } }
  @media (min-width: 992px) {
    .page-horse-ad25 section.layout_text_specs:before,
    .page-nautilus-ad185 section.layout_text_specs:before,
    .page-template-page-sidebar section.layout_text_specs:before,
    .page-template-page-services section.layout_text_specs:before {
      left: 52%;
      width: 60%; } }

.page-horse-ad25 section.layout_text_list,
.page-nautilus-ad185 section.layout_text_list,
.page-template-page-sidebar section.layout_text_list,
.page-template-page-services section.layout_text_list {
  border-bottom: 6px solid #EEE; }
  .page-horse-ad25 section.layout_text_list ul,
  .page-nautilus-ad185 section.layout_text_list ul,
  .page-template-page-sidebar section.layout_text_list ul,
  .page-template-page-services section.layout_text_list ul {
    margin: 0; }
  .page-horse-ad25 section.layout_text_list li,
  .page-nautilus-ad185 section.layout_text_list li,
  .page-template-page-sidebar section.layout_text_list li,
  .page-template-page-services section.layout_text_list li {
    color: #333;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 15px; }
    .page-horse-ad25 section.layout_text_list li:before,
    .page-nautilus-ad185 section.layout_text_list li:before,
    .page-template-page-sidebar section.layout_text_list li:before,
    .page-template-page-services section.layout_text_list li:before {
      color: #008454;
      content: '\f101';
      display: inline-block;
      font-family: 'FontAwesome';
      margin-left: -20px;
      width: 20px; }
  @media (min-width: 768px) {
    .page-horse-ad25 section.layout_text_list li,
    .page-nautilus-ad185 section.layout_text_list li,
    .page-template-page-sidebar section.layout_text_list li,
    .page-template-page-services section.layout_text_list li {
      font-size: 18px; } }

.page-horse-ad25 section.layout_gallery,
.page-nautilus-ad185 section.layout_gallery,
.page-template-page-sidebar section.layout_gallery,
.page-template-page-services section.layout_gallery {
  background-color: #fff;
  border-bottom: 6px solid #EEE;
  padding: 0;
  /* Position child elements relative to this element */
  /* Create a pseudo element that uses padding-bottom to take up space */
  /* Image is positioned absolutely relative to the parent element */ }
  .page-horse-ad25 section.layout_gallery .d-flex,
  .page-nautilus-ad185 section.layout_gallery .d-flex,
  .page-template-page-sidebar section.layout_gallery .d-flex,
  .page-template-page-services section.layout_gallery .d-flex {
    display: flex;
    padding: 0; }
  .page-horse-ad25 section.layout_gallery .aspect-ratio-box,
  .page-nautilus-ad185 section.layout_gallery .aspect-ratio-box,
  .page-template-page-sidebar section.layout_gallery .aspect-ratio-box,
  .page-template-page-services section.layout_gallery .aspect-ratio-box {
    flex: 1 0 20%;
    max-width: 20%;
    position: relative; }
  .page-horse-ad25 section.layout_gallery .aspect-ratio-box::after,
  .page-nautilus-ad185 section.layout_gallery .aspect-ratio-box::after,
  .page-template-page-sidebar section.layout_gallery .aspect-ratio-box::after,
  .page-template-page-services section.layout_gallery .aspect-ratio-box::after {
    display: block;
    content: "";
    /* 16:9 aspect ratio */
    padding-bottom: 100%; }
  .page-horse-ad25 section.layout_gallery .aspect-ratio-box img,
  .page-nautilus-ad185 section.layout_gallery .aspect-ratio-box img,
  .page-template-page-sidebar section.layout_gallery .aspect-ratio-box img,
  .page-template-page-services section.layout_gallery .aspect-ratio-box img {
    /* Image should match parent box size */
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .page-horse-ad25 section.layout_gallery img.gallery-thumb:hover,
  .page-nautilus-ad185 section.layout_gallery img.gallery-thumb:hover,
  .page-template-page-sidebar section.layout_gallery img.gallery-thumb:hover,
  .page-template-page-services section.layout_gallery img.gallery-thumb:hover {
    opacity: 0.8;
    transition: all 0.25s ease-in-out; }

@media (max-width: 767px) {
  .page-horse-ad25 section.layout_text_image,
  .page-nautilus-ad185 section.layout_text_image,
  .page-template-page-sidebar section.layout_text_image,
  .page-template-page-services section.layout_text_image {
    background: #fff !important; } }

@media (min-width: 768px) {
  .page-horse-ad25 section.layout_text_image,
  .page-nautilus-ad185 section.layout_text_image,
  .page-template-page-sidebar section.layout_text_image,
  .page-template-page-services section.layout_text_image {
    background-size: 48% auto;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;
    border-bottom: 6px solid #EEE;
    padding: 60px 0; } }

.page-horse-ad25 section.layout_specs,
.page-nautilus-ad185 section.layout_specs,
.page-template-page-sidebar section.layout_specs,
.page-template-page-services section.layout_specs {
  background: rgba(147, 195, 0, 0.15); }
  @media (min-width: 768px) {
    .page-horse-ad25 section.layout_specs .spec:nth-child(2n+2),
    .page-nautilus-ad185 section.layout_specs .spec:nth-child(2n+2),
    .page-template-page-sidebar section.layout_specs .spec:nth-child(2n+2),
    .page-template-page-services section.layout_specs .spec:nth-child(2n+2) {
      clear: both; } }
  @media (min-width: 992px) {
    .page-horse-ad25 section.layout_specs .spec:nth-child(2n+2),
    .page-nautilus-ad185 section.layout_specs .spec:nth-child(2n+2),
    .page-template-page-sidebar section.layout_specs .spec:nth-child(2n+2),
    .page-template-page-services section.layout_specs .spec:nth-child(2n+2) {
      clear: none; }
    .page-horse-ad25 section.layout_specs .spec:nth-child(3n+2),
    .page-nautilus-ad185 section.layout_specs .spec:nth-child(3n+2),
    .page-template-page-sidebar section.layout_specs .spec:nth-child(3n+2),
    .page-template-page-services section.layout_specs .spec:nth-child(3n+2) {
      clear: both; } }

.spec {
  margin-bottom: 30px; }
  .spec:last-child {
    margin-bottom: 0; }
  .spec .spec-title {
    color: #008454;
    display: block;
    font-family: "Proxima Nova Bold"; }
  .spec .spec-numbers {
    color: #333;
    display: inline-block;
    font-size: 24px;
    font-family: "Proxima Nova Bold"; }
  .spec .spec-unit {
    color: #333;
    display: inline-block;
    font-size: 20px; }
  .spec p {
    font-size: 13px; }
  @media (min-width: 768px) {
    .spec .spec-numbers {
      font-size: 36px; }
    .spec .spec-unit {
      font-size: 30px; }
    .spec p {
      font-size: 14px; } }

.sticky {
  display: block; }

.hentry {
  margin: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  padding-top: 30px; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

@media (min-width: 768px) {
  .page-content,
  .entry-content,
  .entry-summary {
    padding-top: 60px; } }

.page-template-page-videos .video {
  margin-bottom: 30px; }

.page-template-page-videos .video:last-child {
  margin-bottom: 0; }

.page-template-page-videos .video:nth-child(2n+1) {
  clear: left; }

.page-template-page-videos h2 {
  color: #333333;
  font-family: "proxima-nova", "Proxima Nova Bold";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: 45px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase; }

.page-template-page-videos h2:after {
  border: 3px solid #93C300;
  clear: both;
  content: '';
  display: block;
  height: 0;
  margin: 14px auto 0;
  width: 33%; }

.page-template-page-videos h3 {
  margin-bottom: 0; }

.page-template-page-videos p.length {
  color: #008454;
  display: block;
  font-weight: 600;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .page-template-page-videos h2 {
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: left; }
  .page-template-page-videos h2:after {
    margin: 14px 0 0;
    position: absolute;
    right: 15px;
    left: 15px;
    width: auto; } }

.page-template-default #content, .page-template-page-videos #content {
  background: #fff;
  border-top: 1px solid #eee; }

.page-template-default .breadcrumbs,
.page-template-page-videos .breadcrumbs,
.single-post .breadcrumbs {
  background: none;
  position: static; }

.page-title--default {
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #EEE; }

#colophon {
  background: #fafafa;
  border-top: 1px solid #EEE;
  padding-top: 35px;
  padding-bottom: 30px; }
  #colophon img#wa-badge {
    height: 80px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      #colophon img#wa-badge {
        height: 100px;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        width: auto; } }
    @media (min-width: 1200px) {
      #colophon img#wa-badge {
        left: 0; } }
  #colophon .row {
    position: relative; }
  #colophon .footer-logo {
    margin-bottom: 27px; }
  #colophon .footer-mailing-list {
    margin-bottom: 30px; }
    #colophon .footer-mailing-list p {
      font-family: 'Proxima Nova Bold';
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase; }
  #colophon .footer-menu ul {
    list-style: none;
    margin-left: 0;
    padding: 0; }
    #colophon .footer-menu ul li {
      display: inline-block; }
      #colophon .footer-menu ul li a {
        color: #6F6F6F;
        font-size: 12px;
        padding: 0 10px;
        text-transform: uppercase; }
        #colophon .footer-menu ul li a:hover {
          color: #008412;
          text-decoration: none; }
        @media (min-width: 768px) {
          #colophon .footer-menu ul li a {
            font-size: 14px;
            padding: 0 22px; } }
  #colophon .site-info p {
    font-size: 10px;
    margin: 0; }
    @media (min-width: 768px) {
      #colophon .site-info p {
        font-size: 12px; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Image Loading */
img.bg_cache {
  height: 0;
  width: 0; }

.load-image {
  opacity: 0;
  -webkit-transition: opacity 1000ms;
  -moz-transition: opacity 1000ms;
  -ms-transition: opacity 1000ms;
  transition: opacity 1000ms; }

.load-image.loaded {
  opacity: 1; }

/* Video Hero Background */
.video-bg {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.video-foreground, .video-bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

/* Responsive Video */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(assets/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(assets/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(assets/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(assets/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide div {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100% 0 0; }

[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; }

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

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  height: 30px;
  width: 15px;
  background-size: 100%; }

.slick-prev {
  left: -15px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '';
  background-image: url("assets/arrow-left.png"); }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -15px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '';
  background-image: url("assets/arrow-right.png"); }

[dir='rtl'] .slick-next:before {
  content: '←'; }

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

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

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

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

.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 {
  font-family: 'FontAwesome';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f111';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }
