@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Chivo:400italic,900italic);
/* line 6, ../../sass/src/_reset.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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../../sass/src/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../../sass/src/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../../sass/src/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../../sass/src/_reset.scss */
blockquote, q {
  quotes: none;
}
/* line 39, ../../sass/src/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../../sass/src/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../../sass/src/_layout.scss */
body {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #333333;
}
/* line 7, ../../sass/src/_layout.scss */
body #stage {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0px 0% 0px 0%;
  z-index: 0;
  overflow: hidden;
  background-color: #333333;
}
/* line 19, ../../sass/src/_layout.scss */
body #stage #page {
  background-color: white;
  clear: both;
  position: relative;
  width: 100%;
  margin: 0;
  background-color: #fff;
  z-index: 1;
  padding: 0 0 0 0;
}
/* line 29, ../../sass/src/_layout.scss */
body #stage #page #content {
  width: 100%;
  overflow: hidden;
  padding: 0 0;
}

/* line 39, ../../sass/src/_layout.scss */
.block {
  padding: 40px 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
/* line 39, ../../sass/src/_mixins.scss */
.block:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
/* line 48, ../../sass/src/_layout.scss */
.block.form {
  width: 90%;
  padding: 40px 5%;
  max-width: 690px;
}
/* line 54, ../../sass/src/_layout.scss */
.block.tinted {
  background-color: #eff0f4;
}
/* line 58, ../../sass/src/_layout.scss */
.block.nopadding {
  padding: 0px 0;
}

/* line 63, ../../sass/src/_layout.scss */
.contain {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5% 0 5%;
}
/* line 70, ../../sass/src/_layout.scss */
.contain.article {
  max-width: 690px;
}

/* line 75, ../../sass/src/_layout.scss */
.row {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  overflow: hidden;
}
@media (max-width: 768px) {
  /* line 75, ../../sass/src/_layout.scss */
  .row {
    flex-direction: column;
  }
}
/* line 88, ../../sass/src/_layout.scss */
.row.valign {
  align-items: center;
}
/* line 92, ../../sass/src/_layout.scss */
.row .double {
  display: block;
  width: 46.6666667%;
}
@media (max-width: 768px) {
  /* line 92, ../../sass/src/_layout.scss */
  .row .double {
    width: 100%;
  }
  /* line 98, ../../sass/src/_layout.scss */
  .row .double:first-child {
    margin: 0 0 20px 0;
  }
}

/* line 105, ../../sass/src/_layout.scss */
.spaceBottom {
  margin-bottom: 40px;
}

/* line 109, ../../sass/src/_layout.scss */
.borderBottom {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #999999;
}

@media (max-width: 500px) {
  /* line 115, ../../sass/src/_layout.scss */
  .mobileHide {
    display: none;
  }
}

/* line 122, ../../sass/src/_layout.scss */
#holiday h1 {
  text-align: center;
}
/* line 125, ../../sass/src/_layout.scss */
#holiday p {
  text-align: center;
}
/* line 129, ../../sass/src/_layout.scss */
#holiday #tree {
  display: block;
  margin: 0 auto 25px;
  max-width: 360px;
  width: 100%;
}

/* line 1, ../../sass/src/_typography.scss */
body {
  font-family: "Work Sans", sans-serif;
  color: #333333;
}

/* line 6, ../../sass/src/_typography.scss */
.japanese {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* line 10, ../../sass/src/_typography.scss */
a, a:link, a:visited {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-decoration: none;
  color: #333333;
  font-weight: 400;
}
/* line 16, ../../sass/src/_typography.scss */
a.red, a:link.red, a:visited.red {
  color: #de0000;
}
/* line 20, ../../sass/src/_typography.scss */
a.button, a:link.button, a:visited.button {
  color: white;
}

/* line 25, ../../sass/src/_typography.scss */
p, li, blockquote {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-family: "Work Sans", sans-serif;
  line-height: 1.6rem;
  margin: 0 0 1rem 0;
  font-size: 1rem;
}
/* line 32, ../../sass/src/_typography.scss */
p a, p a:link, p a:visited, li a, li a:link, li a:visited, blockquote a, blockquote a:link, blockquote a:visited {
  font-weight: 700;
}
/* line 36, ../../sass/src/_typography.scss */
p.ajaxResult, li.ajaxResult, blockquote.ajaxResult {
  color: #4d9c00;
  margin: 0 0 0 0;
  font-size: 1rem;
  font-weight: 700;
}
/* line 42, ../../sass/src/_typography.scss */
p.ajaxResult.error, li.ajaxResult.error, blockquote.ajaxResult.error {
  color: #de0000;
}

/* line 50, ../../sass/src/_typography.scss */
.body p a, .body p a:link, .body p a:visited, .body li a, .body li a:link, .body li a:visited {
  color: #333333;
  border-bottom: 4px solid #FFFF66;
  border-top: 3px solid #FFFF66;
  border-left: 2px solid #FFFF66;
  border-right: 2px solid #FFFF66;
  background-color: #FFFF66;
  font-weight: 400;
}
/* line 52, ../../sass/src/_typography.scss */
.body p a.editableText, .body p a:link.editableText, .body p a:visited.editableText, .body li a.editableText, .body li a:link.editableText, .body li a:visited.editableText {
  display: none;
}
/* line 61, ../../sass/src/_typography.scss */
.body li {
  margin: 0 0 1rem 2rem;
  list-style: disc;
}
/* line 66, ../../sass/src/_typography.scss */
.body ul, .body ol {
  margin: 0 0 1.5rem 0;
}

/* line 71, ../../sass/src/_typography.scss */
blockquote {
  font-style: italic;
  padding-left: 20px;
  border-left: 3px solid #e6e6e6;
}
/* line 76, ../../sass/src/_typography.scss */
blockquote p, blockquote li {
  font-style: italic;
}

/* line 83, ../../sass/src/_typography.scss */
.double p:last-child {
  margin-bottom: 0;
}

/* line 89, ../../sass/src/_typography.scss */
.meta a {
  font-weight: 700;
}

/* line 96, ../../sass/src/_typography.scss */
#footer p a, #footer p a:link, #footer p a:visited, #footer li a, #footer li a:link, #footer li a:visited {
  color: white;
}

/* line 102, ../../sass/src/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-family: "Bitter", serif;
}
/* line 106, ../../sass/src/_typography.scss */
h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited, h5 a, h5 a:link, h5 a:visited, h6 a, h6 a:link, h6 a:visited {
  color: #333333;
}
/* line 109, ../../sass/src/_typography.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #de0000;
}

/* line 113, ../../sass/src/_typography.scss */
em {
  font-family: "Chivo", sans-serif;
}

/* line 116, ../../sass/src/_typography.scss */
strong {
  font-weight: 700;
}

