/* -------------------------------------------------------------------------

*  Site: Institute of Enhanced Livelihoods
* 
*
*  Curatrr of Cool
*  
*
*/

/* Body and structure
-------------------------------------------------- */

body {
  background-color: #f9f9f9;
  position: relative;
 
  font-weight: normal;
	font-style: normal;
}

  body.resources { background-color: #f0f0f0; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; }



/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-family: FuturaND-Bold;
  font-weight: normal;
	font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}

/* Change the docs' brand */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: left;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}


/* Sections
-------------------------------------------------- */

section > .page-header,
section > .lead {
  color: #272727;
}
section > ul li {
  margin-bottom: 5px;
}

/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}

/* Base class
------------------------- */

a { outline: none; }

a.button {
  background-color: #9fd067;
  border-radius: 6px;
    -webkit-border-radius: 6px;
  border-right: 48px solid #86c440;
  box-shadow: 2px 2px 0 #579115;
  color: white;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  overflow: visible;
  padding: 15px 20px 12px 20px;
  position: relative;
  text-shadow: 1px 0 0 rgba(0,0,0,.1);
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
  }

  a.button.red { background-color: #e21830; border-color: #d10019; box-shadow: 1px 1px 0 rgba(0,0,0,.1); }

  a.button.red:hover { background-color: #d10019; }

  a.button:hover { background-color: #86c440; text-decoration: none; }

  a.button:active { box-shadow: 0 0 0 transparent; left: 2px; top: 2px; }

  a.button.link {
    background-image: url('/img/bg_arrow.png');
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    padding-right: 50px;
    padding: 15px 50px 12px 20px !important;
    }

  a.watch-video { margin-right: 6px; }

  a.button span {
    background: transparent url('/img/svg/btn_arrow.svg') 0 0 no-repeat;
    background-size: 18px 16px;
      -webkit-background-size: 18px 16px;
    display: block;
    height: 18px;
    margin: -9px 0 0;
    position: absolute;
    right: -32px;
    top: 50%;
    width: 16px;
    }

  a.button.download span {
    background-image: url('/img/svg/btn_arrow_download.svg');
    background-size: 16px 18px;
      -webkit-background-size: 16px 18px;
    height: 16px;
    margin-top: -10px;
    right: -33px;
    width: 18px;
    }

    #home #masthead a.button { box-shadow: none; }
    #home #masthead a.button:active { top: 0; }

blockquote { padding: 0; margin: 0; border: none; }

/* Make it Count banner */

#mic {
  background: black url('/img/bg_mic.jpg') left top no-repeat;
  background-size: cover;
  color: white;
  padding: 60px 0;
  }

  #mic .callout {
    background: transparent url('/img/nikeplus.png') 810px 220px no-repeat;
    margin: 0 auto;
    max-width: 932px;
    width: auto;
    }

  #mic img { float: left; margin: 0 40px; }

  .touch #mic img { display: block; float: none; margin: 0 0 25px; } /* for mobile */

  #mic p {
    font-size: 25px;
    line-height: 31px;
    padding: 50px 0;
    }

  #mic a.orange {
    background-color: #ed6e00;
    border-color: #db6601;
    box-shadow: none;
    }

    #mic a.orange:hover { background-color: #db6601; }

/* LMAS Banner */

#lmas {
  background: #11c1db url('/img/bg_lmas.jpg') left top no-repeat;
  color: white;
  padding: 60px 0;
  text-align: center;
  width: 100%;
  }

  #lmas p {
    font-size: 25px;
    font-weight: 100;
    line-height: normal;
    margin: 38px auto;
    text-shadow: 1px 0 1px rgba(0,0,0,.1);
    width: 560px;
    }

#masthead {
  background: url('img/custom/bg2.png') center top no-repeat;
  background-color: #272727;
  background-size: cover;
    -webkit-background-size: cover;
  color: white;
  height: 750px;
  
  width: 100%;
  }

  #masthead .container { height: 100%; position: relative; width: 100%; }

  #masthead h1 {
	font-size: 53.5px;
	color:#f68c1f;
	line-height: 80px;
    font-family: Ubuntu;
	font-weight: 900;
    letter-spacing: 5px;
    margin: 284px 0 42px;
    padding: 0;
	text-align:center;
	text-shadow: 1px 1px 0px #da7813;
	text-transform:uppercase;
    
    }

  #masthead p {
	color:#edeaf1;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 60px;
    text-align:center;
	letter-spacing: 3px;
    }

  #masthead img#badge {
    bottom: -40px;
    height: 128px;
    position: absolute;
    right: 75px;
    width: 128px;
    z-index: 1000;
    }

/* Video Player */

#video {

  height: 1500px;
  padding-top: 700px;
  position: absolute;
  top: 0px;
  width: 100%;
  }

.darkslide {
  width: 100%;
  height: 0;
  background: #000;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  }

#video-holder {
  position: absolute;
  left: 50%;
  top: 400px;
  margin-left: -500px;
  margin-top: -270px;
  width: 810px;
  z-index: 9999999999;
  }

a#close-video {
  display: none;
  position: absolute;
  top: 340px;
  left: 50%;
  margin-top: -272px;
  margin-left: 440px;
  padding: 20px;
  width: 20px;
  height: 20px;
  background: black url('/img/svg/bg_close_video.svg') center center no-repeat;
  background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
  text-indent: -9000px;
  z-index: 99999999;
  }
  a#close-video._playing {
    display: block;
    }

/* Mailchimp */

#mailchimp {
  background-color: white;
  border-radius: 6px;
    -webkit-border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: none;
  height: 164px;
  opacity: 0;
  overflow: visible;
  padding: 40px;
  position: absolute;
  right: 486px;
  top: 150px;
  transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
  width: 290px;
  }

  #masthead #mailchimp { right: 65px; text-align: left !important; top: 69px; }

  #mailchimp.visible { display: block; opacity: 1; }

  #footer #mailchimp { bottom: 100px; right: 25px; top: auto; }

  #footer #mailchimp .tick { right: 39px; }

  #downloads-sticky .close-downloads,
  #downloads-footer .close-downloads,
  #mailchimp .close-form,
  #social-footer .close-social,
  #downloads-lead .close-downloads {
    background: transparent url('/img/svg/btn_close.svg') 0 0 no-repeat;
    background-size: 12px 12px;
      -webkit-background-size: 12px 12px;
    display: block;
    height: 12px;
    position: absolute;
    text-indent: -9999em;
    top: 15px;
    right: 15px;
    width: 12px;
    }

  #mailchimp .tick {
    background: transparent url('/img/bg_tick_down.png') 0 0 no-repeat;
    bottom: -9px;
    height: 9px;
    left: auto;
    position: absolute;
    right: 57px;
    width: 17px;
    z-index: 1000;
    }

    #masthead #mailchimp .tick {
      background-image: url('/img/bg_tooltip.png');
      bottom: auto;
      height: 8px;
      right: 97px;
      top: -7px;
      width: 16px;
      }

  #mailchimp label {
    color: #86c440;
    font-family: 'FuturaND-Bold';
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
    padding-right: 35px;
    text-transform: uppercase;
    }

  #home #mc_embed_signup #mce-EMAIL { float: left; width: 175px;}

  #mc_embed_signup #mc-embedded-subscribe {
    background-color: #9fd067;
    border: none;
    border-radius: 6px;
      -webkit-border-radius: 6px;
    color: white;
    display: inline-block;
    float: right;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 0 0 15px;
    overflow: visible;
    padding: 15px 15px 12px 15px;
    position: relative;
    text-shadow: 1px 0 0 rgba(0,0,0,.1);
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out;
      -moz-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      -webkit-transition: background-color 0.3s ease-in-out;
    }

    #home #mc_embed_signup #mc-embedded-subscribe { padding: 5px 15px; }

    .faq-list #mc_embed_signup #mc-embedded-subscribe { position: absolute; left: 225px; top: 15px; }

    #mailchimp #mc-embedded-subscribe:hover { background-color: #7eba39; }

  #mailchimp #mcd-EMAIL,
  #mailchimp input[type="email"] {
    padding: 10px 13px;
    width: 262px;
    }

  .faq-list #mc_embed_signup { position: relative; }

/* Masthead Downloads */

.home-downloads { display: inline-block; position: relative;; }

#downloads-sticky,
#downloads-footer,
#social-footer,
#downloads-lead {
  background-color: white;
  border-radius: 6px;
    -webkit-border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: none;
  height: auto;
  opacity: 0;
  overflow: visible;
  padding: 30px;
  position: absolute;
  right: 150px;
  text-align: left;
  top: 69px;
  transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
  width: 290px;
  }

  #home #downloads-sticky { right: 67px; padding-top: 50px; }

    #home #downloads-sticky .tick { right: 95px; }

  #downloads-footer,#social-footer {
    right: -80px;
    top: 210px;
    z-index: 9999;
    }

  #downloads-sticky.visible,
  #downloads-footer.visible,
  #social-footer.visible,
  #downloads-lead.visible { display: block; opacity: 1; }

  #connect li.download-report:hover #downloads-footer,
  #connect li.social:hover #social-footer { display: block; opacity: 1; }

  #downloads-sticky .tick,
  #downloads-footer .tick,
  #social-footer .tick,
  #downloads-lead .tick {
    background-image: url('/img/bg_tooltip.png');
    background-size: auto auto;
    bottom: auto;
    height: 8px;
    position: absolute;
    right: 63px;
    top: -7px;
    width: 16px;
    }

    #downloads-footer .tick, #social-footer .tick { left: auto; right: 50%; margin-right: -14px; }

  #downloads-sticky a.button,
  #downloads-footer a.button,
  #social-footer { margin-bottom: 20px; }

  #downloads-footer a.dl-info {margin-bottom: 0; }

  #downloads-sticky p,
  #downloads-footer p,
  #home #mc_embed_signup label,
  .faq-list #mc_embed_signup {
    color: #717171;
    font-size: 12px;
    padding: 0;
    margin: 0 0 25px;
    text-transform: uppercase;
    text-shadow: none !important;
    }

    #home #mc_embed_signup label { margin: 20px 0 5px; }

    #downloads-lead {
      right: -38px;
      z-index: 9999;
      }

      #downloads-lead .tick { right: 50%; }

/* Message Us */

#message-us {
  background-color: white;
  border-radius: 6px;
    -webkit-border-radius: 6px;
  bottom: 90px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  height: auto;
  left: 20px;
  opacity: 0;
  overflow: visible;
  max-width: 290px;
  min-width: 290px;
  padding: 40px;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  width: auto;
  z-index: 99999;
  }

  #message-us.visible { opacity: 1; visibility: visible; }

#message-us .tick {
  background: transparent url('/img/bg_tick_down.png') 0 0 no-repeat;
  bottom: -9px;
  height: 9px;
  left: 50px;
  position: absolute;
  width: 17px;
  z-index: 1000;
  }

#message-us label,
#message-us h2 {
  color: #86c440;
  font-family: 'FuturaND-Bold';
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 15px;
  padding-right: 35px;
  text-transform: uppercase;
  }

  #message-us label.error {
    color: red;
    display: none;
    font-family: 'FuturaNDBook';
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: none;
    }

#message-us .close-message {
  background: transparent url('/img/svg/btn_close.svg') 0 0 no-repeat;
  background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
  display: block;
  height: 12px;
  position: absolute;
  text-indent: -9999em;
  top: 15px;
  right: 15px;
  width: 12px;
  }

