@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* -webkit-appearance: button;  2 */
  -webkit-appearance: none;
  border-radius: 0px;
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0; }

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/* ====================================================================================================================
 * MIXINS
 * ====================================================================================================================*/
/* COLORS */
/* CONTAINERS */
/* FONTS */
/* ====================================================================================================================
 * FUNCTIONS
 * ====================================================================================================================*/
.row,
.column {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  display: block;
  clear: both; }

.row .column {
  float: left;
  width: 100%; }

.row .column:first-child {
  padding-left: 0px; }

.row .column:last-child {
  padding-right: 0px; }

.column .column:first-child {
  padding-left: 0; }

.column .column:last-child {
  padding-right: 0; }

.column .row:first-child > .column {
  padding-top: 0; }

.column .row:last-child > .column {
  padding-bottom: 0; }

/* Wrapping at a maximum width is optional */
.wrap .row,
.row.wrap {
  max-width: 978px;
  margin: 0 auto; }

.row .whole {
  width: 100%; }

.row .half {
  width: 50%; }

.row .one-third {
  width: 33.3332%; }

.row .two-thirds {
  width: 66.6665%; }

.row .one-quarter,
.row .one-fourth {
  width: 25%; }

.row .three-quarters {
  width: 75%; }

.row .one-fifth {
  width: 20%; }

.row .two-fifths {
  width: 40%; }

.row .three-fifths {
  width: 60%; }

.row .four-fifths {
  width: 75%; }

.row .golden-small {
  width: 38.2716%; }

/* Golden section: smaller piece */
.row .golden-large {
  width: 61.7283%; }

/* Golden section: larger piece */
/* Clearfix after every .row */
.row {
  *zoom: 1; }

.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0; }

.row:after {
  clear: both; }

/* Utility classes */
.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

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

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.column img {
  max-width: 100%; }

.only-on-mobiles {
  display: none !important; }

.ml-20 { margin-left: 20px; }

/* =========================================
*************** IE 11 FIXES **************
* ========================================*/
.row.button-group,
#investor-hub .row,
#project-hub .row {
  overflow-x: hidden; }

@media screen and (max-width: 767px) {
  /* Stack anything that isn’t full-width on smaller screens 
     and doesn't provide the no-stacking-on-mobiles class */
  .row:not(.no-stacking-on-mobiles) > .column {
    width: 100% !important; }
  .column .row .column {
    padding-left: 0px;
    padding-right: 0px; }
  /* Sometimes, you just want to be different on small screens */
  .center-on-mobiles {
    text-align: center !important; }
  .hide-on-mobiles {
    display: none !important; }
  .only-on-mobiles {
    display: block !important; } }

/* Expand the wrap a bit further on larger screens */
@media screen and (min-width: 1180px) {
  .wider .row,
  .row.wider {
    max-width: 1180px;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .row .four-fifths {
    margin-left: 0% !important; } }

/* ====================================================================================================================
 * MIXINS
 * ====================================================================================================================*/
/* COLORS */
/* CONTAINERS */
/* FONTS */
/* ====================================================================================================================
 * FUNCTIONS
 * ====================================================================================================================*/
body {
  font-family: "futura-pt", sans-serif, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  line-height: 30px; }

.content-right p {
  font-family: "futura-pt", sans-serif, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 30px; }

h1 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px; }

h2 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  line-height: 35px; }

h3 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #FFFFFF;
  text-transform: uppercase; }

h4 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  color: #33322C;
  letter-spacing: 1.75px; }

a.btn {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px; }

a {
  color: #33322C;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.content-right h2, .content-right h3, .content-right h4 {
  color: #000000;
  font-weight: 700; }

.content-right a:not('button') {
  color: #198541;
  text-decoration: none; }
  .content-right a:not('button'):hover {
    text-decoration: underline; }

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

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

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

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

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

* html .flexslider .slides {
  height: 1%; }

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
  margin: 0;
  padding: 0; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: black;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: '\f060';
  position: absolute;
  top: 10px;
  left: 19px;
  vertical-align: middle;
  color: black; }

.flex-direction-nav a.flex-prev:before {
  left: 16px; }

.flex-direction-nav a.flex-next:before {
  content: '\f061'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 1;
  bottom: 25px; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 0.75); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: white;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * BLENDER CUSTOM STYLES  
 * ====================================================================================================================*/
#slider {
  /*height: 635px;*/
  background: #33322C; }

.flexslider, .flex-viewport, ul.slides, ul.slides > li {
  max-height: 635px; }

.flexslider {
  overflow: hidden; }
  .flexslider a.flex-prev, .flexslider a.flex-next {
    width: 52px;
    height: 52px;
    display: table;
    text-decoration: none;
    background-color: white; }
    .flexslider a.flex-prev i, .flexslider a.flex-next i {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .flexslider .slide-text-box {
    position: absolute;
    z-index: 3;
    color: #FFF;
    width: 65%;
    max-width: 715px;
    text-align: center;
    text-shadow: -1px 0px 30px rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .flexslider .slide-text-box h1 {
      margin: 0px;
      font-weight: 700; }
    .flexslider .slide-text-box p {
      letter-spacing: 1.35px; }
  .flexslider ul.slides:before {
    content: " ";
    z-index: 2;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    /*background: rgba(0, 0, 0, 0.6);*/ }
  .flexslider .flex-direction-nav:hover a:before {
    color: #198541; }

@media screen and (max-width: 767px) {
  section#slider .flexslider, section#slider .flex-viewport, section#slider ul.slides, section#slider ul.slides > li {
    height: 320px; }
  section#slider ul.flex-direction-nav {
    display: none !important; }
  section#slider .slide-text-box {
    width: 85%; }
    section#slider .slide-text-box h1 {
      font-size: 28px;
      line-height: 32px;
      letter-spacing: 3px; }
    section#slider .slide-text-box p {
      font-size: 12px;
      line-height: 20px; }
  section#slider ol.flex-control-nav {
    bottom: 0; }
    section#slider ol.flex-control-nav li {
      margin: 0 4px; } }

@media screen and (max-width: 640px) {
  .flexslider .slides img {
    width: auto;
    height: 100%; } }