/* line 120, ../../sass/src/_typography.scss */
h1, h2 {
  font-size: 1.95rem;
  line-height: 2.7rem;
}
/* line 124, ../../sass/src/_typography.scss */
h1.large, h2.large {
  width: 100%;
  display: block;
  clear: both;
  border-top: 4px solid #333333;
  border-bottom: 1px solid #999999;
  padding: 25px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0 0;
}
/* line 138, ../../sass/src/_typography.scss */
h1.large.form, h2.large.form {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 500px) {
  /* line 124, ../../sass/src/_typography.scss */
  h1.large, h2.large {
    line-height: 1.8rem;
  }
}
/* line 148, ../../sass/src/_typography.scss */
h1.medium, h2.medium {
  width: 100%;
  display: block;
  clear: both;
  border-top: 4px solid #333333;
  border-bottom: 1px solid #999999;
  padding: 12px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
/* line 161, ../../sass/src/_typography.scss */
h1.medium.form, h2.medium.form {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 500px) {
  /* line 120, ../../sass/src/_typography.scss */
  h1, h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

/* line 173, ../../sass/src/_typography.scss */
h1 {
  margin: 0 0 1.5rem 0;
}
/* line 176, ../../sass/src/_typography.scss */
h1 .small {
  font-size: 1.3rem;
}

/* line 181, ../../sass/src/_typography.scss */
h2 {
  margin: 2rem 0 1.5rem 0;
}
/* line 184, ../../sass/src/_typography.scss */
h2:first-child {
  margin-top: 0;
}
/* line 188, ../../sass/src/_typography.scss */
h2 .small {
  font-size: 1.1rem;
}

/* line 193, ../../sass/src/_typography.scss */
h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 3rem 0 0.8rem 0;
}
/* line 197, ../../sass/src/_typography.scss */
h3:first-child {
  margin-top: 0;
}

/* line 201, ../../sass/src/_typography.scss */
.red {
  color: #de0000;
}

/* line 204, ../../sass/src/_typography.scss */
.payment-errors {
  color: #de0000;
}

/* line 207, ../../sass/src/_typography.scss */
.big {
  font-size: 1.5rem;
  font-weight: 700;
}

/* line 211, ../../sass/src/_typography.scss */
.small {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
}

/* line 215, ../../sass/src/_typography.scss */
dl {
  display: block;
  overflow: hidden;
  margin: 0 0 30px 0;
}
/* line 219, ../../sass/src/_typography.scss */
dl dt, dl dd {
  display: block;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  line-height: 1.8rem;
}
/* line 225, ../../sass/src/_typography.scss */
dl dt {
  float: left;
  clear: both;
  text-align: right;
  width: 34%;
  font-size: 1rem;
}
/* line 232, ../../sass/src/_typography.scss */
dl dd {
  float: right;
  font-weight: 700;
  width: 64%;
  font-size: 1.4rem;
}
/* line 238, ../../sass/src/_typography.scss */
dl dd p {
  font-size: 1.1rem;
  font-weight: 400;
}

@media (max-width: 500px) {
  /* line 247, ../../sass/src/_typography.scss */
  dl dt, dl dd {
    display: block;
    width: 100%;
  }
  /* line 251, ../../sass/src/_typography.scss */
  dl dt {
    color: #bbbbbb;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 0 solid white;
  }
  /* line 260, ../../sass/src/_typography.scss */
  dl dd {
    border-top: 0 solid white;
    border-bottom: 0 solid white;
    padding-top: 0;
  }
}
/* line 270, ../../sass/src/_typography.scss */
table {
  width: 100%;
  margin: 0 0 1.6rem 0;
}
/* line 276, ../../sass/src/_typography.scss */
table thead {
  border-bottom: 1px solid #e6e6e6;
}
/* line 281, ../../sass/src/_typography.scss */
table tr.ui-sortable-helper {
  background-color: #fff;
}
/* line 286, ../../sass/src/_typography.scss */
table tr:hover.clickable td, table tr:hover.clickable th {
  background-color: #FFFF66;
}
/* line 291, ../../sass/src/_typography.scss */
table tr.dimmed {
  opacity: 0.25;
}
/* line 296, ../../sass/src/_typography.scss */
table td, table th {
  padding: 10px 15px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  line-height: 1.2rem;
  vertical-align: top;
}
/* line 311, ../../sass/src/_typography.scss */
table td label, table th label {
  display: none;
}
/* line 315, ../../sass/src/_typography.scss */
table td a, table td a:link, table td a:visited, table td a:active, table th a, table th a:link, table th a:visited, table th a:active {
  color: #de0000;
  box-shadow: none;
}
/* line 318, ../../sass/src/_typography.scss */
table td a i, table td a:link i, table td a:visited i, table td a:active i, table th a i, table th a:link i, table th a:visited i, table th a:active i {
  box-shadow: none;
}
/* line 323, ../../sass/src/_typography.scss */
table td img, table th img {
  display: block;
  width: 100%;
}
/* line 328, ../../sass/src/_typography.scss */
table td p:last-of-type, table th p:last-of-type {
  margin-bottom: 0;
}
/* line 333, ../../sass/src/_typography.scss */
table td.thumb img, table th.thumb img {
  max-height: 75px;
}
/* line 338, ../../sass/src/_typography.scss */
table td.number, table th.number {
  text-align: right;
}
/* line 342, ../../sass/src/_typography.scss */
table td.code, table th.code {
  text-align: center;
}
/* line 346, ../../sass/src/_typography.scss */
table td.date, table th.date {
  text-align: center;
  width: 90px;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
}
/* line 353, ../../sass/src/_typography.scss */
table td.datetime, table th.datetime {
  text-align: center;
  width: 160px;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
}
/* line 360, ../../sass/src/_typography.scss */
table td.actions, table th.actions {
  min-width: 100px;
  width: 100px;
  text-align: center;
}
/* line 365, ../../sass/src/_typography.scss */
table td.actions a i, table th.actions a i {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
/* line 372, ../../sass/src/_typography.scss */
table td.sortHandle, table th.sortHandle {
  text-align: center;
  cursor: pointer;
}
/* line 378, ../../sass/src/_typography.scss */
table td.breakLongWords p, table th.breakLongWords p {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP printers */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
  word-break: break-all;
}
/* line 393, ../../sass/src/_typography.scss */
table td:nth-child(odd):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e6e6e6;
  width: 1px;
  height: 10px;
}
/* line 404, ../../sass/src/_typography.scss */
table td:nth-child(even):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e6e6e6;
  width: 1px;
  height: 10px;
}
/* line 416, ../../sass/src/_typography.scss */
table th {
  text-transform: uppercase;
  font-size: 0.8rem;
}

/* line 424, ../../sass/src/_typography.scss */
table.vertical-table th {
  width: 25%;
  text-align: right;
  font-style: normal;
  color: #bbbbbb;
}
/* line 432, ../../sass/src/_typography.scss */
table.vertical-table tr td {
  text-align: left;
}

/* line 445, ../../sass/src/_typography.scss */
span.url {
  display: inline-block;
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0;
  vertical-align: top;
}

@media (max-width: 768px) {
  /* line 457, ../../sass/src/_typography.scss */
  table thead {
    display: none;
  }
  /* line 461, ../../sass/src/_typography.scss */
  table th {
    display: none;
  }
  /* line 465, ../../sass/src/_typography.scss */
  table tbody {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    border-top: 3px solid #999999;
  }
  /* line 471, ../../sass/src/_typography.scss */
  table tbody tr {
    display: block;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
  }
  /* line 479, ../../sass/src/_typography.scss */
  table tbody td {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    padding: 6px 0;
    border: 0;
    overflow: hidden;
  }
  /* line 488, ../../sass/src/_typography.scss */
  table tbody td label {
    display: block;
    float: left;
    width: 28%;
    padding-left: 2%;
    color: #bbbbbb;
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  /* line 500, ../../sass/src/_typography.scss */
  table tbody td span {
    display: block;
    float: right;
    width: 67%;
    padding-right: 1%;
  }
  /* line 507, ../../sass/src/_typography.scss */
  table tbody td.number {
    text-align: left;
  }
  /* line 511, ../../sass/src/_typography.scss */
  table tbody td.number, table tbody td.code, table tbody td.date, table tbody td.datetime, table tbody td.text {
    text-align: left;
  }
  /* line 515, ../../sass/src/_typography.scss */
  table tbody td.actions {
    min-width: auto;
    width: auto;
    text-align: center;
  }
  /* line 520, ../../sass/src/_typography.scss */
  table tbody td.actions i {
    text-align: center;
    margin: 0 20px;
    display: inline;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  /* line 528, ../../sass/src/_typography.scss */
  table tbody td.actions.wide {
    width: 100%;
  }
  /* line 533, ../../sass/src/_typography.scss */
  table tbody td:first-of-type {
    padding-top: 20px;
  }
  /* line 537, ../../sass/src/_typography.scss */
  table tbody td:last-of-type {
    padding-bottom: 17px;
  }
  /* line 542, ../../sass/src/_typography.scss */
  table tbody td:nth-child(odd):before {
    display: none;
  }
  /* line 548, ../../sass/src/_typography.scss */
  table tbody td:nth-child(even):before {
    display: none;
  }
  /* line 556, ../../sass/src/_typography.scss */
  table.vertical-table tbody {
    padding: 10px 0 0 0;
  }
  /* line 560, ../../sass/src/_typography.scss */
  table.vertical-table tr {
    display: block;
    position: relative;
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
    overflow: hidden;
  }
  /* line 567, ../../sass/src/_typography.scss */
  table.vertical-table tr th {
    float: left;
    width: 30%;
    text-align: left;
    border: 0;
    padding: 10px 0;
    margin: 0 0 0 0;
    display: block;
    color: #bbbbbb;
    font-style: normal;
  }
  /* line 580, ../../sass/src/_typography.scss */
  table.vertical-table tr td {
    float: right;
    width: 68%;
    text-align: left;
    padding: 10px 0;
  }
}
/* line 1, ../../sass/src/_header.scss */
#fixedHeader {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
}
/* line 7, ../../sass/src/_header.scss */
#fixedHeader .logoArea {
  display: block;
  margin: 0 0 0 0;
  position: relative;
}
/* line 12, ../../sass/src/_header.scss */
#fixedHeader .logoArea a {
  display: block;
  cursor: pointer;
  position: absolute;
  max-width: 296px;
  top: 60px;
}
/* line 19, ../../sass/src/_header.scss */
#fixedHeader .logoArea a img {
  display: block;
  width: 100%;
}
/* line 26, ../../sass/src/_header.scss */
#fixedHeader .proofreader {
  display: block;
  padding: 0 0 0 0;
  width: 180px;
  height: 240px;
  overflow: hidden;
  position: absolute;
  left: 32%;
  bottom: 0;
}
/* line 37, ../../sass/src/_header.scss */
#fixedHeader .proofreader .crop {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
/* line 43, ../../sass/src/_header.scss */
#fixedHeader .proofreader .crop img {
  display: block;
  width: 100%;
}
/* line 46, ../../sass/src/_header.scss */
#fixedHeader .proofreader .crop img.frame2 {
  display: none;
}
/* line 53, ../../sass/src/_header.scss */
#fixedHeader .blurbGroup {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46.6666667%;
  height: 150px;
  top: 65px;
  right: 0;
}
/* line 65, ../../sass/src/_header.scss */
#fixedHeader .blurbGroup .gutter {
  display: block;
  background-size: 33px 128px;
  background-repeat: no-repeat;
  height: 150px;
  width: 10%;
}
/* line 72, ../../sass/src/_header.scss */
#fixedHeader .blurbGroup .gutter.left {
  background-image: url("/img/bracket-left.png");
  background-position: left;
}
/* line 76, ../../sass/src/_header.scss */
#fixedHeader .blurbGroup .gutter.right {
  background-image: url("/img/bracket-right.png");
  background-position: right;
}
/* line 82, ../../sass/src/_header.scss */
#fixedHeader .blurbGroup .piteBlurb {
  width: 80%;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* line 88, ../../sass/src/_header.scss */
