@import url(../css/reset.css);
/*  MIXINS  */
/*  VARIABLES  */
/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* =============================================================================
   
	BASE STYLES

   ========================================================================== */
.skip-nav {
  position: absolute;
  top: -50px;
  left: 0; }

html {
  color: #5b5b5b;
  font-family: sans-serif;
  background: #eeeeee;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #eeeeee 0%, #c1c1c1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #eeeeee), color-stop(100%, #c1c1c1));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #eeeeee 0%, #c1c1c1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #eeeeee 0%, #c1c1c1 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #eeeeee 0%, #c1c1c1 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #eeeeee 0%, #c1c1c1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  color: #5b5b5b;
  font-family: 'Vollkorn', sans-serif;
  margin: 0 0 15px; }

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

h2 {
  font-size: 1.2em; }

h3 {
  font-size: 1.1em; }

h4, h5, h6 {
  color: #5b5b5b;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  margin: 0 0 5px; }

p {
  font-size: 0.8125em;
  font-family: 'Lato', sans-serif;
  line-height: 1.8;
  margin: 0 0 20px; }
  p.lead {
    font-family: 'Vollkorn', sans-serif;
    font-size: 1em; }

strong {
  font-weight: 700; }

a, a:visited {
  color: #156fd4; }

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: underline; }

img {
  max-width: 100%; }

time {
  display: block;
  font-size: 0.825em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 6px; }

hr {
  display: block;
  border: none;
  height: 1px;
  background: #969696;
  margin: 30px 0;
  padding: 0; }

iframe {
  width: 100%; }

.copy-required {
  color: green; }

/* ---------- BUTTONS ---------- */
a.button, input.button, #submit {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: white;
  background: #156fd4;
  font-size: 0.8125em;
  font-weight: 300;
  margin: 0 15px 15px 0;
  padding: 8px 15px;
  border: none;
  text-shadow: none;
  cursor: pointer;
  box-shadow: none;
  width: auto; }
  a.button:active, input.button:active, #submit:active {
    text-decoration: underline; }
  a.button:hover, a.button:focus, input.button:hover, input.button:focus, #submit:hover, #submit:focus {
    background: #0c3e77; }

/* ---------- LISTS ---------- */
ul {
  margin: 0;
  padding: 0 10px 20px; }
  ul li {
    font-family: 'Lato', sans-serif;
    font-size: 0.8125em;
    line-height: 2;
    margin: 10px 0;
    padding: 0 15px;
    background: url(../images/bullet.png) no-repeat 0 10px;
    list-style-position: inside; }
    ul li ul {
      margin: 0;
      padding: 0 0 0 5px; }
      ul li ul li {
        font-size: 1em; }

ol {
  margin: 0;
  padding: 10px 0 10px 32px; }
  ol li {
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0 0 0 5px;
    background: none;
    list-style-position: inside;
    list-style: decimal; }
    ol li ol {
      margin: 0;
      padding: 0 0 0 5px; }
      ol li ol li {
        font-size: 1em; }

/* ---------- FORMS ---------- */
form {
  position: relative; }
  form div {
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    margin: 15px 0; }
    form div label {
      position: absolute;
      top: 0;
      left: -9999px;
      display: inline-block;
      zoom: 1;
      *display: inline;
      font-size: 0.875em;
      width: 100%;
      padding: 8px 0;
      color: #5b5b5b;
      font-family: 'Lato', sans-serif; }
      .no-js form div label {
        position: relative;
        top: 0;
        left: 0; }
      form div label span {
        color: #156fd4; }
    form div:first-child label {
      position: relative;
      top: 0;
      left: 0; }
    form div input[type=text],
    form div input[type=email],
    form div input[type=tel],
    form div textarea {
      font-size: 0.875em;
      width: 100%;
      border: none;
      color: #323232;
      font-weight: 400;
      background: transparent;
      border: 1px solid #969696;
      padding: 10px; }
    form div input[type=radio] {
      margin: 5px; }
    form div textarea {
      min-height: 100px; }

.radio-btns {
  width: 100%;
  font-size: 15px; }

.radio-btns > * {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.errorAst {
  display: none; }

.errorText {
  color: white;
  background: #B53935;
  padding: 10px; }

#successMessage {
  color: white;
  background: #1F9714;
  padding: 10px; }

#captchaImg {
  margin: 15px 0 0; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #5b5b5b;
  font-family: 'Lato', sans-serif; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5b5b5b;
  opacity: 1;
  font-family: 'Lato', sans-serif; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5b5b5b;
  opacity: 1;
  font-family: 'Lato', sans-serif; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #5b5b5b;
  font-family: 'Lato', sans-serif; }

