
/*! normalize.css v2.1.0 | MIT License | git.io/normalize*/
@media screen and (min-width: 40em) {
	.feature-title {
}
}@media screen and (min-width: 50em) {
	.feature-title {
}
}.feature-title__title {
	color: #fff;
	display: block
}
.feature-title__subtitle {
	color: #292f36;
	margin: 0
}
.post {
	position: relative;
	margin-bottom: 2.5em
}
.post__title {
	margin-bottom: .1em
}
.post__title a {
	border: 0
}
.post__date {
	display: block;
	margin-bottom: .5em;
	color: #798899
}
.brand {
	display: inline-block;
	text-decoration: none;
	padding: 1em 0;
	color: #fff;
	-webkit-font-smoothing: antialiased
}
.brand__forename {
	font-weight: bold;
	color: #4ecdc4
}
.brand__surname {
	font-weight: normal;
	color: #fff
}
.header__link: hover .icon {
	color: #4ecdc4
}
.header--fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1000;
}
.heading {
	border-bottom: 3px solid #4ecdc4;
	margin-bottom: 1em;
	padding-bottom: .25em
}
.sub-heading {
	border-bottom: 1px solid rgba(41,47,54,0.1)
}
.feature {
	background-color: #4ecdc4;
	padding: 5em 0 2em 0
}
.feature a {
	text-decoration: underline;
	color: #292f36
}
.feature strong {
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 1px #292f36
}
.btt {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
@media screen and (min-width: 50em) {
	.btt {
	display: block
}
}@media screen and (min-width: 65em) {
	.btt {
	left: .0em
}
}.slide {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.slide--reset {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.slide--up {
	-webkit-transform: translateY(-4em);
	-ms-transform: translateY(-4em);
	transform: translateY(-4em)
}
.slide--down {
	-webkit-transform: translateY(4em);
	-ms-transform: translateY(4em);
	transform: translateY(4em)
}
.headroom-title {
	font-size: 2.5em
}
@media(min-width: 30em) {
	.headroom-title {
	font-size: 3.5em
}
}@media screen and (min-width: 40em) {
	.headroom-title {
}
}
@media screen and (min-width: 40em) {
	.sharing__button {
	font-size: .9em
}
}@media screen and (min-width: 50em) {
	.sharing__button {
	font-size: 1em
}
}.form {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 1em;
	border-radius: .3em;
	background-color: #dee2e6
}
.question-set {
	border: 0;
	padding: 0;
	margin-bottom: 1.5em
}
.question-set__title {
	display: block;
	margin-bottom: .75em
}
.question-set__input {
	width: 100%;
	padding: .25em;
	border: 1px solid #a4afba
}
.question-set__input: focus {
	outline: 0;
	box-shadow: #4ecdc4 0 0 3px 0
}
.question-set__label {
	display: inline-block;
	margin-bottom: .25em
}
.question-set__label--block {
	display: block
}
.question-set__label input[type=radio] {
	margin-right: .75em
}
: not(pre)>code {
	background-color: #d0d5db;
	padding: .3em .2em .1em;
	border-radius: .25em
}
p+h2,p+h3 {
	margin-top: 1.5em
}
.complimentary {
	display: none
}
@media screen and (min-width: 40em) {
	.complimentary {
	display: inline
}
}.subdued {
	color: rgba(255,255,255,0.6);
	text-shadow: none
}
a.subdued: hover {
	color: #fff
}
.animated {
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	-o-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}
@-webkit-keyframes slideDown {
	0% {
	-webkit-transform: translateY(-4em)
}
100% {
	-webkit-transform: translateY(0)
}
}@-moz-keyframes slideDown {
	0% {
	-moz-transform: translateY(-4em)
}
100% {
	-moz-transform: translateY(0)
}
}@-o-keyframes slideDown {
	0% {
	-o-transform: translateY(-4em)
}
100% {
	-o-transform: translateY(0)
}
}@keyframes slideDown {
	0% {
	transform: translateY(-4em)
}
100% {
	transform: translateY(0)
}
}.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown
}
@-webkit-keyframes slideUp {
	0% {
	-webkit-transform: translateY(0)
}
100% {
	-webkit-transform: translateY(-4em)
}
}@-moz-keyframes slideUp {
	0% {
	-moz-transform: translateY(0)
}
100% {
	-moz-transform: translateY(-4em)
}
}@-o-keyframes slideUp {
	0% {
	-o-transform: translateY(0)
}
100% {
	-o-transform: translateY(-4em)
}
}@keyframes slideUp {
	0% {
	transform: translateY(0)
}
100% {
	transform: translateY(-4em)
}
}.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp
}
/*
@-webkit-keyframes swingInX {
	0% {
	-webkit-transform: perspective(400px) rotateX(-90deg)
}
100% {
	-webkit-transform: perspective(400px) rotateX(0deg)
}
}@-moz-keyframes swingInX {
	0% {
	-moz-transform: perspective(400px) rotateX(-90deg)
}
100% {
	-moz-transform: perspective(400px) rotateX(0deg)
}
}@-o-keyframes swingInX {
	0% {
	-o-transform: perspective(400px) rotateX(-90deg)
}
100% {
	-o-transform: perspective(400px) rotateX(0deg)
}
}@keyframes swingInX {
	0% {
	transform: perspective(400px) rotateX(-90deg)
}
100% {
	transform: perspective(400px) rotateX(0deg)
}
}.animated.swingInX {
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ie-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-backface-visibility: visible!important;
	-webkit-animation-name: swingInX;
	-moz-backface-visibility: visible!important;
	-moz-animation-name: swingInX;
	-o-backface-visibility: visible!important;
	-o-animation-name: swingInX;
	backface-visibility: visible!important;
	animation-name: swingInX
}
@-webkit-keyframes swingOutX {
	0% {
	-webkit-transform: perspective(400px) rotateX(0deg)
}
100% {
	-webkit-transform: perspective(400px) rotateX(-90deg)
}
}@-moz-keyframes swingOutX {
	0% {
	-moz-transform: perspective(400px) rotateX(0deg)
}
100% {
	-moz-transform: perspective(400px) rotateX(-90deg)
}
}@-o-keyframes swingOutX {
	0% {
	-o-transform: perspective(400px) rotateX(0deg)
}
100% {
	-o-transform: perspective(400px) rotateX(-90deg)
}
}@keyframes swingOutX {
	0% {
	transform: perspective(400px) rotateX(0deg)
}
100% {
	transform: perspective(400px) rotateX(-90deg)
}
}.animated.swingOutX {
	-webkit-transform-origin: top;
	-webkit-animation-name: swingOutX;
	-webkit-backface-visibility: visible!important;
	-moz-animation-name: swingOutX;
	-moz-backface-visibility: visible!important;
	-o-animation-name: swingOutX;
	-o-backface-visibility: visible!important;
	animation-name: swingOutX;
	backface-visibility: visible!important
}
@-webkit-keyframes flipInX {
	0% {
	-webkit-transform: perspective(400px) rotateX(90deg);
	opacity: 0
}
100% {
	-webkit-transform: perspective(400px) rotateX(0deg);
	opacity: 1
}
}@-moz-keyframes flipInX {
	0% {
	-moz-transform: perspective(400px) rotateX(90deg);
	opacity: 0
}
100% {
	-moz-transform: perspective(400px) rotateX(0deg);
	opacity: 1
}
}@-o-keyframes flipInX {
	0% {
	-o-transform: perspective(400px) rotateX(90deg);
	opacity: 0
}
100% {
	-o-transform: perspective(400px) rotateX(0deg);
	opacity: 1
}
}@keyframes flipInX {
	0% {
	transform: perspective(400px) rotateX(90deg);
	opacity: 0
}
100% {
	transform: perspective(400px) rotateX(0deg);
	opacity: 1
}
}.animated.flipInX {
	-webkit-backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible!important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible!important;
	-o-animation-name: flipInX;
	backface-visibility: visible!important;
	animation-name: flipInX
}
@-webkit-keyframes flipOutX {
	0% {
	-webkit-transform: perspective(400px) rotateX(0deg);
	opacity: 1
}
100% {
	-webkit-transform: perspective(400px) rotateX(90deg);
	opacity: 0
}
}@-moz-keyframes flipOutX {
	0% {
	-moz-transform: perspective(400px) rotateX(0deg);
	opacity: 1
}
100% {
	-moz-transform: perspective(400px) rotateX(90deg);
	opacity: 0
}
}@-o-keyframes flipOutX {
	0% {
	-o-transform: perspective(400px) rotateX(0deg);
	opacity: 1
}
100% {
	-o-transform: perspective(400px) rotateX(90deg);
	opacity: 0
}
}@keyframes flipOutX {
	0% {
	transform: perspective(400px) rotateX(0deg);
	opacity: 1
}
100% {
	transform: perspective(400px) rotateX(90deg);
	opacity: 0
}
}.animated.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible!important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible!important;
	animation-name: flipOutX;
	backface-visibility: visible!important
}
@-webkit-keyframes bounceInDown {
	0% {
	opacity: 0;
	-webkit-transform: translateY(-200px)
}
60% {
	opacity: 1;
	-webkit-transform: translateY(30px)
}
80% {
	-webkit-transform: translateY(-10px)
}
100% {
	-webkit-transform: translateY(0)
}
}@-moz-keyframes bounceInDown {
	0% {
	opacity: 0;
	-moz-transform: translateY(-200px)
}
60% {
	opacity: 1;
	-moz-transform: translateY(30px)
}
80% {
	-moz-transform: translateY(-10px)
}
100% {
	-moz-transform: translateY(0)
}
}@-o-keyframes bounceInDown {
	0% {
	opacity: 0;
	-o-transform: translateY(-200px)
}
60% {
	opacity: 1;
	-o-transform: translateY(30px)
}
80% {
	-o-transform: translateY(-10px)
}
100% {
	-o-transform: translateY(0)
}
}@keyframes bounceInDown {
	0% {
	opacity: 0;
	transform: translateY(-200px)
}
60% {
	opacity: 1;
	transform: translateY(30px)
}
80% {
	transform: translateY(-10px)
}
100% {
	transform: translateY(0)
}
}.animated.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceOutUp {
	0% {
	-webkit-transform: translateY(0)
}
30% {
	opacity: 1;
	-webkit-transform: translateY(20px)
}
100% {
	opacity: 0;
	-webkit-transform: translateY(-200px)
}
}@-moz-keyframes bounceOutUp {
	0% {
	-moz-transform: translateY(0)
}
30% {
	opacity: 1;
	-moz-transform: translateY(20px)
}
100% {
	opacity: 0;
	-moz-transform: translateY(-200px)
}
}@-o-keyframes bounceOutUp {
	0% {
	-o-transform: translateY(0)
}
30% {
	opacity: 1;
	-o-transform: translateY(20px)
}
100% {
	opacity: 0;
	-o-transform: translateY(-200px)
}
}@keyframes bounceOutUp {
	0% {
	transform: translateY(0)
}
30% {
	opacity: 1;
	transform: translateY(20px)
}
100% {
	opacity: 0;
	transform: translateY(-200px)
}
}.animated.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}*/