#fixedHeader .blurbGroup .piteBlurb p {
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin: 0 0 0 0;
  text-align: center;
}
/* line 94, ../../sass/src/_header.scss */
#fixedHeader .blurbGroup .piteBlurb p.tagline {
  font-family: "Work Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 107, ../../sass/src/_header.scss */
#mobileHeader {
  height: 240px;
  border-bottom: 1px solid #999999;
}
/* line 111, ../../sass/src/_header.scss */
#mobileHeader .relative {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
}
/* line 117, ../../sass/src/_header.scss */
#mobileHeader .relative .logoArea {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
}
/* line 123, ../../sass/src/_header.scss */
#mobileHeader .relative .logoArea a img {
  display: block;
  width: 227px;
}
@media screen and (max-width: 500px) {
  /* line 123, ../../sass/src/_header.scss */
  #mobileHeader .relative .logoArea a img {
    width: 200px;
  }
}
/* line 133, ../../sass/src/_header.scss */
#mobileHeader .relative .proofreader {
  position: absolute;
  left: 70%;
  bottom: 0;
  width: 180px;
  height: 240px;
}
/* line 141, ../../sass/src/_header.scss */
#mobileHeader .relative .proofreader .crop img {
  width: 100%;
}
/* line 147, ../../sass/src/_header.scss */
#mobileHeader .relative .spacing {
  display: none;
}
/* line 151, ../../sass/src/_header.scss */
#mobileHeader .relative .blurbGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  position: absolute;
  left: 0;
  top: 140px;
}
@media screen and (max-width: 500px) {
  /* line 151, ../../sass/src/_header.scss */
  #mobileHeader .relative .blurbGroup {
    top: 120px;
  }
}
/* line 165, ../../sass/src/_header.scss */
#mobileHeader .relative .blurbGroup .gutter {
  display: block;
  background-size: 18px 70px;
  background-repeat: no-repeat;
  height: 70px;
  float: left;
}
/* line 172, ../../sass/src/_header.scss */
#mobileHeader .relative .blurbGroup .gutter.left {
  display: none;
}
/* line 178, ../../sass/src/_header.scss */
#mobileHeader .relative .blurbGroup .gutter.right {
  width: 7%;
  background-image: url("/img/bracket-right.png");
  background-position: right;
}
@media screen and (max-width: 500px) {
  /* line 178, ../../sass/src/_header.scss */
  #mobileHeader .relative .blurbGroup .gutter.right {
    display: none;
  }
}
/* line 189, ../../sass/src/_header.scss */
#mobileHeader .relative .blurbGroup .piteBlurb {
  width: 93%;
  float: left;
}
@media screen and (max-width: 500px) {
  /* line 189, ../../sass/src/_header.scss */
  #mobileHeader .relative .blurbGroup .piteBlurb {
    width: 100%;
  }
}
/* line 195, ../../sass/src/_header.scss */
#mobileHeader .relative .blurbGroup .piteBlurb p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin: 0 0 0 0;
}
/* line 200, ../../sass/src/_header.scss */
#mobileHeader .relative .blurbGroup .piteBlurb p.tagline {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 1000px) {
  /* line 200, ../../sass/src/_header.scss */
  #mobileHeader .relative .blurbGroup .piteBlurb p.tagline {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  /* line 217, ../../sass/src/_header.scss */
  #mobileHeader {
    visibility: hidden;
  }

  /* line 220, ../../sass/src/_header.scss */
  #stick {
    visibility: visible;
  }
}
@media screen and (max-width: 1000px) {
  /* line 226, ../../sass/src/_header.scss */
  #mobileHeader {
    visibility: visible;
  }

  /* line 229, ../../sass/src/_header.scss */
  #stick {
    visibility: hidden;
  }
}
/* line 234, ../../sass/src/_header.scss */
#stick {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: white;
  border-bottom: 1px solid #999999;
  -webkit-transition: top 0.5s;
  /* Safari */
  transition: top 0.5s;
}
/* line 247, ../../sass/src/_header.scss */
#stick #fixedHeader {
  background-color: white;
}
/* line 250, ../../sass/src/_header.scss */
#stick #fixedHeader.minimized {
  height: 63px;
}
/* line 253, ../../sass/src/_header.scss */
#stick #fixedHeader.minimized .menuArea,
#stick #fixedHeader.minimized .logoArea {
  vertical-align: middle;
  padding: 10px 0;
}
/* line 260, ../../sass/src/_header.scss */
#stick #fixedHeader.minimized .gutter {
  display: none;
}
/* line 263, ../../sass/src/_header.scss */
#stick #fixedHeader.minimized .proofreader {
  display: none;
}
/* line 268, ../../sass/src/_header.scss */
#stick #fixedHeader.minimized .logoArea {
  width: 30%;
}
/* line 270, ../../sass/src/_header.scss */
#stick #fixedHeader.minimized .logoArea a {
  top: 8px;
  display: block;
  max-width: 130px;
  cursor: pointer;
}
/* line 275, ../../sass/src/_header.scss */
#stick #fixedHeader.minimized .logoArea a img {
  width: 100%;
}
/* line 281, ../../sass/src/_header.scss */
#stick #fixedHeader.minimized .piteBlurb {
  display: none;
}

/* line 288, ../../sass/src/_header.scss */
#sideTray {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0;
  z-index: 105;
}
/* line 39, ../../sass/src/_mixins.scss */
#sideTray:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
/* line 299, ../../sass/src/_header.scss */
#sideTray #nav {
  display: block;
  position: relative;
  clear: both;
  width: 90%;
  height: 0;
  max-width: 1200px;
  padding: 0 5%;
  margin: 0 auto;
}
/* line 39, ../../sass/src/_mixins.scss */
#sideTray #nav:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
/* line 310, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
/* line 39, ../../sass/src/_mixins.scss */
#sideTray #nav .menu-primary-container:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
/* line 319, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 0 0 0 0;
  width: 46.6666667%;
  height: 63px;
  text-align: center;
  background-color: transparent;
}
/* line 39, ../../sass/src/_mixins.scss */
#sideTray #nav .menu-primary-container #menu-primary:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
/* line 331, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary li {
  display: inline-block;
  list-style: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 63px;
  margin: 0 0 0 0;
  padding: 0 7px 0 7px;
  position: relative;
}
/* line 350, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary li a,
#sideTray #nav .menu-primary-container #menu-primary li a:link,
#sideTray #nav .menu-primary-container #menu-primary li a:visited {
  display: inline-block;
  font-size: 0.9rem;
  color: #333333;
  line-height: 63px;
}
/* line 361, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary li.current-menu-ancestor > a,
#sideTray #nav .menu-primary-container #menu-primary li.current-menu-ancestor > a:link,
#sideTray #nav .menu-primary-container #menu-primary li.current-menu-ancestor > a:visited, #sideTray #nav .menu-primary-container #menu-primary li.current-menu-item > a,
#sideTray #nav .menu-primary-container #menu-primary li.current-menu-item > a:link,
#sideTray #nav .menu-primary-container #menu-primary li.current-menu-item > a:visited {
  color: #de0000;
}
/* line 368, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary li a:hover {
  color: #de0000;
}
/* line 372, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary li.mobileOnly {
  display: none;
}
/* line 377, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary li ul {
  display: none;
  position: absolute;
  top: 63px;
  left: -5px;
  width: 200px;
  background-color: white;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
/* line 390, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary li ul li {
  display: block;
  float: left;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #999999;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* line 400, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary li ul li a,
#sideTray #nav .menu-primary-container #menu-primary li ul li a:link,
#sideTray #nav .menu-primary-container #menu-primary li ul li a:visited {
  display: block;
  float: left;
  width: 90%;
  text-align: left;
  text-transform: none;
  line-height: 3rem;
  padding: 0 5%;
}
/* line 412, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary li ul li a:hover {
  color: #de0000;
}
/* line 418, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary li ul li.facebookButton .facebookLogin.medium {
  display: block;
  margin: 10px 5% 10px 5%;
}
/* line 429, ../../sass/src/_header.scss */
#sideTray #nav .menu-primary-container #menu-primary li:last-of-type ul, #sideTray #nav .menu-primary-container #menu-primary li.last ul {
  left: auto;
  right: 0px;
}

