@charset "UTF-8";
/*
Theme Name: Tansuo
Theme URI: http://www.inkandwell.org
Author: Zach Keller
Author URI: http://www.zachkeller.net
Description: A WordPress theme built with bourbon and neat for Tansuo.
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html

Centresource WordPress Theme © 2016 Centresource
Centresource is distributed under the terms of the GNU GPL
*/
/* line 5, ../../../../../../../Users/zkeller/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Users/zkeller/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Users/zkeller/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Users/zkeller/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Users/zkeller/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Users/zkeller/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Users/zkeller/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Users/zkeller/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Users/zkeller/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, sass/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, sass/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* PARTIALS */
/* Body Text Styles */
/* line 30, sass/_partials/_variables.scss */
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

/* line 1, sass/_partials/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  letter-spacing: .04em;
}

/* line 8, sass/_partials/_typography.scss */
p,
a {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  line-height: 1.75em;
  letter-spacing: .04em;
}

/* line 16, sass/_partials/_typography.scss */
h1 {
  font-size: 3.5em;
}

/* line 20, sass/_partials/_typography.scss */
h2 {
  font-size: 2em;
  letter-spacing: .04em;
}

/* line 25, sass/_partials/_typography.scss */
h3 {
  font-size: 2.5em;
}

/* line 29, sass/_partials/_typography.scss */
h4 {
  font-size: .85em;
}

/* line 34, sass/_partials/_typography.scss */
label {
  font-family: 'Raleway', sans-serif;
  letter-spacing: .08em;
}

/* line 1, sass/_partials/_footer.scss */
footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/splash/hdr-bg.jpg);
  background-size: cover;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
footer::after {
  clear: both;
  content: "";
  display: table;
}
/* line 6, sass/_partials/_footer.scss */
footer img {
  display: block;
  margin: 0 auto;
  padding-top: 2em;
  width: 225px;
}
/* line 13, sass/_partials/_footer.scss */
footer .social-row {
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
footer .social-row::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 57.4375em) {
  /* line 13, sass/_partials/_footer.scss */
  footer .social-row {
    padding-top: 2em;
  }
}
/* line 20, sass/_partials/_footer.scss */
footer .social-row .icons {
  float: left;
  display: block;
  margin-right: 3.22581%;
  width: 100%;
}
/* line 89, sass/neat/grid/_span-columns.scss */
footer .social-row .icons:last-child {
  margin-right: 0;
}
/* line 24, sass/_partials/_footer.scss */
footer .social-row .icons ul {
  list-style-type: none;
  text-align: center;
}
/* line 28, sass/_partials/_footer.scss */
footer .social-row .icons ul li {
  display: inline-block;
}
/* line 31, sass/_partials/_footer.scss */
footer .social-row .icons ul li .instagram {
  width: 2em;
}
/* line 35, sass/_partials/_footer.scss */
footer .social-row .icons ul li .facebook {
  width: 1em;
  margin: 0 1em 0 1.25em;
}
/* line 40, sass/_partials/_footer.scss */
footer .social-row .icons ul li .twitter {
  width: 2.25em;
}
/* line 48, sass/_partials/_footer.scss */
footer p {
  color: #ffffff;
  font-size: .85em;
  padding-top: 1em;
  text-align: center;
}
/* line 55, sass/_partials/_footer.scss */
footer a {
  color: #ffffff;
  display: block;
  font-size: .85em;
  text-align: center;
}
/* line 62, sass/_partials/_footer.scss */
footer .mailto {
  margin-bottom: 13em;
}

/* line 1, sass/_pages/_splash-template.scss */
header {
  display: none;
}

