/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
#header {
  background: #a0132d url(../gfx/header.png) no-repeat top center;
  height: 72px;
  position: relative;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
}
#header .wrapper {
  width: 1094px;
  height: 100%;
  margin: 0 -547px;
  position: absolute;
  top: 0;
  left: 50%;
}
#header h1 {
  position: absolute;
  top: 12px;
  left: 0%;
  margin: 0;
  padding: 0;
  background: url('../gfx/logo.png') no-repeat left center;
  width: 211px;
  height: 45px;
}
#header h1 a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
}
#header .support {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 16px;
  color: #fff;
  float: right;
  margin: 16px 0 0 0;
}
#header .primary-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 121px;
  left: 0;
  width: 1094px;
}
#header .primary-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#header .primary-nav ul li {
  float: left;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  padding: 8px;
  line-height: 28px;
}
#header .primary-nav ul li a {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 24px;
  color: #0067ab;
  text-decoration: none;
}
#header .primary-nav ul li a:hover {
  text-decoration: underline;
}
#header .primary-nav ul li.pricing {
  padding-left: 0;
}
#header .primary-nav ul li.pricing a {
  border-left: 1px solid #aaa;
  padding-left: 8px;
}
#header .primary-nav ul li.questions {
  float: right;
}
#header .actions {
  margin: 4px 0 0 8px;
  padding: 0;
  list-style-type: none;
  clear: both;
  float: right;
}
#header .actions li {
  float: left;
  margin: 0 0 0 8px;
}
#header .actions li a {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 16px;
  color: #fff;
}
#main-menu {
  background: #dddddd url(../gfx/main-menu-bg.jpeg) no-repeat left top;
  height: 36px;
  line-height: 40px;
  float: left;
  width: 100%;
}
#main-menu .wrapper {
  position: absolute;
  left: 50%;
  width: 1094px;
  margin: 0 -547px;
}
#main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main-menu ul li {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  float: right;
}
#main-menu ul li a {
  color: #0067ab;
  text-decoration: none;
}
#main-menu ul li a:hover {
  text-decoration: underline;
}
#body {
  padding: 36px 0 0 20px;
  background: #eee;
}
#body .main-content {
  width: 1094px;
  margin: 0 auto;
  overflow: hidden;
}
#body .main-content h1 {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 40px;
}
#body .main-content h2 {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 24px;
}
#body .main-content p {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
}
#body .main-content ol {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  margin: 32px 0 0 0;
}
#body .main-content form .ui.widget {
  position: relative;
}
#body .main-content form .ui.widget.text label {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
}
#body .main-content form .ui.widget.text label.error {
  position: absolute;
  top: -32px;
  right: 0;
  width: 50%;
  z-index: 100;
  margin: 0 !important;
  padding: 4px;
  width: auto !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  background: #a0132d;
  display: none;
}
#body .main-content form .ui.widget.text label.error:after {
  content: '\00a0';
  border: 10px solid transparent;
  border-color: #a0132d transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  right: 32px;
}
#body .main-content form .ui.widget.text input,
#body .main-content form .ui.widget.text textarea {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  border: 2px solid #aaa;
  padding: 4px;
}
#body #survey {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 32px 0;
  overflow: hidden;
}
#body #survey table {
  width: 100%;
}
#body #survey label {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
}
#body #survey .button_cont {
  background: #cc3333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #981a21), color-stop(1, #d41f26));
  background: -ms-linear-gradient(bottom, #981a21, #d41f26);
  background: -moz-linear-gradient(center bottom, #981a21 0%, #d41f26 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #9c7c73;
  padding: 8px 0;
  float: right;
}
#body #survey .button_cont a,
#body #survey .button_cont button {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 #9c7c73;
}
#body #survey .button_cont button {
  padding: 0 8px;
  background: transparent;
  border: 0;
}
#body #survey .button_cont:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
#body #survey .button_cont:active {
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  padding: 9px 0 7px 0;
}
#body #survey hr {
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
#body #survey td {
  padding: 8px 0;
}
#body #chat-activation h1 {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 40px;
  margin: 32px 0;
  background: url(../gfx/techxpert.png) no-repeat top left;
  text-indent: -9999px;
  width: 222px;
  height: 72px;
  float: left;
}
#body #chat-activation h2 {
  width: 820px;
  margin: 48px 0 0 32px;
  float: left;
}
#body #chat-activation p {
  clear: both;
}
#body #chat-activation form {
  float: left;
  margin: 32px 0 64px 0;
}
#body #chat-activation .action-button {
  background: #cc3333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #981a21), color-stop(1, #d41f26));
  background: -ms-linear-gradient(bottom, #981a21, #d41f26);
  background: -moz-linear-gradient(center bottom, #981a21 0%, #d41f26 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #9c7c73;
  padding: 8px 0;
  float: left;
  margin: 32px 0 0 8px;
  padding: 6px 8px;
}
#body #chat-activation .action-button a,
#body #chat-activation .action-button button {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 #9c7c73;
}
#body #chat-activation .action-button button {
  padding: 0 8px;
  background: transparent;
  border: 0;
}
#body #chat-activation .action-button:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
#body #chat-activation .action-button:active {
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  padding: 9px 0 7px 0;
}
#body #chat-activation .action-button:active {
  padding: 7px 8px 5px 8px;
}
#body #chat-activation .action-button a {
  font-size: 12px;
  padding: 0 8px;
}
#body #featured {
  background: #fcfcfc url(../gfx/swirl-bg.jpeg) center top no-repeat;
  min-height: 492px;
}
#body #featured .wrapper {
  margin: 0 auto;
  padding: 0;
  width: 1094px;
  height: 100%;
  background: url(../gfx/karlene-2.jpeg) no-repeat 719px 20px;
  overflow: hidden;
}
#body #featured .wrapper .header {
  margin: 32px 0 0 0;
  width: 775px;
}
#body #featured .wrapper .header h1 {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 40px;
  margin: 0 0 16px 40px;
  background: url(../gfx/techxpert.png) no-repeat top left;
  text-indent: -9999px;
  width: 222px;
  height: 72px;
}
#body #featured .wrapper .header h2 {
  margin: 0 0 16px 40px;
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 24px;
}
#body #featured .wrapper .video {
  background: #222;
  width: 350px;
  height: 235px;
  float: left;
}
#body #featured .wrapper .copy {
  float: left;
}
#body #featured .wrapper .copy p {
  margin: 0 0 16px 40px;
  width: 725px;
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 18px;
}
#body #featured .wrapper .copy p a {
  color: #0067ab;
}
#body #featured .wrapper .copy p.title {
  margin: 0 0 8px 72px;
  width: 750px;
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
}
#body #featured .wrapper .copy ul {
  margin: 0 0 16px 72px;
  padding: 0 0 0 20px;
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
}
#body #featured .wrapper .footer {
  float: left;
  clear: both;
  margin: 0 0 32px 40px;
  width: 1094px;
}
#body #featured .wrapper .footer .details {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 12px;
  color: #3d4141;
  margin: 16px 0 0 0;
  float: left;
  clear: both;
  width: 350px;
}
#body #featured .wrapper .footer .details p {
  margin: 0;
}
#body #featured .wrapper .footer .details a {
  color: #0067ab;
}
#body #featured .wrapper .footer .action-button {
  background: #cc3333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #981a21), color-stop(1, #d41f26));
  background: -ms-linear-gradient(bottom, #981a21, #d41f26);
  background: -moz-linear-gradient(center bottom, #981a21 0%, #d41f26 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #9c7c73;
  padding: 8px 0;
  float: left;
  margin: 0;
}
#body #featured .wrapper .footer .action-button a,
#body #featured .wrapper .footer .action-button button {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 #9c7c73;
}
#body #featured .wrapper .footer .action-button button {
  padding: 0 8px;
  background: transparent;
  border: 0;
}
#body #featured .wrapper .footer .action-button:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
#body #featured .wrapper .footer .action-button:active {
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  padding: 9px 0 7px 0;
}
#body #features {
  padding: 32px 0 64px 0;
  background: #fff;
  border: 2px solid #aaa;
  border-width: 2px 0;
}
#body #features .wrapper {
  margin: 0 auto;
  width: 1094px;
}
#body #features .wrapper h1 {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 32px;
  margin: 0 0 32px 0;
}
#body #features .wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#body #features .wrapper ul li {
  float: left;
  width: 547px;
  margin: 0 0 32px 0;
  min-height: 96px;
}
#body #features .wrapper ul li h3,
#body #features .wrapper ul li p {
  float: right;
  width: 411px;
  margin: 0 32px 0 0;
}
#body #features .wrapper ul li h3 {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#body #features .wrapper ul li p {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
}
#body #features .wrapper ul li.live-help {
  background: url(../gfx/icon-headset.png) no-repeat left top;
}
#body #features .wrapper ul li.performance {
  float: right;
  background: url(../gfx/icon-house.png) no-repeat left top;
}
#body #features .wrapper ul li.security {
  float: left;
  clear: left;
  background: url(../gfx/icon-shield.png) no-repeat left top;
}
#body #features .wrapper ul li.backup {
  float: right;
}
#reconnecting {
  width: 1000px;
  margin: 0 auto;
  min-height: 860px;
}
#reconnecting .content {
  margin: 32px 0 0 0;
  background: #fff;
  float: left;
  width: 100%;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
}
#reconnecting h2 {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 24px;
  margin: 32px;
}
#footer {
  position: relative;
  background: #424242 url(../gfx/footer.jpeg) no-repeat center center;
  height: 163px;
  color: #dddddd;
  border-bottom: 2px solid #333;
}
#footer .wrapper {
  width: 1094px;
  margin: 0 -547px;
  position: absolute;
  top: 0;
  left: 50%;
}
#footer .copyright {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 12px;
  color: #3d4141;
  float: right;
  clear: both;
  margin: 32px 32px 0 0;
  padding: 0 0 8px 0;
  color: #dddddd;
  border-bottom: 1px solid #777;
}
#footer .nav {
  margin: 8px 32px 32px 0;
  float: right;
  clear: both;
}
#footer .nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer .nav ul li {
  float: left;
  margin: 0 0 0 8px;
}
#footer .nav ul li a {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 12px;
  color: #3d4141;
  text-decoration: none;
  color: #dddddd;
  font-weight: bold;
}
#footer .nav ul li a:hover {
  color: #fff;
}
#footer .debug-info {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 12px;
  color: #3d4141;
  color: #dddddd;
  float: left;
  position: absolute;
  top: 32px;
  left: 0;
  margin: 0;
}
#footer .debug-info dt {
  float: left;
  clear: left;
  margin: 0 8px 0 0;
}
#footer .debug-info dd {
  float: left;
  margin: 0;
  font-weight: bold;
}
.unsupported {
  padding-bottom: 20px;
}
#download h1 {
  width: 1094px;
  margin: 0 auto 16px auto;
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 24px;
}
#download .wrapper {
  background: #fff;
  width: 1094px;
  border: 1px solid #aaa;
  margin: 0 auto 32px auto;
  padding: 0 0 32px 0;
  clear: both;
  overflow: hidden;
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  /* IE7 jQuery slideToggle bug fix  */

  min-height: 0px;
}
#download .wrapper .header {
  margin: 16px;
  padding: 0 0 70px 0;
  border-bottom: 1px solid #aaa;
}
#download .wrapper .header p {
  margin: 0;
}
#download .wrapper .header a {
  color: #0067ab;
}
#download .wrapper .header .action-button-large-wrapper {
  position: relative;
  float: left;
  left: 50%;
}
#download .wrapper .header .action-button-large-wrapper .action-button-large {
  background: #cc3333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #981a21), color-stop(1, #d41f26));
  background: -ms-linear-gradient(bottom, #981a21, #d41f26);
  background: -moz-linear-gradient(center bottom, #981a21 0%, #d41f26 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #9c7c73;
  padding: 15px 0;
  float: left;
  left: -50%;
  position: relative;
}
#download .wrapper .header .action-button-large-wrapper .action-button-large a,
#download .wrapper .header .action-button-large-wrapper .action-button-large button {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 #9c7c73;
}
#download .wrapper .header .action-button-large-wrapper .action-button-large button {
  padding: 0 15px;
  background: transparent;
  border: 0;
}
#download .wrapper .header .action-button-large-wrapper .action-button-large:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
#download .wrapper .header .action-button-large-wrapper .action-button-large:active {
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  padding: 16px 0 14px 0;
}
#download .wrapper .column {
  width: 547px;
  float: left;
}
#download .wrapper .column.right {
  width: 546px;
  border-left: 1px solid #aaa;
}
#download .wrapper .step {
  position: relative;
  padding: 32px;
}
#download .wrapper .step h2 {
  font-size: 48px;
  position: absolute;
  top: 32px;
  left: 32px;
  margin: 0;
}
#download .wrapper .step p {
  margin: 8px 0 8px 48px;
}
#download .wrapper .step p img {
  max-width: 430px;
}
#download .wrapper #instructions {
  height: 100%;
}
#error {
  width: 1094px;
  margin: 0 auto;
  min-height: 400px;
}
#error h1 {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
  font-size: 40px;
}
#error p {
  font-family: helvetica, arial, sans-serif;
  color: #3d4141;
  font-weight: normal;
  font-size: 16px;
}
#error a {
  color: #0067ab;
}
#body {
  font-family: helvetica, arial, sans-serif;
}
.signup.panel h1 {
  color: #3d4141;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 16px 0;
}
.signup.panel .ui.panel {
  width: 670px;
  padding-top: 20px;
  clear: both;
}
.signup.panel ul.breadcrumb {
  float: left;
  list-style-type: none;
  margin: 0 0 8px 0;
  padding: 0;
}
.signup.panel ul.breadcrumb li {
  position: relative;
  float: left;
  background: #eee;
  margin: 0;
  padding: 0 16px 0 32px;
  border-bottom: 1px solid #777;
}
.signup.panel ul.breadcrumb li.step1 {
  padding: 0 16px;
  z-index: 3;
}
.signup.panel ul.breadcrumb li.step2 {
  z-index: 2;
}
.signup.panel ul.breadcrumb li.active {
  background: #fff;
}
.signup.panel ul.breadcrumb li.active dt,
.signup.panel ul.breadcrumb li.active dd {
  color: #000;
}
.signup.panel ul.breadcrumb li.active span span {
  border-color: transparent transparent transparent #fff;
}
.signup.panel ul.breadcrumb li dl {
  margin: 8px 0;
  padding: 0;
}
.signup.panel ul.breadcrumb li dl dt {
  margin: 0;
  padding: 0;
  color: #3d4141;
  font-size: 16px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #aaa;
}
.signup.panel ul.breadcrumb li dl dd {
  margin: 0;
  padding: 0;
  color: #3d4141;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  line-height: 16px;
  color: #aaa;
}
.signup.panel ul.breadcrumb li span {
  position: absolute;
  top: 1px;
  right: -48px;
  width: 0;
  height: 0;
  border: 24px solid red;
  border-color: transparent transparent transparent #777;
}
.signup.panel ul.breadcrumb li span span {
  top: -25px;
  left: -25px;
  border-color: transparent transparent transparent #eee;
}
#body .landing.section.upgrade {
  height: 375px;
}
#body .landing.section.upgrade .wrapper {
  margin-top: 75px;
}
#body .landing.section .wrapper h1 {
  color: #3d4141;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-size: 24px;
  margin: 0;
}
#body .landing.section.upgrade .wrapper ul {
  background: #646364;
  float: right;
  width: 675px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#body .landing.section.upgrade .wrapper ul li {
  color: #fff;
  width: 200px;
  margin: 25px 0;
}
#body .landing.section.upgrade .wrapper ul li .licence {
  border: 2px solid #fff;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100px;
  text-align: center;
  margin: 0 50px 8px;
  color: #ffffff;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-size: 24px;
  padding: 8px 0;
}
#body .landing.section.upgrade .wrapper ul li .price {
  display: block;
  text-align: center;
}
#body .landing.section.upgrade .wrapper ul li .name {
  display: block;
  text-align: center;
  min-height: 48px;
}
#body .landing.section.upgrade .wrapper ul li .backup {
  display: block;
  text-align: center;
}
#body .landing.section.upgrade .wrapper ul li .ui.widget.button.action {
  margin: 16px 0;
}
.ui.widget.button.action {
  background: #cc3333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #981a21), color-stop(1, #d41f26));
  background: -ms-linear-gradient(bottom, #981a21, #d41f26);
  background: -moz-linear-gradient(center bottom, #981a21 0%, #d41f26 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #9c7c73;
  padding: 8px 0;
  padding: 6px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  text-shadow: 0 -1px 0 #9c7c73;
}
.ui.widget.button.action a {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none;
  padding: 8px 16px;
  text-shadow: 0 -1px 0 #9c7c73;
}
.ui.widget.button.action a:hover {
  text-decoration: 'none';
}
.ui.widget.button.action:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.ui.widget.button.action:active {
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.42);
}
#body .landing.section .wrapper h2 {
  color: #3d4141;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-size: 24px;
  width: 75%;
  margin: 0 0 16px 0;
}
#body .landing.section .wrapper ul {
  list-style-type: none;
  margin: 16px 0 0 0;
  padding: 0;
}
#body .landing.section .wrapper ul li {
  float: left;
  width: 279px;
  margin: 0 23px;
  color: #3d4141;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