.error {
  display: block;
  color: white;
  background: #fc434f;
  font-size: 0.875em;
  margin: 5px 0 0;
  padding: 10px; }

/* ---------- TABLE STYLES ---------- */
table {
  margin: 25px 0; }
  table tr {
    background: yellow; }
    table tr:nth-child(even) {
      background: #ffff80; }
  table th, table td {
    padding: 12px 10px;
    text-align: center;
    font-size: 0.75em;
    font-family: 'Lato', sans-serif; }
  table th {
    color: black;
    background: yellow; }
  table td {
    border: 1px solid white; }

/* =============================================================================
   
	LAYOUT STYLES

   ========================================================================== */
/*  HEADER STYLES  */
header {
  margin: 0 0 25px;
  text-align: center; }
  @media (min-width: 900px) {
    header {
      margin: 0;
      padding: 50px 0 65px;
      text-align: left; } }
  header .inner {
    overflow: visible;
    border-bottom: 1px solid #323232;
    padding: 0; }
    @media (min-width: 900px) {
      header .inner {
        padding: 0 12px;
        height: 77px; } }
    @media (min-width: 1000px) {
      header .inner {
        padding: 0; } }
    header .inner img {
      margin: 0 0 13px; }

/*  ASIDE STYLES  */
aside {
  clear: both;
  width: 100%; }
  @media (min-width: 900px) {
    aside {
      clear: none;
      float: left;
      width: 26%; } }

/*  FOOTER STYLES  */
footer {
  background: #323232 url(../images/footer-bg.gif) repeat-x;
  margin: 20px 0 0;
  padding: 25px 0;
  overflow: hidden; }
  footer .col {
    position: relative;
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #969696;
    overflow: hidden; }
    @media (min-width: 900px) {
      footer .col {
        float: left;
        width: 25%;
        text-align: left;
        border-bottom: none;
        border-right: 1px solid #969696;
        min-height: 140px;
        padding: 0 0 0 10px; }
        footer .col:nth-child(4) {
          border-right: none; } }
    footer .col:last-child {
      border-bottom: none; }
    @media (min-width: 900px) {
      footer .col .col-container {
        position: absolute;
        bottom: 40px; } }
    footer .col .col-container p {
      color: #969696;
      font-size: 0.75em;
      font-family: 'Vollkorn', sans-serif;
      line-height: 1.3;
      margin: 0 0 5px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      footer .col .col-container p a {
        color: #969696;
        text-decoration: none;
        text-align: center; }
        footer .col .col-container p a:hover, footer .col .col-container p a:focus {
          text-decoration: underline; }
      footer .col .col-container p.privacy {
        margin: 0 0 20px; }
      footer .col .col-container p.cookie {
        margin: 0 0 20px; }
        @media (min-width: 900px) {
          footer .col .col-container p.cookie {
            margin: 0 0 10px; } }
      footer .col .col-container p.invisible-studio {
        text-transform: none; }
        @media (min-width: 900px) {
          footer .col .col-container p.invisible-studio {
            float: left; } }
    footer .col .col-container div.social-links {
      text-align: center; }
      @media (min-width: 900px) {
        footer .col .col-container div.social-links {
          position: relative;
          top: 8px;
          float: left; } }
      footer .col .col-container div.social-links div {
        margin: 15px auto;
        width: 125px; }
        @media (min-width: 900px) {
          footer .col .col-container div.social-links div {
            float: left;
            margin: auto;
            width: auto; } }
        footer .col .col-container div.social-links div a.social {
          position: relative;
          top: -9px;
          left: 5px;
          display: block;
          float: left;
          margin: 0 5px 0 0;
          width: 30px;
          height: 30px;
          line-height: 500;
          background: url(../images/social-google-plus.png) no-repeat center center;
          -webkit-transition: background .4s ease-in-out;
          -moz-transition: background .4s ease-in-out;
          -o-transition: background .4s ease-in-out;
          transition: background .4s ease-in-out; }
          footer .col .col-container div.social-links div a.social.twitter {
            background: url(../images/social-twitter.png) no-repeat center center; }
          footer .col .col-container div.social-links div a.social.rss {
            background: url(../images/social-rss.png) no-repeat center center; }
          footer .col .col-container div.social-links div a.social:hover, footer .col .col-container div.social-links div a.social:focus {
            background: url(../images/social-google-plus-roll.png) no-repeat center center; }
            footer .col .col-container div.social-links div a.social:hover.twitter, footer .col .col-container div.social-links div a.social:focus.twitter {
              background: url(../images/social-twitter-roll.png) no-repeat center center; }
            footer .col .col-container div.social-links div a.social:hover.rss, footer .col .col-container div.social-links div a.social:focus.rss {
              background: url(../images/social-rss-roll.png) no-repeat center center; }
    footer .col.contact-info p a {
      text-transform: none; }

/*  CONTENT STYLES  */
#main, .inner {
  position: relative;
  padding: 0 12px;
  overflow: hidden; }
  @media (min-width: 1000px) {
    #main, .inner {
      margin: 0 auto;
      width: 960px;
      padding: 0; } }

