@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 {
  -webkit-box-sizing: content-box;
  -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"] {
  -webkit-box-sizing: border-box;
  -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 */
  -webkit-box-sizing: content-box;
  -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; }

/* ====================================================================================================================
 * MIXINS 
 * ====================================================================================================================*/
/* ====================================================================================================================
 * COLORS  
 * ====================================================================================================================*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-thumb {
  background: #00978e; }

::-webkit-scrollbar-track {
  background: rgba(128, 203, 199, 0.85); }

body {
  scrollbar-face-color: #00978e;
  scrollbar-track-color: rgba(128, 203, 199, 0.85); }

*::-moz-selection {
  background: #00978e;
  /* WebKit/Blink Browsers */
  color: #80cbc7; }

*::selection {
  background: #00978e;
  /* WebKit/Blink Browsers */
  color: #80cbc7; }

/* ====================================================================================================================
 * FONTS 
 * ====================================================================================================================*/
.row,
.column {
  -webkit-box-sizing: border-box;
  -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: 22%; }

.row .two-fifths {
  width: 40%; }

.row .three-fifths {
  width: 60%; }

.row .four-fifths {
  width: 70%;
  margin-left: 8%; }

.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; }

/* CEMATRIX FIXES */
.column.one-third.middle-fix {
  padding-left: 0px !important; }

@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  
 * ====================================================================================================================*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-thumb {
  background: #00978e; }

::-webkit-scrollbar-track {
  background: rgba(128, 203, 199, 0.85); }

body {
  scrollbar-face-color: #00978e;
  scrollbar-track-color: rgba(128, 203, 199, 0.85); }

*::-moz-selection {
  background: #00978e;
  /* WebKit/Blink Browsers */
  color: #80cbc7; }

*::selection {
  background: #00978e;
  /* WebKit/Blink Browsers */
  color: #80cbc7; }

/* ====================================================================================================================
 * FONTS 
 * ====================================================================================================================*/
::-moz-selection {
  color: #FFFFFF;
  background: #00978e; }

::selection {
  color: #FFFFFF;
  background: #00978e; }

body,
html,
html p,
body p,
.main-content,
.main-content p {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px; }

.main-content #inner-main ul {
  padding-left: 19px; }

h1 {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 40; }

h2 {
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1.25px; }

h3 {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.25px;
  color: #000000;
  text-transform: uppercase; }

h4 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: .5px;
  color: #00978e; }

a.btn {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px; }

#content-left a,
html a,
body a,
a {
  color: #00978e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  #content-left a:hover,
  html a:hover,
  body a:hover,
  a:hover {
    text-decoration: underline; }

.panel .panel-content ul li a:not(.btn) {
  color: #00978e;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .panel .panel-content ul li a:not(.btn):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
 * ====================================================================================================================*/
/* ====================================================================================================================
 * 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 {
  margin: 0 0 2px;
  background-size: cover;
  /*border: 4px solid #ffffff;*/
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.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: rgba(0, 0, 0, 0.8);
  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: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.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: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.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: 60px; }

.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;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -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  
 * ====================================================================================================================*/
.custom-navigation {
  width: 104px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2; }
  .custom-navigation a.flex-prev {
    margin-right: 5px; }
  .custom-navigation a.flex-prev, .custom-navigation a.flex-next {
    width: 52px;
    height: 52px;
    display: table;
    text-decoration: none;
    background-color: white; }
    .custom-navigation a.flex-prev i, .custom-navigation a.flex-next i {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .custom-navigation a.flex-prev i:focus, .custom-navigation a.flex-next i:focus {
        color: #00978e; }
      .custom-navigation a.flex-prev i:active, .custom-navigation a.flex-next i:active {
        color: #00978e; }

.flexslider .slides > li {
  position: relative; }
  .flexslider .slides > li:before {
    content: " ";
    z-index: 2;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25); }

.flexslider .slide-text-box {
  padding: 30px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  color: #FFF;
  width: 65%;
  text-shadow: -1px 0px 30px rgba(0, 0, 0, 0.1); }
  .flexslider .slide-text-box h1 {
    font-weight: 900;
    margin: 0px; }
  .flexslider .slide-text-box .slideshow-image-wrapper.has-image {
    width: 100%;
    height: 630px;
    position: relative; }

/* SLIDE POSITION ADJUSTMENTS */
.slideshow-image-wrapper.has-image:nth-of-type(1) {
  background-position: bottom center !important; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

@media screen and (max-width: 480px) {
  .flexslider .slideshow-image-wrapper.has-image {
    height: 340px !important;
    background-size: contain;
    background-position-y: -100px; }
  .flexslider ul.slides {
    height: 340px !important; } }

/* ====================================================================================================================
 * BUTTONS
 * ====================================================================================================================*/
a.btn,
input.btn {
  background: #80cbc7;
  bottom: 30px;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  left: 30px;
  padding: 12px 30px;
  position: absolute;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  a.btn:hover,
  input.btn:hover {
    background: #00978e;
    color: #FFFFFF;
    text-decoration: none; }

a.btn.light {
  color: #00978e;
  background: #FFFFFF; }
  a.btn.light:hover {
    background: #80cbc7;
    color: #FFFFFF; }

a.btn.inverse {
  color: #FFFFFF;
  background: #00978e; }
  a.btn.inverse:hover {
    background: #8ecdcd;
    color: #80cbc7; }

a.btn.header-btn {
  color: #FFFFFF;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  float: right;
  height: 42px;
  display: table-cell;
  padding: 18px 30px 0px;
  border-left: 2px solid #FFFFFF; }
  a.btn.header-btn.inverse {
    color: #FFFFFF;
    background: #00978e; }
    a.btn.header-btn.inverse:hover {
      background: #8ecdcd;
      color: #80cbc7; }

a.btn.content-btn {
  display: inline-block;
  position: relative;
  margin-top: 60px; }

a.btn.grey {
  background: #9b9b9b;
  left: 0; }
  a.btn.grey:hover {
    background: #00978e; }

input.btn.form-btn {
  display: block;
  float: left;
  position: relative;
  margin-top: 25px;
  margin-left: 0px; }

.structure-directory-project-details a.btn.content-btn.tech-report {
  color: #80cbc7 !important;
  text-decoration: none !important;
  left: initial !important; }
  .structure-directory-project-details a.btn.content-btn.tech-report:hover {
    color: #FFFFFF !important; }

a#tech-report {
  bottom: 0px;
  margin: 30px 0px 10px; }

.btn.download {
  position: relative;
  top: initial;
  cursor: pointer;
  color: #FFFFFF !important;
  bottom: initial;
  text-decoration: none;
  text-transform: none;
  left: initial;
  display: table;
  margin: 30px 0px;
  padding: 18px 30px; }
  .btn.download:before {
    font-family: FontAwesome;
    color: #FFFFFF;
    padding-right: 20px;
    content: '\f1c1';
    font-size: 25px;
    top: 2px;
    position: relative;
    display: table-cell;
    vertical-align: middle; }
  .btn.download:hover {
    color: #FFFFFF !important;
    text-decoration: none !important; }

/* ====================================================================================================================
 * TOP NAVIGATION MENU  
 * ====================================================================================================================*/
#sticky-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: white;
  z-index: 25; }
  #sticky-header > div::after {
    content: "";
    display: table;
    clear: both; }

#sticky-header > div:nth-of-type(1) {
  background: #000000;
  color: #FFFFFF;
  padding: 0px 0px 0px 30px; }
  #sticky-header > div:nth-of-type(1) p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 0;
    text-transform: uppercase; }
  #sticky-header > div:nth-of-type(1) p:nth-of-type(1) {
    float: left; }
  #sticky-header > div:nth-of-type(1) p:nth-of-type(2) {
    float: right; }
  #sticky-header > div:nth-of-type(1) span {
    font-weight: 700; }

#svg-logo {
  top: 32px; }

#sticky-header > div:nth-of-type(2) {
  background: #FFFFFF; }
  #sticky-header > div:nth-of-type(2) .logo {
    display: inline-block;
    width: auto; }
    #sticky-header > div:nth-of-type(2) .logo img {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 21px 20px 15px 0px;
      width: 190px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    #sticky-header > div:nth-of-type(2) .logo:hover img {
      opacity: 0.7; }
  #sticky-header > div:nth-of-type(2) nav {
    float: right;
    padding: 32.5px 0; }
    #sticky-header > div:nth-of-type(2) nav > ul {
      list-style: none;
      margin: 0;
      padding-left: 0px; }
      #sticky-header > div:nth-of-type(2) nav > ul > li {
        float: left;
        color: white;
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        margin-left: 48px;
        position: relative; }
        #sticky-header > div:nth-of-type(2) nav > ul > li:first-of-type {
          margin-left: 0px; }
        #sticky-header > div:nth-of-type(2) nav > ul > li a {
          color: #000000;
          padding: 0px 0px 3px;
          text-decoration: none;
          -webkit-transition: none;
          -moz-transition: none;
          transition: none;
          position: relative; }
        #sticky-header > div:nth-of-type(2) nav > ul > li .slider {
          position: absolute;
          display: block;
          left: 0;
          top: 22px;
          margin: 0 auto;
          height: 2px;
          background-color: #00978e;
          width: 0%;
          -webkit-transition: width 700ms ease;
          -moz-transition: width 700ms ease;
          transition: width 700ms ease; }
        #sticky-header > div:nth-of-type(2) nav > ul > li:hover a .slider {
          width: 100%; }
        #sticky-header > div:nth-of-type(2) nav > ul > li:hover div {
          visibility: visible;
          opacity: 1; }
        #sticky-header > div:nth-of-type(2) nav > ul > li:hover div:before {
          visibility: visible;
          opacity: 1; }
      #sticky-header > div:nth-of-type(2) nav > ul::after {
        content: "";
        display: table;
        clear: both; }
    #sticky-header > div:nth-of-type(2) nav li a {
      text-decoration: none; }
    #sticky-header > div:nth-of-type(2) nav > ul > li:last-of-type > div > ul.dropdown-container {
      right: 78px;
      left: initial;
      position: relative;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none; }
      #sticky-header > div:nth-of-type(2) nav > ul > li:last-of-type > div > ul.dropdown-container:before {
        left: 68%; }
  #sticky-header > div:nth-of-type(2) nav > ul > li > div {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 23px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    #sticky-header > div:nth-of-type(2) nav > ul > li > div ul {
      cursor: pointer;
      left: 50%;
      list-style: none;
      margin: 0px;
      padding: 0 0 0 0;
      position: absolute;
      top: 10px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 235px; }
      #sticky-header > div:nth-of-type(2) nav > ul > li > div ul:before {
        content: " ";
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 12px solid #1d1d1d;
        z-index: 2;
        left: -moz-calc(50% - 20px);
        left: calc(50% - 20px);
        position: relative;
        bottom: 8px; }
      #sticky-header > div:nth-of-type(2) nav > ul > li > div ul li a {
        background: #1d1d1d;
        border-top: 2px solid #000000;
        color: #80cbc7;
        display: block;
        font-weight: 300;
        padding: 17px 14px;
        min-width: 168px;
        max-width: 245px;
        text-decoration: none; }
      #sticky-header > div:nth-of-type(2) nav > ul > li > div ul li:hover a {
        background: #000000;
        text-decoration: none; }
      #sticky-header > div:nth-of-type(2) nav > ul > li > div ul li:nth-of-type(1) a {
        border-top: 0; }
      #sticky-header > div:nth-of-type(2) nav > ul > li > div ul li:last-child a {
        border-bottom: 0; }
      #sticky-header > div:nth-of-type(2) nav > ul > li > div ul li:last-child:hover a {
        border-bottom: 0; }
      #sticky-header > div:nth-of-type(2) nav > ul > li > div ul li.indented-list-item a {
        padding-left: 34px;
        min-width: 0px;
        border-top: none; }