/* line 440, ../../sass/src/_header.scss */
#mobileMenu {
  display: none;
  position: fixed;
  top: 15px;
  right: 0px;
  width: 32px;
  height: 32px;
  padding: 5px 10px;
  border-radius: 7px 0 0 7px;
  z-index: 90;
  background-color: #444;
}
/* line 452, ../../sass/src/_header.scss */
#mobileMenu img {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  /* line 461, ../../sass/src/_header.scss */
  #mobileMenu {
    display: block;
  }

  /* line 465, ../../sass/src/_header.scss */
  #sideTray {
    display: none;
    width: 200px;
    height: auto;
    top: 0;
    right: -210px;
    left: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-top: 1px solid #999999;
    z-index: 110;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
  }
  /* line 481, ../../sass/src/_header.scss */
  #sideTray #nav {
    position: relative;
    display: block;
    float: left;
    clear: both;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: auto;
  }
  /* line 39, ../../sass/src/_mixins.scss */
  #sideTray #nav:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
  }
  /* line 488, ../../sass/src/_header.scss */
  #sideTray #nav .menu-primary-container {
    position: relative;
    display: block;
    float: left;
    clear: both;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: auto;
  }
  /* line 39, ../../sass/src/_mixins.scss */
  #sideTray #nav .menu-primary-container:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
  }
  /* line 495, ../../sass/src/_header.scss */
  #sideTray #nav .menu-primary-container #menu-primary {
    position: relative;
    display: block;
    float: left;
    clear: both;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: white;
    height: auto;
  }
  /* line 39, ../../sass/src/_mixins.scss */
  #sideTray #nav .menu-primary-container #menu-primary:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
  }
  /* line 503, ../../sass/src/_header.scss */
  #sideTray #nav .menu-primary-container #menu-primary li {
    position: relative;
    display: block;
    float: left;
    clear: both;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 1.1rem;
    width: 100%;
    border-bottom: 1px solid #999999;
    line-height: 50px;
    height: 50px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: right;
  }
  /* line 39, ../../sass/src/_mixins.scss */
  #sideTray #nav .menu-primary-container #menu-primary li:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
  }
  /* line 517, ../../sass/src/_header.scss */
  #sideTray #nav .menu-primary-container #menu-primary li.menu-item-has-children ul {
    display: none;
  }
  /* line 522, ../../sass/src/_header.scss */
  #sideTray #nav .menu-primary-container #menu-primary li a,
  #sideTray #nav .menu-primary-container #menu-primary li a:link,
  #sideTray #nav .menu-primary-container #menu-primary li a:visited {
    display: block;
    position: relative;
    display: block;
    float: left;
    clear: both;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 90%;
    line-height: 50px;
    height: 50px;
    padding: 0 5%;
    margin: 0 0 0 0;
    border-left: 1px solid #999999;
    text-transform: uppercase;
  }
  /* line 39, ../../sass/src/_mixins.scss */
  #sideTray #nav .menu-primary-container #menu-primary li a:after,
  #sideTray #nav .menu-primary-container #menu-primary li a:link:after,
  #sideTray #nav .menu-primary-container #menu-primary li a:visited:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
  }
  /* line 536, ../../sass/src/_header.scss */
  #sideTray #nav .menu-primary-container #menu-primary li.mobileOnly {
    display: inherit;
    background-color: #333333;
  }
  /* line 539, ../../sass/src/_header.scss */
  #sideTray #nav .menu-primary-container #menu-primary li.mobileOnly a, #sideTray #nav .menu-primary-container #menu-primary li.mobileOnly a:visited, #sideTray #nav .menu-primary-container #menu-primary li.mobileOnly a:link {
    color: white;
  }
  /* line 544, ../../sass/src/_header.scss */
  #sideTray #nav .menu-primary-container #menu-primary li ul {
    position: relative;
    display: block;
    float: left;
    clear: both;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-left: 0;
    border-right: 0;
  }
  /* line 39, ../../sass/src/_mixins.scss */
  #sideTray #nav .menu-primary-container #menu-primary li ul:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
  }
  /* line 552, ../../sass/src/_header.scss */
  #sideTray #nav .menu-primary-container #menu-primary li ul li {
    position: relative;
    display: block;
    float: left;
    clear: both;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 0 0 0;
    border-bottom: 0;
    font-weight: 400;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #999999;
  }
  /* line 39, ../../sass/src/_mixins.scss */
  #sideTray #nav .menu-primary-container #menu-primary li ul li:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
  }
  /* line 561, ../../sass/src/_header.scss */
  #sideTray #nav .menu-primary-container #menu-primary li ul li a,
  #sideTray #nav .menu-primary-container #menu-primary li ul li a:link,
  #sideTray #nav .menu-primary-container #menu-primary li ul li a:visited {
    position: relative;
    display: block;
    float: left;
    clear: both;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 90%;
    padding: 0 5%;
    line-height: 50px;
    height: 50px;
    text-align: right;
    border-left: 1px solid #999999;
    font-weight: 400;
  }
  /* line 39, ../../sass/src/_mixins.scss */
  #sideTray #nav .menu-primary-container #menu-primary li ul li a:after,
  #sideTray #nav .menu-primary-container #menu-primary li ul li a:link:after,
  #sideTray #nav .menu-primary-container #menu-primary li ul li a:visited:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
  }
}
/* line 582, ../../sass/src/_header.scss */
.clickable {
  cursor: pointer;
}

/* line 1, ../../sass/src/_forms.scss */
input, button, select, textarea, label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

/* line 6, ../../sass/src/_forms.scss */
form {
  display: block;
  width: 100%;
  border-top: 4px solid #333333;
  padding-top: 5px;
}

/* line 13, ../../sass/src/_forms.scss */
input {
  height: 30px;
  line-height: 30px;
  display: block;
  color: #333333;
  background-color: white;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0;
}

/* line 24, ../../sass/src/_forms.scss */
select {
  height: 30px;
  line-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  width: 100%;
}

/* line 39, ../../sass/src/_forms.scss */
textarea {
  width: 98%;
  padding: 0 1%;
  border: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  height: 8.4rem;
  font-weight: 500;
  border-radius: 0;
  -webkit-appearance: none;
}

/* line 52, ../../sass/src/_forms.scss */
label a, label a:link, label a:visited {
  color: #de0000;
  font-weight: 500;
}

