/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
*/
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  font-family: sans-serif;
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
*/
button, input, select, textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
*/
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
*/
p, pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
*/
q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
*/
/*
 * Addresses inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
*/
dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
*/
menu, ol, ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
*/
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
*/
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure, form {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
*/
/*
 * Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
*/
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ 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. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
*/
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
*/
button[disabled] {
  cursor: default;
}

input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
*/
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
*/
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
*/
/*
 * Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves 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;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html, button, input, select, textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background: #16457b url(../img/body-bg.png) no-repeat 50% 0;
  color: #000;
  font: normal 16px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 20px;
}

p {
  margin: 0;
}

p + p {
  margin: 20px 0 0;
}

strong,
.bold {
  font-weight: bold;
}

.normal-text {
  font-weight: normal !important;
}

.big-text {
  font-size: 32px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-small {
  font-size: 16px;
}
.text-small p {
  font-size: 16px;
}

.text-medium {
  font-size: 18px;
  line-height: 1.6;
}
.text-medium p {
  font-size: 18px;
}

a,
a:visited,
a:link {
  color: #0020c1;
}
a:hover,
a:visited:hover,
a:link:hover {
  color: #0024db;
}
a:active,
a:visited:active,
a:link:active {
  color: #001ca8;
}

.link,
.link:visited,
.link:link,
.link:hover {
  color: #0000ee;
  text-decoration: underline;
}
.link:hover,
.link:visited:hover,
.link:link:hover,
.link:hover:hover {
  color: #0808ff;
}
.link:active,
.link:visited:active,
.link:link:active,
.link:hover:active {
  color: #0000d4;
}

.secondary-link,
.secondary-link:visited,
.secondary-link:link {
  color: #5b036d;
  font: italic normal 24px "Arial Black", "Arial Bold", Gadget, sans-serif;
}
.secondary-link:hover,
.secondary-link:visited:hover,
.secondary-link:link:hover {
  color: #700486;
}
.secondary-link:active,
.secondary-link:visited:active,
.secondary-link:link:active {
  color: #460254;
}

.highlight-text {
  color: #0020c1;
}

.important-text {
  color: #c80000;
}

.underline {
  text-decoration: underline;
}

.section {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-large {
  margin-top: 0;
  margin-bottom: 40px;
}

.section-xlarge {
  margin-top: 0;
  margin-bottom: 60px;
}

.section-xxlarge {
  margin-top: 0;
  margin-bottom: 80px;
}

.no-margin {
  margin: 0;
}

.warning {
  background: #ee001c;
  color: #fff;
  padding: 2px 10px;
}

.warning-text {
  background: #ffff00;
}

.error-text {
  color: #f00;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 20px;
}

.media > .pull-right {
  margin-left: 20px;
}

.Absolute-Center {
  height: 50%;
  /* Set your own height: percents, ems, whatever! */
  width: 50%;
  /* Set your own width: percents, ems, whatever! */
  overflow: auto;
  /* Recommended in case content is larger than the container */
  margin: auto;
  /* Center the item vertically & horizontally */
  position: absolute;
  /* Break it out of the regular flow */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Set the bounds in which to center it, relative to its parent/container */
}

/* //////////////////////////////////////// */
/* Make sure our center blocks stay in their container! */
.Center-Container {
  position: relative;
}

/* //////////////////////////////////////// */
/* Fixed floating element within viewport */
.Absolute-Center.is-Fixed {
  position: fixed;
  z-index: 999;
}

/* //////////////////////////////////////// */
/* Min/Max Width */
.Absolute-Center.is-Responsive {
  width: 60%;
  height: 60%;
  min-width: 200px;
  max-width: 400px;
  padding: 40px;
}

/* //////////////////////////////////////// */
/* Align Right, still vertically centered */
.Absolute-Center.is-Right {
  left: auto;
  right: 20px;
  text-align: right;
}

/* //////////////////////////////////////// */
/* Align Left, still vertically centered */
.Absolute-Center.is-Left {
  right: auto;
  left: 20px;
  text-align: left;
}

/* //////////////////////////////////////// */
/* Responsive image, still absolutely centered! Apply the classes to the image itself. */
.Absolute-Center.is-Image {
  width: 50%;
  height: auto;
  padding: 0;
}

.Absolute-Center.is-Image img {
  width: 100%;
  height: auto;
}

