/***********************
* FONTS
***********************/

#lpeCDiv_1142 { height: 0px !important; }
.lpeCElement { height: 0px !important; }

/***********************
* GENERAL
***********************/
.btn-custom {
  display: inline-block;
  text-align: center;
  padding: 1.8rem 0rem;
  border-radius: 0.5rem;
  text-decoration: none;
}
.btn-custom.btn-login {
  width: 20.3rem;
}
.btn-custom.btn-medium {
  width: 21.3rem;
}
.btn-custom.btn-small {
  width: 18.2rem;
} 
.btn-custom.btn-large {
  width: 26.5rem;
}
.btn-custom.btn-xlarge {
  width: 28.2rem;
}
.btn-custom.btn-yellow {
  color: #1b522a;
  background-color: #ecc44c;
  font-family: 'open-sans', Arial, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
}
.btn-custom.btn-yellow-2 {
  color: #1b522a;
  background-color: #ffc91a;
  font-family: 'bebas-neue', Oswald, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.btn-custom.btn-green {
  color: #fff;
  background-color: #26793f;
  font-family: 'bebas-neue', Oswald, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.btn-custom.btn-green-2 {
  color: #fff;
  background-color: #66c06f;
  font-family: 'open-sans', Arial, serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.9rem;
  text-transform: uppercase;
}
.btn-custom.btn-green-2:hover {
  background-color: #a0d160;
}
.btn-custom.btn-transparent {
  color: #313131;
  background-color: transparent;
  font-family: 'open-sans', Arial, serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
}
.txt {
  position: relative;
  z-index: 10;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 139px;
}
.show-for-small {
  display: none;
}
#footer a.phone {
  text-decoration: none;
  color: #686868;
}
/***********************
* HEADER
***********************/
#header {
  padding: 0rem;
  background-color: #533f16;
  background-position: left top;
  background-repeat: no-repeat;
}
#header .btn-custom {
  margin: 0.7rem 1.6rem;
  padding: 0.6rem 1.5rem;
  width: 16.4rem;
}
#header .social-top {
  padding: 1rem 0rem;
}
#header .social-top a {
  margin-right: 0.9rem;
  display: inline-block;
}
#header .social-top i {
  font-size: 2.4rem;
}
/***********************
* MENU
***********************/
#menu .navigation {
  padding: 0 3rem;
}
#menu .brand {
  margin-right: -37.8rem;
  position: relative;
  margin-bottom: 1rem;
  z-index: 99999999;
}
#menu .brand img {
  max-width: 100%;
  margin: 12px 0px 5px;
}
#menu h2.menuhdr {
  color: #50401D;
  font-size: 24px !important;
  font-weight: 400;
  padding-bottom: 5px !important;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
  border-bottom: 1px solid #808080;
}
#menu h2.menuhdr a {
  color: #00800e;
}
#menu .megamenu .row .col2 {
  display: block;
  width: 100%;
  min-height: 20px;
  float: left;
  margin-left: 2.127659574468085%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu .megamenu .row [class*="col"]:first-child {
  margin-left: 0;
}
#menu .megamenu .row .col2 {
  width: 31.914893617021278%;
}
#menu .jetmenu {
  padding: 0;
  margin: 42px 0 0 0;
  position: relative;
  float: right;
  list-style: none;
  z-index: 999999;
}
#menu .jetmenu li {
  display: inline-block;
}
#menu .jetmenu a {
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  z-index: 10;
}
#menu .jetmenu>li>a {
  padding: 26px 12px 27px 12px;
  font-family: 'open-sans', Arial, serif;
  font-weight: 600;
  color: #1C3250;
  text-decoration: none;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
#menu .jetmenu>li:hover>a,
#menu .jetmenu>li.active>a {
  background: white;
  color: #10253e;
}
#menu .jetmenu ul.dropdown,
#menu .jetmenu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 134px;
  background: #eeeded;
  width: 300px;
}
#menu .jetmenu ul.dropdown {
  top: 78px;
}
#menu .jetmenu ul.dropdown li ul.dropdown {
  left: 100%;
  top: inherit;
}
#menu .jetmenu ul.dropdown li {
  clear: both;
  width: 100%;
  font-size: 16px;
}
#menu .jetmenu ul.dropdown li a {
  width: 100%;
  padding: 5px 24px 5px;
  display: inline-block;
  clear: both;
  text-decoration: none;
  color: #00800e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#menu .jetmenu ul.dropdown li:hover>a {
  background: #eeeded;
  color: #555;
}
#menu .jetmenu ul.dropdown li ul.dropdown.left {
  left: auto;
  right: 100%;
}
#menu .jetmenu .indicator {
  position: relative;
  left: 5px;
  top: 0;
  float: right;
}
#menu .jetmenu ul li .indicator {
  top: 1px;
  left: 10px;
}
#menu .jetmenu>li>.megamenu {
  position: absolute;
  display: none;
  background: #eeeded;
  width: 25%;
  top: 78px;
  z-index: 99;
  padding: 20px 30px 20px;
}
#menu .jetmenu .megamenu p {
  padding: 0 0 10px 0 !important;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