ul.dropdown-container li.indented-list-item:last-of-type a {
  border-bottom: 1px solid black; }

/* ====================================================================================================================
 * STOCKBAR 
 * ====================================================================================================================*/
ul.stock-information {
  list-style: none;
  margin: 0;
  padding: 17px 0px;
  float: left; }
  ul.stock-information li {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    padding-right: 20px; }
    ul.stock-information li span {
      font-weight: bold; }

ul.social-media {
  list-style: none;
  margin: 0;
  padding: 17px 0px;
  float: right; }
  ul.social-media li {
    float: right;
    padding-right: 20px; }
    ul.social-media li a i {
      color: #FFFFFF;
      font-size: 18px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      ul.social-media li a i:hover {
        color: #00978e; }
    ul.social-media li a {
      color: #FFFFFF;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

/* ====================================================================================================================
 * SEARCH 
 * ====================================================================================================================*/
.float-fix {
  float: right; }

.search {
  width: 60px;
  height: 100%;
  padding: 17px 0px;
  border-left: 2px solid white;
  text-align: center;
  background: #b2b2b2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .search i {
    color: #FFFFFF;
    font-size: 18px; }
  .search .search-form-container {
    display: table;
    margin-left: -208px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .search .search-form-container form {
      display: table-cell; }
    .search .search-form-container input {
      border: none;
      background: transparent;
      color: white;
      width: 208px;
      outline: none;
      padding-left: 20px; }
      .search .search-form-container input.placeholder {
        color: white; }
      .search .search-form-container input:-moz-placeholder {
        color: white; }
      .search .search-form-container input::-webkit-input-placeholder {
        color: white; }

.search.active {
  width: 270px; }
  .search.active .search-form-container {
    margin-left: 2px; }

/* ====================================================================================================================
 * Mobile Secondary Search Function
 * ====================================================================================================================*/
#search {
  cursor: pointer; }

input#search-text-input {
  border: none;
  outline: none;
  background: transparent; }

.mobile-stock-social-search.active {
  display: table; }
  .mobile-stock-social-search.active #search-form-container {
    display: table-cell; }
  .mobile-stock-social-search.active #search {
    display: table-cell; }
  .mobile-stock-social-search.active > div > div:nth-of-type(1), .mobile-stock-social-search.active > div > div:nth-of-type(2) {
    display: none; }

.mobile-stock-social-search.not-active #search-form-container {
  display: none; }

html.this-is-not-a-mobile .mp-pusher.mp-pushed #hamburger-bun {
  right: 17px; }

