/*!
 * Client Name Local Styles
 * Copyright 2008-2017 Punchmark
 */


.alert.alert-global {
  background: #a4b8c7;
  border-color: #a4b8c7;
  color: #ffffff !important;
}

.alert-global .close > span > span {
  background: #ffffff !important;
}

header {
  z-index: unset;
}

a#logo {
  margin: -15px auto -25px auto;
  z-index: 2001;
  position: relative;
}

@media(min-width:768px){
	a#logo {
	  margin: -15px auto 10px auto;
	}
}

footer .btn-primary {
  background-color: #8A9EAD !important;
  border-color: #8A9EAD !important;
}

#mc_embed_signup {
  background: none !important;
  margin-top: -10px !important;
}

#mc_embed_signup label,
#mc_embed_signup .clear {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
}

#mc_embed_signup input.email {
  background: rgba(255,255,255,0.5) !important;
  border: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 7px !important;
}

#mc_embed_signup .button {
  background: #324e62 !important;
  color: white !important;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
}

@media(min-width:768px){
	#mc_embed_signup,
	#mc_embed_signup label,
	#mc_embed_signup .clear {
	  text-align: left !important;
	  display: block;
	  width: 100%;
	}
}