/* line 58, ../../sass/src/_forms.scss */
button,
.button,
input[type=submit] {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  background-color: #333333;
  color: white;
  display: inline-block;
  border: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  margin: 0 0 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
/* line 80, ../../sass/src/_forms.scss */
button.stickToRight,
.button.stickToRight,
input[type=submit].stickToRight {
  position: relative;
  float: right;
  top: 0px;
}
/* line 85, ../../sass/src/_forms.scss */
button.padTop,
.button.padTop,
input[type=submit].padTop {
  top: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 91, ../../sass/src/_forms.scss */
button:hover,
.button:hover,
input[type=submit]:hover {
  background: #4d9c00;
}
/* line 95, ../../sass/src/_forms.scss */
button.small,
.button.small,
input[type=submit].small {
  height: 26px;
  line-height: 25px;
  padding: 0 10px;
  font-size: 0.9rem;
}

/* line 104, ../../sass/src/_forms.scss */
h1 button.small,
h1 a.button.small,
h1 a.button.small:link,
h1 a.button.small:visited,
h1 input[type=submit].small, h2 button.small,
h2 a.button.small,
h2 a.button.small:link,
h2 a.button.small:visited,
h2 input[type=submit].small {
  position: relative;
  top: -8px;
  margin-left: 10px;
}

/* line 115, ../../sass/src/_forms.scss */
input[type="submit"]:disabled,
.button.disabled,
button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* line 123, ../../sass/src/_forms.scss */
form .input, form .submit {
  display: block;
  overflow: hidden;
  padding: 0;
  clear: both;
  background-color: transparent;
}
/* line 131, ../../sass/src/_forms.scss */
form .submit {
  height: 40px;
}

/* line 136, ../../sass/src/_forms.scss */
.input {
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #bbbbbb;
}
/* line 139, ../../sass/src/_forms.scss */
.input label {
  display: inline-block;
  font-size: 0.8rem;
  color: #777;
}

/* line 147, ../../sass/src/_forms.scss */
.input input[type=text],
.input input[type=password],
.input input[type=tel],
.input input[type=number],
.input input[type=email] {
  width: calc(99% - 3px);
  border: 0;
  border-left: 3px solid #bbbbbb;
  -webkit-appearance: none;
  padding-left: 1%;
  margin-top: 5px;
}

/* line 161, ../../sass/src/_forms.scss */
.input input[type=file] {
  font-size: 1rem;
  padding: 11px 0 2px 0px;
  line-height: 20px;
}

/* line 171, ../../sass/src/_forms.scss */
.input.textarea {
  padding-bottom: 0;
  overflow: hidden;
}
/* line 175, ../../sass/src/_forms.scss */
.input.textarea textarea {
  width: calc(98% - 3px);
  float: left;
  border-left: 3px solid #bbbbbb;
  margin-bottom: 0;
  margin-top: 5px;
  padding: 5px 1%;
}

/* line 186, ../../sass/src/_forms.scss */
#specialInstructions .input.textarea {
  margin: 0 0 0 0;
}

/* line 191, ../../sass/src/_forms.scss */
.input.select,
.input.month,
.input.year {
  border-bottom: 0;
  padding-bottom: 3px;
}
/* line 196, ../../sass/src/_forms.scss */
.input.select label,
.input.month label,
.input.year label {
  margin-bottom: 5px;
}
/* line 201, ../../sass/src/_forms.scss */
.input.select .checkbox label,
.input.month .checkbox label,
.input.year .checkbox label {
  color: #333333;
}

/* line 207, ../../sass/src/_forms.scss */
.input.datetime {
  overflow: hidden;
  border-bottom: 0;
}
/* line 211, ../../sass/src/_forms.scss */
.input.datetime label {
  display: block;
  float: left;
  margin-bottom: 5px;
}
/* line 217, ../../sass/src/_forms.scss */
.input.datetime select {
  display: block;
  float: left;
  width: 18%;
  margin: 0 2% 0 0;
}
/* line 224, ../../sass/src/_forms.scss */
.input.datetime select:first-of-type {
  clear: both;
}

/* line 229, ../../sass/src/_forms.scss */
.input.date {
  overflow: hidden;
  border-bottom: 0;
}
/* line 233, ../../sass/src/_forms.scss */
.input.date label {
  display: block;
  float: left;
  margin-bottom: 5px;
}
/* line 239, ../../sass/src/_forms.scss */
.input.date select {
  display: block;
  float: left;
  width: 30%;
  margin: 0 2% 0 0;
}
/* line 246, ../../sass/src/_forms.scss */
.input.date select:first-of-type {
  clear: both;
}

/* line 251, ../../sass/src/_forms.scss */
.input.radio {
  display: block;
  overflow: hidden;
}
/* line 255, ../../sass/src/_forms.scss */
.input.radio label {
  width: 100%;
  display: block;
  margin: 0 20px 0 0;
  height: 30px;
  line-height: 30px;
  padding: 5px 0 5px 0;
  color: #333333;
  float: left;
  font-size: 1rem;
  border-left: 3px solid #bbbbbb;
}
/* line 267, ../../sass/src/_forms.scss */
.input.radio label input[type=radio] {
  float: left;
  line-height: 30px;
  height: 30px;
  margin: 0 5px 0 10px;
  padding: 0 0 0 0;
}
/* line 275, ../../sass/src/_forms.scss */
.input.radio label:first-of-type {
  color: #777;
  border-left: 0;
  line-height: inherit;
  height: inherit;
  font-size: 0.8rem;
  margin-bottom: 5px;
  padding: 0 0 0px 0;
}

/* line 287, ../../sass/src/_forms.scss */
.textInputLabel {
  color: #ccc;
}

/* line 290, ../../sass/src/_forms.scss */
.textarea.noPad {
  margin: 0 0 0 0;
}

/* line 294, ../../sass/src/_forms.scss */
input[type=checkbox] {
  display: inline-block;
  border: 1px solid #333333;
  width: 1rem;
  height: 1rem;
  margin: 0 6px 0 0;
  padding: 0 0 0 0;
  vertical-align: top;
  color: #333333;
}
/* line 304, ../../sass/src/_forms.scss */
input[type=checkbox]:checked {
  background-color: #333333;
}

/* line 308, ../../sass/src/_forms.scss */
.input.checkbox {
  padding: 10px 0 17px 0;
}
/* line 311, ../../sass/src/_forms.scss */
.input.checkbox label {
  display: inline-block;
  line-height: 1rem;
  vertical-align: top;
  margin: 0 0 0 5px;
  color: #333333;
}

/* line 320, ../../sass/src/_forms.scss */
.combo {
  border-top: 0;
  padding: 0;
}
/* line 323, ../../sass/src/_forms.scss */
.combo input {
  float: left;
}
/* line 326, ../../sass/src/_forms.scss */
.combo input[type=number],
.combo input[type=text] {
  padding: 0 2%;
  border: 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  width: calc(71% - 1px);
  height: 34px;
  -webkit-appearance: none;
  border-radius: 7px 0 0 7px;
}
/* line 338, ../../sass/src/_forms.scss */
.combo input[type=submit] {
  padding: 0 0 0 0;
  width: 25%;
  -webkit-appearance: none;
  border-radius: 0 7px 7px 0;
}

/* line 347, ../../sass/src/_forms.scss */
#orderCategory li {
  display: block;
  clear: both;
  margin: 0 0 0 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}
/* line 355, ../../sass/src/_forms.scss */
#orderCategory li:before {
  content: '\f10c';
  left: -40px;
  font-family: 'FontAwesome';
  font-size: 2rem;
  position: absolute;
  top: 0px;
}
/* line 364, ../../sass/src/_forms.scss */
#orderCategory li.selected:before {
  content: '\f192';
}

/* line 371, ../../sass/src/_forms.scss */
.facebookLogin {
  display: inline-block;
  vertical-align: top;
}
/* line 374, ../../sass/src/_forms.scss */
.facebookLogin.small {
  height: 18px;
}
/* line 377, ../../sass/src/_forms.scss */
.facebookLogin.medium {
  height: 28px;
  display: block;
}
/* line 381, ../../sass/src/_forms.scss */
.facebookLogin.medium .fb_iframe_widget {
  display: block;
  text-align: left;
  height: 28px;
}
/* line 385, ../../sass/src/_forms.scss */
.facebookLogin.medium .fb_iframe_widget span {
  text-align: left !important;
  vertical-align: top !important;
}
/* line 391, ../../sass/src/_forms.scss */
.facebookLogin.large {
  height: 40px;
}

/* line 396, ../../sass/src/_forms.scss */
.commentLogin {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
/* line 402, ../../sass/src/_forms.scss */
.commentLogin .socialLogin {
  width: 28%;
  float: left;
  padding: 0px 0 0 0;
}
/* line 406, ../../sass/src/_forms.scss */
.commentLogin .socialLogin .or {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 22px;
  margin-left: 10px;
}
/* line 413, ../../sass/src/_forms.scss */
.commentLogin .loginPair {
  display: block;
  overflow: hidden;
  width: 70%;
  float: right;
}

/* line 421, ../../sass/src/_forms.scss */
#emailCopy {
  display: block;
  overflow: hidden;
  position: relative;
}
/* line 427, ../../sass/src/_forms.scss */
#emailCopy #copyInput {
  border: 1px solid #bbbbbb;
  height: 48px;
  line-height: 48px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: left;
  text-align: center;
  width: 74%;
  width: calc(75% - 4px);
  font-size: 1.3rem;
  position: relative;
  display: block;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 768px) {
  /* line 427, ../../sass/src/_forms.scss */
  #emailCopy #copyInput {
    font-size: 1rem;
  }
}
/* line 449, ../../sass/src/_forms.scss */
#emailCopy #copyButton {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: left;
  text-align: center;
  width: 25%;
  font-size: 1.3rem;
  position: relative;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
@media (max-width: 768px) {
  /* line 449, ../../sass/src/_forms.scss */
  #emailCopy #copyButton {
    font-size: 1rem;
  }
}

/* line 484, ../../sass/src/_forms.scss */
.searchGroup {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
}
/* line 490, ../../sass/src/_forms.scss */
.searchGroup .searchText {
  float: left;
  border: 1px solid #999999;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right: 0;
  padding: 0 0 0 2%;
  height: 32px;
  width: 66%;
  -webkit-appearance: none;
}
/* line 501, ../../sass/src/_forms.scss */
.searchGroup .searchRemove {
  display: block;
  float: left;
  width: 3%;
  height: 32px;
  padding: 0 0.5%;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
/* line 509, ../../sass/src/_forms.scss */
.searchGroup .searchRemove i {
  color: #333333;
  line-height: 32px;
}
/* line 514, ../../sass/src/_forms.scss */
.searchGroup .searchSubmit {
  float: left;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  height: 34px;
  line-height: 34px;
  width: 25%;
  padding-right: 1%;
  padding-left: 1%;
  font-size: 1rem;
}

/* line 528, ../../sass/src/_forms.scss */
.clickable {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  /* line 533, ../../sass/src/_forms.scss */
  .searchGroup {
    width: 100%;
  }
}
/* line 539, ../../sass/src/_forms.scss */
#newCreditCard, #selectCreditCard {
  display: block;
  width: 100%;
  overflow: hidden;
  height: auto;
}

/* line 547, ../../sass/src/_forms.scss */
.socialLogins .label {
  margin: 0 0 5px 0;
}
/* line 551, ../../sass/src/_forms.scss */
.socialLogins .buttons {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
@media (max-width: 374px) {
  /* line 551, ../../sass/src/_forms.scss */
  .socialLogins .buttons {
    justify-content: space-between;
  }
}
/* line 566, ../../sass/src/_forms.scss */
.socialLogins .buttons a,
.socialLogins .buttons a:link,
.socialLogins .buttons a:visited {
  font-family: "Work Sans", sans-serif;
  background-color: #333333;
  color: white;
  display: block;
  border: 0;
  height: 32px;
  line-height: 31px;
  padding: 0 13px;
  margin: 0 10px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 7px;
  position: relative;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
/* line 578, ../../sass/src/_forms.scss */
.socialLogins .buttons a:last-child,
.socialLogins .buttons a:link:last-child,
.socialLogins .buttons a:visited:last-child {
  margin-right: 0;
}
/* line 592, ../../sass/src/_forms.scss */
.socialLogins .buttons a .name,
.socialLogins .buttons a:link .name,
.socialLogins .buttons a:visited .name {
  display: inline;
  margin-left: 5px;
}
/* line 597, ../../sass/src/_forms.scss */
.socialLogins .buttons a i,
.socialLogins .buttons a:link i,
.socialLogins .buttons a:visited i {
  position: relative;
  top: 2px;
  font-size: 1.1rem;
}
@media (max-width: 374px) {
  /* line 566, ../../sass/src/_forms.scss */
  .socialLogins .buttons a,
  .socialLogins .buttons a:link,
  .socialLogins .buttons a:visited {
    flex-grow: 1;
  }
  /* line 605, ../../sass/src/_forms.scss */
  .socialLogins .buttons a .name,
  .socialLogins .buttons a:link .name,
  .socialLogins .buttons a:visited .name {
    display: none;
  }
}

/* line 613, ../../sass/src/_forms.scss */
#estimator {
  width: 100%;
  overflow: hidden;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
/* line 619, ../../sass/src/_forms.scss */
#estimator .container {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 626, ../../sass/src/_forms.scss */
#estimator .container form {
  display: block;
  width: 100%;
  overflow: hidden;
}
/* line 632, ../../sass/src/_forms.scss */
#estimator .container p {
  margin: 10px 0 10px 0;
}
/* line 636, ../../sass/src/_forms.scss */
#estimator .container #counter {
  display: none;
}
/* line 639, ../../sass/src/_forms.scss */
#estimator .container #counter textarea {
  border: 1px solid #333333;
  padding: 5px;
  width: calc(100% - 12px);
}
/* line 647, ../../sass/src/_forms.scss */
#estimator #calculation {
  text-align: left;
  margin: 10px 0;
}

