/*-------------- Base Styles --------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  overflow-x: hidden; }

body {
  font-family: "komet", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #454545;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  background-color: #f3f6f6; }

section, header, footer {
  width: 100%;
  position: relative; }

section, footer {
  z-index: 1; }

header {
  z-index: 1000; }

h1 {
  font-family: "komet", sans-serif;
  font-size: 50px;
  line-height: 65px;
  font-weight: 400; }

h2 {
  font-family: "komet", sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500; }

h3 {
  font-family: "komet", sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400; }

h4 {
  font-family: "komet", sans-serif;
  font-size: 16px;
  line-height: 22.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

input[type=text], input[type='email'], textarea, select {
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "komet", sans-serif; }

select::-ms-expand {
  display: none; }

a {
  text-decoration: none;
  color: #6d8f95;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.50s ease-in-out;
  -o-transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out; }

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

p.caption {
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 22px; }

img {
  max-width: 100%; }

input {
  font-family: "komet", sans-serif; }
  input:focus {
    outline: 0; }

.cc-btn .cc-dismiss {
  background-color: #6d8f95 !important; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-right: 30px;
  padding: 10px 0;
  line-height: 15px; }

/*-------------- Utility --------------*/
.container, .indent {
  max-width: 1380px;
  margin: 0px auto;
  padding: 0px 20px;
  overflow: hidden; }

.img-bg .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1; }

.img-bg img {
  display: none; }

.overlay {
  position: relative; }
  .overlay::after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2); }

.clearset:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

p.instruction {
  display: none; }

.primary {
  color: #6d8f95; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.indent {
  max-width: 1112px !important; }

#width-check {
  position: relative;
  z-index: 0; }

.mobile-only {
  display: none !important; }

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

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

.triangle, #sidebar #sidenav .subnav.selected::before, #content ul li::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #6d8f95;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: ''; }

.column {
  float: left; }

.half {
  width: 50%; }
  .half:first-of-type {
    padding-right: 15px; }

div.overflow {
  width: 100%;
  overflow-x: auto; }
  div.overflow.show + div.arrow {
    position: relative;
    height: 30px;
    width: 100%; }
    div.overflow.show + div.arrow::before {
      font-family: FontAwesome;
      font-size: 16px;
      position: absolute;
      bottom: 0px;
      left: 50%;
      content: '\f07e'; }

