* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.buttons {
  margin-top: 1.875em;
}
.buttons h2 {
  text-align: center;
  font-weight: lighter;
  font-size: 2.5em;
  margin-bottom: 1.25em;
}

.btn_ {
	border: 0 none;
	border-radius: 6px 6px 6px 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
	font-size: 11px;
	font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	margin: 0 0.625em;
	outline: 0 none;
	text-decoration: none;
	line-height: inherit;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 0.625em;
	text-transform: none;
	
}
.btn_:hover {
  color: #fff;
}

.btn_.btn_ {
  background: #445555;
}
.btn_.btn_:hover {
  background: #5b7171;
}
.btn_.btn_.border {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #445555;
}
.btn_.btn_.border:hover {
  box-shadow: 0 0 0 3px #5b7171;
}
.btn_.btn_.small {
  padding: 0.75em 0.625em;
  font-size: 0.875em;
}
.btn_.btn_.tiny {
  padding: 0.375em 0.5em;
  font-size: 0.75em;
}

.btn_.primary {
  background: #DD4B39;
}
.btn_.primary:hover {
  background: #e47365;
}
.btn_.primary.border {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #DD4B39;
}
.btn_.primary.border:hover {
  box-shadow: 0 0 0 3px #e47365;
}
.btn_.primary.small {
  padding: 0.75em 0.625em;
  font-size: 0.875em;
}
.btn_.primary.tiny {
  padding: 0.375em 0.5em;
  font-size: 0.75em;
}

.btn_.secondary {
  background: #66c4df;
}
.btn_.secondary:hover {
  background: #3bb1d5;
}
.btn_.secondary.border {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #88d1e6;
}
.btn_.secondary.border:hover {
  box-shadow: 0 0 0 3px #3bb1d5;
}
.btn_.secondary.small {
  padding: 0.75em 0.625em;
  font-size: 0.875em;
}
.btn_.secondary.tiny {
  padding: 0.375em 0.5em;
  font-size: 0.75em;
}

.btn_.quiet {
  background: #d8d8d8;
}
.btn_.quiet:hover {
  background: #f1f1f1;
}
.btn_.quiet.border {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #d8d8d8;
}
.btn_.quiet.border:hover {
  box-shadow: 0 0 0 3px #f1f1f1;
}
.btn_.quiet.small {
  padding: 0.75em 0.625em;
  font-size: 0.875em;
}
.btn_.quiet.tiny {
  padding: 0.375em 0.5em;
  font-size: 0.75em;
}

.btn_.neutral {
  background: #777777;
}
.btn_.neutral:hover {
  background: #919191;
}
.btn_.neutral.border {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #777777;
}
.btn_.neutral.border:hover {
  box-shadow: 0 0 0 3px #919191;
}
.btn_.neutral.small {
  padding: 0.75em 0.625em;
  font-size: 0.875em;
}
.btn_.neutral.tiny {
  padding: 0.375em 0.5em;
  font-size: 0.75em;
}
