/* Only variable and mixin definitions in this file please. */
.donation_form {
  height: 32px; }
  .donation_form button, .donation_form input {
    border: none;
    font-weight: bold; }
  .donation_form button {
    height: 32px;
    color: #FFFFFF;
    background: #4cb3de;
    background: -moz-linear-gradient(top, #4cb3de 0%, #53cbf1 0%, #0093d0 28%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cb3de), color-stop(0%, #53cbf1), color-stop(28%, #0093d0));
    background: -webkit-linear-gradient(top, #4cb3de 0%, #53cbf1 0%, #0093d0 28%);
    background: -o-linear-gradient(top, #4cb3de 0%, #53cbf1 0%, #0093d0 28%);
    background: -ms-linear-gradient(top, #4cb3de 0%, #53cbf1 0%, #0093d0 28%);
    background: linear-gradient(to bottom, #4cb3de 0%, #53cbf1 0%, #0093d0 28%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb3de', endColorstr='#0093d0',GradientType=0 ); }
  .donation_form .donate_button {
    width: 200px;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .donation_form .donation_controls {
    height: 32px; }
  .donation_form .donation_field {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    width: 168px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }
  .donation_form .submit_button {
    font-size: 16px;
    font-weight: bold;
    width: 30px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }

/*# sourceMappingURL=tmptdySUP.css.map */

/* Only variable and mixin definitions in this file please. */
.project {
  position: relative;
  clear: both;
  background: #51b948 url('../../main/img/gradient-30.png%3F961bfdd1ae14') bottom repeat-x;
  width: 870px;
  overflow: hidden;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.project.archive {
  background: #71d968 url('../../main/img/gradient-30.png%3F961bfdd1ae14') bottom repeat-x; }

.project_body {
  position: relative;
  float: left;
  width: 520px;
  height: 120px;
  color: #FFFFFF; }

.project_name {
  display: block;
  margin: 0;
  font-size: 22px;
  font-weight: bold; }
  .project_name a {
    color: inherit; }
    .project_name a:visited {
      color: inherit; }
    .project_name a:hover {
      color: inherit; }
    .project_name a:active {
      color: inherit; }

.learn_more_button {
  position: absolute;
  bottom: 0;
  background: url('../../main/img/gray_button_bg.png%3F961bfdd1ae14');
  text-decoration: none;
  font-weight: bold;
  color: #333333;
  padding-left: 10px;
  width: 130px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .learn_more_button img {
    vertical-align: middle; }
  .learn_more_button:hover, .learn_more_button:active, .learn_more_button:visited {
    color: #333333; }

.project_seal {
  float: left;
  width: 125px;
  height: 120px;
  margin-right: 2em; }

.project_donate {
  float: right;
  background: url('../../main/img/semi-transparent_pixel.png%3F961bfdd1ae14');
  width: 200px;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.progress_bar {
  float: right;
  position: relative;
  width: 230px;
  height: 20px; }
  .progress_bar progress {
    height: 20px;
    width: 100%;
    border: none;
    color: #EF9600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .progress_bar progress::-moz-progress-bar {
    background: #EF9600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .progress_bar progress::-webkit-progress-bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .progress_bar progress::-webkit-progress-value {
    background: #EF9600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .progress_bar progress[aria-valuenow]:before {
    background: #EF9600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .progress_bar div {
    position: relative;
    text-align: center;
    font-size: 90%;
    top: -20px;
    line-height: 20px; }

.project_description {
  float: left;
  margin-top: 15px;
  width: 520px;
  height: 120px; }

.project_picture {
  position: absolute;
  width: 230px;
  height: 120px;
  right: 15px;
  bottom: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.project_share {
  float: right;
  clear: right; }
  .project_share img {
    width: 32px;
    height: 32px; }

/*# sourceMappingURL=tmpqi6TeQ.css.map */

/* Only variable and mixin definitions in this file please. */
/* Projects */
#project_gallery_wrapper {
  height: 635px; }

.project_gallery_container {
  position: absolute; }

.project_gallery {
  width: 900px;
  height: 470px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.project_map, .project_display, .project_frontispiece {
  position: absolute;
  width: 900px;
  height: 470px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.project_display {
  background-color: #F0F0F0; }

.project_info {
  position: absolute;
  top: 0px;
  left: 0px;
  float: left;
  width: 450px;
  margin: 20px;
  padding: 15px;
  background: url('../../main/img/semi-transparent_pixel.png%3F961bfdd1ae14');
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.main_slogan {
  font: 300% Schoolbell, Verdana, Helvetica, Arial, sans-serif;
  color: #faf8ec; }

.ancillary_slogan {
  font: 150% Schoolbell, Verdana, Helvetica, Arial, sans-serif;
  color: #faf8ec; }

.progress_bar {
  float: none; }

#project_nav {
  position: absolute;
  left: -40px;
  top: 500px; }

#project_nav_up, #project_nav_down {
  display: block;
  height: 45px;
  width: 40px;
  background-color: #1a1a1a; }

#project_nav_up {
  top: 0px;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  background: #1a1a1a url('../../main/img/project_nav_up_arrow.png%3F961bfdd1ae14') no-repeat center; }

#project_nav_down {
  bottom: 0px;
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  background: #1a1a1a url('../../main/img/project_nav_down_arrow.png%3F961bfdd1ae14') no-repeat center; }

.project_summary_arrow {
  position: absolute;
  left: 50%;
  top: -10px;
  width: 38px;
  height: 10px; }

.project_summary {
  position: relative;
  background: url('../../main/img/project_description_bg.png%3F961bfdd1ae14');
  height: 150px;
  width: 900px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.project_summary_main {
  float: left;
  color: #FFFFFF;
  margin: 15px 0 0 15px;
  width: 450px;
  height: 120px; }

.project_name {
  font-weight: bold;
  font-size: 200%; }

.project_summary_main_buttons {
  position: absolute;
  bottom: 15px; }

.learn_more_button {
  float: left;
  background: url('../../main/img/gray_button_bg.png%3F961bfdd1ae14');
  font-weight: bold;
  color: #333333;
  padding-left: 10px;
  width: 130px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .learn_more_button img {
    width: 6px;
    height: 10px;
    vertical-align: middle; }

.share_project {
  display: none;
  float: left;
  margin-left: 20px;
  height: 20px;
  color: #333333;
  font-size: 110%;
  font-weight: bold; }
  .share_project img {
    width: 20px;
    height: 20px;
    vertical-align: middle; }

.project_summary_text_container {
  float: left;
  width: 300px;
  height: 120px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 3px;
  border-left: 2px dotted;
  border-right: 2px dotted; }

.project_summary_text {
  font-weight: bold;
  color: #333333; }

.project_summary_map {
  width: 64px;
  float: left;
  margin: 15px;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
  color: #333333; }
  .project_summary_map a {
    text-decoration: none;
    color: inherit; }
  .project_summary_map .map_toggle img {
    width: 62px;
    height: 59px; }

/* Campaign */
.auxiliary_widget_title {
  margin-left: 10px;
  font: bold 180% Schoolbell, Verdana, Helvetica, Arial, sans-serif; }

.auxiliary_widget {
  font-size: 90%;
  color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

#campaign_container {
  width: 290px;
  float: left;
  margin-right: 15px; }

#campaign {
  background: #f39500 url('../../main/img/sok4-campaign-header.png%3F01c8a325b0c3') top no-repeat;
  float: left;
  width: 290px;
  height: 305px;
  float: left; }

.campaign_inner_title {
  font-size: 120%;
  font-weight: bold; }

#campaign_content {
  margin: 20px;
  margin-top: 100px; }

/* About Us */
#about_us_container {
  width: 290px;
  float: left;
  margin-right: 15px; }

#support_us {
  background: #f39500 url('../../main/img/support_us_bg.png%3F961bfdd1ae14') 98% 100% no-repeat;
  position: relative;
  float: left;
  width: 290px;
  height: 210px;
  margin-bottom: 15px; }

#support_us_content {
  height: 100%;
  margin: 10px; }
  #support_us_content span {
    font: bold 160% Schoolbell, Verdana, Helvetica, Arial, sans-serif; }

#support_us_buttons {
  position: absolute;
  bottom: 10px; }

.support_us_button {
  display: block;
  background: url('../../main/img/gray_button_bg.png%3F961bfdd1ae14');
  font-weight: bold;
  color: #333333;
  margin-top: 5px;
  padding-left: 10px;
  width: 170px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .support_us_button img {
    width: 6px;
    height: 10px; }
  .support_us_button:hover, .support_us_button:active, .support_us_button:visited {
    color: #333333; }

.small_widget {
  background: url('../../main/img/green_stripes_bg.png%3F961bfdd1ae14');
  position: relative;
  float: left;
  width: 290px;
  height: 80px; }
  .small_widget .widget_content {
    height: 100%; }
    .small_widget .widget_content span {
      margin: 0 10px;
      float: left;
      font: bold 170% Schoolbell, Verdana, Helvetica, Arial, sans-serif;
      line-height: 80px;
      height: 80px; }
    .small_widget .widget_content img {
      float: left; }
    .small_widget .widget_content a, .small_widget .widget_content a:hover, .small_widget .widget_content a:active, .small_widget .widget_content a:visited {
      color: inherit; }

#widget_lower_center .widget_content {
  text-align: right; }
  #widget_lower_center .widget_content img {
    width: 48px;
    height: 48px;
    margin: 16px 1px; }

#widget_lower_right .widget_content img {
  width: 70px;
  height: 60px;
  margin: 10px; }

/* News */
#news_container {
  width: 290px;
  float: left; }

#recent_posts {
  position: relative;
  background-color: #f39500;
  float: left;
  width: 290px;
  height: 210px;
  margin-bottom: 15px; }

#all_news_link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 20px;
  color: #333333;
  font-size: 110%;
  font-weight: bold; }
  #all_news_link img {
    width: 20px;
    height: 20px;
    vertical-align: middle; }

#recent_posts_content {
  margin: 10px; }

.recent_post {
  margin-bottom: 5px; }

.recent_post_title {
  font-size: 110%;
  font-weight: bold;
  text-decoration: none; }
  .recent_post_title, .recent_post_title:hover, .recent_post_title:active, .recent_post_title:visited {
    color: inherit; }

#sub_switch {
  float: right;
  margin: 0 20px; }

/*# sourceMappingURL=tmpZBpoBy.css.map */
