/*!normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css*/html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,footer,header,nav,section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,figure,main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace,monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,strong {
	font-weight: inherit
}

b,strong {
	font-weight: bolder
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,input,optgroup,select,textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html [type=button],[type=reset],[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}[type=checkbox],[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}[hidden] {
	display: none
}

@-webkit-keyframes fluidboxLoading {
	0% {
		-webkit-transform: translate(-50%,-50%) rotateX(0) rotateY(0);
		transform: translate(-50%,-50%) rotateX(0) rotateY(0)
	}

	50% {
		-webkit-transform: translate(-50%,-50%) rotateX(-180deg) rotateY(0);
		transform: translate(-50%,-50%) rotateX(-180deg) rotateY(0)
	}

	100% {
		-webkit-transform: translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg);
		transform: translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg)
	}
}

@keyframes fluidboxLoading {
	0% {
		-webkit-transform: translate(-50%,-50%) rotateX(0) rotateY(0);
		transform: translate(-50%,-50%) rotateX(0) rotateY(0)
	}

	50% {
		-webkit-transform: translate(-50%,-50%) rotateX(-180deg) rotateY(0);
		transform: translate(-50%,-50%) rotateX(-180deg) rotateY(0)
	}

	100% {
		-webkit-transform: translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg);
		transform: translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg)
	}
}

.fluidbox {
	outline: none
}