/* Inner Project Specific Styles */
body.cat-applications.structure-directory-overview .panel.white .panel-header {
  background-color: #80cbc7;
  border-color: white; }
  body.cat-applications.structure-directory-overview .panel.white .panel-header h3 {
    color: white; }
  body.cat-applications.structure-directory-overview .panel.white .panel-header .panel-header-icon {
    background: #00978e;
    border-bottom: 0px; }
  body.cat-applications.structure-directory-overview .panel.white .panel-header .panel-header-icon svg circle,
  body.cat-applications.structure-directory-overview .panel.white .panel-header .panel-header-icon svg path {
    stroke: #FFFFFF; }

body.cat-applications.structure-directory-overview .panel.no-gutter-right {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #FFFFFF; }

body.cat-applications.structure-directory-overview .panel.no-gutter-left {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #FFFFFF; }

/* ====================================================================================================================
 * PANELS & FRONTPAGE PROJECT BOXES
 * ====================================================================================================================*/
.panel {
  background: #00978e;
  position: relative;
  min-height: 330px !important; }
  .panel::after {
    content: "";
    display: table;
    clear: both; }
  .panel .panel-content {
    padding: 30px; }
    .panel .panel-content p {
      color: #FFFFFF;
      font-size: 20px;
      margin-top: 0px;
      font-weight: 300;
      line-height: 30px; }
    .panel .panel-content a:not(.btn) {
      font-family: "proxima-nova", sans-serif;
      font-size: 20px;
      color: #FFFFFF;
      text-decoration: none;
      font-weight: 300;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .panel .panel-content a:not(.btn):hover {
        opacity: 0.7; }
  .panel h3 {
    margin: 0px;
    position: relative;
    margin-top: 18px;
    margin-bottom: 17px; }
  .panel .panel-header {
    width: 100%;
    display: block;
    min-height: 60px;
    border-bottom: 2px solid #FFFFFF; }
    .panel .panel-header::after {
      content: "";
      display: table;
      clear: both; }
    .panel .panel-header .panel-header-title {
      display: block;
      float: left;
      position: relative;
      padding-left: 30px; }
    .panel .panel-header .panel-header-title h3 {
      color: #FFFFFF; }
    .panel .panel-header .panel-header-icon {
      float: right;
      background: #80cbc7;
      min-height: 60px;
      height: 100%;
      border-left: 2px solid #FFFFFF;
      display: inline-block;
      width: 60px;
      position: relative; }
    .panel .panel-header .panel-header-icon.no-gutter {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .panel .panel-header .panel-header-icon.waypoint-icon.no-gutter {
      border-bottom: 2px solid #FFFFFF; }
    .panel .panel-header.bt {
      border-top: 2px solid; }

.panel.white {
  background: #FFFFFF; }
  .panel.white .panel-content p {
    color: #000000; }
  .panel.white .panel-header {
    border-color: #000000; }
    .panel.white .panel-header .panel-header-title {
      border-color: #000000;
      color: #000000; }
    .panel.white .panel-header .panel-header-title h3 {
      color: #000000; }
    .panel.white .panel-header .panel-header-title h3 span {
      color: #9b9b9b; }
    .panel.white .panel-header .panel-header-icon {
      background: #dadada; }
    .panel.white .panel-header .panel-header-icon svg circle, .panel.white .panel-header .panel-header-icon svg path {
      stroke: #000000; }

.panel.has-image .panel-header {
  background: rgba(0, 0, 0, 0.35); }

.panel.has-image .panel-header-icon {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center; }

.panel.top-row {
  -webkit-box-shadow: inset 2px 0px 0px 0px white;
  box-shadow: inset 2px 0px 0px 0px white; }

.panel.top-row.large {
  height: 630px; }

.panel.square.left {
  border-right: 1px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF; }

.panel.square.right {
  border-left: 1px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF; }

.panel.square.middle {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF; }

.panel.double-height {
  -webkit-box-shadow: inset 2px -2px 0px 0px #FFFFFF;
  box-shadow: inset 2px -2px 0px 0px #FFFFFF; }

.panel.square-height-match.right {
  border-left: 1px solid #FFFFFF; }

/* =================== PANELS - Utility Classes ================== */
.panel.no-gutter-left {
  -webkit-box-shadow: inset -1px 0px 0px 0px white;
  box-shadow: inset -1px 0px 0px 0px white;
  border-bottom: 2px solid #FFFFFF; }

.panel.no-gutter-right {
  -webkit-box-shadow: inset 1px 0px 0px 0px white;
  box-shadow: inset 1px 0px 0px 0px white;
  border-bottom: 2px solid #FFFFFF; }

/* =================== PROJECT BOXES - Front Page ================== */
a.front-project-link-wrapper:hover {
  text-decoration: none !important; }

.panel.empty-project {
  color: #000000 !important;
  background: #000000 !important; }

.panel.square.has-image {
  padding: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .panel.square.has-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .panel.square.has-image:hover:before {
    opacity: 0.75; }
  .panel.square.has-image .project-information {
    text-align: center;
    z-index: 2;
    color: #FFFFFF;
    text-decoration: none; }
    .panel.square.has-image .project-information .project-name h2 {
      text-transform: uppercase;
      margin: 0px 0px 8px 0px;
      line-height: 37px;
      text-decoration: none;
      color: #FFFFFF; }
      .panel.square.has-image .project-information .project-name h2:hover {
        text-decoration: none; }
    .panel.square.has-image .project-information .project-location {
      font-size: 20px;
      color: #FFFFFF;
      text-decoration: none; }
      .panel.square.has-image .project-information .project-location:hover {
        text-decoration: none; }

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes fade-in-up {
  0% {
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fade-in-up {
  0% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wrapper {
  margin: 0 auto;
  max-width: 960px; }

.wrapper > p {
  margin-bottom: 50px; }

.tabs {
  margin-top: 40px; }
  .tabs > div > div {
    display: none; }
  .tabs > div > div.active {
    display: block;
    -webkit-animation-duration: 0.35s;
    -moz-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-name: fade-in-up;
    -moz-animation-name: fade-in-up;
    animation-name: fade-in-up;
    display: block; }
  .tabs > ul > .dropdown > ul {
    display: none; }
  .tabs > ul > .dropdown.dropdownactive > ul {
    display: block; }
  .tabs > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #dadada; }
    .tabs > ul li {
      background: #80cbc7;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: #FFFFFF;
      cursor: pointer;
      font-size: 18px;
      margin-right: 3px;
      margin-bottom: 2px;
      padding: 12px 20px;
      text-align: center;
      position: relative;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      min-width: 85px; }
      .tabs > ul li:hover {
        background: #00978e;
        color: white; }
    .tabs > ul li.active {
      background: #00978e;
      color: #FFFFFF; }
  .tabs > div p {
    color: #000000; }
  .tabs > ul > li.dropdownactive {
    background: #00978e; }
  .tabs > ul > li.dropdown > ul {
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45px;
    width: 100%;
    background: #00978e; }
    .tabs > ul > li.dropdown > ul > li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      margin: 0;
      padding: 8px 0px;
      text-align: center;
      width: 100%;
      background: #00978e; }

body.structure-project .tabs.more-tabs > ul li {
  width: auto; }

#inner-main .tabs h2:first-of-type {
  margin-top: 20px; }

/* ====================================================================================================================
 * NEWS LISTING - 3 across row
 * ====================================================================================================================*/
#news-listing.row {
  display: table;
  position: relative;
  height: 100%;
  width: 100%; }
  #news-listing.row .column {
    display: table-cell;
    float: none;
    height: 100%;
    position: relative; }
  #news-listing.row .front-news-box {
    color: #000000;
    padding: 30px;
    min-height: 330px;
    border-right: 2px solid black;
    position: relative; }
    #news-listing.row .front-news-box .news-title {
      padding: 30px 0px; }
    #news-listing.row .front-news-box a {
      text-transform: uppercase;
      color: #00978e;
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      text-decoration: none;
      letter-spacing: 1; }

#mobile-news-btn-wrapper {
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  #mobile-news-btn-wrapper::after {
    content: "";
    display: table;
    clear: both; }
  #mobile-news-btn-wrapper a.btn {
    margin: 0px !important;
    padding: 15px 35px; }

#news-listing .column:last-of-type .front-news-box {
  border-right: none; }

/* HOMEPAGE NEWS ALIGNMENT FIX*/
/* EMAIL SIGNUP */
#signup.section-header {
  display: block;
  width: 100%; }
  #signup.section-header .header-icon-box.email-icon {
    display: inline-block;
    float: right; }

section#subscribe {
  background-color: #00978e;
  min-height: 53px;
  padding: 30px;
  font-size: 22px;
  color: #FFFFFF; }
  section#subscribe #signup-info {
    float: none; }
  section#subscribe .signup-message {
    font-size: 16px;
    padding-top: 13px;
    display: none; }
  section#subscribe .signup-message br {
    display: none; }

form.signup .textbox {
  display: inline-block;
  background: #FFFFFF;
  color: #c0c0c0;
  width: 231px;
  height: 50px;
  border: 2px solid #FFFFFF;
  position: relative;
  margin-right: 4px; }

form.signup .textbox input {
  padding: 0px 15px;
  font-size: 14px;
  color: #333;
  width: 165px;
  height: 50px;
  border: none;
  border-radius: 0;
  margin-right: 10px;
  outline: none; }

form.signup .textbox.error {
  border: 2px solid #ee4036; }

form.signup .error-tooltip {
  display: none;
  position: absolute;
  top: -49px;
  left: 0;
  color: #00978e;
  padding: 7px 15px;
  font-size: 12px;
  background: #1d1d1d;
  width: 211px;
  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: #1d1d1d transparent transparent transparent;
    position: absolute;
    bottom: -10px; }

form.signup .error-tooltip i {
  margin-right: 5px;
  font-size: 14px; }

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 .signup-submit {
  background: #80cbc7;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font: 15px "proxima-nova", sans-serif;
  font-weight: 400;
  left: 0px;
  letter-spacing: 1.5px;
  padding: 19px 50px 17px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  form.signup .signup-submit:hover {
    background: #FFFFFF;
    color: #00978e;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* RECAPTCHA */
.recaptcha {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: 0;
  position: relative;
  padding-bottom: 5px; }
  .recaptcha.show {
    display: block;
    height: auto; }

/* RECAPTCHA FIXES */
#subscribe form.signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#subscribe form.signup .recaptcha {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

#subscribe form.signup .signup-submit {
  max-height: 54px;
  margin-right: 4px; }

/* INNER RIGHT */
#subscribe-inner form.signup .textbox {
  width: 100%; }

#subscribe-inner form.signup .textbox input {
  margin: 15px 0; }

#subscribe-inner form.signup .signup-email input {
  background-color: #FFFFFF; }

#subscribe-inner form.signup .signup-submit {
  background: #8ecdcd;
  width: auto;
  color: #80cbc7; }

#subscribe-inner form.signup .signup-submit:hover {
  background: #FFFFFF;
  color: #333; }

/* INVESTORS HORIZONTAL */
body.str-investors-overview #subscribe, body.str-projects-overview #subscribe {
  background: #80cbc7; }

/* 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; }
    #subscribe #signup-info .textbox {
      text-align: center; }
    #subscribe #signup-info .signup-submit {
      text-align: left; } }

@media screen and (max-width: 736px) {
  #subscribe-inner {
    background-color: #00978e;
    padding: 45px 0.9375em;
    color: #FFF;
    text-align: center; }
    #subscribe-inner .signup-submit {
      display: none; }
    #subscribe-inner .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-inner h2 {
      font-size: 18px;
      color: #FFF;
      margin-bottom: 5px !important; }
    #subscribe-inner form.signup .textbox input {
      background: #FFF; }
    #subscribe-inner form.signup .textbox {
      display: inline-block;
      margin-right: -4px;
      position: relative;
      width: 235px; } }

/* ====================================================================================================================
 * FOOTER & COPYRIGHT
 * ====================================================================================================================*/
footer {
  height: 130px;
  width: 100%;
  background: #000000; }
  footer ul {
    list-style: none;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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 a {
      color: #FFFFFF;
      font-family: "proxima-nova", sans-serif;
      font-weight: bold;
      font-size: 15px;
      letter-spacing: 3px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      footer ul li a:hover {
        text-decoration: none;
        color: #00978e; }

#bottom {
  width: 100%;
  background: #000000;
  border-top: 2px solid #FFFFFF;
  font-size: 13px;
  color: #FFFFFF; }
  #bottom::after {
    content: "";
    display: table;
    clear: both; }
  #bottom .row .column {
    padding: 20px 30px; }
  #bottom a {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    #bottom a:hover {
      color: #00978e; }
  #bottom span {
    border-right: 1px solid #FFFFFF;
    margin-right: 24px;
    padding: 0px 24px 0px 0px; }
    #bottom span a {
      color: #FFFFFF;
      text-decoration: none; }
    @media (max-width: 480px) {
      #bottom span {
        border: none;
        display: block;
        margin: 0px;
        padding: 0px; } }

.not-home footer {
  border-top: 2px solid #FFFFFF; }

/* ====================================================================================================================
 * INVESTOR OVERVIEW
 * ====================================================================================================================*/
body.structure-overview.cat-investors .panel {
  min-height: 415px !important; }

body.structure-overview.cat-investors h1 {
  color: #FFFFFF; }

body.structure-overview.cat-investors .main-content #inner-main p {
  clear: both; }

body.structure-overview.cat-investors #quicklinks.panel-header-icon {
  background-image: url("../img/quick-links-icon.png");
  background-repeat: no-repeat;
  background-position: center; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    body.structure-overview.cat-investors #quicklinks.panel-header-icon {
      background-image: url("../img/quick-links-icon@2x.png"); } }

body.structure-overview.cat-investors .panel-content {
  position: static; }

body.structure-overview.cat-investors .panel-content .panel-table-wrapper {
  background: transparent;
  bottom: 30px;
  left: 30px;
  padding: 0px;
  position: absolute; }
  body.structure-overview.cat-investors .panel-content .panel-table-wrapper table tr td span {
    color: #FFFFFF;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
  body.structure-overview.cat-investors .panel-content .panel-table-wrapper table tr td {
    width: 20%;
    max-width: 140px;
    font-size: 20px; }

.panel-content.be-a-table {
  display: table;
  padding: 30px; }
  .panel-content.be-a-table a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 0px;
    line-height: 27px;
    padding-top: 0px;
    width: 100%;
    clear: both; }
    .panel-content.be-a-table a:before {
      top: 0px; }
  .panel-content.be-a-table a i {
    display: table-cell;
    padding-bottom: 10%;
    width: 35px; }
  .panel-content.be-a-table a span {
    display: table-cell;
    padding-bottom: 10%; }

@media (max-width: 1100px) {
  body.structure-overview.cat-investors .panel {
    min-height: 485px !important; }
  body.structure-overview.cat-investors .panel-content .panel-table-wrapper table tr td {
    display: block; } }

@media (max-width: 767px) {
  body.structure-overview.cat-investors .panel.square.right {
    border-left: none; }
  body.structure-overview.cat-investors .panel.secondary-match.square-height-match.has-image.left.left-fix {
    min-height: 400px !important; } }

svg {
  display: block;
  position: relative;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.about-svg circle, .about-svg polygon, .about-svg line, .about-svg polyline, .about-svg rect, .download-svg circle, .download-svg polygon, .download-svg line, .download-svg polyline, .download-svg rect, .investor-svg circle, .investor-svg polygon, .investor-svg line, .investor-svg polyline, .investor-svg rect {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-miterlimit: 10; }

.about-svg {
  width: 16px;
  height: 30px;
  right: -15px;
  top: 30px; }

.download-svg {
  width: 23px;
  height: 24px;
  right: -8px;
  top: 28px; }

.investor-svg {
  width: 23px;
  height: 24px; }

svg.chart-svg {
  right: -3px;
  top: 30px; }

.project-svg, .email-svg {
  width: 24px;
  height: 31px; }
  .project-svg circle, .project-svg path, .project-svg polyline, .email-svg circle, .email-svg path, .email-svg polyline {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }

.email-svg {
  width: 32px;
  height: 32px;
  right: 0px; }

.project-svg {
  width: 32px;
  height: 32px;
  right: 1px;
  top: 30px; }

.new-svg {
  width: 32px;
  height: 32px;
  right: 0px; }
  .new-svg polyline, .new-svg line, .new-svg rect {
    fill: none;
    stroke: #000000;
    stroke-width: 1.3043;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }

/* ===============
 * COMMON - MISC
 * ==============*/
input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0; }

.main-content {
  margin-top: 154px; }

.structure-home .main-content {
  margin-top: 154px; }

#row-one.row {
  max-height: 630px; }

.container {
  width: auto;
  margin: 0 auto;
  padding: 0 30px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }

.panel h1 {
  margin: 0; }

.tablet-show {
  display: none; }

.mobile-hide {
  display: block; }

.mobile-show {
  display: none; }

h2.gallery-title:last-of-type {
  margin-top: 60px; }

body .main-content .footnote {
  font-size: 12px;
  margin-top: -2px;
  line-height: 16px; }

h5.image-title {
  color: #3a2d39;
  font-size: 18px;
  margin-bottom: 10px; }

/* ====================================
 * FRONTPAGE - SECTION HEADERS / TITLES
 * ===================================*/
.section-header {
  background: #00978e;
  border-bottom: 2px solid #FFFFFF;
  display: table;
  height: 60px;
  width: 100%; }
  .section-header h3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    color: #FFFFFF;
    display: table-cell;
    padding-left: 30px; }
  .section-header .header-icon-box {
    position: relative;
    height: 60px;
    display: table-cell;
    width: 60px;
    border-left: 2px solid #000000;
    background-repeat: no-repeat;
    background-position: center;
    display: table-cell; }

header #header-title-bar h3 {
  color: #FFFFFF !important; }

header:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(12%, rgba(0, 0, 0, 0.35)), color-stop(68%, rgba(0, 0, 0, 0.15)));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.35) 12%, rgba(0, 0, 0, 0.15) 68%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 12%, rgba(0, 0, 0, 0.15) 68%);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  right: 0; }

#signup.section-header {
  background: #00978e;
  border-color: #FFFFFF; }
  #signup.section-header h3 {
    color: #FFFFFF; }
  #signup.section-header .header-icon-box {
    background: #80cbc7;
    border-color: #FFFFFF;
    position: relative; }

.structure-home section#subscribe {
  margin-bottom: 2px; }

#full-width-btn {
  display: none;
  width: 100%;
  height: 48px;
  padding: 10px 30px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 0px; }

/* FRONTPAGE - INVESTORS fixes */
#investor-front-panel {
  position: relative;
  z-index: 1; }
  #investor-front-panel .panel-content.flex-column {
    height: -moz-calc(100% - 62px);
    height: calc(100% - 62px); }
  #investor-front-panel .panel-header {
    background: none;
    position: relative;
    z-index: 3; }

#investor-front-panel:before {
  background: rgba(0, 0, 0, 0.35);
  background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.41)));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.41) 80%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.41) 80%);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