/* Colors */
.white {
  color: #ffffff; }

.black {
  color: #000000; }

/*-------------- Buttons --------------*/
.button {
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #566b66;
  border: solid 2px #566b66;
  padding: 0px 32px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  white-space: nowrap;
  border-radius: 30px;
  cursor: pointer; }
  .button:hover {
    color: #6d8f95;
    background-color: #ffffff;
    border: solid 2px #ffffff; }
  .button.border:hover {
    border: solid 2px #6d8f95; }
  .button.hollow {
    background-color: transparent;
    color: #566b66;
    border-color: #ffffff; }
    .button.hollow:hover {
      background-color: #6d8f95;
      color: #ffffff;
      border: solid 2px #6d8f95; }
  .button.hollow-white {
    background-color: transparent;
    color: #ffffff;
    border: solid 2px #ffffff; }
    .button.hollow-white:hover {
      background-color: #6d8f95;
      color: #ffffff;
      border: solid 2px #6d8f95; }
  .button.white {
    background-color: #ffffff;
    color: #6d8f95;
    border: solid 2px #ffffff; }
    .button.white:hover {
      border: solid 2px #ffffff;
      background-color: #6d8f95;
      color: #ffffff; }

/*-------------- Responsive Adjustments --------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: 20px;
    line-height: 30px; }
  h1 {
    font-size: 50px;
    line-height: 60px; }
  h2 {
    font-size: 40px;
    line-height: 45px; }
  h3 {
    font-size: 30px;
    line-height: 35px; }
  h4 {
    font-size: 20px;
    line-height: 25px; }
  h5 {
    font-size: 25px;
    line-height: 35px; }
  #width-check {
    z-index: 1; }
  .mobile-only {
    display: block !important; }
  .mobile-only.button {
    display: inline-block !important; }
  .desktop-only {
    display: none !important; }
  .desktop-only.button {
    display: none !important; }
  .column.half {
    width: 100%;
    float: none; }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .cc-compliance {
    width: 100%; } }

header {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px; }
  header #ticker {
    background-color: #6d8f95;
    height: 40px;
    width: 100%; }
    header #ticker .container, header #ticker .indent {
      position: relative;
      overflow: visible; }
    header #ticker .stock {
      font-size: 14px;
      line-height: 40px;
      float: left; }
    header #ticker .search-hold {
      line-height: 40px;
      float: right;
      cursor: pointer;
      position: relative;
      z-index: 1;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      header #ticker .search-hold a {
        color: #454545; 
        margin-left:10px;
      }
      header #ticker .search-hold #email-alerts {
        margin: 0 15px; }
        header #ticker .search-hold .social {
          margin:0 5px;
        }
      header #ticker .search-hold #email-alerts, header #ticker .search-hold .social i {
        color: #ffffff !important; }
    header #ticker .search-form-hold {
      height: 40px;
      width: 820px;
      position: absolute;
      right: -30px;
      top: -40px;
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      z-index: 2; }
      header #ticker .search-form-hold form {
        float: left; }
      header #ticker .search-form-hold a {
        float: right;
        color: #454545;
        padding-right: 50px;
        line-height: 40px;
        cursor: pointer; }
      header #ticker .search-form-hold .s {
        background-color: transparent;
        border: 0px;
        color: #ffffff;
        line-height: 40px;
        padding-left: 35px; }
        header #ticker .search-form-hold .s:focus {
          outline: 0; }
        header #ticker .search-form-hold .s::-webkit-input-placeholder {
          font-size: 17px;
          color: rgba(255, 255, 255, 0.5); }
        header #ticker .search-form-hold .s:-moz-placeholder {
          font-size: 17px;
          color: rgba(255, 255, 255, 0.5); }
        header #ticker .search-form-hold .s::-moz-placeholder {
          font-size: 17px;
          color: rgba(255, 255, 255, 0.5); }
        header #ticker .search-form-hold .s:-ms-input-placeholder {
          font-size: 17px;
          color: rgba(255, 255, 255, 0.5); }
    header #ticker.open .search-form-hold {
      top: 0px; }
    header #ticker.open .search-hold {
      margin-top: -40px; }
  header #head-hold {
    width: 100%;
    height: 95px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    header #head-hold .container, header #head-hold .indent {
      overflow: visible; }
    header #head-hold .logo {
      float: left;
      width: 40%;
      padding-top: 20px;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      header #head-hold .logo:hover {
        opacity: 0.8; }
      header #head-hold .logo img {
        height: 60px;
        display: none; }
        header #head-hold .logo img.swap {
          display: block; }
    header #head-hold nav {
      font-family: "komet", sans-serif;
      font-weight: 400;
      float: right;
      padding-top: 40px;
      width: 60%;
      text-align: right;
      position: relative; }
      header #head-hold nav ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        header #head-hold nav ul li.top-level {
          font-size: 20px;
          line-height: 25px;
          text-transform: none;
          display: inline-block;
          padding: 0px 0px 30px 0px;
          position: relative;
          margin-right: 60px;
          font-weight: 400; }
          header #head-hold nav ul li.top-level a {
            color: #ffffff;
            font-size: 20px;
            line-height: 25px;
            text-transform: none; }
          header #head-hold nav ul li.top-level ul.sub, header #head-hold nav ul li.top-level ul.subsub {
            -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
            z-index: -1;
            position: absolute;
            top: 39px;
            left: 50%;
            width: 260px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            opacity: 0;
            pointer-events: none;
            font-family: "komet", sans-serif;
            padding: 25px 0px 25px 0;
            background-color: rgba(255, 255, 255, 0.9);
            -webkit-transition: all 0.50s ease-in-out;
            -o-transition: all 0.50s ease-in-out;
            transition: all 0.50s ease-in-out; }
            header #head-hold nav ul li.top-level ul.sub li, header #head-hold nav ul li.top-level ul.subsub li {
              text-align: center;
              position: relative;
              border-right: 10px solid tranparent;
              padding: 0px 25px; }
              header #head-hold nav ul li.top-level ul.sub li a, header #head-hold nav ul li.top-level ul.subsub li a {
                color: #a1a1a1;
                padding: 15px 15px 15px 0px;
                display: block;
                position: relative;
                border-bottom: 1px solid #6d8f95; }
                header #head-hold nav ul li.top-level ul.sub li a.has-submenu::after, header #head-hold nav ul li.top-level ul.subsub li a.has-submenu::after {
                  position: absolute;
                  content: '\f0da';
                  font-family: fontAwesome;
                  right: 0px;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
              header #head-hold nav ul li.top-level ul.sub li.has-submenu ul.subsub, header #head-hold nav ul li.top-level ul.subsub li.has-submenu ul.subsub {
                left: initial;
                right: -100%;
                top: 100%;
                -webkit-transform: translate(0%, 0%);
                -ms-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
                z-index: 1; }
                header #head-hold nav ul li.top-level ul.sub li.has-submenu ul.subsub li a, header #head-hold nav ul li.top-level ul.subsub li.has-submenu ul.subsub li a {
                  border-bottom: 1px solid #566b66; }
                header #head-hold nav ul li.top-level ul.sub li.has-submenu ul.subsub li:last-of-type a, header #head-hold nav ul li.top-level ul.subsub li.has-submenu ul.subsub li:last-of-type a {
                  border-bottom: none; }
              header #head-hold nav ul li.top-level ul.sub li.has-submenu:hover ul.subsub, header #head-hold nav ul li.top-level ul.subsub li.has-submenu:hover ul.subsub {
                z-index: 2;
                opacity: 1;
                pointer-events: all; }
            header #head-hold nav ul li.top-level ul.sub > li:last-of-type a, header #head-hold nav ul li.top-level ul.subsub > li:last-of-type a {
              border-bottom: none; }
          header #head-hold nav ul li.top-level.mobile-only {
            display: none; }
          header #head-hold nav ul li.top-level:last-of-type {
            margin-right: 0px; }
          header #head-hold nav ul li.top-level:hover ul.sub {
            z-index: 2;
            opacity: 1;
            pointer-events: all; }
      header #head-hold nav #nav-hover {
        z-index: 5;
        width: 100px;
        background-color: #6d8f95;
        height: 0px;
        position: absolute;
        top: 77px;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        pointer-events: none; }
      header #head-hold nav.hover #nav-hover {
        height: 3px; }
    header #head-hold.scrolled {
      background-color: #454545; }
      header #head-hold.scrolled .logo img {
        display: block; }
        header #head-hold.scrolled .logo img.swap {
          display: none; }
      header #head-hold.scrolled nav #nav-hover {
        background-color: #ffffff; }
  header #mobile-head-hold {
    height: 70px;
    width: 100%;
    background-color: #6d8f95;
    display: none;
    z-index: 10000;
    position: fixed;
    top: 0px; }
    header #mobile-head-hold .search {
      float: left;
      width: 75px;
      padding-left: 20px;
      padding-top: 20px;
      cursor: pointer;
      position: relative;
      z-index: 2; }
      header #mobile-head-hold .search a, header #mobile-head-hold .search .fa {
        color: #ffffff;
        font-size: 20px; }
    header #mobile-head-hold .logo {
      float: left;
      width: calc(100% - (60px + 75px));
      text-align: center;
      padding-top: 15px;
      position: relative;
      z-index: 2; }
      header #mobile-head-hold .logo img {
        max-height: 45px; }
    header #mobile-head-hold .icon-hold {
      float: left;
      width: 0;
      padding-right: 20px;
      padding-top: 20px;
      position: absolute;
      right: 20px;
      z-index: 2; }
      header #mobile-head-hold .icon-hold .menu-icon {
        width: 40px;
        height: 30px;
        cursor: pointer; }
        header #mobile-head-hold .icon-hold .menu-icon span {
          width: 70%;
          height: 4px;
          background-color: #ffffff;
          border-radius: 6px;
          margin-bottom: 6px;
          display: block;
          -webkit-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          header #mobile-head-hold .icon-hold .menu-icon span:last-of-type {
            margin-bottom: 0px; }
        header #mobile-head-hold .icon-hold .menu-icon.open span:nth-child(1) {
          -ms-transform: translate(-14px, 3px) rotate(-45deg);
          -webkit-transform: translate(-14px, 3px) rotate(-45deg);
          transform: translate(-14px, 3px) rotate(-45deg);
          opacity: 0;
          border-radius: 2px;
          height: 6px;
          width: 26px; }
        header #mobile-head-hold .icon-hold .menu-icon.open span:nth-child(2) {
          -ms-transform: translate(1px, 2px) rotate(45deg);
          -webkit-transform: translate(1px, 2px) rotate(45deg);
          transform: translate(1px, 2px) rotate(45deg);
          border-radius: 2px;
          height: 6px;
          width: 26px; }
        header #mobile-head-hold .icon-hold .menu-icon.open span:nth-child(3) {
          -ms-transform: translate(1px, -9.5px) rotate(-45deg);
          -webkit-transform: translate(1px, -9.5px) rotate(-45deg);
          transform: translate(1px, -9.5px) rotate(-45deg);
          border-radius: 2px;
          height: 6px;
          width: 26px; }
    header #mobile-head-hold .bg {
      background-color: #6d8f95;
      position: fixed;
      top: 0px;
      right: 0px;
      left: 0px;
      height: 70px;
      z-index: 1; }
    header #mobile-head-hold .search-form-hold {
      height: 60px;
      width: 100%;
      position: fixed;
      right: 0px;
      top: 0px;
      background-color: #6d8f95;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      z-index: 0; }
      header #mobile-head-hold .search-form-hold form {
        float: left;
        width: 100%;
        padding: 0px;
        background-color: rgba(255, 255, 255, 0.1); }
      header #mobile-head-hold .search-form-hold .s {
        background-color: transparent;
        border: 0px;
        color: #ffffff;
        line-height: 60px;
        padding-left: 20px;
        font-size: 15px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        header #mobile-head-hold .search-form-hold .s:focus {
          outline: 0; }
        header #mobile-head-hold .search-form-hold .s::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.5);
          font-size: 15px; }
        header #mobile-head-hold .search-form-hold .s:-moz-placeholder {
          color: rgba(255, 255, 255, 0.5);
          font-size: 15px; }
        header #mobile-head-hold .search-form-hold .s::-moz-placeholder {
          color: rgba(255, 255, 255, 0.5);
          font-size: 15px; }
        header #mobile-head-hold .search-form-hold .s:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.5);
          font-size: 15px; }
    header #mobile-head-hold.open .search-form-hold {
      top: 70px; }
  header #mobile-menu-hold {
    width: 100%;
    height: 100vh;
    background-color: #6d8f95;
    position: fixed;
    top: 70px;
    padding: 50px 20px;
    z-index: -1;
    pointer-events: none;
    -webkit-transform: translateX(-200vw);
    -ms-transform: translateX(-200vw);
    transform: translateX(-200vw);
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;
    z-index: 9999; }
    header #mobile-menu-hold nav {
      max-width: 768px;
      margin: auto; }
      header #mobile-menu-hold nav ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        header #mobile-menu-hold nav ul li.top-level {
          border-bottom: 1px solid #ffffff;
          padding: 25px 0px; }
          header #mobile-menu-hold nav ul li.top-level a.top-level {
            font-size: 25px;
            line-height: 30px;
            color: #ffffff;
            padding: 25px 1000px 25px 0px;
            white-space: nowrap; }
          header #mobile-menu-hold nav ul li.top-level ul.sub {
            display: none;
            padding-left: 20px;
            padding-top: 10px; }
            header #mobile-menu-hold nav ul li.top-level ul.sub li.sub a.sub {
              font-size: 17px;
              line-height: 25px;
              color: #ffffff;
              padding: 2px 100px 2px 0px; }
            header #mobile-menu-hold nav ul li.top-level ul.sub li.sub ul.subsub {
              display: block !important;
              padding-left: 20px; }
              header #mobile-menu-hold nav ul li.top-level ul.sub li.sub ul.subsub li.subsub a.subsub {
                font-size: 17px;
                line-height: 25px;
                color: #ffffff; }
          header #mobile-menu-hold nav ul li.top-level:last-of-type {
            border-bottom: none; }
      header #mobile-menu-hold nav #mobile-stock {
        color: #454545;
        width: 100%;
        margin-top: 110px;
        padding-bottom: 110px; }
        header #mobile-menu-hold nav #mobile-stock span.white {
          color: #ffffff; }
        header #mobile-menu-hold nav #mobile-stock .symbol {
          font-size: 50px;
          line-height: 60px;
          font-weight: 700;
          text-align: center;
          display: block;
          border-bottom: 1px solid #ffffff;
          padding-bottom: 30px;
          margin-bottom: 35px; }
        header #mobile-menu-hold nav #mobile-stock .row {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          header #mobile-menu-hold nav #mobile-stock .row .last {
            font-size: 25px;
            line-height: 30px;
            border-right: 4px solid #ffffff;
            padding-right: 25px;
            margin-right: 25px; }
          header #mobile-menu-hold nav #mobile-stock .row .change {
            font-size: 25px;
            line-height: 30px; }
    header #mobile-menu-hold.open {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
      overflow-y: scroll;
      overflow-x: hidden;
      pointer-events: all; }

body.inner header {
  background-color: #ffffff; }
  body.inner header #head-hold {
    height: 80px; }
    body.inner header #head-hold.scrolled {
      background-color: #ffffff !important; }
    body.inner header #head-hold .logo img {
      height: 50px; }
    body.inner header #head-hold nav {
      padding-top: 25px; }
      body.inner header #head-hold nav ul li.top-level a {
        color: #566b66; }

body.mobile #ticker, body.mobile #head-hold {
  display: none !important; }

body.mobile #mobile-head-hold {
  display: block !important; }
header .lang {
  display: inline;
  color:#fff;

}
header .lang span {
  color:#fff;
  font-size:16px;
  font-weight: bold;
}
header .lang span a{
  color:#fff!important;
  font-weight: normal;
}
header .lang span a:hover {
  color:#454545!important;
}
@media screen and (max-width: 1024px) {
  header .lang {
    display: block;
    margin:50px auto 0 auto;
    text-align: center;
  }
}
/*-------------- Responsive Adjustments --------------*/
@media screen and (max-width: 1376px) {
  header #head-hold nav ul li.top-level:last-of-type ul.sub {
    left: auto;
    right: -7px;
    -webkit-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%); }
  header #head-hold nav ul li.top-level:last-of-type:hover ul.sub {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  header #head-hold nav ul li.top-level {
    margin-right: 25px; } }

@media screen and (max-width: 1200px) {
  header #ticker .search-form-hold {
    width: 420px; } }

@media screen and (max-width: 1024px) {
  header #ticker, header #head-hold {
    display: none !important; }
  header #mobile-head-hold {
    display: block !important; } }

#subscribe {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../../../_resources/banners/email-bg.jpg);
  padding: 80px 0px; }
  #subscribe .container, #subscribe .indent {
    max-width: 1110px !important; }
  #subscribe #signup-text {
    position: relative;
    padding-left: 40px; }
    #subscribe #signup-text::before {
      content: '\f003';
      position: absolute;
      left: 0px;
      top: 3px;
      font-family: FontAwesome;
      color: #ffffff;
      font-weight: 400;
      font-size: 25px;
      line-height: 40px; }
    #subscribe #signup-text h2 {
      color: #ffffff; }
  #subscribe form.signup .button {
    font-weight: 500;
    font-size: 16px; }
  #subscribe form.signup .textbox {
    width: calc(50% - 15px);
    float: left;
    background-color: #ffffff;
    position: relative; }
    #subscribe form.signup .textbox.signup-name {
      margin-right: 30px; }
    #subscribe form.signup .textbox .line {
      position: absolute;
      bottom: 0px;
      height: 4px;
      background-color: #ffffff;
      z-index: 2;
      width: 0px;
      -webkit-transition: all 0.50s ease-in-out;
      -o-transition: all 0.50s ease-in-out;
      transition: all 0.50s ease-in-out; }
    #subscribe form.signup .textbox input {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 50px;
      background-color: #c4cbc9;
      line-height: 50px;
      border-radius: 0px;
      border-width: 0px;
      padding: 0px 20px;
      color: #ffffff; }
      #subscribe form.signup .textbox input:focus {
        outline: 0px; }
        #subscribe form.signup .textbox input:focus + .line {
          width: 100%; }
      #subscribe form.signup .textbox input::-webkit-input-placeholder {
        color: #454545; }
      #subscribe form.signup .textbox input:-moz-placeholder {
        color: #454545; }
      #subscribe form.signup .textbox input::-moz-placeholder {
        color: #454545; }
      #subscribe form.signup .textbox input:-ms-input-placeholder {
        color: #454545; }
    #subscribe form.signup .textbox.error .line {
      background-color: red;
      width: 100%; }
  #subscribe form.signup .error-tooltip {
    display: none;
    position: absolute;
    top: -60px;
    left: 0;
    padding: 10px 15px;
    font-size: 12px;
    background: #ffffff;
    width: 250px;
    opacity: 0;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: 1000; }
    #subscribe form.signup .error-tooltip span {
      color: #6d8f95; }
  #subscribe form.signup .error-tooltip:before {
    content: " ";
    border-style: solid;
    border-width: 10px 12px 0px 12px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 12px); }
  #subscribe form.signup .textbox.show-tooltip .error-tooltip {
    display: inline-block;
    animation: tooltip 5s 1;
    -webkit-animation: tooltip 5s 1; }
  #subscribe form.signup .recaptcha {
    float: left;
    margin-top: 30px;
    opacity: 0;
    height: 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    pointer-events: none; }
    #subscribe form.signup .recaptcha.show {
      opacity: 1;
      height: 78px;
      pointer-events: all; }
    #subscribe form.signup .recaptcha.error {
      height: 82px;
      border: red 2px solid; }
  #subscribe form.signup .signup-submit {
    float: right;
    margin-top: 30px; }
  #subscribe .signup-message {
    color: #ffffff; }