/*
==============================================
pulse
==============================================
*/
/* line 7, ../../sass/src/_animations.scss */
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
/* line 1, ../../sass/src/_system.scss */
#systemMessage {
  position: fixed;
  display: none;
  left: 0;
  top: -55px;
  /* Hide by default */
  width: 100%;
  color: #fff;
  padding: 0px 0px 0px 0px;
  z-index: 200;
  text-align: center;
  pointer-events: none;
}
/* line 13, ../../sass/src/_system.scss */
#systemMessage .inner {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  padding: 26px 35px 6px 15px;
  z-index: 10;
  /*	cursor: pointer; */
  background-color: #DE0000;
  -moz-box-shadow: 0px 0px 4px #999;
  -webkit-box-shadow: 0px 0px 4px #999;
  box-shadow: 0px 0px 4px #999;
  border-radius: 0 0 5px 5px;
}

/* Notices and Errors ******************/
/* line 33, ../../sass/src/_system.scss */
div.message {
  border: 0;
  background-color: transparent;
  overflow: hidden;
  clear: both;
  color: #DE0000;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}

/* line 44, ../../sass/src/_system.scss */
div.error-message {
  clear: both;
  color: #de0000;
  font-weight: 700;
  font-size: 1em;
  padding: 3px 0px 6px 1%;
  width: calc(99% - 3px);
  border: 0;
  border-left: 3px solid #cccccc;
}
/* line 55, ../../sass/src/_system.scss */
div.error-message ul li {
  margin: 0 0 0 0;
}

/* line 61, ../../sass/src/_system.scss */
p.error {
  background-color: #e32;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  padding: 0.8em;
  margin: 1em 0;
}

/* line 70, ../../sass/src/_system.scss */
p.error em {
  color: #000;
  font-weight: 300;
}

/* line 75, ../../sass/src/_system.scss */
#authMessage p,
#systemMessage p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  height: 18px;
  white-space: nowrap;
  color: #fff;
}

/* line 86, ../../sass/src/_system.scss */
#systemMessage div.message,
#systemMessage #messageContent {
  display: block;
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
  height: 18px;
  white-space: nowrap;
  color: #fff;
}

/* line 97, ../../sass/src/_system.scss */
#click2close {
  position: absolute;
  top: 26px;
  right: 10px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}

/* line 107, ../../sass/src/_system.scss */
.notice {
  background: #DE0000;
  color: #000;
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 8pt;
  padding: 0.8em;
  margin: 1em 0;
}

/* line 117, ../../sass/src/_system.scss */
.success {
  background: green;
  color: #fff;
}

/* line 2, ../../sass/src/_post.scss */
.post.index {
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  padding: 35px 0;
  border-bottom: 1px solid #bbbbbb;
}
/* line 9, ../../sass/src/_post.scss */
.post.index .title {
  width: 40%;
  margin: 0 0 0 0;
  float: left;
}
@media (max-width: 768px) {
  /* line 9, ../../sass/src/_post.scss */
  .post.index .title {
    width: 100%;
    clear: both;
  }
}
/* line 17, ../../sass/src/_post.scss */
.post.index .title .pad {
  padding: 0 4.16667% 0 0;
}
@media (max-width: 768px) {
  /* line 17, ../../sass/src/_post.scss */
  .post.index .title .pad {
    padding: 0 0 0 0;
  }
}
/* line 22, ../../sass/src/_post.scss */
.post.index .title .pad h2 {
  line-height: 2.8rem;
  position: relative;
  top: -0.3rem;
}
@media (max-width: 1000px) {
  /* line 22, ../../sass/src/_post.scss */
  .post.index .title .pad h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* line 34, ../../sass/src/_post.scss */
.post.index .meta {
  width: 20%;
  margin: 0 0 0 0;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  /* line 34, ../../sass/src/_post.scss */
  .post.index .meta {
    width: 100%;
    clear: both;
  }
}
/* line 45, ../../sass/src/_post.scss */
.post.index .meta .pad {
  padding: 0 8.33333%;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  /* line 45, ../../sass/src/_post.scss */
  .post.index .meta .pad {
    padding: 0 0 0 0;
  }
}
@media (max-width: 768px) {
  /* line 51, ../../sass/src/_post.scss */
  .post.index .meta .pad ul {
    margin: 0 0 30px 0;
  }
}
/* line 56, ../../sass/src/_post.scss */
.post.index .meta .pad li {
  margin: 0 0 0.6rem 0;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
@media (max-width: 768px) {
  /* line 56, ../../sass/src/_post.scss */
  .post.index .meta .pad li {
    display: inline;
    white-space: nowrap;
    margin: 0 10px 0px 0;
    line-height: 1.6rem;
  }
}
/* line 66, ../../sass/src/_post.scss */
.post.index .meta .pad li:last-child {
  margin-bottom: 0;
}
/* line 70, ../../sass/src/_post.scss */
.post.index .meta .pad:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 1px;
  height: 5000px;
  background-color: #bbbbbb;
  z-index: 2;
}
@media (max-width: 768px) {
  /* line 70, ../../sass/src/_post.scss */
  .post.index .meta .pad:before {
    width: 0;
  }
}
/* line 85, ../../sass/src/_post.scss */
.post.index .body {
  width: 40%;
  margin: 0 0 0 0;
  float: right;
  position: relative;
}
@media (max-width: 768px) {
  /* line 85, ../../sass/src/_post.scss */
  .post.index .body {
    width: 100%;
    clear: both;
  }
}
/* line 94, ../../sass/src/_post.scss */
.post.index .body .pad {
  padding: 0 0 0 4.16667%;
}
@media (max-width: 768px) {
  /* line 94, ../../sass/src/_post.scss */
  .post.index .body .pad {
    padding: 0 0 0 0;
  }
}
/* line 99, ../../sass/src/_post.scss */
.post.index .body .pad:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 1px;
  height: 5000px;
  background-color: #bbbbbb;
  z-index: 2;
}
@media (max-width: 768px) {
  /* line 99, ../../sass/src/_post.scss */
  .post.index .body .pad:before {
    width: 0;
  }
}
/* line 113, ../../sass/src/_post.scss */
.post.index .body .pad p:last-child {
  margin-bottom: 0;
}
/* line 117, ../../sass/src/_post.scss */
.post.index .body .pad img {
  width: 100%;
}
/* line 126, ../../sass/src/_post.scss */
.post.view h2 {
  line-height: 3.3rem;
}
/* line 129, ../../sass/src/_post.scss */
.post.view .body {
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
}
/* line 135, ../../sass/src/_post.scss */
.post.view .body img {
  width: 100%;
}
/* line 140, ../../sass/src/_post.scss */
.post.view .body p:last-child {
  margin-bottom: 0;
}
/* line 145, ../../sass/src/_post.scss */
.post.view .meta {
  border-top: 1px solid #bbbbbb;
  margin: 0 0 0 0;
  padding: 15px 0 10px 0;
}
/* line 151, ../../sass/src/_post.scss */
.post.view .meta li {
  margin: 0 0 5px 0;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
@media (max-width: 1000px) {
  /* line 158, ../../sass/src/_post.scss */
  .post.view .meta.row .double {
    clear: both;
    width: 100%;
    padding-bottom: 0;
  }
}
/* line 168, ../../sass/src/_post.scss */
.post.admin {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 40px 0;
}
/* line 173, ../../sass/src/_post.scss */
.post.admin .meta {
  margin: 0 0 0 0;
}
/* line 178, ../../sass/src/_post.scss */
.post .readComments {
  font-size: 0.9rem;
}

/* line 184, ../../sass/src/_post.scss */
#fixedWrapper {
  height: 0;
}

/* line 189, ../../sass/src/_post.scss */
#bottomStick {
  display: block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  clear: both;
  margin-top: 30px;
}

/* line 198, ../../sass/src/_post.scss */
#posTracker {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 100;
  background-color: transparent;
}