#message-us input[type="submit"] {
  background-color: #9fd067;
  border: none;
  border-radius: 6px;
    -webkit-border-radius: 6px;
  color: white;
  display: inline-block;
  float: right;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  overflow: visible;
  padding: 15px 15px 12px 15px;
  position: relative;
  text-shadow: 1px 0 0 rgba(0,0,0,.1);
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
  }

  #message-us input[type="submit"]:hover { background-color: #7eba39; }

#message-us #mu-name,
#message-us #mu-email,
#message-us textarea {
  resize: none;
  width: 96%;
  }

  #message-us textarea { height: 200px; }

#message-us #error { color: red; }

/* Global Nav */

#masthead nav#global h1,
#home #masthead nav#global ul li.download-btn { display: none; }

#masthead nav#global ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 32px;
  width: 100%;
  }

  #masthead nav#global ul li {
    display: inline-block;
    float: left;
    margin: 0 50px 0 0;
    padding: 0;
    }

    #masthead nav#global ul li.educate,
    #masthead nav#global ul li.background { float: none; margin: 0; position: relative; }

      #masthead nav#global ul li.educate { margin-right: 36px; }
      #masthead nav#global ul li.background { margin-left: 36px; }

    #masthead nav#global ul li.subnav ul {
      background-color: black;
      background-color: rgba(0,0,0,0.8);
      border-radius: 6px;
      height: auto;
      opacity: 0;
      margin: -20px 0 0 -25px;
      padding: 72px 25px 0;
      position: absolute;
      text-align: left;
      top: 0;
      transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
      width: 100px;
      z-index: 0;
      }

      #masthead nav#global ul li.background.subnav ul { width: 182px; }

      #masthead nav#global ul li.subnav ul li { margin-right: 0; }

      #masthead nav#global ul li.subnav:hover ul { opacity: 1; }

      #home #masthead nav#global.sticky ul li.subnav ul,
      #masthead.sticky nav#global ul li.subnav ul {
        opacity: 0;
        padding-top: 85px;
        position: absolute;
        top: 0;
        }

        #home #masthead nav#global ul li.subnav:hover ul,
        #masthead.sticky nav#global ul li.subnav:hover ul { opacity: 1; }

        #masthead nav#global.sticky ul li.subnav ul a { color: white !important; }

        #masthead nav#global.sticky ul li.subnav ul a:hover { color: ; }

    #masthead nav#global ul li.download-btn,
    #masthead nav#global ul li.facebook,
    #masthead nav#global ul li.twitter,
    #masthead nav#global ul li.signup { position: absolute; right: 0; top: -12px; }

    #masthead nav#global ul li.facebook { right: 51px; }
    #masthead nav#global ul li.download-btn { right: 102px; }
    #masthead nav#global ul li.signup { margin-right: 0; right: 153px; }

    .background #masthead nav#global ul li.download-btn,
    #page-faq #masthead nav#global ul li.download-btn { right: 153px; }

    #masthead nav#global ul li.download-btn a + span,
    #masthead nav#global ul li.facebook a + span,
    #masthead nav#global ul li.twitter a + span,
    #masthead nav#global ul li.signup a + span {
      background-color: #fdfdfd;
      border-radius: 6px;
      bottom: -50px;
      box-shadow: 2px 0 5px rgba(0,0,0,0.5);
        -webkit-box-shadow: 2px 0 5px rgba(0,0,0,0.5);
      color: #707070;
      font-size: 12px;
      left: -70px;
      letter-spacing: 1px;
      opacity: 0;
      padding: 10px 0 8px;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
      visibility: hidden;
      width: 175px;
      z-index: 999;
      }

      #masthead nav#global ul li.download-btn a + span { left: -85px; width: 205px; }

      #masthead nav#global ul li.twitter a + span { left: -100px; width: 155px; }

      #masthead nav#global ul li.download-btn a:hover + span,
      #masthead nav#global ul li.facebook a:hover + span,
      #masthead nav#global ul li.twitter a:hover + span,
      #masthead nav#global ul li.signup a:hover + span { opacity: 1; visibility: visible; }

      #masthead nav#global ul li.facebook a + span span,
      #masthead nav#global ul li.twitter a + span span,
      #masthead nav#global ul li.download-btn a + span span,
      #masthead nav#global ul li.signup a + span span {
        background: transparent url('/img/bg_tooltip.png') 0 0 no-repeat;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        display: block;
        height: 8px;
        left: 50%;
        margin-left: -8px;
        padding: 0;
        position: absolute;
        top: -7px;
        width: 16px;
        }

        #masthead nav#global ul li.twitter a + span span { left: 76%; }

  #masthead nav#global ul li a {
    color: rgba(255,255,255,1);
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.1s ease-in-out;
      -moz-transition: color 0.1s ease-in-out;
      -o-transition: color 0.1s ease-in-out;
      -webkit-transition: color 0.1s ease-in-out;
    }

    #masthead nav#global ul#historyNav li a { color: rgba(0,0,0,0.5); }

    #masthead nav#global ul li.current a,
    #masthead nav#global.sticky ul li.contents > a { font-family: 'FuturaND-Bold'; }

    #masthead nav#global ul li.download-btn a,
    #masthead nav#global ul li.facebook a,
    #masthead nav#global ul li.twitter a,
    #masthead nav#global ul li.signup a {
      background: rgba(159,208,103,0) url('/img/svg/connect_facebook.svg') center center no-repeat;
      background-size: 8px 16px;
        -webkit-background-size: 8px 16px;
      border-radius: 18px;
        -webkit-border-radius: 18px;
      display: inline-block;
      height: 36px;
      text-indent: -9999em;
      transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        -webkit-transition: background-color 0.3s ease-in-out;
      width: 36px;
      }

      #masthead nav#global ul li.twitter a {
        background-image: url('/img/svg/connect_twitter.svg');
        background-size: 17px 12px;
          -webkit-background-size: 17px 12px;
        }

      #masthead nav#global ul li.download-btn a {
        background-image: url('/img/svg/connect_download.svg');
        background-size: 13px 11px;
          -webkit-background-size: 13px 11px;
        }

      #masthead nav#global ul li.signup a {
        background-image: url('/img/svg/connect_email.svg');
        background-size: 20px 14px;
          -webkit-background-size: 20px 14px;
        }

      #masthead nav#global ul li.download-btn a:hover,
      #masthead nav#global ul li.facebook a:hover,
      #masthead nav#global ul li.twitter a:hover { background-color: rgba(159,208,103,1); }

#masthead nav#global ul ul {
  opacity: 0;
  padding-top: 35px;
  top: 15px;
  transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
  width: auto;
  }

  /* -- hiding since the subnav only shows on sticky now --
   #masthead nav#global ul li.contents:hover ul { opacity: 1; } */

#masthead nav#global ul ul li {
  clear: both;
  display: block;
  margin-bottom: 25px;
  }

  #masthead nav#global ul ul li a:hover,
  #masthead nav#global ul ul li a.current,
  .resources #masthead nav#global ul ul li a.nav-resources,
  #masthead nav#global.sticky ul li.subnav ul a:hover,
  #masthead nav#global.sticky ul li.subnav ul a.current { color: #eb6e1e !important; }

  #masthead nav#global ul li.background ul li a:hover,
  #masthead nav#global ul li.background ul li a.current,
  .champions #masthead nav#global ul li.background ul li a.nav-champions,
  .programs #masthead nav#global ul li.background ul li a.nav-programs,
  #masthead nav#global.sticky ul li.background ul a:hover { color: #86c440 !important; }

  #masthead nav#global ul ul li.future a:hover,
  #masthead nav#global ul ul li.critical-window a:hover,
  #masthead nav#global ul ul li.take-action a:hover { color: #86c440; }

/* Scroll Arrows Animations */

@keyframes fadeOne {
  0%    { opacity: 0.1; }
  50%   { opacity: 0.4; }
  100%  { opacity: 0.1; }
  }

@-moz-keyframes fadeOne {
  0%    { opacity: 0.1; }
  50%   { opacity: 0.4; }
  100%  { opacity: 0.1; }
  }

@-o-keyframes fadeOne {
  0%    { opacity: 0.1; }
  50%   { opacity: 0.4; }
  100%  { opacity: 0.1; }
  }

@-webkit-keyframes fadeOne {
  0%    { opacity: 0.1; }
  50%   { opacity: 0.4; }
  100%  { opacity: 0.1; }
  }

  div#scrolly {
    left: 7%;
    position: absolute;
    text-align: center;
    /*top: 520px;*/
    top: 120px;
    width: 100px;
    }

    div#scrolly p {
      font-family: 'FuturaNDBook';
      font-size: 14px;
      margin: 0;
      padding: 0 0 15px;
      opacity: 0.2;
      text-transform: uppercase;;
      }

  div.scroll {
    animation: fadeOne 2s ease infinite;
      -moz-animation: fadeOne 2s ease infinite;
      -o-animation: fadeOne 2s ease infinite;
      -webkit-animation: fadeOne 2s ease infinite;
    background: transparent url('/img/bg_arrow_scroll.png') 0 0 no-repeat;
    height: 23px;
    margin: 0 auto 5px;
    opacity: 0.1;
    width: 44px;
    }

    div.scroll.two {
      animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
      }

    div.scroll.three {
      animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
      }

/* Sticky Nav */

@keyframes fadeIn {
  from { top: -84px; }
  to   { top: 0; }
  }

@-moz-keyframes fadeIn {
  from { top: -84px; }
  to   { top: 0; }
  }

@-o-keyframes fadeIn {
  from { top: -84px; }
  to   { top: 0; }
  }

@-webkit-keyframes fadeIn {
  from { top: -84px; }
  to   { top: 0; }
  }

#home nav#global.sticky {
  animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
  background-color: black;
  display: block;
  height: 84px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  }

  #home nav#global.sticky h1,
  #masthead.sticky h1 {
    display: inline-block;
    font-size: 16px;
    left: 0;
    letter-spacing: 5px;
    line-height: normal;
    margin: 32px 0 0 50px;
    position: absolute;
    z-index: 999;
    }

  #masthead nav#global ul li.contents { padding-left: 50px; }

  #home #masthead nav#global.sticky ul li.download-btn { display: block; }

  #masthead nav#global.sticky ul li.download-btn a,
  #masthead nav#global.sticky ul li.facebook a,
  #masthead nav#global.sticky ul li.twitter a,
  #masthead nav#global.sticky ul li.signup a,
  #masthead.sticky nav#global ul li.download-btn a,
  #masthead.sticky nav#global ul li.facebook a,
  #masthead.sticky nav#global ul li.twitter a,
  #masthead.sticky nav#global ul li.signup a { background-color: rgba(37,37,37,1); }

  #
  nav#global ul li.download-btn a:hover,
  #masthead nav#global ul li.facebook a:hover,
  #masthead nav#global ul li.twitter a:hover,
  #masthead nav#global ul li.signup a:hover { background-color: rgba(159,208,103,1); }

  #home #masthead nav#global.sticky ul ul {
    display: block;
    opacity: 1;
    position: fixed;
    top: 125px;
    }



    #masthead nav#global.sticky ul ul a:hover { color: rgba(0,0,0,1) !important; }

    .secTwo #masthead nav#global.sticky ul ul li.situation a,
    .secThree #masthead nav#global.sticky ul ul li.costs-consequences a,
    .secFour #masthead nav#global.sticky ul ul li.future a,
    .secFive #masthead nav#global.sticky ul ul li.critical-window a {
      background: none !important;
      color: rgba(0,0,0,0.5) !important;
      font-family: 'FuturaNDBook' !important;
      }

      .secTwo #masthead nav#global.sticky ul ul li.situation a:hover,
      .secThree #masthead nav#global.sticky ul ul li.costs-consequences a:hover,
      .secFour #masthead nav#global.sticky ul ul li.future a:hover,
      .secFive #masthead nav#global.sticky ul ul li.critical-window a:hover {
        color: rgba(0,0,0,1) !important;
        }

      .secOne #masthead nav#global.sticky ul ul li.situation a,
      .secTwo #masthead nav#global.sticky ul ul li.costs-consequences a,
      .secThree #masthead nav#global.sticky ul ul li.future a,
      .secFour #masthead nav#global.sticky ul ul li.critical-window a,
      .secFive #masthead nav#global.sticky ul ul li.take-action a {
        /* background: transparent url('/img/svg/nav_active_arrow.svg') 100% 0 no-repeat; */
        color: rgba(0,0,0,0.5);
        font-family: 'FuturaND-Bold';
        padding-right: 23px;
        }