body.home .signup-message {
  margin-top: 20px; }

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

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

/*-------------- Responsive Adjustments --------------*/
@media screen and (max-width: 768px) {
  #subscribe {
    padding: 20px 0px 60px 0px; }
    #subscribe form.signup .textbox {
      float: none;
      width: 100%;
      margin-bottom: 30px; }
      #subscribe form.signup .textbox:nth-of-type(2) {
        margin-bottom: 0px; }
  #subscribe form.signup .recaptcha {
    float: none;
    width: 308px;
    margin-left: auto; }
    #subscribe form.signup .recaptcha.show {
      margin-bottom: 30px; }
      #subscribe form.signup .recaptcha.show > div {
        float: right; }
  #subscribe form.signup .signup-submit {
    margin-top: 0px; } }

@media screen and (max-width: 360px) {
  #subscribe form.signup .recaptcha.show > div {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; } }

footer {
  background-color: #566b66;
  min-height: 200px; }
  footer .top {
    background-color: #a7c1c0;
    padding:30px 0;
  }
  footer .top h4 {
    text-transform: none;
    color:#566b66;
  }
  footer .top a {
    color:#454545;
    font-size: 14px;
    color:#566b66;
  }
  footer .top p {
    font-size: 14px;
    line-height: 18px;
    color:#566b66;
  }
  footer .top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }
  footer .top .container > div {
    -ms-flex-preferred-size:20%;
        flex-basis:20%;
    width:20%;
    max-width:20%;
  }
  @media screen and (max-width: 1024px) {
    footer .top .container > div {
      -ms-flex-preferred-size:50%;
          flex-basis:50%;
      width:50%;
      max-width:50%;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    footer .top .container > div {
      -ms-flex-preferred-size:100%;
          flex-basis:100%;
      width:100%;
      max-width:100%;
      margin-bottom: 10px;
    }
  }
  footer .container, footer .indent {
    position: relative;
    height: 100%; 
    min-height: 200px;
  }
  footer .left {
    position: absolute;
    bottom: 0px;
    left: 20px;
    padding-bottom: 10px; }
    footer .left nav ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      footer .left nav ul li {
        display: inline-block;
        margin-right: 70px; }
        footer .left nav ul li a {
          color: #ffffff;
          text-transform: none; }
        footer .left nav ul li:last-of-type {
          margin-right: 0px; }
    footer .left .copy {
      color: #b3bcba;
      font-size: 14px;
      padding-top: 10px; }
  footer .right {
    position: absolute;
    bottom: 0px;
    text-align: right;
    right: 20px;
    font-size: 14px;
    padding-bottom: 10px; }
    footer .right p {
      color: #ffffff; }
    footer .right .social .circle {
      display: inline-block;
      border-radius: 25px;
      background-color: #ffffff;
      width: 25px;
      height: 25px;
      position: relative;
      text-align: center;
      margin-left: 20px; }
      footer .right .social .circle a {
        color: #566b66;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        footer .right .social .circle a.twitter, footer .right .social .circle a.linkedin {
          -webkit-transform: translate(calc(-50% + 1px), -50%);
          -ms-transform: translate(calc(-50% + 1px), -50%);
          transform: translate(calc(-50% + 1px), -50%); }
    footer .right .blender {
      color: #b3bcba;
      padding-top: 10px; }
      footer .right .blender a {
        color: #ffffff;
        font-weight: 700; }
@media screen and (max-width: 768px) {
          footer .right {
            padding-top:40px;
          }
        }
/*-------------- Search Popup Styles --------------*/
#searchpop {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(109, 143, 149, 0.97);
  width: 100%;
  height: 100%;
  z-index: 10000;
  color: #ffffff;
  display: none; }

#searchpop .hold {
  max-width: 770px;
  padding: 0px 15px 0px 15px;
  margin: 300px auto 0px auto; }