/* DEFAULT BUTTON */
.button {
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  background: transparent;
  border: 2px solid #000000;
  display: inline-block;
  padding: 5px 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1.75px;
  line-height: 30px;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  .button:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #000000; }

.button.green {
  background: #198541;
  border: 2px solid #198541;
  color: #FFFFFF; }
  .button.green:hover {
    text-decoration: none;
    background: #000000;
    border: 2px solid #000000; }

.button.light {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .button.light:hover {
    background: #FFFFFF;
    color: #000000; }

.button.short-and-stout {
  padding: 13px 35px; }

/* SPECIAL DOWNLOADS BUTTON */
.download-btn {
  position: relative;
  border: none;
  text-align: center;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 33.33%;
  color: #FFFFFF;
  font-weight: 400;
  background: #198541;
  cursor: pointer;
  display: block;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0; }
  .download-btn:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #33322C;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .download-btn a {
    color: #FFFFFF;
    text-decoration: none; }
  .download-btn:hover, .download-btn:active {
    color: #FFFFFF;
    text-decoration: none; }
  .download-btn > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: relative; }
    .download-btn > span i {
      width: 24px;
      height: 24px;
      margin-right: 20px; }
  .download-btn > span > span {
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.75px; }
  .download-btn svg {
    margin-right: 20px;
    width: 25px;
    height: 25px;
    fill: #FFFFFF; }

#fact-sheet svg {
  width: 18px;
  height: 25px;
  position: relative;
  top: -4px; }

.download-btn:hover:after, .download-btn:active:after {
  height: 100%; }

.download-btn:nth-of-type(1) {
  border-bottom: 2px solid #FFFFFF;
  /*height: calc(33.33% - 2px);*/ }

.download-btn:nth-of-type(2) {
  border-bottom: 2px solid #FFFFFF;
  /*height: calc(33.33% - 2px);*/ }

.download-btn:nth-of-type(3) {
  border-bottom: none; }

#news .button {
  padding: 5px 0;
  width: 100%; }

/* NAVIGATION */
@-webkit-keyframes dropdownAnimation {
  0% {
    display: none;
    height: 0px; }
  1% {
    display: block;
    height: 0px; }
  100% {
    display: block;
    height: 100%; } }

@-moz-keyframes dropdownAnimation {
  0% {
    display: none;
    height: 0px; }
  1% {
    display: block;
    height: 0px; }
  100% {
    display: block;
    height: 100%; } }

@keyframes dropdownAnimation {
  0% {
    display: none;
    height: 0px; }
  1% {
    display: block;
    height: 0px; }
  100% {
    display: block;
    height: 100%; } }

nav {
  color: #198541;
  width: 100%;
  z-index: 50;
  /* Add Class for Sticky Navigation on Scroll */ }
  nav #mobile-nav {
    display: none; }
  nav #secondary-navigation {
    width: 100%;
    height: 40px;
    color: #b7b7b7;
    font-family: "futura-pt", sans-serif;
    background: #33322C;
    text-align: left;
    overflow: hidden; }
    nav #secondary-navigation .container > a {
      width: 50%;
      display: table;
      height: auto;
      font-size: 12px;
      text-transform: uppercase;
      max-width: 565px; }
      nav #secondary-navigation .container > a::after {
        content: "";
        display: table;
        clear: both; }
    nav #secondary-navigation .container > a .price {
      display: table-cell;
      color: #FFFFFF;
      height: 40px;
      vertical-align: middle;
      padding-right: 20px; }
    nav #secondary-navigation .container > a .price span {
      color: #E5B210; }
    nav #secondary-navigation a#top-stock-links {
      float: left;
      width: auto !important;
      max-width: none !important; }
    nav #secondary-navigation #social-search-wrapper {
      float: right; }
      nav #secondary-navigation #social-search-wrapper ul.category-menu {
        margin: 0px; }
        nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item {
          display: inline-block;
          overflow-wrap: normal;
          position: relative;
          margin-right: 10px;
          vertical-align: middle; }
          nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item.social {
            padding-top: 4px; }
        nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item i.fa-search {
          opacity: 1.0;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item i.fa-search:hover {
            opacity: 0.6; }
        nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a {
          padding-bottom: 0px;
          opacity: 1.0;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a:hover {
            opacity: 0.6; }
          nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a.rss {
            color: #ffffff;
          }
          nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a.youtube {
            color: #C63029;
            position: relative; }
            nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a.youtube::after {
              content: '';
              position: absolute;
              background: #ffffff;
              height: 8px;
              width: 8px;
              top: 8px;
              left: 5px;
              z-index: 0; }
            nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a.youtube i {
              position: relative;
              z-index: 1; }
          nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a.twitter {
            color: #5AA8DF; }
          nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a.linkedin {
            color: #3175B2;
            position: relative; }
           nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a.facebook {
            color: #3175B2;
            position: relative; }
            nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a.linkedin::after {
              content: '';
              position: absolute;
              background: #ffffff;
              height: 13px;
              width: 13px;
              top: 5px;
              left: 2px;
              z-index: 0; }

             nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a.facebook::after {
              content: '';
              position: absolute;
              background: #ffffff;
              height: 13px;
              width: 13px;
              top: 5px;
              left: 2px;
              z-index: 0; }
            nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a.linkedin i {
              position: relative;
              z-index: 1; }

              nav #secondary-navigation #social-search-wrapper ul.category-menu li.category-menu-list-item a.facebook i {
              position: relative;
              z-index: 1; }
        nav #secondary-navigation #social-search-wrapper ul.category-menu li.search-wrapper {
          width: 45px;
          height: 40px;
          padding-top: 7px;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          text-align: center;
          overflow: hidden;
          -webkit-transition: all 0.25s ease-in;
          -moz-transition: all 0.25s ease-in;
          transition: all 0.25s ease-in; }
        nav #secondary-navigation #social-search-wrapper ul.category-menu li.search-wrapper.active {
          width: 295px; }
        nav #secondary-navigation #social-search-wrapper ul.category-menu li.search-wrapper.active .navigation-menu-wrapper {
          display: none !important; }
        nav #secondary-navigation #social-search-wrapper ul.category-menu li.search-wrapper .search-form-container {
          display: table;
          margin-left: -275px;
          float: right; }
        nav #secondary-navigation #social-search-wrapper ul.category-menu li.search-wrapper.active .search-form-container {
          margin-left: -45px; }
        nav #secondary-navigation #social-search-wrapper ul.category-menu li.search-wrapper .search-form-container form {
          display: table-cell; }
        nav #secondary-navigation #social-search-wrapper ul.category-menu li.search-wrapper .search-form-container i {
          display: table-cell;
          padding-right: 25px;
          color: #FFFFFF;
          cursor: pointer; }
        nav #secondary-navigation #social-search-wrapper ul.category-menu .search-form-container input.search-text-input {
          margin-right: 29px;
          border: none;
          width: 200px;
          font-size: 14px;
          font-family: "futura-pt", sans-serif;
          outline: none;
          padding-left: 10px;
          color: #000000; }
          nav #secondary-navigation #social-search-wrapper ul.category-menu .search-form-container input.search-text-input::-webkit-input-placeholder {
            color: #000000; }
          nav #secondary-navigation #social-search-wrapper ul.category-menu .search-form-container input.search-text-input:-moz-placeholder {
            color: #000000; }
          nav #secondary-navigation #social-search-wrapper ul.category-menu .search-form-container input.search-text-input::-moz-placeholder {
            color: #000000; }
          nav #secondary-navigation #social-search-wrapper ul.category-menu .search-form-container input.search-text-input:-ms-input-placeholder {
            color: #000000; }
  nav #primary-navigation {
    font-family: "futura-pt", sans-serif;
    letter-spacing: 1px;
    background-color: #FFFFFF;
    height: 85px;
    box-shadow: 0 -1px 5px 4px rgba(0, 0, 0, 0.45); }
    nav #primary-navigation > .container {
      display: table; }
      nav #primary-navigation > .container #logo, nav #primary-navigation > .container #social-search-wrapper {
        display: table-cell;
        vertical-align: middle;
        height: 110px; }
      nav #primary-navigation > .container .navigation-menu-wrapper {
        display: table-cell;
        padding-top: 26px; }
      nav #primary-navigation > .container #logo img {
        max-width: 257px; }
      nav #primary-navigation > .container #logo a:hover {
        opacity: 0.75; }
    nav #primary-navigation ul.category-menu {
      list-style: none;
      text-align: right;
      float: right;
      margin: 0;
      padding: 0; }
      nav #primary-navigation ul.category-menu div.submenu {
        display: none; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item {
        display: inline-block;
        overflow-wrap: normal;
        position: relative;
        margin-right: 25px; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item.border div {
          width: 1px;
          height: 20px;
          background-color: #BFBFBF;
          position: absolute;
          top: -15px; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item:nth-last-child(2) {
        margin-right: 35px; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item:last-of-type {
        display: none; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item a.category-menu-item {
        display: block;
        text-transform: uppercase;
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        font-family: #33322C; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item a {
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding-bottom: 26px; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item:hover a, nav #primary-navigation ul.category-menu li.category-menu-list-item a.current {
        color: #198541; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        width: 270px;
        z-index: 100;
        background: #33322C;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border: 2px solid #FFFFFF; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu:before {
        content: " ";
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #FFFFFF;
        position: absolute;
        top: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: auto; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul {
        padding: 0; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul li {
        font-family: "futura-pt", sans-serif;
        font-size: 14px;
        display: block;
        text-align: center;
        margin: 0; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul li a {
        padding: 21px 0 17px;
        text-transform: uppercase;
        color: #FFFFFF;
        display: block;
        width: 100%;
        border-bottom: 2px solid #FFFFFF;
        letter-spacing: 2px;
        font-weight: 700; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul li:last-of-type a {
        border-bottom: none; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul li a:hover {
        color: #198541; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul.subsubcategory-menu {
        color: #FFFFFF;
        text-align: center;
        list-style: none; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu li.tiny-children {
        position: relative; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu li.tiny-children ul.subsubcategory-menu {
          position: absolute;
          right: 0px;
          top: 50%;
          -webkit-transform: translate(100%, -50%);
          -moz-transform: translate(100%, -50%);
          -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
          background-color: #33322C;
          border: 2px solid #FFFFFF;
          display: none;
          width: 270px; }
          nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu li.tiny-children ul.subsubcategory-menu::before {
            content: " ";
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 10px solid #FFFFFF;
            position: absolute;
            top: 50%;
            left: 0px;
            margin: auto;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu li.tiny-children ul.subsubcategory-menu li {
            font-size: 12px; }
            nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu li.tiny-children ul.subsubcategory-menu li a {
              border-bottom: 2px solid #FFFFFF; }
            nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu li.tiny-children ul.subsubcategory-menu li:last-of-type a {
              border-bottom: 0px; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul.subsubcategory-menu li {
        display: list-item; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul.subsubcategory-menu li a {
        color: #FFFFFF;
        font-weight: 400; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul.subsubcategory-menu li:last-of-type a {
        padding-bottom: 17px; }
      nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul.subsubcategory-menu li a:hover {
        color: #198541; }
  nav #primary-navigation.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20; }
  nav #primary-navigation > .container .navigation-menu-wrapper ul.category-menu {
    position: absolute;
    right: 0px; }
  nav #primary-navigation > .container {
    position: relative; }
  nav #primary-navigation > .container #logo {
    position: absolute;
    top: 16px; }

nav #mobile-stock {height: 60px; background-color: #363636; transition: all 0.25s ease-in-out; overflow: hidden; display: none;padding: 10px 0px 0px 15px;}
nav #mobile-stock .hold {float: left; font-size: 12px; line-height: 20px; text-transform: uppercase; color: #FFFFFF;}
nav #mobile-stock .hold:nth-child(1) {padding-right: 60px;}
nav #mobile-stock .hold span { color: #E5B210;}
body.sticky nav #mobile-stock { height: 0px; padding: 0px 0px 0px 15px;}
/*body.sticky nav #mobile-stock a {display: none;}*/
@media screen and (max-width: 370px) {
nav #mobile-stock .hold:nth-child(1) {padding-right: 10px;}
}

/* DROPDOWN ADJUSTMENTS */
@media screen and (max-width: 1350px) {
  nav #primary-navigation ul.category-menu li.category-menu-list-item:nth-last-of-type(2) div.submenu {
    left: initial;
    right: -15px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  nav #primary-navigation ul.category-menu li.category-menu-list-item:nth-last-of-type(2) div.submenu:before {
    left: initial;
    right: 45px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); } }

@media screen and (min-width: 1025px) {
  #primary-navigation ul.category-menu {
    display: block !important; } }

@media screen and (max-width: 1024px) {
  nav #mobile-stock {display: block;}
  nav #primary-navigation > .container {
    position: static; }
    nav #primary-navigation > .container #logo {
      top: 3px;
      height: auto; }
      nav #primary-navigation > .container #logo img {
        height: 35px;
        width: auto; }
    nav #primary-navigation > .container .navigation-menu-wrapper ul.category-menu {
      left: 0; }
    nav #primary-navigation > .container .navigation-menu-wrapper ul.subsubcategory-menu {
      display: none; }
  nav #mobile-nav {
    display: block;
    position: absolute;
    right: 0;
    padding: 13px 16px;
    color: #000000;
    font-size: 32px;
    z-index: 1000;
    cursor: pointer; }
    nav #mobile-nav .bar {
      -webkit-transition: all .7s ease;
      -moz-transition: all .7s ease;
      transition: all .7s ease;
      display: block;
      height: 4px;
      width: 30px;
      background: #000000;
      margin: 5px auto; }
  nav #mobile-nav.selected .bar:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotateZ(45deg);
    -moz-transform: translateY(9px) rotateZ(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotateZ(45deg); }
  nav #mobile-nav.selected .bar:nth-of-type(2) {
    width: 0; }
  nav #mobile-nav.selected .bar:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotateZ(-45deg);
    -moz-transform: translateY(-9px) rotateZ(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotateZ(-45deg); }
  #logo {
    position: relative;
    padding: 10px 0.9375em;
    top: 0; }
  #logo img {
    width: auto;
    height: 25px; }
  section#slider {
    margin-top: 60px; }
  nav {
    height: auto;
    position: fixed;
    top: 0px;
    background-color: #FFFFFF;
    -webkit-transform: translateZ(0); }
    nav #secondary-navigation {
      display: none; }
    nav #primary-navigation {
      min-height: 1px;
      position: relative !important;
      float: none;
      padding: 0px !important;
      height: 60px; }
      nav #primary-navigation .navigation-menu-wrapper {
        width: 100%;
        padding: 0px;
        height: 60px;
        padding-top: 0px !important; }
      nav #primary-navigation > .container {
        padding: 0; }
      nav #primary-navigation > .container #social-search-wrapper {
        display: none; }
      nav #primary-navigation ul.category-menu {
        text-align: left;
        float: none;
        display: none;
        position: absolute;
        top: 6px;
        background: #33322C;
        width: 100%;
        top: 60px;
        max-height: -moz-calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        overflow-y: scroll; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item {
          display: block;
          margin-right: 0;
          border-bottom: 2px solid #FFFFFF; }
          nav #primary-navigation ul.category-menu li.category-menu-list-item.border {
            display: none; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item:nth-last-child(2) {
          margin-right: 0px; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item a.category-menu-item {
          display: block;
          text-transform: uppercase;
          color: #FFFFFF;
          position: relative;
          font-size: 15px;
          padding: 21px 20px 17px; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item a.category-menu-item.has-children {
          padding: 21px 20px 17px; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item a.category-menu-item.current.has-children {
          padding: 21px 20px 13px; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item a.has-children:after {
          -webkit-transition: all .2s ease-in;
          -moz-transition: all .2s ease-in;
          transition: all .2s ease-in;
          font: normal normal normal 14px/1 
 FontAwesome;
          content: "\f107";
          color: #FFFFFF;
          position: absolute;
          right: 20px;
          top: 20px;
          font-size: 30px; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item.active a.has-children:after {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        nav #primary-navigation ul.category-menu li.category-menu-list-item a {
          text-decoration: none;
          position: relative;
          display: inline-block; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item:hover a {
          color: #FFFFFF; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu {
          display: block;
          position: relative;
          top: -10px;
          width: 100%;
          padding: 0px;
          background: #33322C;
          left: 0;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          overflow: hidden;
          max-height: 0;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
        nav #primary-navigation ul.category-menu li.category-menu-list-item.active div.submenu {
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-in;
          -moz-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
          max-height: 1000px !important;
          overflow: hidden; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu {
          border: none; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu:before {
          display: none; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul {
          padding: 0; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul li {
          display: block;
          text-align: left;
          margin: 0; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul li a {
          font-size: 15px;
          text-transform: uppercase;
          color: #FFFFFF;
          display: block;
          width: 100%;
          border: none; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul li a:hover {
          color: #CCC !important; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul.subcategory-menu li a {
          padding: 5px 20px 3px;
          font-weight: 400; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul.subcategory-menu li:last-of-type a {
          padding-bottom: 7px; }
        nav #primary-navigation ul.category-menu ul.subsubcategory-menu li {
          list-style-type: none; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul.subcategory-menu li a.tiny-children {
          padding: 5px 20px 3px;
          font-weight: 400; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul.subsubcategory-menu {
          margin-left: 25px; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul.subsubcategory-menu li {
          padding-left: 0; }
        nav #primary-navigation ul.category-menu li.category-menu-list-item div.submenu ul.subsubcategory-menu li:last-of-type a {
          padding-bottom: 3px;
          border-bottom: 0px; } }

/* EMAIL SIGNUP */
section#subscribe {
  background-color: #198541;
  min-height: 53px;
  padding: 45px 0px 78px 0px;
  font-size: 22px;
  color: #FFFFFF; }
  section#subscribe div {
    -moz-box-sizing: initial;
    box-sizing: initial; }
  section#subscribe h3 {
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    margin: 7px 0px 0px 0px; }
  section#subscribe p {
    text-align: center;
    margin-top: 5px;
    font-size: 27px;
    line-height: 27px; }
  section#subscribe .signup-message {
    font-size: 25px;
    padding-top: 13px;
    display: none;
    text-align: center; }
  section#subscribe .signup-message br {
    display: none; }
  section#subscribe form.secure.signup {
    text-align: center; }

form.signup .textbox {
  display: inline-block;
  background: #FFFFFF;
  color: #c0c0c0;
  width: 231px;
  height: 46px;
  border: 2px solid #FFFFFF;
  position: relative;
  margin-right: 4px; }
form.signup .required-field {text-align: left; font-size: 16px; display: none;}

form.signup .textbox.signup-phone {display: inline-block;}

form.signup .textbox input {
  padding: 0px 15px;
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  width: 165px;
  height: 46px;
  border: none;
  border-radius: 0;
  margin-right: 10px;
  outline: none;
  letter-spacing: 1.75px;
  font-weight: 700;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  form.signup .textbox input:focus + i {
    display: none; }

form.signup .textbox input::-webkit-input-placeholder {
  color: #636466;
  font-weight: 800; }

form.signup .textbox input:-moz-placeholder {
  color: #636466;
  font-weight: 800; }

form.signup .textbox input::-moz-placeholder {
  color: #636466;
  font-weight: 800; }

form.signup .textbox input:-ms-input-placeholder {
  color: #636466;
  font-weight: 800; }

form.signup .textbox.error {
  border: 2px solid #ee4036; }

form.signup .textbox i:not(.fa-thumbs-down) {
  position: absolute;
  top: 12px;
  right: 13px;
  color: #636466;
  font-size: 21px; }

form.signup .error-tooltip {
  display: none;
  position: absolute;
  top: -50px;
  left: 0;
  color: #FFFFFF;
  padding: 7px 5px;
  font-size: 12px;
  background: #333;
  width: 269px;
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }
  form.signup .error-tooltip:before {
    content: " ";
    border-style: solid;
    border-width: 10px 12px 0px 12px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    bottom: -10px; }

form.signup .error-tooltip i {
  display: inline-block;
  margin-right: 5px;
  position: static; }

form.signup .textbox.show-tooltip .error-tooltip {
  display: inline-block;
  -moz-animation: tooltip 5s 1;
  animation: tooltip 5s 1;
  -webkit-animation: tooltip 5s 1; }

form.signup .form-password {
  display: none !important; }

form.signup .signup-email input {
  margin: 0px;
  padding: 0px 15px; }

form.signup .button {
  padding: 8px 0px;
  width: 235px;
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  position: relative;
  top: 1px;
  background-color: #FFFFFF;
  color: #198541;
  border: #FFFFFF 2px solid; }
  form.signup .button:hover {
    background-color: #000000;
    color: #FFFFFF;
    border: #000000 2px solid; }

form.signup .signup-submit:hover {
  box-shadow: none; }


.recaptcha {width: 304px; margin: 0px auto; padding-top: 10px; opacity: 0; height: 0px; transition: all 0.25s ease-in-out;}
.recaptcha.show {opacity: 1; height: 78px;}

/* SIDEBAR SIGN UP */
#subscribe-inner {
  margin: 0 20px 0 0px; }
  #subscribe-inner .textbox {
    width: 100%;
    min-width: 150px;
    max-width: 100%; }
  #subscribe-inner .textbox i {
    font-size: 17px; }
  #subscribe-inner .textbox.signup-name {
    display: none; }
  #subscribe-inner form.signup .textbox.error input {
    border-color: #ee4036;
    color: #ee4036; }
  #subscribe-inner form.signup .textbox.error {
    border: none; }
  #subscribe-inner form.signup .textbox {
    border: none; }
  #subscribe-inner form.signup .textbox input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #f5f5f5;
    height: 50px;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 40px; }
  #subscribe-inner .signup-email input {
    background-color: #f5f5f5;
    font-size: 14px; }
  #subscribe-inner .signup-submit {
    border: none;
    border: 2px solid #000000;
    padding: 14px 0px;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    font-family: "futura-pt", sans-serif;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    #subscribe-inner .signup-submit:hover {
      background: #000000;
      color: #FFFFFF; }
  #subscribe-inner #signup-text {
    font-size: 16px;
    font-family: "futura-pt", sans-serif;
    line-height: 26px;
    margin-bottom: 23px;
    font-weight: normal; }
  #subscribe-inner .error-tooltip {
    font-family: "futura-pt", sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    background: #33322C;
    width: 281px; }
    #subscribe-inner .error-tooltip i.fa.fa-thumbs-o-down {
      top: 3px;
      right: -7px;
      color: #FFFFFF;
      font-size: 17px;
      position: relative;
      margin-right: 13px; }

/* KEYFRAMES */
@-webkit-keyframes tooltip {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  20%, 90% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  100% {
    opacity: 0; } }

@-moz-keyframes tooltip {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  20%, 90% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; }
  100% {
    opacity: 0; } }

