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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

.row .whole {
  width: 100%; }

.row .half {
  width: 50%; }

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

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

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

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

.row .one-fifth {
  width: 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; }

@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  
 * ====================================================================================================================*/
/* ====================================================================================================================
 * FONTS 
 * ====================================================================================================================*/
body {
  font-family: "acumin-pro", sans-serif, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px; }

h1 {
  font-family: "roboto-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 2.4px; }

h2 {
  font-family: "roboto-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.8px; }

h3 {
  font-family: "roboto-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  text-transform: uppercase; }

h4 {
  font-family: "acumin-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1px;
  color: #f26e30; }

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

a {
  color: #f26e30;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  a:hover {
    text-decoration: underline; }

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 2px;
  background-size: cover;
  /*border: 4px solid #ffffff;*/
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -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;
  -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: #c25826; }
      .custom-navigation a.flex-prev i:active, .custom-navigation a.flex-next i:active {
        color: #c25826; }

.flexslider .slide-text-box {
  padding: 30px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  color: #FFF;
  width: 79%;
  text-shadow: -1px 0px 30px rgba(0, 0, 0, 0.1); }
  .flexslider .slide-text-box h1 {
    margin: 0px; }
  .flexslider .slide-text-box .slideshow-image-wrapper.has-image {
    width: 100%;
    height: 630px;
    position: relative; }

/* ====================================================================================================================
 * 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 {
  font-family: "acumin-pro", sans-serif;
  color: #FFFFFF;
  padding: 20px 30px;
  background: #c25826;
  position: relative;
  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 {
    background: #f0f0f0;
    color: #f26e30; }

a.btn.default-btn.frontpage-btn,
a.btn.content-btn.frontpage-btn {
  font-family: "acumin-pro", sans-serif;
  color: #FFFFFF;
  padding: 20px 30px;
  background: #c25826;
  position: relative;
  left: 30px !important;
  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.default-btn.frontpage-btn:hover,
  a.btn.content-btn.frontpage-btn:hover {
    background: #f0f0f0;
    color: #f26e30; }

a.btn.light {
  color: #c25826;
  background: #FFFFFF; }
  a.btn.light:hover {
    background: #c25826;
    color: #FFFFFF; }

a.btn.header-btn {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  float: right;
  height: 100%;
  display: table-cell;
  padding: 19px 30px 0px;
  border-left: 2px solid #000000; }

a.btn.content-btn {
  display: inline-block;
  position: relative;
  margin-top: 60px; }

a.btn.grey {
  background: #9b9b9b;
  left: 0; }
  a.btn.grey:hover {
    background: #c25826; }

a#investors-btn-frontpage{
  left: 0px !important;
  float: right;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  a.btn.default-btn.frontpage-btn,
  a.btn.content-btn.frontpage-btn {
    font-family: "acumin-pro", sans-serif;
    color: #FFFFFF;
    padding: 20px 30px;
    background: #c25826;
    position: relative;
    left: 0px !important;
    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.default-btn.frontpage-btn:hover,
    a.btn.content-btn.frontpage-btn:hover {
      background: #f0f0f0;
      color: #f26e30; } }

/* ====================================================================================================================
 * 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; }

#sticky-header > div:nth-of-type(2) img {
  float: left;
  padding: 25px 0;
  width: 200px;
  height: auto; }

#sticky-header > div:nth-of-type(2) nav {
  float: right;
  padding: 30px 0; }
  #sticky-header > div:nth-of-type(2) nav > ul {
    list-style: none;
    margin: 0; }
    #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;
      margin-top: 4px; }
      #sticky-header > div:nth-of-type(2) nav > ul > li a {
        color: black;
        padding: 0px 0px 3px;
        text-decoration: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        font-family: "roboto-condensed", sans-serif; }
      #sticky-header > div:nth-of-type(2) nav > ul > li:hover > a {
        border-bottom: 2px solid #000000;
        text-decoration: none; }
      #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::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: 40px; }
    #sticky-header > div:nth-of-type(2) nav > ul > li:last-of-type > div > ul.dropdown-container:before {
      left: 60%; }

#sticky-header > div:nth-of-type(2) nav > ul > li > div {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 30px;
  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 {
    list-style: none;
    margin: 0px;
    padding: 0 0 0 0;
    cursor: pointer;
    position: relative;
    width: 200px; }
    #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: 16px solid #1d1d1d;
      z-index: -1;
      left: 39%;
      position: relative;
      bottom: 9px; }
    #sticky-header > div:nth-of-type(2) nav > ul > li > div ul li a {
      display: block;
      color: black;
      padding: 17px 14px;
      border-top: 2px solid black;
      background: #1d1d1d;
      color: white;
      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;
      color: white;
      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: 18px 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: 18px 0px;
  float: right; }
  ul.social-media li {
    float: right;
    padding-right: 20px; }
    ul.social-media li a i {
      color: #FFFFFF;
      -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: #c25826; }

/* ====================================================================================================================
 * SEARCH 
 * ====================================================================================================================*/
.float-fix {
  float: right; }

.search {
  width: 60px;
  height: 100%;
  padding: 18px 0px;
  border-left: 2px solid white;
  text-align: center;
  background: #565b61;
  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: 21px; }
  .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.structure-project .tabs > ul li {
  width: 145px; }

body.structure-project h2 {
  margin-bottom: 0px; }

body.structure-project #snapshot p {
  font-size: 18px; }

body.structure-project p span {
  color: #f26e30; }

body.structure-project #inner-main #content-left .tabs div ul {
  padding-left: 21px; }

/* ====================================================================================================================
 * PANELS & FRONTPAGE PROJECT BOXES
 * ====================================================================================================================*/
.panel {
  background: #f26e30;
  position: relative;
  min-height: 330px !important; }
  .panel::after {
    content: "";
    display: table;
    clear: both; }
  .panel .panel-content {
    padding: 30px; }
    .panel .panel-content p {
      font-size: 20px;
      margin-top: 0px;
      font-weight: 300;
      line-height: 30px; }
    .panel .panel-content a:not(.btn) {
      font-family: "acumin-pro", 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: 8px;
    margin-bottom: -5px; }
  .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-icon {
      float: right;
      background: #c25826;
      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 {
      box-shadow: none; }

.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: #565b61;
  background-repeat: no-repeat;
  background-position: center; }

.panel.top-row {
  box-shadow: inset 2px 0px 0px 0px white; }

.panel.top-row.large {
  height: 630px;
  margin-top: 9px; }

.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.double-height {
  box-shadow: inset 2px -2px 0px 0px #FFFFFF; }

.panel.square-height-match.right {
  border-left: 1px solid #FFFFFF;
  background-position: left center !important; }

/* =================== PANELS - Utility Classes ================== */
.panel.no-gutter-left {
  box-shadow: inset -1px 0px 0px 0px white;
  border-bottom: 2px solid #FFFFFF; }

.panel.no-gutter-right {
  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 {
  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.45; */}
    
  .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; }

@media screen and (max-width: 1024px) {
  a.btn.default-btn.frontpage-btn.light {
    top: -30px !important; } }

@media screen and (max-width: 768px) {
  a.btn.default-btn.frontpage-btn,
  a.btn.content-btn.frontpage-btn {
    left: 0px !important; }
  a.btn.default-btn.frontpage-btn.light {
    top: -6px !important; }
  #our-projects-title {
    margin-left: -5px; }
  /*#about-us-btn {
    top: -20px; }*/ }

@media screen and (max-width: 375px) {
  .panel.top-row.large {
    margin-top: 0px !important; }
  a.btn.default-btn.frontpage-btn,
  a.btn.content-btn.frontpage-btn {
    left: 0px !important; } }

@media screen and (max-width: 667px) {
  .panel.top-row.large {
    margin-top: 0px !important; }
  a.btn.default-btn.frontpage-btn,
  a.btn.content-btn.frontpage-btn {
    left: 0px !important; } }

@media screen and (min-width: 1025px) and (max-width: 1132px) {
  .panel .panel-content {
    padding-top: 10px !important; } }

@-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;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    border-bottom: 2px solid #dadada; }
    .tabs > ul li {
      color: #9c9c9c;
      cursor: pointer;
      font-size: 18px;
      margin-right: 3px;
      padding: 12px 0px;
      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.active {
      color: #f26e30; }
  .tabs > div p {
    color: #000000; }
  .tabs > ul > li.dropdownactive {
    background: #c25826; }
  .tabs > ul > li.dropdown > ul {
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45px;
    width: 100%;
    background: #c25826; }
    .tabs > ul > li.dropdown > ul > li {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      margin: 0;
      padding: 8px 0px;
      text-align: center;
      width: 100%;
      background: #c25826; }

/* =============== SLIMMED DOWN TABS FOR MORE TAB CONTENT =============== */
.tabs.more-tabs > ul {
  background: #FFFFFF;
  color: #9b9b9b;
  line-height: 29px;
  margin-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none; }
  .tabs.more-tabs > ul > span {
    padding: 0 10px; }
  .tabs.more-tabs > ul li {
    background: transparent;
    color: #9b9b9b;
    padding: 0;
    min-width: 0;
    margin-right: 0; }
  .tabs.more-tabs > ul li a {
    background: none;
    min-width: 50px;
    width: 100%;
    padding: 0; }
  .tabs.more-tabs > ul li:nth-child(2n+0) {
    padding: 0 10px; }
  .tabs.more-tabs > ul li.active {
    color: #f26e30; }

.tabs.more-tabs > ul > span {
  padding: 0 10px;
  color: #9b9b9b; }

body.structure-project .tabs.more-tabs > ul li {
  width: auto; }

.new-nanik-tabs {
  color: #9c9c9c;
  margin-top: 12px; }

@media screen and (max-width: 375px) {
  .new-nanik-tabs {
    display: none; } }

/* ====================================================================================================================
 * NEWS LISTING - 3 across row
 * ====================================================================================================================*/
#news-listing.row {
  display: table;
  position: relative;
  height: 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 !important;
    border-right: 2px solid black !important;
    position: relative; }
    #news-listing.row .front-news-box .news-title {
      padding: 30px 0px; }
    #news-listing.row .front-news-box a {
      text-transform: uppercase;
      color: #c25826;
      font-family: "roboto-condensed", sans-serif;
      font-size: 15px;
      text-decoration: none;
      letter-spacing: 1; }

#mobile-news-btn-wrapper {
  width: 100%;
  padding: 30px;
  -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; }

/* EMAIL SIGNUP */
section#subscribe {
  background-color: #f26e30;
  min-height: 53px;
  padding: 30px;
  font-size: 22px;
  color: #FFFFFF; }
  section#subscribe #signup-info {
    float: left; }
  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: #FFFFFF;
  padding: 7px 15px;
  font-size: 12px;
  background: #333;
  width: 215px;
  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 i {
  margin-right: 5px; }

form.signup .error-tooltip:before {
  content: " ";
  border-style: solid;
  border-width: 10px 12px 0px 12px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  bottom: -10px; }

form.signup .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 {
  font: 15px "roboto-condensed", sans-serif;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  padding: 19px 50px 17px;
  background: #c25826;
  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; }
  form.signup .signup-submit:hover {
    background: #f0f0f0; }

form.signup .signup-submit:hover {
  background: #FFF;
  color: #333;
  box-shadow: none; }

/* 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: #f26e30;
  width: auto; }

#subscribe-inner form.signup .signup-submit:hover {
  background: #FFFFFF;
  color: #333; }

/* INVESTORS HORIZONTAL */
body.str-investors-overview #subscribe, body.str-projects-overview #subscribe {
  background: #f26e30; }

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

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

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

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

@media screen and (max-width: 736px) {
  #subscribe-inner {
    background-color: #c25826;
    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;
  border-top: 2px solid #FFFFFF; }
  footer ul {
    list-style: none;
    max-width: 670px;
    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: "roboto-condensed", 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: #9b9b9b; }

#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; }
  #bottom a {
    color: #FFFFFF;
    text-decoration: none; }
  @media (max-width: 480px) {
    #bottom {
      border: none;
      display: block;
      margin: 0px;
      padding: 0px; } }

span.blender-logo:hover {
  color: #f26e30; }

/* ====================================================================================================================
 * INVESTOR OVERVIEW
 * ====================================================================================================================*/
body.structure-investor.overview #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-investor.overview #quicklinks.panel-header-icon {
      background-image: url("../img/quick-links-icon-2x.png"); } }

body.structure-investor.overview .panel-content .panel-table-wrapper {
  position: absolute;
  bottom: 30px;
  left: 30px; }
  body.structure-investor.overview .panel-content .panel-table-wrapper table tr td span {
    font-family: "roboto-condensed", sans-serif;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
  body.structure-investor.overview .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 0px 30px 30px; }
  .panel-content.be-a-table a {
    display: table-row;
    padding-bottom: 30px; }
  .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%; }

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: 32px; }

.download-svg {
  width: 23px;
  height: 24px;
  right: -8px;
  top: 28px; }

.investor-svg {
  width: 23px;
  height: 24px; }

svg.chart-svg {
  right: -3px;
  top: 29px; }

.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;
  top: 30px; }

.project-svg {
  right: -7px;
  top: 30px; }

.new-svg {
  width: 32px;
  height: 32px;
  right: 0px;
  top: 30px; }
  .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
 * ====================================================================================================================*/
.main-content {
  margin-top: 148px; }

.structure-home .main-content {
  margin-top: 150px; }

#row-one.row {
  max-height: 630px;
  margin-top: -9px; }

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

.slideshow-image-wrapper.has-image {
  margin-top: 9px; }

.flexslider .slide-text-box h1 {
  margin: 50px 0; }

.slideshow-image-wrapper.has-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) !important;
  z-index: 2; }

/* ====================================================================================================================
 * FRONTPAGE - SECTION HEADERS / TITLES
 * ====================================================================================================================*/
.section-header {
  height: 60px;
  border-bottom: 2px solid #000000;
  width: 100%;
  display: table; }
  .section-header h3 {
    position: absolute;
    color: #000000;
    display: table-cell;
    padding-left: 30px; }
  .section-header .header-icon-box {
    position: relative;
    float: right;
    height: 60px;
    display: table-cell;
    width: 60px;
    border-left: 2px solid #000000;
    background-repeat: no-repeat;
    background-position: center;
    display: table-cell; }

.header-icon-box.email-icon {
  width: 60px !important;
  height: 60px !important; }

#signup.section-header {
  background: #f26e30;
  border-color: #FFFFFF; }
  #signup.section-header h3 {
    color: #FFFFFF; }
  #signup.section-header .header-icon-box {
    background: #c25826;
    border-color: #FFFFFF;
    position: relative; }

div#lastest-news {
  margin-top: -28px; }

