/**
 * Brand Color
 *
 */
@font-face {
  font-family: 'Orkney';
  src: url("/wp-content/themes/thefind/assets/fonts/orkney/orkney-regular-webfont.woff"); }

@font-face {
  font-family: 'Orkney';
  src: url("/wp-content/themes/thefind/assets/fonts/orkney/orkney-bold-webfont.woff");
  font-weight: bold; }

/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  color: #424242;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%; }

select {
  line-height: 54px;
  height: 54px; }

textarea {
  width: 100%; }

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1; }

::-ms-input-placeholder {
  color: #BDBDBD; }

::-webkit-input-placeholder {
  color: #BDBDBD; }

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent; }

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #E0E0E0;
  max-width: 400px;
  position: relative;
  overflow: hidden; }
  .search-form .search-field {
    border: none;
    padding-right: 44px;
    width: 100%; }
  .search-form .search-submit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 44px;
    height: 44px;
    line-height: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0; }
    .search-form .search-submit svg {
      fill: #757575;
      width: 20px;
      height: 20px; }
      .search-form .search-submit svg:hover {
        fill: #05306F; }

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border: 2px solid #031b3e;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding: 16px 32px;
  text-decoration: none; }
  .is-style-full .wp-block-button__link, .wp-block-button__link.full {
    display: block;
    width: 100%; }
  .wp-block-button__link:not(.has-text-color) {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover {
      color: white; }
  .wp-block-button__link:not(.has-background) {
    background-color: #05306F; }
    .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
      background-color: #031b3e; }
  .wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
    color: #05306F; }
  .wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
    background-color: #031b3e; }
  .wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
    color: #FAFAFA; }
  .wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
    background-color: #e1e1e1; }
  .wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus {
    color: #fbd859; }
  .wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus {
    background-color: #facc27; }

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent url(../icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left; }
  blockquote p,
  blockquote.wp-block-quote p {
    color: #424242;
    font-size: 16px;
    font-style: normal;
    font-weight: 400; }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    color: #424242;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    opacity: .5;
    text-transform: uppercase; }
  blockquote p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative; }
  .wp-block-separator::before,
  hr::before {
    background: #E0E0E0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -.5px; }

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  img.alignright {
    float: right;
    margin: 0 0 20px 20px; }
  img.aligncenter {
    margin-left: auto;
    margin-right: auto; }

.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  text-align: center; }

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%; }
  .wp-block-table td, .wp-block-table th {
    padding: .5em;
    border: 1px solid; }

/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: #05306F; }

.has-blue-background-color {
  background-color: #05306F; }

.has-grey-color {
  color: #FAFAFA; }

.has-grey-background-color {
  background-color: #FAFAFA; }

.has-yellow-color {
  color: #fbd859; }

.has-yellow-background-color {
  background-color: #fbd859; }

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 20px 16px; }
  @media (min-width: 768px) {
    .wp-block-group {
      padding: 20px 16px; } }
  @media (min-width: 992px) {
    .wp-block-group {
      padding: 20px 16px; } }
  .wp-block-group .wp-block-group__inner-container {
    max-width: 768px;
    margin: 0 auto; }
    .wp-block-group .wp-block-group__inner-container:after {
      content: "";
      display: table;
      clear: both; }
    .wp-block-group .wp-block-group__inner-container > *:last-child {
      margin-bottom: 0; }
  .wp-block-group.has-background:not(.has-grey-background-color) {
    color: #fff; }
    .wp-block-group.has-background:not(.has-grey-background-color) h1, .wp-block-group.has-background:not(.has-grey-background-color) h2, .wp-block-group.has-background:not(.has-grey-background-color) h3, .wp-block-group.has-background:not(.has-grey-background-color) h4, .wp-block-group.has-background:not(.has-grey-background-color) h5, .wp-block-group.has-background:not(.has-grey-background-color) h6, .wp-block-group.has-background:not(.has-grey-background-color) p {
      color: #fff; }

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0; }
  @media (min-width: 768px) {
    div.wpforms-container .wpforms-title {
      font-size: 32px; } }

div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0; }

div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px; }

div.wpforms-container .wpforms-field-label {
  font-size: 16px; }

div.wpforms-container .wpforms-recaptcha-container {
  padding: 0; }
  @media (min-width: 768px) {
    div.wpforms-container .wpforms-recaptcha-container {
      margin-bottom: -78px; } }

div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right; }

div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left; }
    div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
      display: table-cell;
      padding-right: 16px;
      margin: 0; }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0; } }

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #BDBDBD;
  width: 24px;
  height: 24px; }