#investor-front-panel .panel-content.flex-column {
  position: relative;
  z-index: 3; }

/* FRONTPAGE - NEWS fixes */
#lastest-news.section-header {
  background: #FFFFFF;
  border-bottom: 2px solid #000000;
  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; }
  #lastest-news.section-header > div {
    display: inline-block;
    float: none; }
    #lastest-news.section-header > div:nth-of-type(1) {
      width: -moz-calc(100% - 232px);
      width: calc(100% - 232px); }
  #lastest-news.section-header h3 {
    color: #000000; }
  #lastest-news.section-header a.btn.header-btn {
    border-left: 2px solid #000000; }
  #lastest-news.section-header .header-icon-box.news-icon {
    background: #dadada; }

/* ============================
 * INNERPAGE - HEADER BANNERS
 * ===========================*/
header {
  position: relative;
  margin-top: 112px;
  background: url("../img/innerpage_banner_01.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 400px; }
  header #header-title-bar {
    width: 100%;
    height: 60px;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0; }
    header #header-title-bar h3 {
      float: left;
      margin: 0;
      padding: 16px 0px 16px 30px; }
    header #header-title-bar .header-icon {
      background-image: url("../img/about-us-icon.png");
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      float: right;
      border-left: 2px solid #FFFFFF;
      width: 60px;
      height: 60px; }

