/*
SMRT April Fools
style.scss
-----------------------------
Table of Contents
1. BASICS
2. TYPOGRAHPY
3. MASTHEAD / NAVIGATION
4. FOOTER
5. BOOK CLUSTER
6. PAGES
7. ANCILLARY
-----------------------------*/
/* line 17, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/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, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
VARIABLES FILE
======================*/
/* line 8, scss/_base.scss */
html {
  font-size: 85%;
  /* Sets up the Base 10 stuff */
}

/* line 12, scss/_base.scss */
img {
  max-width: 100%;
  height: auto;
  display: initial;
}

/* line 99, scss/_base.scss */
.space-40 {
  padding: 40px;
}

/* line 101, scss/_base.scss */
.space-20 {
  padding: 20px;
}

/* line 103, scss/_base.scss */
.space-10 {
  padding: 10px;
}

/* line 105, scss/_base.scss */
.space-5 {
  padding: 5px;
}

/* line 107, scss/_base.scss */
.space-1 {
  padding: 1px;
}

/* line 109, scss/_base.scss */
.text-center {
  text-align: center;
}

/* line 111, scss/_base.scss */
.text-right {
  text-align: right;
}

/* line 113, scss/_base.scss */
.text-left {
  text-align: left;
}

/* line 115, scss/_base.scss */
.nomargin {
  margin: 0 !important;
}

/* line 117, scss/_base.scss */
.nomargin-top {
  margin-top: 0 !important;
}

/* line 119, scss/_base.scss */
.nomargin-bottom {
  margin-bottom: 0 !important;
}

/* line 121, scss/_base.scss */
li {
  margin: 10px 0;
}

/* line 125, scss/_base.scss */
ul {
  margin: 0 0 20px;
  list-style: disc outside none;
}

/* line 130, scss/_base.scss */
.bullet-list {
  margin-left: 15px;
}
/* line 133, scss/_base.scss */
.bullet-list li:before {
  color: #56454a;
  content: "• ";
  margin: 0 5px 0 -15px;
}

/* line 141, scss/_base.scss */
.nobullet {
  list-style: none;
  margin-left: 1rem;
}

/*
THIMBLE START
http://thimblecss.com/demo/
*/
/* line 151, scss/_base.scss */
hr {
  height: 1px;
  margin: 10px auto;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  display: block;
}

/* line 153, scss/_base.scss */
::-moz-selection {
  background-color: #e791a7;
  color: #fff;
}

/* SET */
/* line 154, scss/_base.scss */
::selection {
  background-color: #e791a7;
  color: #fff;
}

/* SET */
/* line 156, scss/_base.scss */
.left {
  float: left;
}

/* line 157, scss/_base.scss */
.right {
  float: right;
}

/* line 159, scss/_base.scss */
.hide {
  display: none;
}

/* line 160, scss/_base.scss */
.hide-small {
  display: block;
}

/* line 161, scss/_base.scss */
.hide-large {
  display: none;
}

/* Text */
/* line 166, scss/_base.scss */
em, i {
  font-style: italic;
  line-height: inherit;
}

/* line 167, scss/_base.scss */
strong, b, .strong {
  font-weight: bold;
  line-height: inherit;
}

/* line 168, scss/_base.scss */
small, .small {
  font-size: .8em;
}

/* line 169, scss/_base.scss */
big, .large {
  font-size: 1.4em;
}

/* line 170, scss/_base.scss */
sup, .sup {
  vertical-align: super;
  font-size: .65em;
}

/* line 171, scss/_base.scss */
sub, .sub {
  vertical-align: sub;
  font-size: .65em;
}

/* line 173, scss/_base.scss */
.ellipsis, .ellipsis li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 179, scss/_base.scss */
.text-clip, .text-clip li {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
}

/* Lists */
/* line 187, scss/_base.scss */
ul, ol, dl {
  list-style-position: outside;
}

/* line 188, scss/_base.scss */
ul {
  margin-left: 1.4rem;
  list-style-type: disc;
}

/* line 192, scss/_base.scss */
ul.lined, ul.none {
  list-style-type: none;
  margin-left: 0;
}

/* line 193, scss/_base.scss */
ul.lined li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding-left: .5rem;
}

