body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Sans-serif;
  text-rendering: optimizelegibility;
  background: #dcdfe6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f3f6), to(#dcdfe6));
  background: -webkit-linear-gradient(top, #f1f3f6, #dcdfe6 200px);
  background: -moz-linear-gradient(top, #f1f3f6, #dcdfe6 200px);
  background: -o-linear-gradient(top, #f1f3f6, #dcdfe6 200px);
  background: -ms-linear-gradient(top, #f1f3f6, #dcdfe6 200px);
  background: linear-gradient(top, #f1f3f6, #dcdfe6 200px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f3f6', endColorstr='#dcdfe6',GradientType=0 ); /* IE6-9 */
  background-position: 0 0, 0 286px;
  background-repeat: repeat-x, repeat;
  background-attachment: fixed;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
textarea,
input,
button,
ul,
li {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Sans-serif;
}

a {
  color: #84848b;
  text-decoration: none;
  outline: none;
  border: none;
}

a:hover {
  color: #444;
  cursor: pointer;
  outline: none;
}

a:active {
  color: #49a9db;
  cursor: pointer;
}

.clear {
  clear: both;
}

.center {
  clear: both;
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

h2 {
  margin-bottom: 14px;
  line-height: 40px;
  font-size: 28px;
  font-weight: normal;
  color: #606062;
}

h3 {
  margin-bottom: 10px;
  line-height: 38px;
  color: #1c1c20;
  font-size: 21px;
  font-weight: normal;
}

h4 {
  margin: 26px 0 10px;
  color: #1c1c20;
  font-size: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
  color: #79797c;
  font-size: 14px;
  font-weight: normal;
}

p a,
p span {
  font-weight: bolder;
  color: #49494d;
  text-decoration: none;
}

ul {
  list-style: none;
}

/* wrapper */
#wrapper {
  width: 1060px;
  background: #fff;
  margin: 15px auto 30px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
  border-radius: 4px;
}

/* chrome */
#chrome-bar {
  height: 30px;
  margin-top: -30px;
  padding: 0 10px 0 40px;
  color: #000;
  text-shadow: none;
  border-bottom: 1px solid #7a7a7a;
  background-color: #dcdfe6;
  background-image: url(/images/general/chrome-jolicloud.png) 2px center no-repeat;
  background: url(/images/general/chrome-jolicloud.png) 2px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fef5c5), to(#f9eba6));
  background: url(/images/general/chrome-jolicloud.png) 2px center no-repeat, -webkit-linear-gradient(top, #fef5c5, #f9eba6 200px);
  background: url(/images/general/chrome-jolicloud.png) 2px center no-repeat, -moz-linear-gradient(top, #fef5c5, #f9eba6 200px);
  background: url(/images/general/chrome-jolicloud.png) 2px center no-repeat, -o-linear-gradient(top, #fef5c5, #f9eba6 200px);
  background: url(/images/general/chrome-jolicloud.png) 2px center no-repeat, -ms-linear-gradient(top, #fef5c5, #f9eba6 200px);
  background: url(/images/general/chrome-jolicloud.png) 2px center no-repeat, linear-gradient(top, #fef5c5, #f9eba6 200px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef5c5', endColorstr='#f9eba6',GradientType=0 ); /* IE6-9 */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#chrome-bar.visible {
  margin-top: 0;
}
#chrome-install {
  float: left;
  margin: 6px 10px 0 0;
}
#chrome-close {
  float: left;
  width: 10px;
  height: 30px;
  background: url(/images/general/chrome-close.png) center center no-repeat;
  cursor: pointer;
}
#chrome-bar p {
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", Helvetica, arial, sans-serif;
  font-size: 13px;
  color: #000;
}
#chrome-bar p a {
  color: blue;
  font-weight: normal;
  text-decoration: underline;
}
#chrome-bar p a:hover {
  color: blue;
  text-decoration: underline;
}

section {
  position: relative;
}

/* Dividers */
.divider {
  position: absolute;
  height: 90px;
  width: 100%;
}

.divider.top-right {
  top: 0;
  right: 0;
  background: url(/images/general/divider-top-right.png) right top no-repeat;
}

.divider.top-left {
  top: 0;
  left: 0;
  background: url(/images/general/divider-top-left.png) left top no-repeat;
}

.divider.bottom-right {
  bottom: -90px;
  right: 0;
  background: url(/images/general/divider-bottom-right.png) right top no-repeat;
}

.divider.bottom-left {
  bottom: -90px;
  left: 0;
  background: url(/images/general/divider-bottom-left.png) left top no-repeat;
}

.divider.bottom {
  top: auto;
  bottom: 0;
}

header .divider.bottom {
  bottom: -80px;
}
/* Green Button */
.button {
  position: relative;
  display: inline-block;
  height: 47px;
  line-height: 46px;
  margin-bottom: 5px;
  padding: 0 25px;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  text-shadow: 0 1px 0 rgba(31, 67, 7, 0.7);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: #508B23;
  background: -webkit-gradient(linear, left top, left bottom, from(#6EB42B), to(#508B23));
  background: -webkit-linear-gradient(top, #6EB42B, #508B23);
  background: -moz-linear-gradient(top, #6EB42B, #508B23);
  background: -o-linear-gradient(top, #6EB42B, #508B23);
  background: -ms-linear-gradient(top, #6EB42B, #508B23);
  background: linear-gradient(top, #6EB42B, #508B23);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6EB42B', endColorstr='#508B23',GradientType=0 ); /* IE6-9 */
  border: none;
  border-radius: 36px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0 , 0,.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0 , 0,.1);
  -o-box-shadow: 0 1px 1px rgba(0, 0 , 0,.1);
  -ms-box-shadow: 0 1px 1px rgba(0, 0 , 0,.1);
  box-shadow: 0 1px 1px rgba(0, 0 , 0,.1);
  cursor: pointer;
  z-index: 4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

input.button {          /* Input doesn't support .button:before */
  display: inline-block;
  height: 37px;
  line-height: 34px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  text-shadow: 0 1px 0 rgba(31, 67, 7, 0.7);
  text-align: center;
  border: 1px solid #69b444;
  border-bottom-color: #508c23;
  background: #49ab0b;
  background: -webkit-gradient(linear, left top, left bottom, from(#93d717), to(#49ab0b));
  background: -webkit-linear-gradient(top, #93d717, #49ab0b);
  background: -moz-linear-gradient(top, #93d717, #49ab0b);
  background: -o-linear-gradient(top, #93d717, #49ab0b);
  background: -ms-linear-gradient(top, #93d717, #49ab0b);
  background: linear-gradient(top, #93d717, #49ab0b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93d717', endColorstr='#49ab0b',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #c5e982, inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #c5e982, inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #c5e982, inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #c5e982, inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #c5e982, inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.button:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 36px;
  text-decoration: none;
  color: #fafafa !important;
  background: #49AF0B;
  background: -webkit-gradient(linear, left top, left bottom, from(#93D817), to(#49AF0B));
  background: -webkit-linear-gradient(top, #93D817, #49AF0B);
  background: -moz-linear-gradient(top, #93D817, #49AF0B);
  background: -o-linear-gradient(top, #93D817, #49AF0B);
  background: -ms-linear-gradient(top, #93D817, #49AF0B);
  background: linear-gradient(top, #93D817, #49AF0B);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93D817', endColorstr='#49AF0B',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 0 #C5EA82, inset 0 -1px 0 #5BB623;
  -moz-box-shadow: inset 0 1px 0 #C5EA82, inset 0 -1px 0 #5BB623;
  -o-box-shadow: inset 0 1px 0 #C5EA82, inset 0 -1px 0 #5BB623;
  -ms-box-shadow: inset 0 1px 0 #C5EA82, inset 0 -1px 0 #5BB623;
  box-shadow: inset 0 1px 0 #C5EA82, inset 0 -1px 0 #5BB623;
}

input.button:before { 
  display: none;
}

input.button:hover,
.button:hover:before {
  background: #45A10A;
  background: -webkit-gradient(linear, left top, left bottom, from(#97D622), to(#45A10A));
  background: -webkit-linear-gradient(top, #97D622, #45A10A);
  background: -moz-linear-gradient(top, #97D622, #45A10A);
  background: -o-linear-gradient(top, #97D622, #45A10A);
  background: -ms-linear-gradient(top, #97D622, #45A10A);
  background: linear-gradient(top, #97D622, #45A10A);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88C714', endColorstr='#45A10A',GradientType=0 );
}

input.button:active {
  border-top-color: #569A20;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(50, 115, 18, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(50, 115, 18, 0.3);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(50, 115, 18, 0.3);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(50, 115, 18, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(50, 115, 18, 0.3);
}

.button:active:before {
  color: #fafafa !important;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(50, 115, 18, 0.3), 0 -1px 0 rgba(50, 115, 18, 0.4);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(50, 115, 18, 0.3), 0 -1px 0 rgba(50, 115, 18, 0.4);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(50, 115, 18, 0.3), 0 -1px 0 rgba(50, 115, 18, 0.4);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(50, 115, 18, 0.3), 0 -1px 0 rgba(50, 115, 18, 0.4);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(50, 115, 18, 0.3), 0 -1px 0 rgba(50, 115, 18, 0.4);
}

.button span {
  position: relative;
  z-index: 9;
  color: #fafafa !important;
}

.button.details {
  line-height: 22px;
  margin-top: 15px;
}

.button.details span:nth-child(2) {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

/* Addendum */
.addendum {
  height: 143px;
  line-height: 145px;
  text-align: center;
}

.addendum .asterisk {
  font-size: 44px;
  font-weight: bold;
}

.addendum h3,
.addendum a {
  position: relative;
  display: inline-block;
  width: auto !important;
  font-size: 21px !important;
  line-height: 48px;
  font-weight: normal;
}

.addendum h3 {
  color: #A0A0A9 !important;
  margin-right: 8px;
}

.addendum h3 span {
  position: absolute;
  left: -25px;
  top: 7px;
}

/* Header */

header {
  position: relative;
  height: 120px;
  padding: 0 50px 0 70px;
  line-height: 112px;
}

header h1 {
  float: left;
  width: 200px;
  height: 100%;
}

header h1 a {
  display: inline-block;
  height: 100%;
  width: 200px;
  background: url(/images/general/logo.png) left 43px no-repeat;
  text-indent: -9999px;
}

header ul {
  float: right;
  top: 0;
  height: 100%;
  list-style: none;
}

header ul li,
header ul li a {
  position: relative;
  display: inline-block;
  height: 100%;
}

header ul li a {
  margin: 0 25px 0 0;
  color: #84848b;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

header ul li a:hover {
  color: #12AED4;
}

header ul li.active a {
  color: #1c1c20;
  font-weight: bold;
}

header ul li .arrow {
  display: none;
  position: absolute;
  top: 103px;
  left: 50%;
  margin-left: -10px;
  height: 20px;
  width: 20px;
  background: url(/images/general/arrow.png) center center no-repeat;
}

header ul li.active .arrow {
  display: block;
}

header ul li.button {
  width: 40px;
  height: 36px;
  line-height: 34px;
  color: white;
  padding: 0 22px;
  text-align: center;
}

header ul li.button a {
  width: auto;
  height: 36px;
  line-height: 34px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}


/* Footer */
footer {
  position: relative;
  width: 100%;
  padding: 11px 0 35px 0;
  font-family: arial, helvetica, verdana, sans-serif;
  background: #f9f9fb;
  -webkit-box-shadow: inset 0 7px 9px -9px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0 7px 9px -9px rgba(0, 0, 0, 0.09);
  -o-box-shadow: inset 0 7px 9px -9px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: inset 0 7px 9px -9px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0 7px 9px -9px rgba(0, 0, 0, 0.09);
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e1e1e4;
}

.footer-top {
  width: 920px;
  height: 1px;
  background-color: #dfe0e1;
  margin: 0 auto;
  border: none;
}

footer nav {
  position: relative;
  margin: 0 60px;
}

footer ul {
  float: left;
  width: 150px;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

footer li {
  color: #5e6065;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 3px 5px 3px 10px;
}

footer ul li:first-of-type {
  padding-bottom: 12px;
}

footer a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #9fa1a5;
}

footer .jolicloud {
  position: relative;
  float: right;
  margin: 22px 65px 0 0;
}

footer .jolicloud a {
  display: block;
  width: 85px;
  height: 27px;
  text-indent: -9999px;
  background: url(/images/general/logo-footer.png) no-repeat;
}

