/* -------------------
BEGIN Spirit Welcome Page CSS B20
Sitecore Resource: 6b957b73-c1c4-49cd-b6d9-5d2b9ffcbced
-------------------*/
/* UNIVERSAL  */
body {
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: 400;
	color: #404040;
	font-size: 100%;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ProximaNova-Semibold', sans-serif;
}
/* 
#authlogin a,
#authlogin a:hover {
	color: black;
} */



/* TOP  */

.hero {
	background: #d8d8d8 url('-/media/1FCCC83D4A3941BF8FBEB3A97A3C136E.ashx') 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: 22rem;
}

@media only screen and (max-width: 40em) {
	.herotext {
    padding:13rem 2rem 0 2rem;
	}
}

.herotitle h3 {
	color: var(--color-1);
	font-size: 3rem;
	line-height: 1;
  font-family: ProximaNova-Bold;
}

.herotitle h3 span {
	display: block;
	font-size: 2.75rem;
  text-transform: none;
  font-family: ProximaNova-Regular;
}

.herotitle h4 {
    color:#67c4a7;
}

@media only screen and (max-width: 40em) {
  .herotitle h3 {
   	font-size: 2rem;
  }
  
  .herotitle h3 span {
  	font-size: 1.5rem;
  }
}

/* Bottom  */

.secondary-outer-ctr {
	background: #00245d;
}

@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: 280px;
	padding: 1.25rem;
	background-color: var(--color-1);
	margin: 0;
	border-radius: var(--primary-border-radius); 
	border: none;
        border-top:  none
}

.callout > .flex-parent {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.footertext {
    margin-top: 2em;
    color:#ffffff;
}

.footertext a {
    color:#68b631;
   
}

@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: #000;
	margin-bottom: 2px;
}

.callout input {
	height: 50px;
	width: 125px;
	cursor: pointer;
	position: relative;
	background: #0047BA ;
	border-radius: calc(var(--primary-border-radius) * 2); 
	color:  white;
  font-family: 'ProximaNova-Semibold', sans-serif;
  border:none;
}

@media only screen and (max-width: 40em) {
	.callout {
		width: 100%;
	}
}