.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px; }
  .shared-counts-wrap.style-icon .shared-counts-button:hover svg {
    fill: #05306F; }
  .shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
  .shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
    display: none; }

@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px; }
    @media (min-width: 768px) {
      .shared-counts-wrap.style-button {
        grid-template-columns: repeat(4, 1fr); } } }

.shared-counts-wrap.style-button h3 {
  color: #616161;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1 / -1; }

.shared-counts-wrap.style-button .shared-counts-button {
  background: #9E9E9E;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px; }
  .shared-counts-wrap.style-button .shared-counts-button:hover {
    background: #616161; }
  .shared-counts-wrap.style-button .shared-counts-button svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px; }
  .shared-counts-wrap.style-button .shared-counts-button.facebook {
    background: #3B5998; }
    .shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
      background: #2d4373; }
  .shared-counts-wrap.style-button .shared-counts-button.pinterest {
    background: #CB2027; }
    .shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
      background: #9f191f; }
  .shared-counts-wrap.style-button .shared-counts-button.twitter {
    background: #00B6F1; }
    .shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
      background: #008fbe; }

.shared-counts-wrap.style-button .shared-counts-count {
  display: none; }

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px; }

.post-summary__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0; }
  .post-summary__title a {
    color: #212121;
    text-decoration: none; }
    .post-summary__title a:hover {
      color: #05306F; }

.post-summary__image {
  display: block; }
  @media (min-width: 769px) {
    .post-summary__image {
      margin-bottom: 12px; } }

.entry-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px; }
  .entry-category a {
    color: #616161;
    text-decoration: none; }
    .entry-category a:hover {
      color: #05306F; }

.archive .site-main .block-area,
.archive .site-main .no-results {
  grid-column: 1 / -1;
  margin-bottom: 48px; }

@media (min-width: 769px) and (max-width: 991px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%; }
    .archive .site-main > article:nth-of-type(2n+1) {
      clear: both;
      margin-left: 0; }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, 1fr); }
      .archive .site-main > article {
        margin-left: 0;
        width: 100%; }
      .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
        grid-column: 1 / -1; } } }

@media (min-width: 992px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%; }
    .archive .site-main > article:nth-of-type(4n+1) {
      clear: both;
      margin-left: 0; }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr); }
      .archive .site-main > article {
        margin-left: 0;
        width: 100%; }
      .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
        grid-column: 1 / -1; } } }

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 32px; }
  .archive-description > *:last-child {
    margin-bottom: 0; }
  .archive-description .search-form {
    margin: 0 auto; }

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px; }

@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px; } }

.author-title {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .author-title {
      font-size: 20px; } }

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #E0E0E0;
  font-size: 16px;
  text-align: center;
  padding-top: 22px; }
  .pagination ul {
    margin: 0; }
    .pagination ul li {
      list-style-type: none;
      display: inline-block; }
      .pagination ul li a {
        color: #424242;
        border-radius: 50%;
        display: block;
        font-weight: 400;
        text-decoration: none;
        width: 29px;
        height: 29px;
        line-height: 29px;
        text-align: center; }
      .pagination ul li.pagination-next a,
      .pagination ul li.pagination-previous a {
        width: auto; }
      .pagination ul li:hover > a {
        color: #05306F; }
      .pagination ul li.active > a {
        background: #05306F;
        color: #fff;
        font-weight: 700; }

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem; }
  .entry-content ul li, .entry-content ol li {
    padding-bottom: .5rem; }
    .entry-content ul li:last-child, .entry-content ol li:last-child {
      padding-bottom: 0; }
    .entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
      padding-top: .5rem; }
  .entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
    padding-left: 0; }
    .entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
      padding-bottom: 0; }

.entry-content p {
  margin: 20px 10%; }

.entry-content .right-align-block {
  text-align: right;
  font-style: italic;
  position: relative;
  top: -25px; }

.entry-content .block-sub-text {
  font-size: 12px; }

