.section-container {
    margin: 50px 0;
}

.section-container:first-child {
    margin-top: 0;
}

.empty-state {
    margin: 75px 0;
    text-align: center;
}

.empty-state .empty-icon .fa {
    color: #e5e5e5;
    font-size: 10rem;
}

.empty-state .empty-title {
    color: #08A3E3;
    font-size: 3rem;
    font-weight: 100;
    margin: 20px 0 10px 0;
}

.terms-agreement-box {
    margin: 15px 5px !important;
    vertical-align: middle;
}

.pricing-section {
    background-image: url("https://www.illuminelife.org/build/themes/IL/assets/img/intro-home7.jpg");
    background-size: 110%; 
    background-position: 62.5398% 31.2699%;
}

.we-support-section {
    background-image: url("https://www.illuminelife.org/build/themes/IL/assets/img/parallax1.jpg");
    background-size: 110%; 
    background-position: 66.1891% 33.0945%;
}

/* Classes for Illumine Life manage subscription page. */

.member-subscription {
    padding: 15px;
    margin: 20px 0;
    border: 2px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
}

.member-subscription .subscription-details {
    margin-top: auto;
    margin-bottom: auto;
}

.member-subscription .subscription-actions {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center !important;
}

.member-subscription .subscription-actions button {
    margin: 5px !important;
    width: 130px;
}

.il-billing-subscription-item {
    border-bottom: 2px solid #e1e1e1;
    padding: 20px;
}

/* End of classes for Illumine Life manage subscription page. */

/* Donation Modal */
/* The Modal (background) */
.donationModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* 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  */
.donationModal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.donationModal-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

.donationModal-header {
  padding: 2px 16px;
  background-color: rgb(8,163,227);
  color: white;
}

.donationModal-body {padding: 2px 16px;}

.donationModal-footer {
  padding: 2px 16px;
  background-color: rgb(8,163,227);
  color: white;
}

@media screen and (max-width: 1215px) {
  .donationModal-content {
    width:50%;
  }
}

@media screen and (max-width: 762px) {
  .donationModal-content {
    width:100%;
    margin:0px;
  }
}

#donate-stripe-btn {
  width:168px;
}

#donate-paypal-btn {
  width:168px;
}

.donationModal-header, .donationModal-body {
  padding: 30px;
}
.donationModal-header h2 {
  font-weight: 900;
  color: white;
}