.jstk {
  background-color: #fcf !important; }

/* Compass includes */
/* end compass */
/* MY includes */
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }

html,
body {
  height: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  /*
    Override the default (display: inline) for
    browsers that do not recognize HTML5 tags.
  
    IE8 (and lower) requires a shiv:
    http://ejohn.org/blog/html5-shiv
  */
  display: block; }

b,
strong {
  /*
    Makes browsers agree.
    IE + Opera = font-weight: bold.
    Gecko + WebKit = font-weight: bolder.
  */
  font-weight: bold; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
    For IE.
    http://css-tricks.com/ie-fix-bicubic-scaling-for-images
  */
  -ms-interpolation-mode: bicubic; }

ol,
ul {
  list-style: none; }

li {
  /*
    For IE6 + IE7:
  
    "display: list-item" keeps bullets from
    disappearing if hasLayout is triggered.
  */
  display: list-item; }

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

sub,
sup,
small {
  font-size: 75%; }

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg {
  /*
    For IE9. Without, occasionally draws shapes
    outside the boundaries of <svg> rectangle.
  */
  overflow: hidden; }

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif; }

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace; }

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 25px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px; }

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
  min-width: 960px; }

/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12, body, .row,
#footer
.content,
#header-container,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px; }

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative; }

.container_12 .grid_3, body .grid_3, .row .grid_3,
#footer
.content .grid_3,
#header-container .grid_3,
.container_16 .grid_4 {
  width: 220px; }

.container_12 .grid_6, body .grid_6, .row .grid_6,
#footer
.content .grid_6,
#header-container .grid_6,
.container_16 .grid_8 {
  width: 460px; }

.container_12 .grid_9, body .grid_9, .row .grid_9,
#footer
.content .grid_9,
#header-container .grid_9,
.container_16 .grid_12 {
  width: 700px; }

.container_12 .grid_12, body .grid_12, .row .grid_12,
#footer
.content .grid_12,
#header-container .grid_12,
.container_16 .grid_16 {
  width: 940px; }

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1, body .grid_1, .row .grid_1,
#footer
.content .grid_1,
#header-container .grid_1 {
  width: 60px; }

.container_12 .grid_2, body .grid_2, .row .grid_2,
#footer
.content .grid_2,
#header-container .grid_2 {
  width: 140px; }

.container_12 .grid_4, body .grid_4, .row .grid_4,
#footer
.content .grid_4,
#header-container .grid_4 {
  width: 300px; }

.container_12 .grid_5, body .grid_5, .row .grid_5,
#footer
.content .grid_5,
#header-container .grid_5 {
  width: 380px; }

.container_12 .grid_7, body .grid_7, .row .grid_7,
#footer
.content .grid_7,
#header-container .grid_7 {
  width: 540px; }

.container_12 .grid_8, body .grid_8, .row .grid_8,
#footer
.content .grid_8,
#header-container .grid_8 {
  width: 620px; }

.container_12 .grid_10, body .grid_10, .row .grid_10,
#footer
.content .grid_10,
#header-container .grid_10 {
  width: 780px; }

.container_12 .grid_11, body .grid_11, .row .grid_11,
#footer
.content .grid_11,
#header-container .grid_11 {
  width: 860px; }

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 {
  width: 40px; }

.container_16 .grid_2 {
  width: 100px; }

.container_16 .grid_3 {
  width: 160px; }

.container_16 .grid_5 {
  width: 280px; }

.container_16 .grid_6 {
  width: 340px; }

.container_16 .grid_7 {
  width: 400px; }

.container_16 .grid_9 {
  width: 520px; }

.container_16 .grid_10 {
  width: 580px; }

.container_16 .grid_11 {
  width: 640px; }

.container_16 .grid_13 {
  width: 760px; }

.container_16 .grid_14 {
  width: 820px; }

.container_16 .grid_15 {
  width: 880px; }

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_3, body .prefix_3, .row .prefix_3,
#footer
.content .prefix_3,
#header-container .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px; }

.container_12 .prefix_6, body .prefix_6, .row .prefix_6,
#footer
.content .prefix_6,
#header-container .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px; }

.container_12 .prefix_9, body .prefix_9, .row .prefix_9,
#footer
.content .prefix_9,
#header-container .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px; }

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1, body .prefix_1, .row .prefix_1,
#footer
.content .prefix_1,
#header-container .prefix_1 {
  padding-left: 80px; }

.container_12 .prefix_2, body .prefix_2, .row .prefix_2,
#footer
.content .prefix_2,
#header-container .prefix_2 {
  padding-left: 160px; }

.container_12 .prefix_4, body .prefix_4, .row .prefix_4,
#footer
.content .prefix_4,
#header-container .prefix_4 {
  padding-left: 320px; }

.container_12 .prefix_5, body .prefix_5, .row .prefix_5,
#footer
.content .prefix_5,
#header-container .prefix_5 {
  padding-left: 400px; }

.container_12 .prefix_7, body .prefix_7, .row .prefix_7,
#footer
.content .prefix_7,
#header-container .prefix_7 {
  padding-left: 560px; }

.container_12 .prefix_8, body .prefix_8, .row .prefix_8,
#footer
.content .prefix_8,
#header-container .prefix_8 {
  padding-left: 640px; }

.container_12 .prefix_10, body .prefix_10, .row .prefix_10,
#footer
.content .prefix_10,
#header-container .prefix_10 {
  padding-left: 800px; }

.container_12 .prefix_11, body .prefix_11, .row .prefix_11,
#footer
.content .prefix_11,
#header-container .prefix_11 {
  padding-left: 880px; }

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
  padding-left: 60px; }

.container_16 .prefix_2 {
  padding-left: 120px; }

.container_16 .prefix_3 {
  padding-left: 180px; }

.container_16 .prefix_5 {
  padding-left: 300px; }

.container_16 .prefix_6 {
  padding-left: 360px; }

.container_16 .prefix_7 {
  padding-left: 420px; }

.container_16 .prefix_9 {
  padding-left: 540px; }

.container_16 .prefix_10 {
  padding-left: 600px; }

.container_16 .prefix_11 {
  padding-left: 660px; }

.container_16 .prefix_13 {
  padding-left: 780px; }

.container_16 .prefix_14 {
  padding-left: 840px; }

.container_16 .prefix_15 {
  padding-left: 900px; }

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_3, body .suffix_3, .row .suffix_3,
#footer
.content .suffix_3,
#header-container .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px; }

.container_12 .suffix_6, body .suffix_6, .row .suffix_6,
#footer
.content .suffix_6,
#header-container .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px; }

.container_12 .suffix_9, body .suffix_9, .row .suffix_9,
#footer
.content .suffix_9,
#header-container .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px; }

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1, body .suffix_1, .row .suffix_1,
#footer
.content .suffix_1,
#header-container .suffix_1 {
  padding-right: 80px; }

.container_12 .suffix_2, body .suffix_2, .row .suffix_2,
#footer
.content .suffix_2,
#header-container .suffix_2 {
  padding-right: 160px; }

.container_12 .suffix_4, body .suffix_4, .row .suffix_4,
#footer
.content .suffix_4,
#header-container .suffix_4 {
  padding-right: 320px; }

.container_12 .suffix_5, body .suffix_5, .row .suffix_5,
#footer
.content .suffix_5,
#header-container .suffix_5 {
  padding-right: 400px; }

.container_12 .suffix_7, body .suffix_7, .row .suffix_7,
#footer
.content .suffix_7,
#header-container .suffix_7 {
  padding-right: 560px; }

.container_12 .suffix_8, body .suffix_8, .row .suffix_8,
#footer
.content .suffix_8,
#header-container .suffix_8 {
  padding-right: 640px; }

.container_12 .suffix_10, body .suffix_10, .row .suffix_10,
#footer
.content .suffix_10,
#header-container .suffix_10 {
  padding-right: 800px; }

.container_12 .suffix_11, body .suffix_11, .row .suffix_11,
#footer
.content .suffix_11,
#header-container .suffix_11 {
  padding-right: 880px; }

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
  padding-right: 60px; }

.container_16 .suffix_2 {
  padding-right: 120px; }

.container_16 .suffix_3 {
  padding-right: 180px; }

.container_16 .suffix_5 {
  padding-right: 300px; }

.container_16 .suffix_6 {
  padding-right: 360px; }

.container_16 .suffix_7 {
  padding-right: 420px; }

.container_16 .suffix_9 {
  padding-right: 540px; }

.container_16 .suffix_10 {
  padding-right: 600px; }

.container_16 .suffix_11 {
  padding-right: 660px; }

.container_16 .suffix_13 {
  padding-right: 780px; }

.container_16 .suffix_14 {
  padding-right: 840px; }

.container_16 .suffix_15 {
  padding-right: 900px; }

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .push_3, body .push_3, .row .push_3,
#footer
.content .push_3,
#header-container .push_3,
.container_16 .push_4 {
  left: 240px; }

.container_12 .push_6, body .push_6, .row .push_6,
#footer
.content .push_6,
#header-container .push_6,
.container_16 .push_8 {
  left: 480px; }

.container_12 .push_9, body .push_9, .row .push_9,
#footer
.content .push_9,
#header-container .push_9,
.container_16 .push_12 {
  left: 720px; }

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1, body .push_1, .row .push_1,
#footer
.content .push_1,
#header-container .push_1 {
  left: 80px; }