#searchpop .searchsubmit {
  position: absolute;
  height: 0px;
  width: 0px;
  border: none;
  padding: 0px;
  visibility: hidden; }

#searchpop .s {
  background-color: transparent;
  border: 0px;
  font-size: 50px;
  color: #ffffff;
  font-family: "komet", sans-serif; }
  #searchpop .s:focus {
    outline: 0; }
  #searchpop .s::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  #searchpop .s:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  #searchpop .s::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  #searchpop .s:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }

#searchpop fieldset {
  padding: 0px;
  border: 0px; }

#searchpop .close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px; }

/*-------------- Responsive Adjustments --------------*/
@media screen and (max-width: 768px) {
  footer {
    height: auto;
    padding: 60px 0px; }
    footer nav {
      display: none; }
    footer .right {
      position: relative;
      text-align: center;
      right: 0px; }
      footer .right .social .circle {
        width: 35px;
        height: 35px;
        border-radius: 35px;
        font-size: 20px;
        line-height: 35px;
        margin-right: 30px;
        margin-left: 0px; }
        footer .right .social .circle:last-of-type {
          margin-right: 0px; }
      footer .right .copy {
        color: #ffffff;
        margin-top: 15px;
        margin-bottom: 5px; } }

.news-wrapper h2, #content .news-wrapper h2 {
  color: #6d8f95;
  font-weight: 700;
  margin-bottom: 24px; }

