/* --------------------------------------------------------------
TradeWinds

CSS by NETLIFE RESEARCH

Axel Ferdinand Giæver / axel@netliferesearch.com / +47 9555 9666
-------------------------------------------------------------- */
/* Color palette */
/* Fonts */
/* Breakage points */
/* Generate media queries */
/* Gradient, vertical */
/* Transition */
/* Opacity */
/* Rotate */
/* Border-radius */
/* Shadow */
/* Shadow, inset */
/* Box-sizing */
/* Triangles */
/* SVG + PNG background */
/* Clear floats */
/* line 155, ../scss/prototype.scss */
.clear {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: pink;
  height: 1px;
  float: left;
  display: block;
}

/* line 164, ../scss/prototype.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 170, ../scss/prototype.scss */
.clearfix:after {
  clear: both;
}

/* line 175, ../scss/prototype.scss */
.clearfix {
  *zoom: 1;
  clear: both;
}

ul{
  list-style: none;
}

/* IMPORT STYLESHEETS */
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 29, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../scss/_normalize.scss */
a:focus {
  outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 120, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 128, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 133, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 141, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 149, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 158, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 167, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 180, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 190, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 198, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 208, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 216, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 224, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 228, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 240, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 0;
}

/* line 247, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 255, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 10px 0 10px 20px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 265, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 280, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 289, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 301, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 313, ../scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 321, ../scss/_normalize.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 333, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 347, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 362, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 377, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 390, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 402, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 416, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 428, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 437, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 448, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 461, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../scss/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 6, ../scss/_global.scss */
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #eff4fe;
}

/* line 13, ../scss/_global.scss */
a, a:link {
  color: #0057aa;
  text-decoration: none;
}

/* line 18, ../scss/_global.scss */
a:hover {
  text-decoration: underline;
}

/* Browser warning  */
/* line 23, ../scss/_global.scss */
.chromeframe {
  width: 100% !important;
  max-width: 100% !important;
  float: left;
  background: #FF0000;
  color: white;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 32, ../scss/_global.scss */
.chromeframe a {
  color: white;
  font-weight: bold;
}

/* Helper classes */
/* line 39, ../scss/_global.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 46, ../scss/_global.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* line 53, ../scss/_global.scss */
.hide {
  display: none;
}

/* line 58, ../scss/_global.scss */
.left {
  float: left !important;
}

/* line 62, ../scss/_global.scss */
.right {
  float: right !important;
}

/* line 66, ../scss/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 70, ../scss/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 74, ../scss/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 78, ../scss/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 1, ../scss/_typography.scss */
body {
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: normal;
  text-rendering: optimizelegibility;
}

/* line 9, ../scss/_typography.scss */
p {
  max-width: 550px;
  margin: 0 0 20px 0;
  color: #191919;
  line-height: 1.5em;
  word-break: normal;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
}

/* line 20, ../scss/_typography.scss */
h1 {
  font-style: normal;
  font-size: 1.8em;
  margin: 0 0 0.5em 0;
  color: #191919;
}
/* line 26, ../scss/_typography.scss */
h1.indent {
  padding-left: 20px;
}
/* line 30, ../scss/_typography.scss */
h1.travel {
  margin-bottom: 25px;
}

/* line 35, ../scss/_typography.scss */
h2 {
  font-size: 1.8em;
  line-height: 2em;
  font-style: normal;
  margin: 10px 0;
}
/* line 41, ../scss/_typography.scss */
h2.indent {
  padding-left: 20px;
}

/* line 46, ../scss/_typography.scss */
h3 {
  font-style: normal;
  font-size: 1.1em;
  line-height: normal;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

/* line 54, ../scss/_typography.scss */
h4 {
  font-style: normal;
  line-height: normal;
  font-size: 1em;
  margin: 0 0 0.5em 0;
}

/* line 61, ../scss/_typography.scss */
strong {
  font-weight: bold !important;
}

/* line 65, ../scss/_typography.scss */
.placeholder {
  color: #191919;
}

/* line 69, ../scss/_typography.scss */
.servicemessage {
  color: #b94a48;
  padding: 20px;
  background-color: #f1f1f1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 3px 1px #cccccc;
  -webkit-box-shadow: 0 0 3px 1px #cccccc;
  box-shadow: 0 0 3px 1px #cccccc;
}

/* line 77, ../scss/_typography.scss */
.buy {
  background-color: #c5dfeb;
}

/* line 81, ../scss/_typography.scss */
p.work-hours {
  margin: 10px 0 0 0;
  padding-left: 30px;
}

/* line 86, ../scss/_typography.scss */
dl {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
/* line 93, ../scss/_typography.scss */
dl dt {
  font-weight: bold;
  font-style: normal;
  margin: 0 0 7px 0;
  padding: 0;
  display: block;
}
/* line 102, ../scss/_typography.scss */
dl dd {
  font-size: .9em;
  margin: 0 0 12px 0;
  padding: 0;
  font-style: normal;
  display: block;
}

/* line 111, ../scss/_typography.scss */
p.date {
  color: #0057aa;
  font-size: 1.1em;
  margin: 15px 0 5px 0;
}

/* line 117, ../scss/_typography.scss */
p.address {
  margin-bottom: 0;
}

/* line 121, ../scss/_typography.scss */
a.more {
  display: block;
  margin-top: 20px;
}

/* line 126, ../scss/_typography.scss */
strong {
  font-weight: 400;
  font-style: normal;
}

/* line 131, ../scss/_typography.scss */
.small {
  font-size: .85em;
}

/* line 135, ../scss/_typography.scss */
ul.most-read-news {
  list-style: none;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 20px 0;
}
#bottom-footer-ul{
  /*margin-left: -650px;*/
}
/* line 141, ../scss/_typography.scss */
ul.most-read-news li {
  padding: 0;
  margin: 0;
}

/* line 7, ../scss/_svg.scss */
html.svg #header #brand h1 a {
  background-image: url(../img/graphics/svg/upstream_logo.svg);
}
/* line 13, ../scss/_svg.scss */
html.svg .faq section .title,
html.svg .sign,
html.svg .computer,
html.svg .gift,
html.svg .pause,
html.svg .edit,
html.svg .date-icon,
html.svg .delete,
html.svg a.bigbutton span.travel,
html.svg a.bigbutton span.e-paper,
html.svg .contact a.phone,
html.svg .contact a.contactform,
html.svg .sign, html.svg .travel ul li .icon {
  background-image: url(../img/graphics/svg/icons.svg);
}

/* line 1, ../scss/_header.scss */
#header {
  width: 100%;
  height: 75px;
  float: left;
  /*background-color: #0057aa;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF0057AA', endColorstr='#FF123462');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF0057AA', endColorstr='#FF123462');*/
  zoom: 1;
 /* background: -webkit-gradient(linear, left top, left bottom, from(#1e3a99), to(#1e3a99));
  background: -moz-linear-gradient(top, #1e3a99, #1e3a99);
  background: -o-linear-gradient(top, #1e3a99, #1e3a99);*/
  background-color: #1F4478;
  color: white;
  position: relative;
  z-index: 2;
  /* Logo */
}
/* line 10, ../scss/_header.scss */
#header a {
  color: white;
}
/* line 15, ../scss/_header.scss */
#header #brand {
  float: left;
  margin: 0;
  padding: 0;
}
/* line 20, ../scss/_header.scss */
#header #brand h1 {
  margin: 0;
  float: left;
  display: block;
}
/* line 26, ../scss/_header.scss */
#header #brand h1 a {
  width: 256px;
  height: 55px;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  display: block;
  text-indent: 300%;
  background-image: url(../img/graphics/upstream_logo.png);
  background-repeat: no-repeat;
  background-size: 256px 55px;
  margin: 5px 15px 0 0;
}
@media only screen and (max-width: 660px) {
  /* line 26, ../scss/_header.scss */
  #header #brand h1 a {
    width: 145px;
    height: 25px;
    background-size: 145px 25px;
  }
}
/* line 47, ../scss/_header.scss */
#header #navglobal {
  float: left;
  width: 60%;
  padding: 20px 30px 0 0;
  margin: 0;
  position: absolute;
  right: 0;
}
/* line 55, ../scss/_header.scss */
#header #navglobal p {
  text-align: right;
  color: white;
  margin: 0;
  padding: 0;
  max-width: 1000px;
  padding-bottom: 10px;
}
/* line 63, ../scss/_header.scss */
#header #navglobal a {
  /* display: block; */
  margin-top: 20px;
}