@keyframes tooltip {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  20%, 90% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; }
  100% {
    opacity: 0; } }

/* SIGNUP MEDIA QUERIES */
@media screen and (max-width: 875px) {
  #subscribe .signup-submit-mobile {
    display: inline-block !important;
    background: #FFF;
    color: #333;
    padding: 13px 10px;
    height: 48px;
    border: none;
    top: -1px;
    position: relative;
    margin: 0px; }
  #subscribe #signup-info {
    width: 100%;
    float: none;
    text-align: center; } }


@media screen and (max-width: 1024px) {
  form.signup .textbox input { height: 40px;  }
  form.signup .required-field {display: block;}
  section#subscribe {
    padding: 45px 20px 55px; }
    section#subscribe h3 {
      font-size: 17.5px;
      line-height: 23px; }
    section#subscribe .textbox.signup-name, form.signup .textbox.signup-phone {
      display: block; margin:0 auto; width: 100%; margin-bottom: 5px;box-sizing:border-box !important;}
    section#subscribe form.secure.signup {
      display: block; margin:0 auto;box-sizing:border-box;
      width: 100%; }
    section#subscribe form.signup .textbox.signup-email.required {
      margin:0 auto;margin-bottom: 5px;
      display:block; box-sizing:border-box;
      vertical-align: middle;
      width: 100%;
      height: 45px;
      position: relative; }
      section#subscribe .textbox.signup-name input, section#subscribe .textbox.signup-phone input,
      section#subscribe form.signup .textbox.signup-email.required input {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px); }
    section#subscribe form.signup .button {
      display: block;
      vertical-align: middle;
      width: 100%;
      height: 50px;
      border-left: 0px;
      position: relative;
      top: 0;
      padding: 0px; }
      section#subscribe form.signup .button i {
        font-size: 35px; } }