.container_12 .push_2, body .push_2, .row .push_2,
#footer
.content .push_2,
#header-container .push_2 {
  left: 160px; }

.container_12 .push_4, body .push_4, .row .push_4,
#footer
.content .push_4,
#header-container .push_4 {
  left: 320px; }

.container_12 .push_5, body .push_5, .row .push_5,
#footer
.content .push_5,
#header-container .push_5 {
  left: 400px; }

.container_12 .push_7, body .push_7, .row .push_7,
#footer
.content .push_7,
#header-container .push_7 {
  left: 560px; }

.container_12 .push_8, body .push_8, .row .push_8,
#footer
.content .push_8,
#header-container .push_8 {
  left: 640px; }

.container_12 .push_10, body .push_10, .row .push_10,
#footer
.content .push_10,
#header-container .push_10 {
  left: 800px; }

.container_12 .push_11, body .push_11, .row .push_11,
#footer
.content .push_11,
#header-container .push_11 {
  left: 880px; }

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 {
  left: 60px; }

.container_16 .push_2 {
  left: 120px; }

.container_16 .push_3 {
  left: 180px; }

.container_16 .push_5 {
  left: 300px; }

.container_16 .push_6 {
  left: 360px; }

.container_16 .push_7 {
  left: 420px; }

.container_16 .push_9 {
  left: 540px; }

.container_16 .push_10 {
  left: 600px; }

.container_16 .push_11 {
  left: 660px; }

.container_16 .push_13 {
  left: 780px; }

.container_16 .push_14 {
  left: 840px; }

.container_16 .push_15 {
  left: 900px; }

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_3, body .pull_3, .row .pull_3,
#footer
.content .pull_3,
#header-container .pull_3,
.container_16 .pull_4 {
  left: -240px; }

.container_12 .pull_6, body .pull_6, .row .pull_6,
#footer
.content .pull_6,
#header-container .pull_6,
.container_16 .pull_8 {
  left: -480px; }

.container_12 .pull_9, body .pull_9, .row .pull_9,
#footer
.content .pull_9,
#header-container .pull_9,
.container_16 .pull_12 {
  left: -720px; }

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1, body .pull_1, .row .pull_1,
#footer
.content .pull_1,
#header-container .pull_1 {
  left: -80px; }

.container_12 .pull_2, body .pull_2, .row .pull_2,
#footer
.content .pull_2,
#header-container .pull_2 {
  left: -160px; }

.container_12 .pull_4, body .pull_4, .row .pull_4,
#footer
.content .pull_4,
#header-container .pull_4 {
  left: -320px; }

.container_12 .pull_5, body .pull_5, .row .pull_5,
#footer
.content .pull_5,
#header-container .pull_5 {
  left: -400px; }

.container_12 .pull_7, body .pull_7, .row .pull_7,
#footer
.content .pull_7,
#header-container .pull_7 {
  left: -560px; }

.container_12 .pull_8, body .pull_8, .row .pull_8,
#footer
.content .pull_8,
#header-container .pull_8 {
  left: -640px; }

.container_12 .pull_10, body .pull_10, .row .pull_10,
#footer
.content .pull_10,
#header-container .pull_10 {
  left: -800px; }

.container_12 .pull_11, body .pull_11, .row .pull_11,
#footer
.content .pull_11,
#header-container .pull_11 {
  left: -880px; }

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 {
  left: -60px; }

.container_16 .pull_2 {
  left: -120px; }

.container_16 .pull_3 {
  left: -180px; }

.container_16 .pull_5 {
  left: -300px; }

.container_16 .pull_6 {
  left: -360px; }

.container_16 .pull_7 {
  left: -420px; }

.container_16 .pull_9 {
  left: -540px; }

.container_16 .pull_10 {
  left: -600px; }

.container_16 .pull_11 {
  left: -660px; }

.container_16 .pull_13 {
  left: -780px; }

.container_16 .pull_14 {
  left: -840px; }

.container_16 .pull_15 {
  left: -900px; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
body:before,
.row:before,
#footer .content:before,
#header-container:before,
.container_12:after,
body:after,
.row:after,
#footer .content:after,
#header-container:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after,
.container_12:after,
body:after,
.row:after,
#footer .content:after,
#header-container:after,
.container_16:after {
  clear: both; }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12,
body,
.row,
#footer .content,
#header-container,
.container_16 {
  zoom: 1; }

html, body {
  height: 100%; }

#wrapper {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -100px; }
  #wrapper .push {
    clear: both;
    height: 100px; }

#footer {
  clear: both;
  position: relative;
  height: 100px; }

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

body {
  background-color: #fdfdfd; }

.row,
#footer
.content,
#header-container {
  overflow: hidden; }