/* Sticky Masthead */

#masthead.sticky {
  background-color: black;
  background-image: none;
  height: 84px;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 100000;
  }

  #masthead.sticky .container { height: auto; }

  #masthead.sticky h1 {
    font-size: 16px;
    letter-spacing: 5px;
    line-height: normal;
    position: absolute;
    z-index: 9999;
    }

    #masthead h1 a,
    #masthead h1 a:hover { color: white; text-decoration: none; }

.intro {
  /* background: #fdeac4 url('/img/bg_stopped_moving.jpg') center top no-repeat; */
  background-color: #eb6e1e;
  position: relative;
  background-position: center top;
  background-size: cover;
    -webkit-background-size: cover;
  height: auto;
  padding: 160px 0 120px;
  color: white;
  }
  
  .intro2 {
  /* background: #f5f2ec url('/img/bg_stopped_moving.jpg') center top no-repeat; */
  background-color: #f5f2ec;
  position: relative;
  background-position: center top;
  background-size: cover;
    -webkit-background-size: cover;
  height: auto;
  padding: 160px 0 120px;
  color: #272727;
  text-shadow: none;
  }
  
   .intro2 h2{
  
  color: #272727;
  text-shadow: none;
  }
  
  .intro2 p{
  
  color: #272727;
  text-shadow: none;
  }
  
   .intro3 {
  /* background: #fcf9f4 url('/img/bg_stopped_moving.jpg') center top no-repeat; */
  background-color: #fcf9f4;
  position: relative;
  background-position: center top;
  background-size: cover;
    -webkit-background-size: cover;
  height: auto;
  padding: 160px 0 120px;
  color: #272727;
  text-shadow: none;
  }
  
   .intro3 h2{
  
  color: #272727;
  text-shadow: none;
  }
  
  .intro3 p{
  
  color: #272727;
  text-shadow: none;
  }
  .intro3 lead{
  
  color: #272727;
  text-shadow: none;
  }
  .intro4 {
  /* background: #fbfbfb url('/img/bg_stopped_moving.jpg') center top no-repeat; */
  background-color: #fbfbfb;
  position: relative;
  background-position: center top;
  background-size: cover;
    -webkit-background-size: cover;
  height: auto;
  padding: 160px 0 120px;
  color: #272727;
  text-shadow: none;
  }
  
   .intro4 h2{
  
  color: #272727;
  text-shadow: none;
  }
  
  .intro4 p{
  
  color: #272727;
  text-shadow: none;
  }
  .intro5 {
  /* background: #fbfbfb url('/img/bg_stopped_moving.jpg') center top no-repeat; */
  background-color: #fbfbfb;
  position: relative;
  background-position: center top;
  background-size: cover;
    -webkit-background-size: cover;
  height: auto;
  padding: 160px 0 120px;
  color: #272727;
  text-shadow: none;
  }
  
   .intro5 h1{
  font-size:28.5px;
  color: #f6a858;
  text-shadow: none;
  }
   .intro5 h2{
  font-size:18px;
  color: #272727;
  text-shadow: none;
  line-height: 0;
font-weight: 400;
  }
  
  .intro5 p{
  
  color: #272727;
  text-shadow: none;
  }
  .intro.green { background-color: #272727; }
  .intro.white { 
  background-color: #ffffff; 
  position: relative;
  background-position: center top;
  background-size: cover;
    -webkit-background-size: cover;
  height: auto;
  padding: 160px 0 120px;
  color: f68c1f;
  text-shadow: 1px 1px 0px #da7813;
  }
  .intro.white  p { 
    
    color:#f68c1f;
    font-size: 21px;
    line-height: 41px;
	font-weight:400;
    margin: 10px 0px 30px;
    text-shadow: 0px 0px 0px #da7813;
}
.intro.white  h2 { 
    
    color:#f68c1f;
    font-size: 38px;
    line-height: 41px;
	font-weight:400;
    margin: 10px 0px 0px;
    text-shadow: 1px 1px 0px #da7813;
}
.intro.white  h1 { 
    
    
    margin: 0px 0px 45px;
	
}

  .intro.dark  { 
    background-color: #3f3f3f; 
    color:#f68c1f;
    font-size: 21px;
    line-height: 41px;
    margin: 0px 0px 30px;
    text-shadow: 1px 1px 0px #da7813;
}
.intro.dark  p { 
    
    color:#f68c1f;
    font-size: 21px;
    line-height: 41px;
	font-weight:400;
    margin: 40px 0px 30px;
    text-shadow: 0px 0px 0px #da7813;
}
 .intro.darks { 
    background-color: #3f3f3f; 
    color:#272727;
    font-size: 21px;
    line-height: 41px;
    margin: 0px 0px 30px;
    text-shadow: 1px 1px 0px #da7813;
}
.intro.darks  p { 
    
    color:#272727;
    font-size: 21px;
    line-height: 41px;
	font-weight:400;
    margin: 40px 0px 30px;
    text-shadow: 0px 0px 0px #da7813;
}

.intro.darks  h1 { 
    
    color:#272727;
    
    text-shadow: 0px 0px 0px #da7813;
}
  }

  .intro.ask { padding: 60px 0 40px; }

  .intro.ask .row {
    background-image: url('/img/bg_ask1_intro.png');
    background-position: 244px 0;
    background-size: 260px 273px;
    background-repeat: no-repeat;
    }

    .intro.ask.two .row { background-image: url('/img/bg_ask2_intro.png'); background-size: 211px 235px; }

  /*
#costs-and-consequences .intro  { background-image: url('/img/bg_section_2.jpg'); }
  #human-costs .intro     { background-image: url('/img/bg_section_3.jpg'); }
  #the-critical-window .intro      { background-image: url('/img/bg_section_4.jpg'); }
  #best-chance .intro     { background-image: url('/img/bg_section_5.jpg'); }
  #take-action .intro { background-image: url('/img/bg_section_6.jpg'); height: 1257px; }
  #connect .intro         { background-image: url('/img/bg_section_7.jpg'); height: 786px; }
  #champions .intro       { background-image: url('/img/bg_background.jpg'); height: 458px; margin-top: 84px; }
  #faq .intro             { background-image: url('img/custom/service.png'); height: 450px; margin-top: 154px; }
*/
	#faq2 .intro             { background-image: url('img/custom/service.png'); height: 450px; margin-top: 30px; }	
	#faq3 .intro             { background-image: url('img/custom/service2.png'); height: 450px; margin-top: 54px; }
	#faq4 .intro             { background-image: url('img/custom/service3.png'); height: 650px; margin-top: 0px; }	
#faq5 .intro             { background-image: url('img/custom/clients.png'); height: 450px; margin-top: 54px; }
#faq6 .intro             { background-image: url('img/custom/strength.png'); height: 450px; margin-top: 54px; }
#faq66 .intro             { background-image: url('img/custom/1do2oZx.jpg'); height: 10px; margin-top: 0px; }
#faq7 .intro             { background-image: url('img/custom/governance.png'); height: 450px; margin-top: 54px; }	
#faq8 .intro             { background-image: url('img/custom/contact2.png'); height: 450px; margin-top: 54px; }	
#faq9 .intro             { background-image: url('img/custom/short.png'); height: 450px; margin-top: 54px; }				
  #take-action .intro { background-image: url('/img/bg_section_6.jpg'); }
  #connect .intro   { background-color: black; background-image: url('/img/bg_section_7.jpg'); padding-bottom: 100px; }
  #champions .intro { background-image: url('img/custom/children.png'); height: 100%; margin-top: 58px; }
  
  #faq .intro       { background-image: url('img/custom/contact.png'); height: 1000px; margin-top: 44px; }
  #programs .leading  { background-image: url('img/custom/child.png'); height: auto; margin: 0; }
  #programs .leading2  { background-image: url('img/custom/surri.png'); height: auto; margin: 0; }
	
  #champions .educate {
    background-image: url('img/custom/contact.png');
    background-position: center 60px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: auto;
    padding-bottom: 180px;
    padding-top: 75px;
    }

  #connect .intro,
  #champions .intro,
  #faq2 .intro ,
  #faq3 .intro ,
  #faq4 .intro ,
  #faq5 .intro ,
  #faq6 .intro ,
   #faq7 .intro ,
   #faq8 .intro ,
    #faq9 .intro ,
  #faq .intro { padding: 0; }

  #connect .container { position: relative; }

section article .tick {
  background: transparent url('img/custom/compasss.png') 0 0 no-repeat;
  
  bottom: -35px;
  height: 80px;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  width: 69px;
  z-index: 1000;
  }

  section article .tick2 {
  background: transparent url('img/custom/30.png') 0 0 no-repeat;
  
  bottom: -35px;
  height: 128px;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  width: 128px;
  z-index: 1000;
  }
  
  section article.green .tick { background-image: url('/img/svg/bg_arrow_green.svg'); }

  section article.green .tick.alt { background-image: url('/img/svg/bg_arrow_green_alt.svg'); }

section article h2 {
  color:#ffffff;
  font-family: ubuntu;
  font-size: 21.5px;
  letter-spacing: 1px;
  line-height: 14px;
  margin: 0 0 35px;
  padding: 0;
  text-shadow: 1px 0 0 rgba(0,0,0,.3);
  text-transform: uppercase;
  }
  section article.intro h2 {
  color:#f68c1f;
  font-family: ubuntu;
  font-size: 78.5px;
  letter-spacing: 1px;
  line-height: 74px;
  margin: 0 0 60px;
  padding: 0;
  text-shadow: 1px 1px 0px rgb(218, 120, 19);
  text-transform: uppercase;
  }
   section article.intro h3 {
  color:#ffffff;
  font-family: ubuntu;
  font-size: 58.5px;
  letter-spacing: 1px;
  line-height: 74px;
  margin: 0 0 60px;
  padding: 0;
  text-shadow: 1px 1px 0px rgb(218, 120, 19);
  text-transform: uppercase;
  }

  section article.educate h2 { color: #ffffff; text-shadow: none; margin: 0 0 10px; font-family:ubuntu;}

  section#the-critical-window article h2 { margin-bottom: 20px; }

  #champions article h2,
  #connect article h2 { margin-top: 175px; }
  
  #faq article h2 { margin-top: 175px; 
 
  }
  #faq2 article h2 { margin-top: 175px; 
 
  }
   #faq5 article h2 { margin-top: 175px; 
 
  }
	 #faq6 article h2 { margin-top: 175px; 
 
  }
   #faq7 article h2 { margin-top: 35px; 
 
  }