#menu .jetmenu li > .megamenu ul {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  position: relative;
}
#menu .jetmenu li > .megamenu ul li {
  width: 100%;
  padding: 4px 0;
  font-size: 16px;
  line-height: 18px;
}
#menu .jetmenu li > .megamenu ul li.title {
  margin: 0 0 8px;
  padding: 0 0 5px;
  border-bottom: solid 1px #666;
}
#menu .jetmenu li > .megamenu h5 {
  width: 100%;
  margin: 0;
  padding: 0;
}
#menu .jetmenu li > .megamenu a {
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #00800e;
}
#menu .jetmenu li > .megamenu a.btn {
  float: none;
  display: inline-block;
  font-size: 19px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 19px;
  background: #66c06f;
  letter-spacing: 0.05em;
  border: none;
  filter: 0;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  padding: 21px 30px 18px 30px;
  margin: 0;
}
#menu .jetmenu li > .megamenu a.btn.smallbtn {
  padding: 1rem;
  font-size: 14px;
  margin-bottom: 10px !important;
}
#menu .jetmenu li > .megamenu a:hover,
#menu .jetmenu .megamenu img {
  width: 100%;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
#menu .jetmenu li > .megamenu a.btn.smallbtn:hover {
  width: auto;
}
#menu .jetmenu>li.fix-sub>.megamenu,
#menu .jetmenu>li.fix-sub>.megamenu.half-width,
#menu .jetmenu>li.fix-sub>.dropdown {
  right: 0;
}
#menu .jetmenu>li>.megamenu.half-width {
  width: 50%;
}
#menu .jetmenu>li>.megamenu.full-width {
  width: 100%;
  left: 0;
}
#menu .jetmenu li > .megamenu form {
  width: 100%;
}
#menu .jetmenu li > .megamenu form input[type="text"],
#menu .jetmenu li > .megamenu form textarea {
  padding: 5px;
  color: #999;
  background: #444;
  border: solid 1px transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
#menu .jetmenu li > .megamenu form input[type="text"]:focus,
#menu .jetmenu li > .megamenu form textarea:focus {
  border-color: #eeeded;
}
#menu .jetmenu li > .megamenu form input[type="text"] {
  width: 100%;
  margin-top: 10px;
}
#menu .jetmenu li > .megamenu form textarea {
  width: 100%;
  margin-top: 10px;
}
#menu .jetmenu li > .megamenu form input[type="submit"] {
  width: 25%;
  float: right;
  height: 30px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  background: #444;
  color: #777;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#menu .jetmenu li > .megamenu form input[type="submit"]:hover {
  background: #eeeded;
  color: #555;
}
#menu .jetmenu>li.right {
  float: right;
}
#menu .jetmenu>li.right>.megamenu,
#menu .jetmenu>li.right>.megamenu.half-width,
#menu .jetmenu>li.right>.dropdown {
  right: 0;
}
#menu .jetmenu>li.jsright {
  float: right;
}
#menu .jetmenu>li.jsright.last>.megamenu,
#menu .jetmenu>li.jsright.last>.megamenu.half-width,
#menu .jetmenu>li.jsright.last>.dropdown {
  right: 0;
}
#menu .jetmenu>li>a>i {
  line-height: 23px !important;
  margin-right: 6px;
  font-size: 18px;
  float: left;
}
#menu .jetmenu>li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #999;
  background: #333;
}
#menu .jetmenu > li.showhide span.title {
  margin: 15px 0 0 25px;
  float: left;
}
#menu .jetmenu > li.showhide span.icon {
  margin: 17px 20px;
  float: right;
}
#menu .jetmenu > li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #999;
}
.additional-donation p { margin-top: -10px; color: #1C3350; }

.additional-donations input[type="radio"] {
	display: none;
}
.additional-donations label {
	background: #C8C8C8;
	text-align: center;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	color: #fff !important;
	font-weight: bold;
	font-size: 20px;
	display: block;
}
.additional-donations label.active, .additional-donations label:hover {
	background: #533f16;
	color: white !important;
}
.additional-donations input[type="text"] {
	background: #fff;
	width: 100%;
	color: #533f16;
}
.additional-donations input[type="text"].active {
	background: #114067;
	color: #fff;
}
.additional-donations input[type="text"].error {
	color: #114067;
	background: #fff;
	border: 1px solid red;
}
.monthly-donation label {display: inline !important;}
#position-agency-span, #prefix-label {color: #50401D !important;}
.monthly-donation {margin-top: 10px;}
/***********************
* FOOTER
***********************/
#footer {
  background: #f4f4f4;
  color: #686868;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 4.5rem 0 4rem;
  text-align: center;
}
#footer a {
  color: white;
  text-decoration: underline;
}
#footer a.btn-custom {
  color: #fff;
  border-radius: 1.8rem;
  margin: 0rem 0rem 2rem;
}
#footer a.btn-custom:hover {
  color: #333;
}
#footer .footerwidgets {
  padding: 1rem 0rem 4rem;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
