/*
This will style Web Edition Landing pages
*/


/* STYLING THE OVERALL PAGE LAYOUT (Header, containers) */

.dig-ed-header-banner {
  position: fixed;
  left: 0;
  right: 0;
  height: 5.7rem;
  background-color: #001E6F;
  color: white;
  font-weight: medium;
  z-index: 100;
  padding-right: 1rem;
  padding-left: 1rem;
}

.dig-ed-header-banner-flex-cta {
  margin-left: auto;
  margin-right: auto;
}

.dig-ed-header-banner-flex {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}

.dig-ed-header-banner-flex-progress-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-top: 0.4rem;
}

.dig-ed-header-banner-flex-progress-label-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 85%;
}

.dig-ed-header-banner-flex-progress-label-actual {
  position: absolute;
  transform: translateX(-2rem);
}

.dig-ed-header-banner-flex-progress-bar {
  box-sizing: content-box;
  height: 15px; /* Can be anything */
  position: relative;
  background: white;
  border-radius: 20px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 0.25rem;
}

.dig-ed-header-banner-flex-progress-bar > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #cea643;
  background-image: linear-gradient(
    center bottom,
    #d8ba75 37%,
    #cea643 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.dig-ed-header-buffer {
  position: relative;
  height: 5.7rem;
  left: 0;
  right: 0;
}

@media (min-width:600px) {
  .dig-ed-header-banner-flex {
    flex-direction: row;
    max-width: 87%;
    margin-right: auto;
  }

  .dig-ed-header-banner {
    height: 4rem;
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .dig-ed-header-buffer {
    height: 4rem;
  }

  .dig-ed-header-banner-flex-cta {
    padding-top: 0.5rem;
    width: 12.5rem;
  }
}

@media (min-width:1400px) {
  .dig-ed-header-banner-flex {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-template .dig-ed-header-background-image {
  width: 100%;
  background-image: url("https://acim.org/wp-content/uploads/2026/02/Dontation-Banner-1600px.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  position: relative;
}

.page-template .dig-ed-header-background-image .inner {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20%;
}

.logo-landing {
	position: absolute;
	right: 0;
	bottom: 0;
  margin-right: 2.5%;
  margin-bottom: 1%;
}

.logo-landing-left {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 2.5%;
  margin-top: 1%;
}

.site-container {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.site-container .site-inner {
  padding-bottom: 0px;
}

.site-container .site-inner .content {
  margin-top: 0px;
}


/* STYLING THE OVERALL PAGE LAYOUT (fonts, headings, width) */

.dig-ed-blueprint {
  font-family: 'Roboto', serif;
  margin-left: 10%;
  margin-right:10%;
  color: #000;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}


h1 {
  font-family: 'Roboto', serif;
  color: #002276;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.035;
  line-height: 45.4px;
  /* margin-top: 35px; */
  margin-bottom: 20px;
}

.dig-ed-blueprint h2 {
  font-family: 'Roboto', serif;
  color: #002276;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}

h3 {
  font-family: 'Roboto', serif;
  color: #002276;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0px;
}

.dig-ed-blueprint p {
  margin-bottom: 8px;
}


/* Some specific styles about some very specific content */

.dig-ed-blueprint ul img {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.dig-ed-blueprint ul li {
  list-style-type: disc;
}

/* Button  */
a.landing-page-button {
background-color: #c69c30;
color: white;
border: 1px solid #daba68;
border-radius: 6px;
font-size: 1.2rem;
font-weight: 400;
letter-spacing: 0.055em;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
margin-top: 20px;
}

a:hover.landing-page-button {
background-color: #daba68;
color: white;
text-decoration: none;
}

a.btn-translations {
  width: 175px;
  padding: 8px;
  margin-top: 20px;
}

.dig-ed-blueprint .donate-cta {
  /* margin: 3r 0; */
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
}

.dig-ed-blueprint .no-donation-link,
.dig-ed-blueprint .back-to-donation-link {
  font-weight: bold;
  text-align: center;
}

.dig-ed-blueprint .give-form-wrap {
  display: block;
}

.dig-ed-blueprint .no-donation-link {
  display: block;
}

.dig-ed-blueprint .confidentiality-agreement {
  margin-top: 2rem;
}

.no-donation-link b {
	font-weight: 700;
	color: #496fc9;
	font-family: 'Roboto', serif;
}

.donation-benefits {
	margin-top: 26px;
}

.thank-you {
	margin-bottom: 26px;
}

div#wpfront-scroll-top-container img {
  /* Hides the scroll to top arrow */
  display: none;
}

/* STYLING GiveWP Forms */

button.give-btn-modal {
  /* margin-left: 0px !important; */
}

/* STYLING WP Forms Styles */

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit] {
	background-color: #002276;
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.055em;
	border-radius: 4px;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: #e6ae1f ;
	color: white;
}

div.wpforms-confirmation-container-full {
		margin-top: 15px;
		background: #155783;
    color: #ffffff;
    border: none;
}

#wpforms-confirmation-91394 {
  margin-top: 0px;
}

@media screen and (min-width: 660px) {
  .repeat-form-bottom {
      margin-right: 50%;
  }
}

/* STYLING THE FOOTER */

.dig-ed-footer-landing {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.dig-ed-footer-landing .inner {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.dig-ed-footer-landing a,
.dig-ed-footer-landing a:hover,
.dig-ed-footer-landing a:visited {
  font-size: 1rem;
  color: #ddd;
}

.one-third, .features-section {
  margin-top: 2rem;
}

/* .testimonial-section {
  display:flex;
  align-its:center;
} */


.dig-ed-footer-landing  {
	width: 100%;
	overflow: auto;
	padding: 60px 0px;
	background-image: url(https://acim.org/wp-content/uploads/2020/10/blue-grundge-2000-q50.jpg);
	background-color: #155783;
	color: #fff;
}

.footer-title {
	color: #cdd2db;
	font-family: 'Roboto', serif;
	font-size: 1.9rem;
	font-weight: 400;
	letter-spacing: 0.075;
	line-height: 50.4px;
	margin-top: 35px;
	margin-bottom: 35px;
}