.cat-corporate header {
  background-image: url("../img/banner-corporate.jpg");
  background-position: center;
  background-repeat: no-repeat; }

.cat-investors header {
  background-image: url("../img/banner-investor.jpg");
  background-position: center;
  background-repeat: no-repeat; }

.cat-news-media header {
  background-image: url("../img/banner-news.jpg");
  background-position: center;
  background-repeat: no-repeat; }

.cat-contact header {
  background-image: url("../img/banner-contact.jpg");
  background-position: center;
  background-repeat: no-repeat; }

.cat-search header {
  background-image: url("../img/banner-contact.jpg");
  background-position: center;
  background-repeat: no-repeat; }

.cat-applications.structure-directory-lightweight-backfill header {
  background-image: url("../img/banner-backfill.jpg");
  background-position: center;
  background-repeat: no-repeat; }

.cat-applications.structure-directory-insulation header {
  background-image: url("../img/banner-insulation.jpg");
  background-position: center;
  background-repeat: no-repeat; }

.cat-applications.structure-directory-grout-and-flowable-fills header {
  background-image: url("../img/banner-grout.jpg");
  background-position: center;
  background-repeat: no-repeat; }

  .cat-careers header {
  background-image: url("../img/banner-careers.jpg");
  background-position: center;
  background-repeat: no-repeat; }

/* ===================================
 * INNERPAGE - CONTENT LEFT CONTAINER
 * ==================================*/
#inner-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0px;
  color: #000000; }
  #inner-main::after {
    content: "";
    display: table;
    clear: both; }
  #inner-main h1 {
    color: #80cbc7; }
  #inner-main h2, #inner-main h3 {
    color: #000000; }
  #inner-main h1:nth-of-type(1) {
    margin-top: -6px; }
    #inner-main h1:nth-of-type(1).page-title {
      color: #00978e;
      margin-top: -6px; }
  #inner-main h2 {
    margin-top: 40px;
    margin-bottom: 17px; }
  #inner-main h3 {
    margin-top: 30px; }
  #inner-main #content-left {
    max-width: 670px; }
  #inner-main #content-left .tabs ul {
    padding-left: 0px; }
  #inner-main #content-left .tabs > div ul {
    padding-left: 23px; }
    #inner-main #content-left .tabs > div ul li {
      padding-bottom: 10px; }
  #inner-main #content-right {
    float: right;
    width: 220px; }
    #inner-main #content-right #sidebar-top h3,
    #inner-main #content-right #sidebar-bottom h3 {
      border-bottom: 2px solid #00978e;
      color: #000000;
      font-weight: 900;
      margin-bottom: 25px;
      margin-top: -3px;
      padding-bottom: 20px; }
    #inner-main #content-right #sidebar-top .subsubnav {
      margin-left: 20px; }
    #inner-main #content-right #sidebar-top a,
    #inner-main #content-right #sidebar-bottom a {
      color: #000000;
      display: block;
      line-height: 23px;
      padding-bottom: 20px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      #inner-main #content-right #sidebar-top a:hover,
      #inner-main #content-right #sidebar-bottom a:hover {
        color: #00978e; }
    #inner-main #content-right #sidebar-top .subnav:first-of-type a {
      padding-top: 0px; }
    #inner-main #content-right #sidebar-top .subnav.on a, #inner-main #content-right #sidebar-top .subsubnav.on a {
      color: #00978e; }
    #inner-main #content-right #sidebar-bottom {
      padding-top: 35px; }
      #inner-main #content-right #sidebar-bottom .document-link {
        padding-top: 0px;
        padding-bottom: 20px; }
        #inner-main #content-right #sidebar-bottom .document-link:hover {
          color: #00978e !important; }
    #inner-main #content-right #sidebar-bottom ul {
      list-style: none;
      padding: 0px; }
    #inner-main #content-right #sidebar-bottom ul li a {
      font-family: "proxima-nova", sans-serif; }