footer {
  width: 100%;
  background: #33322C;
  border-top: 2px solid #FFFFFF; }
  footer ul {
    list-style: none;
    max-width: 715px;
    margin: 0 auto;
    padding: 27px 0px 10px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF; }
    footer ul li {
      line-height: 14px; }
      footer ul li.border {
        width: 1px;
        height: 14px;
        background-color: #FFFFFF; }
      footer ul li:last-of-type {
        display: none; }
      footer ul li a {
        color: #FFFFFF;
        font-family: "futura-pt", sans-serif;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1.75px;
        text-decoration: none; }
        footer ul li a:hover {
          text-decoration: none;
          color: #b7b7b7; }

#widthcheck {
  position: relative;
  display: none;
  z-index: 0; }

#bottom {
  width: 100%;
  background: #33322C;
  font-size: 13px;
  color: #FFFFFF;
  padding: 17px 0px 30px 0px; }
  #bottom::after {
    content: "";
    display: table;
    clear: both; }
  #bottom .container {
    overflow: hidden; }
  #bottom .social {
    display: block;
    margin: auto;
    width: 100%; text-align: center; }
    #bottom .social div {
      display: inline-block;
      overflow-wrap: normal;
      position: relative;
      margin-right: 10px;
      vertical-align: middle;
      font-size: 18px;
      line-height: 30px; }
      #bottom .social div:last-of-type {
        margin-right: 0px; }
      #bottom .social div a {
        padding-bottom: 0px;
        opacity: 1.0;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        font-size: 30px; }
        #bottom .social div a:hover {
          opacity: 0.6; }
        #bottom .social div a.rss {color: #ffffff;}
        #bottom .social div a.youtube {
          color: #C63029;
          position: relative; }
          #bottom .social div a.youtube::after {
            content: '';
            position: absolute;
            background: #ffffff;
            height: 20px;
            width: 20px;
            top: 8px;
            left: 5px;
            z-index: 0; }
          #bottom .social div a.youtube i {
            position: relative;
            z-index: 1; }
        #bottom .social div a.twitter {
          color: #5AA8DF; }
        #bottom .social div a.linkedin {
          color: #3175B2;
          position: relative; }
          #bottom .social div a.facebook {
          color: #3175B2; }
                             
          #bottom .social div a.linkedin::after {
            content: '';
            position: absolute;
            background: #ffffff;
            height: 20px;
            width: 20px;
            top: 7px;
            left: 2px;
            z-index: 0; }
          #bottom .social div a.facebook::after {
            content: '';
            position: absolute;
            background: #ffffff;
            height: 20px;
            width: 20px;
            top: 7px;
            left: 2px;
            z-index: 0; }
          #bottom .social div a.linkedin i {
            position: relative;
            z-index: 1; }
          #bottom .social div a.facebook i {
            position: relative;
            z-index: 1; }
  #bottom .blender {
    float: left; }
  #bottom .copy {
    float: right; }
  #bottom a {
    color: #198541;
    text-decoration: none; }
  #bottom span {
    border-right: 1px solid #FFFFFF;
    margin-right: 24px;
    padding: 0px 24px 0px 0px; }
    #bottom span a {
      color: #FFFFFF;
      text-decoration: none; }