/* //////////////////////////////////////// */
/* Set content overflow if your content may go too long */
.Absolute-Center.is-Overflow {
  height: 250px;
  max-height: 100%;
  overflow: auto;
}

/* //////////////////////////////////////// */
/* Variable content height with display: table; 
Breaks cross browser compatibility, but now has a Modernizr test available!

Modernizr test adds ".absolutecentercontent" to <html> if the browser will center correctly with a variable height, and ".no-absolutecentercontent" if it will not be centered with a variable height so that you can add fallback styles in your CSS or use Javascript to manually center it. */
.absolutecentercontent .Absolute-Center.is-Variable {
  display: table;
  height: auto;
  /* Only necessary because height was already declared */
}

/* //////////////////////////////////////// */
/* Allow the user to resize */
.Absolute-Center.is-Resizable {
  min-width: 20%;
  max-width: 90%;
  min-height: 20%;
  max-height: 80%;
  resize: both;
}

.absolutecentercontent .Absolute-Center.is-Resizable {
  /* necessary to override settings from .is-Variable, if used */
  display: block !important;
}

/* //////////////////////////////////////// */
/* Negative Margin Technique */
.Center-Block.is-Negative {
  width: 300px;
  height: 200px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -170px;
  /* (width + padding)/2 */
  margin-top: -120px;
  /* (height + padding)/2 */
}

/* //////////////////////////////////////// */
/* Display: Table Technique */
.Center-Container.is-Table {
  display: table;
}

.is-Table .Table-Cell {
  display: table-cell;
  vertical-align: middle;
}

.is-Table .Center-Block {
  width: 50%;
  margin: 0 auto;
}

/* //////////////////////////////////////// */
/* Inline-Block Technique */
.Center-Container.is-Inline {
  text-align: center;
  overflow: auto;
}

.Center-Container.is-Inline:after,
.is-Inline .Center-Block {
  display: inline-block;
  vertical-align: middle;
}

.Center-Container.is-Inline:after {
  content: ' ';
  height: 100%;
  margin-left: -0.25em;
  /* to offset spacing. may vary with fonts */
}

.is-Inline .Center-Block {
  text-align: left;
  max-width: 80%;
  /* Prevents issues with long content causes the content block to be pushed to the top */
  /* max-width: calc(100% - 0.25em) /* Only for IE9+ */
}

.lt-ie8 .is-Inline .Center-Block {
  /* IE7 Support */
  display: block;
}

