@charset "UTF-8";
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #222;
}

a {
  color: rgb(88, 98, 114);
  text-decoration: none;
}
a:hover {
  color: #4d5664;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  color: rgb(88, 98, 114);
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media (min-width: 550px) {
  /*   h1 { font-size: 5.0rem; }
    h2 { font-size: 4.2rem; }
    h3 { font-size: 3.6rem; }
    h4 { font-size: 3.0rem; }
    h5 { font-size: 2.4rem; }
    h6 { font-size: 1.5rem; } */
}
p {
  margin-top: 0;
}

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #788497;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

input[type=submit], input[type=reset], input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #788497;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover {
  color: rgb(88, 98, 114);
  border-color: #b1b8c3;
  outline: 0;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  color: rgb(88, 98, 114);
  border-color: #b1b8c3;
  outline: 0;
}

.button:focus,
button:focus {
  color: rgb(88, 98, 114);
  border-color: #b1b8c3;
  outline: 0;
}

input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
  color: rgb(88, 98, 114);
  border-color: #b1b8c3;
  outline: 0;
}

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

input[type=submit].button-primary, input[type=reset].button-primary, input[type=button].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: rgb(88, 98, 114);
  border-color: rgb(88, 98, 114);
}

input[type=submit].button-primary:hover, input[type=reset].button-primary:hover, input[type=button].button-primary:hover {
  color: #fff;
  background-color: rgb(88, 98, 114);
  border-color: rgb(88, 98, 114);
}

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: rgb(88, 98, 114);
  border-color: rgb(88, 98, 114);
}

input[type=submit].button-primary:focus, input[type=reset].button-primary:focus, input[type=button].button-primary:focus {
  color: #fff;
  background-color: rgb(88, 98, 114);
  border-color: rgb(88, 98, 114);
}
input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul, ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/*!
 * Social Share Kit v1.0.7 (http://socialsharekit.com)
 * Copyright 2015 Social Share Kit / Kaspars Sprogis.
 * Licensed under Creative Commons Attribution-NonCommercial 3.0 license:
 * https://github.com/darklow/social-share-kit/blob/master/LICENSE
 * ---
 */
