@import url(fontawesome.min.css);
@import url(brands.min.css);
/**
 * Reset
 * normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 * ----------------------------------------------------------------------------
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

summary {
  display: list-item; }

figure {
  margin: 0; }

pre,
code,
kbd,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden],
template {
  display: none; }

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

a:focus {
  outline: thin dotted; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border: 0;
  vertical-align: middle; }

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

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[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; }

[type="checkbox"],
[type="radio"] {
  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; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

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

/**
 * General
 * ----------------------------------------------------------------------------
 */
html {
  font-family: "PT Sans", sans-serif;
  font-size: 112.5%;
  height: 100%;
  min-height: 100%; }
  @media only screen and (max-width: 600px) {
    html {
      font-size: 100%; } }

body {
  background: #fff;
  color: #5e5e5e;
  line-height: 1.66667; }

a {
  border-bottom: 2px solid #3cb464;
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: border .3s ease, color .3s ease;
  transition: border .3s ease, color .3s ease; }
  a:hover {
    border-color: currentColor;
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  font-family: "PT Serif", serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 1.66667rem 0 0.83333rem;
  text-rendering: optimizeLegibility; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2.22222rem; }

h2 {
  font-size: 1.88889rem; }

h3 {
  font-size: 1.33333rem; }

h4 {
  font-size: 1.11111rem; }

h5 {
  font-size: 0.88889rem; }

h6 {
  font-size: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase; }

p {
  margin: 0 0 1.66667em; }

address {
  font-style: italic;
  margin: 0 0 1.66667em; }

mark,
ins {
  background: #fff493;
  color: #1e1e1e;
  padding: 0 3px;
  text-decoration: none; }

code {
  background: #f7f7f7;
  border-radius: 3px;
  color: #1e1e1e;
  padding: 0 3px; }

pre {
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #1e1e1e;
  font-size: 0.88889rem;
  margin: 0 0 1.66667rem;
  overflow: auto;
  padding: 1.5em 1.875em;
  position: relative;
  white-space: pre; }
  pre:before {
    border-color: #dedede;
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: inherit;
    content: "</>";
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    padding: 1px 4px;
    position: absolute;
    right: 0;
    top: 0; }
  pre > code {
    padding: 0; }