.main-content {
  overflow: hidden; }

.content {
  clear: both;
  margin: 0 0 60px;
  overflow: hidden; }
  @media (min-width: 900px) {
    #home .content {
      width: 100%; } }
  .content .col {
    width: 100%; }
    @media (min-width: 641px) {
      .content .col {
        float: left;
        width: 45%; } }
    @media (min-width: 641px) {
      .content .col.col1 {
        margin: 0 5% 0 0; }
        #teamwork .content .col.col1 {
          width: 48%;
          margin: 0 3% 3% 0; } }
    @media (min-width: 900px) {
      .content .col.col1 {
        width: 70%;
        margin: 0;
        padding: 0 2% 0 0; } }
    @media (min-width: 641px) {
      #teamwork .content .col.col2 {
        width: 48%; } }
    @media (min-width: 900px) {
      .content .col.col2 {
        width: 30%;
        padding: 0 0 0 2%;
        border-right: none;
        border-left: 1px solid #969696; } }
  @media (min-width: 900px) {
    .content .full-width {
      margin: 0 1.21107266436% 0 0;
      padding: 0 1.21107266436% 0 0; } }

@media (min-width: 900px) {
  .page-thumbnail, .introduction {
    float: left; } }

.page-thumbnail {
  text-align: center;
  padding: 10px 0;
  margin: 0 0 25px 0; }
  @media (min-width: 900px) {
    .page-thumbnail {
      margin: 0 25px 0 0;
      width: 25%; }
      .page-thumbnail img {
        width: 100%; }
        #fire-invest .page-thumbnail img, #air-invest .page-thumbnail img, #water-invest .page-thumbnail img, #earth-invest .page-thumbnail img {
          width: auto; }
      #team .page-thumbnail, #fire-invest .page-thumbnail, #air-invest .page-thumbnail, #water-invest .page-thumbnail, #earth-invest .page-thumbnail {
        width: 34.5%; } }