#frontpage-news-btn {
  height: 43px;
  margin-top: -2px; }

/* ====================================================================================================================
 * INNERPAGE - HEADER BANNERS
 * ====================================================================================================================*/
header {
  position: relative;
  margin-top: 148px;
  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-left: 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; }

body.structure-directory-about-us header,
body.structure-directory-management header,
body.structure-directory-board-of-directors header,
body.structure-directory-corporate-goverance header {
  background-image: url("../../../../_resources/banners/corporate.jpg");
  background-position: 20% 70%; }

body.structure-directory-tatogga header,
body.structure-directory-new-nanik header {
  background-image: url("../../../../_resources/banners/projects2.jpg");
  background-position: 20% 50%; }

body.structure-directory-first-nation-relationships header {
  background-image: url("../../../../_resources/banners/first-nation.jpg");
  background-position: 20% 50%; }

body.structure-directory-overview header,
body.structure-directory-stock-information header,
body.structure-directory-financial-reports header {
  background-image: url("../../../../_resources/banners/investor2.jpg");
  background-position: 20% 19%; }

  body.structure-directory-presentations header {
  background-image: url("../../../../_resources/banners/contact.jpg");
  background-position: 20% 50%; }

body.structure-directory-events header {
  background-image: url("../../../../_resources/banners/bg-events.jpg");
  background-position: 20% 19%; }