.news-wrapper .news-item, #content .news-wrapper .news-item {
  margin-bottom: 15px; }
  .news-wrapper .news-item .news-date, #content .news-wrapper .news-item .news-date {
    color: #6d8f95; }
  .news-wrapper .news-item .news-title a, #content .news-wrapper .news-item .news-title a {
    color: #454545;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .news-wrapper .news-item .news-title a:hover, #content .news-wrapper .news-item .news-title a:hover {
      text-decoration: underline; }

.news-wrapper a.button, #content .news-wrapper a.button {
  margin-top: 20px; }

#sidebar .news-wrapper {
  padding-top: 10px;
  padding-bottom: 60px; }
  #sidebar .news-wrapper h2 {
    color: #454545; }

/* ============================================================= // */
/* ************************** INNER-STYLES ********************* // */
/* ============================================================= // */
/*-------------- BANNER --------------*/
#banner {
  min-height: 375px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../../../_resources/banners/About.jpg); }
  #banner .container, #banner .indent {
    position: relative;
    height: 100%;
    min-height: 375px; }
    #banner .container .text, #banner .indent .text {
      margin-top: 185px;
      position: relative;
      z-index: 2; }
      #banner .container .text h1, #banner .indent .text h1 {
        margin-top: 0px;
        color: #ffffff;
        margin-bottom: 20px; }
      #banner .container .text h5, #banner .indent .text h5 {
        color: #ffffff;
        margin-top: 0px;
        margin-bottom: 55px; }
    #banner .container .bar, #banner .indent .bar {
      position: absolute;
      z-index: 1;
      bottom: 0px;
      left: 20px;
      width: 315px;
      height: 10px;
      background-color: #6d8f95; }