#footer .footerwidgets .contact {
  text-align: left;
}
#footer .footerwidgets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footerwidgets ul li {
  text-align: left;
}
#footer .footerwidgets ul.socialicons li {
  display: inline;
  padding: 0rem 0.8rem;
}
#footer .footerwidgets ul.socialicons li i {
  font-size: 3rem;
}
#footer .footerheading {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: 'bebas-neue';
  font-weight: 400;
  position: relative;
  padding-bottom: 3rem;
}
#footer .footerheading:before {
  background: #ddd;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  top: 25%;
  width: 100%;
  left: 0;
}
#footer .footerheading span {
	
  color: #000;
  background: #f4f4f4;
  font-family: "ff-market-web";
  padding: 0rem 1.5rem;
  position: relative;
  z-index: 1;
}
#footer p.copyright {
  padding-top: 2.4rem;
  font-size: 14px;
  margin: 0rem;
}
@media (min-width: 769px) {
  .navbox {
    background: #fff;
    overflow: hidden;
    margin: 15px;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.3);
  }
  .navboxmega {
    background: #fff;
    overflow: hidden;
    margin: 0px;
    padding: 10px;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.3);
  }
}
@media screen and (max-width: 1740px) {
  #footer {
    text-align: center;
  }
  #footer ul li {
    margin: 0.6rem 0rem;
  }
  #footer .copyright {
    padding: 2.4rem 0.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #menu .brand {
    width: 17rem;
    margin-right: -17rem;
    position: relative;
    z-index: 99999999;
  }
}
@media screen and (max-width: 1161px) {
  .navigation .large-9 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
	#content {
    	padding-top: 0rem !important;
		background: url(https://give.lsa.org/rs/294-IHA-720/images/lsa-background.jpg) no-repeat scroll 0 0/cover #123565;
		background-position: top center !important;
	}
}
@media screen and (max-width: 979px) {
  #menu .jetmenu > li.showhide span.title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .top-bar-title {
    padding: 5rem 1rem 0.5rem 0;
  }
  #footer .contact {
    padding-top: 2rem;
  }
  #footer a.btn-custom {
    margin: 2rem 0rem;
  }
  #footer .footerwidgets ul.socialicons {
    margin: 2rem 0rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  #footer {
    text-align: center;
  }
  #footer ul li {
    margin: 0.6rem 0rem;
  }
  #footer .copyright {
    padding: 2.4rem 0.5rem;
  }
  #footer a.btn-custom {
    margin: 2rem 0rem;
  }
  #footer .footerwidgets ul li {
    text-align: center;
  }
  #footer .footerwidgets .contact {
    text-align: center;
  }
  #footer .footerwidgets ul.socialicons {
    margin: 2rem 0rem;
  }
  #footer .YourMembership {
    padding: 0;
  }
}
@media only screen and (min-width: 786px) and (max-width: 990px) {
  #menu .jetmenu>li>a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .show-for-small {
    display: block;
  }
  #header .btn-yellow {
    display: none;
  }
  #header .social-top {
    text-align: center;
    float: none !important;
  }
  #menu .jetmenu li > .megamenu a.btn.smallbtn:hover {
    width: 100%;
    color: #333;
    background: #a0d160;
  }
  .top-bar-title {
    padding: 3rem 0rem 1rem;
  }
  #menu .btn-yellow {
    background-color: #ecc44c;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    font-size: 1.6rem;
    color: #1b522a;
    font-family: 'open-sans', Arial, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    width: 16.4rem;
    margin: 1.5rem;
  }
  #menu .navigation .w100 {
    float: none !important;
    width: 100%;
  }
  #menu .brand {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
  #menu .brand img {
    margin-left: 10px;
  }
  #menu .jetmenu {
    width: 100%;
    margin: 0px 0 0 0;
    clear: both;
    display: none;
  }
  #menu .jetmenu>li>.megamenu {
    background: none;
  }
  #menu .jetmenu>li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #menu .jetmenu>li>a {
    padding: 15px 25px;
  }
  #menu .jetmenu a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #menu .jetmenu ul.dropdown,
  #menu .jetmenu ul.dropdown li ul.dropdown {
    width: 100% !important;
    left: 0;
    position: static !important;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #menu .jetmenu ul.dropdown li {
    background: #fff !important;
    border: none;
  }
  #menu .jetmenu ul.dropdown>li>a {
    padding-left: 40px !important;
  }
  #menu .jetmenu>li>.megamenu {
    width: 100% !important;
    position: static;
    border-top: none;
  }
  #menu .jetmenu > li > .megamenu .row [class*="col"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menu .jetmenu > li > .megamenu .row:first-child [class*="col"]:first-child {
    margin-top: 0;
  }
  #menu .jetmenu > li > .megamenu .row {
    margin-top: 0;
  }
  #menu .jetmenu>li>ul.dropdown>li>a {
    padding-left: 40px !important;
  }
  #menu .jetmenu>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 60px !important;
  }
  #menu .jetmenu>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 80px !important;
  }
  #footer {
    text-align: center;
  }
  #footer ul li {
    margin: 0.6rem 0rem;
  }
  #footer .copyright {
    padding: 2.4rem 0.5rem;
  }
  #footer a.btn-custom {
    margin: 2rem 0rem;
  }
  #footer .footerwidgets .contact {
    text-align: center;
  }
  #footer .footerwidgets ul li {
    text-align: center;
  }
  #footer .footerwidgets ul.socialicons {
    margin: 2rem 0rem;
  }
}
@media screen and (max-width: 360px) {
  #menu .btn-yellow {
    margin: 0 auto 1rem;
    float: none !important;
  }
  #menu .brand {
    margin: 0 auto 1rem;
    float: none !important;
  }
}
#company-label {color: #50401D !important;}
.number-box {
  display: inline-block;
  width: 30%;
  min-width: 225px;
}
.number-box-2, .number-box-3 {
display: inline-block;
width: 15%;
margin: 1% 0;
min-width: 100px;
}
.sample-heading {
font-weight: bold;
font-size: 1.2rem;
}
.member-type.sample {
font-family: "Courier New", Courier, monospace;
font-weight: bold;
}
.sample-member-number {
margin-top: -10px;
}

