@charset "UTF-8";

@font-face {
  font-family: "whyy-icons";
  src:url("fonts/whyy-icons.eot");
  src:url("fonts/whyy-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/whyy-icons.woff") format("woff"),
    url("fonts/whyy-icons.ttf") format("truetype"),
    url("fonts/whyy-icons.svg#whyy-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "whyy-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "whyy-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart-plus:before {
  content: "\61";
}
.icon-angle-down:before {
  content: "\62";
}
.icon-heart:before {
  content: "\63";
}
.icon-facebook:before {
  content: "\64" !important;
}
.icon-twitter:before {
  content: "\65" !important;
}
/*============END ICON STYLING=====*/


/*========HIDE ELEMENTS=======*/
.hidden
{
	display: none !important;
}
.sticky
{
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
}
/*==============HEADER STYLING======*/
#cartHeader
{
  height: 60px;
  background-color: #2638C4;
  /*position: sticky !important;*/
  top: 0;
  z-index: 500;
  text-align: right;
}
#cartHeader p
{
  color: white;
  font-weight: bold;
    padding-top: 15px;
}
#pledgePhone
{
  float: left;
  margin-left: 15px;
}

@media(max-width: 567px) {
  #pledgePhone
  {
    display: none;
  }
}
#pledgePhoneNumber
{
  color: #fff !important;
}

#cartContainer .icon-cart-plus
{
    padding-top: 15px;
    padding-right: 15px;
    color: #fff;
}
#cart
{
    color: #fff;
    font-family: adelle-sans,Arial,Lucida Grande,sans-serif!important;
    font-weight: bold;
    padding-right: 15px;
    /*vertical-align: text-bottom;*/
}
#dollar
{
  /*vertical-align: text-bottom;*/
}
.site-logo
{
    margin-top: 32px;
}
@media(max-width: 1023px) {
  .site-logo
{
    margin-top: 0px;
}
}
.sub-logo
{
    float: right;
    width: auto;
    height: 26px;
    margin-left: 16px;
    margin-top: 20px;
}
@media(max-width: 1023px){
  .sub-logo
  {
    margin-top: 10px;
    width: 50px;
    height: auto;
  }
  .pbs
  {
  	margin-top: 8px !important;
    width: 50px !important;
    height: auto;
  }
}

.pbs
{
	float: right;
	margin-left: 20px;
	margin-top: 15px;
	width: 78px;
	height: auto;
}
#mobileHeader
    {
        display: none;
    }

@media only screen and (max-width: 467px)
{
    #mobileHeader
    {
        display: block;
        padding: 5px;
        border-bottom: 1px solid #d3d3d4;
    }
}

.donate-head
{    
    margin-bottom: 50px;
}

.donate-head h1
{
  margin-bottom: 30px;
}

html
{
	margin-top: 0px !important;
}
a
{
    color: #2638C4;
}
.currentmember
{
  min-height: unset !important;
}

@media(max-width: 467px)
{
  #header .header--bottom
  {
    z-index: 499 !important;
  }
}
/*==========FORM STYLING=========*/

@media(min-width: 768px) {
.row
{
    width: 100%;
    display: flex;
    flex-direction: row;
}
}
.span1
{
    width: 15%;
}
.page-title2
{
  margin-top: 10px !important;
}

.floatRight
{
  width: 25%;
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

}
.floatRight.one
{
  margin-left: 0px !important;
}

.floatRight.credit
{
  justify-content: flex-start !important;
}
.floatRight.amountContainer
{
  justify-content: unset !important;
}

form input[type=email], form input[type=tel], form input[type=number]  {
    margin: 15px 0;
}
form input[type=tel], form input[type=number] {
    padding: 14px;
}

#search
{
  padding: 15px;
  width: 25%;
}
@media(max-width: 767px)
{
    .floatRight
    {
        width: 100%;
        margin: 0px;
    }
    #search
    {width: 90%;}
}

form select
{
    padding: 11px !important;
}

.giftSelectDiv
{
    margin: 30px auto;
}
@media(max-width: 767px)
{
    .giftSelectDiv
{
    width: 100%;
}
}
@media(min-width: 768px){
.labelContainer
{
  display: flex;
  flex-direction: column;
  width: 100%;
}
}
.featuredGift
{
  margin: 15px;
  position:relative;
}

@media(max-width: 767px){
  .featuredGift
  {
    display: flex;
    flex-direction: row;
  }
}
.featuredGift input {
  margin-top: 40px;
}

.featuredGift img
{
  margin-right: 7px;
}

.amount
{
    display: inline;
}

@media(max-width: 767px)
{
    .amount
{
    width: 100%;
}
}

.sustainerRow .floatRight
{
display: inline-block;
vertical-align: top;

}

@media(min-width: 767px){
  .sustainerRow, .floatRight.amountContainer {
    position: relative;
  }
  #perMonth
  {
    float: right;
    display: inline;
    bottom: 27%;
    position: absolute;
    width: 100px;
  }
  .cents
  {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100%;
    padding-left: 15px;
  }
}


.checkContainer
{
  width: 400px;
}
@media(max-width: 500px){
  .checkContainer
{
  width: 100%;
}
}

#reviewDiv, #reviewDiv2
{
	margin-top: 20px;
}
/* The Modal (background) */
.modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.membershipList
{
    height: 50%;
    overflow: scroll;
}
/* The Close Button */
.close,
.close2,
.close3,
.close4 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus,
.close3:hover,
.close3:focus,
.close4:hover,
.close4:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*=================ERROR CHECK STUFF===========================*/
#warning
{
  color: red;
  font-weight: bold;
}
.error
{
  border: 2px solid red !important;
}