/* line 206, ../../sass/src/_post.scss */
#question,
#commentColumn {
  display: block;
  position: relative;
  width: 46.66666667%;
}
@media (max-width: 768px) {
  /* line 206, ../../sass/src/_post.scss */
  #question,
  #commentColumn {
    width: 100%;
  }
}

/* line 217, ../../sass/src/_post.scss */
#question {
  clear: both;
  float: left;
}
@media (max-width: 768px) {
  /* line 217, ../../sass/src/_post.scss */
  #question {
    margin-bottom: 40px;
  }
}

/* line 226, ../../sass/src/_post.scss */
#commentColumn {
  float: right;
}

/* line 230, ../../sass/src/_post.scss */
.sortOptions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
  padding: 0 10px;
  background-color: #333333;
}
/* line 242, ../../sass/src/_post.scss */
.sortOptions li {
  display: block;
  list-style: none;
  margin: 0 0 0 0;
  border-top: 4px solid #333333;
  border-bottom: 4px solid #333333;
  color: white;
}
/* line 250, ../../sass/src/_post.scss */
.sortOptions li a {
  display: block;
  line-height: 1.7rem;
  color: white;
}
/* line 256, ../../sass/src/_post.scss */
.sortOptions li.selected {
  border-bottom: 4px solid #de0000;
}

/* line 265, ../../sass/src/_post.scss */
.shareButtons {
  display: block;
  width: 100%;
  overflow: hidden;
}
/* line 270, ../../sass/src/_post.scss */
.shareButtons div {
  display: inline-block;
}
/* line 272, ../../sass/src/_post.scss */
.shareButtons div a, .shareButtons div a:visited, .shareButtons div a:link {
  font-size: 0.9rem;
  font-weight: 400;
  color: white;
  background-color: #333333;
  display: inline-block;
  line-height: 24px;
  height: 24px;
  padding: 0 10px;
  margin: 0 0 10px 0;
  border-radius: 5px;
}

/* line 287, ../../sass/src/_post.scss */
.meta a {
  white-space: nowrap;
}

/* line 291, ../../sass/src/_post.scss */
.searchResults {
  display: block;
}
/* line 294, ../../sass/src/_post.scss */
.searchResults li {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 10px 0;
}
/* line 302, ../../sass/src/_post.scss */
.searchResults li h2 {
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 0 0 5px 0;
}
/* line 306, ../../sass/src/_post.scss */
.searchResults li h2 a, .searchResults li h2 a:link, .searchResults li h2 a:visited {
  font-weight: 400;
}
/* line 311, ../../sass/src/_post.scss */
.searchResults li p.extract {
  font-size: 1rem;
  line-height: 1.3rem;
  margin: 0 0 0.5rem 0;
}
/* line 317, ../../sass/src/_post.scss */
.searchResults li.disallowed {
  cursor: not-allowed;
}
/* line 318, ../../sass/src/_post.scss */
.searchResults li.disallowed h2, .searchResults li.disallowed p {
  color: #bbbbbb;
}

/* line 327, ../../sass/src/_post.scss */
img.fit {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* line 333, ../../sass/src/_post.scss */
.footNote {
  display: block;
  border-top: 1px solid #e6e6e6;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
}
/* line 338, ../../sass/src/_post.scss */
.footNote p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

/* line 344, ../../sass/src/_post.scss */
p.data {
  line-height: 2rem;
}

/* line 348, ../../sass/src/_post.scss */
.scoreLabel {
  margin: 0 0 0 0;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #777;
}

/* line 355, ../../sass/src/_post.scss */
.score {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}

/* line 361, ../../sass/src/_post.scss */
#frame {
  position: relative;
  overflow: hidden;
}

/* line 366, ../../sass/src/_post.scss */
#PostCommentAddForm {
  border-top: 0;
}

/* line 1, ../../sass/src/_footer.scss */
#footer {
  width: 100%;
  background: #333333;
  overflow: hidden;
  position: relative;
}
@media (max-width: 500px) {
  /* line 1, ../../sass/src/_footer.scss */
  #footer {
    padding-bottom: 20px;
  }
}
/* line 13, ../../sass/src/_footer.scss */
#footer .contain .split {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  /* line 13, ../../sass/src/_footer.scss */
  #footer .contain .split {
    width: 100%;
    clear: both;
  }
}
/* line 22, ../../sass/src/_footer.scss */
#footer .contain .split .column {
  width: 50%;
  float: left;
  position: relative;
}
@media (max-width: 500px) {
  /* line 22, ../../sass/src/_footer.scss */
  #footer .contain .split .column {
    width: 100%;
    clear: both;
  }
}
/* line 32, ../../sass/src/_footer.scss */
#footer .contain .split .column .blockPad {
  width: 73.3333333%;
  padding: 13.3333333%;
  margin: 0 0 0 0;
  float: left;
  position: relative;
  overflow: visible;
}
@media (max-width: 500px) {
  /* line 32, ../../sass/src/_footer.scss */
  #footer .contain .split .column .blockPad {
    width: 80%;
    padding: 0 10% 25px 10%;
  }
}
/* line 45, ../../sass/src/_footer.scss */
#footer .contain .split .column .blockPad:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  width: 1px;
  height: 1000px;
  background-color: #444;
  z-index: 2;
}
@media (max-width: 768px) {
  /* line 45, ../../sass/src/_footer.scss */
  #footer .contain .split .column .blockPad:after {
    display: none;
  }
}
/* line 61, ../../sass/src/_footer.scss */
#footer .contain .split ul {
  display: block;
  width: 100%;
  border-top: 4px solid white;
  padding: 25px 0 0 0;
}
/* line 68, ../../sass/src/_footer.scss */
#footer .contain .split li {
  color: white;
  margin: 0 0 0.4rem 0;
}
/* line 71, ../../sass/src/_footer.scss */
#footer .contain .split li:last-of-type {
  margin: 0 0 0 0;
}
/* line 76, ../../sass/src/_footer.scss */
#footer .contain .split p {
  color: #666;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1rem;
}
/* line 84, ../../sass/src/_footer.scss */
#footer .contain .split #copyright:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 1px;
  height: 1000px;
  background-color: #444;
  z-index: 2;
}
@media (max-width: 768px) {
  /* line 84, ../../sass/src/_footer.scss */
  #footer .contain .split #copyright:before {
    display: none;
  }
}
/* line 98, ../../sass/src/_footer.scss */
#footer .contain .split #copyright .blockPad {
  padding-bottom: 10px;
}
/* line 102, ../../sass/src/_footer.scss */
#footer .contain .split #copyright img {
  display: block;
  width: 80%;
  max-width: 200px;
  margin: 40px auto 20px;
}
/* line 110, ../../sass/src/_footer.scss */
#footer .contain .split .fb-like {
  display: block;
  padding: 0px 0 0 0;
}

/* line 1, ../../sass/src/_comments.scss */
.comment {
  position: relative;
}
/* line 4, ../../sass/src/_comments.scss */
.comment.index {
  padding: 35px 0;
  overflow: hidden;
  border-bottom: 1px solid #999999;
}
/* line 9, ../../sass/src/_comments.scss */
.comment.index .title, .comment.index .body {
  width: 50%;
  float: left;
  overflow: visible;
}
@media (max-width: 768px) {
  /* line 9, ../../sass/src/_comments.scss */
  .comment.index .title, .comment.index .body {
    width: 100%;
    clear: both;
  }
}
/* line 18, ../../sass/src/_comments.scss */
.comment.index .title {
  clear: both;
}
/* line 20, ../../sass/src/_comments.scss */
.comment.index .title .pad {
  padding-right: 6.66667%;
}
@media (max-width: 768px) {
  /* line 20, ../../sass/src/_comments.scss */
  .comment.index .title .pad {
    padding-right: 0;
  }
}
/* line 25, ../../sass/src/_comments.scss */
.comment.index .title .pad h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
/* line 30, ../../sass/src/_comments.scss */
.comment.index .title .pad li {
  margin: 0 0 0 10%;
  font-size: 0.8rem;
}
/* line 33, ../../sass/src/_comments.scss */
.comment.index .title .pad li strong {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  /* line 30, ../../sass/src/_comments.scss */
  .comment.index .title .pad li {
    display: inline-block;
    margin: 0 10px 1.2rem 0;
  }
}
/* line 44, ../../sass/src/_comments.scss */
.comment.index .body .pad {
  padding-left: 6.66667%;
}
@media (max-width: 768px) {
  /* line 44, ../../sass/src/_comments.scss */
  .comment.index .body .pad {
    padding-left: 0;
  }
}
/* line 49, ../../sass/src/_comments.scss */
.comment.index .body .pad p {
  position: relative;
}
/* line 50, ../../sass/src/_mixins.scss */
.comment.index .body .pad p:first-of-type {
  text-indent: 40px;
}
/* line 52, ../../sass/src/_mixins.scss */
.comment.index .body .pad p:first-of-type:before {
  content: '“';
  position: absolute;
  left: -45px;
  top: 16px;
  font-size: 100px;
}
/* line 51, ../../sass/src/_comments.scss */
.comment.index .body .pad p:last-of-type {
  margin-bottom: 0;
}
/* line 58, ../../sass/src/_comments.scss */
.comment.view {
  border-top: 4px solid #333333;
  margin: 0 0 40px 0;
  padding: 25px 0 0 0;
}
/* line 62, ../../sass/src/_comments.scss */
.comment.view .body {
  width: 100%;
  clear: both;
  padding: 0 0 15px 0;
}
/* line 66, ../../sass/src/_comments.scss */
.comment.view .body p {
  position: relative;
}
/* line 50, ../../sass/src/_mixins.scss */
.comment.view .body p:first-of-type {
  text-indent: 40px;
}
/* line 52, ../../sass/src/_mixins.scss */
.comment.view .body p:first-of-type:before {
  content: '“';
  position: absolute;
  left: -45px;
  top: 16px;
  font-size: 100px;
}
/* line 69, ../../sass/src/_comments.scss */
.comment.view .body p:last-child {
  margin-bottom: 0;
}
/* line 78, ../../sass/src/_comments.scss */
.comment.view.highRated .body p:first-of-type:before {
  color: #de0000;
}
/* line 85, ../../sass/src/_comments.scss */
.comment.view .meta {
  display: block;
  border-top: 1px solid #bbbbbb;
  padding: 15px 0;
}
/* line 90, ../../sass/src/_comments.scss */
.comment.view .meta p {
  font-size: 0.9rem;
  margin: 0 0 0.3rem 0;
  line-height: 1.5rem;
}
/* line 94, ../../sass/src/_comments.scss */
.comment.view .meta p .comment_author {
  margin-right: 5px;
}
/* line 96, ../../sass/src/_comments.scss */
.comment.view .meta p .comment_author a, .comment.view .meta p .comment_author a:link, .comment.view .meta p .comment_author a:visited {
  background-color: white;
  color: #333333;
  font-weight: 700;
  border: 0;
}
/* line 103, ../../sass/src/_comments.scss */
.comment.view .meta p a.vote {
  background-color: white;
  color: #333333;
  font-size: 1.4rem;
  border: 0;
  color: #de0000;
  position: relative;
  top: 2px;
}
/* line 117, ../../sass/src/_comments.scss */
.comment .commentAnchor {
  display: block;
  height: 60px;
  position: absolute;
  top: -62px;
}

