*, *:before, *:after {
  box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display:block;
}

audio,canvas,video {
  display:inline;
  zoom:1;
}

audio:not([controls]) {
  display:none;
  height:0;
}

html {
  font-size:100%;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}

html,button,input,select,textarea {
  font-family:sans-serif;
  color:#222;
}

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:18px;
  color:#214084;
  margin:0;
  padding:0;
}

/*
#wrapper {
  background-image:url(../img/newsletter_trader01.jpg);
  background-position: 100px top;
  background-repeat: no-repeat;
  background-size:contain;
}
*/

a:focus {
  outline:thin dotted;
}

a:active,a:hover {
  outline:0;
}

h1 {
  font-size:2em;
  margin:.67em 0;
}

h2 {
  font-size:1.5em;
  /*display:none;*/
  margin:.83em 0;
}

h3 {
  font-size:1.17em;
  margin:1em 0;
}

h4 {
  font-size:1em;
  margin:1.33em 0;
}

h5 {
  font-size:.83em;
  margin:1.67em 0;
}

h6 {
  font-size:.67em;
  margin:2.33em 0;
}

abbr[title] {
  border-bottom:1px dotted;
}

b,strong {
  font-weight:700;
}

blockquote {
  margin:1em 40px;
}

dfn {
  font-style:italic;
}

hr {
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #ccc;
  margin:1em 0;
  padding:0;
}

mark {
  background:#ff0;
  color:#000;
}

code,kbd,pre,samp {
  font-family:monospace, serif;
  _font-family:'courier new', monospace;
  font-size:1em;
}

pre {
  white-space:pre-wrap;
  word-wrap:break-word;
}

q {
  quotes:none;
}

q:before,q:after {
  content:none;
}

small {
  font-size:80%;
}

sub,sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sup {
  top:-.5em;
}

sub {
  bottom:-.25em;
}

dd {
  margin:0 0 0 40px;
}

menu,ol,ul {
  padding:0 0 0 40px;
}

nav ul,nav ol {
  list-style:none;
  list-style-image:none;
}

img {
  border:0;
  -ms-interpolation-mode:bicubic;
  vertical-align:middle;
}

svg:not(:root) {
  overflow:hidden;
}

form {
  max-width:100%;
  margin:0;
}

fieldset {
  border:0;
  margin:0;
  padding:0;
}

legend {
  border:0;
  white-space:normal;
  margin-left:-7px;
  padding:0;
}

button,input,select,textarea {
  font-size:100%;
  vertical-align:middle;
  margin:0;
}

button,input {
  line-height:normal;
}

button,select {
  text-transform:none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance:button;
  cursor:pointer;
  overflow:visible;
}

button[disabled],html input[disabled] {
  cursor:default;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing:border-box;
  height:13px;
  width:13px;
  padding:0;
}

input[type="search"] {
  -webkit-appearance:textfield;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance:none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border:0;
  padding:0;
}

textarea {
  overflow:auto;
  vertical-align:top;
  resize:vertical;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}


p {
  margin:0 0 18px;
}

.chromeframe {
  background:#ccc;
  color:#000;
  margin:.2em 0;
  padding:.2em 0;
}

.clearfix,form fieldset>div,form fieldset .radio_list {
  zoom:1;
}

.clearfix:before,form fieldset>div:before,form fieldset .radio_list:before,.clearfix:after,form fieldset>div:after,form fieldset .radio_list:after {
  content:"";
  display:table;
}

.clearfix:after,form fieldset>div:after,form fieldset .radio_list:after {
  clear:both;
}

.button,form button {
  -webkit-border-radius:26px;
  -moz-border-radius:26px;
  -ms-border-radius:26px;
  -o-border-radius:26px;
  border-radius:26px;
  background-color:#214084;
  border:0;
  color:#FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:18px;
  text-transform:uppercase;
  padding:4px 40px;
}