.introduction {
  margin: 0 0 25px; }
  #home .introduction {
    margin: 0; }
  #fire-invest .introduction, #air-invest .introduction, #water-invest .introduction, #earth-invest .introduction {
    margin: 0 0 25px; }
    @media (min-width: 900px) {
      #fire-invest .introduction, #air-invest .introduction, #water-invest .introduction, #earth-invest .introduction {
        margin: 50px 0 25px 0; } }

/* =============================================================================
   
	NAVIGATION STYLES

   ========================================================================== */
/*  MOBILE NAVIGATION STYLES  */
nav#mobile-nav {
  position: relative;
  z-index: 500;
  width: 100%;
  margin: 0 0 30px; }
  nav#mobile-nav a#menu-btn {
    display: block;
    color: white;
    background: #323232 url(../images/hamburger-white.svg) no-repeat center center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px 0;
    border-bottom: 1px solid black; }
    .no-svg nav#mobile-nav a#menu-btn {
      background: #323232 url(../images/hamburger-white.png) no-repeat center center; }
  nav#mobile-nav #mobile-draw {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    background: rgba(50, 50, 50, 0.65); }
    nav#mobile-nav #mobile-draw a.close {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      background: url(../images/cross-white.svg) no-repeat center center;
      width: 15%;
      height: 50px; }
      .no-svg nav#mobile-nav #mobile-draw a.close {
        background: #323232 url(../images/cross-white.png) no-repeat center center; }
    nav#mobile-nav #mobile-draw ul {
      width: 85%;
      background: #323232;
      box-shadow: 0 0 10px black;
      margin: 0;
      padding: 0;
      overflow: hidden; }
      nav#mobile-nav #mobile-draw ul li {
        background: none;
        margin: 0;
        padding: 0;
        text-align: left; }
        nav#mobile-nav #mobile-draw ul li a {
          display: block;
          color: white;
          font-size: 1.1em;
          line-height: 1.2;
          font-family: 'Vollkorn', sans-serif;
          font-weight: 700;
          text-decoration: none;
          text-transform: uppercase;
          letter-spacing: 1px;
          padding: 15px;
          border-bottom: 1px solid white; }
          nav#mobile-nav #mobile-draw ul li a.plus {
            background: url(../images/mobile-plus.svg) no-repeat 98% 50%; }
            .no-svg nav#mobile-nav #mobile-draw ul li a.plus {
              background: url(../images/mobile-plus.png) no-repeat 98% 50%; }
          nav#mobile-nav #mobile-draw ul li a.minus {
            background: url(../images/mobile-minus.svg) no-repeat 98% 50%; }
            .no-svg nav#mobile-nav #mobile-draw ul li a.minus {
              background: url(../images/mobile-minus.png) no-repeat 98% 50%; }
        nav#mobile-nav #mobile-draw ul li:last-child a {
          border-bottom: none; }
        @media (min-width: 450px) {
          nav#mobile-nav #mobile-draw ul li:last-child a {
            border-bottom: 1px solid white; } }
        nav#mobile-nav #mobile-draw ul li:hover, nav#mobile-nav #mobile-draw ul li:focus {
          background: #656565; }
        nav#mobile-nav #mobile-draw ul li ul.sub-menu {
          width: 100%;
          background: #000; }
          nav#mobile-nav #mobile-draw ul li ul.sub-menu li a.plus {
            background: none; }
            .no-svg nav#mobile-nav #mobile-draw ul li ul.sub-menu li a.plus {
              background: none; }
          nav#mobile-nav #mobile-draw ul li ul.sub-menu li a.minus {
            background: none; }
            .no-svg nav#mobile-nav #mobile-draw ul li ul.sub-menu li a.minus {
              background: none; }
  @media (min-width: 900px) {
    nav#mobile-nav {
      display: none; } }