/* Investor Overview Fixes */
.cat-investors.structure-directory-overview .left-fix {
  border-right: 1px solid #FFFFFF; }

.cat-investors.structure-directory-overview .panel-table-wrapper {
  background: #FFFFFF;
  padding: 15px;
  min-width: 350px; }
  .cat-investors.structure-directory-overview .panel-table-wrapper tr td span {
    color: #00978e; }

.cat-investors.structure-directory-overview #lastest-news.section-header {
  border-top: 2px solid #000000; }

/* ================================
 * FINANCIALS/REPORT SPECIFIC TABS
 * ===============================*/
#content-left .document-link,
.panel .document-link,
#sidebar-bottom .document-link {
  border-bottom: 2px solid #dadada;
  cursor: pointer;
  color: #000000;
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 21px 0px 20px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  #content-left .document-link.top,
  .panel .document-link.top,
  #sidebar-bottom .document-link.top {
    border-top: 2px solid #dadada; }
  #content-left .document-link.book:before,
  .panel .document-link.book:before,
  #sidebar-bottom .document-link.book:before {
    content: '\f02d'; }
  #content-left .document-link.video:before,
  .panel .document-link.video:before,
  #sidebar-bottom .document-link.video:before {
    content: '\f26c';
    padding-right: 16px; }
  #content-left .document-link.financials:before,
  .panel .document-link.financials:before,
  #sidebar-bottom .document-link.financials:before {
    content: "\f201";
    padding-right: 16px; }
  #content-left .document-link.stock:before,
  .panel .document-link.stock:before,
  #sidebar-bottom .document-link.stock:before {
    content: "\f155";
    padding-right: 27px; }
  #content-left .document-link.external:before,
  .panel .document-link.external:before,
  #sidebar-bottom .document-link.external:before {
    content: "\f14c"; }
  #content-left .document-link.analyst:before,
  .panel .document-link.analyst:before,
  #sidebar-bottom .document-link.analyst:before {
    content: "\f200"; }
  #content-left .document-link:before,
  .panel .document-link:before,
  #sidebar-bottom .document-link:before {
    content: "\f1c1";
    color: #000000;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    float: left;
    padding: 0 20px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 1px;
    top: -2px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  #content-left .document-link:hover,
  .panel .document-link:hover,
  #sidebar-bottom .document-link:hover {
    color: #80cbc7 !important;
    text-decoration: none !important; }
  #content-left .document-link > a,
  .panel .document-link > a,
  #sidebar-bottom .document-link > a {
    color: #000000 !important;
    text-decoration: none; }
  #content-left .document-link:hover:before,
  .panel .document-link:hover:before,
  #sidebar-bottom .document-link:hover:before {
    color: #00978e; }

.panel .document-link:before {
  padding-left: 0px;
  color: #FFFFFF; }

.panel .document-link:hover:before {
  color: rgba(255, 255, 255, 0.4); }

#sidebar-bottom .document-link {
  border-bottom: none; }

#sidebar-bottom .document-link:before {
  padding-left: 0px;
  color: #9b9b9b; }

.financial-item {
  border-bottom: 2px solid #dadada;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 0px;
  width: 100%; }
  .financial-item > div:nth-of-type(1) {
    width: 135px; }
  .financial-item > div:nth-of-type(2) {
    width: -moz-calc(100% - 135px);
    width: calc(100% - 135px); }
  .financial-item > div > a {
    text-decoration: none;
    display: block; }

/* ====================================================================================================================
 * INNER NEWS LISTING 
 * ====================================================================================================================*/
.structure-directory-news a:hover {
  text-decoration: none; }

.structure-directory-news a.news-container {
  color: #000000; }

.structure-directory-news .news-item {
  display: table;
  padding: 25px 0px;
  border-bottom: 2px solid #dadada;
  cursor: pointer;
  width: 100%; }
  .structure-directory-news .news-item:hover {
    text-decoration: none !important; }
    .structure-directory-news .news-item:hover .news-date, .structure-directory-news .news-item:hover .news-title, .structure-directory-news .news-item:hover a.news-container {
      color: #00978e;
      text-decoration: none !important; }
  .structure-directory-news .news-item .news-date {
    display: table-cell;
    color: #000000;
    width: 120px;
    min-width: 100px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    margin-left: 15px; }
  .structure-directory-news .news-item .news-title {
    display: table-cell;
    width: 80%;
    color: #000000;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    line-height: 28px; }

/* ====================================================================================================================
 * TEAM BIO SECTION - EXPAND COLLAPSE
 * ====================================================================================================================*/
.bio-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.bio-container.no-image .bio-image {
  display: none;
  padding-left: 0; }

.bio-container.no-image .bio-content-container {
  padding-left: 0;
  width: 100%; }

.bio-content-container {
  padding-left: 0; }

.bio-image {
  max-width: 200px;
  padding-left: 0; }
  .bio-image img {
    border-radius: 50%; }

.bio-content {
  height: auto;
  min-height: 0px;
  overflow: hidden; }
  .bio-content h4 {
    line-height: 30px;
    margin-bottom: 23px; }
  .bio-content h4 span {
    color: #80cbc7;
    font-weight: 300; }

.expand {
  cursor: pointer;
  padding-top: 10px;
  font-family: "proxima-nova", sans-serif;
  color: #cccccc;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .expand:hover {
    color: #b2b2b2; }
  .expand.short {
    display: none; }

.bio-container.no-image .bio-content {
  height: 225px;
  min-height: 225px; }

/* ========================
 * SEARCH RESULTS
 * =======================*/
.structure-search.results #content-left form {
  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; }

.structure-search.results #content-left input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66%;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  margin: 0;
  padding: 9px 5px; }

.structure-search.results #content-left input[type=submit] {
  color: #FFFFFF;
  padding: 19px 50px 17px;
  background: #772154;
  border: none;
  text-transform: uppercase;
  bottom: 30px;
  left: 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0; }

/* VIDEOS */
.video-wrapper {
  height: 0;
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px; }
  .video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/* =========================
 * DEFAULT TABLE STYLES
 * ========================*/
.main-content #content-left div.table {
  width: 100%;
  overflow: auto; }

.main-content #content-left p.scroll-instruction {
  font-size: 12px;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 45px; }

.main-content #content-left table {
  border-collapse: collapse;
  margin-bottom: 45px; 
  border: 1px solid #dadada;
}
  .main-content #content-left table tr td {
    padding: 10px;
    font-size:14px;
    vertical-align: top; }
    .main-content #content-left table tr td:nth-of-type(1) {
      border-left: 2px solid #dadada; }
  .main-content #content-left table tr:last-of-type td {
    border-bottom: 2px solid #dadada; }

/* ========================
 * VIDEOS & MEDIA PAGE
 * =======================*/
.youtube-wrapper {
  height: 0;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  margin-bottom: 55px; }
  .youtube-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/* ========================
 * REPORT ITEM
 * =======================*/
#content-left .report-item {
  display: table;
  padding: 21px 0px;
  border-bottom: 2px solid #dadada;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  width: 100%; }
  #content-left .report-item > span {
    color: #000000;
    display: table-cell;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    #content-left .report-item > span:first-of-type {
      width: 25%; }
  #content-left .report-item:hover {
    text-decoration: none; }
    #content-left .report-item:hover > span {
      color: #772154;
      text-decoration: none; }

