@charset "UTF-8";
body,
button {
  margin: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%; }

img {
  max-width: 100%; }

svg {
  max-height: 100%; }

/* Basscss Base Typography */
body {
  font-family: Baskerville, "Libre Baskerville", "Open Baskerville", "Baskerville Old Face", Lora, "Hoefler Text", Garamond, "Times New Roman", serif;
  line-height: 1.5;
  font-size: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: .5em; }

p,
dl,
ol,
ul {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1rem; }

ol,
ul {
  padding-left: 2rem; }

pre,
code,
samp {
  font-family: "Source Code Pro", Consolas, monospace;
  font-size: inherit; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow-x: scroll; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }

blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 1rem; }

blockquote,
blockquote p {
  font-size: 1.5rem; }

h1,
.h1 {
  font-size: 2.998rem; }

h2,
.h2 {
  font-size: 1.5rem; }

h3,
.h3 {
  font-size: 1.25rem; }

h4,
.h4 {
  font-size: 1rem; }

h5,
.h5 {
  font-size: 0.875rem; }

h6,
.h6 {
  font-size: 0.75rem; }

.list-reset {
  list-style: none;
  padding-left: 0; }

/* Basscss Utility Headings */
.h00 {
  font-size: 4rem; }

.h0 {
  font-size: 3rem; }

@media (min-width: 52em) {
  .h00-responsive {
    font-size: 8vw; }

  .h0-responsive {
    font-size: 6vw; }

  .h1-responsive {
    font-size: 4vw; } }
@media (min-width: 96em) {
  .h00-responsive {
    font-size: 7.68rem; }

  .h0-responsive {
    font-size: 5.76rem; }

  .h1-responsive {
    font-size: 3.84rem; } }
/* Basscss Utility Typography */
.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic, .post-footer {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: .2em; }

.left-align {
  text-align: left; }

.center {
  text-align: center; }

.right-align {
  text-align: right; }

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

/* Basscss Utility White Space */
.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.m1 {
  margin: 0.5rem; }

.mt1 {
  margin-top: 0.5rem; }

.mr1 {
  margin-right: 0.5rem; }

.mb1 {
  margin-bottom: 0.5rem; }

.ml1 {
  margin-left: 0.5rem; }

.m2 {
  margin: 1rem; }

.mt2 {
  margin-top: 1rem; }

.mr2 {
  margin-right: 1rem; }

.mb2 {
  margin-bottom: 1rem; }

.ml2 {
  margin-left: 1rem; }

.m3 {
  margin: 2rem; }

.mt3 {
  margin-top: 2rem; }

.mr3 {
  margin-right: 2rem; }

.mb3 {
  margin-bottom: 2rem; }

.ml3 {
  margin-left: 2rem; }

.m4 {
  margin: 4rem; }

.mt4 {
  margin-top: 4rem; }

.mr4 {
  margin-right: 4rem; }

.mb4 {
  margin-bottom: 4rem; }