#faq8 article h2 { margin-top: 35px; 
 
  }
  #faq9 article h2 { margin-top: 145px; 
 
  }
  
section article h3 {
  color: #6d6e70;
  font-family: 'ubuntu';
  font-size: 32px;
  letter-spacing: 1px;
  margin: 0 0 25px;
  text-transform: uppercase;
  }
  section article.intro h5 {
  color: #ffffff;
  font-family: 'Helvetica';
  font-size: 21px;
  letter-spacing: 1px;
  margin: 0 0 0;
  text-transform: none;
  }
   section article.intro h4 {
  color: #f68c1f;
  font-family: 'Helvetica';
  font-size: 21px;
  letter-spacing: 1px;
  margin: 0 0 155px;
  text-transform: none;
  }
section article p {
  font-size: 18px;
  line-height: 41px;
  margin: 0 0 30px;
  text-shadow: 1px 0 0 rgba(0,0,0,.3);
  }
  section article.intro p {
  color:#ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 41px;
  margin: 0 0 10px;
  text-shadow: none;
  }
  
    section article.intro a {
  color:#e8851f;
  font-size: 21px;
  font-weight: 400;
  line-height: 41px;
  margin: 0 0 10px;
  text-shadow: none;
  text-decoration:none;
  }
     section article.intro a:hover {
  color:#db8021;
  font-size: 21px;
  font-weight: 400;
  line-height: 41px;
  margin: 0 0 10px;
  text-shadow: none;
  }
  section article.intro li {
  color:#f68c1f;
  font-size: 21px;
  font-weight: 400;
  line-height: 41px;
  margin: 0 15px 10px;
  text-shadow: none;
  }

  section#champions article p { padding-top: 175px; }

    section#champions article p + p { padding-top: 20px; }

  section#champions article.educate p { color: #ffffff; text-shadow: none; line-height: 11px;}
  
  section#champions article.educate h3 { text-shadow: none; line-height: 11px; font-family:ubuntu; font-size:24px; color: #e1e1e1;  padding-top: 20px }

  section#champions article.educate p  a{ color: #ffffff;}
  
  section#champions article h3 { float: left; margin-top: 35px; }

section article p a {
  color: #9FD067;
  text-decoration: underline;
  }

  section article p a:hover { color: #7EBA3D; }

blockquote {
  background: white url('/img/bg_blockquote_1.jpg') center top no-repeat;
  background-size: cover;
    -webkit-background-size: cover;
  border: none;
  color: #ff7319;
  height: 530px;
  }

  blockquote.green { color: #91c952; }

  blockquote.inactivity { background-image: url('/img/bg_blockquote_2.jpg'); }
  blockquote.bankrupt   { background-image: url('/img/bg_blockquote_3.jpg'); }
  blockquote.expectancy { background-image: url('/img/bg_blockquote_4.jpg'); }
  blockquote.new-idea   { background-image: url('/img/bg_blockquote_5.jpg'); }
  blockquote.focus      { background-image: url('/img/bg_blockquote_6.jpg'); }

  blockquote .container { display: table; height: 100%; }

  blockquote .row { display: table-cell; vertical-align: middle; }

  blockquote p {
    font-size: 40px;
    line-height: 60px;
    padding-top: 0;
    vertical-align: middle;
    }

    blockquote .span8 { position: relative; }

    blockquote p:before {
      content: url('/img/svg/bg_quote_left.svg');
      height: 40px;
      left: -79px;
      position: absolute;
      width: 49px;
      }

    blockquote p:after {
      content: url('/img/svg/bg_quote_right.svg');
      height: 40px;
      margin: 10px 0 0 15px;
      position: relative;
      top: 10px;
      width: 49px;
      }

      blockquote.inactivity p:after {
        bottom: 10px;
        margin: 0;
        position: absolute;
        right: -25px;
        top: auto;
        }

      blockquote.green p:before { content: url('/img/svg/bg_quote_left_green.svg'); }
      blockquote.green p:after  { content: url('/img/svg/bg_quote_right_green.svg'); }

section article.program-list {
  background-color: #eae9e9;
  background-image: none;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 120px 0 82px;
  position: relative;
  }

  section article.program-list.two { padding-bottom: 210px; }

  section article.program-list img.program-detail {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    }

/* Tabs for Human Capital Model and Programs */

.ask-default {
  background-color: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  height: 690px;
  padding: 50px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 475px;
  z-index: 9;
  }

  .ask-default.two { height: 500px; }

a.close-program {
  background: transparent url('/img/program_close.png') 0 0 no-repeat;
  display: block;
  height: 52px;
  position: absolute;
  right: -26px;
  text-indent: -9999em;
  top: -26px;
  width: 52px;
  z-index: 999;
  }

ul.tabs {
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  list-style: none;
  margin: 0 auto;
  position: relative;
  width: 830px;
  }

  .model-tooltip .tabs {
    margin: 0;
    width: 263px;
    }

  ul.tabs li {
    border-bottom: 1px solid #dfdfdf;
    width: 263px;
    }

  ul.tabs li.first a.orgs { border-top-left-radius: 8px; }
  ul.tabs li.last a.orgs  { border-bottom-left-radius: 8px; }

  .model-tooltip ul.tabs li.first a.orgs { border-top-right-radius: 8px; }
  .model-tooltip ul.tabs li.last a.orgs  { border-bottom-right-radius: 8px; }

  .model-tooltip ul.tabs li.view-all a.orgs {
    background-image: url('/img/bg_asterisk.png');
    background-position: 50px -27px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    padding-top: 30px;
    }

  ul.tabs li.last { border: none; }

  ul.tabs a.orgs {
    background: rgb(255,255,255) url('/img/bg_programs_arrow_off.png') center right no-repeat;
    color: #8a8a8a;
    display: block;
    font-family: 'FuturaND-Bold';
    font-size: 16px;
    line-height: 18px;
    opacity: 0.7;
    padding: 23px 75px 23px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
    z-index: 2;
    }

    .program-list ul.tabs a.orgs { padding-bottom: 43px; }

    ul.tabs a.orgs:hover { opacity: 1; text-decoration: none; }

    ul.tabs a.orgs i {
      display: block;
      font-size: 12px;
      font-style: normal;
      position: absolute;
      transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
      z-index: 0;
      }

      ul.tabs a.orgs:hover i { color: #86c440; }
      ul.tabs a.orgs.show:hover i { color: white; }

  ul.tabs .view-all a.orgs {
    background-color: #a7a7aa;
    color: white;
    opacity: 1;
    padding-right: 55px;
    }

    ul.tabs .view-all a.orgs:hover {
      background-color: white;
      color: #8a8a8a;
      }

  ul.tabs a.orgs.show {
    background-color: #86c440;
    background-image: url('/img/bg_programs_arrow_on.png');
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: white;
    margin-left: -20px;
    opacity: 1;
    padding-left: 40px;
    }

    ul.tabs a.orgs.show i,
    ul.tabs a.orgs.show:hover i { opacity: 0.6 !important; }

  ul.tabs li div {
    background-color: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
    height: 715px;
    padding: 50px;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 488px;
    z-index: 99;
    }

    ul.tabs.two li div { height: 650px; }

    ul.tabs li div.show { display: block; }

    .model-tooltip ul.tabs li div {
      height: 515px;
      right: -595px;
      width: 498px;
      }

    ul.tabs li div#view-all {
      height: auto;
      left: -20px;
      padding: 0 0 50px;
      right: auto;
      width: 890px;
      }

      ul.tabs li div#view-all div {
        box-shadow: none;
        display: inline-block;
        float: left;
        position: relative;
        right: auto;
        top: auto;
        width: 340px;
        }

  ul.tabs li div header {
    border-bottom: 2px solid #86c440;
    margin-bottom: 30px;
    position: relative;
    }

    ul.tabs li div header h2 {
      color: #77b630;
      font-size: 32px;
      line-height: 38px;
      margin: 0;
      padding-bottom: 25px;
      padding-right: 125px;
      }

    ul.tabs li div header h3 {
      color: #9fd067;
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 10px;
      text-transform: none;
      }

    ul.tabs li div header img {
      bottom: 25px;
      position: absolute;
      right: 0;
      }

  ul.tabs li div h5 {
    color: #6d6e70;
    font-family: 'FuturaND-Bold';
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    }

  ul.tabs li div p {
    color: #6d6e70;
    font-size: 18px;
    line-height: 38px;
    text-shadow: none;
    }

  ul.tabs li ul li {
    border: none;
    color: #6d6e70;
    font-size: 16px;
    line-height: 22px;
    list-style: disc;
    margin-bottom: 15px;
    width: 100%;
    }

  ul.tabs li div a.button,
  .partners ul li div a.button {
    background-image: url('/img/bg_arrow.png');
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    margin-right: 25px;
    padding-right: 50px;
    }

    .partners ul li div a.button { margin-right: 0; }

/* Graphs */

.graph {
  padding: 140px 0;
  }

  .graph.levels {
    background-color: #fff;
    padding-top: 200px;
    }

  .graph p {
    color: #b0b0b0;
    font-size: 18px;
    line-height: 32px;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    }

  .graph p.block {
    font-family: 'FuturaND-Bold';
    font-size: 24px;
    line-height: 34px;
    margin: 70px 0 0;
    padding: 40px 0 38px;
    }

  .graph p.orange {
    border-bottom: 2px solid #eb6e1e;
    border-top: 2px solid #eb6e1e;
    color: #eb6e1e;
    text-transform: uppercase;
  }

.graph .graph-cycle { height: 540px; position: relative; }

  .graph img {
    border-top: 1px solid #e3e3e3;
    left: 0;
    margin-top: 0;
    padding-top: 10px;
    position: absolute;
    top: 10px;
    }

  .graph-cycle img.graph-two { opacity: 0; }

  .graph-cycle:hover img.graph-one { opacity: 0; }
  .graph-cycle:hover img.graph-two { opacity: 1; }

.capital-model {
  background-color: white;
  height: auto;
  }

  .capital-model .span9 { position: relative; }

.capital-model p.desc {
  color: #9fd067;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  right: 40px;
  text-align: center;
  text-transform: uppercase;
  top: 350px;
  width: 250px;
  z-index: 100;
  }

.capital-model .model-tooltip {
  background: white url('/img/svg/human_capital_model.svg') 325px 0 no-repeat;
  background-size: 510px 492px;
    -webkit-background-size: 510px 492px;
  height: 510px;
  margin: 100px 0 0;
  padding: 0;
  position: relative;
  width: 100%;
  }

  .capital-model .model-tooltip.intellectual { background-image: url('/img/svg/human_capital_model_intellectual.svg'); }
  .capital-model .model-tooltip.financial    { background-image: url('/img/svg/human_capital_model_financial.svg'); }
  .capital-model .model-tooltip.physical     { background-image: url('/img/svg/human_capital_model_physical.svg'); }
  .capital-model .model-tooltip.emotional    { background-image: url('/img/svg/human_capital_model_emotional.svg'); }
  .capital-model .model-tooltip.individual   { background-image: url('/img/svg/human_capital_model_individual.svg'); }
  .capital-model .model-tooltip.social       { background-image: url('/img/svg/human_capital_model_social.svg'); }

  .no-svg .capital-model ul.model-tooltip { background-image: url('/img/fallback/human_capital_model.png'); }

  .capital-model ul.model-tooltip li {
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

    .capital-model ul.model-tooltip li ul { margin-bottom: 18px; margin-left: 15px; }

    .capital-model ul.model-tooltip li li { list-style: disc; margin-bottom: 5px; position: inherit; }

  .capital-model ul.model-tooltip li a {
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 100px;
    z-index: 1000;
    }

    .capital-model ul.model-tooltip li.intellectual a { left: 40px; top: 82px; }
    .capital-model ul.model-tooltip li.financial a    { left: 157px; top: 2px; }
    .capital-model ul.model-tooltip li.physical a     { left: 285px; top: 82px; }
    .capital-model ul.model-tooltip li.emotional a    { left: 285px; top: 225px; }
    .capital-model ul.model-tooltip li.individual a   { left: 157px; top: 300px; }
    .capital-model ul.model-tooltip li.social a       { left: 40px; top: 225px; }

  .capital-model ul.model-tooltip li .copy {
    background-color: white;
    border-radius: 5px;
      -webkit-border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
      -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    font-size: 13px;
    height: 404px;
    opacity: 0;
    padding: 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out;
    width: 320px;
    z-index: 1000;
    }

    .capital-model ul.model-tooltip li a:hover + div.copy,
    .capital-model ul.model-tooltip li.financial a:hover + div.copy { cursor: pointer; opacity: 1; }

    .capital-model ul.model-tooltip li .copy h4 {
      border-bottom: 2px solid #86c440;
      border-top: 2px solid #86c440;
      color: #86c440;
      font-family: 'FuturaND-Bold';
      margin: 0 0 28px;
      padding: 14px 0 12px;
      letter-spacing: 1px;
      }

    .capital-model ul.model-tooltip li .copy h5 {
      color: #6d6e70;
      font-family: 'FuturaND-Bold';
      font-size: 13px;
      margin: 0 0 18px;
      padding: 0;
      }

#ask { margin: 0; padding: 0; width: 100%; }

  #ask li {
    background-color: white;
    color: #91c952;
    float: left;
    height: 500px;
    list-style: none;
    margin: 0;
    padding: 50px 40px 0;
    width: 320px;
    }

    #ask li.ask-1 { margin-right: 70px; }

  .tabs .ask-default { color: #91c952; }

  #ask li h3,
  .tabs .ask-default h2 {
    color: #91c952;
    font-size: 64px;
    line-height: normal;
    margin: 0;
    padding: 0;
    }

    .tabs .ask-default h2 { font-size: 84px; }

    #ask li.ask-1 h3,
    .tabs .ask-default.one h2 {
      background: transparent url('/img/svg/bg_ask_1.svg') right top no-repeat;
      background-size: 61px 64px;
        -webkit-background-size: 61px 64px;
      }

    #ask li.ask-2 h3,
    .tabs .ask-default.two h2 {
      background: transparent url('/img/svg/bg_ask_2.svg') right top no-repeat;
      background-size: 62px 70px;
        -webkit-background-size: 62px 70px;
      }

  #ask li h4,
  .tabs .ask-default h3 {
    border-bottom: 2px solid #91c952;
    border-top: 2px solid #91c952;
    color: #91c952;
    font-family: 'FuturaND-Bold';
    font-size: 24px;
    line-height: 34px;
    margin: 10px 0 25px;
    padding: 18px 0 16px;
    text-transform: uppercase;
    }

    .tabs .ask-default h3 { font-size: 32px; }

  #ask li p,
  .tabs .ask-default p { line-height: 35px; text-shadow: none; }

  .tabs .ask-default p { font-size: 26px; line-height: 46px; }

#connect ul { margin: 75px 0 0; padding: 0; width: 100%; }

  #connect ul li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0 50px 60px 0;
    padding: 0;
    position: relative;
    width: 180px;
    }

    #connect ul li:last-child { margin-right: 0; }

  #connect ul li h3 {
    color: white;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
    }

  #connect ul li a.trigger {
    background-color: #9fd067;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 90px;
      -webkit-border-radius: 90px;
    color: white;
    display: block;
    height: 100px;
    padding: 80px 25px 0;
    text-align: center;
    text-decoration: none;
    text-indent: -9999em;
    text-shadow: 1px 0 0 rgba(0,0,0,.1);
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out;
      -moz-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      -webkit-transition: background-color 0.3s ease-in-out;
    width: 130px;
    }

    #connect ul li.download-report a.trigger {
      background-image: url('/img/svg/connect_download.svg');
      background-size: 65px 58px;
        -webkit-background-size: 65px 58px;
      }

    #connect ul li.signup a {
      background-image: url('/img/svg/connect_email.svg');
      background-size: 70px 66px;
        -webkit-background-size: 70px 66px;
      }

    #connect ul li.facebook a {
      background-image: url('/img/svg/connect_facebook.svg');
      background-size: 33px 70px;
        -webkit-background-size: 33px 70px;
      }

    #connect ul li.twitter a {
      background-image: url('/img/svg/connect_twitter.svg');
      background-size: 87px 60px;
        -webkit-background-size: 87px 60px;
      }

    #connect ul li.first-movers a.trigger { background-image: url('/img/connect_bulb.png'); }

    #connect ul li.programs a.trigger { background-image: url('/img/connect_run.png'); }

    #connect ul li.social a.trigger { background-image: url('/img/connect_social.png');}

      #connect ul li.social #social-footer a.button { border-right: none; }

      #connect ul li.social #social-footer .facebook a.button,
      #connect ul li.social #social-footer a.button {
        background-image: url('/img/svg/connect_facebook.svg');
        background-position: 15px 15px;
        background-repeat: no-repeat;
        background-size: 8px 16px;
        margin-bottom: 20px;
        padding-left: 40px;
        }

        #connect ul li.social #social-footer a.button {
          background-image: url('/img/svg/connect_twitter.svg');
          background-position: 15px 17px;
          background-size: 17px 12px;
          margin-bottom: 0;
          }

    #connect ul li a.trigger:hover {
      background-color: #7eba39;
      }

      #connect ul li.first-movers a.trigger:hover,
      #connect ul li.programs a.trigger:hover { background-image: none; text-indent: 0; }

      .no-svg #connect ul li.download-report a {
        background-image: url('/img/fallback/connect_download.png');
        }

      .no-svg #connect ul li.signup a {
        background-image: url('/img/fallback/connect_email.png');
        }

      .no-svg #connect ul li.facebook a {
        background-image: url('/img/fallback/connect_facebook.png');
        }

      .no-svg #connect ul li.twitter a {
        background-image: url('/img/fallback/connect_twitter.png');
        }

  #connect .intro { padding-bottom: 150px; }