@font-face {
  font-family: "social-share-kit";
  src: url("../fonts/social-share-kit.eot");
  src: url("../fonts/social-share-kit.eot?#iefix") format("embedded-opentype"), url("../fonts/social-share-kit.woff") format("woff"), url("../fonts/social-share-kit.ttf") format("truetype"), url("../fonts/social-share-kit.svg#social-share-kit") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ssk:before {
  display: inline-block;
  font-family: "social-share-kit" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ssk-facebook:before {
  content: "a";
  text-indent: 4px;
  margin-right: -4px;
}

.ssk-twitter:before {
  content: "b";
}

.ssk-google-plus:before {
  content: "v";
}

.ssk-google-plus-old:before {
  content: "c";
}

.ssk-email:before {
  content: "d";
  top: -1px;
  position: relative;
}

.ssk-pinterest:before {
  content: "e";
}

.ssk-tumblr:before {
  content: "f";
}

.ssk-linkedin:before {
  content: "g";
}

.ssk-github:before {
  content: "h";
}

.ssk-vk:before {
  content: "i";
}

.ssk-instagram:before {
  content: "j";
}

.ssk-amazon:before {
  content: "k";
}

.ssk-skype:before {
  content: "s";
}

.ssk-youtube:before {
  content: "x";
}

.ssk-vimeo:before {
  content: "u";
}

.ssk-ebay:before {
  content: "p";
}

.ssk-apple:before {
  content: "l";
}

.ssk-behance:before {
  content: "q";
}

.ssk-dribble:before {
  content: "n";
}

.ssk-android:before {
  content: "o";
}

.ssk-whatsapp:before {
  content: "m";
}

.ssk-reddit:before {
  content: "r";
}

.ssk-reddit2:before {
  content: "t";
}

.ssk {
  background-color: #757575;
  color: white;
  display: inline-block;
  font-size: 22px;
  line-height: 1px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
}

.ssk:before, .ssk .glyphicon, .ssk .fa {
  position: relative;
  font-size: 22px;
  top: 0;
  vertical-align: middle;
}

.ssk.ssk-xs, .ssk-xs > .ssk {
  padding: 4px;
}

.ssk.ssk-xs:before, .ssk-xs > .ssk:before, .ssk.ssk-xs .glyphicon, .ssk-xs > .ssk .glyphicon, .ssk.ssk-xs .fa, .ssk-xs > .ssk .fa {
  font-size: 15px;
}

.ssk.ssk-sm, .ssk-sm > .ssk {
  padding: 5px;
}

.ssk.ssk-sm:before, .ssk-sm > .ssk:before, .ssk.ssk-sm .glyphicon, .ssk-sm > .ssk .glyphicon, .ssk.ssk-sm .fa, .ssk-sm > .ssk .fa {
  font-size: 20px;
}

.ssk.ssk-lg, .ssk-lg > .ssk {
  padding: 9px;
}

.ssk.ssk-lg:before, .ssk-lg > .ssk:before, .ssk.ssk-lg .glyphicon, .ssk-lg > .ssk .glyphicon, .ssk.ssk-lg .fa, .ssk-lg > .ssk .fa {
  font-size: 28px;
}

.ssk:last-child {
  margin-right: 0;
}

.ssk:hover {
  background-color: #424242;
}

.ssk:hover, .ssk:focus {
  color: #fff;
  text-decoration: none;
}

.ssk.ssk-round, .ssk-round .ssk {
  border-radius: 50%;
}

.ssk.ssk-round:before, .ssk-round .ssk:before {
  text-indent: 0;
  margin-right: 0;
}

.ssk.ssk-rounded, .ssk-rounded .ssk {
  border-radius: 15%;
}

.ssk.ssk-icon {
  color: #757575;
  padding: 2px;
  font-size: 24px;
}

.ssk.ssk-icon, .ssk.ssk-icon:hover {
  background-color: transparent;
}

.ssk.ssk-icon:hover {
  color: #424242;
}

.ssk.ssk-icon.ssk-xs, .ssk-xs > .ssk.ssk-icon {
  font-size: 16px;
}

.ssk.ssk-icon.ssk-sm, .ssk-sm > .ssk.ssk-icon {
  font-size: 20px;
}

.ssk.ssk-icon.ssk-lg, .ssk-lg > .ssk.ssk-icon {
  font-size: 28px;
}

.ssk.ssk-text {
  overflow: hidden;
  font-size: 17px;
  line-height: normal;
  padding-right: 10px;
}

.ssk.ssk-text:before, .ssk.ssk-text .glyphicon, .ssk.ssk-text .fa {
  margin: -7px 10px -7px -7px;
  padding: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  vertical-align: bottom;
  text-indent: 0;
}

.ssk-block .ssk.ssk-text {
  display: block;
  margin-right: 0;
  text-align: left;
}

.ssk.ssk-text.ssk-xs, .ssk-xs > .ssk.ssk-text {
  font-size: 12px;
  padding-right: 6px;
}

.ssk.ssk-text.ssk-xs:before, .ssk-xs > .ssk.ssk-text:before, .ssk.ssk-text.ssk-xs .glyphicon, .ssk-xs > .ssk.ssk-text .glyphicon, .ssk.ssk-text.ssk-xs .fa, .ssk-xs > .ssk.ssk-text .fa {
  margin: -4px 6px -4px -4px;
  padding: 4px;
}

.ssk.ssk-text.ssk-sm, .ssk-sm > .ssk.ssk-text {
  font-size: 16px;
  padding-right: 7px;
}

.ssk.ssk-text.ssk-sm:before, .ssk-sm > .ssk.ssk-text:before, .ssk.ssk-text.ssk-sm .glyphicon, .ssk-sm > .ssk.ssk-text .glyphicon, .ssk.ssk-text.ssk-sm .fa, .ssk-sm > .ssk.ssk-text .fa {
  margin: -5px 7px -5px -5px;
  padding: 5px;
}

.ssk.ssk-text.ssk-lg, .ssk-lg > .ssk.ssk-text {
  font-size: 22px;
  padding-right: 13px;
}

.ssk.ssk-text.ssk-lg:before, .ssk-lg > .ssk.ssk-text:before, .ssk.ssk-text.ssk-lg .glyphicon, .ssk-lg > .ssk.ssk-text .glyphicon, .ssk.ssk-text.ssk-lg .fa, .ssk-lg > .ssk.ssk-text .fa {
  margin: -9px 13px -9px -9px;
  padding: 9px;
}

.ssk-group, .ssk-sticky {
  font-size: 0;
}

.ssk-sticky {
  top: 0;
  position: fixed;
  z-index: 2000;
}

.ssk-sticky .ssk {
  transition: padding 0.1s ease-out;
  -webkit-transition: padding 0.1s ease-out;
  -moz-transition: padding 0.1s ease-out;
  -ms-transition: padding 0.1s ease-out;
  -o-transition: padding 0.1s ease-out;
  margin: 0;
}

.ssk-sticky.ssk-left .ssk, .ssk-sticky.ssk-right .ssk {
  display: block;
  clear: both;
}

.ssk-sticky.ssk-left.ssk-center, .ssk-sticky.ssk-right.ssk-center {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.ssk-sticky.ssk-left {
  left: 0;
}

.ssk-sticky.ssk-left .ssk {
  float: left;
}

.ssk-sticky.ssk-left .ssk:hover {
  padding-left: 15px;
}

.ssk-sticky.ssk-right {
  right: 0;
}

.ssk-sticky.ssk-right .ssk {
  float: right;
}

.ssk-sticky.ssk-right .ssk:hover {
  padding-right: 15px;
}

.ssk-sticky.ssk-bottom {
  font-size: 0;
  top: auto;
  bottom: 0;
}

.ssk-sticky.ssk-bottom.ssk-center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.ssk-sticky.ssk-bottom .ssk {
  vertical-align: bottom;
}

.ssk-sticky.ssk-bottom .ssk:hover {
  padding-bottom: 15px;
}

.ssk-sticky.ssk-round.ssk-xs .ssk:hover {
  padding: 8px;
}

.ssk-sticky.ssk-round.ssk-sm .ssk:hover {
  padding: 9px;
}

.ssk-sticky.ssk-round .ssk:hover {
  padding: 11px;
}

.ssk-sticky.ssk-round.ssk-lg .ssk:hover {
  padding: 13px;
}

@media (max-width: 767px) {
  .ssk-sticky {
    display: none;
  }
}
.ssk-count {
  padding-top: 20px;
}

.ssk-count .ssk {
  position: relative;
}

.ssk-count .ssk-num {
  border-radius: 4px;
  color: #8f8f8f;
  background-color: rgba(50, 50, 50, 0.03);
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -20px;
}

.ssk-count.ssk-sticky {
  padding-top: 0;
}

.ssk-count.ssk-sticky.ssk-left .ssk-num, .ssk-count.ssk-sticky.ssk-right .ssk-num {
  top: 20%;
  background-color: transparent;
}

.ssk-count.ssk-sticky.ssk-left .ssk-num {
  left: 100%;
  margin-left: 5px;
}

.ssk-count.ssk-sticky.ssk-right .ssk-num {
  right: 115%;
  margin-left: -100%;
  text-align: right;
}

.ssk-facebook {
  background-color: #255c95;
}

.ssk-grayscale > .ssk-facebook {
  background-color: #757575;
}

.ssk-facebook:hover {
  background-color: #1b436c;
}

.ssk-facebook:hover {
  background-color: #1b436c;
}

.ssk-grayscale > .ssk-facebook:hover {
  background-color: #255c95;
}

.ssk-facebook.ssk-icon {
  color: #255c95;
}

.ssk-facebook.ssk-icon:hover {
  color: #1b436c;
}

.ssk-facebook.ssk-icon:before {
  text-indent: 0;
  margin-right: 0;
}

.ssk-twitter {
  background-color: #00b4e0;
}

.ssk-grayscale > .ssk-twitter {
  background-color: #757575;
}

.ssk-twitter:hover {
  background-color: #008bad;
}

.ssk-twitter:hover {
  background-color: #008bad;
}

.ssk-grayscale > .ssk-twitter:hover {
  background-color: #00b4e0;
}

.ssk-twitter.ssk-icon {
  color: #00b4e0;
}

.ssk-twitter.ssk-icon:hover {
  color: #008bad;
}

.ssk-google-plus {
  background-color: #f1403a;
}

.ssk-grayscale > .ssk-google-plus {
  background-color: #757575;
}

.ssk-google-plus:hover {
  background-color: #e81810;
}

.ssk-google-plus:hover {
  background-color: #e81810;
}

.ssk-grayscale > .ssk-google-plus:hover {
  background-color: #f1403a;
}

.ssk-google-plus.ssk-icon {
  color: #f1403a;
}

.ssk-google-plus.ssk-icon:hover {
  color: #e81810;
}

.ssk-pinterest {
  background-color: #cb2027;
}

.ssk-grayscale > .ssk-pinterest {
  background-color: #757575;
}

.ssk-pinterest:hover {
  background-color: #9f191f;
}

.ssk-pinterest:hover {
  background-color: #9f191f;
}

.ssk-grayscale > .ssk-pinterest:hover {
  background-color: #cb2027;
}

.ssk-pinterest.ssk-icon {
  color: #cb2027;
}

.ssk-pinterest.ssk-icon:hover {
  color: #9f191f;
}

.ssk-tumblr {
  background-color: #395773;
}

.ssk-grayscale > .ssk-tumblr {
  background-color: #757575;
}

.ssk-tumblr:hover {
  background-color: #283d51;
}

.ssk-tumblr:hover {
  background-color: #283d51;
}

.ssk-grayscale > .ssk-tumblr:hover {
  background-color: #395773;
}

.ssk-tumblr.ssk-icon {
  color: #395773;
}

.ssk-tumblr.ssk-icon:hover {
  color: #283d51;
}

.ssk-email {
  background-color: #757575;
}

.ssk-grayscale > .ssk-email {
  background-color: #757575;
}

.ssk-email:hover {
  background-color: #5b5b5b;
}

.ssk-email:hover {
  background-color: #5b5b5b;
}

.ssk-grayscale > .ssk-email:hover {
  background-color: #757575;
}

.ssk-grayscale > .ssk-email:hover {
  background-color: #5b5b5b;
}

.ssk-email.ssk-icon {
  color: #757575;
}

.ssk-email.ssk-icon:hover {
  color: #5b5b5b;
}

.ssk-vk {
  background-color: #54769a;
}

.ssk-grayscale > .ssk-vk {
  background-color: #757575;
}

.ssk-vk:hover {
  background-color: #425d79;
}

.ssk-vk:hover {
  background-color: #425d79;
}

.ssk-grayscale > .ssk-vk:hover {
  background-color: #54769a;
}

.ssk-vk.ssk-icon {
  color: #54769a;
}

.ssk-vk.ssk-icon:hover {
  color: #425d79;
}

.ssk-linkedin {
  background-color: #1c87bd;
}

.ssk-grayscale > .ssk-linkedin {
  background-color: #757575;
}

.ssk-linkedin:hover {
  background-color: #156791;
}

.ssk-linkedin:hover {
  background-color: #156791;
}

.ssk-grayscale > .ssk-linkedin:hover {
  background-color: #1c87bd;
}

.ssk-linkedin.ssk-icon {
  color: #1c87bd;
}

.ssk-linkedin.ssk-icon:hover {
  color: #156791;
}

.ssk-whatsapp {
  background-color: #34AF23;
}

.ssk-grayscale > .ssk-whatsapp {
  background-color: #757575;
}

.ssk-whatsapp:hover {
  background-color: #27851a;
}

.ssk-whatsapp:hover {
  background-color: #27851a;
}

.ssk-grayscale > .ssk-whatsapp:hover {
  background-color: #34AF23;
}

.ssk-whatsapp.ssk-icon {
  color: #34AF23;
}

.ssk-whatsapp.ssk-icon:hover {
  color: #27851a;
}

.ssk-reddit {
  background-color: #5f99cf;
}

.ssk-grayscale > .ssk-reddit {
  background-color: #757575;
}

.ssk-reddit:hover {
  background-color: #3a80c1;
}

.ssk-reddit:hover {
  background-color: #3a80c1;
}

.ssk-grayscale > .ssk-reddit:hover {
  background-color: #5f99cf;
}

.ssk-reddit.ssk-icon {
  color: #5f99cf;
}

.ssk-reddit.ssk-icon:hover {
  color: #3a80c1;
}

.ssk-reddit2 {
  background-color: #5f99cf;
}

.ssk-grayscale > .ssk-reddit2 {
  background-color: #757575;
}

.ssk-reddit2:hover {
  background-color: #3a80c1;
}

.ssk-reddit2:hover {
  background-color: #3a80c1;
}

.ssk-grayscale > .ssk-reddit2:hover {
  background-color: #5f99cf;
}

.ssk-reddit2.ssk-icon {
  color: #5f99cf;
}

.ssk-reddit2.ssk-icon:hover {
  color: #3a80c1;
}

.ssk-turquoise {
  background-color: #1abc9c;
}

.ssk-turquoise:hover {
  background-color: #148f77;
}

.ssk-emerald {
  background-color: #2ecc71;
}

.ssk-emerald:hover {
  background-color: #25a25a;
}

.ssk-peter-river {
  background-color: #3498db;
}

.ssk-peter-river:hover {
  background-color: #217dbb;
}

.ssk-belize-hole {
  background-color: #2980b9;
}

.ssk-belize-hole:hover {
  background-color: #20638f;
}

.ssk-amethyst {
  background-color: #9b59b6;
}

.ssk-amethyst:hover {
  background-color: #804399;
}

.ssk-wisteria {
  background-color: #8e44ad;
}

.ssk-wisteria:hover {
  background-color: #703688;
}

.ssk-wet-asphalt {
  background-color: #34495e;
}

.ssk-wet-asphalt:hover {
  background-color: #222f3d;
}

.ssk-midnight-blue {
  background-color: #2c3e50;
}

.ssk-midnight-blue:hover {
  background-color: #1a242f;
}

.ssk-green-sea {
  background-color: #16a085;
}

.ssk-green-sea:hover {
  background-color: #107360;
}

.ssk-nephritis {
  background-color: #27ae60;
}

.ssk-nephritis:hover {
  background-color: #1e8449;
}

.ssk-sunflower {
  background-color: #f1c40f;
}

.ssk-sunflower:hover {
  background-color: #c29d0b;
}

.ssk-orange {
  background-color: #f39c12;
}

.ssk-orange:hover {
  background-color: #c87f0a;
}

.ssk-carrot {
  background-color: #e67e22;
}

.ssk-carrot:hover {
  background-color: #bf6516;
}

.ssk-pumpkin {
  background-color: #d35400;
}

.ssk-pumpkin:hover {
  background-color: #a04000;
}

.ssk-alizarin {
  background-color: #e74c3c;
}

.ssk-alizarin:hover {
  background-color: #d62c1a;
}

.ssk-pomegranate {
  background-color: #c0392b;
}

.ssk-pomegranate:hover {
  background-color: #962d22;
}

.ssk-clouds {
  background-color: #cfd9db;
}

.ssk-clouds:hover {
  background-color: #b1c2c6;
}

.ssk-concrete {
  background-color: #95a5a6;
}

.ssk-concrete:hover {
  background-color: #798d8f;
}

.ssk-silver {
  background-color: #bdc3c7;
}

.ssk-silver:hover {
  background-color: #a1aab0;
}

.ssk-asbestos {
  background-color: #7f8c8d;
}

.ssk-asbestos:hover {
  background-color: #667273;
}

.ssk-dark-gray {
  background-color: #555;
}

.ssk-dark-gray:hover {
  background-color: #3b3b3b;
}

.ssk-black {
  background-color: #333;
}

.ssk-black:hover {
  background-color: #1a1a1a;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-family: "Lora", serif;
}

.mainpage {
  max-width: 1170px;
  margin: 0 auto;
}

.mainpage > header {
  margin-bottom: 1rem;
}

.top-bar {
  height: 5px;
}

.top-bar h1,
.top-bar h2 {
  display: none;
}

.top-bar time {
  float: right;
  display: none;
  line-height: 2rem;
}

.network-menu a {
  display: block;
  line-height: 2rem;
}

.top {
  padding: 1rem;
}

#logo {
  width: 50%;
}

#top-nav {
  position: relative;
}

#login-ctrl,
#menu-ctrl {
  display: none;
}