#our-mission nav#mobile-nav .about-btn > a,
#our-philosophy nav#mobile-nav .about-btn > a,
#why-invest-in-us nav#mobile-nav .about-btn > a,
#teamwork nav#mobile-nav .team-btn > a,
#fire-invest nav#mobile-nav .funds-btn > a,
#air-invest nav#mobile-nav .funds-btn > a,
#water-invest nav#mobile-nav .funds-btn > a,
#earth-invest nav#mobile-nav .funds-btn > a,
#news nav#mobile-nav .news-btn > a,
#contact-us nav#mobile-nav .contact-btn > a {
  background: #656565; }

/*  DESKTOP NAVIGATION STYLES  */
nav#desk-navigation {
  display: none; }
  @media (min-width: 900px) {
    nav#desk-navigation {
      display: block;
      float: right; }
      nav#desk-navigation ul {
        margin: 10px 0 0;
        padding: 0; }
        nav#desk-navigation ul li {
          float: left;
          margin: 0;
          padding: 0;
          background: none; }
          nav#desk-navigation ul li a {
            display: block;
            color: #323232;
            font-size: 1.1em;
            line-height: 1.2;
            font-family: 'Vollkorn', sans-serif;
            font-weight: 700;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 25px 15px;
            background: url(../images/nav-pipe.gif) no-repeat center right; }
            nav#desk-navigation ul li a:hover, nav#desk-navigation ul li a:focus {
              background: #a7a8a7; }
          nav#desk-navigation ul li:last-child a {
            background: none; }
            nav#desk-navigation ul li:last-child a:hover, nav#desk-navigation ul li:last-child a:focus {
              background: #a7a8a7; }
          nav#desk-navigation ul li ul.sub-menu {
            position: absolute;
            top: 67px;
            left: -9999px;
            width: 65%;
            height: 36px;
            background: #a7a8a7;
            overflow: hidden;
            text-align: center;
            padding: 0 0 0 38px; }
            nav#desk-navigation ul li ul.sub-menu li {
              float: left;
              display: inline-block;
              zoom: 1;
              *display: inline;
              width: auto;
              						/*
              						&.first {
              							margin: 0 0 0 33%;
              
              							#fire-invest &,
              							#air-invest &,
              							#water-invest &,
              							#earth-invest & {
              								margin: 0 0 0 49%;
              							}
              
              							#contact-us &,
              							#you-want-to-invest &,
              							#you-want-to-invest-in-ci & {
              								margin: 0 0 0 57%;
              
              								@include bp(xlrg) {
              									margin: 0 0 0 59.5%;
              								}
              							}
              						}
              						*/ }
              nav#desk-navigation ul li ul.sub-menu li a {
                display: inline-block;
                zoom: 1;
                *display: inline;
                line-height: 36px;
                margin: 0 12px;
                padding: 0;
                color: #323232;
                font-size: 1.2em;
                font-family: 'Vollkorn', sans-serif;
                font-weight: 400;
                text-decoration: none;
                text-transform: none;
                background: none; }
                nav#desk-navigation ul li ul.sub-menu li a:hover, nav#desk-navigation ul li ul.sub-menu li a:focus {
                  color: white;
                  background: none; }
          #our-mission nav#desk-navigation ul li #about-sub, #our-philosophy nav#desk-navigation ul li #about-sub, #why-invest-in-us nav#desk-navigation ul li #about-sub {
            left: 336px; }
          #fire-invest nav#desk-navigation ul li #companies-sub, #air-invest nav#desk-navigation ul li #companies-sub, #water-invest nav#desk-navigation ul li #companies-sub, #earth-invest nav#desk-navigation ul li #companies-sub {
            left: 336px; }
          #contact-us nav#desk-navigation ul li #contact-sub, #you-need-investment nav#desk-navigation ul li #contact-sub, #you-want-to-invest-in-ci nav#desk-navigation ul li #contact-sub {
            left: 336px; } }