.educate ul { list-style: none; margin: 40px 0 0; padding: 0; }

  .educate ul li {
    clear: both;
    display: block;
    float: left;
    margin: 0 0 20px;
    position: relative;
    }

  .educate ul li a.button,
  #downloads-sticky a.button,
  #downloads-footer a.button,
  #downloads-lead a.button {
    border: none;
    padding: 0 0 0 20px;
    }

    #downloads-lead a.button { margin-bottom: 20px; }

    #downloads-lead a.button.dl-info { margin-bottom: 0; }

    .educate ul li a.button em,
    #downloads-sticky a.button em,
    #downloads-footer a.button em,
    #downloads-lead a.button em {
      background-color: #86C440;
      border-bottom-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
      border-top-right-radius: 6px;
        -webkit-border-top-right-radius: 6px;
      display: inline-block;
      font-style: normal;
      margin-left: 18px;
      padding: 15px 20px 12px 20px;
      }

  .educate ul li span {
    background-color: #fdfdfd;
    border-radius: 6px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.5);
      -webkit-box-shadow: 2px 0 5px rgba(0,0,0,0.5);
    color: #707070;
    display: none;
    font-size: 12px;
    left: 115px;
    letter-spacing: 1px;
    opacity: 0;
    padding: 15px 30px 13px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 40px;
    transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
    width: 360px;
    z-index: 999;
    }

    .educate ul li span span {
      background: transparent url('/img/bg_tooltip.png') 0 0 no-repeat;
      box-shadow: 0 0 0 rgba(0,0,0,0);
      display: block;
      height: 8px;
      left: 50px;
      padding: 0;
      position: absolute;
      top: -7px;
      width: 16px;
      }

    .educate ul li:hover span { display: block; opacity: 1; }

.faq-list { padding-top: 80px; 


}

section article.faq-list h3 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 70px;
  
  }

  section article.faq-list h3.first { margin-top: 0; }

section article.faq-list p,
section article.faq-list ul li {
  color: #6d6e70;
  font-size: 18px;
  line-height: 32px;
  text-shadow: none;
  
  }

  section article.faq-list ul { margin-bottom: 30px; }

/* Partners / Champions
-------------------------------------------------- */

.partners { padding: 60px 0; }

.partners ul { list-style: none; margin: 0; }

  .partners ul li {
    /*border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;*/
    float: left;
    height: 290px;
    margin-bottom: 0;
    padding-top: 25px;
    position: relative;
    text-align: center;
    width: 291px;
    }

  .partners ul li div {
    color: #9fd067;
    display: block;
    height: 160px;
    text-transform: uppercase;
    transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -webkit-transition: color 0.3s ease;
    width: 270px;
    }

    .partners ul li div a.logos { color: #9fd067; }

      .no-touch .partners ul li:hover div a.logos p,
      .no-touch .partners ul li div a.logos:hover { color: black; text-decoration: none; }

    .partners ul li div a.learn,
    .partners ul li div a.donate { border: none; display: inline-block; height: 0; opacity: 0; }

    .partners ul li div a.button {
      margin-bottom: 15px;
      margin-top: 45px;
      padding-right: 65px;
      }

    .partners ul li div a.donate { color: #8a8a8a; }

      .partners ul li div a.donate:hover { color: black; }

  .partners ul li img {
    display: block;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
      -webkit-filter: grayscale(100%);
      -webkit-transition: all 0.3s ease;
      -webkit-backface-visibility: hidden;
    height: 80px;
    margin: 0px auto;
    width: 180px;
    }

  .partners ul li p {
    border-top: 1px solid #e3e3e3;
    font-size: 13px;
    line-height: 18px;
    margin: 30px auto 0;
    padding: 20px 20px 0 20px !important;
    text-shadow: none;
    }

    /* HOVER STATE */

    .no-touch .partners ul li:hover div {
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 0 5px rgba(0,0,0,0.2);
      color: black;
      height: 300px;
      margin: -30px 0 0 -30px;
      padding: 30px;
      position: absolute;
      z-index: 999;
      }

    .no-touch .partners ul li:hover div a.learn,
    .no-touch .partners ul li:hover div a.donate { height: auto; opacity: 1; }

    .no-touch .partners ul li:hover img {
      filter: none;
        -webkit-filter: grayscale(0%);
      }

/* Race To Slow Down Charts
-------------------------------------------------- */

.consequences {
  background-color: #f9f9f9;
  padding-top: 200px;
  }

#rtsd-charts {
  margin: 0;
  width: 100%;
  margin-bottom: -4px;
  list-style: none;
}

.end-of-rtsd-charts {
  clear: both;
}

.rtsd-chart {
  margin-top: 24px;
  float: left;
  width: 400px;
  height: 456px;
}

#rtsd-chart-usa, #rtsd-chart-brazil {
  margin-right: 70px;
}