#menu-lab {
  padding: 1rem;
  color: rgb(255, 255, 255);
  display: block;
  margin: 0;
  cursor: pointer;
}
#menu-lab:before {
  content: "+";
  border: 1px solid rgb(255, 255, 255);
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  display: inline-table;
  margin-right: 0.5rem;
}

#top-menu li {
  display: block;
  margin: 0;
  border-top: 1px solid rgb(255, 255, 255);
}

#top-menu li a {
  padding: 1rem;
  color: rgb(255, 255, 255);
  display: block;
  line-height: 2rem;
}

#menu-ctrl ~ #top-menu {
  display: none;
}

#menu-ctrl:checked ~ #top-menu {
  display: block;
}

#menu-ctrl:checked ~ #menu-lab:before {
  content: "–";
}

section {
  padding: 0 1rem;
}

article h1,
article h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
article p {
  color: rgb(88, 98, 114);
}

#search {
  display: flex;
}
#search input, #search button {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgb(209, 209, 209);
  margin: 0;
}
#search .search-input {
  padding-left: 0;
  width: calc(100% - 38px);
}
#search .search-submit {
  padding: 10px;
  width: 38px;
  height: 38px;
  line-height: 0;
}

.partner-nav {
  clear: both;
  margin: 4rem 1rem;
}
.partner-nav h3 {
  font-family: "Lora", serif;
  font-size: 2.4rem;
  text-align: center;
}
.partner-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
}
.partner-nav ul::after {
  content: "";
  flex-grow: 2;
}
.partner-nav.partner-nav-aside {
  margin: 4rem 0;
}
.partner-nav.partner-nav-aside ul {
  grid-template-columns: 1fr;
  column-gap: 0;
}
.partner-nav li a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4rem;
  padding: 1.6rem 1.6rem 1.6rem 4rem;
  border-radius: 5px;
  border-top-left-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M15 0a15 15 0 1 0 0 30 15 15 0 0 0 0-30Zm-.7 1.5v5.6H9.7c1-3 2.6-5.2 4.6-5.6Zm1.4 0c2 .5 3.5 2.6 4.5 5.6h-4.5V1.5Zm-4.6.5C10 3.2 9 5 8.3 7.1H4C5.7 4.7 8.2 3 11.1 2Zm7.8 0c3 .9 5.4 2.7 7.2 5.1h-4.4C21 5.1 20 3.2 18.9 2ZM3 8.6h5c-.5 1.7-.8 3.6-.8 5.7H1.5c0-2 .6-4 1.5-5.7Zm6.3 0h5v5.7H8.5c.1-2 .3-4 .8-5.7Zm6.4 0h5c.4 1.7.6 3.6.7 5.7h-5.7V8.6Zm6.4 0H27c.9 1.7 1.4 3.6 1.5 5.7h-5.7c0-2-.3-4-.7-5.7ZM1.5 15.7h5.7c0 2 .3 4 .7 5.7H3c-.9-1.7-1.4-3.6-1.5-5.7Zm7 0h5.8v5.7h-5c-.4-1.7-.7-3.7-.8-5.7Zm7.2 0h5.7c0 2-.3 4-.8 5.7h-4.9v-5.7Zm7.1 0h5.7c0 2-.6 4-1.5 5.7H22c.4-1.7.7-3.7.7-5.7ZM4 22.8h4.4c.7 2.2 1.6 4 2.8 5.2-3-.9-5.5-2.7-7.2-5.2Zm5.8 0h4.6v5.7c-2-.4-3.6-2.6-4.6-5.7Zm6 0h4.5c-1 3-2.6 5.2-4.5 5.7v-5.7Zm6 0h4.4a13.6 13.6 0 0 1-7.2 5.2c1.2-1.3 2.1-3 2.8-5.2Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 2.4rem;
  background-color: #586272;
}
.partner-nav li.green a {
  background-color: #85BAA1;
}
.partner-nav li.red a {
  background-color: #D1603D;
}
.partner-nav li.pink a {
  background-color: #D295BF;
}
.partner-nav li.yellow a {
  background-color: #E6A82E;
}
.partner-nav li.celeste a {
  background-color: #04AAE9;
}