/* ACTIVE STATES */
#our-mission nav#desk-navigation .about-btn > a,
#our-philosophy nav#desk-navigation .about-btn > a,
#why-invest-in-us nav#desk-navigation .about-btn > a,
#teamwork nav#desk-navigation .team-btn > a,
#fire-invest nav#desk-navigation .funds-btn > a,
#air-invest nav#desk-navigation .funds-btn > a,
#water-invest nav#desk-navigation .funds-btn > a,
#earth-invest nav#desk-navigation .funds-btn > a,
#news nav#desk-navigation .news-btn > a,
#contact-us nav#desk-navigation .contact-btn > a,
#you-need-investment nav#desk-navigation .contact-btn > a,
#you-want-to-invest-in-ci nav#desk-navigation .contact-btn > a,
#our-mission nav#desk-navigation .home-btn > a:hover,
#our-philosophy nav#desk-navigation .home-btn > a:hover,
#why-invest-in-us nav#desk-navigation .home-btn > a:hover,
#teamwork nav#desk-navigation .about-btn > a:hover,
#fire-invest nav#desk-navigation .team-btn > a:hover,
#air-invest nav#desk-navigation .team-btn > a:hover,
#water-invest nav#desk-navigation .team-btn > a:hover,
#earth-invest nav#desk-navigation .team-btn > a:hover,
#news nav#desk-navigation .funds-btn > a:hover,
#contact-us nav#desk-navigation .funds-btn > a:hover,
#you-need-investment nav#desk-navigation .funds-btn > a:hover,
#you-want-to-invest-in-ci nav#desk-navigation .funds-btn > a:hover,
#contact-us nav#desk-navigation .news-btn > a:hover,
#you-need-investment nav#desk-navigation .news-btn > a:hover,
#you-want-to-invest-in-ci nav#desk-navigation .news-btn > a:hover {
  background: #a7a8a7; }

/* ACTIVE STATES - SUB NAVIGATION */
#our-mission nav#desk-navigation .our-mission-btn a,
#our-philosophy nav#desk-navigation .our-philosophy-btn a,
#why-invest-in-us nav#desk-navigation .why-invest-btn a,
#fire-invest nav#desk-navigation .fire-invest-btn a,
#air-invest nav#desk-navigation .air-invest-btn a,
#water-invest nav#desk-navigation .water-invest-btn a,
#earth-invest nav#desk-navigation .earth-invest-btn a,
#contact-us nav#desk-navigation .want-know-more-btn > a,
#you-need-investment nav#desk-navigation .want-to-invest-btn > a,
#you-want-to-invest-in-ci nav#desk-navigation .want-to-invest-ci-btn > a {
  color: white; }

/* ACTIVE STATES - REMOVING PIPE BEFORE ACTIVE STATE */
#our-mission nav#desk-navigation .home-btn > a,
#our-philosophy nav#desk-navigation .home-btn > a,
#why-invest-in-us nav#desk-navigation .home-btn > a,
#teamwork nav#desk-navigation .funds-btn > a,
#fire-invest nav#desk-navigation .about-btn > a,
#air-invest nav#desk-navigation .about-btn > a,
#water-invest nav#desk-navigation .about-btn > a,
#earth-invest nav#desk-navigation .about-btn > a,
#news nav#desk-navigation .funds-btn > a,
#contact-us nav#desk-navigation .news-btn > a,
#you-need-investment nav#desk-navigation .news-btn > a,
#you-want-to-invest-in-ci nav#desk-navigation .news-btn > a,
#contact-us nav#desk-navigation .team-btn > a,
#you-need-investment nav#desk-navigation .team-btn > a,
#you-want-to-invest-in-ci nav#desk-navigation .team-btn > a,
nav#desk-navigation a.bg-none {
  background: none; }

/* IE STYLE CORRECTION */
.ie8 #contact-us nav#desk-navigation ul li ul.sub-menu li.first,
.ie8 #you-want-to-invest nav#desk-navigation ul li ul.sub-menu li.first,
.ie8 #you-want-to-invest-in-ci nav#desk-navigation ul li ul.sub-menu li.first {
  margin: 0 0 0 32.5%; }

/* =============================================================================
   
	MODULE STYLES

   ========================================================================== */