.rtsd-chart .rtsd-chart-title {
  height: 35px;
  color: #6d6e70;
  font-size: 18px;
  font-family: FuturaND-Bold;
  font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
}
.rtsd-chart .rtsd-anim-container {
  position: relative;
  width: 400px;
  height: 420px;
}
.rtsd-chart .rtsd-anim-container .rtsd-fallback {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  padding-top: 0;
}
.rtsd-chart .rtsd-anim-container .rtsd-bkg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  padding-top: 0;
}
.rtsd-chart .rtsd-anim-container .rtsd-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 420px;
}
.rtsd-chart .rtsd-anim-container .rtsd-label-1, .rtsd-chart .rtsd-anim-container .rtsd-label-2 {
  position: absolute;
  left: 130px;
  width: 0;
  height: 0;
}
.rtsd-chart .rtsd-anim-container .rtsd-label-1 .rtsd-label-date, .rtsd-chart .rtsd-anim-container .rtsd-label-2 .rtsd-label-date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  font-family: 'FuturaNDBook';
  font-weight: normal;
	font-style: normal;
  text-transform: uppercase;
}
.rtsd-chart .rtsd-anim-container .rtsd-label-1 .rtsd-label-value, .rtsd-chart .rtsd-anim-container .rtsd-label-2 .rtsd-label-value {
  position: absolute;
  font-size: 28px;
  font-family: 'FuturaNDBook';
  font-weight: normal;
	font-style: normal;
}
.rtsd-chart .rtsd-anim-container .rtsd-label-1 .rtsd-label-value .rtsd-label-value-number, .rtsd-chart .rtsd-anim-container .rtsd-label-2 .rtsd-label-value .rtsd-label-value-number {
  font-family: 'FuturaND-Bold';
  font-weight: normal;
	font-style: normal;
}
.rtsd-chart .rtsd-anim-container .rtsd-label-1.rtsd-label-1 .rtsd-label-date, .rtsd-chart .rtsd-anim-container .rtsd-label-2.rtsd-label-1 .rtsd-label-date {
  width: 104px;
  color: #fcb456;
  border-top: 1px solid #fdcd7d;
  padding-top: 8px;
}
.rtsd-chart .rtsd-anim-container .rtsd-label-1.rtsd-label-1 .rtsd-label-value, .rtsd-chart .rtsd-anim-container .rtsd-label-2.rtsd-label-1 .rtsd-label-value {
  top: 22px;
  left: 76px;
  width: 100px;
  color: #fcb456;
  text-align: center;
}
.rtsd-chart .rtsd-anim-container .rtsd-label-1.rtsd-label-2 .rtsd-label-date, .rtsd-chart .rtsd-anim-container .rtsd-label-2.rtsd-label-2 .rtsd-label-date {
  width: 202px;
  color: #eb6e1e;
  border-top: 2px dotted #f5b48b;
  padding-top: 8px;
}
.rtsd-chart .rtsd-anim-container .rtsd-label-1.rtsd-label-2 .rtsd-label-value, .rtsd-chart .rtsd-anim-container .rtsd-label-2.rtsd-label-2 .rtsd-label-value {
  top: 24px;
  left: 176px;
  width: 100px;
  color: #eb6e1e;
  text-align: center;
}
.rtsd-chart.anim .rtsd-anim-container .rtsd-fallback {
  display: none;
}
.rtsd-chart.anim .rtsd-anim-container .rtsd-bkg {
  display: block;
}
.rtsd-chart#rtsd-chart-usa .rtsd-anim-container .rtsd-label-1 {
  top: 270px;
}
.rtsd-chart#rtsd-chart-usa .rtsd-anim-container .rtsd-label-2 {
  top: 344px;
}
.rtsd-chart#rtsd-chart-uk .rtsd-anim-container .rtsd-label-1 {
  top: 215px;
}
.rtsd-chart#rtsd-chart-uk .rtsd-anim-container .rtsd-label-2 {
  top: 289px;
}
.rtsd-chart#rtsd-chart-brazil .rtsd-anim-container .rtsd-label-1 {
  top: 145px;
}
.rtsd-chart#rtsd-chart-brazil .rtsd-anim-container .rtsd-label-2 {
  top: 279px;
}
.rtsd-chart#rtsd-chart-china .rtsd-anim-container .rtsd-label-1 {
  top: 318px;
}
.rtsd-chart#rtsd-chart-china .rtsd-anim-container .rtsd-label-2 {
  top: 364px;
}

/* Economic Costs And Consequences Charts
-------------------------------------------------- */

#ecac-charts {
  margin: 0;
  width: 100%;
  margin-top: -15px;
  margin-bottom: -16px;
  list-style: none;
}

.end-of-ecac-charts {
  clear: both;
}

.ecac-chart {
  margin-top: 38px;
  float: left;
  width: 400px;
  height: 276px;
}

#ecac-chart-usa, #ecac-chart-india {
  margin-right: 70px;
}

.ecac-chart .ecac-chart-title {
  height: 35px;
  color: #6d6e70;
  font-size: 18px;
  font-family: 'FuturaND-Bold';
  font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
}
.ecac-chart .ecac-anim-container {
  position: relative;
  width: 400px;
  height: 240px;
}
.ecac-chart .ecac-anim-container .ecac-bkg {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  padding-top: 0;
}
.ecac-chart .ecac-anim-container .ecac-value {
  position: absolute;
  top: 38px;
  line-height: 100px;
  font-size: 80px;
  font-family: 'FuturaND-Bold';
  font-weight: normal;
	font-style: normal;
  color: #eb6e1e;
}
.ecac-chart .ecac-anim-container .ecac-description {
  position: absolute;
  top: 144px;
  line-height: 24px;
  font-size: 18px;
  font-family: 'FuturaNDBook';
  font-weight: normal;
	font-style: normal;
  color: #eb6e1e;
}
.ecac-chart#ecac-chart-usa .ecac-anim-container .ecac-value {
  left: 138px;
}
.ecac-chart#ecac-chart-usa .ecac-anim-container .ecac-description {
  left: 138px;
  width: 240px;
}
.ecac-chart#ecac-chart-uk .ecac-anim-container .ecac-value {
  left: 168px;
}
.ecac-chart#ecac-chart-uk .ecac-anim-container .ecac-description {
  left: 168px;
  width: 240px;
}
.ecac-chart#ecac-chart-india .ecac-anim-container .ecac-value {
  left: 138px;
}
.ecac-chart#ecac-chart-india .ecac-anim-container .ecac-description {
  left: 138px;
  width: 240px;
}
.ecac-chart#ecac-chart-china .ecac-anim-container .ecac-value {
  left: 168px;
}
.ecac-chart#ecac-chart-china .ecac-anim-container .ecac-description {
  left: 168px;
  width: 240px;
}

/* move to mobile stylesheets */

body.mobile-nav { position: relative; margin-left: 263px; }

body.mobile-nav #mobile-header a.show-nav { left: 263px; }

#mobile-header {
    background-color: black;
    height: 43px !important;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 100000;
    }

  #mobile-header a.show-nav {
    background: black url('/img/mobile/bg_nav_button.png') 0 0 no-repeat;
    background-size: 43px 46px;
      -webkit-background-size: 43px 46px;
    display: block;
    height: 43px !important;
    left: 0;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 46px;
    }

  #mobile-header a.show-social {
    background: transparent url('/img/mobile/bg_nav_social.png') 0 0 no-repeat;
    background-size: 23px auto;
      -webkit-background-size: 23px auto;
    display: block;
    height: 23px;
    position: absolute;;
    right: 17px;
    text-indent: -9999em;
    top: 10px;
    width: 23px;
    }

    .social-nav #mobile-header a.show-social { background-position: 0 -24px; }

  #mobile-header h1 {
    font-size: 10px !important;
    left: auto !important;
    margin: 16px 0 0 8px !important;
    position: relative !important;
    }

    .mobile-nav #mobile-header h1,
    .mobile-nav #mobile-header a.show-social { visibility: hidden; }

  ul#nav-mobile {
    background-color: #282828;
    display: block;
    left: -275px;
    margin: 0;
    padding: 0 0 150px 0;
    position: fixed;
    top: 0;
    width: 263px;
    z-index: 999999;
    }

    body.mobile-nav ul#nav-mobile { left: 0; }

    ul#nav-mobile li {
      border-bottom: 1px solid black;
      border-top: 1px solid #393939;
      display: block;
      font-size: 12px;
      list-style: none;
      text-align: left;
      text-transform: uppercase;
      }

      ul#nav-mobile li.nm-contact a,
      ul#nav-mobile li.nm-faq a { text-align: center; }

      ul#nav-mobile li:first-child { border-top: none; }

      ul#nav-mobile li a {
        background-image: url('/img/mobile/bg_nav_arrow.png');
        background-position: 225px 23px;
        background-repeat: no-repeat;
        color: rgba(255,255,255,0.2);
        display: block;
        font-size: 14px;
        padding: 18px 25px;
        text-align: left;
        }

        ul#nav-mobile li a:hover,
        ul#nav-mobile li a:active,
        #home ul#nav-mobile li.nm-overview a,
        .resources ul#nav-mobile li.nm-resources a,
        .champions ul#nav-mobile li.nm-champions a,
        .programs ul#nav-mobile li.nm-programs a {
          background-color: #101010;
          background-image: url('/img/mobile/bg_nav_arrow_on.png');
          color: rgba(255,255,255,1);
          text-decoration: none;
          }

        ul#nav-mobile li.nm-contact a {
          display: inline-block;
          font-size: 12px;
          padding: 5px 0;
          width: 128px;
          }

          ul#nav-mobile li.nm-contact a:first-child { border-right: 1px solid black;}

    ul#nav-mobile li.nm-header h2 {
      color: #eb6e1d;
      font-family: 'FuturaND-Bold';
      font-size: 12px;
      padding-left: 18px;
      }

      ul#nav-mobile li.nm-header.action h2 { color: #86c440; }

  #nav-mobile-social {
    background: white;
    border-radius: 6px;
      -webkit-border-radius: 6px;
    display: none;
    margin: 0;
    padding: 8px 12px;
    position: fixed;
    text-align: left;
    top: 50px;
    visibility: visible;;
    right: 12px;
    width: 168px;
    }

    #nav-mobile-social.social-downloads {
      width: 270px;
      }

    .social-nav #nav-mobile-social { display: block; visibility: visible; }

    #masthead .mobile-downloads p {
      color: #717171;
      display: block;
      float: left;
      font-size: 12px;
      padding: 0;
      margin: 25px 0 25px;
      text-transform: uppercase;
      text-shadow: none !important;
      }

    #nav-mobile-social .tick {
      background-image: url('/img/bg_tooltip.png');
      background-size: auto auto;
      bottom: auto;
      height: 8px;
      position: absolute;
      right: 8px;
      top: -7px;
      width: 16px;
      }

    #nav-mobile-social ul li { display: inline-block; float:right; margin-left: 0; padding: 0;}

    #nav-mobile-social li.download-btn a,
    #nav-mobile-social li.facebook a,
    #nav-mobile-social li.twitter a {
      background: #252525 url('/img/svg/connect_facebook.svg') center center no-repeat;
      background-size: 8px 16px;
        -webkit-background-size: 8px 16px;
      border-radius: 18px;
        -webkit-border-radius: 18px;
      display: inline-block;
      height: 36px;
      text-indent: -9999em;
      transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        -webkit-transition: background-color 0.3s ease-in-out;
      width: 36px;
      }

      #nav-mobile-social li.download-btn { margin: 0; }

      #nav-mobile-social.social-downloads li.download-btn a { background-color: #86c440; }

      #nav-mobile-social li.facebook a { margin: 0 15px;}

      #nav-mobile-social li.twitter a {
        background-image: url('/img/svg/connect_twitter.svg');
        background-size: 17px 12px;
          -webkit-background-size: 17px 12px;
        }

      #nav-mobile-social li.download-btn a {
        background-image: url('/img/svg/connect_download.svg');
        background-size: 13px 11px;
          -webkit-background-size: 13px 11px;
        }

  .mobile-downloads { display: none; visibility: hidden; }

  .social-downloads .mobile-downloads { display: block; visibility: visible; }

  .mobile-downloads a.button { margin-bottom: 20px; }

  .mobile-downloads a span {
    background-image: url('/img/svg/btn_arrow_download.svg');
    background-size: 16px 18px;
    -webkit-background-size: 16px 18px;
    height: 16px;
    margin-top: -10px;
    right: -33px;
    width: 18px;
    }