/* line 7, sass/_pages/_splash-template.scss */
.splash-template .hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/splash/hdr-bg.jpg);
  background-size: cover;
  border-bottom: 10px solid #222424;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.splash-template .hero::after {
  clear: both;
  content: "";
  display: table;
}
/* line 13, sass/_pages/_splash-template.scss */
.splash-template .hero img {
  display: block;
  margin: 0 auto;
  padding-top: 5em;
  width: 300px;
}
/* line 20, sass/_pages/_splash-template.scss */
.splash-template .hero h3 {
  background-color: rgba(12, 43, 53, 0.5);
  color: #ffffff;
  font-size: 1.75em;
  margin-top: 2em;
  padding: 2em;
  text-align: center;
}
/* line 30, sass/_pages/_splash-template.scss */
.splash-template .about {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/splash/about-bg.jpg);
  background-size: cover;
  border-bottom: 10px solid #222424;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.splash-template .about::after {
  clear: both;
  content: "";
  display: table;
}
/* line 36, sass/_pages/_splash-template.scss */
.splash-template .about .wrapper {
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.splash-template .about .wrapper::after {
  clear: both;
  content: "";
  display: table;
}
/* line 39, sass/_pages/_splash-template.scss */
.splash-template .about .wrapper .section-callout {
  float: left;
  display: block;
  margin-right: 3.22581%;
  width: 48.3871%;
}
/* line 89, sass/neat/grid/_span-columns.scss */
.splash-template .about .wrapper .section-callout:last-child {
  margin-right: 0;
}
@media screen and (max-width: 57.4375em) {
  /* line 39, sass/_pages/_splash-template.scss */
  .splash-template .about .wrapper .section-callout {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .splash-template .about .wrapper .section-callout:last-child {
    margin-right: 0;
  }
}
/* line 46, sass/_pages/_splash-template.scss */
.splash-template .about .wrapper .section-callout .callout-container {
  background-image: url(images/splash/circle-grunge-1.svg);
  background-repeat: no-repeat;
  display: block;
  height: 200px;
  margin-left: 10em;
  margin-top: 10.5em;
  width: 400px;
}
@media screen and (max-width: 57.4375em) {
  /* line 46, sass/_pages/_splash-template.scss */
  .splash-template .about .wrapper .section-callout .callout-container {
    background-position: center;
    margin: 0 auto;
    margin-top: 5em;
    width: auto;
  }
}
/* line 62, sass/_pages/_splash-template.scss */
.splash-template .about .wrapper .section-callout .callout-container h2 {
  color: #a99571;
  margin-left: 2em;
  padding-top: 2em;
  text-align: left;
}
@media screen and (max-width: 57.4375em) {
  /* line 62, sass/_pages/_splash-template.scss */
  .splash-template .about .wrapper .section-callout .callout-container h2 {
    text-align: center;
    margin: 0 auto;
  }
}
/* line 74, sass/_pages/_splash-template.scss */
.splash-template .about .wrapper .section-callout .callout-container .bottom-line {
  border-bottom: 2px solid #ffffff;
  margin-left: 4.5em;
  margin-top: 1.5em;
  width: 80px;
}
@media screen and (max-width: 57.4375em) {
  /* line 74, sass/_pages/_splash-template.scss */
  .splash-template .about .wrapper .section-callout .callout-container .bottom-line {
    margin: 0 auto;
    margin-top: 1.5em;
  }
}
/* line 88, sass/_pages/_splash-template.scss */
.splash-template .about .wrapper .section-copy {
  float: left;
  display: block;
  margin-right: 3.22581%;
  width: 48.3871%;
  padding: 3em;
}
/* line 89, sass/neat/grid/_span-columns.scss */
.splash-template .about .wrapper .section-copy:last-child {
  margin-right: 0;
}
@media screen and (max-width: 57.4375em) {
  /* line 88, sass/_pages/_splash-template.scss */
  .splash-template .about .wrapper .section-copy {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
    padding: 3em 1em;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .splash-template .about .wrapper .section-copy:last-child {
    margin-right: 0;
  }
}
/* line 98, sass/_pages/_splash-template.scss */
.splash-template .about .wrapper .section-copy p {
  color: #ffffff;
  margin-bottom: 1em;
}
/* line 106, sass/_pages/_splash-template.scss */
.splash-template .chef {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/splash/chef-img.jpg);
  background-size: cover;
  border-bottom: 10px solid #222424;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.splash-template .chef::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 57.4375em) {
  /* line 106, sass/_pages/_splash-template.scss */
  .splash-template .chef {
    background-color: #083848;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/* line 118, sass/_pages/_splash-template.scss */
.splash-template .chef .wrapper {
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.splash-template .chef .wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 57.4375em) {
  /* line 118, sass/_pages/_splash-template.scss */
  .splash-template .chef .wrapper {
    margin: 0 1em;
  }
}
@media screen and (min-width: 57.5em) {
  /* line 124, sass/_pages/_splash-template.scss */
  .splash-template .chef .wrapper .bio-card {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 56.98925%;
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 4em 1em 4em 1em;
    padding-bottom: 2em;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .splash-template .chef .wrapper .bio-card:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 57.4375em) {
  /* line 124, sass/_pages/_splash-template.scss */
  .splash-template .chef .wrapper .bio-card {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3em;
    margin-top: 25em;
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding-bottom: 2em;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .splash-template .chef .wrapper .bio-card:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 44.9375em) {
  /* line 124, sass/_pages/_splash-template.scss */
  .splash-template .chef .wrapper .bio-card {
    margin-top: 15em;
  }
}
/* line 151, sass/_pages/_splash-template.scss */
.splash-template .chef .wrapper .bio-card .title-row {
  padding: 2em;
}
@media screen and (max-width: 44.9375em) {
  /* line 151, sass/_pages/_splash-template.scss */
  .splash-template .chef .wrapper .bio-card .title-row {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 44.9375em) {
  /* line 158, sass/_pages/_splash-template.scss */
  .splash-template .chef .wrapper .bio-card .title-row h3 {
    font-size: 2.25em;
  }
}
/* line 164, sass/_pages/_splash-template.scss */
.splash-template .chef .wrapper .bio-card .title-row h4 {
  padding-top: .5em;
}
/* line 168, sass/_pages/_splash-template.scss */
.splash-template .chef .wrapper .bio-card .title-row .bottom-line {
  border-bottom: 2px solid #a99571;
  display: block;
  margin-top: .5em;
  width: 80px;
  height: 10px;
  float: left;
}
/* line 178, sass/_pages/_splash-template.scss */
.splash-template .chef .wrapper .bio-card .paragraph-row {
  padding: 0 2em 2em 2em;
}
@media screen and (max-width: 44.9375em) {
  /* line 178, sass/_pages/_splash-template.scss */
  .splash-template .chef .wrapper .bio-card .paragraph-row {
    padding: 0 1em 2em 1em;
  }
}
/* line 185, sass/_pages/_splash-template.scss */
.splash-template .chef .wrapper .bio-card .paragraph-row p {
  padding-top: 1em;
}
/* line 193, sass/_pages/_splash-template.scss */
.splash-template .contact {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/splash/contact-bg.jpg);
  background-size: cover;
  border-bottom: 10px solid #222424;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.splash-template .contact::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 57.4375em) {
  /* line 193, sass/_pages/_splash-template.scss */
  .splash-template .contact {
    background-size: contain;
  }
}
/* line 203, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper {
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.splash-template .contact .wrapper::after {
  clear: both;
  content: "";
  display: table;
}
/* line 206, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .section-callout {
  float: left;
  display: block;
  margin-right: 3.22581%;
  width: 48.3871%;
}
/* line 89, sass/neat/grid/_span-columns.scss */
.splash-template .contact .wrapper .section-callout:last-child {
  margin-right: 0;
}
@media screen and (max-width: 57.4375em) {
  /* line 206, sass/_pages/_splash-template.scss */
  .splash-template .contact .wrapper .section-callout {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .splash-template .contact .wrapper .section-callout:last-child {
    margin-right: 0;
  }
}
/* line 213, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .section-callout .callout-container {
  background-image: url(images/splash/circle-grunge-2.svg);
  background-repeat: no-repeat;
  display: block;
  height: 200px;
  margin-left: 10em;
  margin-top: 13em;
  width: 400px;
}
@media screen and (max-width: 57.4375em) {
  /* line 213, sass/_pages/_splash-template.scss */
  .splash-template .contact .wrapper .section-callout .callout-container {
    background-position: center;
    margin: 0 auto;
    margin-top: 5em;
    width: auto;
  }
}
/* line 229, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .section-callout .callout-container h2 {
  color: #a99571;
  margin-left: 2em;
  padding-top: 2em;
  text-align: left;
}
@media screen and (max-width: 57.4375em) {
  /* line 229, sass/_pages/_splash-template.scss */
  .splash-template .contact .wrapper .section-callout .callout-container h2 {
    text-align: center;
    margin: 0 auto;
  }
}
/* line 241, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .section-callout .callout-container .bottom-line {
  border-bottom: 2px solid #ffffff;
  margin-left: 4.5em;
  margin-top: 1.5em;
  width: 80px;
}
@media screen and (max-width: 57.4375em) {
  /* line 241, sass/_pages/_splash-template.scss */
  .splash-template .contact .wrapper .section-callout .callout-container .bottom-line {
    margin: 0 auto;
    margin-top: 1.5em;
  }
}
/* line 255, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form {
  float: left;
  display: block;
  margin-right: 3.22581%;
  width: 48.3871%;
  margin-top: 3em;
  padding: 0 3em;
}
/* line 89, sass/neat/grid/_span-columns.scss */
.splash-template .contact .wrapper .form:last-child {
  margin-right: 0;
}
@media screen and (max-width: 57.4375em) {
  /* line 255, sass/_pages/_splash-template.scss */
  .splash-template .contact .wrapper .form {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }
  /* line 89, sass/neat/grid/_span-columns.scss */
  .splash-template .contact .wrapper .form:last-child {
    margin-right: 0;
  }
}
/* line 264, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form p {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1.25em;
  width: 85%;
}
@media screen and (max-width: 57.4375em) {
  /* line 264, sass/_pages/_splash-template.scss */
  .splash-template .contact .wrapper .form p {
    display: block;
    margin: 0 auto;
    margin-bottom: 2em;
    text-align: center;
    width: 70%;
  }
}
@media screen and (max-width: 44.9375em) {
  /* line 264, sass/_pages/_splash-template.scss */
  .splash-template .contact .wrapper .form p {
    font-size: 1.25em;
    width: 100%;
  }
}
/* line 285, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form #mc_embed_signup {
  padding: 0;
}
/* line 288, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form #mc_embed_signup .indicates-required {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  padding-bottom: 2em;
}
/* line 296, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form #mc_embed_signup .asterisk {
  color: #a99571;
}
/* line 300, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form #mc_embed_signup label {
  color: #ffffff;
}
/* line 304, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form #mc_embed_signup input {
  font-size: 1em;
  font-weight: 100;
  color: #ffffff;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ffffff;
  display: block;
  margin-bottom: 3em;
  width: 100%;
}
@media screen and (max-width: 57.4375em) {
  /* line 304, sass/_pages/_splash-template.scss */
  .splash-template .contact .wrapper .form #mc_embed_signup input {
    text-align: center;
  }
}
/* line 322, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form #mc_embed_signup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  font-weight: 100;
}
/* line 327, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form #mc_embed_signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-weight: 100;
}
/* line 332, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form #mc_embed_signup :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  font-weight: 100;
}
/* line 337, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form #mc_embed_signup :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-weight: 100;
}
/* line 342, sass/_pages/_splash-template.scss */
.splash-template .contact .wrapper .form #mc_embed_signup input[type=submit] {
  background-color: #a99571;
  border: 0;
  border-radius: 3px;
  display: block;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 100;
  height: 3em;
  padding: 0;
  width: 8em;
  margin-bottom: 6em;
}
/* line 14, sass/_partials/_buttons.scss */
.splash-template .contact .wrapper .form #mc_embed_signup input[type=submit]:hover, .splash-template .contact .wrapper .form #mc_embed_signup input[type=submit]:focus {
  background-color: #857558;
}
@media screen and (max-width: 57.4375em) {
  /* line 342, sass/_pages/_splash-template.scss */
  .splash-template .contact .wrapper .form #mc_embed_signup input[type=submit] {
    margin: 0 auto;
    margin-bottom: 6em;
  }
}