/*  GLOBAL STYLES  */
@media (min-width: 1000px) {
  .header-container {
    position: relative;
    width: 960px;
    margin: 0 auto; } }

.white-triangle {
  display: none; }
  @media (min-width: 1000px) {
    .white-triangle {
      display: block;
      position: fixed;
      top: -160px;
      right: -308px;
      z-index: -100; }
      #home .white-triangle {
        display: none; } }

.logo img {
  width: 230px;
  height: 61px; }

.iwc-logo {
  padding: 16px 0; }
  @media (min-width: 900px) {
    .iwc-logo {
      padding: 16px 0 0; } }
  @media (min-width: 1000px) {
    .iwc-logo {
      padding: 16px 0 0 10px; } }
  .iwc-logo img {
    width: 230px;
    height: 13px; }

#back2Top {
  color: white;
  background: #528B24;
  display: block;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400; }

/*  CONTENT STYLES  */
@media (min-width: 900px) {
  #fire-invest .introduction, #air-invest .introduction, #water-invest .introduction, #earth-invest .introduction {
    width: 60%; } }
.introduction p {
  font-family: 'Vollkorn', sans-serif;
  font-size: 1.2em;
  line-height: 1.25; }
  .introduction p.lead {
    font-size: 1.45em; }

.section-intro p {
  font-family: 'Vollkorn', sans-serif;
  font-size: 1em;
  line-height: 1.25; }