/* Footer
-------------------------------------------------- */

#footer {
  background: black url('/img/bg_footer.jpg') center top repeat;
  height: 120px;
  position: relative;
  }

  #footer ul { margin: 0; padding: 50px 0 0 50px; }

  #home #footer ul {
    margin-top: 0;
    }

  #footer ul li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0 50px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    }

    #footer ul li a {
      color: rgba(255,255,255,1);
      transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        -webkit-transition: color 0.3s ease-in-out;
      }

    #footer ul li a:hover { color: rgba(255,255,255,0.5); text-decoration: none; }

#footer #sharer ul { position: absolute; right: 0; top: 0; margin-top: 39px; }

  #footer #sharer ul li { margin: 0 20px 0 0; }

  #footer #sharer ul li a {
    background-color: #9fd067;
    border-radius: 21px;
      -webkit-border-radius: 21px;
    display: block;
    height: 42px;
    text-indent: -9999em;
    width: 42px;
    }

    #footer #sharer ul li.facebook a {
      background-image: url('/img/svg/connect_facebook.svg');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 10px 20px;
        -webkit-background-size: 10px 20px;
      }

    #footer #sharer ul li.twitter a {
      background-image: url('/img/svg/connect_twitter.svg');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 20px 14px;
        -webkit-background-size: 20px 14px;
      }

    #footer #sharer ul li.signup a {
      background-image: url('/img/svg/connect_email.svg');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 21px 19px;
        -webkit-background-size: 21px 19px;
      margin-right: 30px;
      }

/* Special grid styles
-------------------------------------------------- */

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}



/* Mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout,
.mini-layout .mini-layout-body,
.mini-layout.fluid .mini-layout-sidebar {
  height: 300px;
}
.mini-layout {
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}



/* Download page
-------------------------------------------------- */

.download .page-header {
  margin-top: 36px;
}
.page-header .toggle-all {
  margin-top: 5px;
}

/* Space out h3s when following a section */
.download h3 {
  margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
  margin-top: 9px;
}

/* Fields for variables */
.download-builder input[type=text] {
  margin-bottom: 9px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #d14;
}
.download-builder input[type=text]:focus {
  background-color: #fff;
}

/* Custom, larger checkbox labels */
.download .checkbox {
  padding: 6px 10px 6px 25px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
}
.download .checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}
.download .checkbox small {
  font-size: 12px;
  color: #777;
}

/* Variables section */
#variables label {
  margin-bottom: 0;
}

/* Giant download button */
.download-btn {
  margin: 36px 0 108px;
}
#download p,
#download h4 {
  max-width: 50%;
  margin: 0 auto;
  color: #999;
  text-align: center;
}
#download h4 {
  margin-bottom: 0;
}
#download p {
  margin-bottom: 18px;
}
.download-btn .btn {
  display: block;
  width: auto;
  padding: 19px 24px;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}



/* Misc
-------------------------------------------------- */

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

/* Example sites showcase */
.example-sites {
  xmargin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}


/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82,168,236,.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
          box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
  outline: 0;
}

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

/* Eaxmples page
------------------------- */
.bootstrap-examples p {
  font-size: 13px;
  line-height: 18px;
}
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}



/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}

/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
  margin-bottom: 0;
}
.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
  margin-bottom: 5px;
}
.bs-docs-example .pagination {
  margin-top: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  height: 90px;
  overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  margin-left: 0;
  margin-right: 0;
}
.bs-navbar-top-example {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: -1px;
  -webkit-border-radius: 0 4px 0 4px;
     -moz-border-radius: 0 4px 0 4px;
          border-radius: 0 4px 0 4px;
}
.bs-navbar-bottom-example {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}
form.bs-docs-example {
  padding-bottom: 19px;
}
.bs-docs-example .lead {
  font-size: 18px;
  line-height: 24px;
}

/* Images */
.bs-docs-example-images img {
  margin: 10px;
  display: inline-block;
}

/* Tooltips */
.bs-docs-tooltip-examples {
  text-align: center;
  margin: 0 0 10px;
  list-style: none;
}
.bs-docs-tooltip-examples li {
  display: inline;
  padding: 0 10px;
}

/* Popovers */
.bs-docs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-docs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}



/* Responsive docs
-------------------------------------------------- */

/* Utility classes table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

/* Responsive tests
------------------------- */
.responsive-utilities-test {
  margin-top: 5px;
  margin-left: 0;
  list-style: none;
  overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
  position: relative;
  float: left;
  width: 25%;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  position: absolute;
  top:    -1px;
  left:   -1px;
  right:  -1px;
  bottom: -1px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.responsive-utilities-test span {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}



/* Sidenav for Docs
-------------------------------------------------- */

/* prevent column from collapsing when affixing */
.span3 {
  min-height: 1px;
}

.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}




/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }

  #masthead nav#global ul ul { display: none !important; }

}

/* Grid lines if you have a wiiiiide display */
@media (min-width: 1200px) {

  .champions .span12 { width: 1200px; }

  .champions .partners {
    background-image: url('/img/grid_vertical.png'), url('/img/grid_horizontal_long.png');
    background-position: top center, 0 70px;
    background-repeat: repeat-y, repeat-x;
    }

    .champions .partners ul li { height: 300px; margin:0; padding-top: 42px; width: 300px; }

    .champions .partners ul li:last-child { padding-top: 52px; height: 290px; }

}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }

section article h2 {
  font-size: 44px;
  line-height: 54px;
}

section article p {
  font-size: 16px;
  line-height: 28px;
  padding-top: 115px !important;
  }

#global { display: none !important; }

#masthead nav#global ul li { margin-right: 20px; }

.capital-model .model-tooltip { margin-left: -175px; width: 700px; background-size: 400px 416px; background-position: 300px 0; }

ul.tabs li div { left: 258px; right: auto; width: 375px; }

.model-tooltip ul.tabs li div { width: 355px; }

ul.tabs li div#view-all div { left: auto; width: 260px; }

ul.tabs li div#view-all { width: 740px; }

    ul.tabs li div a.close-program { right: 0; }

  ul.tabs li div p { font-size: 14px; line-height: 28px; }

  ul.tabs li div a.button, .partners ul li div a.button { margin-bottom: 15px; }

#ask li { display: block; float: none; margin-bottom: 25px; }

#take-action .intro { height: 1900px; }

#connect .intro {background-color: black; height: 886px; }

#masthead h1 { font-size: 45px; letter-spacing: 8px; }

blockquote p { font-size: 26px; line-height: 40px; }

#home nav#global.sticky { display: none !important; }

#masthead nav#global ul ul { display: none !important; }

#connect ul li { margin-bottom: 55px;}

#connect ul li h3 { margin-bottom: 15px; }

#mobile-header h1 {
    font-size: 18px !important;
    left: auto !important;
    margin: 2px 0 0 8px !important;
    position: relative !important;
    }

.partners ul li div a.button {
  display: block !important;
  padding: 15px 65px 30px 15px !important;
  }

.intro.ask .row { background-size: 200px auto; background-position: 200px 0; }

.intro.ask.two .row { background-size: 175px auto; background-position: 200px 0;}

.partners ul li { margin-right: 50px; margin-bottom: 75px;}

}

/* Tablet
------------------------- */
@media (max-width: 768px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }
  .masthead h1 {
    font-size: 90px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }
  .bs-docs-social {
    margin: 0 -20px;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }

  .graph .graph-cycle { height: auto !important; }

  .graph img { margin-bottom: 20px; position: relative; top: auto; left: auto; display: block; opacity: 1 !important;}

  .ask-default { left: 260px; right: auto; width: 355px; }

  ul.tabs li div { left: 258px; right: auto; width: 375px; }

    ul.tabs li div a.close-program { right: 0; }

  ul.tabs li div p { font-size: 14px; line-height: 28px; }

  ul.tabs li div a.button, .partners ul li div a.button { margin-bottom: 15px; }

  .educate ul li span {
    background-color: transparent;
    box-shadow: none;
      -webkit-box-shadow: none;
    display: block;
    left: 0;
    margin-bottom: 25px;
    opacity: 1;
    position: relative;
    top: 0;
    width: auto;
    }

    .educate ul li span span,
    .educate ul li:hover span span { display: none; }

  .tabs .ask-default p { font-size: 20px; line-height: 36px;}

  #connect .intro { height: auto; }

  #connect ul li { display: block; width: auto; }

  #connect ul li h3 { text-align: left; }

  #connect ul li a.trigger {
    background: rgba(159,208,103,1) url('/img/connect_bulb.png') 15px 15px no-repeat;
    background-size: auto 16px;
      -webkit-background-size: auto 16px;
    border-radius: 6px;
      -webkit-border-radius: 6px;
    display: block;
    height: auto;
    padding: 15px 0 12px 15%;
    text-align: left;
    text-indent: 0;
    transition: background-color 0.3s ease-in-out;
      -moz-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      -webkit-transition: background-color 0.3s ease-in-out;
    width: 85%;
    }

    #connect ul li.download-report a.trigger,
    #connect ul li.social a.trigger { display: none; }

  #connect ul li.download-report #downloads-footer,
  #connect ul li.social #social-footer {
    background-color: transparent;
    box-shadow: none;
      -webkit-box-shadow: none;
    display: block;
    opacity: 1;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    }

    #connect ul li.download-report #downloads-footer .tick,
    #connect ul li.social #social-footer .tick { display: none; }

    #downloads-sticky, #downloads-footer, #social-footer, #downloads-lead { width: auto !important; }



    .partners ul li div a.learn, .partners ul li div a.donate { display: block; opacity: 1; }

  .resources .span6 { width: 100% !important; }

  section#champions article p { padding-top: 0; }

  #connect ul li.programs a.trigger { background-position: 8px 15px; }

  #connect ul li.social span.facebook { display: block; }

  #masthead.sticky { height: 43px !important; }

  #champions .intro { margin-top: 43px; }

  nav#global { display: none !important; }
}