.ml4 {
  margin-left: 4rem; }

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem; }

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.mx-auto-block {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.p1 {
  padding: 0.5rem; }

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.p2 {
  padding: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p3 {
  padding: 2rem; }

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.p4 {
  padding: 4rem; }

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px4 {
  padding-left: 4rem;
  padding-right: 4rem; }

/* Basscss Layout */
.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.fit {
  max-width: 100%; }

.max-width-1 {
  max-width: 24rem; }

.max-width-2 {
  max-width: 32rem; }

.max-width-3 {
  max-width: 48rem; }

.max-width-4 {
  max-width: 64rem; }

.border-box {
  box-sizing: border-box; }

/* Basscss Align */
.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

/* Basscss Grid */
.col {
  float: left;
  box-sizing: border-box; }

.col-right {
  float: right;
  box-sizing: border-box; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (min-width: 40em) {
  .sm-col {
    float: left;
    box-sizing: border-box; }

  .sm-col-right {
    float: right;
    box-sizing: border-box; }

  .sm-col-1 {
    width: 8.33333%; }

  .sm-col-2 {
    width: 16.66667%; }

  .sm-col-3 {
    width: 25%; }

  .sm-col-4 {
    width: 33.33333%; }

  .sm-col-5 {
    width: 41.66667%; }

  .sm-col-6 {
    width: 50%; }

  .sm-col-7 {
    width: 58.33333%; }

  .sm-col-8 {
    width: 66.66667%; }

  .sm-col-9 {
    width: 75%; }

  .sm-col-10 {
    width: 83.33333%; }

  .sm-col-11 {
    width: 91.66667%; }

  .sm-col-12 {
    width: 100%; } }
@media (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box; }

  .md-col-right {
    float: right;
    box-sizing: border-box; }

  .md-col-1 {
    width: 8.33333%; }

  .md-col-2 {
    width: 16.66667%; }

  .md-col-3 {
    width: 25%; }

  .md-col-4 {
    width: 33.33333%; }

  .md-col-5 {
    width: 41.66667%; }

  .md-col-6 {
    width: 50%; }

  .md-col-7 {
    width: 58.33333%; }

  .md-col-8 {
    width: 66.66667%; }

  .md-col-9 {
    width: 75%; }

  .md-col-10 {
    width: 83.33333%; }

  .md-col-11 {
    width: 91.66667%; }

  .md-col-12 {
    width: 100%; } }
@media (min-width: 64em) {
  .lg-col {
    float: left;
    box-sizing: border-box; }

  .lg-col-right {
    float: right;
    box-sizing: border-box; }

  .lg-col-1 {
    width: 8.33333%; }

  .lg-col-2 {
    width: 16.66667%; }

  .lg-col-3 {
    width: 25%; }

  .lg-col-4 {
    width: 33.33333%; }

  .lg-col-5 {
    width: 41.66667%; }

  .lg-col-6 {
    width: 50%; }

  .lg-col-7 {
    width: 58.33333%; }

  .lg-col-8 {
    width: 66.66667%; }

  .lg-col-9 {
    width: 75%; }

  .lg-col-10 {
    width: 83.33333%; }

  .lg-col-11 {
    width: 91.66667%; }

  .lg-col-12 {
    width: 100%; } }
.flex {
  display: flex; }

@media (min-width: 40em) {
  .sm-flex {
    display: flex; } }
@media (min-width: 52em) {
  .md-flex {
    display: flex; } }
@media (min-width: 64em) {
  .lg-flex {
    display: flex; } }
.flex-column {
  flex-direction: column; }

.flex-wrap {
  flex-wrap: wrap; }

.items-start {
  align-items: flex-start; }

.items-end {
  align-items: flex-end; }

.items-center {
  align-items: center; }

.items-baseline {
  align-items: baseline; }

.items-stretch {
  align-items: stretch; }

.self-start {
  align-self: flex-start; }

.self-end {
  align-self: flex-end; }

.self-center {
  align-self: center; }

.self-baseline {
  align-self: baseline; }

.self-stretch {
  align-self: stretch; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.content-start {
  align-content: flex-start; }

.content-end {
  align-content: flex-end; }

.content-center {
  align-content: center; }

.content-between {
  align-content: space-between; }

.content-around {
  align-content: space-around; }

.content-stretch {
  align-content: stretch; }

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */ }

.flex-none {
  flex: none; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-last {
  order: 99999; }

/* Basscss Media Object */
.media,
.sm-media,
.md-media,
.lg-media {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.media {
  display: flex; }

.media-center {
  align-items: center; }

.media-bottom {
  align-items: flex-end; }

.media-img-book {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 333px;
  height: 434px; }

.media-img,
.media-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.media-body {
  flex: 1 1 auto; }

@media (min-width: 40em) {
  .sm-media {
    display: flex; } }
@media (min-width: 52em) {
  .md-media {
    display: flex; } }
@media (min-width: 64em) {
  .lg-media {
    display: flex; } }
/* Basscss Base Buttons */
button,
.button {
  font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
  font-size: inherit;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.125rem;
  padding: 0.5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button:hover {
  text-decoration: none; }

.button-blue {
  color: white;
  background-color: #0076df;
  border-radius: 3px;
  transition-duration: .1s;
  transition-timing-function: ease-out;
  transition-property: box-shadow, background-color; }

.button-blue:hover {
  opacity: .875; }

.button-blue:active,
.button-blue.is-active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.125), inset 0 2px 3px 0 rgba(0, 0, 0, 0.25); }

.button-blue:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 1px 4px rgba(0, 118, 223, 0.5); }

.button-blue:disabled,
.button-blue.is-disabled {
  opacity: .5; }

/* Basscss Color Base */
body {
  color: #333;
  background-color: white; }

a {
  color: #0076df;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

pre,
code {
  background-color: #eee;
  border-radius: 3px; }

hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc; }

/* Basscss Colors */
.dark-gray {
  color: #333; }

.white {
  color: white; }

.blue {
  color: #0076df; }

.blue-gradient {
  background: #2c97e9;
  background: -webkit-linear-gradient(top, #2c97e9 0%, #6c68d2 100%);
  background: linear-gradient(to bottom, #2c97e9 0%, #6c68d2 100%); }

.mid-gray {
  color: #777; }

.light-gray {
  color: #ccc; }

.lighter-gray {
  color: #eee; }

.lighter-black {
  color: #404040; }

.red {
  color: #f62e24; }

.red-800 {
  color: #C62828; }

.red-900 {
  color: #B71C1C; }

.red-hot {
  color: #ff3679; }

.green {
  color: #00cf26; }

.lime {
  color: #01ff6f; }

.bg-lime {
  background-color: #01ff6f; }

.yellow {
  color: #efcc00; }

.orange {
  color: #ffcc22; }

.maroon {
  color: #85144b; }

.bg-dark-gray {
  background-color: #333; }

.bg-white {
  background-color: white; }

.bg-blue {
  background-color: #0076df; }

.bg-mid-gray {
  background-color: #777; }

.bg-light-gray {
  background-color: #ccc; }

.bg-lighter-gray {
  background-color: #eee; }

.bg-red {
  background-color: #f62e24; }

.bg-red-gradient {
  background: #f62e24;
  background: -webkit-linear-gradient(top, #f62e24 0%, #ff3679 100%);
  background: linear-gradient(to bottom, #f62e24 0%, #ff3679 100%); }

.bg-green {
  background-color: #00cf26; }

.bg-yellow {
  background-color: #efcc00; }

.bg-orange {
  background-color: #ffcc22; }

.bg-darken-1 {
  background-color: rgba(0, 0, 0, 0.0625); }

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.125); }

.bg-darken-3 {
  background-color: rgba(0, 0, 0, 0.25); }

.bg-darken-4 {
  background-color: rgba(0, 0, 0, 0.5); }

.pink {
  color: #ff3679; }

.lighter-black {
  color: #404040; }

.black {
  color: #333333; }

.highlight {
  -webkit-text-size-adjust: none; }

.highlight .c,
.highlight .cs,
.highlight .cm,
.highlight .cp,
.highlight .c1 {
  color: #777;
  font-style: italic; }

.highlight .k,
.highlight .kc,
.highlight .kd,
.highlight .kn,
.highlight .kr,
.highlight .kt,
.highlight .kp {
  color: #00369f; }

.highlight .na,
.highlight .nb,
.highlight .nc,
.highlight .no,
.highlight .nd,
.highlight .ni,
.highlight .ne,
.highlight .nf,
.highlight .nl,
.highlight .nn,
.highlight .nx {
  color: #333; }

.highlight .mi,
.highlight .il {
  color: #009f06; }

.highlight .s,
.highlight .sb,
.highlight .sc,
.highlight .sd,
.highlight .s2,
.highlight .s3,
.highlight .sh,
.highlight .si,
.highlight .sx,
.highlight .sr,
.highlight .ss,
.highlight .s1 {
  color: #f62e24; }

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #f62e24;
  font-weight: bold; }

.highlight .k {
  font-weight: normal; }

.highlight .nc,
.highlight .no {
  color: #00369f; }

.highlight .o {
  color: #00369f;
  font-weight: normal; }

.highlight .nb {
  color: #009f06; }

.highlight .sr {
  color: #009f06; }

.highlight .ss {
  color: #f92080; }

.hljs-built_in {
  color: #00369f; }

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #777;
  font-weight: bold; }

.hljs-deletion {
  background: #ffdddd; }

.hljs-addition {
  background: #ddffdd; }

.diff .hljs-change {
  background: #00369f; }

.hljs-chunk {
  color: #ccc; }

/* Basscss Base Forms */
input,
select,
textarea,
fieldset {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.5rem; }

input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  box-sizing: border-box;
  height: 2.25rem;
  padding: 0.5rem 0.5rem;
  vertical-align: middle;
  -webkit-appearance: none; }

select {
  box-sizing: border-box;
  line-height: 1.75;
  padding: 0.5rem 0.5rem; }

select:not([multiple]) {
  height: 2.25rem;
  vertical-align: middle; }

textarea {
  box-sizing: border-box;
  line-height: 1.75;
  padding: 0.5rem 0.5rem; }

.fieldset-reset {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border: 0; }

.fieldset-reset legend {
  padding: 0; }

.border {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc; }

.border-dotted {
  border-style: dotted; }

.bw2 {
  border-width: 2px; }

.pattern {
  background-image: url(/images/credit_card_check_classy_background.png);
  background-repeat: repeat; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ccc; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ccc; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ccc; }

.border-none {
  border: 0; }

.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Hide */
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media (max-width: 40em) {
  .xs-hide {
    display: none !important; } }
@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important; } }
@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important; } }
@media (min-width: 64em) {
  .lg-hide {
    display: none !important; } }
.display-none {
  display: none !important; }

html, body {
  height: auto;
  min-height: 100%; }

img {
  max-width: 100%; }

em img {
  max-width: 100%;
  margin-left: 0; }

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

.avatar {
  box-sizing: border-box;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid white;
  border-radius: 8px 8px 8px 8px;
  margin-right: 1.25rem; }

.testimonial-image {
  height: 50px;
  width: 50px;
  border: .5px solid #cccccc; }

.testimonial-image-container {
  display: inline;
  height: 52px;
  width: 52px;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-top: 3px; }

.t-stars-line {
  box-sizing: border-box;
  color: #111111;
  height: 20px;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 13px;
  line-height: 19px;
  font-family: Arial, sans-serif; }

.t-stars-line:after {
  clear: both;
  content: '';
  display: table;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.t-stars-line:before {
  content: '';
  display: table;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.t-sprite-stars {
  background-position: -5px -368px;
  box-sizing: border-box;
  display: inline-block;
  height: 18px;
  overflow-wrap: break-word;
  position: relative;
  vertical-align: text-top;
  width: 80px;
  word-wrap: break-word;
  background: transparent url("/images/sprite-sheet.png") no-repeat scroll -5px -368px/400px 650px padding-box border-box; }

.t-stars-alt-text {
  box-sizing: border-box;
  display: block;
  height: 1px;
  left: -9999px;
  overflow-wrap: break-word;
  position: absolute;
  width: 1px;
  word-wrap: break-word;
  overflow: hidden;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 13px;
  line-height: 19px;
  font-family: Arial, sans-serif; }

.t-stars-spacer {
  box-sizing: border-box;
  color: #111111;
  display: inline-block;
  height: 0px;
  overflow-wrap: break-word;
  width: 5px;
  word-wrap: break-word; }

.t-stars-quote {
  box-sizing: border-box;
  color: #111111;
  overflow-wrap: break-word;
  text-decoration: none;
  word-wrap: break-word;
  font-weight: 700; }

.t-by-line {
  box-sizing: border-box;
  color: #111111;
  height: 19px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 13px;
  line-height: 19px;
  font-family: Arial, sans-serif; }

.t-by-line:after {
  clear: both;
  content: '';
  display: table;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.t-by-line:before {
  content: '';
  display: table;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.t-by-2,
.t-by-3,
.t-by-8 {
  box-sizing: border-box;
  color: #555555;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.t-by-4 {
  box-sizing: border-box;
  display: inline-block;
  height: 0px;
  overflow-wrap: break-word;
  width: 5px;
  word-wrap: break-word; }

.t-by-link {
  box-sizing: border-box;
  color: #0066c0;
  overflow-wrap: break-word;
  text-decoration: none;
  word-wrap: break-word;
  border: 0px none #0066c0;
  outline: #0066c0 none 0px; }

.t-by-6 {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.t-by-7 {
  box-sizing: border-box;
  display: inline-block;
  height: 0px;
  overflow-wrap: break-word;
  width: 5px;
  word-wrap: break-word; }

.t-creds-line {
  box-sizing: border-box;
  color: #111111;
  height: 19px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0px 0px 3px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 13px;
  line-height: 19px;
  font-family: Arial, sans-serif; }

.t-creds-line:after {
  clear: both;
  content: '';
  display: table;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.t-creds-line:before {
  content: '';
  display: table;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.t-creds-link {
  box-sizing: border-box;
  color: #555555;
  overflow-wrap: break-word;
  text-decoration: none;
  word-wrap: break-word; }

.t-creds-3 {
  box-sizing: border-box;
  display: inline-block;
  height: 14px;
  overflow-wrap: break-word;
  vertical-align: middle;
  width: 1px;
  word-wrap: break-word;
  background: #dddddd url("/images/sprite-sheet.png") no-repeat scroll 0% 0%/400px 650px padding-box border-box;
  margin: -2px 9px 0px; }

.t-creds-4 {
  box-sizing: border-box;
  color: #111111;
  overflow-wrap: break-word;
  word-wrap: break-word;
  border: 0px none #111111;
  outline: #111111 none 0px; }

.t-creds-link2 {
  box-sizing: border-box;
  color: #0066c0;
  overflow-wrap: break-word;
  text-decoration: none;
  word-wrap: break-word;
  border: 0px none #0066c0;
  outline: #0066c0 none 0px; }

.t-creds-6 {
  box-sizing: border-box;
  color: #c45500;
  overflow-wrap: break-word;
  word-wrap: break-word;
  border: 0px none #c45500;
  outline: #c45500 none 0px; }

.testimonial {
  box-sizing: border-box;
  color: #111111;
  overflow-wrap: break-word;
  word-wrap: break-word;
  border: 0px none;
  outline: none 0px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 13px;
  line-height: 19px;
  font-family: Arial, sans-serif; }

.slimScrollDiv {
  box-shadow: inset 0 18px 12px -18px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 18px 12px -18px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 18px 12px -18px rgba(0, 0, 0, 0.08);
  cursor: ns-resize !important; }

.hero-background {
  background: #2c97e9 url("/images/behavioral-interview-questions-answers.jpg") top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0; }

a {
  color: #0076df;
  background-image: linear-gradient(to top, transparent 13%, rgba(0, 118, 223, 0.8) 13%, rgba(0, 118, 223, 0.8) 18%, transparent 17%);
  text-shadow: white 1px 0px 0px, white -1px 0px 0px; }

a:hover,
a:focus,
a:active {
  border: 0;
  color: #002546;
  text-decoration: none;
  background-image: linear-gradient(to top, transparent 13%, rgba(0, 37, 70, 0.8) 13%, rgba(0, 37, 70, 0.8) 17%, transparent 17%);
  text-shadow: white 1px 0px 0px, white -1px 0px 0px; }

#add-to-cart-green a {
  color: #00cf26;
  background-image: linear-gradient(to top, transparent 13%, rgba(255, 255, 255, 0.8) 13%, rgba(255, 255, 255, 0.8) 18%, transparent 17%);
  text-shadow: white 1px 0px 0px, white -1px 0px 0px; }

#add-to-cart-green a:hover {
  color: #00cf26;
  text-decoration: none;
  background-image: linear-gradient(to top, transparent 13%, rgba(0, 207, 38, 0.8) 13%, rgba(0, 207, 38, 0.8) 18%, transparent 17%);
  text-shadow: white 1px 0px 0px, white -1px 0px 0px; }

button,
.button {
  text-shadow: none;
  background-image: none; }

.button:hover,
.button:focus,
.button:active {
  color: white;
  text-shadow: none;
  background-image: none; }

.left {
  float: left; }

.right {
  float: right; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.fit {
  max-width: 100%; }

.border-box {
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

pre,
pre code {
  background-color: transparent;
  border-radius: 0; }

pre,
code {
  font-family: "Source Code Pro", Consolas, monospace; }

code {
  color: #7a7a7a; }

pre {
  padding: 1.125em;
  line-height: 1.11;
  overflow-x: scroll;
  margin-bottom: 0.88em;
  background-color: #fafafa; }

.highlight .p {
  font-size: 1.125rem;
  line-height: 1; }

pre {
  counter-reset: line-numbering;
  white-space: pre;
  overflow-x: auto;
  word-break: inherit;
  word-wrap: inherit; }

pre a {
  background-image: none; }

pre a::before {
  content: counter(line-numbering);
  counter-increment: line-numbering;
  padding-right: 1em;
  /* space after numbers */
  width: 25px;
  text-align: right;
  opacity: 0.7;
  display: inline-block;
  color: #ccc;
  margin-right: 16px;
  font-size: 13px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

pre a:first-of-type::before {
  padding-top: 10px; }

pre a:last-of-type::before {
  padding-bottom: 10px; }

pre a:only-of-type::before {
  padding: 10px; }

.monospace-container,
.monospace-container .monospace {
  background-color: transparent;
  border-radius: 0; }

.monospace-container,
.monospace {
  font-family: "Source Code Pro", Consolas, monospace; }

.monospace {
  color: #7a7a7a; }

.monospace strong {
  color: #6a6a6a; }

.monospace-container {
  padding: 1.125em;
  line-height: 1.11;
  overflow-x: scroll;
  margin-bottom: 0.88em;
  background-color: #fafafa; }

.monospace-container-rebuttals {
  padding: 1.125em 2em 1.125em 2em;
  line-height: 1.11;
  overflow-x: scroll;
  margin-bottom: 0.88em;
  background-color: #fafafa; }

.highlight .p {
  font-size: 1.125rem;
  line-height: 1; }

.monospace-container {
  counter-reset: line-numbering;
  white-space: monospace-container;
  overflow-x: auto;
  word-break: inherit;
  word-wrap: inherit; }

.monospace-container a {
  background-image: none; }

monospace-container a::before {
  content: counter(line-numbering);
  counter-increment: line-numbering;
  padding-right: 1em;
  /* space after numbers */
  width: 25px;
  text-align: right;
  opacity: 0.7;
  display: inline-block;
  color: #ccc;
  margin-right: 16px;
  font-size: 13px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.monospace-container a:first-of-type::before {
  padding-top: 10px; }

.monospace-container a:last-of-type::before {
  padding-bottom: 10px; }

.monospace-container a:only-of-type::before {
  padding: 10px; }

input,
select,
textarea,
fieldset {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.5rem; }

input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  box-sizing: border-box;
  height: 2.25rem;
  padding: 0.5rem 0.5rem;
  vertical-align: middle;
  -webkit-appearance: none; }

select {
  box-sizing: border-box;
  line-height: 1.75;
  padding: 0.5rem 0.5rem; }

select:not([multiple]) {
  height: 2.25rem;
  vertical-align: middle; }

textarea {
  box-sizing: border-box;
  line-height: 1.75;
  padding: 0.5rem 0.5rem; }

.form-stacked input,
.form-stacked textarea,
.form-stacked select {
  width: 100%; }

.field-light {
  background-color: white;
  transition: box-shadow .2s ease;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 3px; }

.field-light:focus {
  outline: none;
  border-color: #0076df;
  box-shadow: 0 0 2px rgba(0, 118, 223, 0.5); }

.field-light:disabled {
  color: #777;
  background-color: rgba(0, 0, 0, 0.125); }

.field-light:read-only:not(select) {
  background-color: rgba(0, 0, 0, 0.125); }

.field-light:invalid {
  border-color: #f62e24; }

.field-light.is-success {
  border-color: #00cf26; }

.field-light.is-warning {
  border-color: #efcc00; }

.field-light.is-error {
  border-color: #f62e24; }

.radio-light,
.checkbox-light {
  transition: box-shadow .2s ease; }

.radio-light {
  border-radius: 50%; }

.radio-light:focus,
.checkbox-light:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(0, 118, 223, 0.5); }

html {
  font-size: 14px; }

abbr {
  border-bottom: 1px black dotted;
  cursor: help; }

p {
  color: #333;
  line-height: 1.5; }

p.code-text {
  color: #777; }

p.rebuttal-text {
  color: #4c4ca6;
  font-weight: 100;
  text-indent: 1.75rem; }

.speech {
  color: #4c4ca6;
  font-weight: 100;
  font-family: "Source Code Pro", Consolas, monospace;
  background-color: #fafafa; }

.speech strong {
  color: #4c4ca6; }

.monospace-blue-bold, .bb {
  font-weight: 700;
  color: #323299; }

p.indent {
  text-indent: 1.25rem; }

p.larger {
  font-size: 1.5rem;
  text-indent: 0; }

p.larger.indent {
  text-indent: 1.75rem; }

small,
.small {
  font-size: 0.707rem; }

sup {
  position: relative;
  vertical-align: middle;
  top: -0.9ex; }

.dropcap {
  margin-right: .2rem; }

mark {
  background-color: rgba(39, 243, 106, 0.1); }

mark.y {
  background-color: rgba(255, 255, 155, 0.5); }

.alert::before {
  content: url(/images/ic_warning_yellow_24.svg);
  margin-right: .25rem;
  vertical-align: bottom; }

h3.indent {
  text-indent: 2.5rem; }

h4.indent {
  text-indent: 2rem; }

.hidden-rebuttals {
  display: none; }

.list-green-check > li {
  list-style-image: url(/images/ic-checkbox-marked-circle-outline.svg);
  margin-bottom: 0.5rem;
  margin-left: 1rem; }

ol.larger {
  font-size: 1.5rem;
  list-style-position: inside; }

ul.larger {
  list-style: none;
  padding-left: 3.5rem;
  text-indent: -1.75rem; }

li.larger:before {
  content: "☠";
  display: block;
  float: left;
  width: 1.2rem;
  opacity: .88;
  margin-right: .5rem;
  color: #ffcc22; }

ul.lime-check {
  list-style: none;
  margin-right: 2rem; }

.lime-check > li:before {
  content: "✔︎";
  display: block;
  float: left;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #01ff6f; }

ul.blue-check {
  list-style: none;
  margin-right: 2rem; }

.blue-check > li:before {
  content: "✔︎";
  display: block;
  float: left;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #0076df; }

.site-header {
  padding-top: 0.5rem;
  padding-bottom: 1rem; }

.site-header a {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 300;
  background-image: none;
  text-shadow: none; }

.site-header .site-title {
  font-size: 1.5rem; }

.site-title {
  font-size: 1.5rem !important;
  color: #404040; }

.site-nav {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.site-header nav a {
  color: #fff;
  font-variant: small-caps; }

.site-header nav a:hover,
.site-header nav a:focus,
.site-header nav a:active {
  color: #ffffff;
  opacity: 1;
  border-bottom: 2px solid #ffffff; }

.site-nav a + a {
  margin-left: 1em; }

.site-header a:hover,
.posts .post a:hover .post-meta,
.posts .post a:hover .post-title,
.posts .post a:hover .post-summary {
  opacity: 0.77; }

.site-header {
  text-align: center; }

.site-header .site-nav {
  text-align: center; }

/*
  Table styles copied from Bootstrap
  Copyright (c) 2013 Twitter, Inc
*/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5;
  font-size: 1.125rem; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 12px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #333; }
  table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #333; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 2px solid #333; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px) translate3d(0, 0, 0);
    -ms-transform: translateY(-20px) translate3d(0, 0, 0);
    transform: translateY(-20px) translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translate3d(0, 0, 0);
    -ms-transform: translateY(0) translate3d(0, 0, 0);
    transform: translateY(0) translate3d(0, 0, 0); } }
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.blink {
  animation: blink 1.4s step-start 0s infinite;
  -webkit-animation: blink 1.45s step-start 0s infinite;
  -moz-animation: blink 1.45s step-start 0s infinite;
  -o-animation: blink 1.45s step-start 0s infinite; }

@keyframes blink {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 1.0; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 1.0; } }
.css3-blink {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 1s; }

@-webkit-keyframes blinker {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
.span_2 {
  box-sizing: border-box;
  color: #111111;
  cursor: pointer;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 206px;
  background: #ffad33 none repeat scroll 0% 0%/auto padding-box border-box;
  border: 0px none #111111;
  border-radius: 2px 2px 2px 2px;
  margin: 0px 0px 10px;
  outline: #111111 none 0px; }

.span_2:after {
  bottom: 0px;
  color: #111111;
  content: '';
  cursor: pointer;
  display: block;
  height: 38px;
  position: absolute;
  top: 0px;
  width: 204px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 2px solid #ca6307;
  border-left: 1px solid transparent;
  border-radius: 2px 2px 2px 2px; }

.span_3 {
  box-sizing: border-box;
  color: #111111;
  cursor: pointer;
  display: block;
  height: 35px;
  position: relative;
  text-align: center;
  width: 206px;
  border: 0px none #111111;
  border-radius: 1px 1px 1px 1px;
  font: normal normal normal normal 13px / 19px Lato, Arial, sans-serif;
  outline: #111111 none 0px;
  overflow: hidden; }

.i_4 {
  box-sizing: border-box;
  color: #111111;
  cursor: pointer;
  display: block;
  height: 25px;
  left: 4px;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  top: 4px;
  vertical-align: top;
  width: 25px;
  z-index: 0;
  background: transparent url("/images/ic_add_shopping_cart_black_24px.svg") no-repeat padding-box border-box;
  border: 0px none #111111;
  outline: #111111 none 0px; }

#INPUT_5 {
  color: transparent;
  cursor: pointer;
  display: block;
  height: 35px;
  left: 0px;
  opacity: 0.001;
  position: absolute;
  text-align: center;
  top: 0px;
  vertical-align: middle;
  white-space: pre;
  width: 206px;
  z-index: 20;
  align-items: flex-start;
  background: transparent none repeat scroll 0% 0%/auto padding-box border-box;
  border: 0px none transparent;
  outline: transparent none 0px;
  padding: 2px 6px 3px;
  transition: all 0.1s linear 0s; }

.span_6 {
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: block;
  height: 28px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  width: 206px;
  border: 0px none rgba(17, 17, 17, 0.8);
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  font-stretch: normal;
  font-size: 16px;
  line-height: 40px;
  font-family: Lato, sans-serif;
  outline: rgba(17, 17, 17, 0.8) none 0px;
  padding: 0px 10px 0px 35px;
  transition: color 0.25s ease-in-out 0s;
  margin-left: 29px; }

.box {
  position: relative;
  display: block;
  width: 206px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.box:after {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.box:hover {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25); }

.box:hover:after {
  opacity: 0.95; }

#hover13 a:hover img {
  opacity: 1;
  -webkit-animation: flash .7s;
  animation: flash .7s; }

@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
#hover14 button:hover {
  opacity: 1;
  -webkit-animation: flash .7s;
  animation: flash .7s; }

@-webkit-keyframes flash {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
  border-radius: 2px; }

.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.site-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background: url("/images/topo-map-bg-light.png") top right repeat-y;
  background-size: 50%; }

footer {
  background: #0074d9;
  background: -webkit-linear-gradient(top, #0074d9 0%, #00417a 100%);
  background: linear-gradient(to bottom, #0074d9 0%, #00417a 100%);
  border-top: thin solid #f3f3f3;
  color: #eee;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 2rem;
  text-align: center; }

.social-icons-left, .social-icons-right {
  text-align: center;
  float: none; }

.social-icons {
  font-size: 1.25rem;
  padding: 0.5em 0 0 0;
  width: 100%; }

.social-icons a.fa {
  cursor: pointer;
  opacity: 0.8;
  padding: 0.2em; }

.social-icons a.fa:hover {
  opacity: 1; }

.social-icons iframe[title=Flattr] {
  position: relative;
  top: 0.1em; }

.custom-follow-button {
  width: 200px;
  display: inline; }

.custom-follow-button a {
  position: relative;
  display: inline-block;
  height: 16px;
  padding: 2px;
  border: 1px solid #ffffff;
  font-size: 11px;
  color: #777;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  font-weight: bold;
  background-color: #F8F8F8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DEDEDE));
  background-image: -moz-linear-gradient(top, #FFF, #DEDEDE);
  background-image: -o-linear-gradient(top, #FFF, #DEDEDE);
  background-image: -ms-linear-gradient(top, #FFF, #DEDEDE);
  border: #fff solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden; }

.custom-follow-button a:hover {
  border-color: #eee;
  background-color: #fbfbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#bbb));
  background-image: -moz-linear-gradient(top, #fbfbfb, #ddd);
  background-image: -o-linear-gradient(top, #fbfbfb, #ddd);
  background-image: -ms-linear-gradient(top, #fbfbfb, #ddd);
  background-image: linear-gradient(top, #fbfbfb, #ddd);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none !important; }

.custom-follow-button a .btn-icon {
  position: absolute;
  width: 16px;
  height: 13px;
  top: 50%;
  left: 3px;
  margin-top: -6px;
  background: url("/images/twitter-favicon.ico") 1px center no-repeat;
  background-size: 13px;
  text-decoration: none !important; }

.custom-follow-button a .btn-text {
  display: inline-block;
  padding: 2px 3px 0 20px;
  text-decoration: none !important;
  font-family: helvetica, arial, sans-serif;
  margin-top: -1px; }

.custom-follow-button a .btn-icon-linkedin {
  position: absolute;
  width: 16px;
  height: 13px;
  top: 50%;
  left: 3px;
  margin-top: -6px;
  background: url("/images/linked-favicon.ico") 1px center no-repeat;
  background-size: 13px;
  text-decoration: none !important; }

blockquote {
  border-left: 5px solid #ccc;
  font-weight: 300;
  margin-left: 0.5rem;
  padding: 0.5rem; }

.question {
  border-left: 3px solid #f62e24;
  margin-left: 0.5rem;
  padding-left: 1rem;
  padding-top: 0;
  padding-bottom: 0.5rem; }

.question-small {
  border-left: 2px solid #f62e24;
  margin-left: 0;
  padding-left: 1rem;
  padding-top: 0; }

blockquote p {
  color: #FF4136;
  text-indent: 0; }

blockquote footer {
  background-color: #fff;
  border-color: transparent;
  color: #7a7a7a;
  font-size: .85rem;
  font-style: normal;
  text-align: left;
  padding: 0; }

.posts {
  margin: 0; }

.posts .post {
  margin-bottom: 0.75em;
  border-bottom: thin solid #f3f3f3; }

.posts .post:last-child {
  border-bottom: none;
  margin-bottom: .375em;
  padding-bottom: 0; }

.post-link .post-title {
  margin-top: 0;
  font-weight: 600;
  color: #333; }

.post-footer {
  margin-top: .75rem;
  text-align: center; }

.post-footer .avatar {
  margin: 2rem 0;
  width: 100px;
  border-radius: 50%; }

.meta,
.post-meta {
  width: auto;
  font-weight: 300;
  margin: 0;
  padding: .25em 0;
  color: #7a7a7a;
  font-style: italic; }

.related-post-title {
  border-bottom: thin solid #f3f3f3; }

@media screen and (min-width: 32em) {
  html {
    font-size: 16px; }

  h1,
  .h1 {
    font-size: 2.998rem; }

  .site-header {
    text-align: left; }

  .site-nav {
    margin-top: 0; }

  .site-header a {
    font-size: 1rem; }

  .site-header .site-title {
    font-size: 1.25rem;
    float: left; }

  .site-header .site-nav {
    float: right;
    margin-top: .5rem;
    opacity: .9; }

  blockquote {
    margin-left: 2rem;
    padding: 2rem; }

  .social-icons-left {
    text-align: left; }

  .social-icons-right {
    text-align: right; } }
@media screen and (min-width: 48em) {
  html {
    font-size: 18px; } }
@media screen and (min-width: 64em) {
  html {
    font-size: 20px; } }
@media screen and (min-width: 78em) {
  em img {
    max-width: 59rem;
    margin-left: -7em; } }
.gist,
.gist .highlight .p {
  font-size: .75rem; }

.gist .lines {
  width: 100%; }

.measure {
  margin: 0 auto;
  max-width: 45rem; }

.measure-half {
  margin: 0 auto;
  max-width: 45rem;
  text-align: left; }

.pagination {
  font-size: 1rem;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  text-align: center; }

.pagination a, .pagination .disabled {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fafafa;
  border-radius: 0.1875em;
  border: 1px solid #f3f3f3;
  color: #333333;
  padding: 1em 1.5em; }

.pagination .disabled {
  opacity: 0.5; }

.pagination a:hover, .pagination a:focus {
  background: white;
  color: #477dca; }

.pagination a:active {
  background: #f7f7f7; }

.pagination .button {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px; }

.button-disabled {
  opacity: 0.55;
  background-color: #999; }

.button-disabled:hover,
.button-disabled:active,
.button-disabled:focus {
  cursor: not-allowed;
  background-color: #999; }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */ }
    .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
      opacity: 1;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

#DIV_1 {
  box-sizing: border-box;
  color: #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif; }

#DIV_111 {
  box-sizing: border-box;
  color: #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif; }

#DIV_2 {
  box-sizing: border-box;
  color: #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif; }

#H1_3 {
  box-sizing: border-box;
  color: #111111;
  text-rendering: optimizeLegibility;
  font: normal normal bold normal 21px / 27.3px Arial, sans-serif;
  margin: 0px; }

#SPAN_4 {
  box-sizing: border-box;
  color: #111111;
  text-rendering: optimizeLegibility;
  border: 0px none #111111;
  font: normal normal bold normal 21px / 27.3px Arial, sans-serif;
  outline: #111111 none 0px; }

#SPAN_5, #SPAN_6 {
  box-sizing: border-box;
  color: #555555;
  text-rendering: optimizeLegibility;
  border: 0px none #555555;
  font: normal normal normal normal 17px / 21.335px Arial, sans-serif;
  outline: #555555 none 0px; }

#DIV_7 {
  box-sizing: border-box;
  color: #111111;
  border: 0px none #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  margin: 0px 0px 4px;
  outline: #111111 none 0px; }

#DIV_777 {
  box-sizing: border-box;
  color: #111111;
  border: 0px none #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  margin: 0px 0px 4px;
  outline: #111111 none 0px; }

#SPAN_8, #SPAN_9, #SPAN_13 {
  box-sizing: border-box;
  color: #111111;
  border: 0px none #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  outline: #111111 none 0px; }

#A_10, #A_11 {
  box-sizing: border-box;
  color: #0066c0;
  text-decoration: none;
  border: 0px none #0066c0;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  outline: #0066c0 none 0px; }

#I_12 {
  background-position: -90px -5px;
  box-sizing: border-box;
  color: #0066c0;
  display: inline-block;
  height: 5px;
  opacity: 0.6;
  vertical-align: text-top;
  width: 7px;
  z-index: 0;
  background: transparent url("/images/sprite-sheet.png") no-repeat scroll -90px -5px/400px 650px padding-box border-box;
  border: 0px none #0066c0;
  font: italic normal normal normal 13px / 19px Arial, sans-serif;
  margin: 5px 0px 0px 5.005px;
  outline: #0066c0 none 0px; }

#SPAN_14 {
  box-sizing: border-box;
  color: #555555;
  border: 0px none #555555;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  outline: #555555 none 0px; }

.noUnderline a:hover {
  text-decoration: none; }

/* BEGIN STARS MODULE */
#DIV_21 {
  box-sizing: border-box;
  color: #111111;
  border: 0px none #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  margin: 0px 0px 7px;
  outline: #111111 none 0px; }

#DIV_2121 {
  box-sizing: border-box;
  color: #111111;
  border: 0px none #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  margin: 0px 0px 4px;
  outline: #111111 none 0px; }

#STYLE_22, #SPAN_024, #SPAN_26, #SPAN_24 {
  box-sizing: border-box;
  color: #111111;
  border: 0px none #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  outline: #111111 none 0px; }

.read-reviews {
  box-sizing: border-box;
  color: #111111;
  border: 0px none #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  outline: #111111 none 0px; }

#DIV_23 {
  box-sizing: border-box;
  color: #111111;
  display: inline;
  height: auto;
  width: auto;
  border: 0px none #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  outline: #111111 none 0px; }

#SPAN_25 {
  box-sizing: border-box;
  color: #111111;
  border: 0px none #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  outline: #111111 none 0px; }

#A_27, #A_28, #A_25 {
  box-sizing: border-box;
  color: #0066c0;
  text-decoration: none;
  border: 0px none #0066c0;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  outline: #0066c0 none 0px; }

#I_29 {
  background-position: -175px -368px;
  box-sizing: border-box;
  color: #0066c0;
  display: inline-block;
  height: 18px;
  position: relative;
  vertical-align: text-top;
  width: 80px;
  background: transparent url("/images/sprite-sheet.png") no-repeat scroll -175px -368px/400px 650px padding-box border-box;
  border: 0px none #0066c0;
  font: italic normal normal normal 13px / 19px Arial, sans-serif;
  outline: #0066c0 none 0px; }

#SPAN_0 {
  box-sizing: border-box;
  color: #0066c0;
  display: block;
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
  border: 0px none #0066c0;
  font: italic normal normal normal 1px / 1px Arial, sans-serif;
  outline: #0066c0 none 0px;
  overflow: hidden; }

#I_21 {
  background-position: -90px -5px;
  box-sizing: border-box;
  color: #111111;
  display: inline-block;
  height: 5px;
  opacity: 0.6;
  vertical-align: text-top;
  width: 7px;
  z-index: 0;
  background: transparent url("/images/sprite-sheet.png") no-repeat scroll -90px -5px/400px 650px padding-box border-box;
  border: 0px none #111111;
  font: italic normal normal normal 13px / 19px Arial, sans-serif;
  margin: 5px 0px 0px 5.005px;
  outline: #111111 none 0px; }

#SPAN_22, #SPAN_23 {
  box-sizing: border-box;
  color: #111111;
  display: inline-block;
  height: 0px;
  width: 5px;
  border: 0px none #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  outline: #111111 none 0px; }

#SPAN_26 {
  box-sizing: border-box;
  color: #0066c0;
  border: 0px none #0066c0;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  outline: #0066c0 none 0px; }

#HR_1, #HR_2 {
  box-sizing: border-box;
  color: #111111;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  border-right: 0px inset #111111;
  border-bottom: 0px inset #111111;
  border-left: 0px inset #111111;
  margin: 0px 0px 14px; }

hr.lighter {
  box-sizing: border-box;
  color: #eeeeee;
  height: 1px;
  width: auto;
  background: #eeeeee none repeat scroll 0% 0%/auto padding-box border-box;
  border: 0px none #eeeeee;
  margin: 1rem 0px 0px 0px;
  outline: #eeeeee none 0px; }

.no-underline {
  background-image: none !important;
  text-decoration: none !important;
  border: 0 none !important;
  outline: none !important; }

.bottom-shadow {
  box-shadow: 0 4px 4px -2px #cccccc;
  -moz-box-shadow: 0 4px 4px -2px #cccccc;
  -webkit-box-shadow: 0 4px 4px -2px #cccccc; }

ul.product-info {
  border-collapse: collapse;
  box-sizing: border-box;
  list-style: none outside none;
  margin: 0px;
  padding: 0px; }

ul.product-info li {
  border-collapse: collapse;
  box-sizing: border-box;
  color: #333333;
  height: 19px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  list-style: none outside none; }

#LI_1-bonus {
  box-sizing: border-box;
  color: #111111;
  display: inline-block;
  height: 244px;
  min-height: 100%;
  overflow-wrap: break-word;
  vertical-align: top;
  width: 160px;
  word-wrap: break-word;
  list-style: none outside none;
  margin: 0px 0px 2rem 1rem;
  /*border: 1px solid #ccc;*/
  overflow: hidden; }

#DIV_2-bonus {
  box-sizing: border-box;
  color: #111111;
  height: 208px;
  overflow-wrap: break-word;
  text-align: left;
  width: 160px;
  word-wrap: break-word;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  list-style: none outside none; }

#A_3-bonus {
  box-sizing: border-box;
  color: #0066c0;
  overflow-wrap: break-word;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  list-style: none outside none; }

/*#A_3*/
#DIV_4-bonus {
  box-sizing: border-box;
  color: #0066c0;
  height: 120px;
  overflow-wrap: break-word;
  text-align: left;
  width: 160px;
  word-wrap: break-word;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  list-style: none outside none;
  margin: 0px 0px 10px; }

.bonus-image {
  box-sizing: border-box;
  color: #0066c0;
  height: 120px;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  list-style: none outside none; }

#DIV_6-bonus {
  box-sizing: border-box;
  color: #0066c0;
  height: 58px;
  max-height: 58px;
  overflow-wrap: break-word;
  text-align: left;
  width: 160px;
  word-wrap: break-word;
  border: 0px none #0066c0;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  list-style: none outside none;
  overflow: hidden; }

#DIV_7-bonus {
  box-sizing: border-box;
  color: #111111;
  height: 20px;
  overflow-wrap: break-word;
  text-align: left;
  width: 160px;
  word-wrap: break-word;
  font: normal normal normal normal 13px / 0px Arial, sans-serif;
  list-style: none outside none;
  padding: 1px 0px 0px; }

#A_8-bonus {
  box-sizing: border-box;
  color: #0066c0;
  overflow-wrap: break-word;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  list-style: none outside none; }

#I_9-bonus {
  background-position: -175px -368px;
  box-sizing: border-box;
  color: #0066c0;
  outline: #111111 none 0px;
  border: 0px none #111111;
  display: inline-block;
  height: 18px;
  overflow-wrap: break-word;
  position: relative;
  text-align: left;
  vertical-align: text-top;
  width: 80px;
  word-wrap: break-word;
  background: transparent url("http://g-ecx.images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x-9d768db982f81e1fde71be6e1f86b818ea0ecfcf._V2_.png") no-repeat scroll -175px -368px/400px 650px padding-box border-box;
  font: italic normal normal normal 13px / 0px Arial, sans-serif;
  list-style: none outside none; }

#A_11-bonus {
  box-sizing: border-box;
  color: #0066c0;
  outline: #111111 none 0px;
  border: 0px none #111111;
  background-image: none !important;
  overflow-wrap: break-word;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  list-style: none outside none; }

/*#A_11*/
#DIV_12-bonus {
  box-sizing: border-box;
  color: #111111;
  height: 20px;
  overflow-wrap: break-word;
  text-align: left;
  width: 160px;
  word-wrap: break-word;
  border: 0px none #111111;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  list-style: none outside none; }

#SPAN_13-bonus {
  box-sizing: border-box;
  color: #b12704;
  overflow-wrap: break-word;
  text-align: left;
  word-wrap: break-word;
  list-style: none outside none; }

#SPAN_14-bonus {
  box-sizing: border-box;
  color: #111111;
  overflow-wrap: break-word;
  position: relative;
  text-align: left;
  top: 2px;
  word-wrap: break-word;
  list-style: none outside none; }

#I_15-bonus {
  margin: 0 0 0 0;
  box-sizing: border-box;
  color: #111111;
  display: inline-block;
  height: 15px;
  overflow-wrap: break-word;
  text-align: left;
  width: 40px;
  word-wrap: break-word;
  background: transparent url("/images/free.png") no-repeat scroll padding-box border-box;
  font: italic normal normal normal 13px / 19px Arial, sans-serif;
  list-style: none outside none;
  background-size: 38px 14.5px; }

#SPAN_16-bonus {
  box-sizing: border-box;
  color: #111111;
  display: block;
  height: 1px;
  left: -9999px;
  overflow-wrap: break-word;
  position: absolute;
  text-align: left;
  width: 1px;
  word-wrap: break-word;
  font: italic normal normal normal 1px / 1px Arial, sans-serif;
  list-style: none outside none;
  overflow: hidden; }

#DIV_17-bonus {
  box-sizing: border-box;
  color: #111111;
  height: 31px;
  overflow-wrap: break-word;
  text-align: left;
  width: 160px;
  word-wrap: break-word;
  font: normal normal normal normal 13px / 19px Arial, sans-serif;
  margin: 0px 0px 0px; }

/* PowerTip Plugin */
#powerTip {
  cursor: default;
  background-color: #333;
  background-color: rgba(33, 33, 33, 0.88);
  border-radius: 6px;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
  box-sizing: border-box;
  color: #ffffff;
  text-rendering: optimizeLegibility;
  font: normal normal normal normal 17px / 21.335px Arial, sans-serif; }

#powerTip:before {
  content: "";
  position: absolute; }

#powerTip.n:before, #powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px; }

#powerTip.e:before, #powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%; }

#powerTip.n:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px; }

#powerTip.e:before {
  border-right: 10px solid #333;
  border-right: 10px solid rgba(0, 0, 0, 0.8);
  left: -10px; }

#powerTip.s:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px; }

#powerTip.w:before {
  border-left: 10px solid #333;
  border-left: 10px solid rgba(0, 0, 0, 0.8);
  right: -10px; }

#powerTip.ne:before, #powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px; }

#powerTip.nw:before, #powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px; }

#powerTip.ne:before, #powerTip.nw:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px; }

#powerTip.se:before, #powerTip.sw:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px; }

#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px; }

#powerTip.ne-alt:before {
  left: auto;
  right: 10px; }

#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: none;
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  bottom: auto;
  top: -10px; }

#powerTip.se-alt:before {
  left: auto;
  right: 10px; }