@media screen and (min-width: 750px) {
  .partner-nav {
    margin: 4rem 1em;
  }
  .partner-nav ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 1em;
  }
  .partner-nav::before {
    display: table;
    clear: both;
    content: "";
  }
  .partner-nav-aside ul {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.sidebar {
  margin-top: 1rem;
}
.sidebar img {
  max-width: 30rem;
}
.sidebar h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: center;
}

.widget {
  margin-bottom: 2rem;
}

.widget.banner {
  margin-bottom: 1rem;
}

.calendar_wrap caption {
  text-transform: capitalize;
}
.calendar_wrap td {
  padding: 1px;
  line-height: 4rem;
  text-align: center;
  width: 14%;
}
.calendar_wrap td a {
  background: rgb(226, 230, 235);
  line-height: 4rem;
  width: 100%;
  display: block;
}
.calendar_wrap td a:hover {
  background: #c4ccd6;
}

.candle {
  background: #e2e6eb;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #586272;
  display: flex;
  justify-content: space-around;
}
.candle .city {
  padding: 1rem 0;
  width: 50%;
  text-align: center;
}
.candle .city span {
  display: block;
  font-weight: bold;
}
.candle .city img {
  vertical-align: text-bottom;
  height: 1.6rem;
  width: auto;
  margin-left: 0.5rem;
}

