/* full_home_page.css */

@charset "UTF-8";


/* Start New Version */

#main-body {
  /*margin-left: 10px;
  margin-right: 10px;*/
  overflow: hidden;
}

#main-body-image {
  display: inline-block;
  width: 60%;
  margin-top: 5px;
}

#video-div {
  /*margin-top: 5px;*/
  /*width: 444px;
  height: 250px;*/
  /*width: 500px;
  height: 281px;*/
  width: 550px;
  height: 309px;
  border: 1px solid #bdbdbd;
}

#video-div-1 {
  margin: 10px auto;
  width: 600px;
  height: 338px;
  border: 1px solid #bdbdbd;
}

#video-iframe, #video-iframe-1 {
  border: none;
  width: 100%;
  height: 100%;
}

#portal-image-box {
  display: inline-block;
  /*border: 1px solid #bbbcc0;*/
}

#portal-image {
/*
  max-width: 450px;
  max-height: 250px;
  */
  /*
  max-width: 500px;
  max-height: 325px;
  */
  width: 550px;
  height: 309px;
  border: 1px solid #bbbcc0;
}

.main-body-section-right {
  display: inline-block;
  float: right;
  width: 39%;
}

#main-body-donate-now-div {
  text-align: center;
}

#main-body-donate-now {
  display: inline-block;
  border-radius: 4px;
  /*font-size: 300%;*/
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 10px 0;
  /*margin-bottom: 10px;*/
  padding: 5px 27px;
  /*padding-left: 10px;
  padding-right: 10px;*/
  cursor: pointer;
}

#main-body-goal-box {
  float: right;
  border: 2px solid #bbbcc0;
  width: 338px;
}

#main-body-raised {
  padding-left: 10px;
  color: #525252;
}

#main-body-amount-raised-dollar-sign, #main-body-goal-dollar-sign {
  display: inline-block;
  font-weight: bold;
  font-size: 175%;
  vertical-align: top;
  padding-top: 5px;
}

#main-body-amount-raised {
  font-weight: bold;
  font-size: 300%;
}

#main-body-gage-title {
  margin-left: 10px;
  margin-top: 5px;
  font-weight: bold;
  color: #aaaaaa;
}

#main-body-gage-color {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  height: 15px;
  width: 320px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
}

#main-body-gage {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 0px;
  height: 15px;
  border-radius: 3px;
  background-color: #a4c655;
}

#main-body-goal {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  width: 49%;
}

#main-body-goal-text {
  font-weight: bold;
  font-size: 120%;
  color: #aaaaaa;
}

#main-body-amount-raised-dollar-sign, #main-body-goal-dollar-sign {
  font-weight: bold;
  font-size: 150%;
}

#main-body-goal-amount {
  font-size: 200%;
  font-weight: bold;
  color: #525252;
}

#main-body-days-left {
  display: inline-block;
  float: right;
  text-align: center;
  width: 49%;
  margin-top: 10px;
  vertical-align: top;
}

#main-body-days-left-text {
  display: inline-block;
  font-weight: bold;
  font-size: 100%;
  color: #aaaaaa;
  padding-top: 5px;
}

#main-body-days-left-count {
  font-size: 200%;
  font-weight: bold;
  color: #525252;
}

#main-body-share-via-social {
  border-top: 2px solid #bbbcc0;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 150%;
}

#main-body-social-icons {
  padding-left: 5px;
  text-align: center;
}

.social-media-image {
  height: 60px;
  height: 62px;
}

.social-media-image-padding { /* remove when email icon is added back. */
  padding-right: 16px;
}

#main-body-section-2 {
  margin-top: 10px;
  overflow: hidden;
}

#main-body-message-section {
   display: inline-block;
   /*margin-left: 10px;
   margin-right: 10px;*/
   width: 58%;
}

#main-body-title {
  font-size: 150%;
  font-weight: bold;
  color: #51514f;
  margin: 0px;
  width: 540px;
  padding-bottom: 5px;
  border-bottom: 2px solid #aaaaaa;
}

#main-body-message {
  margin-top: 10px;
  /*margin-left: 10px;*/
  width: 540px;
  color: #797979;
  font-size: 100%;
}

#main-body-signature {
  float: right;
  margin-top: 20px;
  font-size: 120%;
  color: #aaaaaa;
}

#welcome-message-more-link {
  cursor: pointer;
}

#welcome-message-more-link:hover {
  text-decoration: underline;
}

.main-body-section-right {
  display: inline-block;
  float: right;
  width: 39%;
}

#main-body-more-ways-title {
  text-align: center;
  font-size: 140%;
  margin: 0 0 5px 0;
  /*margin-bottom: 5px;*/
  color: #51514f;
  font-weight: bold;
}

#main-body-help-support-title {
  text-align: center;
  font-size: 140%;
  margin: 0 0 5px 0;
  /*margin-bottom: 5px;*/
  /*color: #51514f;*/
  font-weight: bold;
}

#main-body-more-ways-box {
  border: 2px solid #bbbcc0;
}

#main-body-more-ways-text {
  margin-bottom: 5px;
  margin-left: 2px;
  margin-top: 5px;
}

#main-body-more-ways-center-items {
  text-align: center;
}

.main-body-more-ways-link {
  text-decoration: none;
}

.main-body-more-ways-image {
  display: inline-block;
}

.main-body-more-ways-option {
  display: inline-block;
  width: 175px;
  color: #4d4d4d;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  margin: 0 0 0 10px;
  /*margin-left: 10px;*/
}

.main-body-more-ways-arrow {
  display: inline-block;
}

