/* variables */

@font-face {
	font-family:"Andada";
	src:url("../fonts/andada-regular-webfont.eot");
	src:url("../fonts/andada-regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/andada-regular-webfont.svg#andadaregular") format("svg"),
		url("../fonts/andada-regular-webfont.woff") format("woff"),
		url("../fonts/andada-regular-webfont.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}

/* tags */

body {
	margin-bottom:72px;
}
img {
	width:64px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Andada;
	text-align:center;
	color:black;
	font-weight:normal;
}
h1 {
	font-size:64px;
	letter-spacing:1px;
	margin:0px;
	line-height:150%;
	margin-top:48px;
	margin-bottom:48px;
}
h2 {
	font-size:18px;
	line-height:150%;
	font-family:Andada;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom:18px;
	text-align:center;
	color:#222;
	text-transform:none;
}
	/*
	line-height:150%;
	font-family:Andada;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom:64px;
	text-align:left;
	color:#222;
	font-size:24px;
	border:none;
	color:#777;
	text-align:center;
	text-transform:none;
	*/
}
h3 {
	font-size:18px;
	line-height:150%;
	font-family:Andada;
	letter-spacing:1px;
	text-align:center;
	margin-top:24px;
	margin-bottom:24px;
	text-transform:none;
	color:#222;
}
header {
	text-align:center;
}
header img {
	margin-top:48px;
	margin-bottom:48px;
}
nav {
	font-size:18px;
	line-height:150%;
	font-family:Andada;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom:18px;
	text-align:center;
	color:#222;
}
p, li, blockquote {
	font-size:18px;
	line-height:150%;
	font-family:Andada;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom:18px;
	text-align:left;
	color:#222;
}
blockquote {
	font-size:24px;
	border:none;
	color:#777;
	text-align:center;
}
svg {
	margin-bottom:18px;
}
img {
	margin-bottom:18px;
}
li {
	list-style:square;
}
a {
	color:#428bca;
	color:#2972b1;
	/* border-bottom:1px solid #428bca; */
	text-decoration:none;
}

a:hover, a:focus {
	color:#428bca;
	color:#0f5897;
	color:#5case4;
	text-decoration:none;
}

#community a {
	border:none;
}

footer {
	margin-top:18px;
	margin-bottom:18px;
}

footer p {
	font-size:14px;
	text-align:center;
}

button {
	border: 1px #428bca solid;
	color: #428bca;
	padding: 18px;
	border-radius: 0px;
	margin-top: 32px;
	margin-bottom: 32px;
	background:white;
	font-size:18px;
	display:block;
	text-align:center;
	font-family:Andada;
}

button:hover {
	border: 1px white solid;
	color: white;
	background: #428bca;
}

form {
	text-align:center;
}

form a {
	border-color:#428bca;
	color:#428bca;
}

.natural-field-toggle {
line-height: inherit;
display: inline-block;
color: #428bca;
cursor: pointer;
border-bottom: 1px dashed #428bca;
}

form ul li {
	list-style:none;
}

#services .row {
	margin-bottom:32px;
}

input[type=checkbox] {
	margin-right:10px;
}

form blockquote {
	text-align:center;
	line-height:200%;
}

@media (max-width: 480px) {
	blockquote {
		font-size:18px;
	}
}

/* general style for the form */
.natural-form {
	width: 100%;
	margin: 0.3em auto 0 auto;
	font-family:Andada;
	font-size: 24px;
	letter-spacing:1px;
	line-height: 1.5;
}

.natural-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* normalize the input elements, make them look like everything else */
.natural-form input[type=text],
.natural-form input[type=email],
.natural-form select {
	border: none;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: inline-block;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.natural-form input:focus {
	outline: none;
}

/* the toggle is the visible part in the form */
.natural-field-toggle,
.natural-form input[type=text],
.natural-form input[type=email],
.natural-form select  {
	line-height: inherit;
	display: inline-block;
	color: #428bca;
	cursor: pointer;
	border-bottom: 1px dashed #428bca;
	text-align:center;
}

/* custom placeholder color */
input::-webkit-input-placeholder {
	color: rgba(66,139,202,0.8); // #428bca
}

input:active::-webkit-input-placeholder ,
input:focus::-webkit-input-placeholder {
	/* color: rgba(66,139,202,0.2); */
}

input::-moz-placeholder {
	color: rgba(66,139,202,0.8);
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
	/* color: rgba(66,139,202,0.2); */
}

input:-ms-input-placeholder {  
	color: rgba(66,139,202,0.8);
}

input:active::-ms-input-placeholder ,
input:focus::-ms-input-placeholder {
	/* color: rgba(66,139,202,0.2); */
}

@media screen and (max-width:768px) {
	.checkboxes blockquote {
		text-align:left;
	}
}