#sidebar-menu {
  list-style-type: none;
}
#sidebar-menu li {
  border-bottom: 1px solid rgb(226, 230, 235);
  margin: 0;
}
#sidebar-menu li a {
  display: block;
  padding: 1rem;
}
#sidebar-menu li a:hover {
  background: rgb(226, 230, 235);
}
#sidebar-menu li:first-child {
  border-top: 1px solid rgb(226, 230, 235);
}

#private-menu {
  list-style-type: none;
  background: rgb(88, 98, 114);
}
#private-menu li {
  border-bottom: 1px solid rgb(226, 230, 235);
  margin: 0;
}
#private-menu li a {
  display: block;
  padding: 1rem;
  color: rgb(255, 255, 255);
}
#private-menu li a:hover {
  background: #7c889a;
  color: rgb(255, 255, 255);
}
#private-menu li:first-child {
  border-top: 1px solid rgb(226, 230, 235);
}
#private-menu li .sub-menu {
  margin: 0 1rem 1rem 1rem;
  list-style-type: none;
  background: #687386;
}
#private-menu li .sub-menu li {
  border-bottom-style: dotted;
}
#private-menu li .sub-menu li a {
  font-size: 1.2rem;
  text-transform: uppercase;
}
#private-menu li .sub-menu li a:hover {
  background: #7c889a;
}
#private-menu li .sub-menu li:last-child {
  border-bottom: none;
}
#private-menu li .sub-menu li:first-child {
  border-top: none;
}