/* //////////////////////////////////////// */
/* Transform Technique */
.is-Translated {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* //////////////////////////////////////// */
/* Flexbox Technique */
.Center-Container.is-Flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.wrapper {
  margin: 0 auto;
  min-height: 100%;
}

.container, .site-title .wrap, .main {
  width: 998px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  padding: 10px;
  margin: 0 auto;
  width: 850px;
}
.header .affiliate-link {
  float: right;
  margin-top: 35px;
  margin-right: 30px;
}

.site-title {
  background: url(../img/title-bg.png) no-repeat 50% 0;
  height: 91px;
  position: relative;
  z-index: 9;
}
.site-title .wrap {
  color: #caeffb;
  font: normal 23px 'Droid Serif', serif;
  text-align: center;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
  padding: 18px;
}
.site-title .highlight {
  color: #fff;
}

.content {
  margin-left: auto;
  margin-right: auto;
  padding-right: 23px;
  padding-left: 23px;
  width: 850px;
}

.main {
  margin-top: -40px;
}
.main .main-wrap {
  background: url(../img/main-bgy.png) repeat-y 50% 0;
  padding-top: 40px;
  padding-bottom: 1px;
}
.main .main-bottom {
  background: url(../img/main-bg-bottom.png) no-repeat 50% 0;
  height: 76px;
}

.tagline {
  background: url(../img/tagline.png) no-repeat 0 0;
  width: 716px;
  height: 154px;
  margin: 0;
  display: inline-block;
}

.promo-text {
  background: url(../img/text-bg.png) no-repeat 50% 0;
  height: 105px;
  color: #ffe400;
  font: italic normal 32px/1.5 Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  padding-top: 23px;
}
.promo-text .highlight {
  color: #fff;
}

.alert-box {
  background-color: #8f0000;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8F0000', endColorstr='#FFCA0000');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8f0000), color-stop(100%, #ca0000));
  background-image: -webkit-linear-gradient(top, #8f0000 0%, #ca0000 100%);
  background-image: -moz-linear-gradient(top, #8f0000 0%, #ca0000 100%);
  background-image: -o-linear-gradient(top, #8f0000 0%, #ca0000 100%);
  background-image: linear-gradient(top, #8f0000 0%, #ca0000 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.alert-box:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 32px 0 32px;
  border-color: #cb0000 transparent transparent transparent;
}

.info-box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: url(../img/box-bg.png) repeat-x 0 0;
  border: 1px solid #d5d5d5;
  font-size: 25px;
  font-weight: bold;
  padding: 20px;
}

.arrow {
  background: url(../img/arrow.png) no-repeat 0 0;
  display: inline-block;
  width: 236px;
  height: 59px;
}

.paper-box {
  background: url(../img/paper-bg.png) no-repeat 100% 0;
  font-size: 25px;
  font-weight: bold;
  min-height: 270px;
  padding: 20px;
}

.book-box {
  font-size: 18px;
  line-height: 1.8;
  margin-top: -60px;
  padding: 0 35px;
}

.hello-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
  background: #ffffcd;
  border: 3px solid #ffa50a;
  font-size: 18px;
  line-height: 1.4;
  padding: 30px;
}

.title {
  background: url(../img/header-bg.jpg) no-repeat 0 0;
  height: 70px;
  color: #c90000;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 80px;
}

.title-2 {
  color: #c90000;
  font-size: 28px;
  line-height: 1.4;
}

.tick-list {
  list-style: none;
  padding: 0 20px 0 10px;
  margin: 0;
}
.tick-list li {
  background: url(../img/bullet.png) no-repeat 0 0;
  padding: 0 0 30px 60px;
  font-size: 18px;
  line-height: 1.6;
}

.title-3 {
  background: url(../img/header-bg.png) no-repeat 0 0;
  height: 79px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  padding: 24px;
  margin: 0 -32px 20px;
}

.list-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-2 li {
  background: #fff2be url(../img/bullet3.png) no-repeat 15px 15px;
  border: 1px solid #ebe0bb;
  padding: 15px 10px 15px 80px;
  min-height: 71px;
  margin: 0 0 20px;
}

.title-4 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background: url(../img/title4-bg.png) repeat-x 0 0;
  font-size: 25px;
  color: #b12121;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 0;
  margin-bottom: 40px;
  position: relative;
}
.title-4:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -215px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 215px 0 215px;
  border-color: #890404 transparent transparent transparent;
}

.list-3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-3 li {
  margin: 0 0 20px;
}
.list-3 .bullet {
  display: inline-block;
  background: url(../img/bullet2.png) no-repeat 0 0;
  width: 121px;
  height: 121px;
  vertical-align: middle;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 122px;
  margin-right: 20px;
}
.list-3 .title-2 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  max-width: 670px;
}
.list-3 .media {
  margin-top: 0;
}

.click-link,
.click-link:visited,
.click-link:link {
  background: #c0edff;
  display: block;
  color: #16457b;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border: 1px dashed #0094cf;
  padding: 20px;
  margin: 0 20px 20px;
}
.click-link:hover,
.click-link:visited:hover,
.click-link:link:hover {
  color: #16457b;
  background: #daf4ff;
}
.click-link:active,
.click-link:visited:active,
.click-link:link:active {
  color: #16457b;
  background: #a6e6ff;
}

.signature {
  margin: 0 40px;
}