/* IE11 transition on page load - bug fix */
.ie11-pageload-fix * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/* BORDER ANIMATE DOWNLOAD BUTTON */
.btn-animate-border {
  background: #80cbc7;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
  box-shadow: inset 0 0 0 2px #FFFFFF;
  clear: both;
  color: white !important;
  display: block;
  font-size: inherit;
  font-weight: 700;
  float: left;
  margin: 15px 0px 0px;
  padding: 1em 2em;
  position: relative;
  vertical-align: middle;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  transition: background 0.25s; }
  .btn-animate-border::before, .btn-animate-border::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; }

.draw {
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s; }
  .draw:before, .draw:after {
    border: 2px solid transparent;
    width: 0;
    height: 0; }
  .draw:before {
    top: 0;
    left: 0; }
  .draw:after {
    bottom: 0;
    right: 0; }
  .draw:hover {
    background: #FFFFFF;
    color: #00978e !important;
    text-decoration: none !important; }
  .draw:hover:before, .draw:hover:after {
    width: 100%;
    height: 100%; }
  .draw:hover:before {
    border-top-color: #00978e;
    border-right-color: #00978e;
    -webkit-transition: width 0.25s ease-out, 
 height 0.25s ease-out 0.25s;
    -moz-transition: width 0.25s ease-out, 
 height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, 
 height 0.25s ease-out 0.25s; }
  .draw:hover:after {
    border-bottom-color: #00978e;
    border-left-color: #00978e;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -moz-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }

/* ========================
 * PHOTOSWIPE
 * =======================*/
.gallery-container > h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 37px; }

.gallery-container .my-gallery figure {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 18.5%;
  position: relative;
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px); }
  .gallery-container .my-gallery figure:nth-of-type(even) {
    margin-right: 0px;
    margin-left: 5px; }
  .gallery-container .my-gallery figure:before {
    background: rgba(0, 151, 142, 0.15);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .gallery-container .my-gallery figure:after {
    content: "\f0b2";
    color: #FFFFFF;
    font-family: FontAwesome;
    font-size: 30px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index: 3;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .gallery-container .my-gallery figure:hover:before {
    background: rgba(0, 151, 142, 0.8); }
  .gallery-container .my-gallery figure:hover:after {
    opacity: .9; }

/* HIGHCHARTS */
.highcharts-axis-line {
  stroke: none !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-header a.btn.header-btn {
    height: 41px; } }

@media (max-width: 1350px) {
  #sticky-header > div:nth-of-type(2) .logo {
    max-width: 330px; }
    #sticky-header > div:nth-of-type(2) .logo img {
      padding: 15px 0 0; } }

@media (max-width: 1250px) {
  #sticky-header > div:nth-of-type(2) nav > ul > li {
    margin-left: 34px; }
  #news-listing.row .front-news-box {
    min-height: 225px; } }

@media (max-width: 1181px) {
  body.structure-home a.btn.content-btn {
    margin-top: 0px !important; }
  #sticky-header > div:nth-of-type(2) > nav > ul {
    padding-left: 0px; }
    #sticky-header > div:nth-of-type(2) > nav > ul > li > div ul {
      top: 0px; }
  #bottom {
    border-top: none; }
  footer {
    height: auto; }
  footer > div:nth-of-type(1) {
    display: none; } }

@media screen and (min-width: 767px) and (max-width: 1100px) {
  #lastest-news .btn.header-btn.mobile-hide.inverse {
    display: none; }
  #news-listing {
    height: -moz-calc(100% - 124px);
    height: calc(100% - 124px); }
    #news-listing .front-news-box .nt-wrap {
      padding: 15px 0px; }
  #full-width-btn {
    display: block; } }

@media (max-width: 1042px) {
  #subscribe form.signup .recaptcha {
    margin-top: 4px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@media (max-width: 840px) {
  body.structure-home .panel #our-projects.panel-content {
    padding: 15px 15px 15px 30px; } }

@media screen and (max-width: 1024px) and (-webkit-device-pixel-ratio: 1) and (-webkit-device-pixel-ratio: 1.5) {
  html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 1024px) {
  .tablet-show {
    display: block !important; }
  #sticky-header {
    -webkit-box-shadow: 0 -1px 5px 4px rgba(0, 0, 0, 0.45);
    box-shadow: 0 -1px 5px 4px rgba(0, 0, 0, 0.45); }
    #sticky-header nav {
      display: none; }
    #sticky-header .container:nth-of-type(1) {
      display: none; }
    #sticky-header > div:nth-of-type(2) .logo {
      width: 330px;
      padding-bottom: 5px; }
    #sticky-header > div:nth-of-type(2) .logo img {
      padding: 6px 0 0; }
    #sticky-header #svg-logo {
      top: 22px; }
  .main-content {
    margin-top: 52px !important; }
  body.not-home .main-content, header {
    margin-top: 50px !important; }
  .panel .panel-content p {
    font-size: 18px; }
  #sticky-header > div:nth-of-type(2) .logo {
    padding-bottom: 0px; }
    #sticky-header > div:nth-of-type(2) .logo img {
      width: 133px; }
  #project-row .panel.square.has-image {
    padding: 0px; }
    #project-row .panel.square.has-image .project-information {
      width: 100%;
      padding: 10px; }
    #project-row .panel.square.has-image .project-information .project-name h2 {
      font-size: 28px; }
  .cat-corporate header {
    background-position: left; } }

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 50px; }
  .panel .panel-content p {
    font-size: 16px; }
  .panel .panel-content a:not(.btn) {
    font-size: 16px; }
  .panel a.btn {
    padding: 11px 30px 9px; }
  .panel .panel-content.be-a-table a i {
    padding-bottom: 2.5%; }
  .panel .panel-content.be-a-table a span {
    padding-bottom: 2.5%; }
  .row#inner-main {
    margin: 0;
    padding: 60px 30px; }
  body.cat-investors.structure-directory-overview .panel-content .panel-table-wrapper table tr td {
    font-size: 17px; }
  body.cat-investors.structure-directory-overview .panel-content .panel-table-wrapper table tr th {
    font-size: 17px; }
  .panel.square.has-image .project-information {
    width: 95%; } }