footer {
  display: block;
  clear: both;
  padding: 2rem 1rem 7rem 1rem;
  border-top: 1px solid rgb(226, 230, 235);
  text-align: center;
}
footer .footer-nav {
  padding-top: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
}
footer .footer-nav li {
  display: inline;
  border-right: 1px solid rgb(226, 230, 235);
}
footer .footer-nav li:last-child {
  border-right: none;
}
footer .footer-nav a {
  padding: 0 2rem;
}
footer .footer-nav a:hover {
  color: #33c3f0;
}
footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}

#cookie-notice .button {
  height: 28px !important;
  line-height: 26px !important;
  margin-bottom: 0 !important;
}

.featured article h3.excerpt,
.stream article h3.excerpt {
  font-size: 1.6rem;
  font-style: italic;
}
.featured article img,
.stream article img {
  display: block;
  width: 35%;
  height: auto;
  margin-top: 0.5rem;
}
.featured article figure,
.stream article figure {
  width: 35%;
  height: auto;
  margin: 0 0 2rem 0;
  float: left;
}
.featured article figure img,
.stream article figure img {
  width: 100%;
  margin-top: 0;
}
.featured article .alignnone,
.featured article .alignleft,
.stream article .alignnone,
.stream article .alignleft {
  float: left;
  margin-right: 1rem;
}
.featured article .alignright,
.stream article .alignright {
  float: right;
  margin-left: 1rem;
}
.featured article p,
.stream article p {
  line-height: 1.4;
  content: " ";
  display: table;
  clear: both;
}
.featured article::after,
.stream article::after {
  content: " ";
  display: table;
  margin: 4rem auto;
  border-top: 1px solid rgb(226, 230, 235);
  width: 50%;
  clear: both;
}
.featured article:last-child::after,
.stream article:last-child::after {
  content: none;
}

.home .stream figure {
  width: 100%;
}
.home .featured {
  padding: 0;
}
.home .featured article:not(:last-child) {
  margin-bottom: 2rem;
}
.home .featured p {
  color: #2c3138;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.home .featured h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(88, 98, 114);
  text-align: center;
}
.home .featured h2 {
  font-size: 1.6rem;
  font-weight: bold;
}
.home .featured h2 a {
  color: rgb(88, 98, 114);
}

