/*
Theme Name: Fire Barrel Visual
Theme URI: http://tucsonlabs.com
Author: Tucson Labs
Author URI:  http://tucsonlabs.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: fire-barrel
Domain Path: /languages/
Tags:

*/
/* line 5, scss/_normalize.scss */
html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5;
}

/* line 14, scss/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 32, scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 40, scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 46, scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 51, scss/_normalize.scss */
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* line 62, scss/_normalize.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 69, scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 75, scss/_normalize.scss */
a {
  background-color: transparent;
}

/* line 83, scss/_normalize.scss */
a:focus {
  outline: 0;
  background-color: #efefef;
}

/* line 89, scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
  background-color: none;
}

/* line 101, scss/_normalize.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  padding: 0;
  margin: .75em 0;
}

/* line 107, scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 112, scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 116, scss/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 120, scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 126, scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 133, scss/_normalize.scss */
ul,
ol,
dl {
  margin: 0 0 1em;
  padding: 0;
}

/* line 143, scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 100%;
  overflow: scroll;
  width: 100%;
  float: left;
}

/* line 153, scss/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 159, scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 165, scss/_normalize.scss */
small {
  font-size: 80%;
}

/* line 172, scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 179, scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 183, scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 189, scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 197, scss/_normalize.scss */
fieldset {
  border: 1px solid #e0e0e0;
  padding: .5em;
}

/* line 211, scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 223, scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 230, scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 245, scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 253, scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 260, scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
}

/* line 267, scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 277, scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 284, scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 291, scss/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 298, scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, scss/_animations.scss */
.animated,
.nav-menu {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}

@-webkit-keyframes fadeIn {
  /* line 17, scss/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 18, scss/_animations.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  /* line 22, scss/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 23, scss/_animations.scss */
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  /* line 27, scss/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 28, scss/_animations.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 32, scss/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 33, scss/_animations.scss */
  100% {
    opacity: 1;
  }
}

/* line 36, scss/_animations.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 26, scss/style.scss */
html {
  background: #fdfdfd;
  font-size: 62.5%;
  font-weight: 300;
  line-height: 1.5;
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  position: relative;
  min-height: 100%;
}

/* line 36, scss/style.scss */
body {
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
}

/* line 40, scss/style.scss */
.hfeed {
  min-height: 100%;
}

/* line 48, scss/style.scss */
.site {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  max-width: 75em;
  padding: 0 3.125%;
}
@media (min-width: 30em) {
  /* line 48, scss/style.scss */
  .site {
    max-width: 40em;
    padding: 0 3.33333%;
  }
}
@media (min-width: 38.75em) {
  /* line 48, scss/style.scss */
  .site {
    max-width: 46.25em;
    padding: 0 3.22581%;
  }
}
@media (min-width: 46.25em) {
  /* line 48, scss/style.scss */
  .site {
    max-width: 43.75em;
    padding: 0;
  }
}
@media (min-width: 61.25em) {
  /* line 48, scss/style.scss */
  .site {
    max-width: 43.75em;
  }
}
@media (min-width: 78.75em) {
  /* line 48, scss/style.scss */
  .site {
    max-width: 43.75em;
  }
}

/* line 53, scss/style.scss */
.no-mediaqueries .site {
  width: 38.75em;
}

/* line 57, scss/style.scss */
.no-mediaqueries .splash {
  background: transparent !important;
}
/* line 63, scss/style.scss */
.no-mediaqueries .site-summary,
.no-mediaqueries .intro,
.no-mediaqueries .focus,
.no-mediaqueries .entry-title {
  color: #2d2d2d !important;
}

/* line 72, scss/style.scss */
.site-header {
  background: url(images/ptn-squrelines.png) repeat 0 0;
  border-bottom: 1px solid #e0e0e0;
  z-index: 1;
  position: relative;
}
/* line 52, scss/_mixins.scss */
.site-header:before, .site-header:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.site-header:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.site-header {
  *zoom: 1;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 72, scss/style.scss */
  .site-header {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/ptn-squrelines-@2x.png");
    background-size: 20px 18px;
  }
}

@media (max-width: 38.75em) {
  /* line 86, scss/style.scss */
  .site-branding {
    float: left;
  }
}

/* line 96, scss/style.scss */
.site-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  float: left;
  position: relative;
}
/* line 52, scss/_mixins.scss */
.site-title:before, .site-title:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.site-title:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.site-title {
  *zoom: 1;
}
@media (min-width: 38.75em) {
  /* line 96, scss/style.scss */
  .site-title {
    margin-left: -1.1em;
  }
}
/* line 105, scss/style.scss */
.site-title a {
  display: block;
  text-indent: -1000em;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  display: block;
  padding: 1.1em .25em .9em .25em;
  background: transparent url(images/originals/logo.svg) 50% 50% no-repeat;
  position: relative;
  min-width: 140px;
  height: 37px;
}
@media (min-width: 38.75em) {
  /* line 105, scss/style.scss */
  .site-title a {
    padding: 1.9em 1em 1.5em 1em;
  }
}
/* line 117, scss/style.scss */
.site-title a:hover {
  background-color: rgba(253, 253, 253, 0.6);
  box-shadow: 0 0 2px rgba(45, 45, 45, 0.4), 0px 1px 0 0 #9fc48b;
}
/* line 121, scss/style.scss */
.site-title a.home {
  box-shadow: 0px 1px 0 0 #bbd5ad;
}
/* line 124, scss/style.scss */
.site-title a.home:before {
  content: " ";
  display: block;
  box-shadow: 0 0 2px rgba(45, 45, 45, 0.6);
  background-color: #bbd5ad;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  position: absolute;
  bottom: -3px;
  left: 50%;
}

/* line 138, scss/style.scss */
.no-svg .site-title a {
  background: transparent url(images/logo.png) 0 0 no-repeat;
}

/* line 141, scss/style.scss */
.site-description {
  display: none;
}