aside .block {
  margin: 0 0 30px; }
  aside .block a {
    text-decoration: none;
    color: #5b5b5b; }
    aside .block a span {
      color: #156fd4; }
    aside .block a:hover h2, aside .block a:focus h2 {
      text-decoration: underline; }

.news-teaser a h3 {
  font-family: 'Lato', sans-serif;
  font-size: 0.8125em;
  text-transform: uppercase;
  color: #156fd4;
  margin: 0 0 5px;
  padding: 0; }
.news-teaser a:hover h3, .news-teaser a:focus h3 {
  text-decoration: underline; }

.aside-contact-us p {
  margin: 0; }
  .aside-contact-us p a {
    color: #156fd4;
    text-decoration: underline; }

/*  HOME STYLES  */
.logo-links .logo-link {
  border-bottom: 1px solid #bebebe;
  margin: 0 0 15px;
  padding: 0 0 15px; }
  .logo-links .logo-link.earth {
    border-bottom: none; }
  @media (min-width: 450px) {
    .logo-links .logo-link {
      float: left;
      width: 50%;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid transparent; }
      .logo-links .logo-link.fire {
        border-right: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe; }
      .logo-links .logo-link.air {
        border-bottom: 1px solid #bebebe; }
      .logo-links .logo-link.water {
        border-right: 1px solid #bebebe; } }
  .logo-links .logo-link a {
    display: block;
    text-align: center; }
    .logo-links .logo-link a img {
      width: 80%;
      -webkit-transition: -webkit-transform .4s ease-in-out;
      -moz-transition: -moz-transform .4s ease-in-out;
      -o-transition: -o-transform .4s ease-in-out;
      transition: transform .4s ease-in-out; }
      @media (min-width: 641px) {
        .logo-links .logo-link a img {
          width: 95%; } }
    .logo-links .logo-link a:hover img, .logo-links .logo-link a:focus img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }

/*  TEAM STYLES  */
@media (min-width: 641px) {
  #teamwork .content {
    background: url(../../images/team-keyline.gif) repeat-y 50% 0; } }

.person {
  margin: 0 0 25px;
  padding: 25px;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 450px) {
    .person {
      text-align: left;
      border-bottom: 1px solid #969696; } }
  @media (min-width: 641px) {
    .person {
      float: left;
      width: 45%;
      border-bottom: none;
      margin: 0 10% 25px 0;
      padding: 0; }
      .person:nth-child(2n) {
        margin: 0 0 25px; } }
  @media (min-width: 900px) {
    .person .person-thumb {
      float: left;
      width: 35%;
      margin: 0 30px 0 0; } }
  .person .person-thumb img {
    width: 100%;
    margin: 0 0 25px; }
    @media (min-width: 450px) {
      .person .person-thumb img {
        float: left;
        width: 30%;
        margin: 0 5% 25px 0; } }
    @media (min-width: 641px) {
      .person .person-thumb img {
        width: 100%;
        margin: 0 0 25px; } }
    @media (min-width: 900px) {
      .person .person-thumb img {
        float: none;
        width: 100%; } }
  .person .person-thumb .person-title {
    color: #5b5b5b;
    font-size: 1.1em;
    line-height: 1.25; }
    @media (min-width: 900px) {
      .person .person-thumb .person-title {
        font-size: 0.8125em; } }
  .person .person-info .person-tel, .person .person-info .person-email {
    font-size: 1.1em;
    margin: 0; }
    @media (min-width: 900px) {
      .person .person-info .person-tel, .person .person-info .person-email {
        font-size: 0.8125em; } }
  .person .person-info .person-email {
    margin: 0 0 25px; }
    @media (min-width: 900px) {
      .person .person-info .person-email {
        margin: 0 0 20px; } }
    .person .person-info .person-email a {
      color: #156fd4; }

@media (min-width: 900px) {
  .text-visible {
    float: right;
    width: 57.5%; } }
@media (min-width: 1000px) {
  .text-visible {
    width: 58%; } }
.text-visible p {
  line-height: 1.6; }

.extra-bio {
  clear: both; }
  .extra-bio p {
    line-height: 1.6; }

/*  OUR FUNDS STYLES  */
@media (min-width: 900px) {
  #fire-invest .page-thumbnail,
  #air-invest .page-thumbnail
  #water-invest .page-thumbnail
  #earth-invest .page-thumbnail {
    position: relative;
    top: -25px;
    left: -10px; } }

.company-logo-list {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .company-logo-list li {
    text-align: left;
    background: none;
    margin: 0 0 10px;
    padding: 0; }
    .company-logo-list li img {
      width: auto; }

/*  NEWS STYLES  */
.news-article header {
  text-align: left;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media (min-width: 450px) {
    .news-article header .article-thumb {
      float: left;
      width: 35%; } }
  .news-article header .article-thumb img {
    width: 100%;
    margin: 0 0 25px; }
  @media (min-width: 450px) {
    .news-article header .article-teaser {
      float: right;
      width: 62%; } }
  .news-article header .article-teaser h3 {
    color: #156fd4;
    font-size: 1em;
    font-family: 'Lato', sans-serif; }
  .news-article header .article-teaser p {
    font-weight: 700; }
  .news-article header .article-info {
    clear: both; }

.related-news a {
  display: block;
  margin: 0 0 30px; }
  .related-news a h3 {
    color: #156fd4;
    margin: 0 0 10px;
    padding: 0;
    font-size: 0.875em;
    font-family: 'Lato', sans-serif; }
  .related-news a:hover h3, .related-news a:focus h3 {
    text-decoration: underline; }

/*  CONTACT STYLES  */
.google-map {
  padding: 2px 0 20px; }

.investor-investment label {
  position: relative;
  left: 0;
  letter-spacing: 0;
  display: block; }
  .investor-investment label span {
    font-size: 0.875em; }

.investor-investment span {
  font-size: 0.875em;
  padding: 0 15px 0 0; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #5b5b5b url(../images/cd-top-arrow.svg) no-repeat center 50%;
  background: rgba(91, 91, 91, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 2000; }
  .no-svg .cd-top {
    background: #5b5b5b url(../images/cd-top-arrow.png) no-repeat center 50%;
    background: rgba(91, 91, 91, 0.8) url(../images/cd-top-arrow.png) no-repeat center 50%; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.cd-top.cd-fade-out {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

/* =============================================================================
   
	STATE STYLES

   ========================================================================== */
.is-hidden {
  display: none; }

.no-js .is-hidden, .is-visible {
  display: block; }

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