#body .landing.section .wrapper ul li h3,
#body .landing.section .wrapper ul li p {
  margin: 0;
}
#TOSText {
  width: 100%;
  clear: both;
}
#TOSText iFrame {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  height: 250px;
}
#TOSFormButtons {
  padding: 10px 0;
}
.landing.section .ui.widget.button.action.right {
  float: right;
}
#ConfirmForm label {
  width: 140px;
  display: inline-block;
}
.confirmPrice {
  background: white;
  padding: 12px;
  margin-top: 190px;
  clear: both;
}
.confirmPrice h4 {
  margin: 0;
}
.confirmPrice .onRight {
  float: right;
}
#main-menu li {
  margin-right: 20px;
}
#body .landing.section.upgrade .wrapper ul li {
  margin: 25px 15px;
}
.signup.panel .ui.panel {
  padding: 20px 0;
}
.ui.widget.button.action:hover:disabled,
.ui.widget.button.action:active:disabled {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.ui.widget.button.action:disabled {
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
.ui.widget.button button:disabled,
#dialog button.ok:disabled,
#account-lock button:disabled,
.ui.widget.button.action a:disabled,
.ui.widget.button a:disabled,
.ui.widget.button.action div:disabled,
.ui.widget.button.action button:disabled,
.disabled {
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
.ui.widget.button button:hover:disabled,
.ui.widget.button button:active:disabled,
#dialog button.ok:hover:disabled,
#dialog button.ok:active:disabled,
#account-lock button:hover:disabled,
#account-lock button:active:disabled,
.ui.widget.button.action a:hover:disabled,
.ui.widget.button.action a:active:disabled,
.ui.widget.button a:hover:disabled,
.ui.widget.button a:active:disabled,
.ui.widget.button.action div:disabled,
.ui.widget.button.action button:active:disabled,
.ui.widget.button.action button:hover:disabled,
.disabled {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#ConfirmForm1 {
  margin: 20px 0;
}
#body .landing.section.upgrade .wrapper {
  margin-top: 0;
}
.ui.widget.text {
  position: relative;
  float: left;
  clear: both;
  margin: 0 0 4px 0;
}
.ui.widget.text input {
  background: #ffffff;
  border: 2px solid #dddddd;
  margin: 0;
  padding: 4px;
  width: 200px;
  -webkit-box-shadow: inset 1px 1px 4px #aaaaaa;
  -moz-box-shadow: inset 1px 1px 4px #aaaaaa;
  box-shadow: inset 1px 1px 4px #aaaaaa;
}
.ui.widget.text label {
  color: #3d4141;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  float: left;
  padding: 4px 8px 4px 0;
  text-align: right;
  width: 150px;
}
#TOSForm {
  padding: 10px 0;
}
.landing.section h1 {
  padding-bottom: 5px;
}
.landing.section.confirm h3 {
  color: #3d4141;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
#body .landing.section.upgrade .wrapper ul {
  float: left;
  width: auto;
}
.landing.section.error .wrapper {
  width: 100%;
  height: 200px;
  padding: 150px 0 0 0;
  text-align: center;
}
#body .landing.section .wrapper ul li {
  text-align: center;
}
.ui.widget.text label.error:after {
  content: ' 00a0';
  border: 10px solid transparent;
  border-color: #cd2027 transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  right: 25px;
}
.ui.widget.text label.error.horiz:after {
  content: ' ';
  border: 10px solid transparent;
  border-color: transparent #cd2027 transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -20px;
}
.ui.widget.text label.error {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 100;
  display: none;
  font-size: 12px;
  color: #ffffff;
  background: #cd2027;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  padding: 4px 8px;
  text-align: left;
}
.ui.widget.text label.error.horiz {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
label.error {
  width: auto;
}
#ConfirmForm label.error {
  width: 230px;
}
.landing.section.upgrade .wrapper #download {
  clear: both;
  margin: 0;
}
#body #account .wrapper {
  width: 1070px;
  margin: 0 auto;
}
.copyright a {
  color: #ddd;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}
html,
body {
  margin: 0;
  background: #424242;
  min-width: 1094px;
}
#error.mobile-app {
  width: inherit;
}
/* Fix position of chat activation button */
#body #chat-activation .action-button {
  float: inherit;
  clear: both;
  margin: 8px 0 0 0;
}
#body #chat-activation form {
  margin: 0 0 50px 0;
}
#body #chat-activation .ui.widget.text label.activation-code-label {
  color: #3d4141;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  float: left;
  padding: 4px 8px 4px 0;
  width: 150px;
  text-align: left;
}
#eulaAcceptValidator {
  color: #A0132D;
  margin: 10px 0 !important;
  font-weight: bold;
}
a#license {
  text-decoration: none;
  color: #0067AB;
}
a#license:hover {
  text-decoration: underline;
}
input#accept {
  margin-bottom: 10px;
  margin-left: 0;
}
input#EulaAccept {
  margin-left: 0;
  margin-bottom: 20px;
}
#eula {
  float: left;
  clear: left;
  padding: 24px 0 0 0;
}
#body .main-content iframe {
  width: 776px;
}
#body .main-content#chat-activation.safe-mode {
  width: 776px;
}
#body .main-content#chat-activation.safe-mode h2 {
  margin: 0;
  width: 522px;
}
#body .main-content ol {
  margin: 24px 0 0 0;
}
#download.safe-mode {
  padding-bottom: 20px;
}
#download.safe-mode h1 {
  width: 776px;
}
#download iframe {
  margin-top: 10px;
  width: 100%;
}
#download .wrapper.safe-mode {
  width: 776px;
}
#download .wrapper.safe-mode .right {
  border-left: solid black 0px;
}
#download .wrapper.safe-mode .header .action-button-large-wrapper {
  position: relative;
  float: none;
  margin-top: 10px;
  left: 50%;
}
#download .wrapper.safe-mode #instructions {
  height: 1250px;
}
iframe {
  border: 1px solid #ccc;
  margin: 10px 0;
  background: #fff;
  height: 250px;
}
