<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Drop
Theme URI: https://www.competethemes.com/drop/
Author: Compete Themes
Author URI: https://www.competethemes.com/
Description: A Bold, Responsive Blog Theme
Tags: gray, green, tan, white, light, white, one-column, responsive-layout, accessibility-ready, custom-menu, featured-images, microformats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Version: 1.22
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drop
Tested up to: 6.2
Requires PHP: 5.4

Drop WordPress Theme, Copyright 2023 Compete Themes
Drop is distributed under the terms of the GNU GPL
*/
/*===== Variables =====*/
/* Theme Colors */
/* Typography Variables */
/* Used in compass */
/* Social Media Brand Colors */
/*===== Mixins =====*/
/*===== Basic Styles =====*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "montserrat", "open sans", "sans-serif";
  font-weight: 400;
  color: #666666;
  background: #333333;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
}

.overflow-container {
  overflow: hidden;
}

.main {
  margin: 0 auto;
  background: white;
  position: relative;
  left: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

h1 {
  font-size: 2.625em;
  /* 42px */
  line-height: 1.143;
}

h2 {
  font-size: 2.25em;
  /* 36px */
  line-height: 1.33;
}

h3 {
  font-size: 1.625em;
  /* 26px */
  line-height: 1.08;
}

h4 {
  font-size: 1.3125em;
  /* 21px */
  line-height: 1.14;
}

h5 {
  font-size: 1.3125em;
  /* 21px */
  line-height: 1.14;
}

h6 {
  font-size: 1em;
  line-height: 1.5;
}

