/* main.css */

@charset "UTF-8";

html {
  overflow-y: scroll;
}

body {
  font-family: sans-serif, Verdana, Geneva, sans-serif;
  font-size: 14px;
  margin: 0;
}

a, img {
  border: none;
  outline: none;
}

#page {
  margin: 0 auto;
  padding: 0;
  /*width: 900px;*/
  /*border: 1px solid red;*/
}

#page-header {
 /*border: 1px solid red;*/
}

#top-of-page {
  text-align: center;
}

/* Start Page Header */

#top-header {
  display: block;
  padding-top: 5px;
  background-color: #f0f0f0;
  height: 35px;
  width: 100%;
  background-color: #f0f0f0;
}

#top-header-content {
  width: 900px;
  margin: 0 auto;
}

#top-header-left {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  font-size: 150%;
  padding-left: 5px;
}

#top-header-right {
  display: inline-block;
  float: right;
  vertical-align: middle;
}

#top-header-social {
  display: inline-block;
  vertical-align: middle;
}

#top-header-follow-us {
  display: inline-block;
  padding-right: 5px;
}

.top-header-social-image {
  height: 25px;
}

#search-for-a-cause {
  display: inline-block;
  margin-left: 10px;
}

#search-for-a-cause-form {
  background-color: #ffffff;
  margin-right: 5px;
  border-top: 2px solid #a7a7a7;
  border-left: 2px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}

#cause-name {
  height: 24px;
  margin-top: -10px;
  outline: none;
  border: none;
}

#search-magnifying-glass {
  vertical-align: middle;
  cursor: pointer;
}

#middle-header {
  border-bottom: 2px solid #bcbcbc;
  margin-top: 10px;
  padding-bottom: 10px;
  width: 900px;
  margin: 10px auto 0px;
}

#middle-header-right-login-signup {
  font-size: 200%;
  font-weight: bold;
  cursor: pointer;
  padding-top: 20px;
}

#portal-logo {
  /*float: left;*/
  display: inline-block;
  max-width: 575px;
  min-width: 100px;
  max-height: 130px;
}

#portal-logo-image {
  max-height: 80px;
}

.vertical-align-middle {
  vertical-align: middle;
}

#middle-header-right {
  display: inline-block;
  float: right;
  text-align: center;
  /*height: 130px;*/
  height: 70px;
  /*margin-right: 10px;*/
}

#portal-logout {
  height: 24px;
  cursor: pointer;
}

#bottom-header {
  width: 900px;
  margin: 0 auto;
}

#bottom-header-text {
  /*display: inline-block;*/
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0px;
  /*font-size: 275%;*/
  font-size: 220%;
  font-weight: bold;
  color: #525252;
}

#bottom-header-images {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 130%;
  color: #4d4d4d;
}

#header-image1 {
  vertical-align: middle;
  height: 25px;
}

#header-image2 {
  vertical-align: middle;
  margin-left: 60px;
  height: 25px;
}

#header-bottom-rule {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
  height: 6px;
}

/* End Page Header */


/* Start Page Footer */

#footer-section {
  border-top: 4px solid #4d4d4d;
  background-color: #f0f0f0;
  margin-top: 100px;
  padding-top: 5px;
  color: #51514f;
  font-weight: bold;
}

#footer-section-content {
  width: 900px;
  margin: 0 auto;
}

#footer-section1 {
  float: left;
  display: inline-block;
  width: 190px;
  padding-left: 10px;
  vertical-align: top;
}

.footer-title-text {
  font-size: 120%;
  font-weight: bold;
  color: #51514f;
}

#footer-section1-items {
  margin-bottom: 30px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

.footer-section1-list-item {
  margin-bottom: 10px;
}

.footer-section1-item {
  text-decoration: none;
  color: #51514f;
}

#footer-section1-social {
  margin-left: -10px;
}

.footer-section1-social-image {
  height: 40px;
}

#footer-section2 {
  float: left;
  display: inline-block;
  width: 250px;
  vertical-align: top;
}

.tfp-contact-item {
  margin-bottom: 10px;
}

#tfp-contact-name {
  width: 220px;
  height: 25px;
}

#tfp-contact-email {
  width: 220px;
  height: 25px;
}

#tfp-contact-comment {
  width: 220px;
  height: 80px;
  resize: none;
}

#send-email-message {
  float: right;
}

#send-email-message-button {
  margin-right: 20px;
  cursor: pointer;
}

#footer-section3 {
  float: left;
  display: inline-block;
  width: 150px;
  vertical-align: top;
}

#footer-section3-items {
  margin-bottom: 30px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

.footer-section3-list-item {
  margin-bottom: 10px;
}

.footer-navigation3-item {
  text-decoration: none;
  color: #51514f;
}

#footer-section4 {
  display: inline-block;
  width: 290px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

.footer-detail-text {
   margin-bottom: 10px;
}

#footer-navigation  {
  background-color: #4d4d4d;
  height: 40px;
  margin-top: 0px;
}

#footer-navigation-section {
  float: right;
  /*margin-right: 20px;*/
  width: 100%;
  text-align: center;
}

#footer-navigation-items {
  list-style-none: none;
}

.footer-navigation-list-item {
  display: inline;
  color: #ffffff;
}

.footer-navigation-item {
  text-decoration: none;
  color: #ffffff;
}

.footer-navigation-item:hover {
  text-decoration: underline;
}

/* End Page Footer */

/* New css end */






#header-login-signup {
  /*float: right;*/
  display: inline-block;
}

#login-signup-button {
  margin-top: 45px;
  height: 65px;
}

/* Start For portal_header_right.php */

#header-nav {
  /*float: right;*/
  display: inline-block;
  margin: 0;
  padding: 9.5px 0 0 0;
}

#header-nav ul {
  vertical-align: bottom;
  list-style-type: none;
}

#header-nav li {
  display: inline;
  margin-left: -4px;
}

/* End portal_header_right.php */

#sign-up-now {
  padding: 20px 10px 0 0;
}

#portal-login {
  padding: 21px 10px 0 0;
  vertical-align: bottom;
}


.cvv-modal-exit-button {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  cursor: pointer;
}





.header-nav-button {
  /*height: 65px;*/
  height: 45px;
  /*border: 1px dashed purple;*/
  text-decoration: underline;
}
/*
.header-nav-button:hover {
  text-decoration: underline;
}
*/



.clear {
  clear: both;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.highlight {
  color: #000000;
  background-color: #e7cee6;
}

.required {
  font-size: 18px;
  font-weight: bold;
  color: #a30303;
}