.featured .editorial,
.featured .authors,
.featured .press {
  padding: 2rem;
  margin-bottom: 3rem;
}
.featured .editorial figure,
.featured .authors figure,
.featured .press figure {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 1rem 0;
}
.featured .editorial figure img,
.featured .authors figure img,
.featured .press figure img {
  width: 100%;
  height: auto;
}
.featured .editorial img,
.featured .authors img,
.featured .press img {
  width: 35%;
  height: auto;
  float: left;
  margin: 0 1rem 0 0;
}
.featured .authors,
.featured .press {
  background: rgb(226, 230, 235);
  border-top: 3px solid rgb(88, 98, 114);
}
.featured .editorial {
  border-top: 1px solid rgb(226, 230, 235);
  border-left: 1px solid rgb(226, 230, 235);
}
.featured .editorial article img {
  max-width: 35%;
  height: auto;
  margin: 0 1rem 1rem 0;
  float: left;
}

.archive main h1 {
  font-size: 3rem;
  border-bottom: 3px double rgb(226, 230, 235);
  padding: 3rem 0;
  margin-bottom: 3rem;
}

.index-header,
.index-footer {
  display: block;
  width: 100%;
}

.index-header {
  margin-bottom: 2em;
}
.index-header h1 {
  margin-bottom: 0;
}
.index-header .intro {
  font-style: italic;
}

.index-footer {
  padding: 1em 0 3em 0;
}

.paging {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.paging a {
  display: block;
}
.paging .button {
  margin: 0;
}

.search .index-header h1,
.archive .index-header h1 {
  text-transform: uppercase;
}
.search .stream article,
.archive .stream article {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.search .stream article p,
.archive .stream article p {
  margin-bottom: 0;
}
.search .stream article figure,
.archive .stream article figure {
  width: 100%;
  margin: 0 0 1rem 0;
}
.search .stream article:last-of-type::after,
.archive .stream article:last-of-type::after {
  border: none;
}
.search .stream .meta,
.archive .stream .meta {
  color: rgb(88, 98, 114);
  margin-bottom: 0.5em;
}

@media screen and (min-width: 750px) {
  .search .stream article,
  .archive .stream article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .search .stream article img,
  .archive .stream article img {
    width: 35%;
    height: auto;
    float: left;
    margin: 0 2rem 0 0;
  }
  .search .stream article figure,
  .archive .stream article figure {
    width: 35%;
    float: left;
    margin: 0 2rem 0 0;
  }
  .search .stream article figure img,
  .archive .stream article figure img {
    width: 100%;
  }
  .search .stream article figure + header,
  .archive .stream article figure + header {
    width: calc(65% - 2rem);
  }
}
.page .content,
.single .content {
  padding: 1rem;
}
.page .content .excerpt,
.single .content .excerpt {
  font-size: 1.8rem;
  font-style: italic;
}
.page .content section,
.single .content section {
  padding: 1rem 0;
}
.page .content h1,
.single .content h1 {
  padding: 1rem 0 0 0;
  margin-bottom: 1rem;
  font-size: 3rem;
}
.page .content h2,
.single .content h2 {
  font-size: 3rem;
}
.page .content h3,
.single .content h3 {
  font-size: 2.4rem;
}
.page .content h4,
.single .content h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
.page .content h5,
.single .content h5 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page .content a,
.single .content a {
  border-bottom: 1px dotted rgb(88, 98, 114);
}
.page .content img,
.single .content img {
  float: left;
  margin: 0 2rem 2rem 0;
}
.page .content img.alignnone,
.single .content img.alignnone {
  display: block;
  float: none;
}
.page .content img.alignnone::after,
.single .content img.alignnone::after {
  content: " ";
  display: table;
  clear: both;
}
.page .content figure,
.single .content figure {
  position: relative;
  display: block;
  margin: 2em 0;
}
.page .content figure img,
.single .content figure img {
  margin: 0;
  float: none;
  width: 100%;
  height: auto;
}
.page .content blockquote,
.single .content blockquote {
  background-color: rgb(226, 230, 235);
  border-left: 3px solid rgb(88, 98, 114);
  padding: 2em;
  margin: 2em 0;
  font-family: "Lora", serif;
  font-size: larger;
}
.page .content cite,
.single .content cite {
  display: block;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  color: rgb(88, 98, 114);
}
.page .content figcaption,
.single .content figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 1.3rem;
  color: #2c3138;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 1em;
  display: block;
  box-sizing: border-box;
}
.page .content ol, .page .content ul,
.single .content ol,
.single .content ul {
  margin: 1em;
  padding: 0 0 0 1em;
  font-family: "Open Sans", sans-serif;
  color: rgb(88, 98, 114);
  list-style-position: outside;
}
.page .content ol li, .page .content ul li,
.single .content ol li,
.single .content ul li {
  margin: 0.5em 0;
}
.page .content map,
.single .content map {
  max-width: 100%;
}
.page .content .meta,
.single .content .meta {
  display: block;
  margin: 0;
  padding: 1rem 0;
  border-top: 1px solid rgb(226, 230, 235);
  font-size: 1.4rem;
  font-weight: 400;
}
.page .content .social-box,
.single .content .social-box {
  padding-top: 0.5rem;
  width: 15rem;
}
.page .content footer,
.single .content footer {
  padding: 2rem 0;
}
.page .content .tags,
.single .content .tags {
  margin-top: 1rem;
}
.page .content .tags li,
.single .content .tags li {
  display: inline-block;
}
.page .content .tags li a,
.single .content .tags li a {
  padding: 0.5rem 1rem;
  background: rgb(226, 230, 235);
  border-radius: 0.5rem;
}
.page .content .tags li a:hover,
.single .content .tags li a:hover {
  background: #d3d9e1;
}
.page .related,
.single .related {
  padding: 1rem;
  background: rgb(226, 230, 235);
}
.page .related h1,
.single .related h1 {
  font-size: 2.4rem;
}
.page .related h2,
.single .related h2 {
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
}
.page .related figure,
.single .related figure {
  width: calc(36% - 1rem);
  float: left;
  margin-right: 1rem;
}
.page .related p,
.single .related p {
  color: #2c3138;
  font-size: 1.4rem;
  line-height: 1.4;
}

#press {
  position: relative;
  top: 3rem;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 90vh;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100%;
}