body.structure-directory-news header {
  background-image: url("../../../../_resources/banners/news.jpg");
  background-position: 20% 61%; }

body.structure-directory-contact-details header,
body.structure-directory-request-info header {
  background-image: url("../../../../_resources/banners/contact.jpg");
  background-position: 20% 29%; }

/*.structure-directory-contact-details header #header-title-bar h3 {
 color: black;
}*/

.structure-directory-first-nation-relationships header #header-title-bar h3 {
 color: black;
}

/* ====================================================================================================================
 * 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, #inner-main h2, #inner-main h3 {
    color: #f26e30; }
  #inner-main h1:nth-of-type(1) {
    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 {
    width: 220px;
    float: right; }
    #inner-main #content-right #sidebar-top h3, #inner-main #content-right #sidebar-bottom h3 {
      border-bottom: 2px solid #f26e30;
      margin-bottom: 20px;
      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 {
      text-decoration: none;
      color: #9b9b9b;
      display: block;
      line-height: 1.5;
      padding-bottom: 21px;
      -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-bottom a i {
        display: inline-block;
        float: left;
        padding: 5px 15px 45px 0px;
      }
      #inner-main #content-right #sidebar-top a:hover, #inner-main #content-right #sidebar-bottom a:hover {
        color: #f26e30; }
    #inner-main #content-right #sidebar-top .subnav.on a, #inner-main #content-right #sidebar-top .subsubnav.on a {
      color: #f26e30; }
    #inner-main #content-right #sidebar-bottom {
      padding-top: 35px; }
    #inner-main #content-right #sidebar-bottom ul {
      list-style: none;
      padding: 0px; }
    #inner-main #content-right #sidebar-bottom ul li a {
      font-family: "acumin-pro", sans-serif; }



/* ====================================================================================================================
 * FINANCIALS/REPORT SPECIFIC TABS
 * ====================================================================================================================*/
