/** -------------------------------- **/
/**         index.html #intro        **/
/** -------------------------------- **/
.support-cat-titlelg {
  color: #4d4d4d;
  font-size: 20px;
  text-align: left;
}

.largecaps-sm {
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
}

.largecaps-lg {
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}

#intromenu {
  padding-top: 30px;
}

#intromenu p:nth-of-type(n+1){
  margin-top: 15px;
}

#area-link-internal {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 50px;
}

#area-link-internal a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.support-cat-titlesm {
  margin-top: 10px;
  margin-bottom: 15px;
}

.support-cat-titlesm p {
  font-size: 14px;
  margin: 0;
}

#support-donation {
  background-color: #e9f6fe;
  box-sizing: border-box;
  display: inline-block;
  height: 184px;
  padding: 15px 10px 10px;
  width: 72%;
}

#support-member {
  background-color: #fdf4e5;
  box-sizing: border-box;
  display: block;
  height: 184px;
  padding: 15px 0 10px;
  width: 25%;
}

.link-internal {
}

.link-internal-btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.link-internal-button {
  background: #86bf24;
  border-radius: 10px;
  box-sizing: border-box;
  height: 80px;
  line-height: 14px;
  padding-top: 15px;
  width: 100px;
}

.btn-txt {
  margin-bottom: 35px;
  position: relative;
}

.btn-txt::before {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transform: rotate(135deg);
  top: 25px;
  width: 20px;
}


/** -------------------------------- **/
/**             #transfer            **/
/** -------------------------------- **/
.bankinfo:nth-of-type(2) {
  margin-top: -30px;
}

.table-transfer {
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: -10px;
  width: 100%;
}

.table-transfer tr {
  border-bottom: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
}

.table-transfer p {
  line-height: 14px;
  margin: 0;
}

.table-transfer th {
  border-left: 1px solid #4d4d4d;
  font-weight: normal;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  width: 125px;
}

.table-transfer td {
  border-left: 1px dotted #4d4d4d;
  border-right: 1px solid #4d4d4d;
  padding: 10px 0 10px 20px;
  vertical-align: middle;
  width: auto;
}

.table-transfer:last-child {
  margin-bottom: 0;
}


/** -------------------------------- **/
/**      index.html #creditcard      **/
/** -------------------------------- **/
#creditcardoptions {
  margin: 15px 0 0;
}


/** -------------------------------- **/
/**      index.html #website         **/
/** -------------------------------- **/
#website .leadtxt {
  line-height: 1.3em;
}

#website-list-row1,
#website-list-row2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.website-item {
  background-color: #fff;
  border: 1px solid #4d4d4d;
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 15px 0;
}

.website-item:nth-child(2n) {
  margin-left: 30px;
}

.website-item p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.website-item-title {
  border-bottom: 1px solid #4d4d4d;
  padding: 15px 15px 10px;
}

.website-item-txt {
  padding: 15px;
}

.website-item-txthd {
  font-size: 14px;
  margin-bottom: 10px;
}

.website-item-link {
  margin-bottom: 20px;
}

.website-item-linkimg {
  border: 2px solid #cbcbcb;
  border-radius: 10px;
  display: block;
  margin: 5px auto;
}

#website-item-linksbi {
  margin-top: 40px;
}


/** -------------------------------- **/
/**      index.html .member          **/
/** -------------------------------- **/
.member-txt {
  margin-top: -10px;
}

.link-external {
  background: #86bf24;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 420px;
}

#supporter-indiv,
#supporter-comp {
  padding: 0;
}

.supporter-title {
  margin: 20px 0 0;
}

.table-supporter {
  background: #fff;
  font-size: 12px;
  margin: -10px 0 5px;
    padding: 10px 20px;
  width: 100%;
}

.table-supporter tr {
  border-bottom: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
}

.table-supporter th {
  border-left: 1px solid #4d4d4d;
  text-align: center;
  padding: 8px;
  font-weight: normal;
  width: 5em;
}

.table-supporter td {
  border-left: 1px dotted #4d4d4d;
  border-right: 1px solid #4d4d4d;
  padding: 8px;
  width: 17em;
}

#supporter h4 {
  line-height: 1.5em;
}

#creditcard .button-area a,
#supporter-indiv .button-area a,
#supporter-comp .button-area a,
#forestmember .button-area a {
  color: #fff;
  text-decoration: none;
}

.button-area {
  clear: both;
  margin: 20px 0 0;
}

.application {
  padding: 25px 0 15px;
}

#table-fm-indiv {
  margin-top: 10px;
}

#sup-indiv-credit,
#fm-indiv-credit {
  border-top: 1px dotted #4d4d4d;
  margin: 15px 0 15px;
}

#sup-indiv-transfer,
#fm-indiv-transfer {
  border-top: 1px dotted #4d4d4d;
  border-bottom: 1px dotted #4d4d4d;
}

#fm-indiv-transfer {
  margin-bottom: 80px;
}

.supporter-address {
  margin: 16px 0;
}

.table-faxmail {
  background: #fff;
  border: 1px solid #4d4d4d;
  font-size: 12px;
  height: 50px;
  margin-top: 10px;
  width: 480px;
}

#supporter .table-faxmail a,
#forestmember .table-faxmail a {
  color: #4d4d4d;
  text-decoration: none;
}

.table-faxmail th {
  padding-left: 40px;
}

#fm-indiv-transfer {
  margin-bottom: 0;
}


/** -------------------------------- **/
/**        credit card pages         **/
/** -------------------------------- **/
#intro-credit {
  font-size: 14px;
  line-height: 21px;
  padding-top: 30px;
}

.menu-credit {
  margin-top: 40px;
}

#fsi_monthly {
  margin-top: -15px;
}

#fsi_yearly {
  margin-top: -10px;
}

.AmountSelect {
  height: 48px;
  margin: 20px 0 0;
  padding-left: 10px;
  width: 420px;
}

.btn-link {
  border: none;
  margin: 20px 0;
  padding-top: 0;
}

.note-item {
  margin-bottom: 10px;
}

#anch-note {
  margin-bottom: 80px;
  padding-bottom: 0;
}

#note-para {
  line-height: 16px;
}

#cardpassword {
  margin-bottom: 120px;
}