blockquote {
  border-top: 3px solid #dedede;
  color: #1e1e1e;
  font-family: "PT Serif", serif;
  font-size: 1.33333rem;
  line-height: 1.4;
  margin: 2.5rem auto;
  padding: 1.33333rem 0 0 60px;
  position: relative; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote:before {
    color: #3cb464;
    content: "\201C";
    font-size: 64px;
    left: 0;
    line-height: 1;
    position: absolute;
    width: 30px;
    top: 1.33333rem; }
  blockquote p {
    margin-bottom: 0.5em; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote small,
  blockquote cite {
    color: #9e9e9e;
    display: block;
    font-size: 0.66667em;
    font-style: normal;
    font-weight: normal;
    margin-top: 1em; }
    blockquote small:last-child,
    blockquote cite:last-child {
      margin-bottom: 0; }

dl {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1.66667em; }

ul,
ol {
  margin: 0 0 1.66667em;
  padding: 0 0 0 1.66667em; }

li > ul,
li > ol {
  margin-bottom: 0; }

hr {
  border: 0;
  border-bottom: 1px solid #dedede;
  margin: 1.66667em 0; }

table {
  line-height: 1.5;
  margin: 0 0 1.66667rem;
  text-align: left;
  width: 100%; }

caption {
  color: #9e9e9e;
  font-size: 0.88889rem;
  font-style: normal;
  margin-bottom: 1em;
  text-align: left; }

th,
td {
  border-bottom: 1px solid #dedede;
  padding: 0.5em 5px; }

th {
  color: #1e1e1e;
  font-weight: bold; }

/* Form fields */
label {
  color: #1e1e1e;
  font-weight: bold; }
  label > span {
    font-size: 14px;
    font-weight: normal; }

input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  padding-left: 0.25em;
  padding-right: 1em; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #5e5e5e;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.5em 10px;
  vertical-align: baseline;
  width: 100%; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
  height: 3em; }

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button {
  background: #3cb464;
  border: 2px solid #3cb464;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 3em;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding: 0.25em 25px;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  button:hover, button:focus, button:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  .button:hover,
  .button:focus,
  .button:active {
    background: 0;
    border-color: #3cb464;
    color: #3cb464;
    outline: 0; }

.button.inverse {
  background: 0;
  color: #3cb464; }
  .button.inverse:hover, .button.inverse:focus, .button.inverse:active {
    background: #3cb464;
    border-color: #3cb464;
    color: #fff; }

a.button {
  padding-bottom: 0.60714em;
  padding-top: 0.60714em; }

#menu-open,
#menu-close {
  background: 0;
  border: 0;
  box-shadow: none;
  color: inherit;
  height: 40px;
  padding: 0;
  position: relative;
  width: 40px; }

.contact-form label {
  display: block;
  margin-bottom: 0.25em;
  padding-left: 10px; }

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
  max-width: 100%; }

.js-reframe {
  margin: 0 0 1.66667em; }

/* Images */
img {
  height: auto;
  max-width: 100%; }

.post-thumbnail img,
.post-content img {
  border-radius: 3px; }

/* Text meant only for screen readers */
.screen-reader-text,
.site-logo + .site-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

/* Clearing floats */
.post-content:after {
  clear: both; }

.post-content:before,
.post-content:after {
  content: "";
  display: table; }

/**
 * Icons
 * ----------------------------------------------------------------------------
 */
.icon-menu,
.icon-close {
  background: currentColor;
  border-radius: 1px;
  color: inherit;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px; }
  .icon-menu:before, .icon-menu:after,
  .icon-close:before,
  .icon-close:after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.icon-menu:before {
  top: -8px; }

.icon-menu:after {
  bottom: -8px; }

.icon-close {
  background: 0;
  margin-left: -17px;
  width: 34px; }
  .icon-close:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-close:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.icon-arrow-left,
.icon-arrow-right {
  background: currentColor;
  color: inherit;
  height: 2px;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 16px; }
  .icon-arrow-left:before,
  .icon-arrow-right:before {
    border-color: currentColor;
    border-style: solid;
    content: "";
    height: 8px;
    position: absolute;
    top: 1px;
    width: 8px; }

.icon-arrow-left:before {
  border-width: 2px 0 0 2px;
  left: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.icon-arrow-right:before {
  border-width: 2px 2px 0 0;
  right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right; }

/**
 * Structure
 * ----------------------------------------------------------------------------
 */
.site {
  overflow: hidden;
  position: relative; }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px; }

.site-header,
.site-content,
.subscribe,
.site-footer {
  padding-left: 4vw;
  padding-right: 4vw; }

.site-content {
  padding-bottom: 2.5em;
  padding-top: 2.5em; }
  @media only screen and (min-width: 801px) {
    .site-content {
      padding-bottom: 3.33333em;
      padding-top: 3.33333em; } }

.intro,
.post-full .post-header,
.post-full .post-subtitle,
.post-full .post-content,
.post-nav-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px; }

/**
 * Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
  background: #fff;
  border-top: 5px solid #3cb464;
  border-bottom: 1px solid #dedede;
  padding-bottom: 1.33333em;
  padding-top: 1.33333em; }

.site-header-inside {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.site-branding {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto; }

.site-logo {
  margin: 0; }
  .site-logo a {
    border: 0; }
  .site-logo img {
    max-height: 60px; }

.site-title {
  color: #1e1e1e;
  font-family: "PT Serif", serif;
  font-size: 1.66667rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }
  .site-title a {
    border: 0;
    color: inherit; }

.site-navigation {
  margin-left: auto; }

.menu {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.menu-item {
  display: inline-block;
  margin-left: 20px;
  padding: 0.5em 0; }
  .menu-item a {
    border: 0;
    color: inherit; }

.menu-item a:hover,
.current-menu-item a {
  color: #9e9e9e; }

.menu-toggle {
  display: none; }

@media only screen and (max-width: 1100px) {
  .site-branding {
    margin-right: 20px; }
  #menu-open {
    display: block;
    margin-left: auto; }
  .site-navigation {
    background: #fff;
    border-top: 5px solid #3cb464;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s, visibility 0s .3s;
    transition: opacity .3s, visibility 0s .3s;
    visibility: hidden;
    z-index: -1; }
  .site-nav-inside {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  #menu-close {
    display: block;
    position: absolute;
    right: 4vw;
    top: 1.33333rem; }
  .menu {
    padding: 5rem 4vw 3.33333rem; }
  .menu-item {
    border-bottom: 1px solid #dedede;
    display: block;
    padding: 0; }
    .menu-item:first-child {
      border-top: 1px solid #dedede; }
    .menu-item a {
      display: block;
      padding: 0.83333rem 0; }
  .menu--opened .site {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 9997; }
  .menu--opened .site-navigation {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    visibility: visible;
    z-index: 9998; } }

/**
 * Content
 * ----------------------------------------------------------------------------
 */
.post {
  margin-bottom: 3.33333em; }

.post-header {
  margin-bottom: 2.5rem; }

.post-meta {
  color: #9e9e9e;
  font-size: 0.88889rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 0.83333rem;
  text-transform: uppercase; }

.post-title {
  font-size: 2.66667rem;
  margin: 0 0 1.66667rem; }
  .post-title a {
    border: 0;
    color: inherit; }
    .post-title a:hover {
      color: #5e5e5e; }

.post-subtitle {
  font-size: 1.33333rem;
  line-height: 1.5;
  margin-bottom: 2.5rem; }

.post-thumbnail {
  display: block;
  margin-bottom: 2.5rem; }
  .post-thumbnail img {
    width: 100%; }

/* Post feed */
.post-feed {
  margin-bottom: 4vw; }

.post-card {
  margin-bottom: 4vw; }
  .post-card .post-header {
    margin-bottom: 0.83333rem; }
  .post-card .post-meta {
    font-size: 14px; }
  .post-card .post-title {
    font-size: 1.66667rem;
    margin-bottom: 0.83333rem; }
  .post-card .post-excerpt {
    font-size: 16px; }

.post-card-inside {
  border: 1px solid #dedede;
  border-radius: 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.post-card-thumbnail {
  border: 0;
  border-radius: 3px 3px 0 0;
  display: block;
  margin: 0; }
  .post-card-thumbnail img {
    border-radius: 3px 3px 0 0;
    width: 100%; }

.post-card-content {
  padding: 1.33333rem 1.66667rem 0.33333rem; }

@media only screen and (min-width: 681px) {
  .layout-grid .post-feed {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2vw;
    margin-right: -2vw; }
  .layout-grid .post-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-grid .post-card-inside {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 2vw;
    margin-right: 2vw; }
  .layout-grid .post-card-content:only-child {
    border-top: 50px solid rgba(60, 180, 100, 0.1); }
  .layout-list .post-card-inside {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .layout-list .post-card-thumbnail {
    border-radius: 0 3px 3px 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
    .layout-list .post-card-thumbnail img {
      border-radius: 0 3px 3px 0;
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .layout-list .post-card-content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .layout-list .post-card-content:only-child {
      border-right: 165px solid rgba(60, 180, 100, 0.1);
      padding-right: 7%; } }

@media only screen and (min-width: 751px) {
  .post-feed {
    margin-bottom: 1.66667em; }
  .post-card {
    margin-bottom: 1.66667em; }
  .layout-grid .post-feed {
    margin-left: -0.83333em;
    margin-right: -0.83333em; }
  .layout-grid .post-card-inside {
    margin-left: 0.833333em;
    margin-right: 0.833333em; }
  .layout-list .post-card {
    margin-bottom: 2.5em; } }

/* Intro section */
.intro {
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 801px) {
    .intro {
      margin-bottom: 3.33333rem; } }

.intro-text {
  color: #1e1e1e;
  font-family: "PT Serif", serif;
  font-size: 1.33333rem;
  line-height: 1.5;
  margin-bottom: 1.66667rem; }
  .intro-text > * {
    margin-bottom: 1.66667rem; }

.intro-cta {
  margin-bottom: 1.66667rem; }
  .intro-cta .button {
    margin: 0 15px 0.83333rem 0; }

/* Pagination */
.pagination {
  margin: 0 0 3.33333em; }
  .pagination .nav-links {
    padding: 0 60px;
    position: relative;
    text-align: center; }
  .pagination .page-number {
    color: #9e9e9e;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.5;
    padding: 0.67857em 0;
    text-transform: uppercase; }
  .pagination .newer-posts,
  .pagination .older-posts {
    height: 40px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 45px; }
  .pagination .older-posts {
    left: 0; }
  .pagination .newer-posts {
    right: 0; }

/* Post navigation */
.post-nav-title {
  font-size: 1.33333rem;
  margin-bottom: 1.66667rem; }

/**
 * Subscribe
 * ----------------------------------------------------------------------------
 */
.subscribe {
  background: #f7f7f7;
  border-bottom: 1px solid #dedede;
  padding-bottom: 2.5em;
  padding-top: 2.5em;
  text-align: center; }
  @media only screen and (min-width: 801px) {
    .subscribe {
      padding-bottom: 3.33333em;
      padding-top: 3.33333em; } }
  .subscribe .inner {
    max-width: 555px; }

.subscribe-title {
  font-size: 1.66667rem;
  margin: 0 0 1.33333rem; }

.subscribe-text {
  font-size: 0.88889rem;
  margin-bottom: 1.66667rem; }

.subscribe-form {
  margin-bottom: 1.66667rem; }
  .subscribe-form .subscribe-email {
    width: 100%; }
  .subscribe-form .button {
    margin-top: 0.83333rem;
    width: 100%; }
  @media only screen and (min-width: 481px) {
    .subscribe-form {
      position: relative; }
      .subscribe-form .subscribe-email {
        height: 3.75em;
        padding-right: 145px;
        width: 100%; }
      .subscribe-form .button {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        right: 9px;
        top: 9px;
        width: 130px; } }

/**
 * Site Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
  background: #f7f7f7;
  padding-bottom: 0.83333em;
  padding-top: 2.5em; }

.site-info {
  font-size: 12px;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-bottom: 1.66667rem;
  padding-top: 0.5em;
  text-transform: uppercase; }

.social-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.83333rem; }
  .social-links a {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 0;
    color: inherit;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 30px;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 5% 0.83333em 0;
    width: 30px; }
    .social-links a:hover {
      color: #9e9e9e; }
  .social-links .fab {
    font-size: 18px; }

@media only screen and (min-width: 601px) {
  .site-footer-inside {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .social-links {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto; }
    .social-links a {
      margin-left: 30px;
      margin-right: 0; } }

@media only screen and (min-width: 801px) {
  .social-links a {
    margin-left: 40px; } }

/**
 * Palettes
 * ----------------------------------------------------------------------------
 */
.palette-blue a {
  border-color: #108afb; }
  .palette-blue a:hover {
    border-color: currentColor; }

.palette-blue blockquote:before {
  color: #108afb; }

.palette-blue button,
.palette-blue input[type="submit"],
.palette-blue input[type="button"],
.palette-blue input[type="reset"],
.palette-blue .button {
  background: #108afb;
  border-color: #108afb;
  color: #fff; }
  .palette-blue button:hover, .palette-blue button:focus, .palette-blue button:active,
  .palette-blue input[type="submit"]:hover,
  .palette-blue input[type="submit"]:focus,
  .palette-blue input[type="submit"]:active,
  .palette-blue input[type="button"]:hover,
  .palette-blue input[type="button"]:focus,
  .palette-blue input[type="button"]:active,
  .palette-blue input[type="reset"]:hover,
  .palette-blue input[type="reset"]:focus,
  .palette-blue input[type="reset"]:active,
  .palette-blue .button:hover,
  .palette-blue .button:focus,
  .palette-blue .button:active {
    background: 0;
    border-color: #108afb;
    color: #108afb; }

.palette-blue .button.inverse {
  background: 0;
  color: #108afb; }
  .palette-blue .button.inverse:hover, .palette-blue .button.inverse:focus, .palette-blue .button.inverse:active {
    background: #108afb;
    border-color: #108afb;
    color: #fff; }

.palette-blue .site-header {
  border-top-color: #108afb; }

@media only screen and (max-width: 1100px) {
  .palette-blue .site-navigation {
    border-top-color: #108afb; } }

@media only screen and (min-width: 681px) {
  .palette-blue.layout-grid .post-card-content:only-child {
    border-color: rgba(16, 138, 251, 0.1); }
  .palette-blue.layout-list .post-card-content:only-child {
    border-color: rgba(16, 138, 251, 0.1); } }

.palette-black a {
  border-color: #323232; }
  .palette-black a:hover {
    border-color: #9e9e9e; }

.palette-black blockquote:before {
  color: #323232; }

.palette-black button,
.palette-black input[type="submit"],
.palette-black input[type="button"],
.palette-black input[type="reset"],
.palette-black .button {
  background: #323232;
  border-color: #323232;
  color: #fff; }
  .palette-black button:hover, .palette-black button:focus, .palette-black button:active,
  .palette-black input[type="submit"]:hover,
  .palette-black input[type="submit"]:focus,
  .palette-black input[type="submit"]:active,
  .palette-black input[type="button"]:hover,
  .palette-black input[type="button"]:focus,
  .palette-black input[type="button"]:active,
  .palette-black input[type="reset"]:hover,
  .palette-black input[type="reset"]:focus,
  .palette-black input[type="reset"]:active,
  .palette-black .button:hover,
  .palette-black .button:focus,
  .palette-black .button:active {
    background: 0;
    border-color: #323232;
    color: #323232; }

.palette-black .button.inverse {
  background: 0;
  color: #323232; }
  .palette-black .button.inverse:hover, .palette-black .button.inverse:focus, .palette-black .button.inverse:active {
    background: #323232;
    border-color: #323232;
    color: #fff; }

.palette-black .site-header {
  border-top-color: #323232; }

@media only screen and (max-width: 1100px) {
  .palette-black .site-navigation {
    border-top-color: #323232; } }

@media only screen and (min-width: 681px) {
  .palette-black.layout-grid .post-card-content:only-child {
    border-color: rgba(50, 50, 50, 0.1); }
  .palette-black.layout-list .post-card-content:only-child {
    border-color: rgba(50, 50, 50, 0.1); } }

.palette-red a {
  border-color: #a51c30; }
  .palette-red a:hover {
    border-color: currentColor; }

.palette-red blockquote:before {
  color: #a51c30; }

.palette-red button,
.palette-red input[type="submit"],
.palette-red input[type="button"],
.palette-red input[type="reset"],
.palette-red .button {
  background: #a51c30;
  border-color: #a51c30;
  color: #fff; }
  .palette-red button:hover, .palette-red button:focus, .palette-red button:active,
  .palette-red input[type="submit"]:hover,
  .palette-red input[type="submit"]:focus,
  .palette-red input[type="submit"]:active,
  .palette-red input[type="button"]:hover,
  .palette-red input[type="button"]:focus,
  .palette-red input[type="button"]:active,
  .palette-red input[type="reset"]:hover,
  .palette-red input[type="reset"]:focus,
  .palette-red input[type="reset"]:active,
  .palette-red .button:hover,
  .palette-red .button:focus,
  .palette-red .button:active {
    background: 0;
    border-color: #a51c30;
    color: #a51c30; }

.palette-red .button.inverse {
  background: 0;
  color: #a51c30; }
  .palette-red .button.inverse:hover, .palette-red .button.inverse:focus, .palette-red .button.inverse:active {
    background: #a51c30;
    border-color: #a51c30;
    color: #fff; }

.palette-red .site-header {
  border-top-color: #a51c30; }

@media only screen and (max-width: 1100px) {
  .palette-red .site-navigation {
    border-top-color: #a51c30; } }

@media only screen and (min-width: 681px) {
  .palette-red.layout-grid .post-card-content:only-child {
    border-color: rgba(165, 28, 48, 0.1); }
  .palette-red.layout-list .post-card-content:only-child {
    border-color: rgba(165, 28, 48, 0.1); } }