.mainHeadline {
  font-size:35px;
  line-height:45px;
  margin-bottom:15px;
}

.smallHeadline,#codeHelp h3,#unileverLayer h2 {
  font-size:25px;
  line-height:35px;
  margin-bottom:15px;
}

.formField,form input[type="text"],form input[type="number"],form textarea {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.5);
  -moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.5);
  box-shadow:inset 1px 1px 5px rgba(0,0,0,0.5);
  border:1px solid #FFF;
  color:#214084;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:18px;
  padding:4px;
}

.list,form fieldset .radio_list {
  list-style-type:none;
  margin:0;
  padding:0;
}

.layer {
  -webkit-box-shadow:0 0 12px #333;
  -moz-box-shadow:0 0 12px #333;
  box-shadow:0 0 12px #333;
  background-color:#FFF;
  left:50%;
  margin-left:-270px;
  top:50px;
  position:absolute;
  width:500px;
  border:1px solid #e7e7e7;
  z-index:1;
  padding:20px;
}

.layer .close {
  background-image:url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAALCAMAAACah1cpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIdQTFRFDT55AjZztsXXDD55EEF7eJS0O2OTjaTAjqXB6O3ye5a27PD07/L2cI2wa4mt5+zyBjl1Vniivsvb3+btRmyZuMbYK1aK6+/0LlmLPWWUATVzRWuYiKC9eZS1w8/e0NrlUHSe1N3nlKrEBTh1yNPhvcrbwc7dobTLkKfCBzp2Sm+bADRy////9BaLUwAAAC10Uk5T//////////////////////////////////////////////////////////8Ape8L/QAAAGNJREFUeNokjMkSgkAUAwMiKigqLqAgqKwzyf9/H6+KPuXQaaiQcTgKv1NoK9uf8eRr1AzX4E9WV7q4hyaSb9+nkDrSJRK0DS7kfRA+Eb81WT7Q0duXmwGtz623m8y7aWURYACrmwznZWbqDAAAAABJRU5ErkJggg==);
  cursor:pointer;
  height:11px;
  outline:none;
  position:absolute;
  right:10px;
  text-indent:-99999px;
  top:10px;
  width:9px;
}

form input[type="text"],form input[type="number"] {
  margin-bottom:5px;
  width:100%;
}

form select {
  border:1px solid #a4a4a4;
  color:#214084;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:18px;
  height:27px;
  width:100%;
  margin-bottom:5px;
  padding:4px;
}

form textarea {
  height:60px;
  width:370px;
}

form label a {
  color:#8e8c8d;
  text-decoration: underline;
}

form label a:hover {
  color:#8e8c8d;
  text-decoration: none;
}

form .error input[type="text"],form .error input[type="number"],form .error select,form .error textarea {
  border-color:red;
}

form fieldset {
  padding-bottom:10px;
}

form fieldset label {
  display:block;
  margin-bottom:5px;
}

form fieldset select {
  float:left;
  clear:both;
}

form fieldset .radio_list li {
  float:left;
  margin-right:50px;
}

form fieldset .radio_list li label {
  display:inline;
  float:left;
  padding-left:5px;
  width:auto!important;
}

form fieldset .radio_list li:first-child {
  padding:0;
}

form fieldset .checkbox label {
  padding-left:5px;
  width:auto!important;
}

form button {
  margin:10px 0 0;
}

form label {
  float:none;
  width:auto;
}

form input {
  clear:both;
  float:none;
  /*width:275px!important;*/
}

.main_data {
  padding-bottom:0;
}

.submit_wrapper button[type="submit"] {
  float:none;
  margin-top:0;
}

.mandatoryHint {
  text-align:right;
  margin-bottom:0;
}

[hidden],#unileverLayer .brandLogo {
  display:none;
}

p,pre,dl,menu,ol,ul {
  margin:1em 0;
}

figure,#codeHelp p {
  margin:0;
}

::-moz-selection,::selection {
  background:#b3d4fc;
  text-shadow:none;
}