/* =========================================
******************* HERO *******************
* ========================================*/
#hero { display: flex; width: 100%; height: 680px; flex-wrap: wrap; align-items:center; }
#hero > div { flex-basis:50%; height:100%; }
#hero a { display: block; position: relative; height:100%; color: #FFF; font-size: 30px; line-height: 36px; text-transform: uppercase; font-weight: 700; transition: all 0.3s ease-in-out; text-decoration: none;  }
#hero a:hover { background-color: #FC1 !important; background-image:none; }
#hero a:hover:after { opacity: 0; }
#hero a:after { content : ""; transition: all 0.3s ease-in-out; background-size:cover; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity : 1; z-index: -1; }
#hero a .vert-center { position: relative; top: 50%; transform: translateY(-50%); }
#hero > div.right a { text-align: center; }
#hero > div.right div > a { flex-basis:calc(50% - 51px); padding: 0 25px; }
#hero .flex-small { display: flex; height: 50%; align-items:center; flex-wrap:wrap; }
#hero .flex-small > a { height:100% !important; }
#hero > div.right a { height:50%; }


/*#hero a#going-for-gold, #hero a#large-resource, #hero a#proven-track-record { pointer-events: none; }*/

#hero a#going-for-gold { border-right:2px solid #FFF; font-size: 40px; line-height: 50px;text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.51); }
#hero a#going-for-gold span { font-size: 25px; line-height: 40px;text-transform:initial;  display: block;}
#hero a#going-for-gold > div { position: absolute; height:38%; top:initial; transform: initial; bottom:0px; padding: 0 30px; }
#hero a#springpole { border-bottom:2px solid #FFF; }
#hero a#large-resource { border-right:2px solid #FFF; }
#hero a#large-resource span { font-weight: 400; font-size: 24px; line-height: 30px;  text-transform:initial; padding-top: 20px; display: block; }