/* Landscape phones
------------------------- */
@media (min-width: 320px) and (max-width: 767px) {
  /* Remove padding above jumbotron */

  body { padding: 0; }

  nav#global { display: none !important; }

  .graph .graph-cycle { height: auto !important; }

  .graph img { margin-bottom: 20px; position: relative; top: auto; left: auto; display: block; opacity: 1 !important;}

  /* New CSS for mobile header */

 #connect ul li.programs a.trigger { background-position: 8px 15px; }

 #downloads-footer a.button em { padding-left: 10px; padding-right: 10px; }

  .container { padding: 0 20px; width: auto !important; }

  #masthead { height: auto; padding-bottom: 50px; }

  #masthead img#badge { display: none; }

  #masthead h1 {
    letter-spacing: 2px;
    font-size: 42px;
    line-height: normal;
    margin-top: 100px;
    }

  #masthead p,
  #lmas p { line-height: normal; font-size: 18px; }

  #lmas p { width: auto; }

  #lmas { background-position: -350px 0; }

  #lmas a.button { padding-left: 10px; }

  #masthead.sticky {
    height: 0;
    padding: 0;
    position: relative;
    }

  #video { display: none; }

    #champions .intro,
    #faq .intro { margin-top: 0; }

  a.download { display: none !important; }

    a.watch-video { margin: 0; }

  #masthead nav#global ul { left: 0; width: auto; }

  #masthead nav#global ul li.contents { padding-left: 35px;}

  #home #masthead nav#global ul li.download-btn,
  #home #masthead nav#global ul li.signup,
  #home #masthead nav#global ul li.twitter,
  #home #masthead nav#global ul li.facebook { display: none !important; }

  #masthead nav#global ul li.download-btn,
  #masthead nav#global ul li.signup,
  #masthead nav#global ul li.twitter,
  #masthead nav#global ul li.facebook { right: auto !important; left: 0; top: 32px; }

  #masthead nav#global ul li.signup { left: 71px;}

  #masthead nav#global ul li.twitter { left: 122px; }

  #masthead nav#global ul li.facebook { left: 173px; }

  #masthead nav#global ul li span { display: none !important; }

  #masthead nav#global ul ul { display: none !important; }

  section article h2 { font-size: 30px !important; line-height: normal !important; margin-bottom: 30px; }

  section article p { font-size: 16px !important; line-height: normal !important; }

  blockquote p { font-size: 20px; line-height: normal; }

  .capital-model .copy { display: none !important; }

  #connect ul li { float: none; margin-bottom: 50px;  }

  .partners ul li div a.learn,
  .partners ul li div a.donate { height: auto; opacity: 1; }

  section article.program-list { background-color: white; }

  .capital-model .model-tooltip {
    background-position: 0 0;
    background-size: auto 280px;
      -webkit-background-size: auto 280px;
    height: auto;
    margin-top: 50px;
    padding-top: 350px;
    }

  .intro.ask .row,
  .intro.ask.two .row { background-image: none; }

  .tabs .ask-default.one h2,
  .tabs .ask-default.two h2 { background-size: 35px auto; }

  .educate ul li span {
    background-color: transparent;
    box-shadow: none;
    display: block;
    left: 0;
    margin-bottom: 25px;
    opacity: 1;
    position: relative;
    top: 0;
    width: auto;
    }

    .educate ul li span span,
    .educate ul li:hover span span { display: none; }

  ul.tabs a.orgs { display: none; visibility: hidden; }

  ul.tabs { background: transparent; box-shadow: none; }

  ul.tabs li div,
  .model-tooltip ul.tabs li div {
    box-shadow: none;
    display: block;
    height: auto !important;
    left: 0;
    padding-left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 280px;
    }

     .ask-default { left: 0; }

  ul.tabs li div header img {
    bottom: auto;
    display: block;
    margin-bottom: 25px;
    position: relative;
    }

    ul.tabs li div a.close-program { display: none; }

  ul.tabs li div a.button { margin-bottom: 20px; }

  .tabs .ask-default {
    box-shadow: none;
    height: auto;
    padding-left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 280px;
    }

    .educate ul li a.button { display: block; }
    .educate ul li a.button em { background-color: transparent; }

    .educate ul li a.button { padding: 15px 80px 12px 20px; position: relative; }
    .educate ul li a.button em { position: absolute; right: 10px; top: 32%; padding: 0; }

  ul.tabs li div#view-all { display: none; }

  nav#global.sticky { display: none !important; }

  #message-us { bottom: 135px; display: none; width: 200px !important; min-width: 200px !important; max-width: 200px !important; }

  #message-us.visible { display: block; }

  #masthead nav#global ul { top: 70px;}

    #home #masthead nav#global ul { top: 40px; }

  #masthead nav#global ul li { margin: 0 0 0 20px; }

  #masthead nav#global ul li.download-btn { display: none !important; }

  section#champions article p { padding-top: 0; }

  .graph p.block { padding: 60px; }

  .capital-model p.desc { display: none; }

  #masthead #mailchimp { top: 154px; width: 200px;}

  #masthead #mailchimp .tick { right: 191px; }

  #mailchimp {
    display: none;
    top: 276px;
    left: 20px;
    right:  auto;
    width: 220px;
    }

    #connect #mailchimp { top: -25px; width: 200px; z-index: 999999; }

    #connect #mailchimp .tick { right: auto; left: 15px; margin-left: 0; }

    #mailchimp.visible { display: block; }

    #mc_embed_signup label { font-size: 18px; line-height: 24px; }

    #mc_embed_signup #mcd-EMAIL, #mailchimp input[type="email"] { width: 200px; }

    #mc_embed_signup .tick { right: 50%; margin-right: -8px; }

  .capital-model ul.model-tooltip {
    -webkit-background-size: 280px auto !important;
    height: 300px;
    overflow: hidden !important;
    width: 285px !important;
    }

    .capital-model ul.model-tooltip li { display: none !important; }

  #take-action .intro { height: 1550px; }

  #ask li {
    height: 500px;
    margin-bottom: 25px;
    width: 200px;
    }

    #ask li.ask-1 { margin-right: 0; }

  blockquote.focus { height: 250px; }

  blockquote.new-idea,
  blockquote.bankrupt,
  blockquote.inactivity,
  blockquote.energy { height: 270px; }

  blockquote.inactivity { width: 99%;}

  blockquote.expectancy { height: 240px; }

    blockquote p:before,
    blockquote p:after { content: '' !important; }

  #connect .intro { height: auto; padding-bottom: 40px; }

  #connect ul { margin-top: 45px; position: relative; }

  #connect ul li { float: left; display: block; width: 100%; margin: 0 0 50px; }

    #connect ul li h3 {
      margin: 0 0 10px;
      text-align: left;
      width: 100%;
      }

  #connect article h2 { margin-top: 75px; }

  #connect ul li.download-report a.trigger,
  #connect ul li.social a.trigger { display: none; }

  #connect ul li a.trigger {
    background: rgba(159,208,103,1) url('/img/connect_bulb.png') 15px 15px no-repeat;
    background-size: auto 16px;
      -webkit-background-size: auto 16px;
    border-radius: 6px;
      -webkit-border-radius: 6px;
    display: block;
    height: auto;
    padding: 15px 0 12px 15%;
    text-align: left;
    text-indent: 0;
    transition: background-color 0.3s ease-in-out;
      -moz-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      -webkit-transition: background-color 0.3s ease-in-out;
    width: 85%;
    }

  #connect ul li.download-report #downloads-footer,
  #connect ul li.social #social-footer {
    background-color: transparent;
    box-shadow: none;
    display: block;
    opacity: 1;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    }

    #connect ul li.download-report #downloads-footer .tick,
    #connect ul li.social #social-footer .tick { display: none; }

  #connect ul li.facebook a,
  #connect ul li.twitter a,
  #connect ul li.signup a {
    background: rgba(159,208,103,1) url('/img/svg/connect_facebook.svg') 15px 15px no-repeat;
    background-size: 8px 16px;
      -webkit-background-size: 8px 16px;
    border-radius: 6px;
      -webkit-border-radius: 6px;
    display: block;
    height: auto;
    padding: 15px 0 12px 15%;
    text-align: left;
    text-indent: 0;
    transition: background-color 0.3s ease-in-out;
      -moz-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      -webkit-transition: background-color 0.3s ease-in-out;
    width: 85%;
    }

    #connect ul li.twitter a {
      background-image: url('/img/svg/connect_twitter.svg');
      background-size: 17px 12px;
        -webkit-background-size: 17px 12px;
      }

    #connect ul li.signup a {
      background-image: url('/img/svg/connect_email.svg');
      background-size: 20px 14px;
        -webkit-background-size: 20px 14px;
      }


  #ask li h3 { font-size: 46px; padding-bottom: 10px; word-spacing: -10px; }

  #rtsd-charts,
  #ecac-charts { display: none !important; }

  .graph.consequences,
  .graph.levels {
    background: transparent url('/img/fallback/chart_ecac_fallback.png') 20px 275px no-repeat;
    height: 1050px;
    padding: 60px 0;
    }

    .graph.levels { background-color: white; background-image: url('/img/fallback/chart_rtsd_fallback.png'); height: 1680px; }

  .graph { padding: 60px 0; }

  .graph p.block {
    margin-top: 1375px;
    padding: 30px 0;
    }

  .intro { padding: 60px 0 40px;}

  .partners ul li { margin-bottom: 75px; width: 180px;}

  #footer {
    background-image: none;
    height: 160px;
    }

    #footer #sharer ul { right: auto; top: auto; left: 20px; bottom: 20px; }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 60px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 20px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  /* Marketing on home */
  .marketing h1 {
    font-size: 40px;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  /* Unfloat the back to top in footer to prevent odd text wrapping */
  .footer .pull-right {
    float: none;
  }
	.sun{
	margin:160px 0 0 0;
	}

.image-link {
  position: relative;
  width: 280px;
  height: auto;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.image-link.fl-margin {
  float: left;
  margin: 0 20px 0 0;
}
.image-link .photo {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  behavior: url('PIE/PIE.php');
  margin: 0 !important;
}
.image-link .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  behavior: url('PIE/PIE.php');
  background: #e52d87;
  -webkit-transition: all .25s cubic-bezier(0.25,0.1,0.25,1);
  -moz-transition: all .25s cubic-bezier(0.25,0.1,0.25,1);
  -ms-transition: all .25s cubic-bezier(0.25,0.1,0.25,1);
  -o-transition: all .25s cubic-bezier(0.25,0.1,0.25,1);
  transition: all .25s cubic-bezier(0.25,0.1,0.25,1);
}
.image-link:hover .image-overlay {
  width: 90%;
  height: 90%;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  left: 5%;
  top: 5%;
}
.image-link .image-overlay-icon {
  position: absolute;
  left: -280px;
  top: 50%;
  margin-top: -38px;
  *zoom: 1;
  width: 100%;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.image-link .image-overlay-icon img {
  display: block;
  width: auto;
  height: 76px;
  margin: 0 auto;
}
.image-link.small {
  width: 240px;
}
.image-link.smaller {
  width: 160px;
}
.image-link.smaller .image-overlay-icon {
  margin-top: -23px;
  *zoom: 1;
}
.image-link.smaller .image-overlay-icon img {
  height: 46px;
}
.image-link.smallest {
  width: 100px;
}
.image-link.smallest .image-overlay-icon {
  margin-top: -23px;
  *zoom: 1;
}
.image-link.smallest .image-overlay-icon img {
  height: 46px;
  position: static;
}
#content .col-photos {
  text-align: center;
  float: left;
}
#content .col-photos img.photo {
  display: block;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  behavior: url('PIE/PIE.php');
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}	

#content .three-col.col-photos {
  width: 23.3%;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0;
}
	
.lovers{
  color: #ffffff;
	
  }	
	}