body #banner {
  background-image: url(../../../../_resources/banners/home_banner_2.jpg);
}

body.cat-about-us.str-about-us #banner {
  background-image: url(../../../../_resources/banners/About-Us-About-Us.jpg); }
body.cat-about-us.str-management-team #banner {
  background-image: url(../../../../_resources/banners/About-Us-Management-Team.jpg); }
body.cat-about-us.str-board-of-directors #banner {
  background-image: url(../../../../_resources/banners/About-Us-Board-of-Directors.jpg); }
body.cat-about-us.str-advisory-board #banner {
  background-image: url(../../../../_resources/banners/About-Us-Advisory-Board.jpg); }
body.cat-about-us.str-articles-of-association #banner {
  background-image: url(../../../../_resources/banners/About-Us-Articles-of-Association.jpg); }
body.cat-about-us.str-corporate-governance #banner {
  background-image: url(../../../../_resources/banners/About-Us-Corporate-Governance.jpg); }

body.cat-activities.str-overview #banner {
  background-image: url(../../../../_resources/banners/Activities-Overview.jpg); }
body.cat-activities.str-canada #banner {
  background-image: url(../../../../_resources/banners/Activities-Canada.jpg); }
body.cat-activities.str-peru #banner {
  background-image: url(../../../../_resources/banners/Activities-Peru.jpg); }
body.cat-activities.str-mongolia #banner {
  background-image: url(../../../../_resources/banners/Activities-Mongolia.jpg); }
body.cat-activities.str-norway #banner {
  background-image: url(../../../../_resources/banners/Activities-Norway.jpg); }
body.cat-activities.str-battery-technology #banner {
  background-image: url(../../../../_resources/banners/Activities-Battery-Technology.jpg); }
body.cat-activities.str-other-regions #banner {
  background-image: url(../../../../_resources/banners/Activities-Other-Regions.jpg); }
body.cat-activities.str-chile #banner {
  background-image: url(../../../../_resources/banners/Activities-Chile.jpg); }

body.cat-investors.str-news #banner {
  background-image: url(../../../../_resources/banners/Investors-News.jpg); }
body.cat-investors.str-stock-information #banner {
  background-image: url(../../../../_resources/banners/Investors-Stock-Information.jpg); }
body.cat-investors.str-financial-reports #banner {
  background-image: url(../../../../_resources/banners/Investors-Financial-Reports.jpg); }
body.cat-investors.str-corporate-literature #banner {
  background-image: url(../../../../_resources/banners/Investors-Corporate-Literature.jpg); }
body.cat-investors.str-corporate-calendar #banner {
  background-image: url(../../../../_resources/banners/Investors-Corporate-Calendar.jpg); }
body.cat-investors.str-battery-videos #banner {
  background-image: url(../../../../_resources/banners/Investors-Battery-Videos.jpg); }