.main-body-more-ways-icon {
  width: 50px;
  vertical-align: middle;
}

.main-body-more-ways-arrow-icon {
  width: 30px;
  vertical-align: middle;
}

#main-body-more-ways-lets-get-started {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  /*font-size: 250%;*/
  font-size: 175%;
  font-weight: bold;
  margin: 5px 0 5px 0;
  padding: 6px 21px;
  /*margin-top: 5px;
  margin-bottom: 10px;*/
  /*padding-left: 10px;
  padding-right: 10px;*/
  cursor: pointer;
}

#main-body-section-3 {
  margin-top: 10px;
  overflow: hidden;
}

#main-body-latest-updates-section {
  display: inline-block;
  /*margin-left: 10px;
  margin-right: 10px;*/
  width: 540px;
}

#main-body-latest-updates-title {
  font-size: 150%;
  font-weight: bold;
  color: #51514f;
  margin: 0;
  padding-bottom: 5px;
  width: 540px;
  border-bottom: 2px solid #aaaaaa;
}

#main-body-latest-updates-box {
  margin-top: 10px;
  overflow: hidden;
}

#main-body-latest-pagination-here {
  text-align: center;
  font-weight: bold;
}

#main-body-contributions-section {
  display: inline-block;
  float: right;
  width: 39%;
}

#main-body-contributions-title {
  font-size: 150%;
  font-weight: bold;
  color: #51514f;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #aaaaaa;
}

#main-body-contributions-updates-box {
  margin-top: 10px;
  overflow: hidden;
}

#main-body-contributions-pagination-here {
  text-align: center;
  font-weight: bold;
}


/* End New Version */


#portal-comment-pagination {
  float: left;
  display: inline-block;
  font-weight: bold;
  font-size: 80%;
  text-align: center;
  width: 410px;
  /*border: 1px solid red;*/
}

#portal-comment-back-button {
  display: inline;
  cursor: pointer;
}

#portal-comment-count {
  display: inline;
  margin-left: 30px;
  margin-right: 30px;
}

#portal-comment-next-button {
  display: inline;
  cursor: pointer;
}

#donation-comment-pagination {
  float: right;
  display: inline-block;
  font-weight: bold;
  font-size: 80%;
  text-align: center;
  width: 370px;
  /*border: 1px solid green;*/
}

#donation-comment-back-button {
  display: inline;
  cursor: pointer;
}

#donation-comment-count {
  display: inline;
  margin-left: 30px;
  margin-right: 30px;
}

#donation-comment-next-button {
  display: inline;
  cursor: pointer;
}

#whats-happening-no-comments {
  border-radius: 8px;
  border: 2px solid #d7d7d7;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 20px;
}

#no-comments-image {
  float: left;
  width: 175px;
}

#no-comments-text {
  float: left;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  width: 500px;
  margin-top: 40px;
  margin-left: 20px;
}


 /*style="border: 2px solid #bbbcc0; width: 99%; margin-bottom: 10px;"*/
.portal-comment {
  float: left;
  /*background: url("/images/portal_comment_background.png") no-repeat;*/
  height: 255px;
  width: 535px;
  position: relative;
  border: 2px solid #bbbcc0;
  /*border: 1px solid red;*/
}

.portal-comment-title {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 5px;
  width: 390px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portal-comment-body {
  width: 400px;
  height: 180px;
  overflow-y: auto;
  /*border: 1px solid orange;*/
}

.portal-comment-image {
  /*margin-left: 10px;*/
  text-align: center;
}

.portal-comment-image-title {
  font-weight: bold;
  font-size: 100%;
  margin-left: 10px;
  /*width: 380px;*/
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portal-comment-image-size {
  width: 200px;
}

.portal-comment-text {
  font-weight: bold;
  font-size: 100%;
  margin-left: 20px;
  /*
  width: 380px;
  height: 180px;
  overflow-y: auto;
  border: 1px solid orange;
  */
}

.portal-comment-footer {
  /*float: left;*/
  font-weight: bold;
  font-size: 80%;
  margin-left: 20px;
  position : absolute;
  bottom: 15px;
  /*border: 1px solid purple;*/
}

.portal-comment-days {
  /*float: right;*/
  color: #d7d7d7;
  font-weight: bold;
  font-size: 110%;
  position: absolute;
  bottom: 15px;
  right: 30px;
  /*border: 1px solid green;*/
}

.donation-comment {
  float: right;
  /*background: url("/images/donation_comment_background.png") no-repeat;*/
  height: 110px;
  /*width: 375px;*/
  position: relative;
  width: 347px;
  border: 2px solid #bbbcc0;
  /*border: 1px solid red;*/
}

.donation-comment-amount {
  font-weight: bold;
  font-size: 120%;
  margin-left: 5px;
  margin-top: 5px;
  /*border: 1px solid orange;*/
}

.donation-comment-text {
  font-weight: bold;
  font-size: 80%;
  margin-left: 5px;
  margin-top: 0px;
  height: 60px;
  /*width: 330px;*/
  /*border: 1px solid green;*/
  overflow-y: auto;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}

.donation-comment-footer {
  /*float: left;*/
  font-weight: bold;
  font-size: 80%;
  margin-left: 20px;
  position : absolute;
  bottom: 5px;
  right: 30px;
  /*border: 1px solid purple;*/
}

.donation-comment-days {
  /*float: right;*/
  /*color: #d7d7d7;*/
  color: #51514f;
  font-weight: bold;
  font-size: 80%;
  position: absolute;
  bottom: 5px;
  /*left: 30px;*/
  padding-left: 5px;
  /*border: 1px solid green;*/
}


/* Version 3 Ends Here */

