/*
This will style Landing New Template pages
*/


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

.page-template .dig-ed-header-background-image {
  width: 100%;
  background-image: url("https://acim.org/wp-content/uploads/2020/10/Large-Seashore-Banner_no_logos_for-web.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) */

.content-first-half-landing {
  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.035em;
  line-height: 45.4px;
  margin-bottom: 20px;
}

.content-first-half-landing 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;
}




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

/* Button  */
a.landing-page-button {
  border-radius: 0.375rem;
  background: #626DCB;
  color: #FFF !important;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem; /* 150% */
  margin-top: 2rem;
  padding: .6rem 2rem;
}

.landing-page-button {
  margin-top: 2rem;
}

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

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



/* STYLING WP Forms Styles */
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit], button.wpforms-page-button, #wpforms-127437 button.wpforms-page-next, #wpforms-127437 button.wpforms-page-prev {
	width: 13rem;
  height: auto;
  border-radius: 0.375rem;
  background: #626DCB;
  border: none;
	color: white;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.055em;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
  margin-bottom: 3rem;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: #626DCB;
  border: none;
  opacity: .8;
	color: white;
}

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

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

#wpforms-127437 div.wpforms-field-container div.wpforms-field-description {
  font-size: 18px;
  line-height: 1.625;
}

#wpforms-127437 label.wpforms-error {
  font-size: 16px;
}

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


/* STYLING THE FOOTER */


.footer-landing  {
	width: 100%;
	overflow: auto;
	background-color: #091d48;
	color: #cdd2db;
}

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

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

div.footer-landing-legal {
width: 100%;
background-color: #091d48;
color: #cdd2db;
padding-bottom: 30px;
}
