




/*
     FILE ARCHIVED ON 1:39:03 Jul 30, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 9:08:07 Jul 25, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* =============================================================================
    Base Styles Includes
   ========================================================================== */
h1 {
  display: inline-block;
  font-size: 1.75em;
  line-height: 1.714em;
  padding: 20px 25px;
  line-height: 28px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

h2 {
  font-size: 2.125em;
  line-height: 1.412em;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #44b0a0;
  font-weight: 400;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}

p {
  margin: 0 0 1.5em 0;
}
@media (max-width: 768px) {
  p {
    font-size: 0.875em;
    line-height: 1.714em;
  }
}

hr {
  border-top: none;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}

/* =============================================================================
    Layout Styles Includes
   ========================================================================== */
.row {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.row-full {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.two-columns {
  margin: -4px auto 30px;
}
.two-columns .column {
  float: left;
  width: 46%;
  margin: 0 2%;
}
@media (max-width: 768px) {
  .two-columns .column {
    width: 96%;
  }
}

/* =============================================================================
    Module Styles Includes
   ========================================================================== */
.logo {
  width: 229px;
  height: auto;
  padding-left: 8px;
}

.header {
  padding: 40px 0;
}

.slide {
  width: 100%;
  height: auto;
}

.page-title {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 100;
  width: 405px;
}
@media (max-width: 1024px) {
  .page-title {
    width: 280px;
  }
  .page-title h1 {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .page-title {
    position: relative;
    width: 96%;
    margin: 0 auto;
    top: 0;
    left: 0;
  }
  .page-title h1 {
    background-color: #44b0a0;
    color: white;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
  }
}
.page-title span {
  display: inline-block;
  font-size: 1.875em;
  line-height: 1.6em;
  padding: 20px 25px;
  background-color: #44b0a0;
  background-color: rgba(0, 184, 174, 0.6);
  font-family: "Oswald", sans-serif;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .page-title span {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .page-title span {
    background-color: white;
    color: black;
  }
}

.kv {
  height:325px; 
  width:1200px; 
  display:block;
  margin: 0 auto; 
  position: relative; 
  overflow: hidden;
  /*background: url(/img/slide5.jpg) no-repeat;*/
}
@media (max-width: 768px) {
  .kv {
    display:none;
	}
}
.kv_m {
  display:none;
  margin: 0 auto; 
  position: relative; 
  overflow: hidden;
  /*background: url(/img/slide5.jpg) no-repeat;*/
}
.kv_m img{
  width:100%;
}
@media (max-width: 768px) {
  .kv_m {
    display:block;
	}
}

.pledge-counter {
  position: absolute;
  right: 0%;
  top: 2%;
  width: 180px;
  height: 95px;
  z-index: 100;
  background-color: #ff33ad;
  background-color: rgba(255, 51, 173, 0.8);
  overflow: hidden;
}
.pledge-counter .counter {
  display: block;
  width: 101%;
  background: url(/img/counterbg.gif) no-repeat left top;
  font-size: 1.75em;
  line-height: 1.714em;
  font-family: 'Droid Sans Mono';
  line-height: 42px;
  color: white;
  letter-spacing: 12px;
  text-align: right;
  /*padding-right: 5%;*/
}
@media (max-width: 768px) {
  .pledge-counter {
    position: relative;
    top: 0;
    left: 0;
    margin: -4px auto 0;
    padding-top: 23px;
    height: 100px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .pledge-counter .counter {
    margin-left: -10px;
    background-position: 20px top;
  }
}
.pledge-counter h2 {
  font-size: 1.25em;
  line-height: 0.5em;
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .pledge-counter h2 {
    margin-top: 0;
  }
}

.pledge-box {
  width: 100%;
  background-color: #ff0099;
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .pledge-box {
    padding-bottom: 30px;
  }
}
.pledge-box h2 {
  font-size: 2.5em;
  line-height: 1.2em;
  color: white;
  margin: 0;
  padding: 0.83em 0;
}
@media (max-width: 768px) {
  .pledge-box h2 {
    font-size: 1.625em;
    line-height: 1.846em;
  }
}
.pledge-box span {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.625em;
  line-height: 1.846em;
}
.pledge-box span strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .pledge-box span {
    font-size: 1.375em;
    line-height: 2.182em;
    line-height: 26px;
  }
}




.message-counter {
  position: absolute;
  right: 0%;
  top: 33%;
  width: 180px;
  height: 95px;
  z-index: 100;
  background-color: #ff33ad;
  background-color: rgba(255, 51, 173, 0.8);
  overflow: hidden;
}
.message-counter .counter {
  display: block;
  width: 101%;
  background: url(/img/counterbg.gif) no-repeat left top;
  font-size: 1.75em;
  line-height: 1.714em;
  font-family: 'Droid Sans Mono';
  line-height: 42px;
  color: white;
  letter-spacing: 12px;
  text-align: right;
  /*padding-right: 5%;*/
}
@media (max-width: 768px) {
  .message-counter {
    position: relative;
    top: 0;
    left: 0;
    margin: 1px auto 0;
    padding-top: 23px;
    height: 100px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .message-counter .counter {
    margin-left: -10px;
    background-position: 20px top;
  }
}
.message-counter h2 {
  font-size: 1.25em;
  line-height: 0.5em;
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .message-counter h2 {
    margin-top: 0;
  }
}

.social-counter {
  position: absolute;
  right: 0%;
  top: 64%;
  width: 180px;
  height: 95px;
  z-index: 100;
  background-color: #ff33ad;
  background-color: rgba(255, 51, 173, 0.8);
  overflow: hidden;
}
.social-counter .counter {
  display: block;
  width: 101%;
  background: url(/img/socialcounterbg.jpg) no-repeat left top;
  font-size: 1.75em;
  line-height: 1.714em;
  font-family: 'Droid Sans Mono';
  line-height: 42px;
  color: white;
  letter-spacing: 11px;
  text-align: left;
  padding-left: 70px;
  /*padding-right: 5%;*/
}
@media (max-width: 768px) {
  .social-counter {
    position: relative;
    top: 0;
    left: 0;
    margin: 1px auto 0;
    padding-top: 23px;
    height: 100px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .social-counter .counter {
    margin-left: -10px;
    background-position: 20px top;
    letter-spacing: 10px;
    padding-left: 90px;
  }
}
.social-counter h2 {
  font-size: 1.25em;
  line-height: 0.5em;
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .social-counter h2 {
    margin-top: 0;
  }
}






.icon-links {
  overflow: hidden;
  *zoom: 1;
  width: 90%;
  margin: 25px auto 0;
}
@media (max-width: 768px) {
  .icon-links img {
    width: 50px;
    height: auto;
  }
}
.icon-links .facebook {
  float: left;
  width:171px;
  height:52px;
  background: url(/img/fb_btn.png) no-repeat top left;
}
.icon-links .facebook:hover {
  background-position: bottom;
}
.icon-links .twitter {
  float: right;
  width:171px;
  height:52px;
  background: url(/img/tw_btn.png) no-repeat top left;
}
.icon-links .twitter:hover {
  background-position: bottom;
}

.caption {
  font-size: 1em;
  line-height: 0.5em;
  color: white;
  font-family: "Oswald", sans-serif;
  padding-top: 30px;
}

.twitter-feed {
  background: url(/img/boxtop.gif) no-repeat center top #44b0a0;
  width: 90%;
  padding: 75px 5% 10px 5%;
}
.twitter-feed .profile-icon {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.twitter-feed p {
  color: white;
  margin-bottom: 20px;
}

.center {
  text-align: center;
  margin-bottom: 0;
}

.read-more-section {
  text-align: center;
  margin-bottom: 20px;
}
.read-more-section p {
  text-align: left;
}

@media (max-width: 768px) {
  .read-more {
    display: none;
  }
}

.button {
  display: none;
  background: url(/img/plusicon.gif) no-repeat left top;
  padding-left: 45px;
  line-height: 35px;
  text-align: center;
  color: #44b0a0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .button {
    display: inline-block;
  }
}

.column .button {
  text-align: center;
}

.footer {
  background-color: black;
  height: 40px;
  font-size: 0.875em;
  line-height: 1.714em;
  color: white;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .footer {
    height: auto;
    padding-bottom: 28px;
  }
  .footer span {
    display: block;
    text-align: center;
  }
}
.footer a {
  color: white;
  text-decoration: none;
}

.terms {
  float: left;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .terms {
    float: none;
    margin: 0;
  }
}

.copyright {
  float: right;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .copyright {
    float: none;
    margin: 0;
  }
}