.superadmin-banner {
  padding: .25em 1em;
  width: 100%; }
  .superadmin-banner a {
    color: #8a1f11; }
    .superadmin-banner a:hover, .superadmin-banner a:active {
      color: #8a1f11; }

.quiz,
.quiz .row {
  width: 785px !important; }

.header {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  color: #333333;
  background: #233C6F url(../images/header_bg.png) 0 0 repeat-x; }
  .header h1 {
    float: left;
    height: 40px;
    margin: 10px 20px 0 0;
    font-size: 2em;
    line-height: 60px; }
    .header h1 a {
      display: block;
      width: 210px;
      height: 40px;
      background: url(../images/logo.png) 0px 0px no-repeat;
      color: #ffffff;
      text-indent: -9999px;
      text-decoration: none; }

.menu {
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  .menu.guest {
    float: right; }
  .menu li {
    position: relative;
    overflow: hidden;
    height: 60px;
    list-style: none;
    float: left;
    margin: 0 0 0 0;
    padding: 0; }
    .menu li a:link, .menu li a:visited {
      display: block;
      font-size: 14px;
      height: 60px;
      width: 100px;
      text-align: center;
      vertical-align: bottom;
      padding: 10px 4px 0;
      text-decoration: none;
      font-weight: bold;
      color: #ffffff; }
      .menu li a:link:hover, .menu li a:visited:hover {
        color: #233C6F;
        background-color: #ffffff; }
        .menu li a:link:hover span, .menu li a:visited:hover span {
          text-shadow: none; }
      .menu li a:link.current:hover, .menu li a:visited.current:hover {
        color: #233C6F;
        background-color: #ffffff;
        text-shadow: none; }
      .menu li a:link.dashboard, .menu li a:visited.dashboard {
        padding-top: 31px; }
      .menu li a:link.admin-training, .menu li a:visited.admin-training {
        padding-top: 10px;
        width: 150px; }
    .menu li.auth {
      float: right;
      margin-left: 10px; }
      .menu li.auth span {
        display: block;
        padding-top: 8px;
        font-weight: bold;
        font-size: 10px;
        line-height: 100%; }
      .menu li.auth a {
        font-size: 12px;
        font-weight: normal;
        padding: 0 10px;
        height: auto;
        width: auto; }
      .menu li.auth .accountlink {
        height: 60px;
        line-height: 27px; }
      .menu li.auth .signin {
        color: inherit; }
      .menu li.auth.signout {
        margin-top: 17px; }
        .menu li.auth.signout a {
          color: #333333; }
      .menu li.auth.register, .menu li.auth.signin {
        margin-top: 17px;
        height: auto; }
      .menu li.auth.signin a:hover {
        color: #333333; }
      .menu li.auth.register a:hover {
        color: #ffffff; }
  .menu .current, .menu .current:hover, .menu .account .auth a.current {
    color: #233C6F !important;
    text-shadow: none;
    background-color: #ffffff; }

.auth span {
  color: #3cb300; }

span.superadmin {
  color: #ff4e33; }

.public .header .menu {
  background: none; }
  .public .header .menu li {
    background: none; }

#content {
  position: relative;
  margin-top: 80px;
  overflow: hidden; }

#footer {
  margin-top: 20px;
  width: 100%;
  color: #fff;
  background: #233C6F;
  font-size: 11px;
  line-height: 20px;
  overflow: hidden; }
  #footer div {
    padding: 5px 20px; }
  #footer a {
    color: #fff; }
  #footer .contact {
    padding: 20px 0 20px;
    text-align: center;
    font-size: 1.5em; }
  #footer .copyright {
    color: #aaa;
    text-align: center; }

.hidden {
  display: none; }

.btn {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0; }
  .btn:visited, .btn:hover, .btn:active {
    color: #333; }
  .btn:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn:hover, .btn:active {
    top: 1px; }
  .btn img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 -65px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0; }
  .btn-lg:visited, .btn-lg:hover, .btn-lg:active {
    color: #333; }
  .btn-lg:hover {
    background: url("../../images/button_bgs.png") 0 -75px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn-lg:hover, .btn-lg:active {
    top: 1px; }
  .btn-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0; }
  .btn-small:visited, .btn-small:hover, .btn-small:active {
    color: #333; }
  .btn-small:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn-small:hover, .btn-small:active {
    top: 1px; }
  .btn-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-gray {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #c8c8c8;
  background-color: #eee;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#eee), to(gainsboro)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #eee 50%, gainsboro 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -o-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0; }
  .btn-gray:visited, .btn-gray:hover, .btn-gray:active {
    color: #333; }
  .btn-gray:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(gainsboro), to(#eee)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x; }
  .btn-gray:hover, .btn-gray:active {
    top: 1px; }
  .btn-gray img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-gray-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #c8c8c8;
  background-color: #eee;
  background: url("../../images/button_bgs.png") 0 -65px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#eee), to(gainsboro)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #eee 50%, gainsboro 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -o-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0; }
  .btn-gray-lg:visited, .btn-gray-lg:hover, .btn-gray-lg:active {
    color: #333; }
  .btn-gray-lg:hover {
    background: url("../../images/button_bgs.png") 0 -75px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(gainsboro), to(#eee)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x; }
  .btn-gray-lg:hover, .btn-gray-lg:active {
    top: 1px; }
  .btn-gray-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-gray-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #c8c8c8;
  background-color: #eee;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#eee), to(gainsboro)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #eee 50%, gainsboro 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  background: -o-linear-gradient(top, #eee, gainsboro) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0; }
  .btn-gray-small:visited, .btn-gray-small:hover, .btn-gray-small:active {
    color: #333; }
  .btn-gray-small:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(gainsboro), to(#eee)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #eee, gainsboro) 0 0 repeat-x; }
  .btn-gray-small:hover, .btn-gray-small:active {
    top: 1px; }
  .btn-gray-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-lg-link {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: transparent;
  background: url("../../images/button_bgs.png") 0 "0 -900px" repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(transparent), to(transparent)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, transparent 50%, transparent 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  background: -ms-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  background: -o-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  font-size: 14px !important;
  margin: 0 0 0 20px !important;
  padding: 0 !important;
  text-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
  -icab-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }
  .btn-lg-link:visited, .btn-lg-link:hover, .btn-lg-link:active {
    color: #333333; }
  .btn-lg-link:hover {
    background: url("../../images/button_bgs.png") 0 "0 -900px-10px" repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(transparent), to(transparent)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x; }
  .btn-lg-link:hover, .btn-lg-link:active {
    top: 1px; }
  .btn-lg-link img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-link {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: transparent;
  background: url("../../images/button_bgs.png") 0 "0 -900px" repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(transparent), to(transparent)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, transparent 50%, transparent 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  background: -ms-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  background: -o-linear-gradient(top, transparent, transparent) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0;
  font-size: 14px !important;
  margin: 0 0 0 20px !important;
  padding: 0 !important;
  text-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
  -icab-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }
  .btn-link:visited, .btn-link:hover, .btn-link:active {
    color: #333333; }
  .btn-link:hover {
    background: url("../../images/button_bgs.png") 0 "0 -900px-5px" repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(transparent), to(transparent)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, transparent, transparent) 0 0 repeat-x; }
  .btn-link:hover, .btn-link:active {
    top: 1px; }
  .btn-link img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-green {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #73ba15;
  background-color: #9Ae833;
  background: url("../../images/button_bgs.png") 0 -160px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#9Ae833), to(#89de19)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #9Ae833 50%, #89de19 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -o-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0; }
  .btn-green:visited, .btn-green:hover, .btn-green:active {
    color: #333; }
  .btn-green:hover {
    background: url("../../images/button_bgs.png") 0 -165px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89de19), to(#9Ae833)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x; }
  .btn-green:hover, .btn-green:active {
    top: 1px; }
  .btn-green img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-green-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #73ba15;
  background-color: #9Ae833;
  background: url("../../images/button_bgs.png") 0 -220px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#9Ae833), to(#89de19)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #9Ae833 50%, #89de19 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -o-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0; }
  .btn-green-lg:visited, .btn-green-lg:hover, .btn-green-lg:active {
    color: #333; }
  .btn-green-lg:hover {
    background: url("../../images/button_bgs.png") 0 -230px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89de19), to(#9Ae833)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x; }
  .btn-green-lg:hover, .btn-green-lg:active {
    top: 1px; }
  .btn-green-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-green-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #73ba15;
  background-color: #9Ae833;
  background: url("../../images/button_bgs.png") 0 -160px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#9Ae833), to(#89de19)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #9Ae833 50%, #89de19 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  background: -o-linear-gradient(top, #9Ae833, #89de19) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0; }
  .btn-green-small:visited, .btn-green-small:hover, .btn-green-small:active {
    color: #333; }
  .btn-green-small:hover {
    background: url("../../images/button_bgs.png") 0 -165px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89de19), to(#9Ae833)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #9Ae833, #89de19) 0 0 repeat-x; }
  .btn-green-small:hover, .btn-green-small:active {
    top: 1px; }
  .btn-green-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-red {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #872e38;
  background-color: #BF4251;
  background: url("../../images/button_bgs.png") 0 -320px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#BF4251), to(#a53845)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #BF4251 50%, #a53845 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -o-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0;
  text-shadow: 0 -1px 1px rgba(50, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.25); }
  .btn-red:visited, .btn-red:hover, .btn-red:active {
    color: #fff; }
  .btn-red:hover {
    background: url("../../images/button_bgs.png") 0 -325px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#a53845), to(#BF4251)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x; }
  .btn-red:hover, .btn-red:active {
    top: 1px; }
  .btn-red img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-red-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #872e38;
  background-color: #BF4251;
  background: url("../../images/button_bgs.png") 0 -380px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#BF4251), to(#a53845)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #BF4251 50%, #a53845 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -o-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  text-shadow: 0 -1px 1px rgba(50, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.25); }
  .btn-red-lg:visited, .btn-red-lg:hover, .btn-red-lg:active {
    color: #fff; }
  .btn-red-lg:hover {
    background: url("../../images/button_bgs.png") 0 -390px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#a53845), to(#BF4251)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x; }
  .btn-red-lg:hover, .btn-red-lg:active {
    top: 1px; }
  .btn-red-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-red-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #872e38;
  background-color: #BF4251;
  background: url("../../images/button_bgs.png") 0 -320px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#BF4251), to(#a53845)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #BF4251 50%, #a53845 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  background: -o-linear-gradient(top, #BF4251, #a53845) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0;
  text-shadow: 0 -1px 1px rgba(50, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.25); }
  .btn-red-small:visited, .btn-red-small:hover, .btn-red-small:active {
    color: #fff; }
  .btn-red-small:hover {
    background: url("../../images/button_bgs.png") 0 -325px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#a53845), to(#BF4251)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #BF4251, #a53845) 0 0 repeat-x; }
  .btn-red-small:hover, .btn-red-small:active {
    top: 1px; }
  .btn-red-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-blue {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #6a8cd0;
  background-color: #a4b9e2;
  background: url("../../images/button_bgs.png") 0 -480px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#a4b9e2), to(#89a4da)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #a4b9e2 50%, #89a4da 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -o-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0; }
  .btn-blue:visited, .btn-blue:hover, .btn-blue:active {
    color: #333; }
  .btn-blue:hover {
    background: url("../../images/button_bgs.png") 0 -485px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89a4da), to(#a4b9e2)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x; }
  .btn-blue:hover, .btn-blue:active {
    top: 1px; }
  .btn-blue img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-blue-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #6a8cd0;
  background-color: #a4b9e2;
  background: url("../../images/button_bgs.png") 0 -540px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#a4b9e2), to(#89a4da)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #a4b9e2 50%, #89a4da 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -o-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0; }
  .btn-blue-lg:visited, .btn-blue-lg:hover, .btn-blue-lg:active {
    color: #333; }
  .btn-blue-lg:hover {
    background: url("../../images/button_bgs.png") 0 -550px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89a4da), to(#a4b9e2)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x; }
  .btn-blue-lg:hover, .btn-blue-lg:active {
    top: 1px; }
  .btn-blue-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-blue-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #6a8cd0;
  background-color: #a4b9e2;
  background: url("../../images/button_bgs.png") 0 -480px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#a4b9e2), to(#89a4da)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #a4b9e2 50%, #89a4da 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  background: -o-linear-gradient(top, #a4b9e2, #89a4da) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0; }
  .btn-blue-small:visited, .btn-blue-small:hover, .btn-blue-small:active {
    color: #333; }
  .btn-blue-small:hover {
    background: url("../../images/button_bgs.png") 0 -485px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#89a4da), to(#a4b9e2)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #a4b9e2, #89a4da) 0 0 repeat-x; }
  .btn-blue-small:hover, .btn-blue-small:active {
    top: 1px; }
  .btn-blue-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-white {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 12px;
  -icab-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 12px;
  margin: 0 10px 10px 0; }
  .btn-white:visited, .btn-white:hover, .btn-white:active {
    color: #333; }
  .btn-white:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn-white:hover, .btn-white:active {
    top: 1px; }
  .btn-white img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-white-lg {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 -65px repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 20px;
  -icab-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -icab-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -khtml-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 10px 10px 0; }
  .btn-white-lg:visited, .btn-white-lg:hover, .btn-white-lg:active {
    color: #333; }
  .btn-white-lg:hover {
    background: url("../../images/button_bgs.png") 0 -75px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn-white-lg:hover, .btn-white-lg:active {
    top: 1px; }
  .btn-white-lg img {
    display: inline;
    float: left;
    margin: 2px 10px 0 0;
    vertical-align: text-top; }

.btn-white-small {
  position: relative;
  display: block;
  float: left;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  background-attachment: scroll;
  cursor: pointer;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: url("../../images/button_bgs.png") 0 0 repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 0% 90%, from(#fff), to(#ededed)) 0 0 repeat-x;
  background: -webkit-linear-gradient(top, #fff 50%, #ededed 90%) 0 0 repeat-x;
  background: -moz-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -ms-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  background: -o-linear-gradient(top, #fff, #ededed) 0 0 repeat-x;
  -o-border-radius: 9px;
  -icab-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -icab-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 9px;
  margin: 0 5px 0 0; }
  .btn-white-small:visited, .btn-white-small:hover, .btn-white-small:active {
    color: #333; }
  .btn-white-small:hover {
    background: url("../../images/button_bgs.png") 0 -5px repeat-x;
    background: -webkit-gradient(linear, 0% 90%, 0% 50%, from(#ededed), to(#fff)) 0 0 repeat-x;
    background: -webkit-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -moz-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -ms-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x;
    background: -o-linear-gradient(bottom, #fff, #ededed) 0 0 repeat-x; }
  .btn-white-small:hover, .btn-white-small:active {
    top: 1px; }
  .btn-white-small img {
    vertical-align: text-top;
    margin: 0 4px 0 0; }

.btn-link.cancel, .btn-link.delete {
  font-weight: normal !important;
  font-size: 11px !important;
  height: 21px !important;
  line-height: 21px !important;
  margin: 1px 0 0 12px !important;
  padding: 0 4px; }

.btn-link.delete:hover {
  background-color: #dd0000;
  color: #ffffff; }

.btn-link.cancel:hover {
  background-color: #dddddd;
  color: #333333; }

/* stack the form labels and inputs */
form ul, form ol, form legend, form p {
  margin: 0;
  padding: 0; }
form li {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px; }
form fieldset {
  display: block;
  *display: inline-block; }
  form fieldset:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
form abbr, form acronym {
  border: 0;
  font-variant: normal;
  font-weight: normal; }
form ol, form ul {
  list-style: none; }
form label {
  display: block;
  *display: inline-block; }
  form label:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
form input, form textarea {
  vertical-align: middle; }
form .check_boxes input, form .radio input {
  margin: 0; }
form .check_boxes label, form .radio label {
  cursor: pointer; }
form .hidden {
  display: none; }
form .date li, form .time li, form .datetime li {
  float: left;
  width: auto;
  clear: none; }
form .date label, form .time label, form .datetime label {
  display: none;
  width: auto; }
form .date input, form .time input, form .datetime input {
  display: inline;
  margin: 0;
  padding: 0; }
form .errors {
  list-style: square; }
  form .errors li {
    padding: 0;
    border: none;
    display: list-item;
    float: none;
    clear: both; }
form .inputs {
  z-index: 99; }
form .buttons li {
  float: left; }
form li {
  *display: inline-block;
  display: block; }
  form li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  form li fieldset {
    border: none;
    position: relative;
    margin-top: 0px; }
  form li legend {
    display: block;
    margin-bottom: 0; }
  form li .label {
    display: block;
    clear: both;
    background: transparent; }
  form li ol {
    float: left;
    margin: 0; }
    form li ol li {
      padding: 0;
      border: 0;
      display: inline; }
form fieldset {
  /* begin stack form */
  width: 300px; }
form ol {
  padding-left: 18px; }
form input {
  clear: both;
  float: none; }
form li {
  display: block;
  clear: both;
  float: none;
  width: 300px; }
  form li ol {
    padding: 0; }
  form li li {
    clear: none;
    width: auto; }
  form li fieldset legend, form li fieldset legend .label {
    display: block;
    clear: both; }
  form li fieldset .label {
    position: relative; }
  form li fieldset label, form li fieldset input {
    width: auto; }
form .date ol, form .time ol, form .datetime ol {
  width: 300px; }
form .date li, form .time li, form .datetime li {
  display: inline;
  clear: none;
  float: left;
  padding-right: 9px; }
form .checkbox li, form .radio li {
  display: block; }
form .checkbox input, form .radio input {
  border: none; }
form label {
  display: block;
  clear: both;
  float: none;
  width: "full"; }
form input, form textarea {
  width: 282px; }
form select {
  width: auto; }
form .errors li {
  display: list-item; }
form .buttons ol {
  padding-left: 18px;
  padding-right: 18px; }
form .buttons li {
  width: auto;
  clear: none;
  display: inline; }
form .buttons input {
  width: auto; }
form #errorExplanation {
  width: 282px; }
form .label {
  #left: -0.5em;
  #position: relative; }

/* ---- default layout customizations ---- */
form {
  clear: left;
  padding: 0 0px; }
  form h2 {
    margin: 0 0 5px; }
  form dl {
    padding: 0;
    margin: 0px 0 0 !important; }
  form dt, form dd {
    position: relative;
    padding: 0; }
    form dt.checkbox, form dd.checkbox {
      overflow: hidden;
      padding: 0 0 15px;
      line-height: 1em; }
      form dt.checkbox label, form dd.checkbox label {
        line-height: 1em;
        float: left;
        clear: none; }
      form dt.checkbox input[type='checkbox'], form dd.checkbox input[type='checkbox'] {
        float: left;
        margin: 0 10px 0 0;
        padding: 0;
        vertical-align: middle; }
    form dt dd, form dd dd {
      padding: 0; }
  form dd {
    padding: 0 0 15px; }
    form dd.hint {
      padding: 0;
      margin: -1em 0 1em; }
  form fieldset {
    width: auto;
    margin: 0 0 20px; }
  form fieldset {
    padding: 0; }
  form legend, form label {
    color: #333333;
    line-height: 1.25em; }
  form label, form .label {
    font-weight: bold;
    padding: 0 0 2px 2px; }
    form label abbr, form .label abbr {
      margin-left: 3px;
      opacity: .5;
      color: red; }
  form label {
    font-size: 14px; }
    form label.inline {
      display: inline;
      padding: 0; }
  form legend span {
    font-size: 1.4em;
    line-height: 1em; }
    form legend span.label {
      font-size: 1em; }
  form select {
    padding: 3px; }
  form input, form textarea, form select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: left;
    font-family: inherit;
    font-size: 16px; }
  form textarea, form input {
    font-family: Helvetica,Arial,sans-serif;
    border: 1px solid #cccccc;
    margin-left: 2px;
    padding: 6px 8px 6px 7px;
    line-height: 120%;
    -o-border-radius: 3px;
    -icab-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  form input[type='checkbox'] {
    width: auto; }
  form .file {
    width: auto; }
    form .file input[type='file'] {
      width: 140px !important;
      border: none; }
  form input.short {
    width: 100px; }
  form input.medium {
    width: 190px; }
  form input.wide {
    width: 600px; }
  form textarea.short {
    height: 4em; }
  form textarea.wide {
    width: 600px;
    height: 8em; }
  form.inline {
    line-height: 3; }
    form.inline dt, form.inline dd {
      width: auto;
      display: inline; }
      form.inline dt input, form.inline dd input {
        display: inline;
        width: auto; }
  form .radios input, form .checkboxes input {
    vertical-align: baseline;
    display: inline;
    width: auto;
    padding: 0;
    border: none;
    margin: 0 .5em 0 .1em; }
  form .radios label, form .checkboxes label {
    line-height: 2em;
    display: inline; }
  form .date dt, form .date dd, form .time dt, form .time dd, form .datetime dt, form .datetime dd {
    margin: 0 0.3em 0 0; }
  form .required input, form .required textarea, form .required select {
    background-color: white; }
  form .field-error input {
    border-color: #cc0000; }
  form .error {
    color: #990000;
    padding: 5px 8px;
    -o-border-radius: 5px;
    -icab-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    form .error h2 {
      font-size: 1em !important;
      font-weight: bold; }
    form .error dt, form .error dd {
      color: #990000;
      margin-left: 15px; }
    form .error label {
      color: #666666; }
    form .error input, form .error textarea, form .error select {
      background-color: #eeeeee;
      border: 1px solid #cccccc; }
  form form p, form .errors {
    padding: 3px 0px; }
  form .optional input, form .optional textarea, form .optional select {
    background-color: white; }
  form .errors {
    color: #990000; }
    form .errors dt, form .errors dd {
      margin-left: 1.2em; }
  form p.inline-errors {
    display: none; }
  form p.inline-hints {
    font-style: italic;
    display: inline;
    color: #666666; }
    form p.inline-hints strong {
      font-style: normal; }
    form p.inline-hints a {
      color: #990000; }
  form .buttons {
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0; }
    form .buttons dt, form .buttons dd {
      padding-right: 0.5em; }

.flash {
  position: absolute;
  z-index: 9999;
  display: block;
  width: 640px;
  padding: 5px 8px;
  margin: 0 150px 10px;
  font-size: 1.4em;
  color: #333333;
  background-color: #fff4bb;
  border: 1px solid #ffcc00;
  -o-border-radius: 5px;
  -icab-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2);
  -icab-box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: "" 1px 1px 2px rgba(0, 0, 0, 0.2); }
  .flash.block {
    width: 832px;
    margin: 0 50px 20px;
    position: relative; }
    .flash.block p {
      font-size: 18px;
      line-height: 1.4em;
      margin: 0; }
  .flash.alert {
    border-color: #ff9900;
    background-color: #ffdd55;
    color: #333333;
    margin-right: 2px; }
  .flash.notice {
    position: relative;
    width: 940px;
    margin: 0 0 10px;
    clear: both;
    border-color: #0099cc;
    background-color: #99eeff;
    color: #333333;
    margin-right: 2px; }

.public .formtastic.account .flash {
  width: 282px; }

form.account {
  float: none;
  width: 520px;
  overflow: hidden;
  margin: 0 auto; }
  form.account abbr {
    visibility: hidden; }
  form.account .buttons {
    clear: both;
    overflow: hidden;
    padding: 20px 0 0 0px; }
  form.account .forgot_pass {
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    margin-left: 165px; }
  form.account .links {
    font-size: 1.25em;
    clear: both;
    padding: 20px 0 0 0px; }
  form.account strong {
    color: #233C6F; }
  form.account h4 {
    margin-bottom: 0; }
  form.account a:link, form.account a:visited {
    color: #233C6F; }

.register_alternates {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 180px; }

.reg-company h2:before, .reg-individual h2:before {
  content: "";
  float: left;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../../images/sprites.png) 0 -16px no-repeat;
  margin: 11px 8px 0 0; }

.reg-individual h2:before {
  background-position: 0 0 !important; }

form.centered {
  float: none;
  width: 500px;
  margin: 0 auto; }

#show_spanish_content {
  display: block;
  margin: 0 0 1em; }

#spanish_content {
  display: none; }

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 75%; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: normal;
    color: #333333; }
    body h1 img, body h2 img, body h3 img, body h4 img, body h5 img, body h6 img {
      margin: 0; }
  body h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.50em; }
  body h2 {
    font-size: 2em;
    margin-bottom: 0.75em; }
  body h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1.00em; }
  body h4 {
    font-size: 1.2em;
    margin-bottom: 1.25em; }
  body h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.50em; }
  body h6 {
    font-size: 1em;
    font-weight: bold; }
  body p {
    margin: 0 0 1.5em; }
    body p img.left {
      display: inline;
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
    body p img.right {
      display: inline;
      float: right;
      margin: 1.5em 0 1.5em 1.5em;
      padding: 0; }
  body a {
    text-decoration: underline;
    color: #000099; }
    body a:visited {
      color: #1a1a66; }
    body a:focus {
      color: black; }
    body a:hover {
      color: black; }
    body a:active {
      color: #66004d; }
  body blockquote {
    margin: 1.5em;
    color: #666666;
    font-style: italic; }
  body strong {
    font-weight: bold; }
  body em {
    font-style: italic; }
  body dfn {
    font-style: italic;
    font-weight: bold; }
  body sup, body sub {
    line-height: 0; }
  body abbr, body acronym {
    border-bottom: 1px dotted #666666; }
  body address {
    margin: 0 0 1.5em;
    font-style: italic; }
  body del {
    color: #666666; }
  body pre {
    margin: 1.5em 0;
    white-space: pre; }
  body pre, body code, body tt {
    font: 1em "andale mono", "lucida console", monospace;
    line-height: 1.5; }
  body li ul, body li ol {
    margin: 0; }
  body ul, body ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 3.333em; }
  body ul {
    list-style-type: disc; }
  body ol {
    list-style-type: decimal; }
  body dl {
    margin: 0 0 1.5em 0; }
    body dl dt {
      font-weight: bold; }
  body dd {
    margin-left: 1.5em; }
  body table {
    margin-bottom: 1.4em;
    width: 100%; }
  body th {
    font-weight: bold; }
  body thead th {
    background: #c3d9ff; }
  body th, body td, body caption {
    padding: 4px 10px 4px 5px; }
  body tfoot {
    font-style: italic; }
  body caption {
    background: #eeeeee; }
  body .quiet {
    color: #333333; }
  body .loud {
    color: #2b2b2b; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333333; }
  body dd {
    margin: 0; }

#main_column h1 {
  font-size: 2.4em; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

hr {
  height: 1px;
  padding: 0;
  clear: both;
  border: none;
  border-top: 1px solid #cccccc; }
  hr.hidden {
    border-color: transparent; }

.clear {
  clear: both; }

.floatright {
  float: right; }

.floatleft {
  float: left; }

table thead th {
  background-color: #dddddd; }

.faq {
  width: 600px; }
  .faq .text {
    font-size: 1.2em; }
    .faq .text h3 {
      font-size: 1.25em;
      margin: 3em 0 1em;
      padding-bottom: .25em;
      border-bottom: 1px solid #cccccc; }
  .faq ol {
    margin: 0 0 4em;
    padding-left: 1.5em; }

.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.active-modal {
  height: 100% !important;
  overflow: hidden !important;
  width: 100%; }
  .active-modal.mobilesmall, .active-modal.mobile, .active-modal.mobilewide, .active-modal.tablet {
    position: fixed !important; }

.modal,
.modal-overlay {
  display: block !important;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  visibility: hidden; }
  .modal.show,
  .modal-overlay.show {
    visibility: visible; }

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

.modal-overlay {
  transition: background-color .125s linear;
  background-color: rgba(0, 0, 0, 0.6); }
  .ie7 .modal-overlay, .ie8 .modal-overlay {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000',GradientType=0);
    zoom: 1; }

.modal-wrapper {
  position: relative;
  background: #fff;
  font-size: 16px;
  max-width: 95%;
  margin: 0 2%;
  /* IE7 Support */ }
  .ie7 .modal-wrapper {
    max-width: 80%;
    display: block;
    margin-top: 5%; }
  .modal-wrapper header {
    background: #e8e8e8;
    max-height: 2em; }

.modal-content {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 1.5em; }

.modal-close {
  transition: background-image .5s ease-in-out;
  cursor: pointer;
  display: block;
  height: 45px;
  position: absolute;
  right: -22px;
  top: -22px;
  width: 45px;
  z-index: 999999; }
  .modal-close span {
    display: none; }

.not-closeable .modal-close {
  display: none; }

.error.minimal.modal_box {
  box-shadow: rgba(255, 34, 0, 0.25) 0 0 0 10px; }
.error.modal_overlay, .error.modal_box {
  border: none; }

.modal {
  text-align: center;
  overflow: auto; }
  .modal:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%;
    margin-left: -.25em; }

.modal-wrapper {
  display: inline-block;
  vertical-align: middle; }

.embed-responsive video.vjs-tech {
  height: auto; }

.video-container {
  *display: inline-block;
  position: relative; }
  .video-container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.video-player {
  float: none;
  width: 100%; }
  .video-player .video-js {
    background-color: #fff;
    padding-bottom: 117.0212765957%;
    width: 100% !important; }
  @media (min-width: 480px) {
    .video-player {
      width: 70%;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .video-player {
      float: left;
      width: 50%; } }

.video-text {
  float: none;
  max-width: 100%;
  width: 100%; }
  .video-text.hidden-xs {
    display: none; }
    @media (min-width: 480px) {
      .video-text.hidden-xs {
        display: block; } }
  @media (min-width: 480px) {
    .video-text {
      width: 70%;
      margin: 0 auto; } }
  @media (min-width: 480px) {
    .video-text {
      display: block;
      width: 70%;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .video-text {
      display: block;
      float: right;
      max-width: 430px;
      max-height: 480px;
      overflow-y: scroll;
      width: 50%; } }
  .video-text .page-text {
    display: none;
    font-size: 16px;
    line-height: 1.4;
    padding: 1em; }

.video-js {
  position: relative; }

.vjs-default-skin div.vjs-big-play-button {
  display: none !important; }
.vjs-default-skin div.vjs-big-play-button span {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  margin: 20px 0 0 23px;
  border-left: 40px solid #fff;
  /* Width & Color of play icon */
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0); }
.vjs-default-skin div.vjs-control-bar {
  display: none !important;
  opacity: 0 !important; }

.video-pages {
  float: left; }
  @media (max-width: 480px) {
    .video-pages {
      font-size: 12px;
      float: none;
      padding: 0 0 .5em;
      width: 100%;
      text-align: center; } }

.video-controls {
  *display: inline-block;
  clear: both;
  position: relative;
  background-color: #eeeeee;
  margin-bottom: 2em;
  padding: 1.25em 1em 1em;
  text-align: right; }
  .video-controls:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media (max-width: 480px) {
    .video-controls {
      text-align: center; }
      .video-controls .btn {
        font-size: .85em; }
      .video-controls #toggle {
        width: 80px !important; } }
  .video-controls .btn {
    background: #ddd;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 1;
    padding: .25em .75em; }
    .video-controls .btn img {
      height: 1em;
      width: 1em; }
  .video-controls #toggle {
    width: 110px; }
    .video-controls #toggle.play .play {
      display: block; }
    .video-controls #toggle.play .pause {
      display: none; }
    .video-controls #toggle.pause .play {
      display: none; }
    .video-controls #toggle.pause .pause {
      display: block; }

.navbar .video-controls {
  margin-bottom: 0;
  padding: 1.25em 1em 1em;
  text-align: right;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .navbar .video-controls {
      text-align: center; }
      .navbar .video-controls .btn {
        font-size: .85em; }
      .navbar .video-controls #toggle {
        width: 80px !important; } }
.navbar .video-pages {
  font-size: .85rem;
  margin: .5em auto .5em 0;
  padding-right: 1em; }

.video-controls.fixed {
  box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.125);
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: auto;
  z-index: 999; }

.section-complete {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  .section-complete.is-hidden {
    display: none; }

.section-complete-button {
  border-radius: .125em;
  border: 2px solid #2780E3;
  color: #2780E3;
  width: 240px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 999;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  cursor: pointer;
  padding: .25em 0; }
  @media (max-width: 991px) {
    .section-complete-button {
      top: 8em;
      bottom: auto; } }
  .section-complete-button:hover {
    background-color: tint(#2780E3, 90%); }
  .section-complete-button span {
    font-weight: normal;
    font-size: .75em;
    text-align: center;
    display: block; }

.video-next-message {
  transition: all 125ms ease-in-out;
  display: none;
  font-size: 11px;
  position: absolute;
  top: -4px;
  right: 1rem;
  width: 120px;
  height: 20px;
  padding: .5em; }

.bouncer {
  background-image: linear-gradient(#00e600, #00b300) !important;
  animation: bounce 200ms ease-out;
  animation-delay: 400ms;
  animation-iteration-count: 4; }

/* Webkit, Chrome and Safari */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  33% {
    -webkit-transform: translateY(-4px); }
  66% {
    -webkit-transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(0); } }
/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0); }
  33% {
    -moz-transform: translateY(-4px); }
  66% {
    -moz-transform: translateY(4px); }
  100% {
    -moz-transform: translateY(0); } }
/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
    transform: translateY(0); }
  33% {
    transform: translateY(-4px); }
  66% {
    transform: translateY(4px); }
  100% {
    transform: translateY(0); } }
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative;
  overflow: hidden; }

#cboxLoadedContent {
  overflow: auto; }

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
  background: #ccc; }

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(../../images/colorbox/border1.png) 0 0 no-repeat; }

#cboxTopCenter {
  height: 25px;
  background: url(../../images/colorbox/border1.png) 0 -50px repeat-x; }

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(../../images/colorbox/border1.png) -25px 0 no-repeat; }

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(../../images/colorbox/border1.png) 0 -25px no-repeat; }

#cboxBottomCenter {
  height: 25px;
  background: url(../../images/colorbox/border1.png) 0 -75px repeat-x; }

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(../../images/colorbox/border1.png) -25px -25px no-repeat; }

#cboxMiddleLeft {
  width: 25px;
  background: url(../../images/colorbox/border2.png) 0 0 repeat-y; }

#cboxMiddleRight {
  width: 25px;
  background: url(../../images/colorbox/border2.png) -25px 0 repeat-y; }

#cboxContent {
  background: #fff; }

#cboxLoadedContent {
  margin-bottom: 20px; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; }

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444; }

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444; }

#cboxLoadingOverlay {
  background: url(../../images/colorbox/loading.gif) 5px 5px no-repeat #fff; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444; }

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale'); }

.cboxIE #cboxTopCenter {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale'); }

.cboxIE #cboxTopRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale'); }

.cboxIE #cboxBottomLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale'); }

.cboxIE #cboxBottomCenter {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale'); }

.cboxIE #cboxBottomRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale'); }

.cboxIE #cboxMiddleLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale'); }

.cboxIE #cboxMiddleRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale'); }

ul.tabs {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid blue; }
  ul.tabs li {
    float: left; }
    ul.tabs li a {
      border-radius: 3px 3px 0 0;
      display: block;
      margin: 0 5px 0 0;
      padding: 2px 8px;
      font-size: 18px;
      border: 1px solid #999;
      border-bottom: none;
      text-decoration: none;
      color: #999;
      background-color: #f4f4f4; }
      ul.tabs li a:hover, ul.tabs li a.selected {
        color: blue;
        background-color: #fff;
        border: 1px solid blue;
        border-bottom: none; }
    ul.tabs li.count_results {
      float: right;
      line-height: 2em;
      padding-right: 10px; }

table.sortable tbody tr {
  cursor: move;
  height: 20px; }

.ui-sortable tr:hover td, .ui-sortable .ui-sortable-helper {
  background-color: #fc9; }
.ui-sortable .ui-state-highlight {
  background-color: #ffc; }

.list li {
  font-size: 16px;
  line-height: 24px; }

.list li .date {
  font-size: 12px;
  opacity: .5; }

a.new-employee,
a.buy-subscriptions,
a.purchase-history {
  float: right; }

.user_assignments h3,
.available_subscriptions h3 {
  margin-bottom: 3px; }
.user_assignments p,
.available_subscriptions p {
  margin: 0; }
.user_assignments p.credits,
.available_subscriptions p.credits {
  font-style: italic;
  color: #339900; }
.user_assignments th,
.available_subscriptions th {
  white-space: nowrap; }
.user_assignments td,
.available_subscriptions td {
  padding-top: 10px;
  padding-bottom: 10px; }
.user_assignments .c1,
.available_subscriptions .c1 {
  text-align: center; }

.emptycart {
  color: #999; }

.shop ul {
  list-style: none;
  margin: 1em 0;
  padding: 0; }
  .shop ul li {
    width: auto;
    margin-bottom: 1em;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee; }
    .shop ul li h3 {
      display: block;
      line-height: 1.25;
      margin: .25em 0; }

.info {
  float: right;
  width: 180px; }
  .info .price {
    float: left;
    font-size: 1.5em;
    line-height: 1.25;
    margin: 1.25em 0 0; }
  .info form {
    float: right;
    clear: none; }
  .info dl {
    width: auto;
    margin: 0; }
    .info dl dt label {
      font-size: 12px; }
    .info dl input[type='text'] {
      float: left;
      text-align: center;
      width: 70px; }
    .info dl input[type='submit'] {
      float: left;
      margin-top: 5px;
      width: 70px; }

.cart {
  clear: both;
  margin: 1em 0;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff; }
  .cart ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .cart ul li {
      font-size: 12px;
      padding: 5px 0;
      text-align: right;
      width: auto; }
      .cart ul li span {
        float: left; }
  .cart .total {
    padding: 5px 0 0;
    border-top: 1px solid #999;
    font-size: 1.25em;
    text-align: right; }
    .cart .total span {
      float: left; }

.payment_options {
  margin-top: 40px;
  padding: 10px;
  background-color: #fffde6;
  border: 1px solid #cccccc; }
  .payment_options h4 {
    margin-bottom: .5em; }
  .payment_options p {
    margin-bottom: .5em; }

.assign ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.assign li {
  overflow: hidden;
  padding: 5px 0 5px 5px;
  margin: 5px 0;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  border-bottom: #cccccc 1px solid; }
.assign .status {
  float: right; }
  .assign .status span {
    display: block;
    text-align: center;
    width: 135px;
    font-size: 12px;
    color: #233C6F; }

.securitycodes {
  margin: 40px 0 0;
  border: 1px solid #dbcd00;
  background-color: #fffcd6;
  padding: 6px;
  font-size: 11px; }

.purchase-disclaimer {
  width: 500px; }
  .purchase-disclaimer h3 {
    margin: 0 0 8px; }

textarea.disclaimer {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 8px; }

.invoice h1 {
  font-size: 28px; }
.invoice .container {
  width: 540px;
  margin: 10px auto;
  border: 5px solid #ccc;
  padding: 30px; }
.invoice ul {
  margin: 10px 0;
  padding: 5px 0;
  list-style: none; }
.invoice h1, .invoice h2, .invoice h4, .invoice h6 {
  margin: 0 0 14px; }
.invoice h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 28px; }
.invoice h3 {
  font-size: 14px;
  font-weight: bold; }
.invoice h6 {
  font-size: 12px;
  color: #35c; }
.invoice .date {
  font-weight: bold;
  margin: 0 0 20px; }
.invoice .c0 {
  text-align: left; }
.invoice th, .invoice td {
  text-align: right; }
.invoice th {
  background-color: #eee; }
.invoice #tr-total {
  font-weight: bold; }
.invoice #tr-total td {
  border-top: 2px solid #000; }

.assigned_training li h4 {
  line-height: 30px;
  margin: 0; }
  .assigned_training li h4 a {
    text-decoration: none; }
.assigned_training li p {
  font-size: 12px;
  line-height: 1.25em;
  margin-right: 400px; }
.assigned_training li .status a, .assigned_training li .status div {
  text-align: center;
  width: 150px;
  clear: left; }
.assigned_training li .status div {
  clear: left;
  float: left;
  font-size: 11px;
  line-height: 1.2em;
  padding: 4px 8px;
  -o-border-radius: 3px;
  -icab-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .assigned_training li .status div.complete {
    background-color: #ccffb3;
    color: #339900; }
  .assigned_training li .status div.active {
    background-color: #fffab3;
    color: #666666; }
  .assigned_training li .status div .btn {
    margin-top: 6px;
    width: 82% !important; }

.training_progress table .c0 {
  width: 260px; }
.training_progress table .c1 {
  width: 80px;
  text-align: center; }
.training_progress table .c2 {
  width: 60px;
  text-align: center; }
.training_progress table .btn {
  font-size: 1em;
  width: auto;
  margin: 0; }

.repeatable_training {
  color: green; }

.assignment_expires {
  margin: 0;
  color: #ff9900; }

a.continue {
  float: right; }

.employee_dashboard h3 {
  margin: 0 0 .25em; }
.employee_dashboard p {
  margin: 0 0 .5em; }
.employee_dashboard .empty {
  display: block;
  padding: 10px 12px;
  margin-bottom: 40px;
  border: 1px solid #eeeeee;
  background-color: white;
  font-style: italic; }
.employee_dashboard table {
  background-color: white;
  border: 1px solid #eeeeee;
  margin-bottom: 40px; }
  .employee_dashboard table tr.complete td {
    background-color: #ccf2ff; }

.small .get_started {
  margin-top: 200px;
  width: 900px; }
  .small .get_started h2 {
    float: left;
    margin-right: 20px;
    font-size: 1.5em; }
  .small .get_started ul li {
    width: 320px;
    margin-bottom: 0; }
    .small .get_started ul li:before {
      content: ''; }

.get_started {
  width: 500px;
  margin: 20px auto;
  background: #f1ffeb;
  border: 2px solid green;
  padding: 10px 20px;
  overflow: hidden;
  -o-border-radius: 10px;
  -icab-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .get_started p {
    font-size: 14px; }
  .get_started ul {
    list-style: none;
    counter-reset: list;
    padding: 0 25px;
    margin: 0; }
    .get_started ul li {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; }
      .get_started ul li:before {
        position: absolute;
        width: 16px;
        height: 16px;
        margin-left: -25px;
        font-size: 24px;
        line-height: 100%;
        color: green;
        content: counter(list);
        counter-increment: list; }
      .get_started ul li a {
        float: left;
        clear: both; }
      .get_started ul li p {
        clear: both;
        margin-right: 0; }

.employees table tr.complete td {
  background-color: #ddffcc; }
.employees table .c0 {
  width: 150px; }
.employees table .c1 {
  width: 150px; }
.employees table .c2 {
  width: 50px; }
.employees table .c3 {
  width: 50px; }
.employees table .c4 {
  width: 50px; }

.update_password {
  color: blue; }

h2.history {
  margin: 40px 0 0; }

.assignment_history {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  border-bottom: 1px solid #eeeeee; }
  .assignment_history li {
    padding: 10px 0;
    overflow: hidden;
    border-top: 1px solid #eeeeee; }
    .assignment_history li div {
      float: left;
      overflow: hidden;
      margin-right: 10px; }
  .assignment_history .btn {
    float: right; }
  .assignment_history .status {
    float: left;
    color: #ffffff;
    font-size: 10px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 5px 5px 0;
    padding: 3px 6px;
    -o-border-radius: 3px;
    -icab-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .assignment_history .active {
    background-color: #ffb84d; }
  .assignment_history .complete {
    background-color: #355ba9; }
  .assignment_history h3 {
    margin: 0 0 3px; }
  .assignment_history h5 {
    margin: 0; }
  .assignment_history p {
    margin: 0; }
  .assignment_history a {
    margin-left: 10px; }
  .assignment_history ul {
    clear: both;
    display: none;
    padding: 10px 0 3px 0;
    list-style: disc;
    list-style-position: inside; }
    .assignment_history ul li {
      background-color: #f4f4f4;
      padding: 5px 12px;
      border: none;
      font-style: italic; }
      .assignment_history ul li .date {
        font-style: normal; }

ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee; }
  ul.list li {
    padding: 5px;
    overflow: hidden;
    border-bottom: 1px solid #eee; }
    ul.list li .status, ul.list li .info {
      float: right; }

.pagination_container {
  margin: 0 0 10px;
  padding: 1px 0;
  clear: both;
  overflow: hidden; }

.pagination {
  font-size: 16px;
  font-weight: normal;
  float: left; }
  .pagination div {
    float: left;
    margin: 0 0 0 4px;
    overflow: hidden; }
  .pagination .current, .pagination a:link, .pagination a:visited {
    display: block;
    line-height: 16px;
    padding: 6px 8px;
    -o-border-radius: 3px;
    -icab-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    color: #333;
    text-decoration: none; }
  .pagination .current {
    color: #69e;
    background-color: #f5f5f5;
    border-color: #ccc; }
  .pagination .prev a:link, .pagination .prev a:visited,
  .pagination .next a:link, .pagination .next a:visited {
    background-color: #fff;
    color: #333;
    border-color: #ccc; }
  .pagination a:hover, .pagination .prev a:hover, .pagination .next a:hover {
    background-color: #69e;
    color: #fff;
    border-color: #69e; }

.page_assets h4 {
  font-weight: bold;
  margin: 0 0 .25em; }
.page_assets ul {
  float: left;
  border: 1px solid #ccc;
  background-color: #ffd;
  padding: 5px 10px;
  margin: 0 0 .25em; }
.page_assets p {
  clear: left; }

.type-superadmin {
  color: #90c; }

.type-individual {
  color: #ff9900; }

.type-administrator {
  color: #ff2200; }

.type-employee {
  color: green; }

.new-quiz, .new-question, .new-page, .new-section, .new-training, .new-content {
  float: right; }

.tools {
  margin: 0 0 10px;
  overflow: hidden; }

.new_employee {
  float: left;
  margin: 7px 40px 0 0; }

form.search {
  width: 330px;
  float: right; }
  form.search label {
    padding: 10px 10px 0px 0; }
  form.search dt, form.search dd, form.search input[type='submit'], form.search a {
    float: left;
    clear: none; }
  form.search dd {
    padding: 0;
    margin: 0; }
    form.search dd input {
      float: left;
      width: 120px;
      height: 33px;
      border-right: none;
      -o-border-radius-topright: 1px;
      -icab-border-radius-topright: 1px;
      -khtml-border-radius-topright: 1px;
      -moz-border-radius-topright: 1px;
      -webkit-border-top-right-radius: 1px;
      border-radius-topright: 1px;
      -o-border-radius-bottomright: 1px;
      -icab-border-radius-bottomright: 1px;
      -khtml-border-radius-bottomright: 1px;
      -moz-border-radius-bottomright: 1px;
      -webkit-border-bottom-right-radius: 1px;
      border-radius-bottomright: 1px; }
  form.search input[type='submit'] {
    float: left;
    width: auto;
    margin: 0px 0 2px 0px;
    font-size: 18px;
    height: 33px;
    -o-border-radius-topleft: 1px;
    -icab-border-radius-topleft: 1px;
    -khtml-border-radius-topleft: 1px;
    -moz-border-radius-topleft: 1px;
    -webkit-border-top-left-radius: 1px;
    border-radius-topleft: 1px;
    -o-border-radius-bottomleft: 1px;
    -icab-border-radius-bottomleft: 1px;
    -khtml-border-radius-bottomleft: 1px;
    -moz-border-radius-bottomleft: 1px;
    -webkit-border-bottom-left-radius: 1px;
    border-radius-bottomleft: 1px;
    -o-border-radius-topright: 17px;
    -icab-border-radius-topright: 17px;
    -khtml-border-radius-topright: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    border-radius-topright: 17px;
    -o-border-radius-bottomright: 17px;
    -icab-border-radius-bottomright: 17px;
    -khtml-border-radius-bottomright: 17px;
    -moz-border-radius-bottomright: 17px;
    -webkit-border-bottom-right-radius: 17px;
    border-radius-bottomright: 17px; }
  form.search a {
    font-size: 11px;
    margin-left: 10px; }

.notes {
  color: #355ba9; }

#wrapper table {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  -o-border-radius: 3px;
  -icab-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  #wrapper table th {
    vertical-align: bottom;
    text-align: center; }
  #wrapper table td {
    text-align: left; }
    #wrapper table td a:last-child {
      margin: 0; }
  #wrapper table .r1 {
    background-color: #f6f6f6; }
  #wrapper table .c0 {
    text-align: left; }
  #wrapper table .btn {
    white-space: nowrap; }
  #wrapper table .warning {
    background-color: #fee; }
  #wrapper table .banned.r0 {
    background-color: #fdd; }
  #wrapper table .banned.r1 {
    background-color: #fcc; }
  #wrapper table.credits .c0 {
    width: 500px; }
  #wrapper table.credits .c1 {
    width: 100px;
    text-align: right; }
  #wrapper table.credits .c2 {
    width: 60px;
    text-align: center; }
  #wrapper table.credits .c3 {
    width: 60px;
    text-align: center; }
  #wrapper table.credits .c4 {
    width: 60px;
    text-align: center; }
  #wrapper table.credits .c5 {
    width: 80px;
    text-align: center; }
  #wrapper table.credits .c6 {
    width: 60px;
    text-align: center; }
  #wrapper table.subscriptions_count th {
    text-align: right; }
  #wrapper table.subscriptions_count td {
    text-align: right;
    font-size: 1em;
    color: green; }
  #wrapper table.subscriptions_count #tr-heading1 td, #wrapper table.subscriptions_count #tr-heading2 td {
    font-size: 12px;
    color: #333333; }
  #wrapper table.subscriptions_count .c0 {
    width: 100px; }
  #wrapper table.subscriptions_count .c1 {
    width: 100px; }
  #wrapper table.subscriptions_count .c2 {
    width: 140px; }
  #wrapper table.subscriptions_count .c3 {
    width: 100px; }
  #wrapper table.subscriptions_count .c4 {
    width: 140px; }
  #wrapper table.subscriptions_count .c5 {
    width: 100px; }
  #wrapper table.subscriptions_count .c6 {
    width: 140px; }
  #wrapper table.subscriptions_count .c7 {
    width: 100px; }
  #wrapper table.subscriptions_count .c8 {
    width: 140px; }
  #wrapper table.subscriptions_count .c9 {
    width: 100px; }
  #wrapper table.subscriptions_count .c10 {
    width: 140px; }
  #wrapper table.training_summary th {
    text-align: right; }
  #wrapper table.training_summary td {
    text-align: right; }
  #wrapper table.training_summary .c0 {
    width: 28%; }
  #wrapper table.training_summary .c1 {
    width: 12%; }
  #wrapper table.training_summary .c2 {
    width: 12%; }
  #wrapper table.training_summary .c3 {
    width: 12%; }
  #wrapper table.training_summary .c4 {
    width: 12%; }
  #wrapper table.training_summary .c5 {
    width: 12%; }
  #wrapper table.training_summary .c6 {
    width: 15%; }
  #wrapper table.signups_count th {
    text-align: center; }
  #wrapper table.signups_count td {
    text-align: center;
    font-size: 1em; }
  #wrapper table.signups_count .c0 {
    width: 20%; }
  #wrapper table.signups_count .c1 {
    width: 15%; }
  #wrapper table.signups_count .c2 {
    width: 15%; }
  #wrapper table.signups_count .c3 {
    width: 15%; }
  #wrapper table.signups_count .c4 {
    width: 15%; }
  #wrapper table.signups_count .c5 {
    width: 15%; }
  #wrapper table.subscriptions_recent th {
    text-align: left; }
  #wrapper table.subscriptions_recent .c0 {
    width: 80px; }
  #wrapper table.subscriptions_recent .c1 {
    width: 180px; }
  #wrapper table.subscriptions_recent .c2 {
    width: 80px; }
  #wrapper table.subscriptions_recent .c3 {
    width: 100px; }
  #wrapper table.subscriptions_recent .c4 {
    width: 180px; }
  #wrapper table.signups_recent th {
    text-align: left; }
  #wrapper table.signups_recent td {
    text-align: left; }
  #wrapper table.signups_recent .c0 {
    width: 220px; }
  #wrapper table.signups_recent .c1 {
    width: 220px; }
  #wrapper table.signups_recent .c2 {
    width: 220px; }
  #wrapper table.signups_recent .c3 {
    width: 220px; }
  #wrapper table.customers th {
    vertical-align: bottom;
    font-size: .85em; }
  #wrapper table.customers td {
    vertical-align: top;
    text-align: center; }
  #wrapper table.customers .c0 {
    width: 50px;
    text-align: left;
    font-size: .85em; }
  #wrapper table.customers .c1 {
    width: 180px;
    text-align: left; }
  #wrapper table.customers .c2 {
    width: 200px;
    text-align: left; }
  #wrapper table.customers .c3 {
    width: 50px;
    text-align: left; }
  #wrapper table.customers .c4 {
    width: 120px;
    text-align: left; }
  #wrapper table.customers .c5 {
    width: 80px; }
  #wrapper table.customers .c6 {
    width: 120px; }
  #wrapper table.customers .c7 {
    width: 160px;
    white-space: nowrap; }
  #wrapper table.customers .btn-small {
    font-size: 11px; }
  #wrapper table.training tr.inactive {
    color: #999999; }
  #wrapper table.training tr.active {
    color: #333333; }
  #wrapper table.training .c0 {
    width: 190px; }
  #wrapper table.training .c1 {
    width: 90px;
    text-align: right; }
  #wrapper table.training .c2 {
    width: 50px;
    text-align: center; }
  #wrapper table.training .c3 {
    width: 60px;
    text-align: right; }
  #wrapper table.training .c4 {
    width: 50px;
    text-align: right; }
  #wrapper table.training .c5 {
    width: 100px;
    text-align: right; }
  #wrapper table.training .c6 {
    width: 200px; }
  #wrapper table.sections .c0 {
    width: 150px; }
  #wrapper table.sections .c1 {
    width: 140px; }
  #wrapper table.sections .c2 {
    width: 100px; }
  #wrapper table.sections .c3 {
    width: 120px;
    text-align: right; }
  #wrapper table.sections .c4 {
    width: 50px;
    text-align: center; }
  #wrapper table.sections .c5 {
    width: 50px;
    text-align: center; }
  #wrapper table.sections .c6 {
    width: 220px;
    white-space: nowrap; }
  #wrapper table.pages .c0 {
    width: 240px; }
  #wrapper table.pages .c1 {
    width: 180px; }
  #wrapper table.pages .c2 {
    width: 100px; }
  #wrapper table.pages .c3 {
    width: 120px; }
  #wrapper table.pages .c4 {
    width: 40px; }
  #wrapper table.pages .c5 {
    width: 110px; }
  #wrapper table.history .c0 {
    width: 100px; }
  #wrapper table.history .c1 {
    width: 70px;
    text-transform: capitalize;
    text-align: center; }
  #wrapper table.history .c2 {
    width: 400px; }
  #wrapper table.history .c3 {
    width: 100px;
    text-align: right; }
  #wrapper table.history .c4 {
    width: 150px;
    text-align: center; }
  #wrapper table.history .c5 {
    width: 100px; }
  #wrapper table.invoice .c0 {
    width: auto; }
  #wrapper table.invoice .c1 {
    width: auto;
    text-align: right; }
  #wrapper table.invoice .c2 {
    width: auto;
    text-align: right; }
  #wrapper table.invoice .c3 {
    width: auto;
    text-align: right; }
  #wrapper table.progress .c0 {
    width: auto; }
  #wrapper table.progress .c1 {
    width: 120px;
    text-align: center; }
  #wrapper table.progress .c2 {
    width: 100px; }
  #wrapper table.progress .repeatable.r0, #wrapper table.sections .repeatable.r0 {
    background-color: #80ff80; }
  #wrapper table.progress .repeatable.r1, #wrapper table.sections .repeatable.r1 {
    background-color: #b3ffb3; }
  #wrapper table.active .c0 {
    width: 150px; }
  #wrapper table.active .c1 {
    width: auto;
    text-align: left; }
  #wrapper table.active .c2 {
    width: 120px; }
  #wrapper table.active .c3 {
    width: 120px; }
  #wrapper table.active .c4 {
    width: 50px;
    text-align: center; }
  #wrapper table.complete .c0 {
    width: 150px; }
  #wrapper table.complete .c1 {
    width: auto;
    text-align: left; }
  #wrapper table.complete .c2 {
    width: 120px; }
  #wrapper table.complete .c3 {
    width: 50px;
    text-align: center; }
  #wrapper table.expiring .c0 {
    width: 150px; }
  #wrapper table.expiring .c1 {
    width: auto;
    text-align: left; }
  #wrapper table.expiring .c2 {
    width: 120px;
    text-align: right; }
  #wrapper table.expiring .c3 {
    width: 120px;
    text-align: right; }
  #wrapper table.exp_certs .c0 {
    width: 150px; }
  #wrapper table.exp_certs .c1 {
    width: auto;
    text-align: left; }
  #wrapper table.exp_certs .c2 {
    width: 120px;
    text-align: right; }
  #wrapper table.exp_certs .c3 {
    width: 120px;
    text-align: right; }
  #wrapper table.exp_certs .c4 {
    width: 70px;
    text-align: center; }
  #wrapper table.employees th {
    text-align: left; }
  #wrapper table.employees .c0 {
    width: 150px; }
  #wrapper table.employees .c1 {
    width: 100px; }
  #wrapper table.employees .c2 {
    width: auto; }
  #wrapper table.employees .c3 {
    width: 100px; }
  #wrapper table.employees .c4 {
    width: 150px; }
  #wrapper table.employees .c5 {
    width: 110px;
    text-align: center; }
  #wrapper table.available_subscriptions .c0 {
    width: auto; }
  #wrapper table.available_subscriptions .c1 {
    width: 50px;
    text-align: center; }
  #wrapper table.available_subscriptions .c2 {
    width: 120px; }
  #wrapper table.user_assignments .c0 {
    width: auto; }
  #wrapper table.user_assignments .c1 {
    width: 200px;
    text-align: right; }
  #wrapper table.quizzes .c0 {
    width: auto; }
  #wrapper table.quizzes .c1 {
    width: 50px;
    text-align: center; }
  #wrapper table.quizzes .c2 {
    width: 120px; }
  #wrapper table.quizzes .c3 {
    width: 230px; }
  #wrapper table.questions .c0 {
    width: auto; }
  #wrapper table.questions .c1 {
    width: 50px;
    text-align: center; }
  #wrapper table.questions .c2 {
    width: 120px; }
  #wrapper table.questions .c3 {
    width: 100px; }