/* Paging *******************************************/
/* line 3, ../../sass/src/_paging.scss */
.paginator {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 15px 0;
  text-align: center;
  font-weight: 700;
}
/* line 12, ../../sass/src/_paging.scss */
.paginator .pagination li {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
/* line 22, ../../sass/src/_paging.scss */
.paginator .pagination li.prev a, .paginator .pagination li.prev a:visited, .paginator .pagination li.prev a:link, .paginator .pagination li.next a, .paginator .pagination li.next a:visited, .paginator .pagination li.next a:link {
  color: #333333;
}
/* line 24, ../../sass/src/_paging.scss */
.paginator .pagination li.prev a i, .paginator .pagination li.prev a:visited i, .paginator .pagination li.prev a:link i, .paginator .pagination li.next a i, .paginator .pagination li.next a:visited i, .paginator .pagination li.next a:link i {
  position: relative;
  top: 1px;
}
/* line 31, ../../sass/src/_paging.scss */
.paginator .pagination li.active a, .paginator .pagination li.active a:visited, .paginator .pagination li.active a:link {
  color: #de0000;
}
/* line 36, ../../sass/src/_paging.scss */
.paginator .pagination li.disabled a, .paginator .pagination li.disabled a:visited, .paginator .pagination li.disabled a:link {
  color: #bbbbbb;
}
/* line 41, ../../sass/src/_paging.scss */
.paginator .pagination li:first-of-type {
  margin-left: 0;
}
/* line 45, ../../sass/src/_paging.scss */
.paginator .pagination li:last-of-type {
  margin-right: 0;
}

/* line 1, ../../sass/src/_popbottom.scss */
#popBottom {
  position: fixed;
  bottom: -232px;
  width: 184px;
  height: 232px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}
@media (max-width: 768px) {
  /* line 1, ../../sass/src/_popbottom.scss */
  #popBottom {
    width: 150px;
    height: 189px;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 18, ../../sass/src/_popbottom.scss */
#popBottom #proofreader {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 25, ../../sass/src/_popbottom.scss */
#popBottom #proofreaderSmirk {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 32, ../../sass/src/_popbottom.scss */
#popBottom #bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  left: 170px;
  width: 206px;
  height: 87px;
  padding: 28px 26px 35px 42px;
  background-image: url(/img/proofreader-bubble.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 768px) {
  /* line 32, ../../sass/src/_popbottom.scss */
  #popBottom #bubble {
    top: 50px;
    left: 125px;
    width: 146px;
    height: 59px;
    padding: 21px 19px 35px 30px;
  }
}
/* line 59, ../../sass/src/_popbottom.scss */
#popBottom #bubble #bubbleWrap p {
  font-size: 1rem;
  margin: 0 0 0 0;
  text-align: center;
  line-height: 1.3rem;
}
/* line 65, ../../sass/src/_popbottom.scss */
#popBottom #bubble #bubbleWrap p#bubbleMessage {
  margin-bottom: 0.4rem;
}
/* line 69, ../../sass/src/_popbottom.scss */
#popBottom #bubble #bubbleWrap p a, #popBottom #bubble #bubbleWrap p a:link, #popBottom #bubble #bubbleWrap p a:visited {
  color: #de0000;
}
/* line 73, ../../sass/src/_popbottom.scss */
#popBottom #bubble #bubbleWrap p #answerYes {
  margin-right: 40px;
}
@media (max-width: 768px) {
  /* line 59, ../../sass/src/_popbottom.scss */
  #popBottom #bubble #bubbleWrap p {
    font-size: 0.9rem;
    margin-bottom: 0rem;
    line-height: 1.2rem;
  }
  /* line 81, ../../sass/src/_popbottom.scss */
  #popBottom #bubble #bubbleWrap p#bubbleMessage {
    margin-bottom: 0rem;
  }
}

/* line 1, ../../sass/src/_stripe.scss */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 0px 12px;
  border-radius: 0px;
  border: 0;
  border-left: 3px solid #bbbbbb;
  margin-top: 5px;
}

/* line 11, ../../sass/src/_stripe.scss */
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

/* line 15, ../../sass/src/_stripe.scss */
.StripeElement--invalid {
  border-color: #fa755a;
}

/* line 19, ../../sass/src/_stripe.scss */
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 1, ../../sass/src/_email_debug.scss */
.emailDumpData {
  width: 80%;
  max-width: 640px;
  clear: both;
  position: relative;
  padding: 20px 0;
  margin: 40px auto;
  border-top: 1px solid #999999;
}
/* line 11, ../../sass/src/_email_debug.scss */
.emailDumpData .headers {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #444;
}
/* line 18, ../../sass/src/_email_debug.scss */
.emailDumpData table {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 24, ../../sass/src/_email_debug.scss */
.emailDumpData table tr td {
  border: none;
  padding: 0;
  width: 100%;
}
/* line 30, ../../sass/src/_email_debug.scss */
.emailDumpData table tr td p {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
/* line 35, ../../sass/src/_email_debug.scss */
.emailDumpData table tr td:nth-child(odd):before {
  display: none;
}
/* line 41, ../../sass/src/_email_debug.scss */
.emailDumpData table tr td:nth-child(even):before {
  display: none;
}
/* line 46, ../../sass/src/_email_debug.scss */
.emailDumpData table tr td img {
  width: auto;
}
/* line 54, ../../sass/src/_email_debug.scss */
.emailDumpData #footer {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding: 10px 0 20px 0;
  margin: 0 0 0 0;
  border-top: 1px solid #e6e6e6;
  background-color: white;
}
/* line 64, ../../sass/src/_email_debug.scss */
.emailDumpData #footer p {
  color: #999;
  font-size: 14px;
  margin: 0 0 0 0;
}
/* line 69, ../../sass/src/_email_debug.scss */
.emailDumpData #footer p a, .emailDumpData #footer p a:link, .emailDumpData #footer p a:visited {
  color: #de0000;
}
/* line 73, ../../sass/src/_email_debug.scss */
.emailDumpData #footer p.copyright {
  font-size: 12px;
  color: #ccc;
}

/* line 1, ../../sass/src/_uploader.scss */
#fileDropArea {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: calc(100% - 44px);
  margin: 20px auto;
  padding: 15px 20px;
}
/* line 9, ../../sass/src/_uploader.scss */
#fileDropArea.highlight {
  border-color: #4d9c00;
}
/* line 13, ../../sass/src/_uploader.scss */
#fileDropArea #fileUploadForm {
  margin-bottom: 10px;
  border-top: 0;
  padding-top: 0;
  text-align: center;
}
/* line 19, ../../sass/src/_uploader.scss */
#fileDropArea #fileUploadForm p {
  text-align: center;
  margin: 0 0 10px 0;
}
/* line 24, ../../sass/src/_uploader.scss */
#fileDropArea #fileUploadForm #fileInput {
  display: none;
}
/* line 28, ../../sass/src/_uploader.scss */
#fileDropArea #fileUploadForm label.button {
  display: inline-block;
}
/* line 33, ../../sass/src/_uploader.scss */
#fileDropArea progress {
  width: 100%;
}