/* line 144, scss/style.scss */
.site-summary {
  -webkit-transition: all 100ms cubic-bezier(0.6, 0, 0.3, 1.25);
  -moz-transition: all 100ms cubic-bezier(0.6, 0, 0.3, 1.25);
  -o-transition: all 100ms cubic-bezier(0.6, 0, 0.3, 1.25);
  transition: all 100ms cubic-bezier(0.6, 0, 0.3, 1.25);
  margin: 1em 0 1em;
  float: left;
  max-width: 38.75em;
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  color: #3a3a3a;
}
/* line 52, scss/_mixins.scss */
.site-summary:before, .site-summary:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.site-summary:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.site-summary {
  *zoom: 1;
}
/* line 156, scss/style.scss */
.site-summary p {
  margin-top: 0;
}
@media (min-width: 38.75em) {
  /* line 144, scss/style.scss */
  .site-summary {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    margin: 2em 0 2.5em;
  }
}
/* line 164, scss/style.scss */
.site-summary .js-close-trigger {
  margin-left: 2em;
}
/* line 173, scss/style.scss */
.site-summary .portfolio,
.site-summary .btn {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 176, scss/style.scss */
.site-summary .btn.secondary {
  border: 2px solid transparent;
  text-decoration: underline;
}
/* line 179, scss/style.scss */
.site-summary .btn.secondary:hover {
  border: 2px solid #699b4e;
}
/* line 187, scss/style.scss */
.site-summary .gutter {
  margin-top: 3.75em;
}
@media (min-width: 38.75em) {
  /* line 187, scss/style.scss */
  .site-summary .gutter {
    margin-top: 3em;
  }
}

/* line 195, scss/style.scss */
.no-mediaqueries .site-content .site {
  margin-bottom: 4em;
  display: block;
}
/* line 52, scss/_mixins.scss */
.no-mediaqueries .site-content .site:before, .no-mediaqueries .site-content .site:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.no-mediaqueries .site-content .site:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.no-mediaqueries .site-content .site {
  *zoom: 1;
}

/* line 200, scss/style.scss */
.home .site-summary {
  padding-left: 4px;
}
/* line 203, scss/style.scss */
.home .site-summary p {
  margin-top: 1em;
}

/* line 208, scss/style.scss */
.square-thumbnail {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}

/* line 220, scss/style.scss */
.menu-toggle {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 1.2em;
  display: none;
  cursor: pointer;
  float: right;
  margin-right: 1em;
  color: #699b4e;
  border: 2px solid #83b369;
  border: 2px solid rgba(105, 155, 78, 0.5);
  position: relative;
  padding: 1em 1.25em;
  text-decoration: none;
  line-height: 1.3;
  text-align: center;
  width: 5em;
}
/* line 94, scss/_mixins.scss */
.menu-toggle:hover {
  color: #75ab58;
  box-shadow: 0 0 1px rgba(45, 45, 45, 0.5);
  background-color: transparent;
  border: 2px solid #699b4e;
}
/* line 105, scss/_mixins.scss */
.menu-toggle:visited {
  color: #699b4e;
}
/* line 108, scss/_mixins.scss */
.menu-toggle:active {
  top: 1px;
}

/* line 52, scss/_mixins.scss */
.main-navigation:before, .main-navigation:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.main-navigation:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.main-navigation {
  *zoom: 1;
}
@media (max-width: 38.75em) {
  /* line 232, scss/style.scss */
  .main-navigation {
    clear: none;
    width: auto;
  }
}
/* line 239, scss/style.scss */
.main-navigation ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  float: left;
}
@media (min-width: 38.75em) {
  /* line 239, scss/style.scss */
  .main-navigation ul {
    margin: 0 0 0 1em;
  }
}
/* line 247, scss/style.scss */
.main-navigation ul ul {
  background: #fdfdfd;
  display: none;
  float: left;
  position: absolute;
  top: 3em;
  left: 0;
  z-index: 99999;
  width: 11em;
}
/* line 262, scss/style.scss */
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
/* line 268, scss/style.scss */
.main-navigation li {
  float: left;
  position: relative;
}
@media (max-width: 38.75em) {
  /* line 268, scss/style.scss */
  .main-navigation li {
    width: 33.3%;
    text-align: center;
  }
}
@media (min-width: 38.75em) {
  /* line 268, scss/style.scss */
  .main-navigation li {
    margin-right: 10px;
  }
}
/* line 279, scss/style.scss */
.main-navigation li:hover > ul {
  display: inline-block;
}
@media (max-width: 38.75em) {
  /* line 290, scss/style.scss */
  .main-navigation li:first-child a {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  /* line 294, scss/style.scss */
  .main-navigation li:last-child a {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
/* line 299, scss/style.scss */
.main-navigation li:hover > ul {
  display: none;
}
/* line 302, scss/style.scss */
.main-navigation a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #699b4e;
  text-shadow: 0 -1px 1px rgba(253, 253, 253, 0.6);
  display: block;
  padding: 3em 1.8em 3.1em;
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  letter-spacing: 3px;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 38.75em) {
  /* line 302, scss/style.scss */
  .main-navigation a {
    color: #fdfdfd;
    text-shadow: none;
    text-transform: none;
    padding: 1em 0;
    margin: 0;
  }
}
/* line 326, scss/style.scss */
.main-navigation a:hover {
  box-shadow: none;
  background-color: rgba(253, 253, 253, 0.1);
  color: #fdfdfd;
  text-shadow: 0 1px 1px #000;
}
@media (min-width: 38.75em) {
  /* line 326, scss/style.scss */
  .main-navigation a:hover {
    color: #5e8a45;
    background-color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    box-shadow: 0 0 2px rgba(45, 45, 45, 0.4), 0px 1px 0 0 #9fc48b;
  }
}
/* line 338, scss/style.scss */
.main-navigation a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 345, scss/style.scss */
.main-navigation .current-menu-item a,
.main-navigation .current-page-ancestor a {
  color: #fdfdfd;
  background-color: #111;
  box-shadow: inset 0 0 3px 0 black;
}
@media (min-width: 38.75em) {
  /* line 345, scss/style.scss */
  .main-navigation .current-menu-item a,
  .main-navigation .current-page-ancestor a {
    color: #888888;
    background-color: transparent;
    box-shadow: 0px 1px 0 0 #bbd5ad;
  }
}
/* line 355, scss/style.scss */
.main-navigation .current-menu-item a:hover {
  cursor: default;
}
@media (min-width: 38.75em) {
  /* line 359, scss/style.scss */
  .main-navigation .current-menu-item a:before,
  .main-navigation .current-page-ancestor a:before {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    content: " ";
    display: block;
    box-shadow: 0 0 2px rgba(45, 45, 45, 0.6);
    background-color: #bbd5ad;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    position: absolute;
    bottom: -3px;
    left: 45%;
  }
}

/* line 379, scss/style.scss */
.no-mediaqueries .site-header {
  height: 91px;
}
/* line 382, scss/style.scss */
.no-mediaqueries .site-title a {
  float: left;
  margin: 2em 0 0;
  padding-top: 0;
}
/* line 386, scss/style.scss */
.no-mediaqueries .site-title a.home:before {
  display: none;
}
/* line 391, scss/style.scss */
.no-mediaqueries .current-menu-item a,
.no-mediaqueries .current-page-ancestor a {
  background-color: #fdfdfd;
  color: #7a7a7a;
}
/* line 395, scss/style.scss */
.no-mediaqueries .content-area {
  margin-top: 2em;
}
/* line 398, scss/style.scss */
.no-mediaqueries .site {
  margin-bottom: 0;
}
/* line 402, scss/style.scss */
.no-mediaqueries .md-thmbs {
  margin-top: -3em;
  margin-bottom: -12em;
}
/* line 407, scss/style.scss */
.no-mediaqueries .module-boxes.module .md-thmb {
  float: left;
  width: 292px;
  margin-right: 35px;
  height: 100px;
}
/* line 413, scss/style.scss */
.no-mediaqueries .module-boxes.module .md-thmb.box-2, .no-mediaqueries .module-boxes.module .md-thmb.box-4 {
  margin-right: 0;
}
/* line 418, scss/style.scss */
.no-mediaqueries .md-thmb {
  float: left;
  width: 180px;
  margin-right: 15px;
  height: 216px;
}
/* line 424, scss/style.scss */
.no-mediaqueries .module-boxes-3 .page_item {
  width: 190px;
  float: left;
  margin-right: 10px;
}
/* line 429, scss/style.scss */
.no-mediaqueries .main-navigation {
  float: left;
  margin-left: 20px;
  margin-top: 0;
}
/* line 433, scss/style.scss */
.no-mediaqueries .main-navigation li {
  float: left;
}
/* line 436, scss/style.scss */
.no-mediaqueries .main-navigation a {
  display: block;
}
/* line 438, scss/style.scss */
.no-mediaqueries .main-navigation a:hover {
  color: #699b4e;
}
/* line 442, scss/style.scss */
.no-mediaqueries .main-navigation .current-menu-item a:before {
  display: none;
}
/* line 446, scss/style.scss */
.no-mediaqueries .menu-primary-container {
  float: left;
}
/* line 449, scss/style.scss */
.no-mediaqueries .menu-primary-container > .menu {
  display: block;
}
/* line 453, scss/style.scss */
.no-mediaqueries input,
.no-mediaqueries textarea {
  background-color: #ffffe5;
}
/* line 456, scss/style.scss */
.no-mediaqueries .md-thmbs .md-thmb {
  width: 30.3%;
}
/* line 458, scss/style.scss */
.no-mediaqueries .md-thmbs .md-thmb a {
  color: #c8c8c8;
}

/* line 464, scss/style.scss */
.no-boxsizing .md-thmbs {
  width: 780px;
}
/* line 466, scss/style.scss */
.no-boxsizing .md-thmbs a {
  color: #fff;
  border: 0 none;
}
/* line 474, scss/style.scss */
.no-boxsizing .module-boxes.module .md-thmb {
  float: left;
  width: 252px;
  margin-right: 35px;
  height: 20px;
  min-height: 0;
}
/* line 481, scss/style.scss */
.no-boxsizing .module-boxes.module .md-thmb.box-2, .no-boxsizing .module-boxes.module .md-thmb.box-4 {
  margin-right: 0;
}
/* line 486, scss/style.scss */
.no-boxsizing .site-footer {
  clear: both;
  float: left;
}

/* line 494, scss/style.scss */
.single-portfolio_item .menu-item-1422 a {
  color: #888888;
  box-shadow: 0px 1px 0 0 #bbd5ad;
}
/* line 497, scss/style.scss */
.single-portfolio_item .menu-item-1422 a:before {
  content: " ";
  display: block;
  box-shadow: 0 0 2px rgba(45, 45, 45, 0.6);
  background-color: #bbd5ad;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  position: absolute;
  bottom: -3px;
  left: 45%;
}

/* line 510, scss/style.scss */
.no-svg .site-summary {
  margin-bottom: 2em;
}

@media (max-width: 38.75em) {
  /* line 515, scss/style.scss */
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
}

/* line 520, scss/style.scss */
.main-navigation.toggled .nav-menu {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  margin-bottom: 1em;
}

/* line 52, scss/_mixins.scss */
.menu-top-navigation-container:before, .menu-top-navigation-container:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.menu-top-navigation-container:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.menu-top-navigation-container {
  *zoom: 1;
}
@media (min-width: 38.75em) {
  /* line 527, scss/style.scss */
  .menu-top-navigation-container {
    margin-top: .2em;
  }
}

/* line 533, scss/style.scss */
.menu-primary-container > .menu {
  border-radius: 4px;
  display: none;
}
@media (min-width: 38.75em) {
  /* line 533, scss/style.scss */
  .menu-primary-container > .menu {
    display: block;
  }
}

/* line 540, scss/style.scss */
.nav-menu {
  position: relative;
}
@media (max-width: 38.75em) {
  /* line 540, scss/style.scss */
  .nav-menu {
    background: #2d2d2d;
    margin-bottom: 0;
    display: none;
    width: 100%;
  }
  /* line 548, scss/style.scss */
  .nav-menu:before {
    content: "";
    background-color: #2d2d2d;
    position: absolute;
    top: -4px;
    right: 3.1em;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(45deg);
    /* FF3.5+ */
    -ms-transform: rotate(45deg);
    /* IE9 */
    -o-transform: rotate(45deg);
    /* Opera 10.5 */
    transform: rotate(45deg);
    zoom: 1;
  }
}

/* line 565, scss/style.scss */
.splash {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 2em;
}
/* line 52, scss/_mixins.scss */
.splash:before, .splash:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.splash:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.splash {
  *zoom: 1;
}
@media (min-width: 38.75em) {
  /* line 565, scss/style.scss */
  .splash {
    margin-bottom: 4em;
  }
}

/* line 579, scss/style.scss */
.splash.home {
  background: url(images/desert-stars.jpg) no-repeat center center;
}

/* line 582, scss/style.scss */
.splash.about {
  background: url(images/tucson-cityscape.jpg) no-repeat center center;
}

/* line 585, scss/style.scss */
.splash.portfolio {
  background: url(images/tucson-portfolio.jpg) no-repeat center center;
}

/* line 588, scss/style.scss */
.splash.contact {
  background: url(images/tucson-contact.jpg) no-repeat center center;
}

/* line 591, scss/style.scss */
.site-content {
  clear: both;
  position: relative;
  color: #313131;
}
/* line 52, scss/_mixins.scss */
.site-content:before, .site-content:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.site-content:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.site-content {
  *zoom: 1;
}
@media (min-width: 38.75em) {
  /* line 591, scss/style.scss */
  .site-content {
    margin-bottom: 8em;
  }
}

/* line 605, scss/style.scss */
.site-main {
  font-family: "rooney-web", Cambria, Georgia, Times, "Times New Roman", serif;
  margin-bottom: 6em;
}
@media (min-width: 38.75em) {
  /* line 605, scss/style.scss */
  .site-main {
    margin: 0;
  }
}

/* line 618, scss/style.scss */
.entry-content,
.entry-meta {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  line-height: 1.6;
}
@media (min-width: 46.25em) {
  /* line 618, scss/style.scss */
  .entry-content,
  .entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 31.25em) {
  /* line 628, scss/style.scss */
  .entry-header,
  .entry-content,
  .entry-meta {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

/* line 634, scss/style.scss */
.entry-content {
  margin-bottom: 1em;
}
@media (min-width: 38.75em) {
  /* line 634, scss/style.scss */
  .entry-content {
    margin-bottom: 1em;
  }
}

/* line 640, scss/style.scss */
.jumbo-landsacpe-section {
  margin: 6em 0;
  position: relative;
}

/* line 654, scss/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 2em 0 0;
  font-weight: 700;
}
@media (min-width: 38.75em) {
  /* line 654, scss/style.scss */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 663, scss/style.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

/* line 675, scss/style.scss */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  text-transform: uppercase;
  margin-bottom: .75em;
  letter-spacing: 2px;
}

/* line 702, scss/style.scss */
.centered {
  text-align: center;
}

/* line 707, scss/style.scss */
.page-title,
.entry-title,
.single-post .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #3a3a3a;
  margin: 1em 0 .5em;
}
@media (min-width: 38.75em) {
  /* line 707, scss/style.scss */
  .page-title,
  .entry-title,
  .single-post .entry-title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 2em;
  }
}
@media (min-width: 61.25em) {
  /* line 707, scss/style.scss */
  .page-title,
  .entry-title,
  .single-post .entry-title {
    margin-top: 1em;
    margin-bottom: .25em;
    font-size: 48px;
    font-size: 4.8rem;
  }
}
/* line 723, scss/style.scss */
.page-title a,
.entry-title a,
.single-post .entry-title a {
  color: #699b4e;
  display: inline-block;
  padding-bottom: 1px;
}
/* line 727, scss/style.scss */
.page-title a:hover,
.entry-title a:hover,
.single-post .entry-title a:hover {
  color: #699b4e;
  background-color: #e5efdf;
  box-shadow: 0 0 0 4px #e5efdf;
}

/* line 734, scss/style.scss */
.single-format-link .format-link .entry-content > p:first-child {
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: .5em;
  margin-top: 2em;
}
@media (min-width: 38.75em) {
  /* line 734, scss/style.scss */
  .single-format-link .format-link .entry-content > p:first-child {
    line-height: 1.2;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
/* line 744, scss/style.scss */
.single-format-link .format-link .entry-content > p:first-child a {
  display: inline-block;
}

/* line 748, scss/style.scss */
.single-format-link .format-link .entry-content {
  margin-top: 2em;
}

/* line 760, scss/style.scss */
.widgettitle {
  margin-bottom: 1em;
}

/* line 764, scss/style.scss */
.pills a {
  display: inline-block;
}

/* line 804, scss/style.scss */
.site-main .skrollr .site {
  margin: 10em auto;
}

/* line 810, scss/style.scss */
.site-main .skrollr .site:first-child {
  margin-top: 10em;
}

/* line 817, scss/style.scss */
.scroll-box {
  margin-bottom: 40em;
}

/* line 820, scss/style.scss */
.inherit-color * {
  color: inherit;
}

/* line 826, scss/style.scss */
.scroll-box {
  margin: 0 0;
}

/* line 829, scss/style.scss */
.process-container {
  margin: 12em 0;
}
@media (min-width: 38.75em) {
  /* line 829, scss/style.scss */
  .process-container {
    margin: 10em 0;
  }
}

/* line 835, scss/style.scss */
.process {
  margin: 0 0 15em;
  text-align: center;
}
/* line 838, scss/style.scss */
.process .entry-title {
  margin: 0 auto;
  display: inline-block;
}
/* line 842, scss/style.scss */
.process .circle {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  background: #2d2d2d;
  color: #fdfdfd;
  vertical-align: middle;
  display: table-cell;
  height: 80px;
  width: 80px;
}
/* line 852, scss/style.scss */
.process p {
  margin-top: .125em;
  max-width: 48em;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 863, scss/style.scss */
a,
.entry-content a {
  color: #699b4e;
  position: relative;
}
/* line 870, scss/style.scss */
a:hover,
.entry-content a:hover {
  color: #75ab58;
  background-color: #f3f8f0;
  box-shadow: 0 0 0 4px #f3f8f0;
}
/* line 875, scss/style.scss */
a:active,
.entry-content a:active {
  outline: 0;
  top: 1px;
  background-color: #ebf3e6;
  box-shadow: 0 0 0 4px #ebf3e6;
}
/* line 881, scss/style.scss */
a.btn,
.entry-content a.btn {
  background-color: transparent;
  box-shadow: none;
}
/* line 885, scss/style.scss */
a.btn.btn:hover,
.entry-content a.btn.btn:hover {
  color: #699b4e;
}

/* line 891, scss/style.scss */
.external-links a,
.format-link a {
  color: #4e8f9b;
  width: 100%;
  text-decoration: none;
}
/* line 898, scss/style.scss */
.external-links a:hover,
.format-link a:hover {
  color: #4e8f9b;
  background-color: #dfedef;
  box-shadow: 0 0 0 4px #dfedef;
}
/* line 904, scss/style.scss */
.external-links a.entry-date,
.format-link a.entry-date {
  color: #699b4e;
  border-bottom: none;
}
/* line 908, scss/style.scss */
.external-links a.entry-date:hover,
.format-link a.entry-date:hover {
  background-color: #f3f8f0;
  box-shadow: 0 0 0 4px #f3f8f0;
}

/* line 913, scss/style.scss */
.no-bullets {
  list-style: none;
}

/* line 916, scss/style.scss */
.cols-2 {
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-columns: 6em 2;
  -moz-columns: 6em 2;
  -ms-columns: 6em 2;
  -o-columns: 6em 2;
  columns: 6em 2;
}
@media (min-width: 38.75em) {
  /* line 916, scss/style.scss */
  .cols-2 {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-columns: 6em 3;
    -moz-columns: 6em 3;
    -ms-columns: 6em 3;
    -o-columns: 6em 3;
    columns: 6em 3;
    -webkit-column-gap: 0.4em;
    -moz-column-gap: 0.4em;
    -ms-column-gap: 0.4em;
    -o-column-gap: 0.4em;
    column-gap: 0.4em;
  }
}

/* line 927, scss/style.scss */
.no-csscolumns .client-list {
  width: 500px;
  margin: 0 auto;
  float: none;
}
/* line 932, scss/style.scss */
.no-csscolumns .cols-2 a {
  float: left;
  width: 45%;
  margin-right: 5%;
}

/* line 938, scss/style.scss */
.paged .site-main > .post:first-child {
  margin-top: 2em;
}
@media (min-width: 38.75em) {
  /* line 938, scss/style.scss */
  .paged .site-main > .post:first-child {
    margin-top: 3em;
  }
}

/* line 944, scss/style.scss */
article.page {
  position: relative;
  clear: both;
  margin-bottom: 3.5em;
}
/* line 52, scss/_mixins.scss */
article.page:before, article.page:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
article.page:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
article.page {
  *zoom: 1;
}

/* line 950, scss/style.scss */
article .entry-content a {
  color: #4e8f9b;
}

/* line 969, scss/style.scss */
.entry-date-container a {
  float: left;
  width: auto;
  color: #9b934e;
}
/* line 973, scss/style.scss */
.entry-date-container a:hover {
  background-color: #efeedf;
  box-shadow: 0 0 0 6px #efeedf;
}

/* line 979, scss/style.scss */
.paging-navigation,
.post-navigation {
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  font-weight: 700;
  border-top: 1px solid rgba(105, 155, 78, 0.2);
  border-bottom: 1px solid rgba(105, 155, 78, 0.2);
  margin-top: 3em;
}
/* line 980, scss/style.scss */
.paging-navigation *,
.post-navigation * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, scss/_mixins.scss */
.paging-navigation:before, .paging-navigation:after,
.post-navigation:before,
.post-navigation:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.paging-navigation:after,
.post-navigation:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.paging-navigation,
.post-navigation {
  *zoom: 1;
}
/* line 989, scss/style.scss */
.paging-navigation a,
.post-navigation a {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  padding: 20px 10px;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 160px;
  max-width: 50%;
}
@media (min-width: 38.75em) {
  /* line 989, scss/style.scss */
  .paging-navigation a,
  .post-navigation a {
    padding: 40px 20px;
  }
}
@media (min-width: 61.25em) {
  /* line 989, scss/style.scss */
  .paging-navigation a,
  .post-navigation a {
    padding: 3em 2em;
  }
}
/* line 1010, scss/style.scss */
.paging-navigation a:hover,
.post-navigation a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1013, scss/style.scss */
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
}
/* line 1016, scss/style.scss */
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: right;
}

/* line 1020, scss/style.scss */
.paging-navigation {
  width: 100%;
}

/* line 1023, scss/style.scss */
.home .paging-navigation .nav-previous {
  float: right;
  margin: 0 auto;
}

/* line 1027, scss/style.scss */
.home.paged .paging-navigation .nav-previous {
  float: right;
}

/* line 1032, scss/style.scss */
.post-navigation,
.single-portfolio_item .post-navigation {
  clear: both;
  margin: 2em 0;
}
/* line 52, scss/_mixins.scss */
.post-navigation:before, .post-navigation:after,
.single-portfolio_item .post-navigation:before,
.single-portfolio_item .post-navigation:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.post-navigation:after,
.single-portfolio_item .post-navigation:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.post-navigation,
.single-portfolio_item .post-navigation {
  *zoom: 1;
}
/* line 1036, scss/style.scss */
.post-navigation .nav-previous,
.single-portfolio_item .post-navigation .nav-previous {
  float: left;
  max-width: 50%;
}
/* line 1047, scss/style.scss */
.post-navigation .nav-next,
.single-portfolio_item .post-navigation .nav-next {
  float: right;
  max-width: 50%;
}

/* line 1064, scss/style.scss */
.search-area {
  clear: both;
  margin-top: 1em;
  float: left;
}
/* line 52, scss/_mixins.scss */
.search-area:before, .search-area:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.search-area:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.search-area {
  *zoom: 1;
}

/* line 1070, scss/style.scss */
.search-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: .5em;
}

/* line 1079, scss/style.scss */
.search-submit {
  color: #699b4e;
  border: 2px solid #83b369;
  border: 2px solid rgba(105, 155, 78, 0.5);
  position: relative;
  padding: 1em 1.25em;
  text-decoration: none;
  line-height: 1.3;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.7em;
  vertical-align: top;
}
/* line 94, scss/_mixins.scss */
.search-submit:hover {
  color: #75ab58;
  box-shadow: 0 0 1px rgba(45, 45, 45, 0.5);
  background-color: transparent;
  border: 2px solid #699b4e;
}
/* line 105, scss/_mixins.scss */
.search-submit:visited {
  color: #699b4e;
}
/* line 108, scss/_mixins.scss */
.search-submit:active {
  top: 1px;
}

/* line 1086, scss/style.scss */
.post {
  clear: both;
  margin-bottom: 2em;
}
/* line 52, scss/_mixins.scss */
.post:before, .post:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.post:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.post {
  *zoom: 1;
}

/* line 1091, scss/style.scss */
.entry-meta {
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 4em;
}
/* line 52, scss/_mixins.scss */
.entry-meta:before, .entry-meta:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.entry-meta:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.entry-meta {
  *zoom: 1;
}

/* line 1098, scss/style.scss */
.entry-date,
.bookmark {
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 1107, scss/style.scss */
.entry-date {
  background: url(images/post-formats-24.png) no-repeat -37px -1469px;
  float: left;
  padding: .5em 0 .5em 22px;
  margin-bottom: 1em;
  text-decoration: none;
  width: auto;
  display: inline-block;
}
@media (min-width: 38.75em) {
  /* line 1107, scss/style.scss */
  .entry-date {
    margin-left: -22px;
  }
}

/* line 1119, scss/style.scss */
.entry-header .entry-date {
  float: none;
  margin-bottom: 1em;
  color: #adadad;
}
@media (min-width: 38.75em) {
  /* line 1119, scss/style.scss */
  .entry-header .entry-date {
    margin-bottom: 1.5em;
  }
}

/* line 1127, scss/style.scss */
.single-post .entry-header {
  margin-bottom: 1em;
}

/* line 1130, scss/style.scss */
.entry-meta .entry-date {
  width: auto;
  display: inline-block;
}

/* line 1134, scss/style.scss */
.bookmark {
  float: left;
  color: #7a7a7a;
  padding: .5em 0 .5em 0;
  margin-bottom: 1em;
}
/* line 1139, scss/style.scss */
.bookmark a {
  text-decoration: none;
}

/* line 52, scss/_mixins.scss */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.cf:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.cf {
  *zoom: 1;
}

/* line 1149, scss/style.scss */
.cat-links,
.tags-links,
.comments-link,
.edit-link {
  clear: both;
  float: left;
  margin: 1em 0;
}

/* line 1154, scss/style.scss */
.comments-link {
  margin-top: 2em;
}

/* line 1159, scss/style.scss */
.btn,
.post-edit-link,
.comments-link a {
  color: #699b4e;
  border: 2px solid #83b369;
  border: 2px solid rgba(105, 155, 78, 0.5);
  position: relative;
  padding: 1em 1.25em;
  text-decoration: none;
  line-height: 1.3;
}
/* line 94, scss/_mixins.scss */
.btn:hover,
.post-edit-link:hover,
.comments-link a:hover {
  color: #75ab58;
  box-shadow: 0 0 1px rgba(45, 45, 45, 0.5);
  background-color: transparent;
  border: 2px solid #699b4e;
}
/* line 105, scss/_mixins.scss */
.btn:visited,
.post-edit-link:visited,
.comments-link a:visited {
  color: #699b4e;
}
/* line 108, scss/_mixins.scss */
.btn:active,
.post-edit-link:active,
.comments-link a:active {
  top: 1px;
}

/* line 1162, scss/style.scss */
.gutter {
  border: 1px solid #e0e0e0;
  border-bottom: 0 none;
  margin: 2.5em 0;
}

/* line 1167, scss/style.scss */
.site-footer {
  font-family: "rooney-web", Cambria, Georgia, Times, "Times New Roman", serif;
  clear: both;
  margin-top: 4em;
}

/* line 1179, scss/style.scss */
.home .site-footer {
  margin-top: 8em;
}

/* line 1182, scss/style.scss */
.site-info {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  display: inline-block;
  padding: 12px 0 10px;
  margin-left: -20px;
  color: #fdfdfd;
  margin: 0;
}
@media (min-width: 38.75em) {
  /* line 1182, scss/style.scss */
  .site-info {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 1200, scss/style.scss */
.site-info a {
  padding: 0.5em;
  margin: 0;
}
@media (min-width: 38.75em) {
  /* line 1200, scss/style.scss */
  .site-info a {
    padding: 2em 1em;
  }
}
/* line 1209, scss/style.scss */
.site-info a,
.site-info a:visited {
  color: #7db062;
  color: #4e8f9b;
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  text-decoration: none;
}
/* line 1220, scss/style.scss */
.site-info a[rel="author"],
.site-info a[rel="author"]:visited {
  color: #699b4e;
}

/* line 1225, scss/style.scss */
.no-boxsizing .hfeed {
  height: 100%;
  position: relative;
}

/* line 1230, scss/style.scss */
.sep {
  display: none;
  color: rgba(45, 45, 45, 0.1);
  margin: 0;
}
@media (min-width: 38.75em) {
  /* line 1230, scss/style.scss */
  .sep {
    color: rgba(45, 45, 45, 0.3);
    margin: 0 .5em;
  }
}

/* line 1239, scss/style.scss */
.md-thmbs {
  margin-top: 3em;
  margin-bottom: 4em;
}
/* line 52, scss/_mixins.scss */
.md-thmbs:before, .md-thmbs:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.md-thmbs:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.md-thmbs {
  *zoom: 1;
}
@media (min-width: 38.75em) {
  /* line 24, scss/_thumbnails.scss */
  .md-thmbs .md-thmb,
  .md-thmbs .page_item a {
    float: left;
    margin-right: 3%;
    margin-bottom: 1.4em;
    width: 31.3%;
  }
  /* line 31, scss/_thumbnails.scss */
  .md-thmbs .md-thmb:nth-child(2n),
  .md-thmbs .page_item:nth-child(2n) a {
    margin-right: 3%;
  }
  /* line 35, scss/_thumbnails.scss */
  .md-thmbs .md-thmb:nth-child(3n),
  .md-thmbs .page_item:nth-child(3n) a {
    margin-right: 0;
  }
  /* line 39, scss/_thumbnails.scss */
  .md-thmbs .md-thmb:nth-child(3n + 1),
  .md-thmbs .page_item:nth-child(3n + 1) a {
    clear: left;
  }
}
/* line 1246, scss/style.scss */
.md-thmbs .md-thmb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 3em;
}
/* line 52, scss/_mixins.scss */
.md-thmbs .md-thmb:before, .md-thmbs .md-thmb:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.md-thmbs .md-thmb:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.md-thmbs .md-thmb {
  *zoom: 1;
}
@media (min-width: 38.75em) {
  /* line 1246, scss/style.scss */
  .md-thmbs .md-thmb {
    margin-bottom: 1em;
  }
}
/* line 1255, scss/style.scss */
.md-thmbs img {
  margin-bottom: 0;
}
/* line 1258, scss/style.scss */
.md-thmbs a {
  color: #fff;
  -webkit-transition: box-shadow 300ms ease-in;
  -moz-transition: box-shadow 300ms ease-in;
  -o-transition: box-shadow 300ms ease-in;
  transition: box-shadow 300ms ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fdfdfd;
  float: left;
  box-shadow: 0 0 0 4px #fdfdfd, 0 0 1px 4px rgba(45, 45, 45, 0.2);
  margin-bottom: 1em;
  max-width: 100%;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 38.75em) {
  /* line 114, scss/_mixins.scss */
  .md-thmbs a .media-object {
    float: left;
    width: 60%;
    overflow: hidden;
  }
  /* line 119, scss/_mixins.scss */
  .md-thmbs a .media-body {
    float: right;
    overflow: hidden;
    position: relative;
    width: 35%;
  }
}
@media (min-width: 38.75em) {
  /* line 1258, scss/style.scss */
  .md-thmbs a {
    min-height: 200px;
  }
}
/* line 1275, scss/style.scss */
.md-thmbs a img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fdfdfd;
}
/* line 1281, scss/style.scss */
.md-thmbs a:hover {
  box-shadow: 0 0 0 4px #fdfdfd, 0 0 2px 4px rgba(45, 45, 45, 0.8);
  background-color: #fdfdfd;
}
/* line 1285, scss/style.scss */
.md-thmbs a:hover img {
  box-shadow: none;
}
/* line 1291, scss/style.scss */
.md-thmbs .portfolio-title {
  color: #2d2d2d;
  font-family: "rooney-web", Cambria, Georgia, Times, "Times New Roman", serif;
  padding-top: 0;
  margin-top: .75em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: none;
  border: 0 none;
  line-height: 1.3;
}

/* line 1303, scss/style.scss */
.portfolio-excerpt .site {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 2em;
}
@media (min-width: 38.75em) {
  /* line 1303, scss/style.scss */
  .portfolio-excerpt .site {
    padding-bottom: 3em;
  }
}

/* line 1310, scss/style.scss */
.portfolio-single-image {
  margin: 1em 0;
}
/* line 1317, scss/style.scss */
.portfolio-single-image a:hover {
  box-shadow: none;
}
/* line 1321, scss/style.scss */
.portfolio-single-image img.size-full {
  margin: 2em 0;
}
@media (min-width: 61.25em) {
  /* line 1321, scss/style.scss */
  .portfolio-single-image img.size-full {
    max-width: 870px;
    margin-left: -100px;
  }
}
/* line 1328, scss/style.scss */
.portfolio-single-image .wp-caption img.size-full {
  margin: 0;
}

/* line 1332, scss/style.scss */
.entry-content .wp-caption-text {
  margin: .5em 0;
}

/* line 1335, scss/style.scss */
.call-to-action {
  margin-top: 6em;
  margin-bottom: 4em;
}
/* line 1338, scss/style.scss */
.call-to-action .btn {
  display: inline-block;
}

/* line 1343, scss/style.scss */
blockquote {
  border-left: 2px solid #888888;
  color: #7a7a7a;
  padding-left: 20px;
  margin-left: 0;
}

/* line 1349, scss/style.scss */
.no-boxsizing blockquote {
  width: 100%;
}

/* line 1352, scss/style.scss */
.rounded {
  border-radius: 50%;
}

/* line 1413, scss/style.scss */
.module {
  width: 100%;
}

/* line 1416, scss/style.scss */
.home .site-summary.module.closed {
  margin: 0;
}

/* line 1419, scss/style.scss */
.home .site-summary {
  color: #fff;
  color: rgba(253, 253, 253, 0.5);
}

/* line 1424, scss/style.scss */
.mediaqueries .module-togglebox {
  position: relative;
  -webkit-box-shadow: 9px 0 0 #fdfdfd, 9px 0 0 1px #ececec, 0 0 0 1px #e0e0e0, 40px 30px 0 1px whitesmoke;
  -moz-box-shadow: 9px 0 0 #fdfdfd, 9px 0 0 1px #ececec, 0 0 0 1px #e0e0e0, 40px 30px 0 1px whitesmoke;
  box-shadow: 9px 0 0 #fdfdfd, 9px 0 0 1px #ececec, 0 0 0 1px #e0e0e0, 40px 30px 0 1px whitesmoke;
  margin-top: -1em;
  margin-left: -2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: .5em;
  margin-bottom: 2em;
  padding: .25em .5em 1em 2em;
  width: 104%;
}
@media (min-width: 46.25em) {
  /* line 1424, scss/style.scss */
  .mediaqueries .module-togglebox {
    border-top: 2px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding-top: .5em;
    margin-right: .5em;
  }
}
/* line 1444, scss/style.scss */
.mediaqueries .module-togglebox.closed {
  -webkit-box-shadow: 9px 0 0 #fdfdfd, 9px 0 0 1px #ececec, 0 0 0 1px #e0e0e0;
  -moz-box-shadow: 9px 0 0 #fdfdfd, 9px 0 0 1px #ececec, 0 0 0 1px #e0e0e0;
  box-shadow: 9px 0 0 #fdfdfd, 9px 0 0 1px #ececec, 0 0 0 1px #e0e0e0;
  height: 0;
  padding: 1em 1em 1em;
  margin-bottom: 1em;
  width: 2.5em;
}
@media (min-width: 38.75em) {
  /* line 1444, scss/style.scss */
  .mediaqueries .module-togglebox.closed {
    padding-bottom: .5em;
    position: absolute;
    left: 0;
    width: 1em;
  }
}
/* line 1460, scss/style.scss */
.mediaqueries .module-togglebox.closed .info {
  display: block;
}
/* line 1464, scss/style.scss */
.mediaqueries .module-togglebox p:last-child {
  margin-top: 1.5em;
}
@media (min-width: 38.75em) {
  /* line 1464, scss/style.scss */
  .mediaqueries .module-togglebox p:last-child {
    margin-top: 0;
  }
}
/* line 1470, scss/style.scss */
.mediaqueries .module-togglebox .info {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -.5em;
  color: #7a7a7a;
}
@media (min-width: 38.75em) {
  /* line 1470, scss/style.scss */
  .mediaqueries .module-togglebox .info {
    padding-left: 10px;
    margin-top: -1em;
  }
}
/* line 1483, scss/style.scss */
.mediaqueries .module-togglebox .toggle-action.toggle-active:before, .mediaqueries .module-togglebox .toggle-action.toggle-active:after {
  -webkit-transform: rotate(45deg);
  /* Saf3.1+, Chrome */
  -moz-transform: rotate(45deg);
  /* FF3.5+ */
  -ms-transform: rotate(45deg);
  /* IE9 */
  -o-transform: rotate(45deg);
  /* Opera 10.5 */
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
/* line 1491, scss/style.scss */
.mediaqueries .module-togglebox .toggle-action.toggle-active:after {
  -webkit-transform: rotate(-45deg);
  /* Saf3.1+, Chrome */
  -moz-transform: rotate(-45deg);
  /* FF3.5+ */
  -ms-transform: rotate(-45deg);
  /* IE9 */
  -o-transform: rotate(-45deg);
  /* Opera 10.5 */
  transform: rotate(-45deg);
}

/* line 1500, scss/style.scss */
.mediaqueries .toggle-action.close {
  cursor: pointer;
  position: relative;
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-left-color: rgba(136, 136, 136, 0.1);
  border-top-color: rgba(136, 136, 136, 0.1);
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -29px;
  top: -1px;
  border-radius: 50%;
  -webkit-box-shadow: 35px 31px 0 1px whitesmoke;
  -moz-box-shadow: 35px 31px 0 1px whitesmoke;
  box-shadow: 35px 31px 0 1px whitesmoke;
}
/* line 1389, scss/style.scss */
.mediaqueries .toggle-action.close:before, .mediaqueries .toggle-action.close:after {
  position: absolute;
  top: 6px;
  left: 50%;
  content: " ";
  display: block;
  height: 24px;
  width: 1px;
  background-color: rgba(105, 155, 78, 0.5);
  -webkit-transform: rotate(0deg);
  /* Saf3.1+, Chrome */
  -moz-transform: rotate(0deg);
  /* FF3.5+ */
  -ms-transform: rotate(0deg);
  /* IE9 */
  -o-transform: rotate(0deg);
  /* Opera 10.5 */
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
/* line 1405, scss/style.scss */
.mediaqueries .toggle-action.close:after {
  -webkit-transform: rotate(-90deg);
  /* Saf3.1+, Chrome */
  -moz-transform: rotate(-90deg);
  /* FF3.5+ */
  -ms-transform: rotate(-90deg);
  /* IE9 */
  -o-transform: rotate(-90deg);
  /* Opera 10.5 */
  transform: rotate(-90deg);
}

/* line 1504, scss/style.scss */
.mediaqueries .closed .toggle-action.close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1509, scss/style.scss */
.module-body.closed {
  display: none;
}

/* line 1517, scss/style.scss */
.toggle.toggle-
.arrow-module .media-object {
  margin: 0 auto 2em;
  display: block;
}
/* line 1520, scss/style.scss */
.toggle.toggle-
.arrow-module .media-object img {
  margin: auto;
}
@media (min-width: 30em) {
  /* line 1517, scss/style.scss */
  .toggle.toggle-
  .arrow-module .media-object {
    float: left;
    margin: 0;
    width: 17%;
  }
}
/* line 1529, scss/style.scss */
.toggle.toggle-
.arrow-module .media-body {
  background-color: #2d2d2d;
  border-radius: 4px;
  color: #fdfdfd;
  position: relative;
  padding: .5em 4%;
}
@media (min-width: 30em) {
  /* line 1529, scss/style.scss */
  .toggle.toggle-
  .arrow-module .media-body {
    float: right;
    width: 62%;
  }
}
@media (min-width: 38.75em) {
  /* line 1529, scss/style.scss */
  .toggle.toggle-
  .arrow-module .media-body {
    width: 68%;
    padding: 1em 4%;
  }
}
/* line 1544, scss/style.scss */
.toggle.toggle-
.arrow-module .media-body:after, .toggle.toggle-
.arrow-module .media-body::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 47%;
  background-color: #2d2d2d;
  width: 14px;
  height: 14px;
  transform: scale(1) rotate(45deg);
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 30em) {
  /* line 1544, scss/style.scss */
  .toggle.toggle-
  .arrow-module .media-body:after, .toggle.toggle-
  .arrow-module .media-body::after {
    top: 3em;
    left: -6px;
  }
}

/* line 1571, scss/style.scss */
.module-media * > {
  padding: 0;
}
/* line 1574, scss/style.scss */
.module-media .entry-title {
  margin-left: 17%;
}
@media (min-width: 38.75em) {
  /* line 1574, scss/style.scss */
  .module-media .entry-title {
    margin-left: 17%;
  }
}
@media (min-width: 61.25em) {
  /* line 1574, scss/style.scss */
  .module-media .entry-title {
    margin-left: 0;
  }
}
/* line 1583, scss/style.scss */
.module-media .media-object {
  border-radius: 50%;
  float: left;
  width: 13%;
  margin-right: 4%;
  overflow: hidden;
}
@media (min-width: 38.75em) {
  /* line 1583, scss/style.scss */
  .module-media .media-object {
    width: 13%;
    overflow: visible;
  }
}
@media (min-width: 61.25em) {
  /* line 1583, scss/style.scss */
  .module-media .media-object {
    width: 13%;
    margin-left: -20%;
  }
}
/* line 1598, scss/style.scss */
.module-media .media-body {
  overflow: hidden;
}
@media (min-width: 38.75em) {
  /* line 1598, scss/style.scss */
  .module-media .media-body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 61.25em) {
  /* line 1598, scss/style.scss */
  .module-media .media-body {
    max-width: 100%;
  }
}

/* line 1611, scss/style.scss */
.hidden {
  display: none;
}

/* line 1614, scss/style.scss */
.home .format-image {
  text-align: center;
}
/* line 1616, scss/style.scss */
.home .format-image .entry-content {
  text-align: left;
}

/* line 1620, scss/style.scss */
.post-image-jumbo {
  margin: 0 auto 2em;
}

/* line 1623, scss/style.scss */
.post-1992 {
  padding: 4em 0;
  margin-bottom: 4em;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: url(images/pat-1.png) repeat 0 0;
}

/* line 1630, scss/style.scss */
.action-message {
  text-align: center;
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
}

/* line 1635, scss/style.scss */
.module.module-boxes {
  margin: 0 0 0;
  width: 100%;
}
/* line 52, scss/_mixins.scss */
.module.module-boxes:before, .module.module-boxes:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.module.module-boxes:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.module.module-boxes {
  *zoom: 1;
}
/* line 2, scss/_thumbnails.scss */
.module.module-boxes .md-thmb {
  float: left;
  margin-bottom: 2.1em;
  width: 100%;
}
@media (min-width: 30em) {
  /* line 9, scss/_thumbnails.scss */
  .module.module-boxes .md-thmb {
    float: left;
    margin-bottom: 2.1em;
    margin-right: 6%;
    width: 47%;
  }
  /* line 15, scss/_thumbnails.scss */
  .module.module-boxes .md-thmb:nth-child(3) {
    margin-right: 6%;
  }
  /* line 18, scss/_thumbnails.scss */
  .module.module-boxes .md-thmb:nth-child(2n) {
    margin-right: 0;
  }
  /* line 1642, scss/style.scss */
  .module.module-boxes .box-2 {
    margin-right: 6%;
  }
}
@media (min-width: 38.75em) {
  /* line 1635, scss/style.scss */
  .module.module-boxes {
    margin-bottom: 3em;
  }
}

/* line 52, scss/_mixins.scss */
.module-boxes-3:before, .module-boxes-3:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.module-boxes-3:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.module-boxes-3 {
  *zoom: 1;
}
/* line 2, scss/_thumbnails.scss */
.module-boxes-3 .md-thmb {
  float: left;
  margin-bottom: 2.1em;
  width: 100%;
}
@media (min-width: 38.75em) {
  /* line 24, scss/_thumbnails.scss */
  .module-boxes-3 .md-thmb,
  .module-boxes-3 .page_item a {
    float: left;
    margin-right: 3%;
    margin-bottom: 1.4em;
    width: 31.3%;
  }
  /* line 31, scss/_thumbnails.scss */
  .module-boxes-3 .md-thmb:nth-child(2n),
  .module-boxes-3 .page_item:nth-child(2n) a {
    margin-right: 3%;
  }
  /* line 35, scss/_thumbnails.scss */
  .module-boxes-3 .md-thmb:nth-child(3n),
  .module-boxes-3 .page_item:nth-child(3n) a {
    margin-right: 0;
  }
  /* line 39, scss/_thumbnails.scss */
  .module-boxes-3 .md-thmb:nth-child(3n + 1),
  .module-boxes-3 .page_item:nth-child(3n + 1) a {
    clear: left;
  }
}

/* line 1660, scss/style.scss */
.module-boxes-3 {
  list-style: none;
}
/* line 1662, scss/style.scss */
.module-boxes-3 li {
  margin: 0;
}

/* line 1666, scss/style.scss */
.tolower {
  text-transform: lowercase;
}

/* line 1669, scss/style.scss */
.block-title {
  color: #3a3a3a;
  letter-spacing: 2px;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  line-height: 1.1;
  display: block;
  text-align: center;
  margin: 1em auto 1em;
}
@media (min-width: 38.75em) {
  /* line 1669, scss/style.scss */
  .block-title {
    margin-bottom: 1.5em;
  }
}

/* line 1691, scss/style.scss */
.home .block-title {
  text-align: left;
}

/* line 1697, scss/style.scss */
.block-walker {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #888888;
  margin-top: -1em;
  margin-bottom: 2em;
}
@media (min-width: 38.75em) {
  /* line 1697, scss/style.scss */
  .block-walker {
    margin-top: -1.7em;
    margin-bottom: 4em;
  }
}

/* line 1708, scss/style.scss */
.site-summary .block-walker {
  color: #fff;
  color: rgba(253, 253, 253, 0.8);
  display: block;
  margin-top: -1em;
  margin-bottom: 1em;
}
@media (min-width: 38.75em) {
  /* line 1708, scss/style.scss */
  .site-summary .block-walker {
    margin-top: -1em;
    margin-bottom: 2em;
  }
}

/* line 1731, scss/style.scss */
.box,
.module .page_item {
  -webkit-transition: background-color, border 400ms ease;
  -moz-transition: background-color, border 400ms ease;
  -o-transition: background-color, border 400ms ease;
  transition: background-color, border 400ms ease;
}

/* line 1738, scss/style.scss */
a.box.box-1 {
  content: "bacon 1 * 2 + 60 ";
  background-color: #f0f3f8;
  color: #a57082;
  -webkit-box-shadow: 0 0 0 1px #cee7de;
  -moz-box-shadow: 0 0 0 1px #cee7de;
  box-shadow: 0 0 0 1px #cee7de;
}
/* line 1750, scss/style.scss */
a.box.box-1:hover {
  color: #a57082;
  -webkit-box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  -moz-box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  background-color: #fefefe;
}

/* line 1738, scss/style.scss */
a.box.box-2 {
  content: "bacon 2 * 2 + 60 ";
  background-color: #f0f3f8;
  color: #a59370;
  -webkit-box-shadow: 0 0 0 1px #ced7e7;
  -moz-box-shadow: 0 0 0 1px #ced7e7;
  box-shadow: 0 0 0 1px #ced7e7;
}
/* line 1750, scss/style.scss */
a.box.box-2:hover {
  color: #a59370;
  -webkit-box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  -moz-box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  background-color: #fefefe;
}

/* line 1738, scss/style.scss */
a.box.box-3 {
  content: "bacon 3 * 2 + 60 ";
  background-color: #f0f3f8;
  color: #82a570;
  -webkit-box-shadow: 0 0 0 1px #decee7;
  -moz-box-shadow: 0 0 0 1px #decee7;
  box-shadow: 0 0 0 1px #decee7;
}
/* line 1750, scss/style.scss */
a.box.box-3:hover {
  color: #82a570;
  -webkit-box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  -moz-box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  background-color: #fefefe;
}

/* line 1738, scss/style.scss */
a.box.box-4 {
  content: "bacon 4 * 2 + 60 ";
  background-color: #f0f3f8;
  color: #70a593;
  -webkit-box-shadow: 0 0 0 1px #e7ced7;
  -moz-box-shadow: 0 0 0 1px #e7ced7;
  box-shadow: 0 0 0 1px #e7ced7;
}
/* line 1750, scss/style.scss */
a.box.box-4:hover {
  color: #70a593;
  -webkit-box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  -moz-box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  background-color: #fefefe;
}

/* line 1759, scss/style.scss */
.box,
.module-boxes .page_item a {
  line-height: 1.3;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 40px 20px;
  float: left;
  text-align: center;
}
@media (max-width: 38.75em) {
  /* line 1759, scss/style.scss */
  .box,
  .module-boxes .page_item a {
    width: 100%;
  }
}
/* line 1772, scss/style.scss */
.box span,
.box .box-text,
.module-boxes .page_item a span,
.module-boxes .page_item a .box-text {
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  margin-top: 0;
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

@media (min-width: 38.75em) {
  /* line 1786, scss/style.scss */
  .clients.entry-content {
    margin-bottom: 6em;
  }
}

/* line 1791, scss/style.scss */
.client-list {
  margin-bottom: 2em;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding-right: 1px;
  padding-left: 1px;
  overflow: visible;
}
@media (min-width: 38.75em) {
  /* line 1791, scss/style.scss */
  .client-list {
    letter-spacing: 2px;
  }
}
/* line 1810, scss/style.scss */
.client-list.external-links li a {
  overflow: visible;
  min-height: 4.5em;
  -webkit-transition: background-color, border 400ms ease;
  -moz-transition: background-color, border 400ms ease;
  -o-transition: background-color, border 400ms ease;
  transition: background-color, border 400ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9fbf7;
  background-color: #fdfdfd;
  border: 1px solid #dcebed;
  padding: 10px 4px 10px 8px;
  margin-bottom: .5em;
  color: #4e8f9b;
}
/* line 1829, scss/style.scss */
.client-list.external-links li a:hover {
  border: 1px solid #cee3e7;
  background-color: #fefefe;
  border-bottom: 1px solid #4e8f9b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1839, scss/style.scss */
.client-list.external-links li:nth-child(0n) a {
  color: #a2a189;
  background-color: #fcfcfb;
  background-color: #f1f0f8;
}
/* line 1848, scss/style.scss */
.client-list.external-links li:nth-child(0n) a:hover {
  color: #8b8a6d;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 0 #e6e5de;
  -moz-box-shadow: 0 1px 0 0 #e6e5de;
  box-shadow: 0 1px 0 0 #e6e5de;
}
/* line 1839, scss/style.scss */
.client-list.external-links li:nth-child(1n) a {
  color: #96a289;
  background-color: #fcfcfb;
  background-color: #f1f0f8;
}
/* line 1848, scss/style.scss */
.client-list.external-links li:nth-child(1n) a:hover {
  color: #7d8b6d;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 0 #e2e6de;
  -moz-box-shadow: 0 1px 0 0 #e2e6de;
  box-shadow: 0 1px 0 0 #e2e6de;
}
/* line 1839, scss/style.scss */
.client-list.external-links li:nth-child(2n) a {
  color: #8aa289;
  background-color: #fbfcfb;
  background-color: #f1f0f8;
}
/* line 1848, scss/style.scss */
.client-list.external-links li:nth-child(2n) a:hover {
  color: #6e8b6d;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 0 #dfe6de;
  -moz-box-shadow: 0 1px 0 0 #dfe6de;
  box-shadow: 0 1px 0 0 #dfe6de;
}
/* line 1839, scss/style.scss */
.client-list.external-links li:nth-child(3n) a {
  color: #89a295;
  background-color: #fbfcfb;
  background-color: #f1f0f8;
}
/* line 1848, scss/style.scss */
.client-list.external-links li:nth-child(3n) a:hover {
  color: #6d8b7b;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 0 #dee6e2;
  -moz-box-shadow: 0 1px 0 0 #dee6e2;
  box-shadow: 0 1px 0 0 #dee6e2;
}
/* line 1839, scss/style.scss */
.client-list.external-links li:nth-child(4n) a {
  color: #89a2a1;
  background-color: #fbfcfc;
  background-color: #f1f0f8;
}
/* line 1848, scss/style.scss */
.client-list.external-links li:nth-child(4n) a:hover {
  color: #6d8b8a;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 0 #dee6e5;
  -moz-box-shadow: 0 1px 0 0 #dee6e5;
  box-shadow: 0 1px 0 0 #dee6e5;
}
/* line 1839, scss/style.scss */
.client-list.external-links li:nth-child(5n) a {
  color: #8996a2;
  background-color: #fbfcfc;
  background-color: #f1f0f8;
}
/* line 1848, scss/style.scss */
.client-list.external-links li:nth-child(5n) a:hover {
  color: #6d7d8b;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 0 #dee2e6;
  -moz-box-shadow: 0 1px 0 0 #dee2e6;
  box-shadow: 0 1px 0 0 #dee2e6;
}
/* line 1839, scss/style.scss */
.client-list.external-links li:nth-child(6n) a {
  color: #898aa2;
  background-color: #fbfbfc;
  background-color: #f1f0f8;
}
/* line 1848, scss/style.scss */
.client-list.external-links li:nth-child(6n) a:hover {
  color: #6d6e8b;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 0 #dedfe6;
  -moz-box-shadow: 0 1px 0 0 #dedfe6;
  box-shadow: 0 1px 0 0 #dedfe6;
}

/* line 1860, scss/style.scss */
.page-item-2220 a,
.page-item-2220 span {
  color: #9370a5;
}

/* line 1865, scss/style.scss */
.page-item-2225 a,
.page-item-2225 span {
  color: #a57082;
}

/* line 1870, scss/style.scss */
.page-item-2227 a,
.page-item-2227 span {
  color: #a59370;
}

/* line 1875, scss/style.scss */
.page-item-2213 a,
.page-item-2213 span {
  color: #82a570;
}

/* line 1881, scss/style.scss */
.module .page_item a {
  color: #699b4e;
  -webkit-box-shadow: 0 0 0 1px #d7e7ce;
  -moz-box-shadow: 0 0 0 1px #d7e7ce;
  box-shadow: 0 0 0 1px #d7e7ce;
  background-color: #fdfdfd;
}
/* line 1888, scss/style.scss */
.module .page_item a:hover {
  color: #699b4e;
  -webkit-box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  -moz-box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  box-shadow: 0 1px 0 0 #699b4e, 0 0 0 1px #c9debd;
  background-color: #fefefe;
}
/* line 1892, scss/style.scss */
.module .page_item a:hover span {
  color: #699b4e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

/* line 1905, scss/style.scss */
.box-icon {
  display: none;
}

/* line 1913, scss/style.scss */
.box-icon.box-2 {
  background: url(images/originals/icon.svg) no-repeat 0 -770px;
}

/* line 1916, scss/style.scss */
.box-icon.box-3 {
  background: url(images/originals/icon.svg) no-repeat -770px 0;
}

/* line 1919, scss/style.scss */
.box-icon.box-4 {
  background: url(images/originals/icon.svg) no-repeat -770px -770px;
}

/* line 1922, scss/style.scss */
.h-norm {
  font-weight: 400;
}

/* line 1929, scss/style.scss */
.wpcf7-form {
  padding-bottom: .5em;
  margin: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1937, scss/style.scss */
.wpcf7-form p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0 0;
  clear: both;
  width: 100%;
}
/* line 52, scss/_mixins.scss */
.wpcf7-form p:before, .wpcf7-form p:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.wpcf7-form p:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.wpcf7-form p {
  *zoom: 1;
}

/* line 1953, scss/style.scss */
div.wpcf7-mail-sent-ok {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #398f14;
  background: #f1f1f1;
  color: #398f14;
  padding: 10px;
}

/* line 1960, scss/style.scss */
div.wpcf7-response-output {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #996300;
  background-color: #ffedcc;
  padding: 20px;
  margin: 0;
}

/* line 1967, scss/style.scss */
div.wpcf7-mail-sent-ng {
  color: #ab0520;
  background-color: #fdcbd3;
  border-color: #ab0520;
}

/* line 1972, scss/style.scss */
div.wpcf7-mail-sent-ok {
  color: #52793d;
  border-color: #699b4e;
  background-color: #d7e7ce;
}

/* line 1977, scss/style.scss */
span.wpcf7-not-valid-tip {
  position: relative;
  border: 0 none;
  background-color: #fdcbd3;
  padding: .5em;
  font-size: 100%;
  border: 0 none;
  top: 4px;
  left: auto;
  float: left;
  width: 70%;
}
/* line 1989, scss/style.scss */
span.wpcf7-not-valid-tip:after, span.wpcf7-not-valid-tip::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 1em;
  background-color: #fdcbd3;
  width: 14px;
  height: 14px;
  transform: scale(1) rotate(45deg);
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 2005, scss/style.scss */
textarea,
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 2014, scss/style.scss */
textarea {
  background: #fdfdfd;
  border: 0 none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: .5em;
  margin-bottom: .5em;
  height: 65px;
}
/* line 2023, scss/style.scss */
textarea:focus {
  background: #ffffe5;
  outline: none;
}
@media (min-width: 30em) {
  /* line 2014, scss/style.scss */
  textarea {
    float: right;
  }
}

@media (min-width: 30em) {
  /* line 2032, scss/style.scss */
  input[type="submit"].wpcf7-submit {
    float: left;
  }
}

/* line 2038, scss/style.scss */
label {
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #2d2d2d;
  text-shadow: 0 1px 1px rgba(253, 253, 253, 0.7);
  font-weight: 500;
  margin-bottom: .5em;
}
@media (min-width: 38.75em) {
  /* line 2038, scss/style.scss */
  label {
    padding-top: 1em;
  }
}

/* line 2056, scss/style.scss */
.wpcf7-form input,
.wpcf7-form textarea {
  padding-left: 4px;
  margin-bottom: .5em;
}
/* line 2060, scss/style.scss */
.wpcf7-form label {
  color: #7a7a7a;
  padding: 0;
}

/* line 2065, scss/style.scss */
input {
  background: #fdfdfd;
  border: 0 none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.9);
  padding: 0.5em;
  margin-bottom: .5em;
  width: 100%;
  text-shadow: 0 1px 1px #fdfdfd;
  -webkit-appearance: none;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 2076, scss/style.scss */
input:focus {
  background: #ffffe5;
  outline: none;
}

/* line 2088, scss/style.scss */
input[type="submit"] {
  color: #699b4e;
  border: 2px solid #83b369;
  border: 2px solid rgba(105, 155, 78, 0.5);
  position: relative;
  padding: 1em 1.25em;
  text-decoration: none;
  line-height: 1.3;
  display: block;
  float: none;
}
/* line 94, scss/_mixins.scss */
input[type="submit"]:hover {
  color: #75ab58;
  box-shadow: 0 0 1px rgba(45, 45, 45, 0.5);
  background-color: transparent;
  border: 2px solid #699b4e;
}
/* line 105, scss/_mixins.scss */
input[type="submit"]:visited {
  color: #699b4e;
}
/* line 108, scss/_mixins.scss */
input[type="submit"]:active {
  top: 1px;
}

/* line 2104, scss/style.scss */
.comment-edit-link {
  color: #699b4e;
  border: 2px solid #83b369;
  border: 2px solid rgba(105, 155, 78, 0.5);
  position: relative;
  padding: 1em 1.25em;
  text-decoration: none;
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin-top: .25em;
}
/* line 94, scss/_mixins.scss */
.comment-edit-link:hover {
  color: #75ab58;
  box-shadow: 0 0 1px rgba(45, 45, 45, 0.5);
  background-color: transparent;
  border: 2px solid #699b4e;
}
/* line 105, scss/_mixins.scss */
.comment-edit-link:visited {
  color: #699b4e;
}
/* line 108, scss/_mixins.scss */
.comment-edit-link:active {
  top: 1px;
}

/* line 2110, scss/style.scss */
.comment-form {
  clear: both;
}
/* line 52, scss/_mixins.scss */
.comment-form:before, .comment-form:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.comment-form:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.comment-form {
  *zoom: 1;
}

/* line 2114, scss/style.scss */
.comment-notes {
  font-size: 14px;
  font-size: 1.4rem;
  clear: both;
  margin-top: 0;
  padding: 0 0 .5em;
}

/* line 2120, scss/style.scss */
.comments-area {
  position: relative;
  clear: both;
}
/* line 52, scss/_mixins.scss */
.comments-area:before, .comments-area:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.comments-area:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.comments-area {
  *zoom: 1;
}
@media (min-width: 38.75em) {
  /* line 2120, scss/style.scss */
  .comments-area {
    margin-top: 5em;
  }
}
/* line 2127, scss/style.scss */
.comments-area p {
  margin-top: .5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2131, scss/style.scss */
.comments-area .comment-subscription-form {
  margin: 2em 0;
}
/* line 2133, scss/style.scss */
.comments-area .comment-subscription-form label {
  width: auto;
}
/* line 2136, scss/style.scss */
.comments-area .comment-subscription-form input[type="checkbox"], .comments-area .comment-subscription-form input[type="radio"] {
  margin-top: .4em;
  float: left;
  padding-left: .5em;
}
/* line 2141, scss/style.scss */
.comments-area .comment-subscription-form .subscribe-label {
  padding-left: 10px;
}
/* line 2145, scss/style.scss */
.comments-area .form-allowed-tags {
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7a7a7a;
  font-weight: 500;
  width: 70%;
  padding: 1.4em .25em 0;
  margin: 1em 0;
}
/* line 52, scss/_mixins.scss */
.comments-area .form-allowed-tags:before, .comments-area .form-allowed-tags:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.comments-area .form-allowed-tags:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.comments-area .form-allowed-tags {
  *zoom: 1;
}
/* line 2154, scss/style.scss */
.comments-area .form-allowed-tags code {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888888;
  font-weight: normal;
  border-top: 1px solid #e0e0e0;
  padding: .5em .25em;
  margin-top: .5em;
}

/* line 2168, scss/style.scss */
.comments-title {
  margin-top: 0;
  margin-bottom: 2.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 38.75em) {
  /* line 2168, scss/style.scss */
  .comments-title {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 3px;
    margin-bottom: 3em;
  }
}

/* line 52, scss/_mixins.scss */
.comment-list:before, .comment-list:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.comment-list:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.comment-list {
  *zoom: 1;
}

/* line 2183, scss/style.scss */
.comment {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  clear: left;
  margin-bottom: 3.2em;
  position: relative;
}
/* line 52, scss/_mixins.scss */
.comment:before, .comment:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.comment:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.comment {
  *zoom: 1;
}
/* line 2192, scss/style.scss */
.comment .fn {
  display: block;
  margin-top: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 2201, scss/style.scss */
.comment .fn a {
  text-decoration: none;
  color: #699b4e;
}
/* line 2206, scss/style.scss */
.comment .says {
  display: none;
}

/* line 2210, scss/style.scss */
.comment-footer {
  border-bottom: 1px solid rgba(122, 122, 122, 0.1);
  overflow: hidden;
  padding-bottom: 1em;
}

/* line 2215, scss/style.scss */
.comment-metadata {
  font-family: "ff-meta-web-pro", "Helvetica Neue", arial, helvetica, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: .5em 0;
  padding-top: 1em;
  border-top: 1px solid #e0e0e0;
  width: 100%;
}
@media (min-width: 38.75em) {
  /* line 2215, scss/style.scss */
  .comment-metadata {
    float: left;
  }
}
/* line 2228, scss/style.scss */
.comment-metadata a {
  text-decoration: none;
  color: #888888;
}

/* line 2233, scss/style.scss */
.comment-content {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 42px;
}
/* line 52, scss/_mixins.scss */
.comment-content:before, .comment-content:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.comment-content:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.comment-content {
  *zoom: 1;
}
@media (min-width: 46.25em) {
  /* line 2233, scss/style.scss */
  .comment-content {
    width: 40em;
    margin-left: 54px;
  }
}

@media (min-width: 46.25em) {
  /* line 2242, scss/style.scss */
  .comment-list {
    margin-left: -54px;
  }
}

/* line 2252, scss/style.scss */
.logged-in-as {
  position: absolute;
  top: 3em;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 2258, scss/style.scss */
.comment-reply-title {
  color: #535353;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 2263, scss/style.scss */
.comments-area .form-submit {
  margin-top: 1em;
  display: inline-block;
}

/* line 2267, scss/style.scss */
.comment-author {
  float: left;
  width: 100%;
}
/* line 52, scss/_mixins.scss */
.comment-author:before, .comment-author:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.comment-author:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.comment-author {
  *zoom: 1;
}
/* line 2271, scss/style.scss */
.comment-author img {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  /* line 2271, scss/style.scss */
  .comment-author img {
    margin-right: 22px;
  }
}

/* line 2280, scss/style.scss */
.comment-body {
  float: left;
}

/* line 2283, scss/style.scss */
.comment-meta {
  float: left;
  min-width: 25em;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}
/* line 2288, scss/style.scss */
.comment-meta .edit-link {
  margin-left: 14px;
}

/* line 2292, scss/style.scss */
.avatar {
  border-radius: 50%;
}

/* line 2299, scss/style.scss */
.c-author {
  display: block;
}

/* line 2303, scss/style.scss */
.comment-form-comment {
  margin-bottom: 0;
}
/* line 52, scss/_mixins.scss */
.comment-form-comment:before, .comment-form-comment:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.comment-form-comment:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.comment-form-comment {
  *zoom: 1;
}
/* line 2306, scss/style.scss */
.comment-form-comment textarea {
  margin-bottom: 0;
}

/* line 2313, scss/style.scss */
.comment-respond {
  clear: both;
  position: relative;
}
/* line 52, scss/_mixins.scss */
.comment-respond:before, .comment-respond:after {
  content: " ";
  display: table;
}
/* line 56, scss/_mixins.scss */
.comment-respond:after {
  clear: both;
}
/* line 60, scss/_mixins.scss */
.comment-respond {
  *zoom: 1;
}

/* Text meant only for screen readers */
/* line 2320, scss/style.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  position: absolute !important;
}

/* line 2329, scss/style.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* line 2350, scss/style.scss */
.entry-content pre,
.entry-content code,
.entry-content pre.prettyprint {
  padding: 1em;
  margin: 2em 0 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2355, scss/style.scss */
.entry-content p {
  margin: 0 0 1em;
}

/* line 2359, scss/style.scss */
.entry-content {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 38.75em) {
  /* line 2359, scss/style.scss */
  .entry-content {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* line 2367, scss/style.scss */
.single-post.entry-content {
  margin-bottom: 2em;
}
@media (min-width: 38.75em) {
  /* line 2367, scss/style.scss */
  .single-post.entry-content {
    margin-bottom: 4em;
  }
}

/* line 2374, scss/style.scss */
.intro,
.focus {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media (min-width: 38.75em) {
  /* line 2374, scss/style.scss */
  .intro,
  .focus {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

/* line 2385, scss/style.scss */
.splash.home .site-summary,
.splash.about .site-summary,
.splash.portfolio .site-summary,
.splash.contact .site-summary {
  color: #fff;
  color: rgba(253, 253, 253, 0.8);
}

/* line 2389, scss/style.scss */
span.entry-title {
  display: block;
  margin-bottom: .5em;
  margin-top: 1em;
}

/* line 2394, scss/style.scss */
.splash span.entry-title {
  color: #fff;
  color: rgba(253, 253, 253, 0.8);
}

/* line 2399, scss/style.scss */
.focus {
  display: block;
  font-family: "rooney-web", Cambria, Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 38.75em) {
  /* line 2399, scss/style.scss */
  .focus {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* line 2415, scss/style.scss */
.error-404 input[type="submit"],
.no-results input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
  float: right;
  padding: 0.6em .75em;
  margin-left: .5em;
  width: 18%;
  float: left;
}
/* line 2423, scss/style.scss */
.error-404 .search-form label,
.no-results .search-form label {
  float: left;
  padding-top: 0;
  margin-bottom: 4em;
  width: 80%;
}
/* line 2429, scss/style.scss */
.error-404 input,
.no-results input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2433, scss/style.scss */
.error-404 .widget,
.no-results .widget {
  float: left;
  margin-right: 5%;
}

/* line 2439, scss/style.scss */
.widget {
  margin-bottom: 2em;
}
/* line 2441, scss/style.scss */
.widget ul {
  list-style: none;
}

/* line 2445, scss/style.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 2452, scss/style.scss */
.wp-caption {
  max-width: 100% !important;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #7a7a7a;
  line-height: 1.2;
}
/* line 2459, scss/style.scss */
.wp-caption img {
  width: 100%;
}
/* line 2462, scss/style.scss */
.wp-caption a {
  display: block;
  padding: 4px;
  background-color: #eeeeee;
}
/* line 2466, scss/style.scss */
.wp-caption a:hover {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  box-shadow: 0 0 4px 0 rgba(45, 45, 45, 0.5);
}

/* line 2472, scss/style.scss */
.page-fill {
  min-height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/* line 2482, scss/style.scss */
.page-fill-img {
  height: 400px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 2491, scss/style.scss */
.page-fill + .site {
  margin-top: 440px;
}

/* line 2494, scss/style.scss */
img {
  margin-bottom: 1em;
}
