/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  color: #333;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font size within `section` and `article` contexts in
 * Firefox 4+, Safari 5, and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2em;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  font-family: 'Alfa Slab One', Georgia, serif;
  font-weight: normal; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

i {
  font-style: normal; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

p {
  margin: 0 0 1.5em 0; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  *zoom: 1;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 90%; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (min-width: 1100px) {
    .container {
      width: 100%; } }

.block-home {
  height: inherit; }
  @media screen and (min-width: 768px) {
    .block-home {
      height: 460px; }
      .block-home:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; } }

.l-topnav {
  background: #0a3c57;
  background: rgba(10, 60, 87, 0.9);
  padding: 0.8125em 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1; }
  @media screen and (min-width: 840px) {
    .l-topnav {
      position: fixed;
      z-index: 2;
      padding: 0.375em 0; } }

.ul-topnav {
  list-style: none;
  padding: 0;
  margin: 2em 0 0 0; }
  @media screen and (min-width: 840px) {
    .ul-topnav {
      float: right;
      margin: 0; } }

.li-topnav {
  display: block;
  float: left;
  margin-right: 2.84259%;
  width: 48.57871%;
  margin-bottom: 0.375em;
  text-align: center;
  background: #09364e; }
  .li-topnav:last-child {
    margin-right: 0; }
  .li-topnav:nth-child(2n) {
    margin-right: 0; }
  .li-topnav.active a {
    color: #ffa63e; }
  .li-topnav:last-child a.a-topnav {
    padding-right: 0; }
  @media screen and (min-width: 840px) {
    .li-topnav {
      width: inherit;
      margin-right: 0;
      background: none;
      margin-bottom: 0;
      text-align: left; } }

.l-subnav {
  background: #1e9ec8;
  background: rgba(30, 158, 200, 0.9);
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 840px) {
    .l-subnav {
      position: fixed;
      top: 56px;
      z-index: 1;
      padding: 0; } }

.l-ftr-about-photo {
  width: 32%;
  float: left;
  margin-bottom: 5%;
  margin-right: 5%; }
  @media screen and (min-width: 768px) {
    .l-ftr-about-photo {
      width: 25%;
      margin-bottom: 2%;
      margin-right: 2%; } }

.l-ftr-about {
  display: block;
  float: left;
  margin-right: 3.57866%;
  width: 100%; }
  .l-ftr-about:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) and (max-width: 939px) {
    .l-ftr-about {
      display: block;
      float: left;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .l-ftr-about:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 940px) {
    .l-ftr-about {
      display: block;
      float: left;
      margin-right: 3.16844%;
      width: 65.61052%; }
      .l-ftr-about:last-child {
        margin-right: 0; } }

.l-ftr-contact {
  display: block;
  float: left;
  margin-right: 3.57866%;
  width: 100%; }
  .l-ftr-contact:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) and (max-width: 939px) {
    .l-ftr-contact {
      display: block;
      float: left;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .l-ftr-contact:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 940px) {
    .l-ftr-contact {
      display: block;
      float: left;
      margin-right: 3.16844%;
      width: 31.22104%; }
      .l-ftr-contact:last-child {
        margin-right: 0; } }

.l-ftr-links {
  *zoom: 1;
  display: block;
  padding: 1em 0 0 0;
  display: block;
  float: left;
  margin-right: 38.19821%;
  width: 100%;
  border-top: 1px solid #dff1f1; }
  .l-ftr-links:before, .l-ftr-links:after {
    content: " ";
    display: table; }
  .l-ftr-links:after {
    clear: both; }
  .l-ftr-links:last-child {
    margin-right: 0; }

.post-intro p {
  font-size: 1.125em; }
  @media screen and (min-width: 768px) {
    .post-intro p {
      font-size: 1.25em; } }

.l-post {
  display: block;
  float: left;
  margin-right: 2.01406%;
  width: 100%; }
  .l-post:last-child {
    margin-right: 0; }
  .l-post p {
    font-size: 1em; }
    @media screen and (min-width: 768px) {
      .l-post p {
        font-size: 1.25em; } }
  @media screen and (min-width: 768px) {
    .l-post {
      margin-left: 11.08875%;
      display: block;
      float: left;
      margin-right: 2.01406%;
      width: 78.13984%; }
      .l-post:last-child {
        margin-right: 0; } }

@media screen and (min-width: 768px) {
  .l-1col {
    margin-left: 11.08875%;
    display: block;
    float: left;
    margin-right: 2.01406%;
    width: 78.13984%; }
    .l-1col:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .l-2col {
    display: block;
    float: left;
    margin-right: 7.42297%;
    width: 46.28851%; }
    .l-2col:last-child {
      margin-right: 0; }
    .l-2col:nth-child(2n) {
      margin-right: 0; } }

.l-3col {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
  padding-bottom: 2em; }
  .l-3col:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 939px) {
    .l-3col {
      border-bottom: none;
      margin-bottom: 1em;
      padding-bottom: 1em;
      display: block;
      float: left;
      margin-right: 7.42297%;
      width: 46.28851%; }
      .l-3col:last-child {
        margin-right: 0; }
      .l-3col:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 940px) {
    .l-3col {
      border-bottom: none;
      display: block;
      float: left;
      margin-right: 4.82916%;
      width: 30.11389%; }
      .l-3col:last-child {
        margin-right: 0; }
      .l-3col:nth-child(3n) {
        margin-right: 0; } }

@media screen and (min-width: 970px) {
  .l-1of3 {
    display: block;
    float: left;
    margin-right: 10.1484%;
    width: 26.56773%; }
    .l-1of3:last-child {
      margin-right: 0; } }

@media screen and (min-width: 970px) {
  .l-2of3 {
    display: block;
    float: left;
    margin-right: 10.1484%;
    width: 63.28387%; }
    .l-2of3:last-child {
      margin-right: 0; } }

.l-home-blog {
  margin-bottom: 2em;
  padding-bottom: 2em; }
  @media screen and (min-width: 768px) and (max-width: 939px) {
    .l-home-blog {
      margin-bottom: 1em;
      padding-bottom: 1em; } }
  @media screen and (min-width: 940px) {
    .l-home-blog {
      display: block;
      float: left;
      margin-right: 4.82916%;
      width: 30.11389%; }
      .l-home-blog:last-child {
        margin-right: 0; }
      .l-home-blog:nth-child(3n) {
        margin-right: 0; } }

.l-social {
  margin: 1em 0.5em 0 0; }

.l-mailform {
  background: #d9eff9;
  padding: 1em 1em 1.125em; }

.l-twitter {
  clear: both;
  width: 85%; }
  @media screen and (min-width: 768px) {
    .l-twitter {
      clear: none;
      float: right;
      width: 45%; } }

.l-buy-book {
  padding-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .l-buy-book {
      display: block;
      float: left;
      margin-right: 4.82916%;
      width: 30.11389%; }
      .l-buy-book:last-child {
        margin-right: 0; } }

.l-videos {
  clear: both; }
  @media screen and (min-width: 768px) {
    .l-videos {
      clear: none;
      display: block;
      float: left;
      margin-right: 4.82916%;
      width: 65.05695%; }
      .l-videos:last-child {
        margin-right: 0; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .l-buy {
    display: block;
    float: left;
    margin-right: 1.40138%;
    width: 49.29931%; }
    .l-buy:last-child {
      margin-right: 0; }
    .l-buy:nth-child(2n) {
      margin-right: 0; } }

.l-home-books {
  *zoom: 1;
  margin-bottom: 1.5em;
  color: #0a3c57; }
  .l-home-books:before, .l-home-books:after {
    content: " ";
    display: table; }
  .l-home-books:after {
    clear: both; }
  .l-home-books h1 {
    font-size: 1.5em;
    font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
    font-weight: bold; }
  .l-home-books span {
    display: block;
    font-size: 0.75em;
    margin-bottom: 1em; }

.l-book {
  text-align: center; }
  @media screen and (min-width: 530px) {
    .l-book {
      float: left;
      width: 45%;
      text-align: right; } }
  @media screen and (min-width: 768px) {
    .l-book {
      width: 25%; } }
  .l-book img {
    width: 55%; }

@media screen and (min-width: 530px) {
  .l-book-alt {
    float: right;
    text-align: left; } }

.l-book-photo {
  display: none; }
  @media screen and (min-width: 530px) {
    .l-book-photo {
      display: block;
      position: relative;
      width: 50%;
      min-height: 370px;
      float: right;
      background: url("/assets/css/images/bg-photo-smartest.jpg") center no-repeat; } }
  @media screen and (min-width: 768px) {
    .l-book-photo {
      width: 70%; } }

@media screen and (min-width: 530px) {
  .l-book-photo-alt {
    float: left;
    background: url("/assets/css/images/bg-photo-unthinkable.jpg") center no-repeat; } }

.h-title-large {
  font-size: 1.8em; }
  @media screen and (min-width: 768px) {
    .h-title-large {
      font-size: 2.8125em; } }

.h-title-medium {
  font-size: 1.25em; }
  @media screen and (min-width: 768px) {
    .h-title-medium {
      font-size: 1.5em; } }

.h-title-small {
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.125em;
  letter-spacing: -1px; }
  @media screen and (min-width: 768px) {
    .h-title-small {
      font-size: 1.3125em; } }

[class*="h-subhead"] {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #a4b6c0; }

.h-subhead-mini {
  font-size: 0.875em;
  line-height: 1.5; }

.h-title-mini {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4); }

.posted {
  font-family: Georgia; }

.h-intro {
  font-size: 3.75em;
  color: #3fade0; }

.subcopy {
  font-size: 0.8125em;
  line-height: 1.6; }

.a-external {
  text-decoration: none; }

.a-title {
  color: #0a3c57;
  text-decoration: none; }

.a-intro-title {
  color: #f1f9f9;
  text-decoration: none; }
  .a-intro-title:hover {
    color: #ffa63e; }

.a-back {
  color: #3fade0;
  display: inline-block;
  font-size: 1em; }
  .a-back:hover {
    color: #0a3c57; }
  @media screen and (min-width: 768px) {
    .a-back {
      font-size: 0.875em; } }

.a-anchor {
  padding-top: 1em;
  margin-top: -1em; }
  @media screen and (min-width: 768px) {
    .a-anchor {
      padding-top: 7.5em;
      margin-top: -7.5em; } }

.a-anchor-alt {
  padding-top: 1em;
  margin-top: -1em; }
  @media screen and (min-width: 768px) {
    .a-anchor-alt {
      padding-top: 3em;
      margin-top: -3em; } }

@font-face {
  font-family: 'icons';
  src: url("/assets/fonts/icons.eot");
  src: url("/assets/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/icons.woff") format("woff"), url("/assets/fonts/icons.ttf") format("truetype"), url("/assets/fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

[class*="icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-feed:before {
  content: "\e002"; }

.icon-youtube:before {
  content: "\e003"; }

.icon-new-tab:before {
  content: "\e004"; }

.icon-facebook:before {
  content: "\e001"; }

.icon-twitter:before {
  content: "\e000"; }

.icon-arrow-down:before {
  content: "\e006"; }

.icon-arrow-up:before {
  content: "\e005"; }

.social-icon {
  font-size: 1.375em;
  text-decoration: none;
  text-align: center;
  display: inline-block; }

.icon-new-tab {
  font-size: 1.125em;
  color: rgba(62, 80, 90, 0.15);
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }

a:hover .icon-new-tab {
  color: #3fade0; }

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

.inline li {
  display: inline-block;
  padding-right: 5px; }

.pad-tb {
  padding: 2em 0; }

.pad-med-tb {
  padding: 1.25em 0; }

.pad-top {
  padding: 2em 0 0 0; }

.pad-b {
  padding: 0 0 0.6em 0; }

.pad-max-b {
  padding: 0 0 6em 0; }
  @media screen and (min-width: 768px) {
    .pad-max-b {
      padding: 0 0 20em 0; } }

.pad-logo {
  padding: 0.5em 0; }
  @media screen and (min-width: 840px) {
    .pad-logo {
      padding: 2.2em 0 0.5em 0; } }

.mb {
  margin-bottom: 1em; }

.mbs {
  margin-bottom: 0.5em; }

.last {
  margin-right: 0;
  overflow-x: hidden; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.center {
  text-align: center; }

.p-relative {
  position: relative; }

.small {
  font-size: 0.75em; }

.smaller {
  font-size: 0.625em;
  opacity: 0.8; }

.brdr-b {
  border-bottom: 1px solid rgba(10, 60, 87, 0.1);
  margin-bottom: 1em; }
  .brdr-b:last-child {
    border-bottom: none; }

.brdr-b-resp {
  border-bottom: 1px solid rgba(10, 60, 87, 0.1);
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .brdr-b-resp {
      border-bottom: none; } }

.img-scale {
  width: 100%;
  display: block;
  width: auto\9;
  /* ie8 */ }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.blog-image {
  width: 100%;
  display: block; }
  @media screen and (min-width: 768px) {
    .blog-image {
      width: 80%; } }

.img-border {
  border: 1px solid white; }

.white {
  color: #fff; }

.orange {
  color: #ff663e; }

.subdue {
  color: #ff8e71; }

.subdue-white {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 2px; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.error {
  color: red;
  font-weight: strong;
  margin: 0.5em 0;
  display: inline-block; }

.brdr-post {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid white; }
  .brdr-post:first-child {
    border-top: 0; }

.brdr-none {
  border-bottom: 0; }

body {
  background: #c3e5f5;
  color: #3e505a;
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 2.9375em 0 0 0; }
  @media screen and (min-width: 840px) {
    body {
      padding: 3.4375em 0 0 0; } }

.body-bigpad {
  padding: 2.9375em 0 0 0; }
  @media screen and (min-width: 840px) {
    .body-bigpad {
      padding: 6em 0 0 0; } }

.layer {
  background: #f1f9f9;
  clear: both;
  overflow: hidden; }

.layer-white {
  background: #fff; }

.layer-lightblue {
  background: rgba(63, 173, 224, 0.2); }

a {
  color: #ff663e;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  a:hover {
    color: #3fade0; }

header {
  background: #3fade0; }

.articles {
  border-bottom: 1px solid rgba(10, 60, 87, 0.1);
  padding: 1em 0.5em;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
  .articles:hover {
    background: rgba(62, 80, 90, 0.1); }
  @media screen and (min-width: 768px) {
    .articles {
      border-bottom: 0; } }

blockquote {
  border-left: 4px solid #ffa63e;
  color: #0a3c57;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding-left: 0.8em;
  margin-left: 0; }
  @media screen and (min-width: 768px) {
    blockquote {
      font-size: 1.0625em;
      margin-left: 2em; } }

.buttons li {
  display: inline-block;
  margin: 0 0.2em;
  font-size: 1.25em; }

.btn {
  padding: 0.5em 1.25em 0.5625em;
  background: #ff663e;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5em;
  display: inline-block;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
  .btn:hover {
    background: #ffa63e;
    color: #3e505a; }

.btn-buy {
  display: block;
  background: #3fade0;
  color: #f1f9f9;
  border-radius: 0; }
  .btn-buy:hover {
    background: #fff;
    color: #0a3c57; }
  @media screen and (min-width: 768px) {
    .btn-buy {
      width: 95%; } }

.btn-home {
  font-size: 0.875em; }
  @media screen and (min-width: 768px) {
    .btn-home {
      font-size: 1em; } }

.review {
  border: none;
  padding: 0;
  margin: 0;
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-size: 0.9375em;
  letter-spacing: 0; }

.review-footer {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: bold; }
  .review-footer a {
    text-transform: uppercase; }

.btn-submit {
  background: #97d3ee;
  border: 1px solid #3fade0;
  padding: 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-submit:hover {
    background: #3fade0;
    color: #f1f9f9; }

.btn-search {
  padding: 0.5em 0.7em;
  display: inline;
  border: 0; }
  @media screen and (min-width: 768px) {
    .btn-search {
      padding: 0.7em 1em; } }

footer {
  background: #c3e5f5;
  padding: 2em 0 1em 0; }
  footer a {
    color: #536b78; }
    footer a:hover {
      color: #000; }
  @media screen and (min-width: 840px) {
    footer {
      padding: 4em 0; } }

.privacy {
  font-size: 0.875em; }

.bg-home {
  width: 100%;
  height: inherit; }
  @media screen and (min-width: 768px) {
    .bg-home {
      height: 460px; } }

.bg-home--main {
  background: url("/assets/css/images/bg-smartest-kids.jpg") #3fade0 no-repeat center top;
  background-size: cover;
  width: 100%;
  height: inherit;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .bg-home--main {
      height: 499px; } }

.bg-home--general {
  background: url("/assets/css/images/bg-general.jpg") #3fade0 no-repeat center top;
  background-size: cover; }

.bg-home--education {
  background: url("/assets/css/images/bg-education.jpg") #3fade0 no-repeat center top;
  background-size: cover; }

.bg-home--global {
  background: url("/assets/css/images/bg-global.jpg") #3fade0 no-repeat center top;
  background-size: cover; }

.bg-home--barista {
  background: url("/assets/css/images/bg-barista.jpg") #3fade0 no-repeat center top;
  background-size: cover; }

.bg-about {
  background: url("/assets/css/images/bg-about-amanda.jpg") #fff no-repeat top center;
  background-size: cover;
  height: 200px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .bg-about {
      height: 382px; } }

.rel {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0; }

.credit {
  position: absolute;
  bottom: 0;
  color: white;
  text-shadow: 0 1px 0 #333;
  text-align: center;
  right: 10px;
  font-size: 12px;
  z-index: 0; }

.bg-appearances {
  background: url("/assets/css/images/bg-appearances.jpg") #fff no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 768px) {
    .bg-appearances {
      height: 382px; } }

.intro-text {
  background: #0a3c57;
  background: rgba(10, 60, 87, 0.8);
  color: #fff;
  width: 112%;
  margin-left: -6%;
  display: inline-block;
  vertical-align: middle;
  padding: 2em 1.5em; }
  .intro-text p {
    font-size: 0.875em; }
  .intro-text h1 {
    font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
    margin-bottom: 0.25em;
    font-size: 2em; }
  .intro-text h2 {
    font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffa63e;
    margin-bottom: 1.25em; }
  @media screen and (min-width: 350px) and (max-width: 510px) {
    .intro-text p {
      font-size: 0.9375em; } }
  @media screen and (min-width: 511px) and (max-width: 660px) {
    .intro-text {
      padding: 2.3em 1em; }
      .intro-text p {
        font-size: 1em; } }
  @media screen and (min-width: 661px) and (max-width: 767px) {
    .intro-text {
      width: 60%;
      padding: 2em; } }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .intro-text {
      width: 60%;
      padding: 2em; } }
  @media screen and (min-width: 960px) {
    .intro-text {
      *zoom: 1;
      width: 50%;
      margin-left: 0; }
      .intro-text:before, .intro-text:after {
        content: " ";
        display: table; }
      .intro-text:after {
        clear: both; }
      .intro-text p {
        font-size: 1.125em; } }

.intro-img {
  box-shadow: 1px 5px 3px rgba(0, 0, 0, 0.25);
  width: 42%;
  margin-right: 5%;
  margin-bottom: 5%; }
  @media screen and (min-width: 350px) and (max-width: 639px) {
    .intro-img {
      width: 20%; } }
  @media screen and (min-width: 640px) and (max-width: 960px) {
    .intro-img {
      width: 42%; } }
  @media screen and (min-width: 960px) {
    .intro-img {
      width: 30%; } }

.book-img {
  width: 90%;
  margin: 0 auto 5% auto;
  display: block; }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .book-img {
      float: left;
      margin: 0 5% 2% 0;
      width: 40%; } }
  @media screen and (min-width: 769px) {
    .book-img {
      float: left;
      margin: 0 5% 5% 0;
      width: 20%; } }

.book-synopsis {
  overflow: hidden;
  border-bottom: 1px solid rgba(10, 60, 87, 0.1); }
  @media screen and (min-width: 480px) {
    .book-synopsis {
      float: left;
      width: 100%; } }

.book-synopsis-nob {
  border-bottom: none; }

.book-img-alt {
  width: 90%;
  margin: 0 auto 5% auto;
  display: block; }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .book-img-alt {
      float: right;
      margin: 0 0 8% 5%;
      width: 40%; } }
  @media screen and (min-width: 769px) {
    .book-img-alt {
      float: right;
      margin: 0 0 2% 5%;
      width: 20%; } }

.book-synopsis-alt {
  overflow: hidden; }
  @media screen and (min-width: 480px) {
    .book-synopsis-alt {
      float: right;
      width: 100%; } }

.logo {
  width: 85%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .logo {
      width: 50%; } }
  @media screen and (min-width: 960px) {
    .logo {
      width: 40%; } }

.subnav {
  width: 100%; }

.subnav-links {
  text-align: center;
  font-size: 0.85em; }
  @media screen and (min-width: 650px) {
    .subnav-links {
      text-align: left;
      float: right; } }
  .subnav-links li {
    display: inline-block;
    text-align: center; }
    @media screen and (min-width: 650px) {
      .subnav-links li {
        float: left; } }
  .subnav-links li:last-child a {
    padding-right: 0; }
  .subnav-links a {
    color: #fff;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 1em;
    text-decoration: none; }
    @media screen and (min-width: 650px) {
      .subnav-links a {
        padding-top: .6875em;
        padding-bottom: .625em;
        padding-right: 1.5em; } }
    .subnav-links a:hover {
      color: #0a3c57; }
  .subnav-links .active a {
    color: #0a3c57; }

.a-topnav {
  color: #fff;
  font-size: 0.875em;
  padding: 0.785714286em 1em 0.857142857em;
  text-decoration: none;
  display: block; }

.js nav[role=navigation] {
  overflow: hidden;
  max-height: 0; }
  .js nav[role=navigation].active {
    max-height: 20em; }
  @media screen and (min-width: 840px) {
    .js nav[role=navigation] {
      max-height: none;
      clear: none; } }

.menu-link {
  float: right;
  display: block;
  padding: 0; }
  @media screen and (min-width: 840px) {
    .menu-link {
      display: none; } }

.about-amanda_border,
.contact_border,
.appearances_border,
.articles_border,
.privacy_border,
.site-map_border {
  border-bottom: 5px solid rgba(63, 173, 224, 0.9); }

.home-nav {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 1.125em;
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-weight: bold; }
  .home-nav a {
    padding: 0; }
  @media screen and (min-width: 840px) {
    .home-nav {
      top: 12px; } }

.form-search {
  width: 80%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .form-search {
      width: 50%; } }

.input-full-width {
  width: 100%;
  padding: 0.5em;
  border: none; }

.btn-full-width {
  margin-top: 1em;
  width: 100%; }

.input-search {
  padding: 0.5em;
  border: none;
  width: 75%; }
  @media screen and (min-width: 768px) {
    .input-search {
      width: 80%;
      font-size: 1.25em; } }

.callout {
  padding: 1em 1em 0;
  background: rgba(63, 173, 224, 0.1); }

.img-publications {
  display: inline-block;
  width: 30%;
  padding-bottom: 4%;
  padding-right: 10%; }
  .img-publications:last-child {
    width: 80%;
    padding-right: 0; }
  @media screen and (min-width: 520px) and (max-width: 767px) {
    .img-publications {
      width: 18%;
      padding-bottom: 0;
      padding-right: 5%; }
      .img-publications:last-child {
        width: 40%;
        padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .img-publications {
      width: 16%;
      padding-bottom: 0;
      padding-right: 6%; }
      .img-publications:last-child {
        width: 38%; } }

.paginate,
.paginate a,
.paginate strong {
  margin-right: 1em;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#dev {
  position: fixed;
  right: 0.75em;
  bottom: 0.75em;
  color: #fff;
  padding: 0.75em;
  background: rgba(0, 0, 0, 0.65);
  min-width: 200px;
  z-index: 1000;
  border-radius: 5px; }
  #dev p {
    font-size: 14px;
    line-height: 1.75;
    margin: 0; }
    #dev p span {
      color: white; }

.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important; }

.publications {
  border-bottom: 1px solid rgba(10, 60, 87, 0.1);
  margin: 0 auto 1em;
  padding-bottom: 1em;
  width: 100%; }

.db {
  display: block; }

.h-line {
  position: relative;
  text-align: center;
  margin-bottom: 1.5em;
  z-index: 1; }
  .h-line:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }

.block {
  display: inline;
  border: 10px solid white; }