#hero a#going-for-gold:after { background-image:url(../img/bg_going_for_gold.jpg); background-position: center; background-repeat: no-repeat; }
#hero a#springpole:after { background-image:url(../img/bg_springpole.jpg); background-position: top; }
#hero a#large-resource:after { background-image:url(../img/bg_resource.jpg); }
#hero a#proven-track-record:after { background-image:url(../img/bg_proven.jpg); background-position: center;}

@media screen and (max-width: 1024px) {
  #hero { height:800px;margin-top: 60px; }
  #hero > div { flex-basis:100%; height:50%; }
  #hero a#going-for-gold { border-right:none; border-bottom:2px solid #FFF; font-size: 60px; line-height: 60px;}
}

@media screen and (max-width: 767px) {
  #hero { height:1000px; }
  #hero > div.right div > a { flex-basis:100%; }
  #hero a#large-resource { border-right:none; border-bottom:2px solid #FFF; }
  #hero .flex-small { height: 66.66%; }
  #hero .flex-small > a { height:50% !important; }
  #hero > div.right a { height:33.33%; }
#hero a#going-for-gold > div {padding: 0 25px; }
}



/* Fancybox Video Button */
a.fancy {position: absolute; bottom:-100px; left: 50%; transform: translateX(-50%); white-space: nowrap;}

/* =========================================
*************** MEDIA QUERIES **************
* ========================================*/
@media screen and (max-width: 1024px) {
  #widthcheck {
    z-index: 1; } }

@media screen and (max-width: 767px) {
  footer {
    height: auto; }
  #bottom {
    font-size: 12px;
    padding: 15px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #bottom span {
      display: none; }
    #bottom .blender, #bottom .copy {
      text-align: center;
      display: block;
      float: none; } }

/* =========================================
****************** COMMON ******************
* ========================================*/
body.sticky {
  padding-top: 110px; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

section::after {
  content: "";
  display: table;
  clear: both; }

section#investor-hub .row {
  margin-top: 2px; }

img {
  max-width: 100%; }

div {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* =========================================
************** HELPER CLASSES **************
* ========================================*/
.mobile-only {
  display: none !important; }

.desktop-only {
  display: block !important; }

/* =========================================
*********** FRONT PAGE - BANNER **************
* ========================================*/
#banner.flexslider {
  background-color: #000; }
  #banner.flexslider ul.slides {
    height: 580px;
    max-height: 580px; }
    #banner.flexslider ul.slides li {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 580px;
      max-height: 580px; }