.entry-content > *,
.block-area > * {
  margin: 20px 0;
  max-width: 100%;
  text-align: center; }
  .entry-content > *:first-child,
  .block-area > *:first-child {
    margin-top: 0; }
  .entry-content > *:last-child,
  .block-area > *:last-child {
    margin-bottom: 0; }
  .full-width-content .entry-content > *.alignwide,
  .content .entry-content > *.alignwide, .full-width-content
  .block-area > *.alignwide,
  .content
  .block-area > *.alignwide {
    margin: calc( 2 * 20px) calc(50% - 50vw);
    max-width: 100vw;
    width: auto; }
    @media (min-width: 768px) {
      .full-width-content .entry-content > *.alignwide,
      .content .entry-content > *.alignwide, .full-width-content
      .block-area > *.alignwide,
      .content
      .block-area > *.alignwide {
        margin: calc( 2 * 20px) calc(25% - 25vw); } }
  .full-width-content .entry-content > *.alignfull,
  .content .entry-content > *.alignfull, .full-width-content
  .block-area > *.alignfull,
  .content
  .block-area > *.alignfull {
    margin: calc( 2 * 20px) calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw; }
  .entry-content > *.alignleft,
  .block-area > *.alignleft {
    /*rtl:ignore*/
    float: left;
    margin: 0 20px 20px 0; }
  .entry-content > *.alignright,
  .block-area > *.alignright {
    /*rtl:ignore*/
    float: right;
    margin: 0 0 20px 20px; }
  .entry-content > *.aligncenter,
  .block-area > *.aligncenter {
    margin-left: auto;
    margin-right: auto; }
  .entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
  .block-area > *.wp-block-quote,
  .block-area > *.post-listing-block {
    margin-top: calc( 2 * 20px);
    margin-bottom: calc( 2 * 20px); }
  .entry-content > *.wp-block-search,
  .block-area > *.wp-block-search {
    max-width: 568px;
    margin-left: auto;
    margin-right: auto; }

.entry-content > .alignfull:first-child {
  margin-top: -36px; }
  @media (min-width: 768px) {
    .entry-content > .alignfull:first-child {
      margin-top: -48px; } }