.lt-ie9 form input[type="text"],.ie8 form input[type="text"],.lt-ie9 form input[type="number"],.ie8 form input[type="number"],.lt-ie9 form textarea,.ie8 form textarea {
  border-color:#a4a4a4;
}

form .error label,form .error label a {
  color:red;
}

form fieldset .radio_list li input,form fieldset .checkbox input {
  float:left;
  margin-top:2px;
}

form fieldset .row {
  padding-bottom: 5px;
}

form fieldset .columns {
  float: left;
  position: relative;
  padding-right: 0.5em;
  width: 100%;
}

form fieldset .large-3 {
  width: 25%;
}

form fieldset .large-6 {
  width: 50%;
}

form fieldset .large-9 {
  width: 75%;
}

.hidden {
  display: none;
}

.newsletter {
  width: 100%;
  max-width: 440px;
  margin:0 auto;
}

/* style for small icon buttons */
.btnIcon {
  background-image: url(/Assets/images/sprite@2x.png);
  background-repeat: no-repeat;
  background-size: 36px 72px;
  display: block;
  height: 36px;
  text-decoration: none;
  width: 36px;
}

/* hide original configurator images and replace with custom images */
.btnIcon img {
  display: none;
}

/* use this to modify captcha reload button */
.btnReload {
  background-position: 0px -36px;
}
/* use this to modify the captcha help button */
.btnHelp {
  overflow: hidden;
  text-indent: -9999em;
  background-position: 0px 0px;
}


.ocaCaptchaImg {
  float: left;
  margin: 0 1em 1.25em 0;
}

.ocaCaptchaIcons {
  float: left;
  margin: 0 0 1.25em;
}

.horizontal {
  float: left;
  margin: 20px 10px 0 0;
}

form fieldset.legal_lines li {
  margin-right: 0px;
}

form fieldset.legal_lines li label {
  margin-left: 10px;
  width: 90% !important;
}

.newsletter-intro {
  max-width: 400px;
}

.portfolio-text {
  font-size: 11px;
}

.openRequirements{font-weight: bold;}
.openRequirements:before{
  content: "> ";
  display: inline;

}


/*******************************/
/* Extra Style from multibrand */
/*******************************/

nav.siteutils {
  padding: 0 1em 1em 0;
  text-align: right;
}

.siteutils ul li {
/*  font-size: 0.9em; */
}


/*********************/
/* CSS MEDIA QUERIES */
/*********************/


/* @ iPhone (portrait and landscape)
-----------------------------------------------------------------*/
@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {

  nav.siteutils {
    padding: 0 0em 0em 0;
    text-align: left;
  }

  nav.siteutils ul {
    padding: 0 0em 0em 0;
    text-align: left;
  }

  .siteutils ul li {
    margin-left: 0;
    margin-right: 3px;
  }

}

/* @ iPhone (landscape)
-----------------------------------------------------------------*/
@media only screen and (min-width : 321px) {}


/* @ iPhone (portrait)
-----------------------------------------------------------------*/
@media only screen and (max-width : 320px) {}


/* @ iPad (portrait and landscape)
-----------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  nav.siteutils {
    padding: 0 0em 0em 0;
    text-align: left;
  }

  nav.siteutils ul {
    padding: 0 0em 0em 0;
    text-align: left;
  }

  .siteutils ul li:first-child {
    margin-left: 0;
  }
}


/* @ iPad (landscape)
-----------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}


/* @ iPad (portrait)
-----------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}


/* @ Desktops and laptops
-----------------------------------------------------------------*/
@media only screen and (min-device-width : 980px) and (max-device-width : 1280px) {

  nav.siteutils {
    padding: 0 0em 0em 0;
    text-align: left;
  }

  nav.siteutils ul {
    padding: 0 0em 0em 0;
    text-align: left;
  }

  .siteutils ul li:first-child {
    margin-left: 0;
  }
}