#banner.flexslider ul.slides li.left {
  background-position: center left;
}
      #banner.flexslider ul.slides li .slide-text-box {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        color: #FFFFFF;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden; }
        #banner.flexslider ul.slides li .slide-text-box h1 {
          font-size: 70px;
          line-height: 60px;
          font-weight: 700;
          position: relative; }
          #banner.flexslider ul.slides li .slide-text-box h1.small {
            font-size: 50px;
            line-height: 45px; }
          #banner.flexslider ul.slides li .slide-text-box h1.very-small {
            font-size: 29px;
            line-height: 40px; }
          #banner.flexslider ul.slides li .slide-text-box h1::before {
            content: ' ';
            width: 183px;
            height: 10px;
            position: absolute;
            left: 50%;
            bottom: -30px;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #198541; }

/* =========================================
*************** Featured  **************
* ========================================*/
#features {
  background-color: #FAFAFA;
  text-align: center;
  /*padding: 75px 0px 95px 0px;*/
  padding: 75px 0px; }
  #features .half {
    float: left; }
    #features .half:nth-child(1) {
      padding-right: 8px; }
    #features .half:nth-child(2) {
      padding-left: 8px; }
    #features .half h1 {
      text-transform: none;
      letter-spacing: 0px !important; }
    #features .half .video {
      position: relative;
      padding-bottom: 55.73%; }
      #features .half .video iframe {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
    #features .half img {
      position: relative;
      z-index: 0; }
    #features .half .hold {
      position: relative;
      line-height: 0px; }
      #features .half .hold a {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 3; }
      #features .half .hold .overlay {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.4;
        -webkit-transition: 0.25s ease-in-out all;
        -moz-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all;
        z-index: 1;
        background-color: #000000; }
      #features .half .hold h1 {
        opacity: 1.0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: 0.25s ease-in-out all;
        -moz-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all;
        z-index: 2;
        color: #ffffff;
        margin: 0px; }
        #features .half .hold h1 i {
          font-size: 80px;
          line-height: 80px; }
        #features .half .hold h1.first {
          display: block; }
        #features .half .hold h1.second {
          display: none; }
      #features .half .hold:hover h1 {
        opacity: 1.0; }
        #features .half .hold:hover h1.first {
          display: none; }
        #features .half .hold:hover h1.second {
          display: block; }
      #features .half .hold:hover .overlay {
        background-color: #FFCC11;
        opacity: 0.9; }

/* =========================================
*************** Learn More  **************
* ========================================*/
#learn-more {
  text-align: center;
  font-size: 25px;
  line-height: 30px; 
  /*padding-top: 50px;*/}
  #learn-more .button {
    margin: 15px 15px 15px 0; font-size:20px; padding:12px 50px;}
  #learn-more .hold {
    width: 100%;
    overflow: hidden;
    padding: 60px 0px 65px 0px; }
    #learn-more .hold .icon {
      float: left;
      text-align: center;
      position: relative; }
      #learn-more .hold .icon a {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 2; }
      #learn-more .hold .icon h4 {
        font-weight: 700; }
      #learn-more .hold .icon .circle {
        border-radius: 50%;
        background-color: #33322c;
        position: relative;
        width: 190px;
        height: 190px;
        margin: auto;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        #learn-more .hold .icon .circle i {
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          font-size: 75px;
          color: #ffffff;
          opacity: 0.8; }
      #learn-more .hold .icon:hover .circle {
        background-color: #000000; }
        #learn-more .hold .icon:hover .circle i {
          top: -moz-calc(50% - 10px);
          top: calc(50% - 10px);
          opacity: 1.0; }

/* =========================================
*********** FRONT PAGE - NEWS **************
* ========================================*/
section#news {
  background-color: #FAFAFA; }
  section#news .row {
    padding: 50px 0px; }
  section#news .row .one-fifth {
    text-align: center;
    padding-right: 60px; }
  section#news h2 {
    text-align: left;
    color: #000000;
    font-weight: 700; }
  section#news #news-items {
    border-left: 1px solid #b7b7b7; }
    section#news #news-items .news-date {
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      color: #E5B210;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 14px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    section#news #news-items .news-title {
      font-family: "futura-pt", sans-serif;
      font-size: 20px;
      color: #000000;
      font-weight: 700;
      letter-spacing: 1.75px;
      text-transform: uppercase;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    section#news #news-items .news-link {
      border-bottom: 1px solid #c2c2c2;
      padding: 45px 0px 45px 80px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      section#news #news-items .news-link:hover {
        background-color: #E5B210; }
        section#news #news-items .news-link:hover .news-date, section#news #news-items .news-link:hover .news-title {
          color: #FFFFFF; }
    section#news #news-items .news-link:nth-of-type(1) {
      border-bottom: 1px solid #c2c2c2; }
    section#news #news-items .news-link:nth-of-type(3) {
      border-bottom: none; }
    section#news #news-items .news-link a {
      text-decoration: none; }
      section#news #news-items .news-link a:hover {
        text-decoration: none; }

/* =========================================
********** FRONT PAGE - PROJECTS ***********
* ========================================*/
section#hero-project {
  padding: 70px 0px; }
  section#hero-project .container {
    text-align: center; }
    section#hero-project .container .button {
      margin-top: 20px; }
    section#hero-project .container h4 {
      margin: 0px;
      letter-spacing: 2px; }
    section#hero-project .container h2 {
      margin: 15px 0px 25px; }
    section#hero-project .container p {
      width: 80%;
      margin: 0 auto;
      max-width: 720px; }