/* line 1, ../scss/_body.scss */
#body {
  clear: both;
  width: 100%;
  float: left;
}
/* line 6, ../scss/_body.scss */
#body .wrapper {
  position: relative;
}

/* line 11, ../scss/_body.scss */
.customerservice-desktop {
  position: absolute;
  top: 0;
  right: 30px;
}

/* line 31, ../scss/_body.scss */
.order.box,
.upgrade-subscription.box,
.contactform.box,
.edit-newsletter-email.box,
.edit-travel-give-away.box,
.edit-travel-address.box,
.change.password.box,
.lost-password.box,
.register.box,
.login.box {
  padding-top: 0;
  width: 100%;
  float: left;
  background-color: #ffffff;
  -moz-box-shadow: 0 0 3px 1px #cccccc;
  -webkit-box-shadow: 0 0 3px 1px #cccccc;
  box-shadow: 0 0 3px 1px #cccccc;
}
.edit-billing-address.box,
.edit-delivery-address.box,
.change.userinfo.box{
  padding-top: 0;
  width: 100%;
  float: left;
  background-color: #E8E8E8;
  -moz-box-shadow: 0 0 3px 1px #cccccc;
  -webkit-box-shadow: 0 0 3px 1px #cccccc;
  box-shadow: 0 0 3px 1px #cccccc;
}

/* line 39, ../scss/_body.scss */
.order .error,
.upgrade-subscription .error,
.contactform .error,
.edit-billing-address .error,
.edit-delivery-address .error,
.edit-newsletter-email .error,
.edit-travel-give-away .error,
.edit-travel-address .error,
.change.password .error,
.change.userinfo .error,
.lost-password .error,
.register .error,
.login .error {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  background-color: #f2dede;
  margin: 0 0 20px 0;
}
/* line 47, ../scss/_body.scss */
.order .error p,
.upgrade-subscription .error p,
.contactform .error p,
.edit-billing-address .error p,
.edit-delivery-address .error p,
.edit-newsletter-email .error p,
.edit-travel-give-away .error p,
.edit-travel-address .error p,
.change.password .error p,
.change.userinfo .error p,
.lost-password .error p,
.register .error p,
.login .error p {
  color: #b94a48;
  margin: 0;
}
.errorlist {
  list-style-type: none;
  display: block;
  clear: both;
  background-color: #f2dede;
  margin: 0 0 20px 0;
  color: #b94a48;
}
/* line 53, ../scss/_body.scss */
.order p.input-error,
.upgrade-subscription p.input-error,
.contactform p.input-error,
.edit-billing-address p.input-error,
.edit-delivery-address p.input-error,
.edit-newsletter-email p.input-error,
.edit-travel-give-away p.input-error,
.edit-travel-address p.input-error,
.change.password p.input-error,
.change.userinfo p.input-error,
.lost-password p.input-error,
.register p.input-error,
.login p.input-error {
  color: #b94a48;
  display: none;
  margin: 5px 0;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
}
/* line 60, ../scss/_body.scss */
.order p.help,
.upgrade-subscription p.help,
.contactform p.help,
.edit-billing-address p.help,
.edit-delivery-address p.help,
.edit-newsletter-email p.help,
.edit-travel-give-away p.help,
.edit-travel-address p.help,
.change.password p.help,
.change.userinfo p.help,
.lost-password p.help,
.register p.help,
.login p.help {
  color: #999999;
  margin: 5px 0;
}
/* line 65, ../scss/_body.scss */
.order p.lost-password,
.upgrade-subscription p.lost-password,
.contactform p.lost-password,
.edit-billing-address p.lost-password,
.edit-delivery-address p.lost-password,
.edit-newsletter-email p.lost-password,
.edit-travel-give-away p.lost-password,
.edit-travel-address p.lost-password,
.change.password p.lost-password,
.change.userinfo p.lost-password,
.lost-password p.lost-password,
.register p.lost-password,
.login p.lost-password {
  margin: 5px 0;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
}
/* line 70, ../scss/_body.scss */
.order p.register-new,
.upgrade-subscription p.register-new,
.contactform p.register-new,
.edit-billing-address p.register-new,
.edit-delivery-address p.register-new,
.edit-newsletter-email p.register-new,
.edit-travel-give-away p.register-new,
.edit-travel-address p.register-new,
.change.password p.register-new,
.change.userinfo p.register-new,
.lost-password p.register-new,
.register p.register-new,
.login p.register-new {
  display: block;
  margin: 20px 0 0 0;
}

/* line 76, ../scss/_body.scss */
.login input[type="text"],
.login input[type="password"],
.login input[type="text"],
.login input[type="email"] {
  max-width: 300px;
  min-width: 250px;
}

/* line 83, ../scss/_body.scss */
fieldset.field-error input {
  border-color: #b94a48 !important;
}

/* line 87, ../scss/_body.scss */
.field-error p.input-error {
  display: block;
}

/* line 91, ../scss/_body.scss */
a.red {
  color: #b94a48 !important;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
}

/* line 96, ../scss/_body.scss */
.customerservice {
  width: 100%;
  background: #ffffff;
  -moz-box-shadow: inset 0px 0px 7px 3px #ffffff;
  -webkit-box-shadow: inset 0px 0px 7px 3px #ffffff;
  box-shadow: inner 0px 0px 7px 3px #ffffff;
  position: relative;
  z-index: 1;
  float: left;
  margin-top: -10px;
}
/* line 105, ../scss/_body.scss */
.customerservice h2 {
  font-size: 1.25em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #005798;
  padding: 10px 20px 0 20px;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
  font-style: normal;
}