.fluidbox__overlay {
	background-color: rgba(255,255,255,.85);
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: -100%;
	left: 0;
	bottom: -100%;
	right: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.fluidbox--opened .fluidbox__overlay {
	pointer-events: auto
}

.fluidbox__wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.fluidbox__thumb {
	-webkit-transition: opacity 0s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0s
}

.fluidbox--closed .fluidbox__thumb {
	-webkit-transition: opacity 0s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0s
}

.fluidbox__ghost {
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	-webkit-transition: opacity 0s 0s,-webkit-transform .5s 0s;
	transition: opacity 0s 0s,-webkit-transform .5s 0s;
	transition: opacity 0s 0s,transform .5s 0s;
	transition: opacity 0s 0s,transform .5s 0s,-webkit-transform .5s 0s
}

.fluidbox--opened .fluidbox__ghost {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fluidbox--closed .fluidbox__ghost {
	-webkit-transition: opacity 0s .5s,-webkit-transform .5s 0s;
	transition: opacity 0s .5s,-webkit-transform .5s 0s;
	transition: opacity 0s .5s,transform .5s 0s;
	transition: opacity 0s .5s,transform .5s 0s,-webkit-transform .5s 0s
}

.fluidbox__loader {
	opacity: 0;
	-webkit-perspective: 200px;
	perspective: 200px;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.fluidbox__loader::before {
	background-color: rgba(255,255,255,.85);
	content: '';
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20%;
	padding-bottom: 20%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.fluidbox--loading .fluidbox__loader {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out .5s;
	transition: opacity .5s ease-in-out .5s
}

.fluidbox--loading .fluidbox__loader::before {
	-webkit-animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
	animation: fluidboxLoading 1s 0s infinite ease-in-out forwards
}

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

html {
	font-size: 16px
}

body {
	margin: 0 auto;
	font-family: lato,Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.8;
	color: #615b5b;
	background: #fff
}

a {
	color: #615b5b;
	text-decoration: underline;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

a:hover,a:active {
	color: #393636
}

a:focus {
	color: #393636;
	outline: none
}

svg {
	-webkit-transition: fill .2s linear;
	transition: fill .2s linear
}

ul,ol {
	padding-left: 40px;
	margin: 0
}

abbr {
	cursor: help;
	border-bottom: 1px dotted #ebeaea
}

blockquote {
	padding: 0 0 4px 15px;
	margin: 0 0 0 -20px;
	font-family: lato,Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.6;
	color: #ada8a8;
	border-left: 3px solid #615b5b
}

hr {
	margin: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #ebeaea;
	border-left: 0
}

img {
	display: block;
	max-width: 100%;
	margin: 0
}

::-moz-selection {
	color: #fff;
	background-color: #121111
}

::selection {
	color: #fff;
	background-color: #121111
}

.footer {
	display: block;
	padding-top: 35px;
	margin-bottom: 85px;
	border-top: 1px solid #ebeaea
}

.footer p {
	font-size: 15px;
	color: #ada8a8
}

.footer a {
	text-decoration: none
}

.grid {
	display: block;
	padding: 0;
	margin: 0 -20px;
	font-size: 0;
	text-align: left
}

.grid-cell {
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	margin: 0;
	font-size: 16px;
	text-align: left;
	vertical-align: top
}

.grid-cell.with-1col {
	width: 8.3333333333%
}

.grid-cell.with-2col {
	width: 16.6666666667%
}

.grid-cell.with-3col {
	width: 25%
}

.grid-cell.with-4col {
	width: 33.3333333333%
}

.grid-cell.with-5col {
	width: 41.6666666667%
}

.grid-cell.with-6col {
	width: 50%
}

.grid-cell.with-7col {
	width: 58.3333333333%
}

.grid-cell.with-8col {
	width: 66.6666666667%
}

.grid-cell.with-9col {
	width: 75%
}

.grid-cell.with-10col {
	width: 83.3333333333%
}

.grid-cell.with-11col {
	width: 91.6666666667%
}

.grid-cell.with-1off {
	margin-left: 8.3333333333%
}

.grid-cell.with-2off {
	margin-left: 16.6666666667%
}

.grid-cell.with-3off {
	margin-left: 25%
}

.grid-cell.with-4off {
	margin-left: 33.3333333333%
}

.grid-cell.with-5off {
	margin-left: 41.6666666667%
}

.grid-cell.with-6off {
	margin-left: 50%
}

.grid-cell.with-7off {
	margin-left: 58.3333333333%
}

.grid-cell.with-8off {
	margin-left: 66.6666666667%
}

.grid-cell.with-9off {
	margin-left: 75%
}

.grid-cell.with-10off {
	margin-left: 83.3333333333%
}

.grid-cell.with-11off {
	margin-left: 91.6666666667%
}

.grid-cell.is-centered {
	text-align: center
}

.grid-cell.is-right {
	text-align: right
}

.grid-cell.is-top {
	vertical-align: top
}

.grid-cell.is-middle {
	vertical-align: middle
}

.grid-cell.is-bottom {
	vertical-align: bottom
}

.grid-centered {
	max-width: 650px;
	margin-right: auto;
	margin-left: auto
}

@media all and (max-width:767px) {
	.grid-cell.with-1col {
		width: 100%
	}

	.grid-cell.with-1off {
		margin-left: 0
	}

	.grid-cell.with-2col {
		width: 100%
	}

	.grid-cell.with-2off {
		margin-left: 0
	}

	.grid-cell.with-3col {
		width: 100%
	}

	.grid-cell.with-3off {
		margin-left: 0
	}

	.grid-cell.with-4col {
		width: 100%
	}

	.grid-cell.with-4off {
		margin-left: 0
	}

	.grid-cell.with-5col {
		width: 100%
	}

	.grid-cell.with-5off {
		margin-left: 0
	}

	.grid-cell.with-6col {
		width: 100%
	}

	.grid-cell.with-6off {
		margin-left: 0
	}

	.grid-cell.with-7col {
		width: 100%
	}

	.grid-cell.with-7off {
		margin-left: 0
	}

	.grid-cell.with-8col {
		width: 100%
	}

	.grid-cell.with-8off {
		margin-left: 0
	}

	.grid-cell.with-9col {
		width: 100%
	}

	.grid-cell.with-9off {
		margin-left: 0
	}

	.grid-cell.with-10col {
		width: 100%
	}

	.grid-cell.with-10off {
		margin-left: 0
	}

	.grid-cell.with-11col {
		width: 100%
	}

	.grid-cell.with-11off {
		margin-left: 0
	}
}

.about {
	padding: 100px 0
}

.about h1 {
	margin: 50px 0 15px
}

.article {
	display: block;
	margin: 100px 0
}

.article-list {
	display: block;
	padding: 0;
	margin: 50px 0;
	list-style: none
}

.article-list-item {
	position: relative;
	display: block;
	padding: 50px 0;
	border-bottom: 1px solid #ebeaea
}

.article-list-item:last-child {
	border-bottom: 0
}

.article-list-item.article-pagination {
	display: table;
	width: 100%;
	margin-top: -15px
}

.article-list-item.article-pagination a {
	display: inline-block;
	padding-top: 6px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .1em;
	color: #888181;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}

.article-list-item.article-pagination a svg {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: -2px 8px 0;
	fill: #888181
}

.article-list-item.article-pagination a:hover svg {
	fill: #121111
}

.article-list-item.article-pagination a:hover {
	color: #121111
}

.article-title {
	text-decoration: none
}

.article-title h3 {
	position: relative;
	display: block;
	padding-right: 25px;
	color: #121111;
	border-bottom: 1px solid transparent
}

.article-title h3 svg {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: -2px 8px 0;
	fill: #121111;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.article-title:hover h3 svg {
	opacity: 1
}

.gitment-markdown {
	display: block;
	margin: 12px 0 10px;
	font-size: 15px;
	color: #615b5b
}

.article-list-footer {
	display: block
}

.article-list-footer span,.article-list-footer a {
	display: inline-block;
	font-size: 12px;
	color: #ada8a8;
	text-transform: uppercase;
	vertical-align: middle
}

.article-list-footer a {
	margin-right: 7.5px;
    color: #615b5b;
    text-decoration: none
}

.article-list-footer a:hover {
	color: #121111
}

.article-list-footer a:last-child {
	margin-right: 0
}

.article-list-divider {
	margin: 0 15px
}

.article-list-tags {
	display: inline-block;
	vertical-align: top
}

.article-empty {
	display: block;
	margin: 100px 0;
	font-style: italic;
	color: #ada8a8;
	text-align: center
}

.article-pagination-right {
	float: right
}

.article-header {
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ebeaea
}

.article-header p {
	display: block;
	margin: 12px 0 10px;
	font-size: 16px;
	color: #615b5b
}

.article-header a {
	text-decoration: none
}

.article-content {
	display: block
}

.article-content p,.article-content ul,.article-content ol,.article-content img,.article-content blockquote {
	display: block;
	margin-bottom: 30px
}

.article-content h2,.article-content h3,.article-content h4 {
	display: block;
	margin-bottom: 10px;
	font-family: lato,Helvetica,Arial,sans-serif;
	color: #121111
}

.article-content blockquote p {
	margin-bottom: 0
}

.article-content img.emoji {
	display: inline-block;
	margin-top: -4px;
	margin-bottom: 0;
	vertical-align: middle
}

.article-comments {
	display: block;
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #ebeaea
}

.article-share {
	display: block;
	margin-top: -4px
}

.article-share a {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle
}

.article-share a svg {
	vertical-align: middle;
	-webkit-transition: fill .2s linear;
	transition: fill .2s linear;
	fill: #ada8a8;
	width: 20px
}

.article-share a:hover svg {
	fill: #615b5b
}

@media all and (max-width:767px) {
	.article-list-footer {
		display: block
	}

	.article-list-divider:last-of-type {
		display: none
	}

	.article-list-tags {
		display: block;
		margin-top: -7px
	}
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	padding-bottom: 75%;
	margin-bottom: 30px;
	overflow: hidden
}

.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.header-nav {
	display: block;
	padding: 75px 0 20px;
	border-bottom: 1px solid #ebeaea
}

.header-logo {
	display: inline-block;
	font-family: cormorant garamond,Courier,serif;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	text-decoration: none
}

.header-links {
	float: right;
	padding: 0;
	margin: 15px 0 0;
	list-style: none
}

.header-links li {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle
}

.header-links li:first-child {
	margin-left: 0
}

.header-links li a {
	font-size: 18px;
	color: #393636
}

.header-links li a svg {
	width: 16px;
	height: 16px;
	fill: #393636
}

.header-links li a:hover svg {
	fill: #121111
}

@media all and (max-width:520px) {
	.header-nav {
		text-align: center
	}

	.header-links {
		display: block;
		float: none;
		text-align: center
	}

	.header-links li {
		margin: 0 10px
	}

	.header-links li:last-child {
		margin-right: 0
	}
}

.highlight {
	padding: 25px;
	margin: 0;
	margin: 30px 0;
	overflow: auto;
	font-weight: 400;
	background: #faf9f9;
	border-radius: 4px
}

.highlight pre {
	margin: 0
}

.highlighter-rouge {
	padding: 2px 4px;
	font-size: 14px;
	color: #d14;
	background: #faf9f9;
	border: 1px solid #ebeaea;
	border-radius: 1px
}

@media all and (max-width:767px) {
	.highlight {
		padding: 25px;
		font-size: 14px
	}
}

.highlight .c {
	font-style: italic;
	color: #998
}

.highlight .err {
	color: #a61717;
	background-color: #e3d2d2
}

.highlight .k {
	font-weight: 700
}

.highlight .o {
	font-weight: 700
}

.highlight .cm {
	font-style: italic;
	color: #998
}

.highlight .cp {
	font-weight: 700;
	color: #999
}

.highlight .c1 {
	font-style: italic;
	color: #998
}

.highlight .cs {
	font-style: italic;
	font-weight: 700;
	color: #999
}

.highlight .gd {
	color: #000;
	background-color: #fdd
}

.highlight .gd .x {
	color: #000;
	background-color: #faa
}

.highlight .ge {
	font-style: italic
}

.highlight .gr {
	color: #a00
}

.highlight .gh {
	color: #999
}

.highlight .gi {
	color: #000;
	background-color: #dfd
}

.highlight .gi .x {
	color: #000;
	background-color: #afa
}

.highlight .go {
	color: #888
}

.highlight .gp {
	color: #555
}

.highlight .gs {
	font-weight: 700
}

.highlight .gu {
	color: #aaa
}

.highlight .gt {
	color: #a00
}

.highlight .kc {
	font-weight: 700
}

.highlight .kd {
	font-weight: 700
}

.highlight .kp {
	font-weight: 700
}

.highlight .kr {
	font-weight: 700
}

.highlight .kt {
	font-weight: 700;
	color: #458
}

.highlight .m {
	color: #099
}

.highlight .s {
	color: #d14
}

.highlight .na {
	color: teal
}

.highlight .nb {
	color: #0086b3
}

.highlight .nc {
	font-weight: 700;
	color: #458
}

.highlight .no {
	color: teal
}

.highlight .ni {
	color: purple
}

.highlight .ne {
	font-weight: 700;
	color: #900
}

.highlight .nf {
	font-weight: 700;
	color: #900
}

.highlight .nn {
	color: #555
}

.highlight .nt {
	color: navy
}

.highlight .nv {
	color: teal
}

.highlight .ow {
	font-weight: 700
}

.highlight .w {
	color: #bbb
}

.highlight .mf {
	color: #099
}

.highlight .mh {
	color: #099
}

.highlight .mi {
	color: #099
}

.highlight .mo {
	color: #099
}

.highlight .sb {
	color: #d14
}

.highlight .sc {
	color: #d14
}

.highlight .sd {
	color: #d14
}

.highlight .s2 {
	color: #d14
}

.highlight .se {
	color: #d14
}

.highlight .sh {
	color: #d14
}

.highlight .si {
	color: #d14
}

.highlight .sx {
	color: #d14
}

.highlight .sr {
	color: #009926
}

.highlight .s1 {
	color: #d14
}

.highlight .ss {
	color: #990073
}

.highlight .bp {
	color: #999
}

.highlight .vc {
	color: teal
}

.highlight .vg {
	color: teal
}

.highlight .vi {
	color: teal
}

.highlight .il {
	color: #099
}

.appear {
	visibility: hidden;
	opacity: 0
}

.appeared {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}