/* =========================================
********** FRONT PAGE - PROJECTS SLIDER ***********
* ========================================*/
#projects {
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px 0px 100px 0px; }
  #projects h2 {
    margin-bottom: 45px; }
  #projects .projects-carousel {
    position: relative;
    overflow: hidden;
    height: 400px; }
    #projects .projects-carousel .slick-arrow {
      height: 55px;
      width: 55px;
      z-index: 2;
      cursor: pointer;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #FFFFFF;
      text-align: center;
      padding-top: 12px; }
      #projects .projects-carousel .slick-arrow.slick-prev {
        left: 0px; }
      #projects .projects-carousel .slick-arrow.slick-next {
        right: 0px; }
      #projects .projects-carousel .slick-arrow i {
        font-size: 20px; }
    #projects .projects-carousel .project {
      height: 400px;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      color: #FFFFFF;
      text-align: center;
      overflow: hidden;
      border-left: 2px solid #FFFFFF;
      border-right: 2px solid #FFFFFF; }
      #projects .projects-carousel .project.cameron {
        background-image: url(../../../../_resources/project-thumbs/cameron_Banner2.jpg); }
      #projects .projects-carousel .project.springpole {
        background-image: url(../../../../_resources/project-thumbs/Spring_Pole_BANNER.jpg); }
      #projects .projects-carousel .project.goldlund {
        background-image: url(../../../../_resources/project-thumbs/Goldlund_Banner2.jpg); }
      #projects .projects-carousel .project.hopebrook {
        background-image: url(../../../../_resources/project-thumbs/Hope_Brook_Banner.jpg); }
      #projects .projects-carousel .project.pickle-crow {
        background-image: url(../../../../_resources/project-thumbs/Pickle_Crow_Banner4.jpg); }
      #projects .projects-carousel .project.quebec {
        background-image: url(../../../../_resources/project-thumbs/quebec.jpg); }
      #projects .projects-carousel .project .overlay {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: #000000;
        opacity: 0.6;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        z-index: 0; }
      #projects .projects-carousel .project .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1; }
        #projects .projects-carousel .project .text .location {
          font-size: 14px;
          text-transform: uppercase; }
        #projects .projects-carousel .project .text .name {
          font-size: 24px;
          text-transform: uppercase;
          font-weight: 700;
          white-space: nowrap; }
      #projects .projects-carousel .project a.link {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 2; }
      #projects .projects-carousel .project:hover .overlay {
        background-color: #E5B210;
        opacity: 0.9; }

/* =========================================
***** FRONT PAGE - PREVIEW-BOX SQUARES *****
* ========================================*/
.row .column.one-third {
  position: relative; }

.row .column.one-third.has-image:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5); }

.row .column.one-third.has-image:hover:before {
  background: rgba(229, 178, 16, 0.7); }

.row .column.one-third.has-image:hover:after {
  background: rgba(229, 178, 16, 0.7); }

.row .column.one-third.square:nth-of-type(1) {
  border-right: 1px solid #FFFFFF; }

.row .column.one-third.square:nth-of-type(2) {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF; }

.row .column.one-third.square:nth-of-type(3) {
  border-left: 1px solid #FFFFFF; }

.row .column.one-third.square .preview-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer; }

.row .column.one-third.square .preview-box-content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  width: 65%; }
  .row .column.one-third.square .preview-box-content h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px; }
  .row .column.one-third.square .preview-box-content span {
    display: block;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 300;
    color: #FFFFFF; }

/* =========================================
*************** MEDIA QUERIES **************
* ========================================*/
@media (min-width: 1200px) {
  .column.one-third.square {
    height: 393.33px; } }

@media screen and (max-width: 1045px) {
  #features .half h1 {
    font-size: 25px; } }

@media screen and (max-width: 1024px) {
  body.sticky {
    padding-top: 0px; }
  #banner .banner-text {
    top: -moz-calc(50% + 30px);
    top: calc(50% + 30px); } }

@media screen and (max-width: 875px) {
  section h1 {
    font-size: 48px;
    line-height: 51px;
    letter-spacing: 4px; }
  .container {
    padding: 0px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none !important; }
  .mobile-only {
    display: block !important; }
  #banner.flexslider {
    margin-top: 60px; }
    #banner.flexslider ul.slides {
      height: 300px;
      max-height: 300px; }
      #banner.flexslider ul.slides li {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 300px;
        max-height: 300px; }
        #banner.flexslider ul.slides li .slide-text-box {
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          color: #FFFFFF; }
          #banner.flexslider ul.slides li .slide-text-box h1 {
            font-size: 30px;
            line-height: 30px;
            font-weight: 700; }
            #banner.flexslider ul.slides li .slide-text-box h1.small {
              font-size: 25px;
              line-height: 25px; }
            #banner.flexslider ul.slides li .slide-text-box h1.very-small {
              font-size: 20px;
              line-height: 20px; }
    #banner.flexslider .flex-control-nav {
      display: none; }
  #features .half {
    width: 100%;
    float: none; }
    #features .half:nth-child(1) {
      padding-right: 0px;
      margin-bottom: 30px; }
    #features .half:nth-child(2) {
      padding-left: 0px; }
    #features .half img {
      width: 100%; }
  #learn-more .icon {
    float: none;
    width: 100%; }
  section h3 {
    font-size: 24px; }
  section#investor-hub .row .preview-box-content {
    width: 75%; }
    section#investor-hub .row .preview-box-content button.button.light {
      margin: 0 auto;
      margin-top: 30px;
      padding: 5px 25px;
      border-width: 1px; }
  section#investor-hub .row .download-btn:nth-of-type(3) {
    border-bottom: 2px solid #FFFFFF; }
  section#investor-hub .row #about-us,
  section#investor-hub .row #investor-hightlights {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 2px solid #FFFFFF; }
  section#news .row {
    padding: 0px 20px 50px; }
    section#news .row .one-fifth {
      text-align: left;
      padding-right: 0px;
      border-bottom: 1px solid #b7b7b7; }
      section#news .row .one-fifth h2 {
        display: inline-block;
        font-size: 28px;
        margin-top: 35px; }
      section#news .row .one-fifth .button {
        display: inline-block;
        width: 100px;
        text-align: center;
        float: right;
        margin-top: 37px; }
    section#news .row #news-items {
      border-left: none;
      padding-top: 24px; }
      section#news .row #news-items .news-link {
        padding: 0px;
        border-bottom: none; }
        section#news .row #news-items .news-link:hover {
          background-color: #FAFAFA; }
          section#news .row #news-items .news-link:hover .news-date, section#news .row #news-items .news-link:hover .news-title {
            color: #E5B210; }
      section#news .row #news-items .news-link:nth-of-type(2),
      section#news .row #news-items .news-link:nth-of-type(3) {
        display: none; }
  section#hero-project {
    padding: 60px 20px; }
    section#hero-project .container h2 {
      font-size: 24px;
      margin-top: 8px;
      margin-bottom: 8px;
      line-height: 28px;
      font-weight: 700; }
    section#hero-project .container p {
      width: 90%; }
    section#hero-project .button {
      padding: 5px 25px; }
  section#project-hub button.button.light {
    margin: 0 auto;
    margin-top: 30px;
    padding: 5px 25px;
    border-width: 1px; }
  section#project-hub #project-two.column,
  section#project-hub #project-three.column {
    display: none; }
  section#project-hub .column.one-third.square:nth-of-type(1),
  section#project-hub .column.one-third.square:nth-of-type(2),
  section#project-hub .column.one-third.square:nth-of-type(3) {
    border: none; } }