/* line 117, ../scss/_body.scss */
.contact {
  float: left;
  width: 100%;
  display: block;
  border-top: 1px solid #cccccc;
  margin-bottom: 10px;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
  font-style: normal;
}
/* line 126, ../scss/_body.scss */
.contact .box {
  padding: 0 20px;
  margin: 10px 0 0 0;
}
/* line 131, ../scss/_body.scss */
.contact a.phone {
  display: block;
  font-size: 1em;
  line-height: 1.3em;
  color: black;
  margin: 5px 0 0 0;
  padding: 2px 0 0 30px;
  background-image: url(../img/graphics/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -100px;
}
/* line 142, ../scss/_body.scss */
.contact a.phone.noSymbol {
  background: none !important;
}
.contact a.phone.first-tag{
  margin-top:-20px;
}
.newsletterForms{
  margin-top: -60px;
  margin-left: 200px;
}

.full-subscription-forms{
  margin-top: -50px;
  margin-left: 200px;
}

.term-code-select{
float: left;
}
/* line 147, ../scss/_body.scss */
.contact a.contactform {
  display: block;
  margin: 10px 0 20px 0;
  padding: 0 0 0 30px;
  font-size: 1em;
  background-image: url(../img/graphics/icons.png);
  background-repeat: no-repeat;
  background-position: 1px -48px;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* line 160, ../scss/_body.scss */
.contact a.faq {
  display: block;
  margin: 10px 0 20px 0;
  padding: 0 0 5px 30px;
  font-size: 1em;
  background-image: url(../img/graphics/icons.png);
  background-image: none, url(../img/graphics/svg/icons.svg);
  background-position: 1px -150px;
  background-repeat: no-repeat;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* Inline loaded forms */
/* line 176, ../scss/_body.scss */
#billing-address .edit-billing-address,
#digital-billing-address .edit-billing-address,
#delivery-address .edit-delivery-address {
  margin: -20px;
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -ms-box-sizing: inherit;
}
/* line 186, ../scss/_body.scss */
#billing-address .edit-billing-address h2,
#digital-billing-address .edit-billing-address h2,
#delivery-address .edit-delivery-address h2 {
  display: inline;
}

/* line 191, ../scss/_body.scss */
.userinfo,
.change.password,
.change.userinfo {
  padding-top: 0;
}
/* line 196, ../scss/_body.scss */
.userinfo form fieldset[name],
.change.password form fieldset[name],
.change.userinfo form fieldset[name] {
  margin: 0;
}

/* line 201, ../scss/_body.scss */
a.edit {
  font-size: 13px;
  line-height: 100%;
  font-weight: normal;
  text-transform: none;
  padding: 0 0 3px 25px;
  margin: 0;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
  background-image: url(../img/graphics/icons.png);
  background-repeat: no-repeat;
  background-position: 5px 0;
}

/* line 214, ../scss/_body.scss */
a.delete {
  font-size: 13px;
  line-height: 100%;
  font-weight: normal;
  text-transform: none;
  padding: 0 0 3px 25px;
  margin: 0;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
  background-image: url(../img/graphics/icons.png);
  background-repeat: no-repeat;
  background-position: 4px -800px;
}

/* line 227, ../scss/_body.scss */
.userinfo {
  float: left;
  padding-top: 0px;
  padding-bottom: 20px;
  width: 100%;
  padding-left: 20px;
  background-color: #ffffff;

}

/* line 235, ../scss/_body.scss */
.change.userinfo {
  padding-top: 0px;
}
/* line 238, ../scss/_body.scss */
.change.userinfo form fieldset input.form-text,
.change.userinfo form fieldset textarea {
  width: 100%;
}

/* line 244, ../scss/_body.scss */
.change.password,
.change.userinfo,
.edit-billing-address {
  padding-top: 0px !important;
}


.signed-address {
  float: left;
  clear: left;
  width: 100%;
}

div p.address {
  float: left;
  position: relative;
}

.signed-address span.sign {
  float: left;
  position: relative;
}


/* line 250, ../scss/_body.scss */
form {
  width: 100%;
  float: left;
}

/* line 255, ../scss/_body.scss */
form fieldset {
  clear: both;
  font-size: 15px;
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: block;
}

/* line 264, ../scss/_body.scss */
form fieldset.form-actions {
  margin: 15px 0 0 0;
}

/* line 268, ../scss/_body.scss */
form fieldset label {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
  cursor: pointer;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
}

/* line 276, ../scss/_body.scss */
form fieldset.check label {
  display: inline;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
  cursor: pointer;
  font-weight: normal;
}

/* line 283, ../scss/_body.scss */
form fieldset select {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 1px 2px 0 #f1f1f1;
  -webkit-box-shadow: inset 0 1px 2px 0 #f1f1f1;
  box-shadow: inner 0 1px 2px 0 #f1f1f1;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px;
  border: 1px solid #cccccc;
  background: white;
  font-style: italic;
}

form fieldset input.form-text,
form fieldset textarea {
    display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 1px 2px 0 #f1f1f1;
  -webkit-box-shadow: inset 0 1px 2px 0 #f1f1f1;
  box-shadow: inner 0 1px 2px 0 #f1f1f1;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px;
  border: 1px solid #cccccc;
  background: white;
  color: #000000;

}

/* ncpur-334 disable color of text field company in corporate signup */
form fieldset input.company-field{
background-color: #cccccc;
}

.geographical-fieldset select, .industry-fieldset select{
  font-style:italic;
}
.border-top{
border-top: 1px solid #cccccc;
}
/* line 295, ../scss/_body.scss */
form fieldset select.missing,
form fieldset input.form-text.missing,
form fieldset textarea.missing {
  border: 1px solid #b94a48;
}

form fieldset input.star,
form fieldset textarea.star {
  background: #fff url(../img/red_asterisk.png) no-repeat 98% center !important;
}

form fieldset select.star {
  background: #fff url(../img/red_asterisk.png) no-repeat 90% center !important;
}
/* line 300, ../scss/_body.scss */
form fieldset textarea {
  height: 120px;
}

/* line 304, ../scss/_body.scss */
form fieldset input.form-date {
  display: block;
  width: 85%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 1px 2px 0 #f1f1f1;
  -webkit-box-shadow: inset 0 1px 2px 0 #f1f1f1;
  box-shadow: inner 0 1px 2px 0 #f1f1f1;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px;
  border: 1px solid #cccccc;
  background: white;
  float: left;
}
/* line 315, ../scss/_body.scss */
form fieldset input.form-date.missing {
  border: 1px solid #b94a48;
}

/* line 320, ../scss/_body.scss */
.date-icon {
  display: block;
  width: 26px;
  height: 26px;
  float: right;
  background-image: url(../img/graphics/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -750px;
  margin-left: 3%;
}

/* line 331, ../scss/_body.scss */
.date-icon:hover {
  cursor: pointer;
}

/* line 335, ../scss/_body.scss */
.date-wrap .input-error {
  clear: both;
}

/* line 340, ../scss/_body.scss */
#ui-datepicker-div {
  display: none;
}

/* line 344, ../scss/_body.scss */
.ui-datepicker {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 20px;
  -moz-box-shadow: 0px 0px 3px 1px #cccccc;
  -webkit-box-shadow: 0px 0px 3px 1px #cccccc;
  box-shadow: 0px 0px 3px 1px #cccccc;
}

/* line 351, ../scss/_body.scss */
.ui-datepicker-header {
  text-align: center;
}

/* line 355, ../scss/_body.scss */
.ui-datepicker-next {
  float: right;
}

/* line 359, ../scss/_body.scss */
.ui-datepicker-prev {
  float: left;
}

/* line 363, ../scss/_body.scss */
.ui-datepicker-prev,
.ui-datepicker-next {
  color: #0057aa;
}
/* line 367, ../scss/_body.scss */
.ui-datepicker-prev :hover,
.ui-datepicker-next :hover {
  cursor: pointer;
}

/* line 372, ../scss/_body.scss */
.ui-datepicker-title {
  display: inline;
}

/* line 376, ../scss/_body.scss */
.ui-datepicker-calendar {
  margin-top: 11px;
}
/* line 379, ../scss/_body.scss */
.ui-datepicker-calendar .ui-state-default {
  width: 26px;
  height: 26px;
  line-height: 28px;
  text-align: center;
  display: block;
  text-decoration: none;
}
/* line 388, ../scss/_body.scss */
.ui-datepicker-calendar span.ui-state-default {
  color: #aaa;
}
/* line 392, ../scss/_body.scss */
.ui-datepicker-calendar tr:nth-child(2n-1) td:nth-child(2n) .ui-state-default {
  background: #f1f1f1;
}
/* line 396, ../scss/_body.scss */
.ui-datepicker-calendar tr:nth-child(2n) td:nth-child(2n-1) .ui-state-default {
  background: #f1f1f1;
}
/* line 400, ../scss/_body.scss */
.ui-datepicker-calendar td {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
/* line 405, ../scss/_body.scss */
.ui-datepicker-calendar tbody tr:first-child {
  border-top: 1px solid #f1f1f1;
}
/* line 409, ../scss/_body.scss */
.ui-datepicker-calendar td:first-child {
  border-left: 1px solid #f1f1f1;
}
/* line 413, ../scss/_body.scss */
.ui-datepicker-calendar th {
  padding-bottom: 3px;
}
/* line 417, ../scss/_body.scss */
.ui-datepicker-calendar tr td a:hover {
  background: #0057aa !important;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

/* line 425, ../scss/_body.scss */
a.button,
a.backbutton, form button,
form input[type="submit"] {
  margin: 0 20px 15px 0;
  padding: 9px 24px 8px 24px;
  line-height: normal;
  font-size: 16px;
  float: left;
  color: white !important;
  border: 1px solid #1e3a99;
  background-color: #1e3a99;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF4FA0C7', endColorstr='#FF0E5F89');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF4FA0C7', endColorstr='#FF0E5F89');
  zoom: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e3a99), to(#1e3a99));
  background: -moz-linear-gradient(top, #3858bd, #081651);
  background: -o-linear-gradient(top, #1e3a99, #1e3a99);
  background-color: #081651;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF0057AA', endColorstr='#FF123462');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF0057AA', endColorstr='#FF123462');
  zoom: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e3a99), to(#1e3a99));
  background: -moz-linear-gradient(top, #1e3a99, #1e3a99);
  background: -o-linear-gradient(top, #1e3a99, #1e3a99);
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
}

/* line 441, ../scss/_body.scss */
a.button:hover,
a.button:focus,
form input[type="submit"]:hover,
form input[type="submit"]:focus {
  text-decoration: none;
  background-color: #123462;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF123462', endColorstr='#FF123462');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF123462', endColorstr='#FF123462');
  zoom: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#123462), to(#123462));
  background: -moz-linear-gradient(top, #123462, #123462);
  background: -o-linear-gradient(top, #123462, #123462);
}

/* line 449, ../scss/_body.scss */
form input[type="submit"]:active {
  border: 1px solid #f1f1f1;
}

/* line 453, ../scss/_body.scss */
.form-message {
  border: 1px solid #b2b0b0;
  float: right;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px;
  float: right;
  font-size: .85em;
  margin-bottom: 20px;
}
/* line 463, ../scss/_body.scss */
.form-message h3 {
  text-transform: none;
  margin-bottom: 0px;
}
/* line 468, ../scss/_body.scss */
.form-message p {
  margin-bottom: 0px;
}
/* line 472, ../scss/_body.scss */
.form-message.postage {
  padding: 13px 5px 10px;
}
/* line 475, ../scss/_body.scss */
.form-message.postage h3 {
  padding: 0px 8px 0px;
}
/* line 479, ../scss/_body.scss */
.form-message.postage p {
  padding: 0px 8px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 11px;
}
/* line 485, ../scss/_body.scss */
.form-message.postage .amount {
  padding-left: 24px;
  font-size: 15px;
  line-height: 18px;
}

/* line 493, ../scss/_body.scss */
a.backbutton, form button {
  background-color: #a5a5a5;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFA5A5A5', endColorstr='#FF6C6B6B');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFA5A5A5', endColorstr='#FF6C6B6B');
  zoom: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#6c6b6b));
  background: -moz-linear-gradient(top, #a5a5a5, #6c6b6b);
  background: -o-linear-gradient(top, #a5a5a5, #6c6b6b);
  border: 1px solid #464646;
}

/* line 498, ../scss/_body.scss */
a.backbutton:hover,
a.backbutton:focus, form button:hover, form button:focus {
  background-color: #6c6b6b;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF6C6B6B', endColorstr='#FF6C6B6B');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FF6C6B6B', endColorstr='#FF6C6B6B');
  zoom: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#6c6b6b), to(#6c6b6b));
  background: -moz-linear-gradient(top, #6c6b6b, #6c6b6b);
  background: -o-linear-gradient(top, #6c6b6b, #6c6b6b);
  text-decoration: none;
}

/* line 504, ../scss/_body.scss */
a.backbutton:active {
  border: 1px solid #f1f1f1;
}

/* line 508, ../scss/_body.scss */
ul.semtabs {
  margin: 0 auto;
  clear: both;
  height: 45px;
  list-style: none !important;
  padding: 0 0 5px 0;
  margin: 0;
}

/* line 518, ../scss/_body.scss */
ul.semtabs li {
  float: left;
  height: 44px;
  display: block;
  margin: 0 !important;
}

/* line 525, ../scss/_body.scss */
ul.semtabs li a {
  line-height: 44px;
  margin: 0 10px 0 0;
  border: 1px solid #cccccc;
  display: block;
  font-size: 1.3em;
  font-weight: normal !important;
  padding: 5px 20px 0 20px;
  text-decoration: none;
  font-weight: bold;
  color: #999999;
  background-color: #faf9f8;
  -moz-box-shadow: inset 0px 2px 5px 1px #f1f1f1;
  -webkit-box-shadow: inset 0px 2px 5px 1px #f1f1f1;
  box-shadow: inner 0px 2px 5px 1px #f1f1f1;
}

/* line 540, ../scss/_body.scss */
ul.semtabs li.active a {
  line-height: 45px;
  border-bottom: none;
  background-color: white;
  color: black;
  float: left;
  -moz-box-shadow: inset 0 0 0 0 #faf9f8;
  -webkit-box-shadow: inset 0 0 0 0 #faf9f8;
  box-shadow: inner 0 0 0 0 #faf9f8;
}

/* line 549, ../scss/_body.scss */
.panel {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}
.panel-top-border{
  border-top: 1px solid #cccccc;
  border-bottom: none;
}
.subpanel{
  margin: 20px;
  padding: 20px;
  width: 91.5%;
  height: 20px;
  background-color: #3858bd;
  color: #fff;
}
#upgrade-button-span{
  margin-left:1%;
  font-weight: bolder;
  font-size: 2em;
}
.lock-icon{
  font-size: 2em;
}
/* line 558, ../scss/_body.scss */
.panel h2 {
  display: none;
}
/* line 562, ../scss/_body.scss */
.panel .box {
  border-bottom: 1px solid #cccccc;
}

/* line 567, ../scss/_body.scss */
.subbox {
  padding: 20px !important;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border-right: 1px solid #cccccc;*/
}
/* line 573, ../scss/_body.scss */
.subbox .button {
  margin-bottom: 0;
}

/* line 580, ../scss/_body.scss */
.section.group.box .button {
  margin-bottom: 0;
}

/* line 585, ../scss/_body.scss */
.span_1_of_3.subbox {
  width: 40%;
  border-left: 1px solid #ccc;
}

/* line 590, ../scss/_body.scss */
.span_1_of_3.subbox,
.span_2_of_3.subbox {
  margin-bottom: 0;
}
.bring-to-top{
margin-top: -100px;

}
.bring-to-top p{
color: #2841a8;
margin-top: 15px;
}

/* line 595, ../scss/_body.scss */
.line {
  width: 100%;
  padding: 0 20px;
  margin: 20px 0 20px -20px;
  height: 1px;
  float: left;
  border-top: 1px solid #cccccc;
  box-sizing: content-box;
}

/* line 605, ../scss/_body.scss */
.regularline {
  width: 100%;
  margin: 10px 0 20px 0;
  height: 1px;
  float: left;
  border-top: 1px solid #cccccc;
}

/* line 613, ../scss/_body.scss */
.message {
  border: 1px solid #cccccc;
}

/* line 617, ../scss/_body.scss */
.sign,
.computer,
.gift,
.pause {
  width: 45px;
  height: 30px;
  background-image: url(../img/graphics/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -300px;
  float: left;
  display: block;
  margin: 1px 0 40px 0;
}

/* line 631, ../scss/_body.scss */
.computer {
  background-position: 0 -850px;
  height: 35px;
}

/* line 636, ../scss/_body.scss */
.gift {
  background-position: 0 -900px;
  height: 35px;
}

/* line 641, ../scss/_body.scss */
.pause {
  background-position: 0 -950px;
  height: 35px;
}

/* line 646, ../scss/_body.scss */
.order {
  width: 100%;
  float: left;
  background-color: #ffffff;
  -moz-box-shadow: 0 0 3px 1px #cccccc;
  -webkit-box-shadow: 0 0 3px 1px #cccccc;
  box-shadow: 0 0 3px 1px #cccccc;
}

/* line 653, ../scss/_body.scss */
ol.steps {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  list-style-position: inside;
  border-bottom: 1px solid #cccccc;
  box-sizing: content-box;
}
@media only screen and (min-width: 661px) and (max-width: 999px) {
  /* line 653, ../scss/_body.scss */
  ol.steps {
    margin: 0;
  }
}
@media only screen and (max-width: 660px) {
  /* line 653, ../scss/_body.scss */
  ol.steps {
    margin: 0;
  }
}
/* line 670, ../scss/_body.scss */
ol.steps li {
  float: left;
  width: 16%;
  height: 45px;
  margin: 0;
  padding: 0 0 0 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 43px;
  font-size: 1em;
}
@media only screen and (min-width: 661px) and (max-width: 999px) {
  /* line 670, ../scss/_body.scss */
  ol.steps li {
    height: 35px;
    line-height: 33px;
    font-size: .8em;
  }
}
@media only screen and (max-width: 660px) {
  /* line 670, ../scss/_body.scss */
  ol.steps li {
    overflow: hidden;
    height: 35px;
    line-height: 33px;
  }
}
/* line 692, ../scss/_body.scss */
ol.steps li + li {
  background-image: url("../img/graphics/order-steps.png");
  background-image: none, url("../img/graphics/svg/order-steps.svg");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 699, ../scss/_body.scss */
ol.steps li.active {
  background-color: #3858bd;
  color: white;
  font-weight: bold;
  background-image: url("../img/graphics/order-steps-active.png");
  background-image: none, url("../img/graphics/svg/order-steps-active.svg");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 708, ../scss/_body.scss */
ol.steps li.active + li.queue {
  background-image: url("../img/graphics/order-steps-queue.png");
  background-image: none, url("../img/graphics/svg/order-steps-queue.svg");
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 716, ../scss/_body.scss */
ol.steps li.done {
  background-color: #243cad;
  color: white;
}
/* line 721, ../scss/_body.scss */
ol.steps li.done + li.done {
  background-image: url("../img/graphics/order-steps-done.png");
  background-image: none, url("../img/graphics/svg/order-steps-done.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}
/* line 728, ../scss/_body.scss */
ol.steps li:first-child {
  background-image: none;
  padding-left: 25px;
}
/* line 736, ../scss/_body.scss */
ol.steps.trial li {
  width: 33.3%;
}

/* line 742, ../scss/_body.scss */
ul.check {
  margin: 0 0 20px 5px;
  padding: 0;
  float: left;
  clear: both;
  width: 100%;
  font-size: .85em;
  list-style: disc;
  color: #0057aa;
}
/* line 752, ../scss/_body.scss */
ul.check li {
  margin: 0 0 0 12px;
  line-height: 21px;
}
/* line 756, ../scss/_body.scss */
ul.check li span {
  color: #191919;
}
/* line 759, ../scss/_body.scss */
ul.check li span.compare {
  font-weight: bold;
  color: black;
}
/* line 766, ../scss/_body.scss */
ul.check.step1 {
  margin-top: 10px;
  font-size: 1em;
}
#success-check{
color: #6fa939;
}
#error-icon{
color: #ff0000;
}
.icon-eye-i{
position:absolute;
z-index: 2;
right:0;
margin-right: 700px;
text-decoration: none;
}
#anchor-show-password{
text-decoration: none;
}
h4.ups-newspaper-h4{
margin-bottom: -4px;
}
#up-section{
margin-top: 10px;
}
#up-section-button{
margin-top:70px;
margin-left: -100px;
}
#upon-section{
margin-top: 10px;
}
#upon-section-button{
margin-top:50px;
margin-left: -100px;
}
/* line 772, ../scss/_body.scss */
#passwordStrength {
  width: 100%;
  float: left;
  padding: 10px 10px 12px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-weight: bold;
  font-size: .85em;
  background-color: #cccccc;
  height: 35px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 784, ../scss/_body.scss */
#passwordStrength.short {
  background-color: #FF0000;
}
/* line 788, ../scss/_body.scss */
#passwordStrength.weak {
  background-color: #E66C2C;
}
/* line 792, ../scss/_body.scss */
#passwordStrength.good {
  background-color: #2D98F3;
}
/* line 796, ../scss/_body.scss */
#passwordStrength.strong {
  background-color: #006400;
}

/* line 803, ../scss/_body.scss */
table.prices {
  width: 100%;
  height: 70px;
  float: left;
  display: inline-block;
  font-size: .85em;
  margin: 15px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 812, ../scss/_body.scss */
table.prices tr {
  width: 100%;
  float: left;
}
/* line 816, ../scss/_body.scss */
table.prices tr td {
  vertical-align: bottom;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 822, ../scss/_body.scss */
table.prices tr td.location {
  width: 60%;
}
/* line 827, ../scss/_body.scss */
table.prices tr td.currency {
  width: 40%;
}
/* line 833, ../scss/_body.scss */
table.prices.step1 {
  padding: 5px 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
  margin: 0 0 20px 0;
}

/* line 842, ../scss/_body.scss */
.table-responsive {
  margin: 20px 0px;
  overflow: hidden;
}
/* line 846, ../scss/_body.scss */
.table-responsive .list-head {
  display: none;
  background: #0057aa;
  color: #fff;
  line-height: 31px;
  height: 31px;
  padding-left: 20px;
}
/* line 855, ../scss/_body.scss */
.table-responsive .date,
.table-responsive .address {
  line-height: normal;
}
/* line 860, ../scss/_body.scss */
.table-responsive .head {
  width: 100%;
  overflow: hidden;
}
/* line 864, ../scss/_body.scss */
.table-responsive .head span {
  background: #0057aa;
  color: #fff;
  line-height: 30px;
  height: 32px;
  display: block;
  float: left;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  border-right: 5px solid white;
  border-left: 5px solid white;
}
/* line 877, ../scss/_body.scss */
.table-responsive .head span:first-child {
  border-left: 0px;
}
/* line 878, ../scss/_body.scss */
.table-responsive .head span:last-child {
  border-right: 0px;
}
/* line 881, ../scss/_body.scss */
.table-responsive .head .date, .table-responsive .head .actions {
  width: 20%;
}
/* line 885, ../scss/_body.scss */
.table-responsive .head .address, .table-responsive .head .addressplaceholder, .table-responsive .head .format {
  width: 30%;
}
/* line 890, ../scss/_body.scss */
.table-responsive > ul {
  margin: 15px 0px 0px;
  padding: 0px;
}
/* line 895, ../scss/_body.scss */
.table-responsive > ul > li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
/* line 900, ../scss/_body.scss */
.table-responsive > ul > li:nth-child(2n) {
  background: #eee;
}
/* line 904, ../scss/_body.scss */
.table-responsive > ul > li:last-child {
  border-bottom: 0px;
}
/* line 909, ../scss/_body.scss */
.table-responsive > ul > li > div {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-right: 1px solid #cccccc;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
}
/* line 922, ../scss/_body.scss */
.table-responsive > ul > li > div:last-child {
  border-right: 0px;
}
/* line 926, ../scss/_body.scss */
.table-responsive > ul > li > div div {
  padding: 20px;
}
/* line 930, ../scss/_body.scss */
.table-responsive > ul > li > div.format span {
  /* Icon */
  margin-right: 5px;
}
/* line 934, ../scss/_body.scss */
.table-responsive > ul > li > div.actions a {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 941, ../scss/_body.scss */
.table-responsive > ul .date, .table-responsive > ul .actions {
  width: 20%;
}
/* line 945, ../scss/_body.scss */
.table-responsive > ul .address, .table-responsive > ul .addressplaceholder, .table-responsive > ul .format {
  width: 30%;
}

/* line 951, ../scss/_body.scss */
.offer {
  width: 100%;
  float: left;
  padding-top: 10px 0 !important;
  padding-bottom: 20px 0 !important;
  margin-bottom: 20px !important;
}

/* line 959, ../scss/_body.scss */
.subimg {
  width: 100%;
  margin: -20px 0 -45px 0;
  position: relative;
  z-index: 20;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.frontpage-right-trial-img{
width:423px;
height: 242px;
margin-top: 35px;
}
.full-sub-left{
width:423px;
height: 278px;
}
}
/* line 967, ../scss/_body.scss */
.subimg.trial {
  margin: -20px 0 -39px 0;
  height: 245px;
}
/* line 970, ../scss/_body.scss */
.subimg.trial.signup {
  margin: -40px 0 -60px 0;
}
/* line 975, ../scss/_body.scss */
.subimg.step1 {
  width: 80%;
  margin: 0 10%;
}

/* line 981, ../scss/_body.scss */
.buy {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 20px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #ffffff;
  /* 	background-color: #B0D0DC; */
  position: relative;
  z-index: 10;
}
/* line 992, ../scss/_body.scss */
.buy a.button {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 20px 0 0 0;
}

/* line 1000, ../scss/_body.scss */
p.includes {
  margin-bottom: 0;
}

/* line 1004, ../scss/_body.scss */
a.read-more {
  margin: -10px 0 20px 0;
  float: left;
}

/* line 1009, ../scss/_body.scss */
span.from {
  display: block;
  text-align: left;
  float: left;
  width: 80%;
  margin: 0 0 10px 20%;
  font-size: 1.1em;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
  font-weight: 500;
  color: #0057aa;
}

/* line 1021, ../scss/_body.scss */
.subscription {
  display: block;
  font-family: Lucida Grande, "Lucida Grande", Lucida Sans Unicode, "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 1.4em;
  width: 100%;
  margin: 10px 0 10px 0;
  text-transform: none;
  color: black;
}
/* line 1030, ../scss/_body.scss */
.subscription span {
  font-size: .6em;
  display: block;
  font-weight: normal;
  margin-top: 4px;
}

/* line 1038, ../scss/_body.scss */
span.info {
  display: block;
  text-align: center;
  float: left;
  width: 100%;
  font-size: .85em;
  color: black;
}

/* Search */
/* line 1048, ../scss/_body.scss */
.searchArchive {
  width: 100%;
}
/* line 1051, ../scss/_body.scss */
.searchArchive fieldset {
  width: 100%;
  z-index: 1;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 1059, ../scss/_body.scss */
.searchArchive fieldset input[type="text"] {
  font-size: 25px;
  line-height: 35px;
  height: 50px;
  width: 100%;
  padding: 6px 0 6px 10px;
  font-size: 15px;
  line-height: 24px;
  height: 40px;
  float: left;
  color: #191919;
  background-color: white;
  outline-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  border-radius: 0 !important;
}
@media only screen and (max-width: 660px) {
  /* line 1059, ../scss/_body.scss */
  .searchArchive fieldset input[type="text"] {
    font-size: 18px;
    line-height: 20px;
    height: 40px;
  }
}
/* line 1084, ../scss/_body.scss */
.searchArchive fieldset input[type="submit"] {
  font-size: 1em;
  height: 42px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  padding: 0px 14px 0px 14px;
  height: 32px;
  margin: 0;
  color: white;
  border: none;
  background: #0057aa;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0 !important;
}
/* line 1100, ../scss/_body.scss */
.searchArchive fieldset input[type="submit"]:hover {
  background-color: #123462;
}
@media only screen and (max-width: 660px) {
  /* line 1084, ../scss/_body.scss */
  .searchArchive fieldset input[type="submit"] {
    font-size: .9em;
    height: 32px;
    width: auto !important;
  }
}
/* line 1112, ../scss/_body.scss */
.searchArchive p {
  margin-top: 5px;
}

/* line 1117, ../scss/_body.scss */
.paymentInfo {
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;
}
#give-space{
margin-top: 28%;
}
/* line 1124, ../scss/_body.scss */
.no-margin {
  margin: 0 !important;
}

/* line 1128, ../scss/_body.scss */
.trialForm {
  padding: 20px 0 0 0;
}
/* line 1133, ../scss/_body.scss */
.trialForm fieldset.form-actions input[type="submit"] {
  width: 100% !important;
  margin-bottom: 0 !important;
}

/* line 1140, ../scss/_body.scss */
p.subscriptionInfo {
  font-size: .85em;
  width: 100%;
  max-width: 1000px !important;
  margin: 20px 0;
  float: left;
}

/* line 1, ../scss/_footer.scss */
#footer {
  width: 100%;
  height: 250px;
  float: left;
}

/* line 1, ../scss/_accordion.scss */
.faq section {
  width: 100%;
  float: left;
  border-bottom: 1px solid #cccccc;
  padding: 10px 10px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
/* line 8, ../scss/_accordion.scss */
.faq section:first-child {
  border-top: 1px solid #cccccc;
}
/* line 12, ../scss/_accordion.scss */
.faq section .title {
  padding: 10px 0 10px 30px;
  background-image: url(../img/graphics/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -989px;
  color: #005798;
  line-height: 20px;
  height:25px;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
}

/* line 24, ../scss/_accordion.scss */
.faq section .question-body {
  display: none;
  padding: 0 0 15px 30px;
  font-size: 15px;
  line-height: 20px;
}
/* line 31, ../scss/_accordion.scss */
.faq section.expanded {
  background-color: #f1f1f1;
}
/* line 34, ../scss/_accordion.scss */
.faq section.expanded .title {
  background-position: 0 -1139px;
}
/* line 38, ../scss/_accordion.scss */
.faq section.expanded .question-body {
  display: block;
}

/* line 44, ../scss/_accordion.scss */
table {
  width: 100%;
  float: left;
  font-size: .9em;
  line-height: 1.5em;
}

/* line 51, ../scss/_accordion.scss */
td, th {
  text-align: left;
}

/* line 55, ../scss/_accordion.scss */
table {
  margin-bottom: 10px;
}

/* line 59, ../scss/_accordion.scss */
td.subtitle {
  margin: 10px 0 0 0;
  float: left;
  color: #999999;
}

/* Responsive grid system */
/* line 2, ../scss/_responsive.scss */
.box {
  width: 100%;
  padding: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../scss/_responsive.scss */
.topsection,
.section {
  width: 100%;
  clear: both;
  float: left;
  display: block;
  overflow: visible;
}

/* line 17, ../scss/_responsive.scss */
.topsection.front,
.section.front {
  margin-top: 25px;
}
/* line 20, ../scss/_responsive.scss */
.topsection.front .span_2_of_3:last-child,
.section.front .span_2_of_3:last-child {
  float: right;
}
/* line 21, ../scss/_responsive.scss */
.topsection.front .span_2_of_3.last-child,
.section.front .span_2_of_3.last-child {
  float: right;
}
/* line 23, ../scss/_responsive.scss */
.topsection.front h2,
.section.front h2 {
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

/* line 31, ../scss/_responsive.scss */
.topsection {
  margin-top: 20px;
}

/* line 35, ../scss/_responsive.scss */
.section.last-child,
.section:last-child {
  border-bottom: none;
}

/* line 40, ../scss/_responsive.scss */
.col {
  display: block;
  float: left;
  margin-left: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* IE8 BUG, IE8 wont listen to .last-child if it is grouped with :last-child (which it doesn't support)*/
}
/* line 47, ../scss/_responsive.scss */
.col.last-child {
  margin-left: 0;
}
/* line 48, ../scss/_responsive.scss */
.col:last-child {
  margin-left: 0;
}
/* line 50, ../scss/_responsive.scss */
.col.first-child, .col:first-child {
  margin-left: 0;
}
/* line 55, ../scss/_responsive.scss */
.col.span_1_of_2:last-child {
  float: right;
}
/* line 56, ../scss/_responsive.scss */
.col.span_1_of_2.last-child {
  float: right;
}
/* line 57, ../scss/_responsive.scss */
.col.span_1_of_3:last-child {
  float: right;
}
/* line 58, ../scss/_responsive.scss */
.col.span_1_of_3.last-child {
  float: right;
}
/* line 59, ../scss/_responsive.scss */
.col.span_1_of_4:last-child {
  float: right;
}
/* line 60, ../scss/_responsive.scss */
.col.span_1_of_4.last-child {
  float: right;
}

/* line 63, ../scss/_responsive.scss */
.span_4_of_4 {
  width: 100%;
}

/* line 64, ../scss/_responsive.scss */
.span_3_of_4 {
  width: 73.75%;
}

/* line 65, ../scss/_responsive.scss */
.span_2_of_4 {
  width: 47.5%;
}

/* line 66, ../scss/_responsive.scss */
.span_1_of_4 {
  width: 21.25%;
}

/* line 68, ../scss/_responsive.scss */
.span_3_of_3 {
  width: 100%;
}

/* line 69, ../scss/_responsive.scss */
.span_2_of_3 {
  width: 60%;
}

/* line 70, ../scss/_responsive.scss */
.span_1_of_3 {
  width: 30%;
}

/* line 72, ../scss/_responsive.scss */
.span_2_of_2 {
  width: 100%;
}

/* line 73, ../scss/_responsive.scss */
.span_1_of_2 {
  width: 47.5%;
}

/* line 75, ../scss/_responsive.scss */
.span_1_of_1 {
  width: 100%;
}

/* line 77, ../scss/_responsive.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 83, ../scss/_responsive.scss */
.group:after {
  clear: both;
}

/* line 87, ../scss/_responsive.scss */
.wrapper {
  min-width: 940px;
  max-width: 940px;
  clear: both;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

/* line 96, ../scss/_responsive.scss */
.mobile-only {
  display: none;
}

/* line 100, ../scss/_responsive.scss */
img {
  max-width: 100%;
}
/* line 103, ../scss/_responsive.scss */
img.faksimile {
  width: auto;
  max-height: 105px;
  margin: 0 0 15px 0;
}

/* line 110, ../scss/_responsive.scss */
.frontcol {
  float: left;
  width: 22.75%;
  margin: 0 3% 25px 0;
}
/* line 115, ../scss/_responsive.scss */
.frontcol div {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 28px 0 0;
  border-right: 1px solid #f1f1f1;
  padding-bottom: 500px !important;
  margin-bottom: -500px !important;
}
/* line 124, ../scss/_responsive.scss */
.frontcol.no4 {
  margin: 0 0 25px 0;
  border-right: 0;
}
/* line 128, ../scss/_responsive.scss */
.frontcol.no4 div {
  border: 0;
}

/* line 134, ../scss/_responsive.scss */
.only-mobile {
  display: none;
}

/* TABLET */
@media only screen and (min-width: 661px) and (max-width: 999px) {
  /* line 141, ../scss/_responsive.scss */
  table {
    font-size: .7em;
  }

  /* line 145, ../scss/_responsive.scss */
  .span_1_of_2 {
    width: 100%;
  }

  /* line 149, ../scss/_responsive.scss */
  h2 {
    line-height: normal;
    margin: 20px 0;
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 158, ../scss/_responsive.scss */
  .wrapper {
    min-width: 601px;
    max-width: 940px;
  }

  /* line 164, ../scss/_responsive.scss */
  form fieldset input.form-text,
  form fieldset textarea {
    width: 100%;
  }

  /* line 169, ../scss/_responsive.scss */
  form fieldset input.form-date {
    width: 80%;
  }

  /* line 173, ../scss/_responsive.scss */
  .tablet-fullwidth {
    width: 100%;
    margin-left: 0;
  }

  /* line 178, ../scss/_responsive.scss */
  .custom-tablet-line {
    width: 100%;
    padding: 0;
    margin: 10px 0;
    height: 1px;
    float: left;
    border-top: 1px solid #cccccc;
  }

  /* line 187, ../scss/_responsive.scss */
  .message {
    margin-top: 20px;
    background-color: #faf9f8;
    border: none;
    -moz-box-shadow: inset 0 0 0 0 #faf9f8;
    -webkit-box-shadow: inset 0 0 0 0 #faf9f8;
    box-shadow: inner 0 0 0 0 #faf9f8;
    -moz-box-shadow: 0 0 3px 1px #cccccc;
    -webkit-box-shadow: 0 0 3px 1px #cccccc;
    box-shadow: 0 0 3px 1px #cccccc;
  }
  /* line 194, ../scss/_responsive.scss */
  .message h2 {
    margin-top: 0px;
  }

  /* line 199, ../scss/_responsive.scss */
  .login input[type="text"],
  .login input[type="password"],
  .login input[type="text"],
  .login input[type="email"] {
    width: 100%;
  }

  /* line 206, ../scss/_responsive.scss */
  .form-message {
    max-width: 100%;
  }

  /* line 214, ../scss/_responsive.scss */
  .section.front h2 {
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  /* line 223, ../scss/_responsive.scss */
  .customerservice h2 {
    margin: 25px 0 10px 0;
  }
}
/* MOBILE */
@media only screen and (max-width: 660px) {
  /* line 232, ../scss/_responsive.scss */
  .only-mobile {
    display: block;
  }

  /* line 236, ../scss/_responsive.scss */
  h1 {
    margin-top: 10px;
  }

  /* line 240, ../scss/_responsive.scss */
  h2 {
    line-height: normal;
    margin: 10px 0;
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 249, ../scss/_responsive.scss */
  .customerservice-desktop {
    position: static !important;
  }

  /* line 253, ../scss/_responsive.scss */
  .subbox {
    border-right: none;
    padding: 20px 10px !important;
  }

  /* line 258, ../scss/_responsive.scss */
  .span_1_of_3.subbox {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #cccccc;
  }

  /* line 264, ../scss/_responsive.scss */
  .topsection.group.box {
    padding: 0;
  }

  /* line 268, ../scss/_responsive.scss */
  h1, h2 {
    font-size: 1.4em;
  }
  /* line 271, ../scss/_responsive.scss */
  h1.indent, h2.indent {
    padding: 0;
  }

  /* line 276, ../scss/_responsive.scss */
  a.button {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
  }

  /* line 282, ../scss/_responsive.scss */
  .userinfo {
    padding: 0;
  }

  /* line 286, ../scss/_responsive.scss */
  ul.semtabs {
    height: 35px;
    padding: 0 0 5px 1px;
  }
  /* line 290, ../scss/_responsive.scss */
  ul.semtabs li {
    height: 34px;
  }
  /* line 293, ../scss/_responsive.scss */
  ul.semtabs li a {
    line-height: 34px;
    margin: 0 0 0 -1px;
    border: 1px solid #cccccc;
    font-size: 1em;
    padding: 5px 10px 0 10px;
  }
  /* line 301, ../scss/_responsive.scss */
  ul.semtabs li.active a {
    line-height: 35px;
    border-bottom: none;
    background-color: white;
    color: black;
    float: left;
  }

  /* line 311, ../scss/_responsive.scss */
  .date-icon {
    display: none;
  }

  /* line 315, ../scss/_responsive.scss */
  form fieldset input.form-date {
    width: 100%;
  }

  /* line 319, ../scss/_responsive.scss */
  .line {
    padding: 0 10px;
    margin-left: -10px;
  }

  /* line 324, ../scss/_responsive.scss */
  .no-mobile {
    display: none;
  }

  /* line 328, ../scss/_responsive.scss */
  #header {
    height: auto;
  }
  /* line 331, ../scss/_responsive.scss */
  #header #brand {
    clear: both;
  }
  /* line 334, ../scss/_responsive.scss */
  #header #brand h1 a {
    width: 145px;
    height: 25px;
    background-size: 145px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 345, ../scss/_responsive.scss */
  #header #navglobal p a {
    padding-top: 5px;
    display: inline-block;
  }

  /* line 352, ../scss/_responsive.scss */
  .mobile-only {
    display: block;
    float: left;
    width: 100%;
  }
  /* line 359, ../scss/_responsive.scss */
  .mobile-only a.button:first-child {
    margin-top: 20px;
  }

  /* line 365, ../scss/_responsive.scss */
  .message,
  .customerservice {
    margin-top: 20px;
    background-color: #ffffff;
    border: none;
    -moz-box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-box-shadow: inset 0 0 0 0 #ffffff;
    box-shadow: inner 0 0 0 0 #faf9f8;
    -moz-box-shadow: 0 0 3px 1px #ffffff;
    -webkit-box-shadow: 0 0 3px 1px #ffffff;
    box-shadow: 0 0 3px 1px #ffffff;
  }
  /* line 373, ../scss/_responsive.scss */
  .message h2,
  .customerservice h2 {
    margin: 10px 0;
  }

  /* line 378, ../scss/_responsive.scss */
  a.backbutton {
    width: 45%;
    margin: 0 0 20px 0;
    float: right;
    padding: 14px 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  /* line 387, ../scss/_responsive.scss */
  form input[type="submit"] {
    width: 45%;
    padding: 14px 14px;
    margin: 0 0 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  /* line 395, ../scss/_responsive.scss */
  form fieldset input.form-text,
  form fieldset textarea {
    width: 100%;
    border: 1px solid #cccccc !important;
  }

  /* line 401, ../scss/_responsive.scss */
  .form-message {
    max-width: 100%;
  }

  /* line 406, ../scss/_responsive.scss */
  #billing-address .edit-billing-address,
  #delivery-address .edit-delivery-address {
    margin: -20px -10px;
  }

  /* line 411, ../scss/_responsive.scss */
  .custom-tablet-line {
    width: 100%;
    padding: 0;
    margin: 10px 0;
    height: 1px;
    float: left;
    border-top: 1px solid #cccccc;
  }

  /* line 422, ../scss/_responsive.scss */
  .table-responsive .head span {
    display: none;
  }
  /* line 426, ../scss/_responsive.scss */
  .table-responsive .list-head {
    display: block;
    padding: 5px 0 0 20px;
    margin-bottom: -10px;
  }
  /* line 432, ../scss/_responsive.scss */
  .table-responsive > ul li {
    padding: 20px 20px 0px 20px;
    position: relative;
  }
  /* line 437, ../scss/_responsive.scss */
  .table-responsive > ul li > div {
    float: none;
    width: auto !important;
    margin-bottom: 0px;
    padding: 0px;
    border-right: 0px;
  }
  /* line 444, ../scss/_responsive.scss */
  .table-responsive > ul li > div > div {
    padding: 0px 0px 15px 0px !important;
  }
  /* line 451, ../scss/_responsive.scss */
  .table-responsive .date {
    position: absolute;
    top: 40px;
    left: 70px;
  }
  /* line 457, ../scss/_responsive.scss */
  .table-responsive .temporary-change .address {
    padding: 5px 0 10px 50px;
    margin-bottom: 10px;
  }
  /* line 461, ../scss/_responsive.scss */
  .table-responsive .temporary-change .address div {
    padding: 0px !important;
  }
  /* line 466, ../scss/_responsive.scss */
  .table-responsive .actions {
    padding: 0 0 0 45px;
  }
  /* line 470, ../scss/_responsive.scss */
  .table-responsive .addressplaceholder {
    display: none;
  }

  /* line 475, ../scss/_responsive.scss */
  .login input[type="text"],
  .login input[type="password"],
  .login input[type="text"],
  .login input[type="email"] {
    width: 100%;
    max-width: 100%;
  }

  /* line 483, ../scss/_responsive.scss */
  .box {
    padding: 10px;
  }

  /* line 487, ../scss/_responsive.scss */
  .topsection {
    margin-top: 20px;
  }

  /* line 493, ../scss/_responsive.scss */
  .col.last-child, .col:last-child {
    float: left;
  }

  /* line 499, ../scss/_responsive.scss */
  .span_3_of_4,
  .span_2_of_4,
  .span_1_of_4,
  .span_2_of_3,
  .span_1_of_3,
  .span_1_of_2 {
    width: 100%;
    margin-left: 0;
  }

  /* line 509, ../scss/_responsive.scss */
  .wrapper {
    min-width: 250px;
    padding: 0 15px;
  }

  /* line 518, ../scss/_responsive.scss */
  .section.front h2 {
    padding: 0 0 5px 0;
    margin-bottom: 20px;
  }

  /* line 527, ../scss/_responsive.scss */
  img.faksimile {
    margin: 10px 0 15px 0;
    max-height: 160px;
  }

  /* line 533, ../scss/_responsive.scss */
  .offer {
    border-bottom: 1px solid #cccccc;
  }

  /* line 537, ../scss/_responsive.scss */
  span.subscription {
    font-size: 1.8em !important;
  }
}
/* line 3, ../scss/_nojs.scss */
html.no-js .panel {
  margin-top: 25px;
}
/* line 7, ../scss/_nojs.scss */
html.no-js .panel h2 {
  display: block;
  border-top: 1px solid #cccccc;
  margin-top: -1px;
}

/* line 9, ../scss/_ie.scss */
html.lt-ie8 {
  /* *behavior: url(js/boxsizing.htc); To make box-sizing work in IE7, simply uncomment this line and add it where box-sizing is necessary (DOES NOT WORK WITH ALL ITEMS) */
}

/* PRINT STYLES */
@media print {
  /* line 3, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 10, ../scss/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 15, ../scss/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 19, ../scss/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 27, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 33, ../scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 39, ../scss/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 43, ../scss/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 48, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 56, ../scss/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 63, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* @import "susy"; To use SUSY, simply uncomment this line */

.products-div{
  width: 45%;
}

.big-button-div{
  background-color: #ffffff;
  height:100px;
  border-bottom: 1px solid #cccccc; 
  border-top: 1px solid #cccccc;
}

a.big-button{
  -webkit-box-shadow:#999999 1px 1px 2px 0;
  background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#1d3a98), to(#1d3a98));
  background-position:initial initial;
  background-repeat:initial initial;
  box-shadow:#999999 1px 1px 2px 0;
  box-sizing:border-box;
  color:white !important;
  float:left;
  font-size:1.7em;
  height:auto;
  padding:20px 0 20px 15px;
  margin: 20px 0 0 10px;
  width:98%;
  zoom:1;
  text-decoration: none;
}
span.italic-span{
  color: #ccc;
  font-size: 15px;
  font-style: italic;
}

div.change-invoice-term-div{
  background-color: red;
  height: 50px;
  margin: 0 0 20px 0;
}

table .first-table-row-payment-info-page{
  
}

table .second-table-row-payment-info-page{
 height: 50px;
 background-color: #F8F8F8;
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 text-indent: 10px;
}

table .second-table-row-payment-info-page td#show-price{
width: 200px;
}
table .second-table-row-payment-info-page td{
width: 250px;
}
table .second-table-row-payment-info-page td:nth-child(3){
width: 160px;
}
span#discount-text-span{
color: red;
margin-left: 10px;
margin-right: -30px;
}
span#include-vat-text-span{
margin-left: 40px;
}
#invoiceAddress h3{
float: left;
}
#regional-newsletter-p-loggedin{
width: 300px;
}
#unsubscribe-button-regional-newsletter{
margin-left: 130px;
}
#button-unsubscribe-subscribe-daily-newsletter{
margin-left: 130px;
}
a.unpaid-button{
  background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#1E3A99), to(#1E3A99));
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #1E3A99;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  color:white !important;
  float:right;
  font-family:'Lucida Grande', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Unicode', Arial, sans-serif;
  font-size:12px;
  line-height:normal;
  margin:0 140px 0 0;
  padding:2px 10px 2px;
  zoom:1;
  text-decoration: none;

}

div.payment-info-box{
  background-color: #ffffff;
  width: 600px;
  margin: 0 10px 0 20px;
  padding: 0 10px 0 10px;
  border-radius: 2px;
}

a.download-invoice-link{
  float: left;
 

}

span.special-field{
  
  float: right;
  margin-right: 47.3%;
}

span.special-field-chinese{

  float: right;
  margin-right: 64%;
}

.special-field-inline{
	padding: 4px 0px 0px 3px;
	color:white;
	width: 100%;
	vertical-align:middle;
	display:inline-block;
	background-color: #2640ae;
}
.special-field-inline label{
	font-size:16px;
	display:inline-block;
}
span.special-field-2{
 float: right;
 margin-right: 47%;
}
span.special-field-3{
float: right;
margin-right: 41%;
}
img.img-strip{
  width: 80px;
  height: 80px;
  
  margin: 10px;
}

li label{
  float: left;
  
  font-style: normal;
  font-weight: normal;
  padding-right: 50px;
}
img.order-page-corporate-logo{
  float: right;
  margin-top: -150px;
  margin-right: 120px;
  width: 150px;
  height: 150px;
}
#newsletter-topics-fieldset ul li, #newsletter-regions-fieldset ul li{
vertical-align: middle;
display: table-row;
}

#newsletter-topics-fieldset ul, #newsletter-regions-fieldset ul{
width: 300px;
}

#newsletter-topics-p{
float: right;
margin-top: -22px;
margin-right: 80px;
}
#loggedin-newsletter-regions ul li{
vertical-align: middle;
display: table-row;
}

#loggedin-newsletter-sectors ul li{
vertical-align: middle;
display: table-row;
}
#newsletter-topics{
margin-left: 38px;
width: 450px;
}
#altInvoiceAddress{
float: left;
}
#newsletter-regions-fieldset p.input-error  {
float:left;
}

#newsletter-regions-fieldset{
margin-left: 20px;
}

img.not-active-logo{
margin-top: -100px;
}
#subscription-fieldset-id{
width: 220px;
}

