/**
* Theme Name: Donate Life New England
* Description: Custom theme for Donate Life New England, Waltham, MA
* Version: 0.1
* Author: Stephanie Rohrdanz & Sara Jannetty
*/
/**
* @license
* MyFonts Webfont Build ID 2811130, 2014-05-13T13:59:49-0400
* 
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are 
* explicitly restricted from using the Licensed Webfonts(s).
* 
* You may obtain a valid license at the URLs below.
* 
* Webfont: Felt Tip Roman by Mark Simonson
* URL: http://www.myfonts.com/fonts/marksimonson/felt-tip-roman/felt-tip-roman/
* Copyright: Copyright (c) 1992 by Mark Simonson. All rights reserved.
* Licensed pageviews: 1,000,000
* 
* 
* License: http://www.myfonts.com/viewlicense?type=web&buildid=2811130
* 
* © 2014 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'FeltTipRoman';
  src: url('fonts/2AE4FA_0_0.eot');
  src: url('fonts/2AE4FA_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/2AE4FA_0_0.woff') format('woff'), url('fonts/2AE4FA_0_0.ttf') format('truetype');
}
body {
  font-family: "myriad pro", sans-serif;
  font-size: 16px;
  font-weight: lighter;
}
h2 {
  font-size: 22px;
}
h3 {
  background: #a5c570;
  padding: 5px;
  font-size: 18px;
}
h4 {
  font-size: 18px;
  padding: 5px;
}
img {
  max-width: 100%;
}
a {
  color: #ffffff;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #54829f;
}
a:hover {
  text-decoration: none;
}
header {
  max-width: 1200px;
  margin: 0 auto;
  height: 125px;
  position: relative;
}
#logo {
  position: absolute;
  top: 12px;
  z-index: 1000;
}
.clearfix {
  display: block;
  clear: both;
  content: "";
}
#menuicon {
  position: absolute;
  left: -999px;
}
#mainmenu {
  width: 40%;
  float: right;
  margin: 70px 75px 0 0;
  position: relative;
  max-height: 45px;
}
#mainmenu ul {
  list-style-type: none;
  width: 100%;
  z-index: 99;
}
#mainmenu ul li:hover a {
  background-color: #f2f3f4;
  color: #54829f;
}
#mainmenu ul li {
  float: left;
  position: relative;
  text-align: center;
  width: 20%;
}
#mainmenu ul li a {
  color: #000;
  display: block;
  padding: 10px 0;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#mainmenu ul li a:hover {
  color: #54829f;
}

/*dropdown*/
#mainmenu ul ul {
  position: absolute;
  top: 38px;
  display: none;
  padding: 0;
  border-top: 1px solid #54829f;
  width: 200px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#mainmenu ul ul li {
  width: 100%;
  text-align: left;
}
#mainmenu ul ul li a {
  background-color: #f2f3f4;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #ffffff;
  color: #54829f;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#mainmenu ul ul li a:hover {
  background-color: #54829f;
  color: #ffffff;
}
#mainmenu ul li:hover ul {
  display: block;
}
.active {
  background-color: #54829f;
}
#utility {
  z-index: 999;
  position: absolute;
  top: 0px;
  right: 38px;
}
#utility ul {
  list-style-type: none;
}
#utility ul li {
  float: left;
}
#utility ul li a {
  padding: 5px;
}
#utility ul li a img {
  width: 32px;
}
.register {
  background: #a5c570;
  width: 150px;
  box-shadow: 2px 2px 0 #72933c;
  -moz-box-shadow: 2px 2px 0 #72933c;
  -webkit-box-shadow: 2px 2px 0 #72933c;
  margin: 0 5px 0 0;
}
.register a {
  text-shadow: .5px .5px 1px #333;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 5px;
}
.register a:hover {
  color: #e6e6e6;
}
.pagecontent .register a {
  color: #fff;
  font-weight: normal;
}
.slidewrap {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.mobileslide {
  display: none;
}
.threes {
  margin: 0 auto;
  padding: 50px 0;
  background: #f2f3f4;
}
.ribbon {
  width: 100%;
  height: 80px;
  background: #54829f;
}
.ribbon p {
  color: #ffffff;
  font-style: italic;
  font-size: 2.2em;
  text-align: center;
  text-shadow: .5px .5px 1px #333;
  vertical-align: middle;
  line-height: 2.2em;
  margin: 0;
}
.wrap {
  color: #666;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.highlights {
  background-color: #ffffff;
  border-radius: 10px;
  float: left;
  width: 33%;
  padding: 0;
  margin: 40px 0 0 0;
}
.nobg2 {
  height: 250px;
  float: left;
  width: 33%;
}
.nobg1,
.nobg2 {
  padding: 0;
  margin: 0 auto;
  background-color: none;
  background-image: url(img/registerbutton.png);
  background-repeat: no-repeat;
  background-position: center;
}
.nobg1 a:hover,
.nobg2 a:hover {
  color: #ddd;
}
.nobg1 {
  display: none;
}
.registertext {
  color: #ffffff;
  font-size: 1.3em;
  text-align: center;
  vertical-align: middle;
  line-height: 250px;
  cursor: pointer;
}
.hileft {
  float: left;
  width: 40%;
}
.hiright {
  float: left;
  width: 50%;
}
.hileft img {
  border-radius: 10px 0px 0px 10px;
  width: 100%;
  max-width: 130px;
  float: left;
  margin: 0 10px 0 0;
}
.hiright a {
  color: #666;
}
.hiright a:hover {
  color: #54829f;
}
.hiright h3 {
  background: none;
  font-weight: normal;
  padding: 5px;
  margin: 10px 0 0 0;
}
.hiright p {
  padding: 0 5px 0 0;
  margin: 0;
}

footer {
  clear: both;
  background: #999;
  min-height: 200px;
}
footer p {
  color: #333;
  margin: 0;
}
footer h2,
footer h3,
footer h4 {
  color: #fff;
  margin: 0 0 5px 0;
  padding: 10px 0 2px 0;
  background: none;
}
footer a {
  color: #333;
}
footer a:hover {
  color: #555;
}
footer h3 a {
  color: #fff;
}

.footersplit1 {
  width: 30%;
  margin: 1%;
  float: left;
}
.footersplits {
  width: 28%;
  margin: 2%;
  float: left;
}
.footersplit1 a, .footersplits a {
  font-weight: bold;
}
.footersplits .map a {
  font-weight: lighter;
}
.footersplits h3 {
  border-bottom: 1px solid #fff;
}
.sitemap {
  width: 50%;
  float: left;
}
/* inside pages */
.content {
  background: #d6e2e9;
}
aside {
  min-height: 700px;
  background: #54829f;
  width: 20%;
  float: right;
}
aside img {
  width: 100%;
}
aside .register {
  width: 80%;
  height: 50px;
  font-size: 1.5em;
  margin: 25px auto 0 auto;
}
aside .register a {
  padding: 16px 0 0 0;
}
aside p {
  font-family: 'FeltTipRoman';
  letter-spacing: 1px;
  line-height: 35px;
  color: #ffffff;
  font-size: 1.5em;
  padding: 20px;
  text-align: center;
}
.title {
  padding: 10px;
  margin: 5px 0 15px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: none;
  color: #54829f;
}
.story {
  float: left;
  padding: 3% 0 0 0;
}
.storytext {
  width: 55%;
  margin: 3% 0 0 5%;
  float: left;
}
.name {
  font-family: 'FeltTipRoman';
  font-size: 1.6em;
  margin: 0;
}
.storyphoto {
  width: 300px;
  background: #a5c570;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.storyphoto img {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  border: 5px solid #ffffff;
}
.right {
  float: right;
}
.left {
  float: left;
}
.pagecontent {
  position: relative;
  min-height: 700px;
  max-width: 1580px;
  padding: 2% 2% 2% 5%;
  width: 72%;
  display: inline-block;
}
.pagecontent .title {
  background: none;
}
.pagecontent p {
  line-height: 25px;
}
.pagecontent a {
  color: #54829f;
  font-weight: bold;
}
.pagecontent h3 {
  font-weight: normal;
}
.media img {
  padding: 0 5px;
  max-width: 500px;
}
.chart {
  position: relative;
  min-height: 1000px;
}
.pp_expand {
  display: none;
}
/* ambassador kit */
.kitblock {
  width: 46%;
  margin: 2%;
  float: left;
  border-bottom: 1px solid #ffffff;
  min-height: 180px;
}
.kitblock h3 {
  background: none;
  padding: 0 0 5px 0;
  margin: 0;
}
.kitblock img {
  float: left;
  margin: 0 2px 20px 0;
}
.seemore {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .hileft {
    width: 50%;
  }
  .hiright {
    width: 50%;
  }
}
@media screen and (max-width: 1105px) {
  #mainmenu {
    width: 55%;
  }
  .pagecontent {
    padding: 20px;
  }

}
@media screen and (max-width: 1024px) {
  .storyphoto {
    width: 40%;
  }
  .storyphoto img {
    width: 100%;
    height: 100%;
  }
  .wrap {
    width: 98%;
  }
  .highlights {
    width: 38%;
    margin: 10px 0 0 0;
  }
  .hileft {
    width: 40%;
  }
  .hiright {
    width: 60%;
    float: right;
  }
  .nobg2 {
    width: 22%;
    background-size: 95%;
    height: 195px;
  }
  .registertext {
    line-height: 195px;
  }
}