.af-form-wrapper {
  margin: 0 -23px !important;
}
.af-form-wrapper .af-form {
  background: #f9850a !important;
  padding: 25px 85px 60px !important;
  background: #f9850a;
  max-width: none !important;
  border: 0 !important;
}
.af-form-wrapper .af-body {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #f0ece9 !important;
  border: 1px solid #fffafc !important;
  padding: 5px 15px 15px !important;
  color: #fff !important;
  position: relative !important;
}
.af-form-wrapper .af-element {
  float: left !important;
  width: 260px !important;
  margin-right: 15px !important;
  padding: 0 !important;
}
.af-form-wrapper .af-element label {
  color: #c85f00 !important;
  display: block !important;
  font-size: 14px !important;
  margin: 0 0 4px !important;
}
.af-form-wrapper .af-element .text {
  width: 100% !important;
  border: 1px solid #c9c9c9 !important;
  background: #ddd !important;
  padding: 8px 10px !important;
}
.af-form-wrapper .af-element.buttonContainer {
  width: 100px !important;
  position: absolute;
  right: 0;
  top: 26px;
}
.af-form-wrapper .privacyPolicy {
  position: absolute;
  top: 90px;
  left: 5px;
  color: #fff !important;
  font-size: 14px !important;
  text-align: left !important;
  font-family: arial !important;
}
.af-form-wrapper .privacyPolicy a {
  color: #fff !important;
  font-size: 14px !important;
  font-family: arial !important;
}
.af-form-wrapper .poweredBy {
  position: absolute;
  top: 90px;
  left: 410px;
  color: #fff !important;
  font-size: 14px !important;
  text-align: right !important;
  font-family: arial !important;
}
.af-form-wrapper .poweredBy a {
  color: #fff !important;
  font-size: 14px !important;
  font-family: arial !important;
}
.af-form-wrapper .af-header,
.af-form-wrapper .af-footer {
  display: none !important;
}

.sign-form {
  background: #f9850a;
  padding: 25px 85px;
  margin: 0 -23px;
}
.sign-form .form-content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #f0ece9;
  border: 1px solid #fffafc;
  padding: 5px 15px 15px;
}
.sign-form .form-content .form-input {
  float: left;
  width: 260px;
  margin-right: 15px;
}
.sign-form .form-content .form-submit {
  float: left;
}
.sign-form .form-content label {
  color: #c85f00;
  display: block;
  font-size: 14px;
  margin: 0 0 4px;
}
.sign-form .form-content .input {
  width: 100%;
  border: 1px solid #c9c9c9;
  background: #ddd;
  padding: 8px 10px;
}
.sign-form .form-content .submit {
  background: #fb6b01 url(../img/button-bgx.png) repeat-x 0 0;
  border: 1px solid #e97b16;
  height: 36px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
}

.form-info {
  padding: 15px 5px 0;
  font-size: 14px;
}
.form-info a,
.form-info a:link,
.form-info a:hover,
.form-info a:active,
.form-info a:visited {
  color: #fff;
  text-decoration: none;
}

.form-box {
  background: #dae4f1;
  color: #454545;
  border: 1px solid #16457b;
}
.form-box .form-header {
  font: bold 24px arial, sans-serif;
  background: #16457b;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.form-table {
  width: 100%;
  font-size: 18px;
  table-layout: fixed;
}
.form-table td {
  border-bottom: 1px solid #a1a1d2;
  padding: 10px 20px;
}
.form-table .no-border td {
  border-bottom: 0;
}
.form-table .col1 {
  width: 250px;
  font-weight: bold;
}
.form-table .col3 {
  width: 60px;
}
.form-table .even {
  background: #cfd7ea;
}
.form-table .col-sep {
  width: 10px;
  padding-right: 0;
  padding-left: 0;
}

.radio {
  display: inline-block;
  margin-right: 20px;
}

.generate-button {
  background: url(../img/generate-button.png) no-repeat 0 0;
  width: 269px;
  height: 46px;
  text-indent: -9000px;
}

.copyright {
  margin: 0 auto;
  width: 840px;
  padding-top: 20px;
  color: #fff;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix, .header, .af-form-wrapper .af-body {
  *zoom: 1;
}
.clearfix:before, .header:before, .af-form-wrapper .af-body:before {
  content: " ";
  display: table;
}
.clearfix:after, .header:after, .af-form-wrapper .af-body:after {
  content: " ";
  display: table;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  float: none;
  font-size: 0;
  height: 0;
  line-height: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.alpha {
  margin-left: 0 !important;
}

.omega {
  margin-right: 0 !important;
}

/* cross browser vertically and horizontally align */
.center {
  /* assign width and height to this container */
  display: table;
  vertical-align: middle;
  text-align: center;
  *display: block;
  *position: relative;
}

.center-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  *display: block;
  *position: absolute;
  *top: 50%;
  *left: 0;
}

.center-content {
  *position: relative;
  *top: -50%;
  *left: 0;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
  */
  .ir a:after {
    content: "";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

.alert-text {
  color: #cc0000;
  font-size: 24px;
}