/* Markup styles */
p {
  font-family: "open sans", "sans-serif";
  margin: 24px 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a,
a:link {
  color: #28805d;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

a:visited {
  color: #20664a;
}

a:hover,
a:active,
a:focus {
  color: #2f996f;
}

article a {
  text-decoration: underline;
}

ul,
ol {
  font-size: 1em;
  padding: 0;
  margin: 24px 5.55%;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0 5.55%;
}

ul ul,
ol ol,
ul ol,
ol ul,
li li {
  font-size: 1em;
}

article {
  font-family: "open sans", "sans-serif";
}

article hr {
  border: none;
  text-align: center;
  font-size: 3em;
  line-height: 0;
  margin-bottom: 1em;
  color: #cccccc;
}

article hr:after {
  content: ". . .";
}

pre {
  background: whitesmoke;
  padding: 0.75em;
  border-top: solid 0.063em #e6e6e6;
  border-left: solid 0.063em #e6e6e6;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

code {
  background: whitesmoke;
}

blockquote {
  margin: 0 12.499%;
  quotes: "\201C" "\201D";
  position: relative;
}
blockquote cite {
  display: block;
  margin-top: 24px;
  font-style: italic;
  text-align: right;
}

blockquote:before {
  content: open-quote;
  top: 0.083em;
  left: -0.5em;
  color: #e6e6e6;
  position: absolute;
  font-size: 6em;
  z-index: 0;
  /* make sure doesn't go behind a background */
}

/* Table styles */
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 24px 0;
}

td {
  padding: 0.25em 0.5em;
  /* 8px / 16px */
  border: solid 0.063em #666666;
}

th {
  padding: 0.25em 0.5em;
  /* 8px / 16px */
  border: solid 0.063em #666666;
}

/* Image styles*/
.alignleft {
  float: left;
  margin: 0 1em 24px 0;
}

.alignright {
  float: right;
  margin: 0 0 24px 1em;
}

.aligncenter {
  text-align: center;
  margin: 24px auto;
  display: block;
}

.alignnone {
  margin: 24px;
}

img,
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  line-height: 0;
}

.wp-caption-text {
  margin: 0;
  display: inline-block;
  border-bottom: solid 0.077em #e6e6e6;
  font-size: 0.813em;
  line-height: 1.85;
}

/* Form styles */
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="file"]):not([type="image"]):not([type="search"]),
textarea {
  color: #666666;
  background: whitesmoke;
  font-family: "montserrat", "open sans", "sans-serif";
  padding: 1.6em;
  width: 100%;
  border: none;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

input {
  max-width: 30em;
}

textarea {
  max-width: 40em;
}

input[type="submit"] {
  padding: 1.6em;
  border: none;
  margin: 0;
  width: 100%;
  max-width: 20em;
  -webkit-appearance: none;
  border-radius: 0;
  background: #28805d;
  font-family: "montserrat", "open sans", "sans-serif";
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  cursor: pointer;
  background: #2f996f;
}

.post-password-form input[type="password"] {
  display: block;
  margin: 12px 0 !important;
}

/* placeholders */
::-webkit-input-placeholder {
  color: #cccccc;
  font-family: "montserrat", "open sans", "sans-serif";
}

:-moz-placeholder {
  color: #cccccc;
  font-family: "montserrat", "open sans", "sans-serif";
}

::-moz-placeholder {
  color: #cccccc;
  font-family: "montserrat", "open sans", "sans-serif";
}

:-ms-input-placeholder {
  color: #cccccc;
  font-family: "montserrat", "open sans", "sans-serif";
}

/* screen reader styling */
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

/* skip content link */
.skip-content {
  position: absolute;
  top: -9em;
  width: 100%;
  left: 0;
  display: block;
  text-align: center;
  color: white !important;
  z-index: 99;
  padding: 0.75em;
  background: #333333;
}
.skip-content:focus {
  top: 3em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
/* 900px */
@media all and (min-width: 56.25em) {
  body {
    background: #e6e6e6;
  }

  /* skip content link */
  .skip-content:focus {
    top: 2em;
  }
}
/*----- Menu Styles -----*/
button.toggle-button {
  color: #e6e6e6;
  text-shadow: -0.077em 0.077em #242424;
  font-size: 1.625em;
  line-height: 1.5;
  background: none;
  position: relative;
  border: none;
  font-size: 1.625em;
  /* 26px */
  line-height: 1.08;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
button.toggle-button:hover, button.toggle-button:active {
  cursor: pointer;
  outline: none;
}
button.toggle-button:focus {
  background: #242424;
}

.site-header {
  line-height: 0;
  position: relative;
  z-index: 0;
  background: #333333;
  padding: 0 5.55%;
  height: 3em;
}

.title-info {
  position: absolute;
  top: 0;
  right: 5.55%;
}
.title-info:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.site-title {
  font-size: 1.625em;
  /* 26px */
  line-height: 48px;
  text-transform: uppercase;
  text-shadow: -0.077em 0.077em #242424;
}
.site-title a,
.site-title a:link,
.site-title a:visited {
  color: #e6e6e6;
}
.site-title a:hover,
.site-title a:active,
.site-title a:focus {
  color: #37b382;
}
.site-title a:focus {
  background: whitesmoke;
}
.site-title img {
  max-width: 6em;
  max-height: 1.25em;
  display: inline-block;
  vertical-align: middle;
}

.menu-slider {
  position: absolute;
  left: 0;
  top: 3em;
  z-index: -1;
  width: 88.89%;
  height: 75em;
  padding: 1.5em 11.11%;
  background: #333333;
  color: #e6e6e6;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-info img {
  border-radius: 50%;
  width: 4.5em;
  height: auto;
  margin: 0 auto;
  border-left: solid 0.125em #242424;
  border-bottom: solid 0.125em #242424;
}
.site-info p {
  line-height: 24px;
  font-family: "montserrat", "open sans", "sans-serif";
}
.site-info hr {
  margin: 0 auto 24px;
  width: 42.85%;
}

.menu-primary-items,
.menu-unset &gt; ul {
  text-transform: uppercase;
  list-style: none;
}
.menu-primary-items ul,
.menu-unset &gt; ul ul {
  list-style: none;
  position: relative;
  top: 100%;
  width: 100%;
  margin: 0 auto;
  background: rgba(36, 36, 36, 0.4);
  overflow: hidden;
}
.menu-primary-items ul a,
.menu-unset &gt; ul ul a {
  padding: 12px;
  margin: 0;
}
.menu-primary-items ul li,
.menu-unset &gt; ul ul li {
  padding: 0;
}
.menu-primary-items li,
.menu-unset &gt; ul li {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-primary-items li a,
.menu-unset &gt; ul li a {
  display: block;
  line-height: 24px;
  color: #e6e6e6;
  padding: 12px 0;
}
.menu-primary-items li a:link, .menu-primary-items li a:visited,
.menu-unset &gt; ul li a:link,
.menu-unset &gt; ul li a:visited {
  color: #e6e6e6;
}
.menu-primary-items li a:hover, .menu-primary-items li a:active, .menu-primary-items li a:focus,
.menu-unset &gt; ul li a:hover,
.menu-unset &gt; ul li a:active,
.menu-unset &gt; ul li a:focus {
  color: #37b382;
  cursor: pointer;
  /* for unlinked parents */
}
.menu-primary-items .current-menu-item &gt; a:after,
.menu-primary-items .current-menu-parent &gt; a:after,
.menu-primary-items .current-menu-ancestor &gt; a:after,
.menu-primary-items .current_page_item &gt; a:after,
.menu-primary-items .current_page_parent &gt; a:after,
.menu-primary-items .current_page_ancestor &gt; a:after,
.menu-unset &gt; ul .current-menu-item &gt; a:after,
.menu-unset &gt; ul .current-menu-parent &gt; a:after,
.menu-unset &gt; ul .current-menu-ancestor &gt; a:after,
.menu-unset &gt; ul .current_page_item &gt; a:after,
.menu-unset &gt; ul .current_page_parent &gt; a:after,
.menu-unset &gt; ul .current_page_ancestor &gt; a:after {
  content: '';
  position: absolute;
  bottom: 0.5em;
  width: 25%;
  left: 37.5%;
  background: #28805d;
  height: 0.125em;
  z-index: 1;
}
.menu-primary-items .menu-item-has-children,
.menu-primary-items .page_item_has_children,
.menu-unset &gt; ul .menu-item-has-children,
.menu-unset &gt; ul .page_item_has_children {
  position: relative;
}
.menu-primary-items .menu-item-has-children &gt; a,
.menu-primary-items .page_item_has_children &gt; a,
.menu-unset &gt; ul .menu-item-has-children &gt; a,
.menu-unset &gt; ul .page_item_has_children &gt; a {
  margin-left: -21px;
}
.menu-primary-items .menu-item-has-children &gt; a:before,
.menu-primary-items .page_item_has_children &gt; a:before,
.menu-unset &gt; ul .menu-item-has-children &gt; a:before,
.menu-unset &gt; ul .page_item_has_children &gt; a:before {
  content: '+ ';
  font-size: 24px;
  line-height: 0;
  color: #28805d;
}

.social-media-icons {
  list-style: none;
}
.social-media-icons li {
  display: inline-block;
  margin: 0 0.125em;
  font-size: 1.625em;
  /* 26px */
  line-height: 1.08;
}
.social-media-icons li a,
.social-media-icons li a:link,
.social-media-icons li a:visited {
  color: #e6e6e6;
}
.social-media-icons li a:hover,
.social-media-icons li a:active,
.social-media-icons li a:focus {
  color: #37b382;
}

/* 500px */
@media all and (min-width: 31.25em) {
  .site-header {
    padding: 0 11.11%;
  }

  .title-info {
    right: 11.11%;
  }
}
/* 600px */
@media all and (min-width: 37.5em) {
  .menu-slider {
    width: 50%;
    padding: 3em 5.55%;
  }
}
/* 900px */
@media all and (min-width: 56.25em) {
  .site-header {
    width: 33.33%;
    padding: 0;
    float: left;
    z-index: 1;
    background: none;
    height: auto;
  }
  .site-header:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .title-info {
    right: auto;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 24px 16.65%;
    background: #cccccc;
  }
  .title-info .site-title {
    font-size: 2.625em;
    line-height: 1.14;
    text-shadow: -0.063em 0.063em #b3b3b3;
  }
  .title-info .site-title a,
  .title-info .site-title a:link,
  .title-info .site-title a:visited {
    color: #575757;
  }
  .title-info .site-title a:hover,
  .title-info .site-title a:active,
  .title-info .site-title a:focus {
    color: #666666;
  }
  .title-info .site-title img {
    max-width: 4.5em;
    max-height: 0.95em;
  }

  .ie9 .site-title a:hover, .ie9 .site-title a:active, .ie9 .site-title a:focus {
    color: #666666;
  }

  .menu-slider {
    width: 100%;
    height: auto;
    padding: 0 16.65%;
    background: none;
    color: #666666;
    position: relative;
  }

  .site-info img {
    border-color: #b3b3b3;
  }
  .site-info hr {
    color: #cccccc;
    border-color: #cccccc;
  }

  button.toggle-button {
    display: none;
  }

  #menu-primary-items,
  .menu-unset &gt; ul {
    margin: 0;
  }
  #menu-primary-items ul,
  .menu-unset &gt; ul ul {
    position: absolute;
    top: 1.5em;
    left: -999em;
    background: #cccccc;
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
  }
  #menu-primary-items ul.focused,
  .menu-unset &gt; ul ul.focused {
    left: 100%;
    top: 0;
  }
  #menu-primary-items ul li a,
  .menu-unset &gt; ul ul li a {
    color: #555555;
  }
  #menu-primary-items ul li a:link, #menu-primary-items ul li a:visited,
  .menu-unset &gt; ul ul li a:link,
  .menu-unset &gt; ul ul li a:visited {
    color: #555555;
  }
  #menu-primary-items ul li a:hover, #menu-primary-items ul li a:active, #menu-primary-items ul li a:focus,
  .menu-unset &gt; ul ul li a:hover,
  .menu-unset &gt; ul ul li a:active,
  .menu-unset &gt; ul ul li a:focus {
    color: #28805d;
  }
  #menu-primary-items ul,
  .menu-unset &gt; ul ul {
    overflow: visible;
    /* overwriting previous code */
  }
  #menu-primary-items li,
  .menu-unset &gt; ul li {
    position: relative;
    overflow: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #menu-primary-items li:hover &gt; ul, #menu-primary-items li:active &gt; ul, #menu-primary-items li:focus &gt; ul,
  .menu-unset &gt; ul li:hover &gt; ul,
  .menu-unset &gt; ul li:active &gt; ul,
  .menu-unset &gt; ul li:focus &gt; ul {
    left: 100%;
    top: 0;
  }
  #menu-primary-items li a,
  #menu-primary-items li a:link,
  #menu-primary-items li a:visited,
  .menu-unset &gt; ul li a,
  .menu-unset &gt; ul li a:link,
  .menu-unset &gt; ul li a:visited {
    color: #666666;
  }
  #menu-primary-items li a:hover,
  #menu-primary-items li a:active,
  #menu-primary-items li a:focus,
  .menu-unset &gt; ul li a:hover,
  .menu-unset &gt; ul li a:active,
  .menu-unset &gt; ul li a:focus {
    color: #28805d;
  }
  #menu-primary-items li a:focus,
  .menu-unset &gt; ul li a:focus {
    background: whitesmoke;
  }

  .social-media-icons li a,
  .social-media-icons li a:link,
  .social-media-icons li a:visited {
    color: #666666;
  }
  .social-media-icons li a:hover,
  .social-media-icons li a:active,
  .social-media-icons li a:focus {
    color: #28805d;
  }
}
/* 1100 */
@media all and (min-width: 68.75em) {
  .title-info .site-title img {
    max-width: 5.5em;
  }

  .menu-slider img {
    width: 6em;
  }
}
/* Blog */
.page-header {
  position: relative;
  background: #28805d;
  padding: 1.5em 5.55%;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-header h1,
.page-header h2 {
  text-shadow: -0.063em 0.063em #20664a;
  color: #242424;
}
.page-header p {
  margin: 0;
}
.page-header &gt; div {
  display: none;
}

.excerpts-container {
  position: relative;
  z-index: 10;
  /* so page header doesn't cover sticky outline */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.excerpt {
  margin: 1.5em 5.55% 4.5em;
  border-bottom: solid 1px #e6e6e6;
}

.sticky {
  margin: 0;
  padding: 1.5em 5.55% 4.5em;
  outline: solid 0.25em #666666;
  background: #b0e1ce;
}
.sticky .excerpt-meta,
.sticky .excerpt-content {
  color: #333333;
}
.sticky .excerpt-title a {
  color: #333333;
}
.sticky .excerpt-title a:link, .sticky .excerpt-title a:visited, .sticky .excerpt-title a:hover, .sticky .excerpt-title a:active, .sticky .excerpt-title a:focus {
  color: #333333;
}
.sticky a {
  color: #20664a;
}
.sticky a:link, .sticky a:visited {
  color: #20664a;
}
.sticky a:hover, .sticky a:active {
  color: #333333;
}

.featured-image {
  position: relative;
  height: 216px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 24px;
}
.featured-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.featured-image:after {
  content: '';
  position: absolute;
  top: 0.25em;
  width: 100%;
  left: -0.25em;
  bottom: -0.25em;
  background: #b3b3b3;
  z-index: -1;
}

.excerpt-date,
.excerpt-author,
.excerpt-category {
  display: inline-block;
}

.excerpt-date:after,
.excerpt-author:after {
  content: ' / ';
}

.excerpt-author span,
.excerpt-category span {
  display: none;
  /* also affects archive */
}
.excerpt-author a,
.excerpt-author a:link,
.excerpt-category a,
.excerpt-category a:link {
  text-decoration: underline;
  /* why is this being printed twice? */
}

.excerpt-title {
  text-transform: uppercase;
}
.excerpt-title a {
  color: #666666;
}
.excerpt-title a:hover,
.excerpt-title a:active,
.excerpt-title a:focus {
  text-decoration: underline;
}

.more-link {
  text-decoration: underline;
  clear: both;
}
.more-link:link {
  text-decoration: underline;
}

.loop-pagination {
  margin: 1.5em 5.55%;
  text-align: center;
  position: relative;
}
.loop-pagination a,
.loop-pagination span {
  margin: 0 0.25em;
}
.loop-pagination a:link,
.loop-pagination a:visited {
  color: #28805d;
}
.loop-pagination a:hover,
.loop-pagination a:active,
.loop-pagination a:focus {
  color: #2f996f;
}
.loop-pagination .prev,
.loop-pagination .next {
  position: absolute;
  text-transform: uppercase;
  text-decoration: underline;
}
.loop-pagination .prev:link,
.loop-pagination .next:link {
  text-decoration: underline;
}
.loop-pagination .prev {
  left: 0;
}
.loop-pagination .next {
  right: 0;
}

/* 500px */
@media all and (min-width: 31.25em) {
  .page-header {
    padding: 1.5em 11.11%;
  }

  .excerpt {
    margin: 1.5em 11.11% 4.5em;
  }

  .sticky {
    margin: 0;
    padding: 1.5em 11.11% 4.5em;
  }

  .featured-image {
    height: 264px;
  }

  .loop-pagination {
    margin: 1.5em 11.11%;
  }
}
/* 600px */
@media all and (min-width: 37.5em) {
  .excerpts-container {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .excerpts-container.open {
    -webkit-transform: translateY(96px);
    -ms-transform: translateY(96px);
    transform: translateY(96px);
    padding-bottom: 96px;
  }

  .page-header &gt; div {
    display: block;
  }
  .page-header h2,
  .page-header p {
    max-width: 80%;
  }
}
/* 700px */
@media all and (min-width: 43.75em) {
  .featured-image {
    height: 312px;
  }

  .excerpt {
    border-bottom: none;
  }
}
/* 900px */
@media all and (min-width: 56.25em) {
  .main {
    float: right;
    width: 66.66%;
  }
  .main:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .page-header {
    background: #28805d;
    padding: 1.5em 8.33%;
  }
  .page-header h2 {
    text-shadow: -0.063em 0.063em #20664a;
    font-size: 2.625em;
    line-height: 1.14;
  }

  .excerpt {
    margin: 1.5em 8.33% 4.5em;
  }

  .sticky {
    margin: 0;
    padding: 1.5em 8.33% 4.5em;
    outline-offset: -0.25em;
  }

  .loop-pagination {
    margin: 1.5em 8.33%;
  }
}
/* 1100 */
@media all and (min-width: 68.75em) {
  .page-header {
    padding: 1.5em 16.67%;
  }

  .excerpt {
    margin: 1.5em 16.67% 4.5em;
    position: relative;
  }

  .sticky {
    margin: 0;
    padding: 1.5em 16.67% 4.5em;
  }
  .sticky .excerpt-meta {
    right: 83.5%;
    top: 1.5em;
  }

  .excerpt-meta {
    position: absolute;
    right: 100%;
    width: 25%;
    top: 0;
    font-size: 0.813em;
    line-height: 1.85;
    padding: 0 3% 0 2.08%;
    text-align: right;
  }
  .excerpt-meta span {
    display: block;
  }

  .excerpt-date {
    font-weight: 700;
  }

  .excerpt-date:after,
  .excerpt-author:after {
    content: '';
  }

  .loop-pagination {
    margin: 1.5em 16.67%;
  }
}
/* Post */
.entry-meta-top,
.entry-header,
.entry-meta-bottom {
  margin: 0 5.55%;
}

.entry {
  padding-top: 24px;
  padding-bottom: 48px;
}
.entry .featured-image:after {
  left: 0;
}

.entry.has-post-thumbnail {
  padding-top: 0;
}

.entry-meta-top p {
  font-family: "montserrat", "open sans", "sans-serif";
  margin-bottom: 0;
}
.entry-meta-top a,
.entry-meta-top a:link {
  text-decoration: underline;
}

.entry-title {
  text-transform: uppercase;
}

.entry-content {
  margin: 1.5em 5.55%;
}
.entry-content iframe {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.entry-meta-bottom {
  margin-top: 48px;
}

.further-reading {
  clear: both;
  margin-top: 48px;
  margin-bottom: 24px;
}
.further-reading p {
  font-family: "montserrat", "open sans", "sans-serif";
}
.further-reading span {
  text-transform: uppercase;
  display: block;
}
.further-reading a,
.further-reading a:link {
  text-decoration: underline;
  font-size: 0.813em;
  line-height: 1.85;
}

.entry-categories p,
.entry-tags p {
  font-family: "montserrat", "open sans", "sans-serif";
}
.entry-categories span,
.entry-tags span {
  text-transform: uppercase;
  display: block;
}
.entry-categories a,
.entry-tags a {
  margin: 0 1em 0 0;
  text-transform: uppercase;
  font-size: 0.813em;
  line-height: 1.85;
}

.singular-pagination {
  font-family: "montserrat", "open sans", "sans-serif";
  text-transform: uppercase;
}
.singular-pagination a {
  margin: 0 0.5em;
}

/* 500px */
@media all and (min-width: 31.25em) {
  .entry-meta-top,
  .entry-header,
  .entry-meta-bottom {
    margin: 0 11.11%;
  }

  .entry-content {
    margin: 1.5em 11.11%;
  }

  .further-reading p {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .further-reading .next {
    text-align: right;
  }
}
/* 700px */
@media all and (min-width: 43.75em) {
  .entry-categories span,
  .entry-tags span {
    display: inline-block;
    float: left;
    height: 48px;
    margin-right: 1em;
  }
  .entry-categories a,
  .entry-tags a {
    font-size: 16px;
    line-height: 24px;
  }
}
/* 800px */
@media all and (min-width: 50em) {
  .entry .featured-image {
    height: 360px;
  }
}
/* 900px */
@media all and (min-width: 56.25em) {
  .entry {
    padding-top: 48px;
  }

  .entry.has-post-thumbnail {
    padding-top: 0;
  }

  .entry-meta-top,
  .entry-header,
  .entry-meta-bottom {
    margin: 0 8.33%;
  }

  .entry-content {
    margin: 1.5em 8.33%;
  }

  .entry .featured-image {
    height: 312px;
  }
}
/* 1100 */
@media all and (min-width: 68.75em) {
  .entry-meta-top,
  .entry-header,
  .entry-meta-bottom {
    margin: 0 16.67%;
  }

  .entry-content {
    margin: 1.5em 16.67%;
  }

  .entry .featured-image {
    height: 336px;
  }
}
/* 1200px */
@media all and (min-width: 75em) {
  .entry .featured-image {
    height: 408px;
  }
}
/* Comments */
.comments {
  margin: 0 5.55%;
  padding: 48px 0 24px;
  border-top: solid 0.125em #cccccc;
}
.comments ul,
.comments ol {
  list-style: none;
}

.comments-number {
  text-transform: uppercase;
}
.comments-number h3 {
  font-size: 2.25em;
  /* 36px */
  line-height: 1.33;
  font-weight: 400;
}

.comment-list {
  padding: 0;
  margin: 48px 0;
}
.comment-list ul {
  margin: 24px 0 24px 24px;
}
.comment-list ul li:first-child:before {
  content: "\2192";
  position: absolute;
  top: 0.75em;
  left: -1.6em;
}

li.comment,
li.pingback {
  margin-bottom: 48px;
  position: relative;
}
li.comment .avatar,
li.comment .author-profile-avatar,
li.pingback .avatar,
li.pingback .author-profile-avatar {
  width: 48px;
  height: auto;
  border-radius: 50%;
  float: left;
  margin-right: 1em;
  margin-bottom: 12px;
}
li.comment .avatar img,
li.comment .author-profile-avatar img,
li.pingback .avatar img,
li.pingback .author-profile-avatar img {
  border-radius: 50%;
}
li.comment .author-name a,
li.comment .author-name a:link,
li.pingback .author-name a,
li.pingback .author-name a:link {
  text-decoration: underline;
  text-transform: uppercase;
}
li.comment .comment-content,
li.pingback .comment-content {
  clear: both;
  margin: -12px 0;
}
li.comment .comment-footer,
li.pingback .comment-footer {
  font-size: 0.813em;
  line-height: 1.85;
}
li.comment .comment-footer div,
li.pingback .comment-footer div {
  display: inline-block;
}
li.comment .comment-reply-link,
li.pingback .comment-reply-link {
  text-transform: uppercase;
}
li.comment .comment-reply-link:after,
li.pingback .comment-reply-link:after {
  content: ' | ';
  text-decoration: none;
  color: #666666;
}
li.comment .comment-edit-link:before,
li.pingback .comment-edit-link:before {
  content: ' | ';
  color: #666666;
}

.bypostauthor img {
  border: solid 0.125em #28805d;
}

.comment-pagination p {
  font-family: "montserrat", "open sans", "sans-serif";
  text-transform: uppercase;
  text-align: center;
}

.comments-closed {
  font-family: "montserrat", "open sans", "sans-serif";
  text-transform: uppercase;
}

/* Comment form */
.comment-reply-title {
  text-transform: uppercase;
  font-weight: 400;
}

.comment-respond {
  margin-bottom: 48px;
}

/* 500px */
@media all and (min-width: 31.25em) {
  .comments {
    margin: 0 11.11%;
  }

  .comment-pagination p {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .comment-pagination .next-comment {
    text-align: right;
  }
}
/* 900px */
@media all and (min-width: 56.25em) {
  .comments {
    margin: 0 8.33%;
  }
}
/* 1100 */
@media all and (min-width: 68.75em) {
  .comments {
    margin: 0 16.67%;
  }
}
/* Footer */
.site-footer {
  background: #333333;
  padding: 1.5em 5.55% 0;
  position: relative;
  color: #b3b3b3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.site-footer a {
  color: white;
}
.site-footer a:link, .site-footer a:visited {
  color: white;
}
.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
  color: #2f996f;
}
.site-footer .widget-title {
  text-transform: uppercase;
  font-weight: 400;
}
.site-footer .widget ul,
.site-footer .widget ol {
  list-style: none;
  margin-right: 0;
}
.site-footer .copyright {
  background: #242424;
}

.sidebar-subsidiary {
  padding-bottom: 24px;
}

.copyright {
  position: relative;
  background: #333333;
  color: #b3b3b3;
  text-transform: uppercase;
  width: 113%;
  left: -6.5%;
  padding: 24px 5.55%;
  text-align: center;
}
.copyright p {
  font-family: "montserrat", "open sans", "sans-serif";
  font-size: 0.813em;
  line-height: 1.85;
  margin: 0;
}
.copyright a,
.copyright a:link,
.copyright a:visited {
  color: #b3b3b3;
  text-decoration: underline;
}
.copyright a:hover,
.copyright a:active,
.copyright a:focus {
  color: #28805d;
}

/* 500px */
@media all and (min-width: 31.25em) {
  .site-footer {
    padding: 1.5em 11.11% 0;
  }

  .copyright {
    padding: 12px 11.11%;
    left: -14.25%;
    width: 128.5%;
  }
}
/* 700px */
@media all and (min-width: 43.75em) {
  .site-footer .widget {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 1em;
    float: left;
  }

  .sidebar-subsidiary:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
}
/* 900px */
@media all and (min-width: 56.25em) {
  .site-footer {
    float: right;
    width: 66.66%;
    padding: 1.5em 5.55% 0;
  }

  .copyright {
    left: -10%;
    width: 120%;
  }
}
/* 1100 */
@media all and (min-width: 68.75em) {
  .site-footer {
    padding-left: 11.11%;
  }

  .copyright {
    left: -22%;
    width: 133.15%;
  }
}
/* Attachment styles */
.singular-attachment .further-reading a {
  font-size: 1em;
  line-height: 1.5;
  color: #666666;
}
.singular-attachment .further-reading a:link, .singular-attachment .further-reading a:visited {
  color: #666666;
}
.singular-attachment .further-reading a:hover, .singular-attachment .further-reading a:active, .singular-attachment .further-reading a:focus {
  color: #28805d;
}
.singular-attachment .further-reading p {
  width: 49.5%;
}

/* Search Form */
.search-form-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.search-form-container input {
  border: none;
}
.search-form-container form {
  position: absolute;
  height: 100%;
  width: 100%;
}
.search-form-container .search-field {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: none;
  height: 72px;
  z-index: -1;
  padding: 0.75em 11.11%;
  font-family: "montserrat", "open sans", "sans-serif";
  font-size: 1em;
  line-height: 1.5;
  color: #666666;
  background: #e6e6e6;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search-form-container .search-field::-webkit-input-placeholder {
  color: #666666;
}
.search-form-container .search-field:-moz-placeholder {
  color: #666666;
}
.search-form-container .search-field::-moz-placeholder {
  color: #666666;
}
.search-form-container .search-field:-ms-input-placeholder {
  color: #666666;
}
.search-form-container input[type="search"].search-field {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.search-form-container .search-submit {
  background: none;
  font-size: 16px;
  z-index: 0;
  /* so 'sticky' post outline doesn't get cut off */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-form-container span {
  color: white;
  background: #28805d;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search-form-container span i {
  font-size: 1.625em;
  /* 26px */
  line-height: 1.08;
  position: absolute;
  top: 28%;
  left: 35%;
  left: calc(50% - 12px);
}
.search-form-container .search-submit,
.search-form-container span {
  position: absolute;
  right: 0;
  top: 0;
  width: 22.22%;
  height: 100%;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-span,
input[type="search"]::-webkit-search-results-span,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.search-form-container.open .search-field {
  top: 100%;
}
.search-form-container.open .search-submit {
  top: 100%;
  height: 4.5em;
  color: #666666;
}
.search-form-container.open .search-submit:hover, .search-form-container.open .search-submit:focus {
  background-color: #b3b3b3;
}
.search-form-container.open span {
  background: #20664a;
}

/* 900px */
@media all and (min-width: 56.25em) {
  .search-form-container .search-field {
    color: #e6e6e6;
    background: #666666;
    padding: 0.75em 8.33%;
  }
  .search-form-container .search-field::-webkit-input-placeholder {
    color: #e6e6e6;
  }
  .search-form-container .search-field:-moz-placeholder {
    color: #e6e6e6;
  }
  .search-form-container .search-field::-moz-placeholder {
    color: #e6e6e6;
  }
  .search-form-container .search-field:-ms-input-placeholder {
    color: #e6e6e6;
  }
  .search-form-container .search-field:focus {
    background: #333333;
  }

  .search-form-container.open .search-submit {
    color: #e6e6e6;
  }
  .search-form-container.open .search-submit:hover {
    background-color: #575757;
  }
  .search-form-container.open .search-submit:focus {
    background-color: #333333;
  }
}
/* 1100 */
@media all and (min-width: 68.75em) {
  .search-form-container .search-field {
    padding: 0.75em 16.67%;
  }
}
/* content attachment */
.attachment .entry {
  margin-top: 48px;
}

.singular-page .entry {
  padding-top: 0;
}

/* 900px */
@media all and (min-width: 56.25em) {
  .attachment .entry {
    margin-top: 72px;
  }
}
/* 404 */
.error-404 .entry,
.search .entry {
  padding-top: 0;
}
.error-404 .search-form-container,
.search .search-form-container {
  position: relative;
  height: 4.5em;
  margin-bottom: 48px;
}
.error-404 .search-form-container form,
.search .search-form-container form {
  top: -100%;
}
.error-404 .search-form-container .search-field,
.error-404 .search-form-container .search-submit,
.search .search-form-container .search-field,
.search .search-form-container .search-submit {
  top: 100%;
  z-index: 2;
}
.error-404 .search-form-container .search-submit,
.search .search-form-container .search-submit {
  background: #20664a;
}
.error-404 .search-form-container .search-submit:hover, .error-404 .search-form-container .search-submit:active, .error-404 .search-form-container .search-submit:focus,
.search .search-form-container .search-submit:hover,
.search .search-form-container .search-submit:active,
.search .search-form-container .search-submit:focus {
  background: #2f996f;
}
.error-404 .search-form-container span,
.search .search-form-container span {
  top: 100%;
  z-index: 1;
}
.error-404 .search-form-container span i,
.search .search-form-container span i {
  top: 15%;
}

.search .search-bottom {
  margin: 1.5em 5.55%;
  border-top: solid 0.125em #cccccc;
}

/* 500px */
@media all and (min-width: 31.25em) {
  .search .search-bottom {
    margin: 1.5em 11.11%;
  }
}
/* 900px */
@media all and (min-width: 56.25em) {
  .search .search-bottom {
    margin: 1.5em 8.33%;
  }
}
/* 1100 */
@media all and (min-width: 68.75em) {
  .search .search-bottom {
    margin: 1.5em 16.67%;
  }
}
</pre></body></html>