body {
	color: var(--ais-dark-grey);
	font-family: "ff-tisa-sans-web-pro", sans-serif;
}
.microsite-header, .microsite-footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background: white;
	border-bottom: none;
	margin: 0 0;
}
.microsite-header .navbar-header {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
    width: 100%;
}
#justifiedProducts a.jg-entry {
display:none;
}
#justifiedProducts a.jg-entry.entry-visible {
display:block;
}

#load-more {color:#74b699;}
#load-more:hover {color:#FFF;}
.microsite-header .navbar-header:before, .microsite-header .navbar-header:after {
content:none;
}
.contact-intro {
	margin-bottom: 30px;
}
{!-- Desktop --}
.microsite-banner {
	background-size: cover;
	color: white;
	min-height: 400px;
	position: relative;
}
.microsite-banner .container {
	min-height: 400px;
	position: relative;
}

.microsite-banner h1 {
	text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.11);
	text-wrap: balance;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 30px;
}
.microsite-banner p {
	text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.11);
	text-wrap: balance;
	position: absolute;
	bottom: 5px;
	right: 30px;
{!-- 	font-size: 30px; --}
}

select option {
	color: black;
}
.resources-block {
  background-color: #8A8C8F;
  padding: 30px;
  color: #FFF;
}

.resources-block h3 {
	margin-top: 0;
	color: #FFF;
}

.microsite-content {
  padding-top: 35px;
  padding-bottom: 15px;
}
.microsite-resources {
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}
.microsite-social {
margin-bottom: 20px;
}
.microsite-social li a {
font-size: 28px;
}

.microsite-resources li a {
	padding: 20px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #58595A;
	color: #FFF;
}

.microsite-contact {
	padding-top: 30px;
}
.microsite-contact, .cta {
	background-color: #312F3F;
	color: white;
	padding-bottom: 40px;
}
{!-- Mobile Styles --}
@media (min-width: 768px) and (max-width: 1119px) {
	.microsite-banner, .microsite-banner .container {
		min-height: 500px;
	}
}
@media (max-width: 767px)  {
	.container-fluid>.navbar-header {
		margin-left:0;
	}
	.microsite-contact .container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

{!-- Tablet --}
@media (min-width: 1120px) {
	.microsite-banner, .microsite-banner .container {
		min-height: 800px;
	}
	.microsite-banner h1 {
		text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.11);

		font-size: 42px;
	}
	.resources-block {
	  padding: 55px;
	}
}

.form-group {
margin-bottom: 1rem;
}
.form-group input {
	font-size: 14px;
}
.form-control {
height: auto !important;
font-size: 14px;
}

.form-label {
{!--   position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: white;
  pointer-events: none;
  transition: 0.2s ease all; --}
  margin-bottom: 0;
  font-size: 14px;
  color: white;
}

.form-control {
  width: 100%;
  padding: 10px 10px 10px 10px;
  background: transparent;
  border-radius: 0;
  border: 2px solid white;
  color: white;
  outline: none;
  height: auto;
}

.form-control::placeholder {
  color: transparent;
}

/* Hide the label when input is focused */
.form-control:focus + .freeform-label {
  opacity: 0;
}

.form-control:focus + .form-label,
.form-control:not(:placeholder-shown) + .form-label {
  top: 0;
  transform: translateY(-150%);
  font-size: 12px;
  color: white;
}

.form-control:focus {
  border-color: white;
}

.microsite-products {
  padding-top: 40px;
  padding-bottom: 40px;
}

.microsite-products .product {
  margin-bottom: 20px;
}

.microsite-products h4 {
  margin-top: 5px;
}

.btn.btn-outline-white {
	border: 2px solid white;
	border-radius: 0;
	background: transparent;
	color: white;
}

.cta {
	padding-top: 70px;
	padding-bottom: 70px;
}
.cta-copy {
margin-bottom: 20px;
}
.flex-row {
display: flex;
flex-wrap: wrap;
justify-content: start;
}
.microsite-footer-logo {
	margin-bottom: 20px;
}
.microsite-footer h5 {
	margin-bottom: 30px;
	font-size: 20px;
	margin-top: 20px;
}
@media (max-width: 1119px) {
  .align-left-sm {
	  text-align: left !important;
  }
}

h2, h3, h4, h5 {
	font-weight: 500;
}
.text-wrap-balance {
text-wrap: balance;
}

@media (min-width: 920px) {
  .microsite-footer .container-fluid {
	max-width: 1500px;
  }
}