a#show_more_answers {
  cursor: pointer; }

form .question, .quiz_question {
  overflow: hidden; }
  form .question textarea, .quiz_question textarea {
    height: 3em;
    float: left;
    margin-right: 20px; }
  form .question input[type='radio'], .quiz_question input[type='radio'] {
    clear: none;
    float: left;
    width: auto;
    margin: .5em .5em 0 0; }
  form .question label, .quiz_question label {
    clear: none;
    float: left;
    margin-top: .5em;
    font-weight: normal; }

.register_form form {
  width: 100%; }
.register_form div.column {
  border: 1px solid #cccccc;
  -o-border-radius: 10px;
  -icab-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px; }
  .register_form div.column.secondcol {
    margin-left: 136px; }
.register_form h2 {
  text-transform: capitalize; }
  .register_form h2:before {
    content: "";
    float: left;
    width: 16px;
    height: 16px;
    margin: 6px 5px 0 0;
    background-image: url(../images/sprites.png);
    background-repeat: no-repeat;
    background-position: 0 0; }
  .register_form h2.company:before {
    background-position: 0 -16px; }
.register_form ul {
  height: 130px;
  font-size: 14px; }
.register_form strong {
  font-weight: bold;
  color: blue; }

/*# sourceMappingURL=screen.css.map */