.show_popup{
position: absolute;
text-align: justify;
background-color: #0057aa;
color: #ffffff;
width: 200px;
margin-top: 5px;
padding: 5px;
}
.tooltip_toggle{
color: #0057aa;
}

fieldset.hidden{
   display: none;
}

#quick-signup-img{
margin-top: 15px;
}

@media screen and (min-width: 661px) {
  #header #navglobal p {
    padding:8px;
    text-align: right;
    color: white;
    margin: 0;
    max-width: 1000px;
    padding-bottom: 10px;
  }
}

.masthead {
  color: #ffffff;
  background-color: #1d427a;
  padding: 10px 12px;
  margin-bottom: 12px;
}

.masthead_content {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.masthead .left_column {
  width: 40%;
  float: left;
}

.masthead .right_column {
  text-align: right;
  width: 60%;
  float: left;
}

.masthead .logo {
  display: block;
  width: 100%;
  max-width: 282px;
}

.masthead .logo img {
  display: block;
  width: 100%;
  /* background-image: url(../img/graphics/svg/upstream_logo.svg); */
}

.masthead .link {
  font-family: "flamabook", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  float: right;
  text-decoration: none;
  margin: 29px 0 0 24px;
}

.clearfloat:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 768px) {

  .masthead .link {
    margin-top: 0;
    font-size: 16px;
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 24px;
  }      
  
  .masthead .left_column,
  .masthead .right_column {
    width: 100%;
    float: none;
    text-align: left;
  }
  
}
.error_details_hidden{
    display: none;
    color: #b94a48;
    padding: 20px;
    background-color: #f1f1f1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 3px 1px #cccccc;
    -webkit-box-shadow: 0 0 3px 1px #cccccc;
    box-shadow: 0 0 3px 1px #cccccc;
    margin-top: 20px;
    line-height: 1.25em;
}
.error_headline{
    line-height: 1.25em;
}