@media screen and (max-width: 980px) {
  html {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch; }
  .row#inner-main .column.one-quarter {
    display: none; }
  .row#inner-main .column.three-quarters {
    width: 100% !important; }
  .row#inner-main #content-left {
    width: 100%;
    max-width: none; } }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 35px; }
  h2 {
    font-size: 32px;
    line-height: 40px; }
  .panel .panel-content p {
    font-size: 16px; }
  #news-listing.row .front-news-box {
    min-height: 200px; } }

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important; }
  .mobile-show {
    display: block !important; }
  .main-content {
    margin: 0;
    padding: 0;
    width: 100%; }
  .flex-viewport, .flexslider {
    height: 340px !important; }
  #signup.section-header h3 span {
    display: none; }
  #news-listing.row .column {
    float: left;
    display: block; }
    #news-listing.row .column .front-news-box {
      border-right: 0px;
      border-bottom: 2px solid #000000; }
  .panel.empty-project {
    display: none !important; }
  .panel .panel-content .btn {
    margin-top: 20px; }
  .panel.top-row.large .btn {
    display: block;
    float: left;
    margin: 20px 0px 30px 30px; }
  .panel.top-row.large .panel-content {
    padding-bottom: 0px; }
  .panel.secondary-match.square-height-match.has-image.right {
    border-left: none; }
  #investor-front-panel .panel-content p:last-of-type {
    display: block; }
  .panel .panel-content.be-a-table a i {
    padding-bottom: 10%; }
  .panel .panel-content.be-a-table a span {
    padding-bottom: 10%; }
  body.structure-home a.btn, body.structure-investor.overview a.btn {
    padding: 15px 30px;
    position: relative;
    display: inline-block;
    margin: 0px;
    bottom: 0;
    left: 0; }
  body.structure-home .panel,
  body.structure-home .panel.square.left,
  body.structure-home .panel.square.right,
  body.structure-home .panel.top-row,
  body.structure-home .panel.square-height-match.right, body.structure-investor.overview .panel,
  body.structure-investor.overview .panel.square.left,
  body.structure-investor.overview .panel.square.right,
  body.structure-investor.overview .panel.top-row,
  body.structure-investor.overview .panel.square-height-match.right {
    border-left: 0 !important;
    border-right: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #FFFFFF; }
  body.structure-home .panel .panel-header .panel-header-icon, body.structure-investor.overview .panel .panel-header .panel-header-icon {
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.structure-home .panel.top-row.large, body.structure-investor.overview .panel.top-row.large {
    height: 100%; }
  body.structure-home #row-two.row, body.structure-investor.overview #row-two.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  body.cat-applications.structure-directory-overview .row .half {
    width: 100%; }
  body.cat-applications.structure-directory-overview .panel {
    height: 100%;
    min-height: 380px; }
  body.cat-applications.structure-directory-overview .row:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  body.cat-applications.structure-directory-overview .panel.no-gutter-right {
    -webkit-box-shadow: none;
    box-shadow: none; }
  body.cat-investors.structure-directory-overview #mobile-news-btn-wrapper a.btn {
    position: relative;
    bottom: initial;
    left: initial; }
  body.cat-investors.structure-directory-overview .panel-content .panel-table-wrapper {
    bottom: 0px;
    left: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 30px; }
    body.cat-investors.structure-directory-overview .panel-content .panel-table-wrapper table tr td, body.cat-investors.structure-directory-overview .panel-content .panel-table-wrapper table tr td span {
      font-size: 18px; }
  section#subscribe #signup-info {
    float: none; }
  section#subscribe form.signup {
    display: block; }
  section#subscribe form.signup .recaptcha {
    margin-bottom: 11px; }
  section#subscribe form.signup .textbox {
    width: 100%;
    margin-bottom: 20px; }
  section#subscribe form.signup .textbox input {
    padding: 0px;
    width: 81%;
    margin-right: 0px;
    font-size: 16px; }
  section#subscribe form.signup .textbox:nth-of-type(2) {
    margin-bottom: 15px; }
  section#subscribe .textbox.signup-name i {
    font-size: 25px; }
  footer {
    height: auto;
    border-top: 0; }
    footer > div:nth-of-type(1) {
      display: none; }
    footer #bottom .row .column:nth-of-type(1) {
      text-align: center;
      padding: 20px 0px 0px; }
    footer #bottom .row .column:nth-of-type(2) {
      text-align: center;
      padding: 0px 0px 20px; }
    footer .row .half {
      width: 100%; }
  .not-home footer {
    border-top: none; }
  body.structure-directory-board_of_directors .bio-content {
    height: 222px;
    min-height: 222px; }
  #investor-front-panel {
    border-bottom: none; }
  .panel.no-gutter-left,
  .panel.no-gutter-right {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: none;
    border-left: none; }
  #investor-front-panel {
    border-bottom: 2px solid #FFFFFF; } }

@media screen and (max-width: 640px) {
  .structure-search.results #content-left form {
    display: block;
    -webkit-box-pack: none;
    -webkit-justify-content: none;
    -moz-box-pack: none;
    -ms-flex-pack: none;
    justify-content: none; }
  .structure-search.results #content-left input[type=text] {
    width: 100%;
    height: 55px; }
  .slide-text-box h2 {
    font-size: 20px;
    line-height: 27px;
    text-transform: none; } }

@media screen and (max-width: 540px) {
  .slide-text-box h1 {
    font-size: 33px;
    line-height: 33px; }
  .custom-navigation a.flex-prev, .custom-navigation a.flex-next {
    width: 45px;
    height: 45px; }
  body.cat-projects.structure-directory-overview #about-us.panel-header-icon {
    display: none; } }

@media screen and (max-width: 480px) {
  #content-left .report-item {
    display: block; }
    #content-left .report-item span {
      color: #000000;
      display: block;
      width: 100%;
      min-width: 0;
      margin-left: 0px; }
      #content-left .report-item span:nth-of-type(1) {
        color: #772154; }
  .structure-directory-news .news-item {
    display: block; }
    .structure-directory-news .news-item .news-date {
      display: block;
      width: 100%;
      min-width: 0;
      margin-left: 0px;
      color: #80cbc7; }
      .structure-directory-news .news-item .news-date a {
        color: #80cbc7; }
    .structure-directory-news .news-item .news-title {
      display: block;
      width: 100%; }
      .structure-directory-news .news-item .news-title a {
        color: #000000; }
  .gallery-container .my-gallery figure {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 36.5%; }
    .gallery-container .my-gallery figure:nth-of-type(even) {
      margin-left: 0px; }
  .tabs:not(.more-tabs) > ul {
    display: block; }
    .tabs:not(.more-tabs) > ul li {
      width: 100% !important;
      margin-bottom: 2px; }
  .slide-text-box h1 {
    font-size: 30px;
    line-height: 30px; }
  .flexslider .slide-text-box {
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px); } }

@media screen and (max-width: 450px) {
  .slide-text-box h1 {
    font-size: 30px;
    line-height: 37px; }
  .btn.download {
    padding: 11px 15px; }
  .custom-navigation a.flex-prev, .custom-navigation a.flex-next {
    width: 42px;
    height: 42px; } }

@media screen and (max-width: 320px) {
  body.structure-projects.overview .panel, body.structure-investor.overview .panel {
    height: 100%;
    min-height: 320px; }
  .panel a.btn {
    position: relative;
    display: inline-block;
    padding: 11px 25px 9px;
    font-size: 12px;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
    margin-top: 10px; } }

.panel-content.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.panel.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

a.btn-fix {
  position: relative !important;
  left: 0;
  bottom: 0;
  margin-top: 0 !important;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.match-panels-version-two * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.match-panels-version-three * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/************** ARCHIVES TABS FROM SANDSTORM **********************/
#mobile-menu-hold a.top-level.has-submenu::before {content: '+'; position: absolute; left: 0px; top: 11px; color: #b8ab7d;}
#mobile-menu-hold a.top-level.has-submenu.active::before {content: '-';}
#mobile-menu-hold li.sub.has-sub {padding-bottom: 0px;}

.tabs > ul li ul.sub-tabs {display: none; position: absolute; top: 100%; left: 0px; right: 0px; margin: 0px; padding: 0px !important; z-index: 1000; list-style: none;}
.tabs > ul li ul.sub-tabs li {background-color: #e5e5e5; width: 100% !important; padding: 10px 20px; margin-top: 5px; color: #36383e;}
.tabs > ul li ul.sub-tabs li:hover, .tabs > ul li ul.sub-tabs li.active {background-color: #9D8F4E; color: #ffffff;}
.tabs > ul li.has-sub:hover ul.sub-tabs {display: block;}
.tabs > ul li.has-sub:hover ul.sub-tabs {display: block;}
/*.tabs > ul li:nth-last-child(-n+5):first-child, .tabs > ul li:nth-last-child(-n+5):first-child ~ li {width: calc(20% - 5px);}
.tabs > ul li:nth-last-child(-n+4):first-child, .tabs > ul li:nth-last-child(-n+4):first-child ~ li {width: calc(25% - 5px);}
.tabs > ul li:nth-last-child(-n+3):first-child, .tabs > ul li:nth-last-child(-n+3):first-child ~ li {width: calc(33.33% - 5px);}
.tabs > ul li:nth-last-child(-n+2):first-child, .tabs > ul li:nth-last-child(-n+2):first-child ~ li {width: calc(50% - 5px);}*/


.main-content p span .bld-green {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px!important;
  font-weight: 700!important;
  line-height: 25px!important;
  letter-spacing: .5px!important;
  color: #00978e!important; }