#footer {
	background: #211b12;
	color: white;
}

#bama { position: relative; top: -4px; }

#footer .phone img { max-height: 20px; margin-right: 5px; }
#footer .phone { margin-bottom: 30px; font-style: italic; font-weight: bold; }

#footer .facebook img { max-height: 30px; }
#footer .facebook { margin-bottom: 30px; }

#footer .bottom { font-size: 12px; margin-top: 30px; }

/* Donation form additions */

.donation-form #additional-other {
	border: 0px solid transparent;
	background: none;
	border-bottom: 2px solid #533f16;
	box-shadow: none !important;
	text-align: center;
	height: 51px;
	font-size: 19px;
    margin-top: 0px;
	font-weight: bold;
}

.donation-form #additional-other.active {
	background: #533f16;
	color: white;
}

.donation-form #additional-other::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #533f16;
}
.donation-form #additional-other::-moz-placeholder { /* Firefox 19+ */
  color: #533f16;
}
.donation-form #additional-other:-ms-input-placeholder { /* IE 10+ */
  color: #533f16;
}
.donation-form #additional-other:-moz-placeholder { /* Firefox 18- */
  color: #533f16;
}

.donation-form .number-box { width: 100%; }

.donation-form .member-type { display: inherit !important; }
.donation-form .white-box { margin-bottom: -35px; margin-top: 8px; }