#press iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 750px) {
  .top-bar {
    color: rgb(255, 255, 255);
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 300;
    height: auto;
    padding: 1rem;
  }
  .top-bar h1,
  .top-bar h2 {
    font-size: inherit;
    line-height: inherit;
    display: inline;
    color: rgb(255, 255, 255);
  }
  .top-bar h2 {
    font-style: italic;
    margin-left: 1rem;
  }
  .top-bar time {
    display: inline;
  }
  .mainpage {
    width: 100%;
  }
  main {
    width: calc(100% - 36rem);
    box-sizing: border-box;
  }
  main.full-content {
    width: 100%;
  }
  .sidebar {
    padding: 3rem 2rem;
    float: left;
    border-left: 1px solid rgb(226, 230, 235);
    width: 34rem;
    box-sizing: border-box;
  }
  .sidebar section {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .top-bar {
    padding: 1rem;
  }
  .top {
    padding: 2.8rem 2rem;
  }
  .mainpage {
    -webkit-box-shadow: 0 0 1rem 0 rgba(30, 50, 80, 0.5);
    -moz-box-shadow: 0 0 1rem 0 rgba(30, 50, 80, 0.5);
    box-shadow: 0 0 1rem 0 rgba(30, 50, 80, 0.5);
  }
  .stream {
    margin-top: 3rem;
  }
  .stream,
  .featured {
    width: calc(100% - 35rem);
    float: left;
  }
  .featured {
    margin-top: 3rem;
  }
  .sidebar {
    padding-top: 0;
    margin-top: 3rem;
    margin-left: 2rem;
  }
  #menu-lab {
    display: none;
  }
  #top-menu {
    display: block !important;
  }
  #top-menu li {
    display: inline;
    margin: 0;
    border-top: none;
  }
  #top-menu li a {
    padding: 1rem 1rem 0.5rem 1rem;
    color: rgb(255, 255, 255);
    display: inline-block;
  }
  #logo {
    margin: 1rem 0;
  }
  footer {
    text-align: left;
  }
  footer .footer-nav {
    float: right;
  }
  footer .footer-nav li:last-child a {
    padding-right: 0;
  }
  footer .footer-nav a {
    padding: 0 2rem;
  }
  footer .copyright {
    text-align: left;
    clear: both;
  }
  .stream {
    width: 100%;
    padding-left: 2rem;
  }
  .stream article img {
    float: left;
    margin-right: 2rem;
  }
  .home .home-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1em;
  }
  .home .featured article {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .home .featured .widget {
    padding: 0;
  }
  .home .stream {
    padding: 0;
    width: 59%;
  }
  .home .stream article figure img {
    margin-top: 0;
  }
  .home .featured {
    padding: 0;
    width: 39%;
  }
  .home .editorial {
    border-left: 1px solid rgb(226, 230, 235);
  }
  .page main,
  .single main {
    float: left;
  }
  .page section section,
  .single section section {
    padding: 4rem 0;
  }
  .page .content,
  .single .content {
    padding: 1rem 2rem;
  }
  .page .content h1,
  .single .content h1 {
    margin-top: 1rem;
    font-size: 4rem;
  }
  .page .content .excerpt,
  .single .content .excerpt {
    font-size: 2.4rem;
  }
  .page .content .social-box,
  .single .content .social-box {
    float: right;
    text-align: right;
  }
  .page .related,
  .single .related {
    margin: 1rem 2rem 5rem 2rem;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page .related h1,
  .single .related h1 {
    width: 100%;
    padding: 1rem 0 0 1rem;
  }
  .page .related h2,
  .single .related h2 {
    font-weight: 400;
  }
  .page .related article,
  .single .related article {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    padding: 2rem 1rem;
  }
}