body.cat-sustainability.str-overview #banner {
  background-image: url(../../../../_resources/banners/Sustainability-Overview.jpg); }
body.cat-sustainability.str-our-vision #banner {
  background-image: url(../../../../_resources/banners/Sustainability-Our-Vision.jpg); }
body.cat-sustainability.str-our-approach #banner {
  background-image: url(../../../../_resources/banners/Sustainability-Our-Approach.jpg); }

body.cat-contact.str-contact #banner {
  background-image: url(../../../../_resources/banners/Contact.jpg); }
/*#email-alerts {
  display: none; }*/

/*-------------- SIDEBAR --------------*/
#sidebar {
  width: 315px;
  float: left; }
  #sidebar #sidenav {
    background-color: #ffffff;
    padding-bottom: 20px; }
    #sidebar #sidenav h4 {
      margin: 0px 0px 10px 0px;
      padding: 20px 30px 0px 30px; }
    #sidebar #sidenav .subnav {
      position: relative;
      padding: 4px 30px;
      min-height: 38px; }
      #sidebar #sidenav .subnav a {
        color: #b4b4b4;
        text-transform: none;
        font-weight: 500;
        font-size: 18px; }
      #sidebar #sidenav .subnav.selected a {
        color: #6d8f95; }
  #sidebar .downloads .box {
    width: 100%;
    background-color: #6d8f95;
    height: 60px;
    line-height: 60px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    #sidebar .downloads .box .icon {
      width: 60px;
      color: #ffffff;
      text-align: center; }
    #sidebar .downloads .box .link {
      width: calc(100% - 60px);
      position: relative; }
      #sidebar .downloads .box .link a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px; }
    #sidebar .downloads .box:hover {
      background-color: #ffffff;
      color: #6d8f95 !important; }
      #sidebar .downloads .box:hover a {
        color: #6d8f95; }
      #sidebar .downloads .box:hover .icon {
        color: #6d8f95; }
  #sidebar .news-wrapper h2 {
    color: #566b66; }

/*-------------- CONTENT --------------*/
#content {
  width: calc(100% - 315px);
  float: right;
  padding: 70px 0px 60px 115px;
  color: #b4b4b4; }
  #content h1, #content h2, #content h4, #content strong {
    color: #454545; }
  #content a {
    color: #6d8f95; }
  #content *:first-child {
    margin-top: 0px; }
  #content ul {
    list-style: none; }
    #content ul li {
      position: relative;
      margin-bottom: 15px; }
      #content ul li::before {
        left: -40px;
        top: 16px; }
  #content p, #content li {
    color: #454545; }
  #content h3 {
    color: #6d8f95; }

/*-------------- BIOS --------------*/
.bio-container {
  margin-bottom: 40px; }

.bio-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.bio-content-container {
  width: calc(100% - 240px);
  margin-left: 240px; }

.bio-image {
  max-width: 240px;
  padding-left: 0;
  float: left; }
  .bio-image img {
    max-width: 200px; }

.bio-content {
  overflow: hidden; }
  .bio-content .bio-name {
    color: #566b66;
    font-family: "komet", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    position: relative; }
    .bio-content .bio-name .title {
      color: #454545;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 40px;
      font-weight: 700; }
    .bio-content .bio-name .circle {
      display: inline-block;
      border-radius: 25px;
      background-color: #6d8f95;
      width: 25px;
      height: 25px;
      position: relative;
      text-align: center;
      margin-left: 20px; }
      .bio-content .bio-name .circle a {
        color: #ffffff !important;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 14px; }

.bio-container.no-image .bio-image {
  display: none; }

.bio-container.no-image .bio-content-container {
  margin-left: 0px;
  padding-right: 0px;
  width: 100%; }

.expand {
  color: #454545;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px; }

.expand:hover {
  opacity: 0.6; }

/*-------------- DOCUMENTS --------------*/
.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 60px 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  opacity: 0;
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out; }
  .document a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
  .document .date {
    color: #6d8f95;
    width: 30%;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .document .title {
    color: #454545;
    width: calc(70% - 60px);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .document .icon {
    width: 60px;
    text-align: center; }
    .document .icon::before {
      content: '\f1c1';
      font-size: 30px;
      line-height: 30px;
      font-family: FontAwesome;
      color: #454545;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  .document:nth-of-type(2n-1) {
    background-color: #ffffff; }
  .document:hover {
    background-color: #6d8f95; }
    .document:hover .date, .document:hover .title, .document:hover .icon::before {
      color: #ffffff; }
    .document:hover .title {
      opacity: 0.6; }

/*-------------- TABLES --------------*/
#content table {
  width: 100%; }
  #content table th {
    font-weight: 700;
    text-transform: uppercase;
    color: #454545; }
  #content table td, #content table th {
    padding: 10px;
    color: #454545;
    border-top: solid 1px #b4b4b4;
    border-left: solid 1px #b4b4b4;
    font-size: 18px;
    line-height: 30px; }
  #content table td:last-of-type, #content table th:last-of-type {
    border-right: solid 1px #b4b4b4; }
  #content table tr:last-of-type td {
    border-bottom: solid 1px #b4b4b4; }
  #content table .date {
    color: #6d8f95; }

#content table.styled th {
  padding: 0px 30px;
  color: #454545;
  font-size: 14px;
  line-height: 30px;
  border: 0px !important;
  text-align: left; }

#content table.styled td {
  padding: 15px 30px;
  font-size: 18px;
  line-height: 30px;
  border: 0px !important; }
  #content table.styled td:first-of-type {
    color: #6d8f95; }

#content table.styled tr:nth-of-type(2n) td {
  background-color: #ffffff; }

#content table.stock-table {
  border: 0px;
  font-weight: 700; }
  #content table.stock-table td {
    border: 0px !important;
    padding: 25px 25px 25px 90px;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 35px;
    color: #b4b4b4; }
    #content table.stock-table td strong {
      color: #454545; }
    #content table.stock-table td hr {
      border-style: solid;
      border-width: 1px;
      border-top-width: 0px;
      border-color: #D7D7D7; }
  #content table.stock-table tr:nth-of-type(2) td {
    padding-top: 60px; }
  #content table.stock-table tr:nth-of-type(1) td {
    color: #6d8f95;
    padding-bottom: 45px;
    padding-left: 0px;
    background-color: transparent; }
  #content table.stock-table tr:nth-of-type(3) td, #content table.stock-table tr:nth-of-type(5) td {
    padding: 0px 30px; }
  #content table.stock-table tr:last-of-type td {
    padding-bottom: 40px; }
