/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 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 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 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"], /* 1 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@viewport {
  min-width: 560px;
}
body {
  min-width: 560px;
}
.clear-left {
  clear: left;
  min-height: 1px;
  *zoom: 1;
}
.clear-left:before,
.clear-left:after {
  content: " ";
  display: table;
  line-height: 0;
}
.clear-left:after {
  clear: both;
}
.padding-xl {
  padding: 30px 120px;
}
@media (max-width: 700px) {
  .padding-xl {
    padding: 15px 60px;
  }
}
.padding-l {
  padding: 20px 80px;
}
@media (max-width: 700px) {
  .padding-l {
    padding: 10px 30px;
  }
}
.padding-sl {
  padding: 15px 40px;
}
@media (max-width: 700px) {
  .padding-sl {
    padding: 10px 25px;
  }
}
.padding-s {
  padding: 10px 20px;
}
@media (max-width: 700px) {
  .padding-s {
    padding: 8px;
  }
}
.font-bigger-12 {
  font-size: 1.2em;
  font-weight: bold;
}
main {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 700px) {
  main {
    font-size: 16px;
  }
}
main mark {
  color: inherit;
  background-color: #ffff66;
}
main em {
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}
main .bg.bg-1 {
  background: url('../img-2015/bg-01.jpg') repeat;
}
main .bg.bg-2 {
  background: url('../img-2015/bg-02.jpg') repeat;
}
main .bg.bg-3 {
  background: url('../img-2015/bg-03.jpg') repeat;
}
main .content-column {
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto;
}
main .content-column.separated {
  margin-bottom: 2em;
}
main .content-column > .content {
  padding: 2em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .content-column > .content.paper {
  position: relative;
  margin: 0 -1.2em 0 -0.8em;
  padding-top: 0;
}
main .content-column > .content.paper .top {
  background: url('../img-2015/bg-paper-top.png') bottom left no-repeat;
  background-size: 100% auto;
  height: 51px;
}
main .content-column > .content.paper .middle {
  background: url('../img-2015/bg-paper-middle.png') top left repeat-y;
  background-size: 100% auto;
  padding: 0 1.5em 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .content-column > .content.paper .middle .header {
  position: relative;
  height: 240px;
  top: -18px;
  background: rgba(255, 255, 255, 0.45);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.7)), color-stop(1, rgba(255, 255, 255, 0.2)));
  background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
  background: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.2)', endColorstr='rgba(255, 255, 255, 0.7)', GradientType=0);
}
main .content-column > .content.paper .middle .header .logo {
  position: absolute;
  top: -0.5em;
  left: 1em;
  width: 50%;
  max-width: 390px;
  min-width: 365px;
}
main .content-column > .content.paper .middle .header .man {
  position: absolute;
  bottom: 0;
  right: 1em;
  width: 30%;
  max-width: 191px;
  min-width: 160px;
}
main .content-column > .content.paper .middle .message {
  font-size: 1em;
  position: absolute;
  font-style: italic;
  font-weight: bold;
  color: #012d54;
  bottom: 0.4em;
  left: 1.5em;
  line-height: 1.4;
  -webkit-text-shadow: 0 0 2px white;
  -moz-text-shadow: 0 0 2px white;
  text-shadow: 0 0 2px white;
}
@media (max-width: 600px) {
  main .content-column > .content.paper .middle .message {
    font-size: 0.9em;
  }
}
main .content-column > .content.paper .bottom {
  background: url('../img-2015/bg-paper-bottom.png') top left no-repeat;
  background-size: 100% auto;
  height: 49px;
}
main .content-column > .content.plain {
  background-color: white;
}
main .content-column > .content.plain2 {
  background-color: #d4edf9;
}
main .attention {
  padding-top: 0;
  padding-bottom: 0;
}
main .attention h2 {
  display: inline-block;
  margin: 0;
  background: #ffff66;
  padding: 0 8px;
  font-size: 1.1em;
}
main .attention .content {
  text-align: center;
  padding-bottom: 0;
}
main .attention .content img {
  display: block;
  max-width: 120px;
  margin: 0.5em auto;
}
main .attention-2 {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  text-align: center;
}
main .important {
  font-size: 2em;
  font-weight: bold;
  color: #cc0000;
  text-align: center;
  padding-top: 0.2em;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  main .important {
    font-size: 1.8em;
  }
}
@media (max-width: 780px) {
  main .important {
    font-size: 1.6em;
  }
}
@media (max-width: 600px) {
  main .important {
    font-size: 1.4em;
  }
}
main .important div {
  padding-bottom: 0;
}
main .important em {
  font-weight: bolder;
}
main .side-to-side {
  background-color: #167aa9;
  padding: 30px 120px;
}
@media (max-width: 700px) {
  main .side-to-side {
    padding: 15px 60px;
  }
}
main .side-to-side h1 {
  font-weight: normal;
  font-size: 1.8em;
  color: white;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 840px;
  display: block;
}
main .side-to-side h1 em {
  text-decoration: underline;
}
main .side-to-side h1 mark {
  background-color: transparent;
  color: #ffff66;
}
main .title {
  font-weight: bold;
  color: #012d54;
}
main .photo {
  border: 0.8em solid white;
  max-width: 40%;
  position: relative;
  top: -0.5em;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-box-shadow: 1px 1px 3px black;
  -moz-box-shadow: 1px 1px 3px black;
  box-shadow: 1px 1px 3px black;
}
main .photo:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 5px 5px 8px #333333;
  -moz-box-shadow: 5px 5px 8px #333333;
  box-shadow: 5px 5px 8px #333333;
}
main .photo.medium {
  max-width: 35%;
  border-width: 12px;
}
main .photo.small {
  max-width: 25%;
  border-width: 12px;
}
main .photo.left {
  float: left;
  left: -1em;
}
main .photo.right {
  float: right;
  left: 1em;
}
main ul.list-1 {
  list-style-type: none;
  padding: 0;
}
main ul.list-1 li {
  margin-bottom: 1em;
  padding: 7px 0 7px 52px;
  background: url('../img-2015/icon-checkmark-1.png') no-repeat -4px -4px;
}
@media (max-width: 700px) {
  main ul.list-1 li {
    background-position: -2px -2px;
    background-size: 36px 36px;
    padding: 6px 0 6px 42px;
  }
}
main ul.list-2 {
  list-style-type: none;
  padding: 0;
}
main ul.list-2 li {
  margin-bottom: 1em;
  padding: 6px 0 6px 52px;
  background: url('../img-2015/icon-checkmark-2.png') no-repeat 1px 0;
}
@media (max-width: 700px) {
  main ul.list-2 li {
    padding: 4px 0 4px 42px;
    background-size: 27px 27px;
  }
}
main ul.list-3 {
  list-style-type: none;
  padding: 0;
}
main ul.list-3 li {
  margin-bottom: 1em;
  padding: 7px 0 7px 52px;
  background: url('../img-2015/icon-checkmark-3.png') no-repeat -2px -2px;
}
@media (max-width: 700px) {
  main ul.list-3 li {
    background-size: 32px 32px;
    padding: 4px 0 4px 42px;
    background-position: -2px -2px;
  }
}
main ul.zebra li {
  padding: 0.8em 4em 0.8em 7em;
  margin: 0;
  background-position: 4em 0.4em;
}
@media (max-width: 700px) {
  main ul.zebra li {
    padding: 0.6em 3em 0.6em 5em;
    background-size: 32px 32px;
    background-position: 2.5em 0.3em;
  }
}
main ul.zebra li:nth-child(even) {
  background-color: #ddf1fb;
  font-weight: bold;
}
main .note {
  font-size: 0.9em;
  color: #4d4d4d;
  text-align: justify;
  margin: 1em 0;
}
main .main-book {
  text-align: justify;
  line-size: 1.4;
  padding: 2em;
  margin-top: 2em !important;
}
main .main-book h2 {
  margin: 0 auto;
  padding-top: 1em;
  text-align: center;
  font-size: 2em;
  letter-spacing: 2;
  text-transform: uppercase;
  color: white;
  -webkit-text-shadow: 2px 1px 3px black;
  -moz-text-shadow: 2px 1px 3px black;
  text-shadow: 2px 1px 3px black;
}
@media (min-width: 820px) {
  main .main-book .content img {
    float: left;
  }
}
main .main-book .content img {
  max-width: 280px;
  width: 60%;
  padding: 2em;
  margin: 0 auto;
  display: block;
}
main .main-book .content .text {
  padding: 3em 2em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
main .main-book .content .text h3 {
  color: #167aa9;
  font-size: 2em;
  text-align: center;
}
main .offer {
  text-align: center;
  margin: 3em 0;
}
main .offer a {
  display: inline-block;
}
main .offer a img {
  width: 90%;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
main .offer a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
main .offer.small img {
  max-width: 514px;
}
main .offer.large img {
  max-width: 679px;
}
main .bonuses {
  padding-top: 0 important!;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 4px 2px 10px #333333;
  -moz-box-shadow: 4px 2px 10px #333333;
  box-shadow: 4px 2px 10px #333333;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
}
main .bonuses h2 {
  background-color: #8cc63f;
  color: white;
  margin-top: 0;
}
main .bonuses h2 em {
  text-decoration: none;
  font-weight: bolder;
  color: #ffff66;
  padding-right: 1em;
}
main .bonuses .list-2 li {
  margin-bottom: 0.6em;
}
main .bonuses .bonus img {
  display: block;
  margin: 0 auto;
  padding: 0.5em 1em;
}
main .bonuses .bonus .value {
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 0.8em 2em;
  margin: 1em auto;
  display: block;
  background: #ff4d4d;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff3333), color-stop(1, #ff6666));
  background: -ms-linear-gradient(bottom, #ff3333, #ff6666);
  background: -moz-linear-gradient(center bottom, #ff3333 0%, #ff6666 100%);
  background: -o-linear-gradient(#ff6666, #ff3333);
  background: linear-gradient(to top, #ff3333, #ff6666);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6666', endColorstr='#ff3333', GradientType=0);
}
@media (min-width: 700px) {
  main .bonuses .bonus img {
    float: left;
  }
  main .bonuses .bonus .value {
    display: inline-block;
  }
}
main .success-story,
main .expert {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 2em 0;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  background: #eef8fd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ddf1fb), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ddf1fb, #ffffff);
  background: -moz-linear-gradient(center bottom, #ddf1fb 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #ddf1fb);
  background: linear-gradient(to top, #ddf1fb, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ddf1fb', GradientType=0);
  -webkit-box-shadow: 4px 2px 10px #333333;
  -moz-box-shadow: 4px 2px 10px #333333;
  box-shadow: 4px 2px 10px #333333;
}
main .success-story h2,
main .expert h2 {
  margin: 20px 0;
  font-size: 1.5em;
  color: #167aa9;
  padding-left: 1.5em;
  padding-right: 110px;
}
main .success-story img,
main .expert img {
  max-height: 100px;
  float: left;
  padding: 1em;
  position: relative;
  top: 0.5em;
}
main .success-story cite,
main .expert cite {
  display: block;
  color: #4d4d4d;
  font-weight: bold;
  margin: 0 3em 1em;
}
main .success-story cite:before,
main .expert cite:before {
  content: '\2014\00a0';
}
main .success-story blockquote,
main .expert blockquote {
  margin: 0;
}
main .success-story blockquote.major,
main .expert blockquote.major {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #4d4d4d;
  background-color: #f5f5f5;
  padding: 1.4em 7em 1.4em 7em;
  position: relative;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), color-stop(3%, #f2f2f2), to(#e0e0e0));
  background-image: -webkit-linear-gradient(#999999, #f2f2f2 3%, #e0e0e0);
  background-image: -moz-linear-gradient(top, #999999, #f2f2f2 3%, #e0e0e0);
  background-image: -o-linear-gradient(#999999, #f2f2f2 3%, #e0e0e0);
  background-image: linear-gradient(#999999, #f2f2f2 3%, #e0e0e0);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ffe0e0e0', GradientType=0);
}
@media (max-width: 700px) {
  main .success-story blockquote.major:before,
  main .expert blockquote.major:before {
    background-size: 80% 80%;
  }
  main .success-story blockquote.major:after,
  main .expert blockquote.major:after {
    background-size: 80% 80%;
  }
}
main .success-story blockquote.major:before,
main .expert blockquote.major:before {
  content: ' ';
  background: url('../img-2015/bg-quotes-left.png') 0 0 no-repeat;
  position: absolute;
  width: 120px;
  height: 87px;
  top: 0;
  left: 0;
}
main .success-story blockquote.major:after,
main .expert blockquote.major:after {
  content: ' ';
  background: url('../img-2015/bg-quotes-right.png') 0 0 no-repeat;
  width: 120px;
  height: 87px;
  position: absolute;
  bottom: 0;
  right: 0;
}
main .success-story blockquote.minor,
main .expert blockquote.minor {
  padding: 1.5em 3em;
  text-align: justify;
}
main .expert {
  background: #ffffb2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffff99), color-stop(1, #ffffcc));
  background: -ms-linear-gradient(bottom, #ffff99, #ffffcc);
  background: -moz-linear-gradient(center bottom, #ffff99 0%, #ffffcc 100%);
  background: -o-linear-gradient(#ffffcc, #ffff99);
  background: linear-gradient(to top, #ffff99, #ffffcc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#ffff99', GradientType=0);
}
main .expert h2 {
  color: #4d4d4d;
  padding-right: 1.5em;
}
main .expert img {
  position: static;
  margin: 3em 1em 1em;
  float: right;
}
main .expert cite {
  color: #4d4d4d;
}
main .expert cite:before {
  content: ' ';
}
main .expert blockquote.major {
  color: #333333;
  background-color: #ffff66;
}
main .expert blockquote.major:before {
  color: #1a1a1a;
}
main .expert blockquote.major:after {
  color: #1a1a1a;
}
main .greeting {
  margin: 2em 0;
}
main .greeting .author,
main .greeting .role {
  font-style: italic;
  font-weight: bold;
}
main .greeting .author {
  margin-top: 1em;
  font-size: 1.2em;
}
main .greeting .role {
  font-size: 1.1em;
}
main .ps {
  font-size: 0.95em;
  color: #333333;
}
main footer {
  text-align: center;
  background-color: #f2f2f2;
  box-shadow: inset 0 4px 8px #999999;
}
main footer .copyright {
  margin-top: 1em;
  font-size: 0.8em;
}
main footer nav {
  margin-top: 0.5em;
  font-size: 0.8em;
}
main footer nav a {
  display: block;
  padding: 0.5em;
  font-size: 1.2em;
  color: #666666;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}
main footer nav a:visited,
main footer nav a:hover {
  color: #4d4d4d;
}
main footer nav a:hover {
  background-color: #cccccc;
}
@media (min-width: 700px) {
  main footer nav a {
    display: inline-block;
    font-size: 1em;
  }
}
