@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


pre {
  font-family: monospace, monospace;
  font-size: 1em; }

.callout {
  margin-bottom: 5px;
  padding-bottom: 5px;}

.ppbackground{	
background: url(../images/background.jpg) no-repeat center;
height: 556px;
padding-top: 120px;
}

.ppbackground2{	
padding: 35px;
background: #49839f;
margin: auto;
margin-top: -50px;
max-width: 1000px;
margin-bottom: 20px;
}

h3{
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	color: #22428e;
	text-align: center;
	font-size: 56px;
	padding: 0px 15px;
	line-height: 1.1em;
	
}

h2{
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	text-align: center;
	font-size: 32px;
		line-height: 1.1em;
		padding-bottom: 25px;
	
}

.formtext{
font-family: 'Lato', sans-serif;
Max-width: 390px;
height: 50px;
margin:auto;
font-size: 26px;
}

.button{
font-family: 'Lato', sans-serif;
background: #22428e;
padding: 10px 40px;
font-size: 32px;
margin: auto;
border: 2px solid #FFF;
text-align: center;
margin-top: 20px;
font-weight: bold;
border-radius: 10px;
}

.button:hover{
font-family: 'Lato', sans-serif;
background: #0e2a6b;
padding: 10px 40px;
font-size: 32px;
margin: auto;
border: 2px solid #FFF;
text-align: center;
margin-top: 20px;
font-weight: bold;
border-radius: 10px;
}


.copy{
font-family: 'Lato', sans-serif;
font-size: 28px;
max-width: 700px;
text-align: center;
margin:auto;
line-height: 1.3em;
padding: 15px;
padding-top: 0px;
}

.copy2{
font-family: 'Lato', sans-serif;
font-size: 26px;
color: #99a2a8;
max-width: 700px;
text-align: center;
margin:auto;
line-height: 1.3em;
padding-top: 20px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
	
.ppbackground{	
background: url(../images/background.jpg) no-repeat center;
height: 556px;
padding-top: 70px;
}	
	
	
}


@media screen and (min-width:0em) and (max-width:39.9375em){

.ppbackground{	
background: url(../images/background.jpg) no-repeat center top;
height: 500px;
padding-top: 35px;
background-size: 260%;
}


h3{
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	color: #22428e;
	text-align: center;
	font-size: 36px;
	padding: 0px 15px;
	line-height: 1.1em;
	
}

h2{
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	text-align: center;
	font-size: 28px;
		line-height: 1.1em;
		padding-bottom: 25px;
	
}

.callout{
border: 0px;
}

.copy{
line-height: 1.2em;
}

.columns{
padding-left: 0px;
padding-right: 0px;
}

.ppbackground2{	
padding: 35px;
background: #49839f;
margin: auto;
margin-top: -50px;
max-width: 1000px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}

}
.error {
  color:white;
  border:2px solid red;
  padding:5px;
  background-color:#ff4d4d;
  margin-bottom:15px;
}