.report-item {
  display: table;
  padding: 21px 0px;
  border-bottom: 2px solid #dadada;
  cursor: pointer;
  width: 100%; }
  .report-item:hover .report-date a, .report-item:hover .report-title a {
    color: #c25826;
    text-decoration: none; }
  .report-item .report-date {
    display: table-cell;
    width: 120px;
    min-width: 85px;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .report-item .report-date a {
      color: #000000; }
  .report-item .report-title {
    display: table-cell;
    width: 80%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
    .report-item .report-title a {
      color: #000000; }

/* ====================================================================================================================
 * 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 .news-date, .structure-directory-news .news-item:hover .news-title, .structure-directory-news .news-item:hover a.news-container {
    color: #c25826;
    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 {
  margin-bottom: 40px; }

.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 {
  width: 100%;
  padding-left: 0; }

.bio-content-container {
  padding-left: 0; }

.bio-image {
  max-width: 200px;
  padding-left: 0; }
  .bio-image img {
    border-radius: 50%; }

.bio-content {
  height: 220px;
  min-height: 220px;
  overflow: hidden; }
  .bio-content h4 span {
    color: #9b9b9b; }

.expand {
  cursor: pointer;
  padding-top: 10px;
  font-family: "acumin-pro", sans-serif;
  color: #ADADAD;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase; }

.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] {
  -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] {
  font: 15px "fatfrank", Arial, sans-serif;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  padding: 19px 50px 17px;
  background: #688fff;
  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; }

/* ====================================================================================================================
 * 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 {
  margin-bottom: 45px; }
  .main-content #content-left table tr td {
    padding: 20px;
    border: 2px solid #dadada;
    vertical-align: top; }

/*.structure-directory-photo-gallery .tabs{
  display: none;
}*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-header a.btn.header-btn {
    height: 41px; } }

@media (max-width: 1181px) {
  body.structure-home a.btn.content-btn {
    margin-top: 0px !important; } }

@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 nav {
    display: none; }
  #sticky-header .container:nth-of-type(1) {
    display: none; }
  #sticky-header > div:nth-of-type(2) img {
    padding: 8px 0px 6px; }
  .main-content {
    margin-top: 52px !important; }
  body.not-home .main-content, header {
    margin-top: 50px !important; }
  .panel .panel-content p {
    font-size: 14px; } }

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 50px; }
  .project-information {
    padding: 0 30px; }
  .panel .panel-content p {
    font-size: 12px; }
  .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%; }
  #investor-front-panel .panel-content p:last-of-type {
    display: block; }
  .row#inner-main {
    margin: 0;
    padding: 60px 30px; }
  body.structure-investor.overview .panel-content .panel-table-wrapper table tr td {
    font-size: 17px; }
  body.structure-investor.overview .panel-content .panel-table-wrapper table tr th {
    font-size: 17px; } }

@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: 27px;
    line-height: 32px; }
  .panel .panel-content p {
    font-size: 16px; }
  #news-listing.row .front-news-box {
    min-height: 0; } }

@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; }
  #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: -35px 0px 45px 30px;
    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;
    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 {
    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.structure-projects.overview .row .half {
    width: 100%; }
  body.structure-projects.overview .panel {
    height: 100%;
    min-height: 380px; }
  body.structure-projects.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.structure-projects.overview .panel.no-gutter-right {
    box-shadow: none; }
  body.structure-investor.overview .row .half {
    width: 100%; }
  body.structure-investor.overview .panel {
    height: 100%;
    min-height: 380px;
    box-shadow: none; }
  body.structure-investor.overview .panel.secondary-match.square-height-match.has-image.right {
    min-height: 240px; }
  body.structure-investor.overview .panel-content .panel-table-wrapper {
    position: relative;
    bottom: 0;
    left: 0; }
    body.structure-investor.overview .panel-content .panel-table-wrapper table tr td {
      width: 100%;
      max-width: 100%;
      font-size: 20px;
      display: block;
      padding-bottom: 20px; }
  section#subscribe #signup-info {
    float: none; }
  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: 40px; }
  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%; }
  body.structure-directory-board_of_directors .bio-content {
    height: 222px;
    min-height: 222px; } }

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

@media screen and (max-width: 480px) {
  .report-item {
    display: block; }
    .report-item .report-date {
      display: block;
      width: 100%;
      min-width: 0;
      margin-left: 0px; }
      .report-item .report-date a {
        color: #f26e30; }
    .report-item .report-title {
      display: block;
      width: 100%; }
      .report-item .report-title a {
        color: #000000; }
  .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: #f26e30; }
      .structure-directory-news .news-item .news-date a {
        color: #f26e30; }
    .structure-directory-news .news-item .news-title {
      display: block;
      width: 100%; }
      .structure-directory-news .news-item .news-title a {
        color: #000000; }
  .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; }
  #sticky-header > div:nth-of-type(2) img {
    padding: 14px 0px 11px;
    width: 191px; } }

@media screen and (max-width: 450px) {
  .slide-text-box h1 {
    font-size: 27px;
    line-height: 25px; }
  .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; } }

@media screen and (min-width: 769px) and (max-width: 810px) {
  h1.mobile-font-size {
    font-size: 47px; } }

@media screen and (max-width: 1000px) {
  .panel a.btn {
    padding: 5px 30px 20px; } }

img.fancybox-thumbnail {
  max-width: 49%; }

div#signup {
  margin-top: 2px; }

@media screen and (max-width: 375px) {
  #sticky-header > div:nth-of-type(2) img {
    width: 140px; } }

@media screen and (min-width: 375px) and (max-width:767px){
  a#investors-btn-frontpage {
    top: -8px !important;
    float: none;
    left: 0px !important;} }

@media screen and (min-width: 768px) and (max-width:1024px){
  a#investors-btn-frontpage {
    top: -10px !important;
    float: none;
    left: 30px !important; } }

@media screen and (min-width: 1025px) and (max-width: 1069px) {
  a#investors-btn-frontpage {
    top: -10px !important;
    float: none;
    left: 30px !important; } }

@media screen and (min-width: 1070px) and (max-width: 1132px) {
  a#investors-btn-frontpage {
    top: -10px !important;
    float: none;
    left: 30px !important; } }

@media screen and (min-width: 768px) and (max-width: 893px) {
  .panel.panel-content {
    padding-top: 10px !important; } }

@media screen and (min-width: 768px) and (max-width: 893px) {
  .panel .panel-content {
    padding-top: 5px !important;
    padding:20px; }
  div#investor-front-panel,
  .panel.primary-match.square.left.no-mobile-square-match {
    min-height: 483px !important; } }

.about-us-image {
  margin-top: -15px;
  width: 100%;
  padding-left: 5px;
  /*max-width: 300px;
  padding-left: 30px !important;*/
}

.about-us-image img {
  max-width: 250px;
  width: 100%;
  /*padding-left: 20px;*/
  height: auto;
  border: 2px solid #ffffff;
}

.about-us-btn {
  width: 100%;
  min-width: 200px;
}

.about-us-image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  padding-right: 15px;
}

@media screen and (max-width: 1350px) { 
  .about-us-btn-with-image {
    font-size: 12px !important;
  }
/*  .about-us-btn {
    padding: 20px 15px !important;
  }*/
}

@media screen and (min-width: 768px) and (max-width: 1185px) {
  .about-us-image img {
    display: none !important;
  }
}

/*@media screen and (max-width: 1075px) { 
  .about-us-image-container {
    margin-top: -25px !important;
  }
}*/

@media screen and (max-width: 980px) {
  .about-us-btn {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .about-us-section-mobile {
    margin-top: 0px !important;
  }
  .about-us-image {
    margin-left: 25px;
    margin-top: -30px;
  }
  .about-us-image img {
    margin-top: -10px;
    max-width: 200px;
    height: auto;
  }
}

@media screen and (max-width: 766px){
  .about-us-image-container {
    display: block !important;
    margin-top: -15px;
  }
  .about-us-btn-with-image {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 358px) {
  .about-us-image img {
    max-width: 145px;
  }
  .about-us-image-container {
    margin-top: -20px;
  }
}


/*-------MISCELLANEOUS------*/
.structure-directory-first-nation-relationships #gallery h2{
  display: none; /*hides the gallery title*/
}