/** @mixin content-center {
  width: 100%;
  box-sizing: border-box;
  margin: 0;

  @include for-mobile-only {
    padding: 0 $mobile-page-gutter;
  }
  @include for-tablet-portrait-up {
    margin: 0;
    padding: 0 $page-gutter;
  }
  @include for-desktop-up {
    margin: 0 auto;
    max-width: $content-full-width;
    padding: 0 $page-gutter;
  }
}

@mixin mobile-full-width {
  @include for-mobile-only {
    margin-left: -9px;
    margin-right: -9px;
    padding-left: $mobile-page-gutter;
    padding-right: $mobile-page-gutter;
    width: auto;
  }
}
**/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 0 solid #353131;
  border-radius: 0;
  background: white;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 60px 0 10px;
    font-size: 18px;
    line-height: 60px;
    color: #353131;
    height: 60px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: white;
    color: white;
    text-align: center;
    font: 0/0 a;
    *font: 20px/60px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: white;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: black; }

.selectric-hover .selectric {
  border-color: #1b1919; }
  .selectric-hover .selectric .button {
    color: #e6e6e6; }
    .selectric-hover .selectric .button:after {
      border-top-color: #e6e6e6; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #1b1919; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #1b1919;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

@media only screen and (max-width: 639px) {
  nav.breadcrumbs-wrapper ol.breadcrumbs {
    display: block; }
    nav.breadcrumbs-wrapper ol.breadcrumbs li:not(:nth-last-child(2)) {
      display: none; }
    nav.breadcrumbs-wrapper ol.breadcrumbs li.breadcrumb:not(:first-child)::before {
      transform: rotate(225deg); } }

/* @include for-desktop-up {
  .container {
    max-width: $page-max-width !important;
    padding: 0;
  }
} */
@media only screen and (min-width: 1280px) {
  article.blog.full-post header.blog-header {
    width: 83.88889%;
    margin: 0 auto 34px; } }

article.blog.full-post header.blog-header p.blog-date {
  font-size: 14px;
  line-height: 1.14286;
  margin-bottom: 15px; }

article.blog.full-post header.blog-header h1 {
  font-size: 28px;
  line-height: 1.28571; }
  @media only screen and (min-width: 640px) {
    article.blog.full-post header.blog-header h1 {
      font-size: 34px;
      line-height: 1.23529; } }
  @media only screen and (min-width: 1280px) {
    article.blog.full-post header.blog-header h1 {
      font-size: 40px;
      line-height: 1.2; } }

@media only screen and (max-width: 1279px) {
  article.blog.full-post .blog-post-figure {
    margin: 0 -9px; } }

article.blog.full-post .blog-post-figure figure img {
  max-height: 500px;
  object-fit: cover; }

@media only screen and (min-width: 1280px) {
  article.blog.full-post .blog-post-body .blog-post > * {
    width: 55.27778%;
    margin-left: auto;
    margin-right: auto; } }

article.blog.full-post .blog-post-body .blog-post iframe {
  display: block;
  max-width: 100%;
  margin-bottom: 46px; }

article.blog.full-post .blog-post-body .blog-post p {
  margin: 0 auto 34px;
  font-size: 16px;
  line-height: 1.5; }
  @media only screen and (min-width: 640px) {
    article.blog.full-post .blog-post-body .blog-post p {
      font-size: 17px;
      line-height: 1.58824; } }
  @media only screen and (min-width: 1280px) {
    article.blog.full-post .blog-post-body .blog-post p {
      font-size: 18px;
      line-height: 1.66667; }
      article.blog.full-post .blog-post-body .blog-post p.blowout {
        width: 100% !important; } }

article.blog.full-post .blog-post-body .blog-post p:first-of-type {
  font-size: 20px;
  line-height: 1.4; }
  @media only screen and (min-width: 640px) {
    article.blog.full-post .blog-post-body .blog-post p:first-of-type {
      font-size: 22px;
      line-height: 1.45455; } }
  @media only screen and (min-width: 1280px) {
    article.blog.full-post .blog-post-body .blog-post p:first-of-type {
      font-size: 24px;
      line-height: 1.5; } }

article.blog.full-post .blog-post-body .blog-post ul, article.blog.full-post .blog-post-body .blog-post ol, article.blog.full-post .blog-post-body .blog-post dl {
  list-style-position: inside;
  margin-bottom: 48px; }
  article.blog.full-post .blog-post-body .blog-post ul li, article.blog.full-post .blog-post-body .blog-post ol li, article.blog.full-post .blog-post-body .blog-post dl li {
    font-size: 18px;
    line-height: 1.66667; }
  article.blog.full-post .blog-post-body .blog-post ul li::marker, article.blog.full-post .blog-post-body .blog-post ol li::marker, article.blog.full-post .blog-post-body .blog-post dl li::marker {
    color: #E02D26;
    font-size: 28px; }

@media only screen and (min-width: 1280px) {
  article.blog.full-post div.socialLinks-wrapper {
    width: 55.27778%;
    margin-left: auto;
    margin-right: auto; } }

div.recent-posts {
  border-top: 1px solid #353131;
  padding: 26px 0 52px 8px; }
  @media only screen and (min-width: 1280px) {
    div.recent-posts {
      padding: 88px 0 138px 0; } }
  div.recent-posts h3 {
    max-width: 1208px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.2; }
    @media only screen and (min-width: 1280px) {
      div.recent-posts h3 {
        font-size: 26px;
        line-height: 1.23077; } }
  div.recent-posts .container {
    display: flex;
    justify-content: space-between;
    max-width: 1208px !important;
    margin-left: auto;
    margin-right: auto; }
    div.recent-posts .container:before, div.recent-posts .container:after {
      display: none; }
    @media only screen and (max-width: 639px) {
      div.recent-posts .container {
        overflow-x: scroll;
        width: 100%; } }
    div.recent-posts .container article.blog {
      flex: 1 0 77.1875%;
      padding: 0 20px 0 0;
      max-width: 320px; }
      @media only screen and (min-width: 1280px) {
        div.recent-posts .container article.blog {
          flex: 0 1 calc( 33.33333% - 18.66667px);
          padding: 0;
          max-width: none; } }
      div.recent-posts .container article.blog img {
        min-height: 277px;
        object-fit: cover; }
      div.recent-posts .container article.blog .blog-post {
        font-size: 18px;
        line-height: 1.66667; }

article.blog.full-post .blog-post-tags {
  border-top: 1px solid #353131;
  border-bottom: none;
  margin-top: 38px;
  margin-bottom: 0;
  padding: 38px 0 calc(60px - 1.5rem); }
  @media only screen and (min-width: 1280px) {
    article.blog.full-post .blog-post-tags {
      width: 55.27778%;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1280px) {
    article.blog.full-post .blog-post-tags {
      border-bottom: 1px solid #353131;
      margin-top: 64px;
      margin-bottom: 120px;
      padding: 38px 0; } }
  article.blog.full-post .blog-post-tags .tags {
    text-align: left;
    margin: 0; }
    article.blog.full-post .blog-post-tags .tags .tag {
      font-family: "Raleway";
      font-weight: 700;
      background-color: #FBFAF7;
      color: #353131;
      margin: 0 5.25px;
      font-size: 14px;
      line-height: 1.14286; }
      @media only screen and (min-width: 1280px) {
        article.blog.full-post .blog-post-tags .tags .tag {
          font-size: 16px;
          line-height: 1.1875; } }
      article.blog.full-post .blog-post-tags .tags .tag a {
        padding: 10px 12px; }
        @media only screen and (min-width: 1280px) {
          article.blog.full-post .blog-post-tags .tags .tag a {
            padding: 7px 10px; } }