.entry-content > .alignfull:last-child {
  margin-bottom: -36px; }
  @media (min-width: 768px) {
    .entry-content > .alignfull:last-child {
      margin-bottom: -48px; } }

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px; }
  .entry-author .avatar {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px; }
  .entry-author a {
    color: #424242;
    text-decoration: none; }
    .entry-author a:hover {
      color: #05306F; }

.breadcrumb {
  font-size: 16px;
  margin-bottom: 24px; }
  .breadcrumb a {
    color: #424242; }
    .breadcrumb a:hover {
      color: #05306F; }
  .single .breadcrumb {
    border-top: 1px solid #E0E0E0;
    padding-top: 32px;
    text-align: center; }

.author-box {
  position: relative;
  padding-left: 120px;
  min-height: 120px; }
  .archive .author-box {
    grid-column: 1 / -1;
    max-width: 768px;
    margin: 0 auto 32px; }
  .author-box .author-box-title {
    font-size: 22px; }
    @media (min-width: 768px) {
      .author-box .author-box-title {
        font-size: 28px; } }
  .author-box .avatar {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .singular .entry-header {
      margin-bottom: 48px;
      overflow: hidden;
      width: 100%; }
      .singular .entry-header .entry-author {
        float: left;
        margin: 0; }
      .singular .entry-header .shared-counts-wrap {
        float: right; } }
  .singular .entry-header *:last-child {
    margin-bottom: 0; }

.after-entry > * {
  margin: 24px 0; }
  @media (min-width: 768px) {
    .after-entry > * {
      margin: 42px 0; } }

.after-entry .publish-date {
  font-size: 16px;
  text-align: center; }

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px; }
      .related-posts header {
        grid-column: 1 / -1; } } }

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px; }
  .entry-comments .comment-list li {
    list-style-type: none;
    border: 1px solid #EEEEEE; }
    .entry-comments .comment-list li article {
      padding: 16px;
      position: relative; }
    .entry-comments .comment-list li.staff > article {
      background: rgba(5, 48, 111, 0.05);
      border-left: 2px solid #05306F; }
  .entry-comments .comment-list > li {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 15px; }
  .entry-comments .comment-list .comment-author {
    color: #424242;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: Orkney, Constantia, Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 18px; }
    @media (min-width: 768px) {
      .entry-comments .comment-list .comment-author {
        font-size: 22px; } }
    .entry-comments .comment-list .comment-author a {
      color: #424242;
      text-decoration: none; }
      .entry-comments .comment-list .comment-author a:hover {
        color: #05306F; }
    .entry-comments .comment-list .comment-author .says {
      display: none; }
  .entry-comments .comment-list .comment-edit-link {
    display: none; }
  .entry-comments .comment-list .comment-meta {
    font-size: 14px;
    color: #9E9E9E;
    vertical-align: middle; }
    .entry-comments .comment-list .comment-meta a {
      color: #9E9E9E;
      font-weight: 400;
      text-decoration: none; }
      .entry-comments .comment-list .comment-meta a:hover {
        color: #05306F; }
  .entry-comments .comment-list .comment-content p:last-child {
    margin: 0; }
  .entry-comments .comment-list .comment-reply-link {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none; }
  .entry-comments .comment-list ul.children {
    margin: 0; }
    .entry-comments .comment-list ul.children li {
      border-top: 1px solid #E0E0E0; }

.nav-links:after {
  content: "";
  display: table;
  clear: both; }

.nav-links .nav-previous {
  float: left; }

.nav-links .nav-next {
  float: right; }

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none; }

.comment-respond {
  margin: 30px 0; }
  @media (min-width: 768px) {
    .comment-respond {
      margin: 60px 0; } }
  .comment-respond label {
    display: block;
    margin-right: 12px; }
    .comment-respond label[for="subscribe"], .comment-respond label[for="wp-comment-cookies-consent"] {
      display: inline-block; }
  @media (min-width: 768px) {
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
      float: left;
      width: calc( 50% - 16px); }
    .comment-respond .comment-form-email {
      margin-left: 32px; }
    .comment-respond input[type="submit"] {
      width: auto; } }

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #FAFAFA;
  padding: 40px 0 10px;
  position: relative; }
  .footer-widgets ul {
    margin-bottom: 30px; }
  .footer-widgets li {
    list-style-type: none;
    margin-bottom: 12px; }
  .footer-widgets .widget-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .footer-widgets a {
    text-decoration: none; }
    .footer-widgets a:hover {
      text-decoration: underline; }
    .footer-widgets a svg {
      width: 20px;
      height: 20px;
      margin-right: 12px; }
  @media (max-width: 767px) {
    .footer-widgets .social-links li {
      display: inline-block;
      margin: 0; }
    .footer-widgets .social-links .label {
      display: none; }
    .footer-widgets .footer-widgets-1 {
      width: 100%;
      text-align: center; } }
  @media (max-width: 767px) and (min-width: 768px) {
    .footer-widgets .footer-widgets-1 {
      float: left;
      width: calc( 50% - 8px); } }
  @media (max-width: 767px) {
    .footer-widgets .footer-widgets-2 {
      width: 100%;
      text-align: center; } }
  @media (max-width: 767px) and (min-width: 768px) {
    .footer-widgets .footer-widgets-2 {
      float: right;
      width: calc( 50% - 8px); } }
  @media (max-width: 767px) {
    .footer-widgets .footer-widgets-3 {
      overflow: hidden;
      width: 100%; } }
  @media (min-width: 768px) {
    .footer-widgets .wrap > div {
      float: left;
      margin-left: 2.7397260274%;
      width: 31.5068493151%; }
      .footer-widgets .wrap > div:nth-of-type(3n+1) {
        clear: both;
        margin-left: 0; }
    @supports (display: grid) {
      .footer-widgets .wrap {
        display: grid;
        grid-column-gap: 32px;
        grid-template-columns: repeat(3, 1fr); }
        .footer-widgets .wrap > div {
          margin-left: 0;
          width: 100%; }
        .footer-widgets .wrap header, .footer-widgets .wrap nav, .footer-widgets .wrap aside, .footer-widgets .wrap footer {
          grid-column: 1 / -1; } } }

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  font-size: 14px;
  padding: 0;
  text-align: center; }
  .site-footer .wrap > *:last-child {
    margin-bottom: 0; }
  .site-footer a:hover {
    font-weight: bolder; }
  .site-footer .footer-links a + a {
    margin-left: 12px; }
  .site-footer .backtotop {
    background: rgba(62, 61, 64, 0.75);
    border-radius: 3px;
    display: inline-block;
    line-height: 20px;
    padding: 10px;
    text-decoration: none; }
    .site-footer .backtotop svg {
      fill: #fff;
      margin-left: 4px;
      vertical-align: middle; }
    .site-footer .backtotop:hover {
      background: #3e3d40; }
  @media (min-width: 768px) {
    .site-footer {
      text-align: left; }
      .site-footer .footer-left {
        float: left; }
        .site-footer .footer-left > *:last-child {
          margin-bottom: 0; }
      .site-footer .copyright,
      .site-footer .footer-links {
        display: inline-block;
        margin-right: 20px; }
      .site-footer .backtotop {
        float: right; } }

/*# sourceMappingURL=main.css.map */