/*-------------- Tabs --------------*/
.tabs {
  position: relative;
  margin-top: 90px; }
  .tabs .tab_select {
    position: relative; 
    display: none;
  }
    .tabs .tab_select select {
      background-color: #6d8f95;
      border: 0;
      color: #fff;
      padding: 15px 50px;
      font-size: 20px;
      border-radius: 0; }
    .tabs .tab_select span {
      position: absolute;
      top: 16px;
      left: 110px;
      color: #fff; }
  .tabs ul {
    list-style: none;
    position: absolute;
    top: -90px;
    left: -2px; 
    padding-left:0;}
    .tabs ul li {
      display: inline-block;
      cursor: pointer;
      font-size: 25px !important;
      line-height: 50px !important;
      color: #999 !important;
      padding: 0 40px;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .tabs ul li.active, .tabs ul li:hover {
        color: #fff !important;
        background-color: #6d8f95; }
      .tabs ul li:before {
        display: none !important; }
      .tabs ul li.has-sub:hover .sub-tabs {
        display: block; }
      .tabs ul li.has-sub {
        position: relative; }
      .tabs ul li .sub-tabs {
        display: none;
        position: absolute;
        list-style: none;
        top: 10px;
        z-index: 1;
        width: 100%;
        left: 0; }
        .tabs ul li .sub-tabs li {
          display: block;
          color: #fff !important;
          background-color: #6d8f95;
          margin-bottom: 0 !important;
          text-align: center;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .tabs ul li .sub-tabs li:hover, .tabs ul li .sub-tabs li.active {
            background-color: #ffc824; }
  .tabs .hold {
    display: none;
    position: relative; }
    .tabs .hold.active {
      display: block; }
  .tabs select {
    display: none !important; }
/*-------------- Responsive Adjustments --------------*/
@media screen and (max-width: 1200px) {
  #content table.stock-table td {
    padding-left: 40px; } }

@media screen and (max-width: 1024px) {
  #content {
    padding: 30px 0px 60px 30px; } 
    .tabs {
    border: 0;
    padding: 0;
    margin-top: 0; }
    .tabs ul {
      display: none; }
      .tabs .tab_select {
        display: block;
      }
    .tabs select {
      display: block !important;
      margin-bottom: 10px; } 
  }

@media screen and (max-width: 900px) {
  #content table.stock-table td {
    padding-left: 90px; }
  #banner .bar {
    display: none; }
  #content {
    float: none;
    width: 100%;
    padding: 60px 0px; }
  #sidebar {
    float: none;
    width: 100%;
    padding: 0px 0px 60px 0px; }
    #sidebar #sidenav, #sidebar .news-wrapper {
      display: none; }
    #sidebar .downloads .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #ffffff;
      width: 100%;
      height: 90px;
      margin-bottom: 5px;
      line-height: 90px !important; }
      #sidebar .downloads .box .icon {
        background-color: #6d8f95;
        width: 90px;
        text-align: center;
        color: #ffffff;
        font-size: 40px; }
      #sidebar .downloads .box .link {
        width: calc(100% - 90px);
        padding: 0px 25px; }
        #sidebar .downloads .box .link a {
          color: #454545;
          font-size: 30px;
          font-family: "komet", sans-serif;
          padding-left: 25px; } }

@media screen and (max-width: 768px) {
  .bio-container .bio-image {
    float: none;
    margin-bottom: 20px; }
  .bio-container .bio-content-container {
    margin-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    width: 100%; } }

@media screen and (max-width: 650px) {
  #content table.stock-table td {
    padding-left: 40px; } }

@media screen and (max-width: 550px) {
  #sidebar .downloads .box {
    height: 50px;
    line-height: 50px !important;
    margin-bottom: 10px; }
    #sidebar .downloads .box .icon {
      width: 50px;
      font-size: 25px; }
    #sidebar .downloads .box .link {
      width: calc(100% - 50px);
      padding: 0px 15px; }
      #sidebar .downloads .box .link a {
        font-size: 17px;
        padding-left: 10px; }
  .document {
    display: block; }
    .document div {
      width: 100% !important;
      padding: 5px 0px; }
    .document .icon {
      display: none; } }