/* line 195, scss/_base.scss */
ol {
  margin-left: 2.6rem;
  list-style-type: decimal;
}

/* GRID */
/* line 201, scss/_base.scss */
.full, .content-block {
  margin: 0px auto;
  padding: 0px;
  max-width: 960px;
}

/* row */
/* line 208, scss/_base.scss */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 220, scss/_base.scss */
.row.collapse, .row.collapse.cell, .row.collapse .row {
  padding: 0 0;
}

/* line 222, scss/_base.scss */
.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 228, scss/_base.scss */
.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

/* Justify Row */
/* line 235, scss/_base.scss */
.justify-start {
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 236, scss/_base.scss */
.justify-end {
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 237, scss/_base.scss */
.justify-center {
  -webkit-justify-content: center;
  -moz-box-pack: center;
  ms-flex-pack: center;
  justify-content: center;
}

/* line 238, scss/_base.scss */
.justify-space {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 239, scss/_base.scss */
.justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/* Row Direction */
/* line 242, scss/_base.scss */
.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 246, scss/_base.scss */
.column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 250, scss/_base.scss */
.column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Cells */
/* line 256, scss/_base.scss */
.cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 .5rem;
}

/* line 265, scss/_base.scss */
.cell.fit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 272, scss/_base.scss */
.cell:last-of-type {
  position: relative;
  right: 0;
}

/* line 277, scss/_base.scss */
.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .fifths, .half, .third, .noflex {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -ms-flex: none;
  flex: none;
}

/* line 285, scss/_base.scss */
.block {
  display: block;
}

/* line 289, scss/_base.scss */
.inline-block {
  display: inline-block;
}

/* line 293, scss/_base.scss */
.centered {
  margin: 0px auto;
}

/* line 297, scss/_base.scss */
.one-hundred {
  width: 100%;
}

/* line 298, scss/_base.scss */
.ninetyfive {
  width: 95%;
}

/* line 299, scss/_base.scss */
.ninety {
  width: 90%;
}

/* line 300, scss/_base.scss */
.eightyfive {
  width: 85%;
}

/* line 301, scss/_base.scss */
.eighty {
  width: 80%;
}

/* line 302, scss/_base.scss */
.seventyfive {
  width: 75%;
}

/* line 303, scss/_base.scss */
.seventy {
  width: 70%;
}

/* line 304, scss/_base.scss */
.sixtyfive {
  width: 65%;
}

/* line 305, scss/_base.scss */
.sixty {
  width: 60%;
}

/* line 306, scss/_base.scss */
.fiftyfive {
  width: 55%;
}

/* line 307, scss/_base.scss */
.fifty {
  width: 50%;
}

/* line 308, scss/_base.scss */
.fourtyfive {
  width: 45%;
}

/* line 309, scss/_base.scss */
.fourty {
  width: 40%;
}

/* line 310, scss/_base.scss */
.thirtyfive {
  width: 35%;
}

/* line 311, scss/_base.scss */
.thirtythree {
  width: 33.33%;
}

/* line 312, scss/_base.scss */
.thirty {
  width: 30%;
}

/* line 313, scss/_base.scss */
.twentyfive {
  width: 25%;
}

/* line 314, scss/_base.scss */
.twenty {
  width: 20%;
}

/* line 315, scss/_base.scss */
.fifteen {
  width: 15%;
}

/* line 316, scss/_base.scss */
.ten {
  width: 10%;
}

/* line 318, scss/_base.scss */
.twelve {
  width: 100%;
}

/* line 319, scss/_base.scss */
.eleven {
  width: calc(100%/12 * 11);
}

/* line 320, scss/_base.scss */
.ten {
  width: calc(100%/12 * 10);
}

/* line 321, scss/_base.scss */
.nine {
  width: 75%;
}

/* line 322, scss/_base.scss */
.eight {
  width: calc(100%/12 * 8);
}

/* line 323, scss/_base.scss */
.seven {
  width: calc(100%/12 * 7);
}

/* line 324, scss/_base.scss */
.six, .half {
  width: 50%;
}

/* line 325, scss/_base.scss */
.five {
  width: calc(100%/12 * 5);
}

/* line 326, scss/_base.scss */
.four, .third {
  width: calc(100%/12 * 4);
}

/* line 327, scss/_base.scss */
.three {
  width: 25%;
}

/* line 328, scss/_base.scss */
.two {
  width: calc(100%/12 * 2);
}

/* line 329, scss/_base.scss */
.one {
  width: calc(100%/12);
}

/* line 330, scss/_base.scss */
.fifths {
  width: 20%;
}

/* line 332, scss/_base.scss */
.offset-1 {
  margin-left: calc(100%/12);
}

/* line 333, scss/_base.scss */
.offset-2 {
  margin-left: calc(100%/12 * 2);
}

/* line 334, scss/_base.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 335, scss/_base.scss */
.offset-4 {
  margin-left: calc(100%/12 * 4);
}

/* line 336, scss/_base.scss */
.offset-5 {
  margin-left: calc(100%/12 * 5);
}

/* line 337, scss/_base.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 338, scss/_base.scss */
.offset-7 {
  margin-left: calc(100%/12 * 7);
}

/* line 339, scss/_base.scss */
.offset-8 {
  margin-left: calc(100%/12 * 8);
}

/* line 340, scss/_base.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 341, scss/_base.scss */
.offset-10 {
  margin-left: calc(100%/12 * 10);
}

/* line 342, scss/_base.scss */
.offset-11 {
  margin-left: calc(100%/12 * 11);
}

/*rows & clears*/
/* line 345, scss/_base.scss */
.no-flexboxlegacy .row:before, .no-flexboxlegacy .row:after, .no-flexbox .row:before, .no-flexbox .row:after, .clear:before, .clear:after {
  content: '';
  display: table;
}

/* line 346, scss/_base.scss */
.no-flexbox .row:after, .clear:after, .no-flexboxlegacy .row:after {
  clear: both;
}

/* line 347, scss/_base.scss */
.no-flexbox .row, .no-flexboxlegacy .row, .clear {
  zoom: 1;
}

/* Order */
/* line 350, scss/_base.scss */
.o1, .o1-large {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

/* line 351, scss/_base.scss */
.o2, .o2-large {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

/* line 352, scss/_base.scss */
.o3, .o3-large {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

/* line 353, scss/_base.scss */
.o4, .o4-large {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

/* line 354, scss/_base.scss */
.o5, .o5-large {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

/* line 355, scss/_base.scss */
.o6, .o6-large {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

/* line 356, scss/_base.scss */
.o7, .o7-large {
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

/* line 357, scss/_base.scss */
.o8, .o8-large {
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

/* line 358, scss/_base.scss */
.o9, .o9-large {
  -webkit-box-ordinal-group: 9;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

/* line 359, scss/_base.scss */
.o10, .o10-large {
  -webkit-box-ordinal-group: 10;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

/* line 360, scss/_base.scss */
.o11, .o11-large {
  -webkit-box-ordinal-group: 11;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

/* line 361, scss/_base.scss */
.o12, .o12-large {
  -webkit-box-ordinal-group: 12;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

/* Alignment */
/* line 365, scss/_base.scss */
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 369, scss/_base.scss */
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 373, scss/_base.scss */
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 377, scss/_base.scss */
.align-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/* line 380, scss/_base.scss */
.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 383, scss/_base.scss */
.align-stretch .cell {
  background-clip: content-box;
}

/* Gutter styling */
/* line 388, scss/_base.scss */
.gutter-even-small {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 392, scss/_base.scss */
.gutter-even-medium {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 396, scss/_base.scss */
.gutter-even-large {
  padding-left: 35px;
  padding-right: 35px;
}

/* line 401, scss/_base.scss */
.gutter-right-small {
  padding-right: 15px;
}

/* line 404, scss/_base.scss */
.gutter-right-medium {
  padding-right: 25px;
}

/* line 407, scss/_base.scss */
.gutter-right-large {
  padding-right: 35px;
}

/* line 411, scss/_base.scss */
.gutter-left-small {
  padding-left: 15px;
}

/* line 414, scss/_base.scss */
.gutter-left-medium {
  padding-left: 25px;
}

/* line 417, scss/_base.scss */
.gutter-left-large {
  padding-left: 35px;
}

/* Box Styling */
/* line 422, scss/_base.scss */
.rounded {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* line 430, scss/_base.scss */
.round {
  border-radius: 4000px;
  -moz-border-radius: 4000px;
  -webkit-border-radius: 4000px;
  -ms-border-radius: 4000px;
  -o-border-radius: 4000px;
}

/* line 438, scss/_base.scss */
.shadow {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* line 439, scss/_base.scss */
.solid-shadow {
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
}

/* Media */
/* line 442, scss/_base.scss */
.img {
  width: 100%;
  height: auto;
}

/* Video */
/* line 445, scss/_base.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  height: 0;
  overflow: hidden;
}

/* line 453, scss/_base.scss */
.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Media Queries
..
Removed! These will changesite to site enough that they will live on their own. Please refer to original thimble.css
*/
/* Visibility Classes ----------------------
inspired by Foundation */
/* line 43, scss/_media.scss */
.show-medium {
  display: none;
}
@media all and (max-width: 1024px) {
  /* line 43, scss/_media.scss */
  .show-medium {
    display: block;
  }
}

/* line 47, scss/_media.scss */
.show-medium-inline {
  display: none;
}
@media all and (max-width: 1024px) {
  /* line 47, scss/_media.scss */
  .show-medium-inline {
    display: inline-block;
  }
}

@media all and (max-width: 1024px) {
  /* line 51, scss/_media.scss */
  .hide-medium {
    display: none;
  }
}

/* line 56, scss/_media.scss */
.show-800 {
  display: none;
}
@media all and (max-width: 800px) {
  /* line 56, scss/_media.scss */
  .show-800 {
    display: block;
  }
}

/* line 60, scss/_media.scss */
.show-800-inline {
  display: none;
}
@media all and (max-width: 800px) {
  /* line 60, scss/_media.scss */
  .show-800-inline {
    display: inline-block;
  }
}

@media all and (max-width: 800px) {
  /* line 64, scss/_media.scss */
  .hide-800 {
    display: none;
  }
}

/* line 68, scss/_media.scss */
.show-900 {
  display: none;
}
@media all and (max-width: 900px) {
  /* line 68, scss/_media.scss */
  .show-900 {
    display: block;
  }
}

/* line 72, scss/_media.scss */
.show-900-inline {
  display: none;
}
@media all and (max-width: 900px) {
  /* line 72, scss/_media.scss */
  .show-900-inline {
    display: inline-block;
  }
}

@media all and (max-width: 900px) {
  /* line 76, scss/_media.scss */
  .hide-900 {
    display: none;
  }
}

/* line 81, scss/_media.scss */
.show-tablet-small-inline {
  display: none;
}
@media all and (max-width: 601px) {
  /* line 81, scss/_media.scss */
  .show-tablet-small-inline {
    display: inline-block;
  }
}

/* line 85, scss/_media.scss */
.show-tablet-small {
  display: none;
}
@media all and (max-width: 601px) {
  /* line 85, scss/_media.scss */
  .show-tablet-small {
    display: block;
  }
}

@media all and (max-width: 601px) {
  /* line 89, scss/_media.scss */
  .hide-tablet-small {
    display: none;
  }
}

/* line 93, scss/_media.scss */
.show-tablet-large {
  display: none;
}
@media all and (max-width: 770px) {
  /* line 93, scss/_media.scss */
  .show-tablet-large {
    display: block;
  }
}

/* line 97, scss/_media.scss */
.show-tablet-large-inline {
  display: none;
}
@media all and (max-width: 770px) {
  /* line 97, scss/_media.scss */
  .show-tablet-large-inline {
    display: inline-block;
  }
}

@media all and (max-width: 770px) {
  /* line 101, scss/_media.scss */
  .hide-tablet-large {
    display: none;
  }
}

/* line 106, scss/_media.scss */
.show-mobile-large {
  display: none;
}

/* line 110, scss/_media.scss */
.show-mobile-large-inline {
  display: none;
}

/* line 118, scss/_media.scss */
.show-mobile-small {
  display: none;
}
@media all and (max-width: 380px) {
  /* line 118, scss/_media.scss */
  .show-mobile-small {
    display: block;
  }
}

/* line 121, scss/_media.scss */
.show-mobile-small-inline {
  display: none;
}
@media all and (max-width: 380px) {
  /* line 121, scss/_media.scss */
  .show-mobile-small-inline {
    display: inline-block;
  }
}

@media all and (max-width: 380px) {
  /* line 125, scss/_media.scss */
  .hide-mobile-small {
    display: none;
  }
}

/* line 19, scss/style.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, scss/style.scss */
html {
  overflow-x: hidden;
}

/* line 29, scss/style.scss */
body {
  font-size: 16px;
  color: #56454a;
  font-family: "Lato", "Georgia", serif;
}

/* line 35, scss/style.scss */
p {
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 10px 0 15px;
}
@media all and (max-width: 601px) {
  /* line 35, scss/style.scss */
  p {
    margin: 8px 0 10px;
  }
}

/* line 43, scss/style.scss */
a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  text-decoration: none;
  color: #c80032;
}
/* line 24, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: #4e029d;
}

/* line 51, scss/style.scss */
.reverse-link {
  color: #4e029d;
}
/* line 24, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.reverse-link:hover {
  color: #c80032;
}
/* line 53, scss/style.scss */
.reverse-link a {
  color: #4e029d;
}
/* line 24, ../../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.reverse-link a:hover {
  color: #c80032;
}

/* line 58, scss/style.scss */
strong, b {
  font-weight: bold;
  font-weight: 700;
}

/* line 63, scss/style.scss */
em, i {
  font-style: italic;
}

/* line 67, scss/style.scss */
.readmore {
  background: #C80032;
  padding: 14px 21px;
  border-radius: 4px;
  font-size: 1.8rem;
  margin: 15px 0;
  display: inline-block;
  width: auto;
  color: white;
}
/* line 76, scss/style.scss */
.readmore:hover {
  color: white;
  background: #c34363;
}

/*  TYPOGRAPHY  */
/* line 80, scss/style.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 18px;
  font-family: "Lato", sans-serif;
}
@media all and (max-width: 601px) {
  /* line 80, scss/style.scss */
  h1, h2, h3, h4, h5, h6 {
    margin: 8px 0 6px;
  }
}

/* line 88, scss/style.scss */
h1, h2, h3 {
  font-weight: 300;
  color: #750F28;
}

/* line 93, scss/style.scss */
h1 {
  font-size: 30px;
  line-height: 12px;
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: bold;
}

/* line 95, scss/style.scss */
h2 {
  font-size: 28px;
  line-height: 12px;
  font-size: 2.8rem;
  line-height: 1.2em;
  font-weight: bold;
}

/* line 97, scss/style.scss */
h3 {
  font-size: 26px;
  line-height: 12px;
  font-size: 2.6rem;
  line-height: 1.2em;
}

/* line 99, scss/style.scss */
h4 {
  font-size: 24px;
  line-height: 12px;
  font-size: 2.4rem;
  line-height: 1.2em;
}

/* line 101, scss/style.scss */
h5 {
  font-size: 17px;
  line-height: 16px;
  font-size: 1.7rem;
  line-height: 1.6em;
}

/* line 103, scss/style.scss */
h6 {
  font-size: 12px;
  line-height: 12px;
  font-size: 1.2rem;
  line-height: 1.2em;
}

@media all and (max-width: 601px) {
  /* line 106, scss/style.scss */
  h1 {
    font-size: 26px;
    line-height: 12px;
    font-size: 2.6rem;
    line-height: 1.2em;
  }

  /* line 107, scss/style.scss */
  h2 {
    font-size: 22px;
    line-height: 12px;
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  /* line 108, scss/style.scss */
  h3 {
    font-size: 18px;
    line-height: 12px;
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}
/* line 111, scss/style.scss */
.meta {
  color: #b88626;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 12px;
  font-size: 1.5rem;
  line-height: 1.2em;
}

/* line 117, scss/style.scss */
.booktitle {
  font-weight: bold;
  font-style: italic;
}

/* line 122, scss/style.scss */
.sans {
  font-family: "Lato", sans-serif;
}

/* line 126, scss/style.scss */
.serif {
  font-family: "Lato", "Georgia", serif;
}

/* line 130, scss/style.scss */
.purple {
  color: #4e029d;
}

/* line 134, scss/style.scss */
.caps {
  text-transform: uppercase;
}

/* line 138, scss/style.scss */
hr, .divider {
  border: 1px solid #ccc;
  height: 1px;
  margin: 25px auto;
  width: 75%;
  clear: both;
}

/* line 146, scss/style.scss */
.float-right {
  float: right;
}
@media all and (max-width: 480px) {
  /* line 146, scss/style.scss */
  .float-right {
    float: none;
  }
}

/* line 151, scss/style.scss */
.float-left {
  float: left;
}
@media all and (max-width: 480px) {
  /* line 151, scss/style.scss */
  .float-left {
    float: none;
  }
}

/* line 41, scss/_base.scss */
.clear:before, .clear:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 47, scss/_base.scss */
.clear:after {
  clear: both;
}

/* line 160, scss/style.scss */
.shadow {
  -webkit-box-shadow: 0px 0px 38px -7px #a99798;
  -moz-box-shadow: 0px 0px 38px -7px #a99798;
  box-shadow: 0px 0px 38px -7px #a99798;
}

/* line 164, scss/style.scss */
.stroke {
  border: 1px solid #CC9AA6;
}

/* Wrap and Main */
/* line 169, scss/style.scss */
.page {
  background-color: #ede1e5;
}

/* Columns and Structure */
/* line 174, scss/style.scss */
.row {
  clear: both;
  position: relative;
}

/* line 179, scss/style.scss */
.contain, header {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 10px 80px;
  width: 1020px;
  position: relative;
}
@media all and (max-width: 1024px) {
  /* line 179, scss/style.scss */
  .contain, header {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 30px 10px;
  }
}
@media all and (max-width: 601px) {
  /* line 179, scss/style.scss */
  .contain, header {
    padding: 10px 20px 15px;
  }
}

/* line 195, scss/style.scss */
.narrow {
  max-width: 1020px;
  margin: 0 auto;
  padding: 20px 10px 10px;
  width: 860px;
  position: relative;
}
@media all and (max-width: 1024px) {
  /* line 195, scss/style.scss */
  .narrow {
    max-width: 90%;
    margin: 0 auto;
    padding: 15px 30px 10px;
  }
}
@media all and (max-width: 601px) {
  /* line 195, scss/style.scss */
  .narrow {
    padding: 10px 20px 15px;
  }
}

/* line 211, scss/style.scss */
.left {
  float: left;
  padding: 10px 20px 10px 0px;
}
@media all and (max-width: 601px) {
  /* line 211, scss/style.scss */
  .left {
    float: none;
    padding: 0px 0;
  }
}

/* line 217, scss/style.scss */
.right {
  float: right;
  padding: 10px 0px 10px 20px;
}
@media all and (max-width: 601px) {
  /* line 217, scss/style.scss */
  .right {
    float: none;
    padding: 0px 0;
  }
}

/* line 223, scss/style.scss */
header {
  padding: 10px 10px;
}

/* line 228, scss/style.scss */
.main-navigation {
  text-align: left;
}
/* line 230, scss/style.scss */
.main-navigation ul {
  padding: 15px 0 5px;
  margin: 0;
}
/* line 233, scss/style.scss */
.main-navigation ul li {
  margin: 0px 0px 0px;
  font-family: "Lato", sans-serif;
  display: inline-block;
  padding: 0 15px;
  vertical-align: bottom;
}
@media all and (max-width: 601px) {
  /* line 228, scss/style.scss */
  .main-navigation {
    display: none;
    background: rgba(254, 250, 251, 0.9);
  }
  /* line 249, scss/style.scss */
  .main-navigation ul li {
    text-align: center;
    display: block;
    padding: 15px 0;
    font-size: 20px;
  }
}

/* Mobile Navgiation ---------------------- */
/* line 260, scss/style.scss */
.hamburger {
  display: none;
}
/* line 262, scss/style.scss */
.hamburger span {
  display: block;
  width: 40px;
  height: 6px;
  margin: 8px auto;
  background-color: #c80032;
}
@media all and (max-width: 601px) {
  /* line 260, scss/style.scss */
  .hamburger {
    display: inline-block;
    width: 20%;
    z-index: 999;
    padding: 5px 0;
    position: absolute;
    z-index: 999;
    padding: 0 0 0;
    right: 0;
  }
}

/* line 282, scss/style.scss */
.expand {
  display: block !important;
  position: absolute;
  width: 100%;
  z-index: 998;
  background: rgba(255, 255, 255, 0.95);
  padding-bottom: 15px;
  border: 3px solid #C80032;
  border-left: none;
  border-right: none;
}

/* line 294, scss/style.scss */
.shadow-box {
  background: white;
  -webkit-box-shadow: inset 0 0 20px -7px #b15368;
  -moz-box-shadow: inset 0 0 20px -7px #b15368;
  box-shadow: inset 0 0 20px -7px #b15368;
  padding: 10px 20px 15px;
}

/* line 300, scss/style.scss */
.checkmark {
  margin: 0px 2px 0px -22px;
  color: #C33458;
}

/* line 305, scss/style.scss */
.main-splash {
  color: #fff;
  background: transparent url(images/cookies-giganto.jpg) no-repeat center center;
}
/* line 307, scss/style.scss */
.main-splash h3 {
  color: #fff;
}

/* line 311, scss/style.scss */
#section2 {
  border-top: 13px solid #CAB4B4;
  border-bottom: 13px solid #CAB4B4;
}

/* Gutter styling */
/* line 318, scss/style.scss */
.gutter-even-small {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 322, scss/style.scss */
.gutter-even-medium {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 326, scss/style.scss */
.gutter-even-large {
  padding-left: 35px;
  padding-right: 35px;
}

/* line 331, scss/style.scss */
.gutter-right-small {
  padding-right: 15px;
}

/* line 334, scss/style.scss */
.gutter-right-medium {
  padding-right: 25px;
}

/* line 337, scss/style.scss */
.gutter-right-large {
  padding-right: 35px;
}

/* line 341, scss/style.scss */
.gutter-left-small {
  padding-left: 15px;
}

/* line 344, scss/style.scss */
.gutter-left-medium {
  padding-left: 25px;
}

/* line 347, scss/style.scss */
.gutter-left-large {
  padding-left: 35px;
}

@media all and (max-width: 601px) {
  /* line 353, scss/style.scss */
  .gutter-even-small, .gutter-even-medium, .gutter-even-large, .gutter-right-small, .gutter-right-medium, .gutter-right-large, .gutter-left-small, .gutter-left-medium,
  .gutter-left-large {
    padding: inherit;
  }
}
/* line 360, scss/style.scss */
footer {
  color: white;
  clear: both;
  position: relative;
  padding: 10px 20px 10px;
  background-color: #6f1c31;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c72e55), to(#6f1c31));
  background: -webkit-linear-gradient(top, #c72e55, #6f1c31);
  background: -moz-linear-gradient(top, #c72e55, #6f1c31);
  background: -ms-linear-gradient(top, #c72e55, #6f1c31);
  background: -o-linear-gradient(top, #c72e55, #6f1c31);
  background: linear-gradient(to bottom, #c72e55 1%, #6f1c31 94%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top-color', endColorstr='$bottom-color',GradientType=0 );
  /* IE6-9 */
}
/* line 367, scss/style.scss */
footer a {
  color: white;
}
/* line 368, scss/style.scss */
footer a:hover {
  color: #4e029d;
}
/* line 369, scss/style.scss */
footer .contain, footer header {
  padding: 0px 10px 0px;
}
/* line 371, scss/style.scss */
footer p {
  font-size: 1.0rem;
  line-height: 1.6em;
  margin: 10px 0 11px;
}
/* line 376, scss/style.scss */
footer h5 {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 0;
}

/* line 383, scss/style.scss */
.bottom-foot {
  color: #fff;
  background: #5A1727;
}
/* line 386, scss/style.scss */
.bottom-foot .contain, .bottom-foot header {
  padding: 0px 10px 0px;
}

/* line 390, scss/style.scss */
.social-nav a {
  margin: 0 10px;
}
/* line 391, scss/style.scss */
.social-nav img {
  max-width: 50px;
  opacity: 0.7;
}

@media all and (max-width: 601px) {
  /* line 395, scss/style.scss */
  .one-hundred, .ninety, .ninetyfive, .eighty, .eightyfive, .seventyfive, .sixtyfive, .fiftyfive, .thirtyfive, .twentyfive, .fifteen, .ten, .seventy, .sixty, .fifty, .fourty, .thirty, .twenty {
    width: 100%;
  }
}
