/* -------------------
BEGIN client-astra-welcome
Sitecore Resource: 0ef240d6-d213-4664-ac7c-10c0e8886280
-------------------*/
/* B23 Fixes */
.qab-sticky-ctr {display:none;}
.herotitle h3 {color: white !important;}
.grid-x.callout-ctr   {background-color:  var(--branding-primary-default) !important;}

/* UNIVERSAL  */
body {
	font-family: 'NotoSans-Regular', sans-serif;
	font-weight: 400;
	color: #404040;
	font-size: 100%;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'NotoSans-Semibold', sans-serif;
}
/* 
#authlogin a,
#authlogin a:hover {
	color: black;
} */



/* TOP  */

.hero {
	background: #d8d8d8 url('-/media/48F2DC6C7CD849E4A130094EC2D8C75F.ashx?rev=3') no-repeat scroll 0 0;
	height: 500px;
	background-size: cover;
}

@media only screen and (max-width: 40em) {
 .hero {
   height:340px;
 }
}
.herotext {
	padding-left: 4rem;
	padding-top: 13rem;
}

@media only screen and (max-width: 40em) {
	.herotext {
    padding:8rem 2rem 0 3rem;
	}
}

.herotitle h3 {
	color: var(--color-1);
	font-size: 3rem;
	padding-bottom: 1rem;
	line-height: 1.2;
  text-transform: uppercase;
  font-family: NotoSans-Bold;
}

.herotitle h3 span {
	display: block;
	font-size: 2.75rem;
  text-transform: none;
  font-family: NotoSans-Regular;
}

.footertext {
    color: var(--color-0);
    padding-top: 1rem;
    text-align:center;
}

@media only screen and (max-width: 40em) {
  .herotitle h3 {
   	font-size: 2rem;
  }
  
  .herotitle h3 span {
  	font-size: 1.5rem;
  }
}

/* Bottom  */

.secondary-outer-ctr {
	background: var(--branding-primary-default);
}

.btn,
a.btn {
  background-color: var(--branding-accent-2); 
  color: #ffffff;
}

.landingPage .callout input {
    background: var(--branding-accent-2);
Color: #fffffff;
}

@media (min-width: 64em) {
	.secondary-outer-ctr {
    padding: 0;
    margin:0;
	}
}
.callout-ctr {
	display: flex;
	justify-content: space-evenly;
	padding: 2.25rem;
}

@supports (-ms-ime-align: auto) {
	.callout-ctr {
		justify-content: space-around;
	}
}

.callout-ctr .callout {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex-basis: 360px;
	padding: 1.25rem;
	background-color: #ffffff;
	margin: 0;
	border-radius: 0;
	border: none;

}

.callout > .flex-parent {
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media (min-width: 48em) {
	.callout {
		min-height: 180px;
	}
	.callout > .flex-child,
	.callout > .flex-parent > .flex-child-2 {
		flex: 1 0 auto;
	}
}

@media (max-width: 40em) {
	.callout-ctr .callout {
		margin-bottom: 1.5rem;
	}
}
.callout h5 {
	color: var(--color-0);
	margin-bottom: 1rem;
}

.callout input {
	height: 50px;
	width: 100px;
	min-width: 150px;
	cursor: pointer;
	position: relative;
	background: var(--color-4);
	border-radius: calc(var(--primary-border-radius) * 0);
	color: var(--color-branding-primary-default);
  font-family: 'NotoSans-Semibold', sans-serif;
  border:none;
}

@media only screen and (max-width: 40em) {
	.callout {
		width: 100%;
	}
}