@media screen and (max-width: 840px) {
  .hileft {
    width: 50%;
  }
  .hiright {
    width: 50%;
    float: right;
  }
  .nobg2 {
    width: 22%;
    background-size: 95%;
    height: 195px;
  }
  .registertext {
    font-size: 1.1em;
    line-height: 195px;
  }  
}

@media screen and (max-width: 768px) {
  #utility {
    right: 12px;
  }
  #mainmenu {
    width: 66%;
  }
  .buttons a {
    width: 100%;
    padding: 15px;
    margin: 30px auto;
  }
  .wrap {
    width: 98%;
  }
  .nobg2 {
    width: 25%;
    background-size: 98%;
    height: 195px;
  }
  .registertext {
    line-height: 195px;
  }
  .pagecontent {
    width: 60%;
    margin: 0;
  }
  aside {
    width: 30%;
  }
  .highlights {
    width: 37%;
    margin: 10px 0 0 0;
  }
  .highlights h3 {
    margin: 0;
    padding: 3px 0;
  }

  .storyphoto {
    float: none;
    width: 300px;
    height: 260px;
    margin: 0 auto;
  }
  .storytext {
    width: 100%;
    margin: 8% 0 0 0;
  }
  .kitblock {
    float: none;
    display: block;
    width: 90%;
  }
  .left {
    float: none;
  }
  .right {
    float: none;
  }
  .footersplit1 {
    display: block;
    float: none;
    width: 50%;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }
  .footersplits {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  #mainmenu {
    display: none;
  }
  .slidewrap {
    display: none;
  }
  .mobileslide {
    display: block;
    margin: 0 0 -5px 0;
  }
  .pagecontent {
    padding: 1%;
    width: 98%;
  }
  aside {
    display: none;
  }
  
  .ribbon {
    height: 50px;
  }
  .ribbon p {
    font-size: 1.5em;
  }
  .threes {
    padding: 10px 0;
  }
  .highlights {
    float: none;
    display: block;
    width: 70%;
    margin: 10px auto;
  }
  .hileft {
    width: 40%;
  }
  .hiright h3 {
    margin-top: 20px;
  }
  .hiright {
    width: 60%;
  }
  .nobg2 {
    display: none;
  }
  .nobg1 {
    display: block;
    height: 200px;
    background-size: 35%;
    margin: 20px 0;
  }
  .registertext {
    line-height: 200px;
  }
  .story {
    padding: 0 5px;
  }
  .footersplits {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
  }
  .footersplits h3 {
    border: none;
  }
  .sitemap {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .social {
    display: none;
  }
  .highlights,
  .nobg1 {
    height: 193px;
    width: 90%;
  }
  .ribbon {
    height: 50px;
  }
  .ribbon p {
    font-size: 1.5em;
  }
  .nobg1 {
    height: 250px;
    background-size: 60%;
  }
  .registertext {
    line-height: 250px;
  }
  .footersplit1 {
    display: none;
  }
  .footersplits {
    width: 90%;
  }
}

@media screen and (max-width: 320px) {
  #logo {
    width: 60%;
  }

  .register {
    width: 110px;
  }
  .highlights p {
    font-size: .9em;
  }
  .hiright h3 {
    margin: 2px;
  }
  .nobg1 {
    margin: 0 auto;
    height: 200px;
    background-size: 70%;
  }

  .ribbon p {
    font-size: 1.2em;
  }

  .registertext {
    font-size: 1.2em;
    line-height: 200px;
  }

  .highlights {
    height: 150px;
    margin: 20px auto;
  }

  .highlights p {
    margin: 0;
    padding: 0;
  }
  .storyphoto {
    width: 70%;
    height: 100%;
  }
  .storyphoto img {
    width: 100%;
    height: 100%;
  }
}
