.input-block-level {
  min-height: 32px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:active,
a:hover {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .faq-block .faq .question,
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  .faq-block .faq .question,
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  background-color: #fff;
}
a {
  color: #ff7900;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #e66d00;
  text-decoration: underline;
}
.img-rounded {
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  border-radius: 500px;
}
.block-row {
  margin-left: -20px;
}
.block-row:after,
.block-row:before {
  display: table;
  content: "";
  line-height: 0;
}
.block-row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-fixed-bottom .container,
.navbar-fixed-top .container,
.navbar-static-top .container,
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.block-row-fluid {
  width: 100%;
}
.block-row-fluid:after,
.block-row-fluid:before {
  display: table;
  content: "";
  line-height: 0;
}
.block-row-fluid:after {
  clear: both;
}
.block-row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 32px;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
}
.block-row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.block-row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.block-row-fluid .span12 {
  width: 100%;
}
.block-row-fluid .span11 {
  width: 91.4893617%;
}
.block-row-fluid .span10 {
  width: 82.9787234%;
}
.block-row-fluid .span9 {
  width: 74.46808511%;
}
.block-row-fluid .span8 {
  width: 65.95744681%;
}
.block-row-fluid .span7 {
  width: 57.44680851%;
}
.block-row-fluid .span6 {
  width: 48.93617021%;
}
.block-row-fluid .span5 {
  width: 40.42553191%;
}
.block-row-fluid .span4 {
  width: 31.91489362%;
}
.block-row-fluid .span3 {
  width: 23.40425532%;
}
.block-row-fluid .span2 {
  width: 14.89361702%;
}
.block-row-fluid .span1 {
  width: 6.38297872%;
}
.block-row-fluid .offset12 {
  margin-left: 104.25531915%;
}
.block-row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
}
.block-row-fluid .offset11 {
  margin-left: 95.74468085%;
}
.block-row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
}
.block-row-fluid .offset10 {
  margin-left: 87.23404255%;
}
.block-row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
}
.block-row-fluid .offset9 {
  margin-left: 78.72340426%;
}
.block-row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
}
.block-row-fluid .offset8 {
  margin-left: 70.21276596%;
}
.block-row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
}
.block-row-fluid .offset7 {
  margin-left: 61.70212766%;
}
.block-row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
}
.block-row-fluid .offset6 {
  margin-left: 53.19148936%;
}
.block-row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
}
.block-row-fluid .offset5 {
  margin-left: 44.68085106%;
}
.block-row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
}
.block-row-fluid .offset4 {
  margin-left: 36.17021277%;
}
.block-row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
}
.block-row-fluid .offset3 {
  margin-left: 27.65957447%;
}
.block-row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
}
.block-row-fluid .offset2 {
  margin-left: 19.14893617%;
}
.block-row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
}
.block-row-fluid .offset1 {
  margin-left: 10.63829787%;
}
.block-row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
}
.block-row-fluid [class*="span"].hide,
[class*="span"].hide {
  display: none;
}
.block-row-fluid [class*="span"].pull-right,
[class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:after,
.container:before {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.container-fluid:after,
.container-fluid:before {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 22.5px;
  font-weight: 200;
  color: #4d4d4d !important;
}
small {
  font-size: 85%;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #d9d9d9;
}
a.muted:focus,
a.muted:hover {
  color: silver;
}
.text-warning {
  color: #c09853;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:focus,
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:focus,
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:focus,
a.text-success:hover {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.faq-block .faq .question,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 11px 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 22px;
  color: #4d4d4d;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #d9d9d9;
}
.faq-block .faq .question,
h1,
h2,
h3 {
  line-height: 44px;
}
h1 {
  font-size: 41.25px;
}
h2 {
  font-size: 33.75px;
}
.faq-block .faq .question,
h3 {
  font-size: 26.25px;
}
h4 {
  font-size: 18.75px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 12.75px;
}
h1 small {
  font-size: 26.25px;
}
h2 small {
  font-size: 18.75px;
}
h3 small,
h4 small {
  font-size: 15px;
}
.page-header {
  padding-bottom: 10px;
  margin: 22px 0 33px;
  border-bottom: 1px solid #e2e2e2;
}
ol,
ul {
  padding: 0;
  margin: 0 0 11px 25px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
li {
  line-height: 22px;
}
ol.inline,
ol.unstyled,
ul.inline,
ul.unstyled {
  margin-left: 0;
  list-style: none;
}
ol.inline > li,
ul.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 22px;
}
dd,
dt {
  line-height: 22px;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 11px;
}
.dl-horizontal:after,
.dl-horizontal:before {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #fff;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #d9d9d9;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 22px;
  border-left: 5px solid #e2e2e2;
}
blockquote p {
  margin-bottom: 0;
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 22px;
  color: #d9d9d9;
}
blockquote small:before {
  content: "\2014 \00A0";
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e2e2e2;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
address {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 22px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, Courier New, monospace;
  font-size: 13px;
  color: #333;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 22px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 22px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 22px;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 22px;
  font-size: 22.5px;
  line-height: 44px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 16.5px;
  color: #d9d9d9;
}
button,
input,
label,
select,
textarea {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
button,
input,
select,
textarea {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  display: inline-block;
  height: 22px;
  padding: 4px 6px;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 22px;
  color: #5b5c5c;
  border-radius: 4px;
  vertical-align: middle;
}
.uneditable-input,
input,
textarea {
  width: 206px;
}
textarea {
  height: auto;
}
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
  width: auto;
}
input[type="file"],
select {
  height: 32px;
  line-height: 32px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #d9d9d9;
  background-color: #fcfcfc;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d9d9d9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d9d9d9;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}
.checkbox,
.radio {
  min-height: 22px;
  padding-left: 20px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  float: left;
  margin-left: -20px;
}
.controls > .checkbox:first-child,
.controls > .radio:first-child {
  padding-top: 5px;
}
.checkbox.inline,
.radio.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.checkbox.inline + .checkbox.inline,
.radio.inline + .radio.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.block-row-fluid .uneditable-input[class*="span"],
.block-row-fluid input[class*="span"],
.block-row-fluid select[class*="span"],
.block-row-fluid textarea[class*="span"],
.uneditable-input[class*="span"],
input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
}
.block-row-fluid .input-append [class*="span"],
.block-row-fluid .input-prepend [class*="span"],
.block-row-fluid .uneditable-input[class*="span"],
.block-row-fluid input[class*="span"],
.block-row-fluid select[class*="span"],
.block-row-fluid textarea[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-append input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.input-prepend input[class*="span"] {
  display: inline-block;
}
.uneditable-input,
input,
textarea {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
.uneditable-input.span12,
input.span12,
textarea.span12 {
  width: 926px;
}
.uneditable-input.span11,
input.span11,
textarea.span11 {
  width: 846px;
}
.uneditable-input.span10,
input.span10,
textarea.span10 {
  width: 766px;
}
.uneditable-input.span9,
input.span9,
textarea.span9 {
  width: 686px;
}
.uneditable-input.span8,
input.span8,
textarea.span8 {
  width: 606px;
}
.uneditable-input.span7,
input.span7,
textarea.span7 {
  width: 526px;
}
.uneditable-input.span6,
input.span6,
textarea.span6 {
  width: 446px;
}
.uneditable-input.span5,
input.span5,
textarea.span5 {
  width: 366px;
}
.uneditable-input.span4,
input.span4,
textarea.span4 {
  width: 286px;
}
.uneditable-input.span3,
input.span3,
textarea.span3 {
  width: 206px;
}
.uneditable-input.span2,
input.span2,
textarea.span2 {
  width: 126px;
}
.uneditable-input.span1,
input.span1,
textarea.span1 {
  width: 46px;
}
.controls-row:after,
.controls-row:before {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.block-row-fluid .controls-row [class*="span"],
.controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #e2e2e2;
}
input[type="checkbox"][disabled],
input[type="checkbox"][readonly],
input[type="radio"][disabled],
input[type="radio"][readonly] {
  background-color: transparent;
}
.control-group.warning .checkbox,
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-append .add-on,
.control-group.warning .input-prepend .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .checkbox,
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-append .add-on,
.control-group.error .input-prepend .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .checkbox,
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-append .add-on,
.control-group.success .input-prepend .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .checkbox,
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-append .add-on,
.control-group.info .input-prepend .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
select:focus:invalid:focus,
textarea:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 21px 20px 22px;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.form-actions:after,
.form-actions:before {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 11px;
}
.help-inline {
  padding-left: 5px;
}
.help-inline,
.input-append,
.input-prepend {
  display: inline-block;
  vertical-align: middle;
}
.input-append,
.input-prepend {
  margin-bottom: 11px;
  font-size: 0;
  white-space: nowrap;
}
.input-append .dropdown-menu,
.input-append .popover,
.input-append .uneditable-input,
.input-append input,
.input-append select,
.input-prepend .dropdown-menu,
.input-prepend .popover,
.input-prepend .uneditable-input,
.input-prepend input,
.input-prepend select {
  font-size: 15px;
}
.input-append .uneditable-input,
.input-append input,
.input-append select,
.input-prepend .uneditable-input,
.input-prepend input,
.input-prepend select {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}
.input-append .uneditable-input:focus,
.input-append input:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 22px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #e2e2e2;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #dae797;
  border-color: #a2ba2b;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-append .uneditable-input,
.input-append input,
.input-append select,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-append .uneditable-input + .btn-group .btn:last-child,
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn-group:last-child > .dropdown-toggle,
.input-append .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .uneditable-input,
.input-prepend.input-append input,
.input-prepend.input-append select {
  border-radius: 0;
}
.input-prepend.input-append .uneditable-input + .btn-group .btn,
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 0;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}
.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn,
.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}
.form-horizontal .help-inline,
.form-horizontal .input-append,
.form-horizontal .input-prepend,
.form-horizontal .uneditable-input,
.form-horizontal input,
.form-horizontal select,
.form-horizontal textarea,
.form-inline .help-inline,
.form-inline .input-append,
.form-inline .input-prepend,
.form-inline .uneditable-input,
.form-inline input,
.form-inline select,
.form-inline textarea,
.form-search .help-inline,
.form-search .input-append,
.form-search .input-prepend,
.form-search .uneditable-input,
.form-search input,
.form-search select,
.form-search textarea {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-horizontal .hide,
.form-inline .hide,
.form-search .hide {
  display: none;
}
.form-inline .btn-group,
.form-inline label,
.form-search .btn-group,
.form-search label {
  display: inline-block;
}
.form-inline .input-append,
.form-inline .input-prepend,
.form-search .input-append,
.form-search .input-prepend {
  margin-bottom: 0;
}
.form-inline .checkbox,
.form-inline .radio,
.form-search .checkbox,
.form-search .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-search .radio input[type="radio"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 11px;
}
legend + .control-group {
  margin-top: 22px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 22px;
}
.form-horizontal .control-group:after,
.form-horizontal .control-group:before {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal .input-append + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 11px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table td,
.table th {
  padding: 8px;
  line-height: 22px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: 700;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child td,
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed td,
.table-condensed th {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered td,
.table-bordered th {
  border-left: 1px solid #ddd;
}
.table-bordered caption + tbody tr:first-child td,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered tbody:first-child tr:first-child td,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered thead:first-child tr:first-child th {
  border-top: 0;
}
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
.table-bordered thead:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child,
.table-bordered thead:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child,
.table-bordered thead:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.block-row-fluid table td[class*="span"],
.block-row-fluid table th[class*="span"],
table td[class*="span"],
table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-submenu:focus > a,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #f57400;
  background-image: linear-gradient(180deg, #ff7900, #e66d00);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #d9d9d9;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.75);
  background-color: #f57400;
  background-image: linear-gradient(180deg, #ff7900, #e66d00);
  border: 1px solid;
  border-color: #ccc #ccc #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.active,
.btn.disabled,
.btn:active,
.btn:focus,
.btn:hover,
.btn[disabled] {
  color: #333;
  background-color: #e66d00;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-large {
  padding: 11px 19px;
  font-size: 18.75px;
  border-radius: 6px;
}
.btn-large [class*=" icon-"],
.btn-large [class^="icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 12.75px;
  border-radius: 3px;
}
.btn-small [class*=" icon-"],
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini [class*=" icon-"],
.btn-mini [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 11.25px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.btn-danger.active,
.btn-info.active,
.btn-inverse.active,
.btn-primary.active,
.btn-success.active,
.btn-warning.active {
  color: hsla(0, 0%, 100%, 0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff9b00;
  background-image: linear-gradient(180deg, #ff7900, #ffce00);
  background-repeat: repeat-x;
  border-color: #ffce00 #ffce00 #b39000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary[disabled] {
  color: #fff;
  background-color: #ffce00;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff912e;
  background-image: linear-gradient(180deg, #ffa14d, #ff7900);
  background-repeat: repeat-x;
  border-color: #ff7900 #ff7900 #b35500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.btn-warning[disabled] {
  color: #fff;
  background-color: #ff7900;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(180deg, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(180deg, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: linear-gradient(180deg, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #484848;
  background-image: linear-gradient(180deg, #444, #4d4d4d);
  background-repeat: repeat-x;
  border-color: #4d4d4d #4d4d4d #272727;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #4d4d4d;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #ff7900;
  border-radius: 0;
}
.btn-link:focus,
.btn-link:hover {
  color: #e66d00;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 11px;
  margin-bottom: 11px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 15px;
}
.btn-group > .btn-mini {
  font-size: 11.25px;
}
.btn-group > .btn-small {
  font-size: 12.75px;
}
.btn-group > .btn-large {
  font-size: 18.75px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.125),
    inset 0 1px 0 hsla(0, 0%, 100%, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e66d00;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #ffce00;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #ff7900;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #4d4d4d;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-danger .caret,
.btn-info .caret,
.btn-inverse .caret,
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}
.btn-huge {
  white-space: normal;
  text-align: left;
  padding: 10px 15px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 22px;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 22px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info,
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 22px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #e2e2e2;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  color: #d9d9d9;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list .nav-header,
.nav-list > li > a {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:focus,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #ff7900;
}
.nav-list [class*=" icon-"],
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 10px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-pills:after,
.nav-pills:before,
.nav-tabs:after,
.nav-tabs:before {
  display: table;
  content: "";
  line-height: 0;
}
.nav-pills:after,
.nav-tabs:after {
  clear: both;
}
.nav-pills > li,
.nav-tabs > li {
  float: left;
}
.nav-pills > li > a,
.nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border-color: #e2e2e2 #e2e2e2 #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:focus,
.nav-tabs > .active > a:hover {
  color: #5b5c5c;
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:focus,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #ff7900;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:focus,
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #ff7900;
  border-bottom-color: #ff7900;
  margin-top: 6px;
}
.nav .dropdown-toggle:focus .caret,
.nav .dropdown-toggle:hover .caret {
  border-top-color: #e66d00;
  border-bottom-color: #e66d00;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #5b5c5c;
  border-bottom-color: #5b5c5c;
}
.nav > .dropdown.active > a:focus,
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-pills .open .dropdown-toggle,
.nav-tabs .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:focus,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open .caret,
.nav li.dropdown.open a:focus .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
}
.tabs-stacked .open > a:focus,
.tabs-stacked .open > a:hover {
  border-color: #d9d9d9;
}
.tabbable:after,
.tabbable:before {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.pill-content > .pill-pane,
.tab-content > .tab-pane {
  display: none;
}
.pill-content > .active,
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:focus,
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:focus,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #e2e2e2 #ddd #e2e2e2 #e2e2e2;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #e2e2e2 #e2e2e2 #e2e2e2 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:focus,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
}
.nav > .disabled > a {
  color: #d9d9d9;
}
.nav > .disabled > a:focus,
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 22px;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #fff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar-inner:after,
.navbar-inner:before {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 9px 20px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #fff;
}
.navbar .brand:focus,
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:focus,
.navbar-link:hover {
  color: #333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #fff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-append .btn,
.navbar .input-append .btn-group,
.navbar .input-prepend .btn,
.navbar .input-prepend .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
}
.navbar-form:after,
.navbar-form:before {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form .checkbox,
.navbar-form .radio,
.navbar-form input,
.navbar-form select {
  margin-top: 5px;
}
.navbar-form .btn,
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="checkbox"],
.navbar-form input[type="image"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  border-radius: 0;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-bottom .navbar-inner,
.navbar-fixed-top .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.navbar-fixed-bottom .container,
.navbar-fixed-top .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 9px 15px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:focus,
.navbar .nav > .active > a:hover {
  color: #5b5c5c;
  text-decoration: none;
  background-color: #e5e5e5;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: linear-gradient(180deg, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.075);
}
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar:active,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:hover,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:focus .caret,
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav li.dropdown.open > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #5b5c5c;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: #5b5c5c;
  border-bottom-color: #5b5c5c;
}
.navbar .nav > li > .dropdown-menu.pull-right,
.navbar .pull-right > li > .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar .nav > li > .dropdown-menu.pull-right:before,
.navbar .pull-right > li > .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.navbar .nav > li > .dropdown-menu.pull-right:after,
.navbar .pull-right > li > .dropdown-menu:after {
  left: auto;
  right: 13px;
}
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,
.navbar .pull-right > li > .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: linear-gradient(180deg, #222, #111);
  background-repeat: repeat-x;
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #d9d9d9;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:focus,
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
}
.navbar-inverse .brand,
.navbar-inverse .navbar-text {
  color: #d9d9d9;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:focus,
.navbar-inverse .nav .active > a:hover {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .navbar-link {
  color: #d9d9d9;
}
.navbar-inverse .navbar-link:focus,
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111;
  border-right-color: #222;
}
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  background-color: #111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:focus .caret,
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
}
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.15);
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query.focused,
.navbar-inverse .navbar-search .search-query:focus {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: linear-gradient(180deg, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
}
.thumbnails:after,
.thumbnails:before {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.block-row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 22px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 22px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  transition: all 0.2s ease-in-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #ff7900;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #5b5c5c;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-fast.infinite,
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}
.tabs-wrapper {
  position: relative;
}
@media (max-width: 480px) {
  .tabs-wrapper {
    height: auto !important;
    padding: 41px 5px 0;
  }
}
.tabs-wrapper .tab-pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100% - 40px);
  padding: 0;
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.tabs-wrapper .tab-pane.dark-pane {
  background-color: #4d4d4d;
  color: #fff;
}
.tabs-wrapper .tab-pane.dark-pane .h1,
.tabs-wrapper .tab-pane.dark-pane .h2,
.tabs-wrapper .tab-pane.dark-pane .h3,
.tabs-wrapper .tab-pane.dark-pane .h4,
.tabs-wrapper .tab-pane.dark-pane h1,
.tabs-wrapper .tab-pane.dark-pane h2,
.tabs-wrapper .tab-pane.dark-pane h3,
.tabs-wrapper .tab-pane.dark-pane h4 {
  color: #fff;
}
.tabs-wrapper .tabs {
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: 0;
  border-top: 1px solid #4d4d4d;
  z-index: 1;
}
@media (max-width: 480px) {
  .tabs-wrapper .tabs {
    top: 0;
    bottom: auto;
    width: calc(100% - 10px);
    height: 40px;
    line-height: 40px;
    border-top: none;
    border-bottom: 1px solid #4d4d4d;
    background-color: #d9d9d9;
  }
}
.tabs-wrapper .tabs .tabs-label {
  display: none;
}
@media (max-width: 480px) {
  .tabs-wrapper .tabs .tabs-label {
    display: inline;
    position: absolute;
    top: 0;
    left: 10px;
  }
}
.tabs-wrapper .tabs > button {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 480px) {
  .tabs-wrapper .tabs > button {
    position: absolute;
    display: block;
    top: 0;
    right: 3px;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-position: 50% 4px;
    background-image: url(/Static/gfx/btn-mobile-global-nav.png);
  }
  .tabs-wrapper .tabs > button.open,
  .tabs-wrapper .tabs > button:hover {
    background-position: 50% -28px;
  }
}
.tabs-wrapper .tabs ul {
  margin: 0 -1px;
}
.tabs-wrapper .tabs ul:after,
.tabs-wrapper .tabs ul:before {
  display: table;
  content: "";
  line-height: 0;
}
.tabs-wrapper .tabs ul:after {
  clear: both;
}
@media (max-width: 480px) {
  .tabs-wrapper .tabs ul {
    position: relative;
    top: 41px;
    margin: 0;
    border-bottom: 1px solid #4d4d4d;
  }
}
.tabs-wrapper .tabs li {
  float: left;
  margin: 0;
  padding: 0 1px;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  box-sizing: border-box;
}
.tabs-wrapper .tabs li.active {
  color: #fff;
}
@media (max-width: 480px) {
  .tabs-wrapper .tabs li {
    float: none;
    width: 100% !important;
    padding: 0;
    font-size: 13px;
    text-align: left;
  }
}
.tabs-wrapper .tabs li span {
  display: block;
  background-color: #d9d9d9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tabs-wrapper .tabs li span:hover {
  cursor: pointer;
  background-color: #ccc;
}
@media (max-width: 480px) {
  .tabs-wrapper .tabs li span {
    padding: 0 10px;
  }
}
.tabs-wrapper .tabs li[class*="icon"] {
  text-align: left;
  text-indent: 60px;
}
.tabs-wrapper .tabs li[class*="icon"] span {
  background-position: 25px 50%;
  background-repeat: no-repeat;
}
.tabs-wrapper .tabs li[class*="icon"].icon-leaf span {
  background-size: 23px 23px;
}
.tabs-wrapper .tabs li[class*="icon"].icon-leaf.active span,
.tabs-wrapper .tabs li[class*="icon"].icon-leaf span {
  background-image: url(/Static/gfx/svg/icon-leaf.svg);
}
.tabs-wrapper .tabs li[class*="icon"].icon-cloud span {
  background-size: 27px 27px;
}
.tabs-wrapper .tabs li[class*="icon"].icon-cloud.active span,
.tabs-wrapper .tabs li[class*="icon"].icon-cloud span {
  background-image: url(/Static/gfx/svg/icon-cloud.svg);
}
.tabs-wrapper .tabs li[class*="icon"].icon-scull span {
  background-size: 23px 23px;
}
.tabs-wrapper .tabs li[class*="icon"].icon-scull.active span,
.tabs-wrapper .tabs li[class*="icon"].icon-scull span {
  background-image: url(/Static/gfx/svg/icon-scull.svg);
}
.tabs-wrapper .tabs li[class*="icon"].icon-info span {
  background-size: 22px 22px;
}
.tabs-wrapper .tabs li[class*="icon"].icon-info.active span,
.tabs-wrapper .tabs li[class*="icon"].icon-info span {
  background-image: url(/Static/gfx/svg/icon-info.svg);
}
.tabs-wrapper .tabs li.active:hover span,
.tabs-wrapper .tabs li.active span {
  cursor: auto;
  background-color: #4d4d4d;
}
.tabs-wrapper .tabs li.tab-20 {
  width: 20%;
}
.tabs-wrapper .tabs li.tab-25 {
  width: 25%;
}
.tabs-wrapper .tabs li.tab-33 {
  width: 33.33333%;
}
.tabs-wrapper .tabs li.tab-50 {
  width: 50%;
}
.tabs-wrapper .tabs li.tab-100 {
  width: 100%;
}
.tabs-wrapper .btn-close-tab {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  z-index: 100;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 30px;
}
.tabs-wrapper .btn-close-tab,
.tabs-wrapper .btn-close-tab:hover {
  background-image: url(/Static/gfx/svg/icon-w-circle-close.svg);
}
.tabs-wrapper .btn-close-tab:focus {
  outline: 0;
}
@media (max-width: 480px) {
  .tabs-wrapper .btn-close-tab {
    display: none;
  }
}
.tabs-wrapper .dark-pane.active ~ .btn-close-tab {
  background-image: url(/Static/gfx/svg/icon-w-circle-close.svg);
}
html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #fff;
  position: relative;
}
.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
  display: none !important;
}
ul {
  list-style-type: none;
  margin: 0 0 20px;
}
ul li {
  margin-bottom: 10px;
  padding: 0 0 0 25px;
  background: url(/Static/gfx/list-bullet-orange.png) no-repeat 6px 8px
    transparent;
}
ol {
  margin-bottom: 20px;
}
ol li {
  margin-bottom: 10px;
}
ol.unstyled,
ul.unstyled {
  background: 0 0;
}
ol.unstyled li,
ul.unstyled li {
  margin: 0;
  padding: 0;
  background: 0 0;
}
.loading {
  background: url(/Static/gfx/loader-orange.gif) no-repeat 50% transparent;
}
a:focus {
  text-decoration: none;
}
a:active {
  outline: 0;
}
.main-content-wrapper {
  padding: 51px 0;
}
.login-wrapper {
  background-origin: center center;
  background-size: cover;
  height: 100%;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  align-items: center;
}
.login-wrapper .login-modal {
  background: hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 50%;
  padding: 32px 20px;
  width: 500px;
  -webkit-animation: modalGrow 0.15s ease-out 0.5s both;
  animation: modalGrow 0.15s ease-out 0.5s both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.login-wrapper .login-modal .logo {
  margin-bottom: 20px;
}
.login-wrapper .login-modal .error-message {
  text-align: center;
  color: #ff7900;
  font-size: 22px;
  font-weight: 700;
}
.login-wrapper .login-modal .content-footer {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
}
.login-wrapper .login-modal .content-footer a {
  color: #000;
}
.main-content {
  position: relative;
  min-height: 400px;
  padding-top: 2px;
}
.main-content .news-date {
  position: absolute;
  top: 0;
  bottom: 0;
}
.main-content img {
  margin: 5px 0 27px;
}
.main-content p:empty {
  display: none;
}
.related-content:after,
.related-content:before {
  display: table;
  content: "";
  line-height: 0;
}
.related-content:after {
  clear: both;
}
article.main-content > time {
  display: inline-block;
  padding: 4px 0 17px;
  font-size: 14px;
  color: #5b5c5c;
}
.search-result-message {
  padding-bottom: 21px;
  border-bottom: 1px solid #d9d9d9;
}
.search-result-message span {
  color: #ff7900;
}
.contact-page .main-content .contact-card-module:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.disclaimer-terms {
  margin-top: 20px;
}
.disclaimer-terms form {
  display: inline;
}
.disclaimer-terms .approval-button {
  margin-bottom: 10px;
}
.declined-message {
  margin-top: 20px;
}
.index-section {
  padding: 60px 0;
  border-bottom: 1px solid #d9d9d9;
}
.index-section > h1 {
  padding-bottom: 30px;
  line-height: 22px;
  text-align: center;
}
.index-section .read-more {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 17px;
}
.index-section.tagline-section {
  padding: 30px 0;
  border-bottom: none;
}
.index-section.showcase-section {
  padding-bottom: 0;
  text-align: center;
}
.index-section.showcase-section .h1,
.index-section.showcase-section > h1 {
  padding-bottom: 60px;
}
.index-section.showcase-section .h1 {
  line-height: 22px;
  text-align: center;
  display: inline-block;
}
.index-section.showcase-section .h1:after {
  content: "";
  background-image: url(/Static/gfx/icon-arrow-down-grey@2x.png);
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.index-section.showcase-section .h1.open:after {
  background-image: url(/Static/gfx/icon-arrow-up-grey@2x.png);
  background-size: 20px 20px;
}
.index-section.showcase-section > .block-row {
  background: #333;
  padding-bottom: 15px;
  margin: 0 -90000px;
  overflow: hidden;
}
.index-section.showcase-section > .block-row .showcase-container {
  float: none;
  margin: 0 auto;
}
.index-section.showcase-section
  > .block-row
  .showcase-container
  > [class*="span"] {
  padding-top: 5px;
}
.index-section.showcase-section
  > .block-row
  .showcase-container
  > [class*="span"]:first-child {
  margin-left: 0;
}
.index-section.showcase-section > .block-row * {
  color: #fff;
}
.index-section.showcase-section > .block-row .hub-module {
  background-color: #333;
  transition: 0.1s;
  padding: 30px 15px 60px;
  box-sizing: border-box;
}
.index-section.showcase-section > .block-row .hub-module:hover {
  background: #555;
  transform: scale(1.08);
  z-index: 1;
}
.index-section.showcase-section
  > .block-row
  .hub-module.hub-module-large-image
  img {
  padding-bottom: 25px;
}
.index-section .focus-list-module {
  color: #333;
}
@media (min-width: 481px) {
  .index-section .focus-list-module:hover {
    cursor: pointer;
  }
}
.index-section .focus-list-module:hover .h3,
.index-section .focus-list-module:hover .icon-link,
.index-section .focus-list-module:hover p.lead {
  color: #c15c00;
}
.index-section .focus-list-module .icon-link {
  color: #ff7900;
}
.index-section .focus-list-module:hover img {
  background-color: #ffbc7f;
  opacity: 0.7 !important;
  box-shadow: 0 0 0 #000 !important;
}
.index-section.focus-tiles .block-row {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .index-section.focus-tiles .block-row .focus-list-module {
    margin-bottom: 30px;
  }
}
@media (min-width: 481px) {
  .index-section.focus-tiles
    .block-row
    .focus-list-module
    .focus-list-module-inner {
    border: 1px solid #d9d9d9;
  }
  .index-section.focus-tiles
    .block-row
    .focus-list-module
    .focus-list-module-inner
    .focus-list-module-body {
    padding: 0 15px 15px;
  }
}
.index-section.focus-tiles .block-row .focus-list-module .h3 {
  margin-top: 10px;
}
.index-section.focus-tiles .block-row .focus-list-module.span4,
.index-section.focus-tiles .block-row .focus-list-module.span4 .icon-link,
.index-section.focus-tiles .block-row .focus-list-module.span5,
.index-section.focus-tiles .block-row .focus-list-module.span5 .icon-link {
  font-size: 15px;
  line-height: 22px;
}
.index-section.focus-tiles .block-row .focus-list-module:hover .h3 {
  color: #333;
}
.index-section.focus-tiles .block-row .focus-list-module:hover .icon-link {
  color: #c15c00;
}
.index-section.focus-tiles .block-row .icon-link {
  color: #ff7900;
  padding-left: 20px;
  font-size: 20px;
  line-height: 33px;
  background-repeat: no-repeat;
  background-position: -6px 50%;
  background-image: url(/Static/gfx/icon-arrow-right-orange.png);
}
.index-section.focus-tiles a.focus-list-module-body {
  display: block;
}
.index-section.focus-tiles a.focus-list-module-body p {
  color: #4d4d4d;
}
.index-section.focus-tiles a.focus-list-module-body:hover {
  text-decoration: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index-section ul li {
    background-image: url(/Static/gfx/list-bullet-orange@2x.png);
    background-size: 8px 8px;
  }
  .index-section ul.latest-updates-module li {
    background-image: none;
  }
  .index-section .loading {
    background-image: url(/Static/gfx/loader-orange@2x.gif);
    background-size: 110px 10px;
  }
}
@media (max-width: 480px) {
  .index-section .site-wrapper {
    position: relative;
    padding: 0 10px;
    background-color: #fff;
    z-index: 50;
    transition: all 0.3s ease-in-out;
  }
  .small-screen-nav-animate .index-section .site-wrapper {
    transform: translate(-90%);
  }
  .index-section .main-content-wrapper {
    padding-top: 23px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .index-section article.main-content > time {
    padding: 0 0 17px;
  }
  .index-section .search-result-message {
    padding-top: 27px;
    padding-bottom: 25px;
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .index-section .contact-page .main-content .contact-card-module:first-child {
    margin-top: 4px;
  }
  .index-section .index-section {
    padding: 30px 0;
  }
  .index-section .index-section > h1 {
    padding-bottom: 27px;
  }
  .index-section .index-section .read-more {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .index-section .index-section .read-more a {
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: 100% 1px;
    font-size: 16px;
    line-height: 24px;
    background-image: url(/Static/gfx/icon-arrow-right-orange-small.png);
  }
  .index-section .index-section.showcase-section .h1,
  .index-section .index-section.showcase-section > h1 {
    padding-bottom: 30px;
  }
  .index-section .index-section.showcase-section > .block-row {
    margin: 0;
  }
  .index-section .index-section.showcase-section > .block-row .hub-module {
    padding: 30px 5px 60px 20px;
    min-height: 0;
  }
  .index-section
    .index-section.showcase-section
    > .block-row
    .hub-module:hover {
    transform: scale(1);
  }
  .index-section .index-section.showcase-section > .block-row .hub-module img {
    float: none;
    margin: 0 auto;
    width: auto;
    padding: 0 0 40px;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  .index-section .index-section {
    padding: 30px 0;
  }
  .index-section .index-section .read-more a,
  .index-section .index-section > h1 a {
    background-image: url(/Static/gfx/icon-arrow-right-orange-small@2x.png);
    background-size: 20px 20px;
  }
}
.container .freehtml {
  max-width: 600px;
  align-content: center;
}
.container .freehtml span.h2.selected {
  padding-top: 30px;
}
@media (max-width: 480px) {
  .container .freehtml {
    margin-left: 0;
  }
}
@font-face {
  font-family: Soho Gothic W01 Regular;
  src: url(/Static/dist/fonts/SohoGothicPro-Regular.woff2) format("woff2"),
    url(/Static/dist/fonts/SohoGothicPro-Regular.woff) format("woff");
}
.h1,
h1 {
  display: block;
  margin: 0;
  padding: 0 0 14px;
  font-size: 31px;
  line-height: normal;
  font-weight: 400;
  color: #4d4d4d;
}
.h1.h1-pb-lg,
h1.h1-pb-lg {
  padding-bottom: 22px;
}
@media (min-width: 481px) {
  .h1.h1-pb-lg,
  h1.h1-pb-lg {
    padding-bottom: 45px;
  }
}
.h2,
h2 {
  font-size: 20px;
  line-height: normal;
}
.faq-block .faq .question,
.h2,
.h3,
h2,
h3 {
  display: block;
  margin: 0;
  padding: 0 0 12px;
  font-weight: 400;
  color: #4d4d4d;
}
.faq-block .faq .question,
.h3,
h3 {
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
}
.h4,
h4 {
  display: block;
  margin: 0;
  padding: 0 0 2px;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: #4d4d4d;
}
.main-content .h2,
.main-content .h3,
.main-content h2,
.main-content h3 {
  padding-top: 12px;
}
.lead {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 33px;
}
.lead,
p {
  color: #4d4d4d;
}
p {
  margin-bottom: 20px;
}
button,
input,
label,
select,
textarea {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif !important;
}
blockquote {
  position: relative;
  padding: 80px 0;
  font-style: italic;
  font-size: 20px;
  line-height: 33px;
  color: #5b5c5c;
  border: none;
}
@media (max-width: 480px) {
  blockquote {
    margin-bottom: 20px;
    padding: 40px 0;
    font-size: 15px;
    line-height: 22px;
  }
}
blockquote:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 50px;
  height: 50px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/svg/icon-quote-up.svg);
  background-size: 50px;
}
@media (max-width: 480px) {
  blockquote:before {
    top: -10px;
    left: -10px;
    background-size: 30px;
  }
}
blockquote:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 50px;
  height: 50px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/svg/icon-quote-down.svg);
  background-size: 50px;
}
@media (max-width: 480px) {
  blockquote:after {
    right: -10px;
    bottom: -10px;
    background-size: 30px;
  }
}
blockquote.with-image {
  padding: 40px 0;
}
blockquote.with-image:after,
blockquote.with-image:before {
  display: none;
}
blockquote.with-image .sender-image {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}
@media (max-width: 480px) {
  blockquote.with-image .sender-image,
  blockquote.with-image .sender-image img {
    width: 60px;
  }
}
blockquote.with-image .sender-image img {
  margin: 0;
}
blockquote.with-image .quote {
  display: table-cell;
  height: 100%;
  padding: 5px 0 5px 30px;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  blockquote.with-image .quote {
    font-size: 14px;
    line-height: 24px;
  }
}
blockquote.with-image .quote > div {
  position: relative;
}
blockquote.with-image .quote > div:before {
  content: "";
  position: absolute;
  top: -46px;
  left: 0;
  width: 40px;
  height: 40px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/svg/icon-quote-up.svg);
  background-size: 40px;
}
@media (max-width: 480px) {
  blockquote.with-image .quote > div:before {
    top: -36px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
blockquote.with-image .quote > div:after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: 0;
  width: 40px;
  height: 40px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/svg/icon-quote-down.svg);
  background-size: 40px;
}
@media (max-width: 480px) {
  blockquote.with-image .quote > div:after {
    bottom: -36px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
blockquote.with-image .quote > div .sender-name {
  left: 0;
  bottom: -37px;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 480px) {
  blockquote.with-image .quote > div .sender-name {
    bottom: -30px;
  }
}
blockquote strong {
  font-weight: 400;
}
blockquote .sender-name {
  position: absolute;
  bottom: 30px;
  left: 0;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 480px) {
  blockquote .sender-name {
    bottom: 5px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .h1,
  h1 {
    padding: 0 0 14px;
    font-size: 22px;
    line-height: 26px;
  }
  .h2,
  h2 {
    padding: 0 0 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .faq-block .faq .question,
  .h3,
  h3 {
    font-size: 12px;
  }
}
.big-table,
.table {
  margin-bottom: 20px;
  border: 0;
}
.big-table caption,
.table caption {
  display: none;
}
.big-table .tableheader,
.big-table th,
.table .tableheader,
.table th {
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f6f6f6;
  border-bottom: none;
}
.big-table td,
.table td {
  padding: 8px !important;
  border-bottom: 1px solid #e2e2e2;
}
.big-table td[align="right"],
.big-table th[align="right"],
.table td[align="right"],
.table th[align="right"] {
  text-align: right !important;
}
.big-table td[align="left"],
.big-table th[align="left"],
.table td[align="left"],
.table th[align="left"] {
  text-align: left !important;
}
.big-table td[align="center"],
.big-table th[align="center"],
.table td[align="center"],
.table th[align="center"] {
  text-align: center !important;
}
.big-table thead tr th,
.table thead tr th {
  color: #f6f6f6;
  background-color: #5b5c5c;
}
.big-table thead tr:last-child th,
.table thead tr:last-child th {
  color: #333;
  background-color: #f6f6f6;
}
.big-table tbody tr.block-row-highlight td,
.table tbody tr.block-row-highlight td {
  color: #1383a6;
  font-weight: 700;
  border-bottom-color: #1383a6;
}
.big-table tbody td.check,
.table tbody td.check {
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-x-orange.png);
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .big-table tbody td.check,
  .table tbody td.check {
    background-image: url(/Static/gfx/icon-x-orange@2x.png);
  }
}
.big-table tbody td.cell-highlight-blue,
.table tbody td.cell-highlight-blue {
  color: #1383a6;
  font-weight: 700;
  border-bottom-color: #1383a6;
}
.big-table tbody td.cell-highlight-green,
.table tbody td.cell-highlight-green {
  color: #a2ba2b;
  font-weight: 700;
  border-bottom-color: #a2ba2b;
}
.big-table tbody td.cell-highlight-red,
.table tbody td.cell-highlight-red {
  color: #db3e38;
  font-weight: 700;
  border-bottom-color: #db3e38;
}
.big-table.cell-divider thead tr th,
.table.cell-divider thead tr th {
  border-right: 1px solid hsla(0, 0%, 88.6%, 0.2);
}
.big-table.cell-divider thead tr:last-child th,
.table.cell-divider thead tr:last-child th {
  border-right: 1px solid #e2e2e2;
}
.big-table.cell-divider thead tr th:last-child,
.table.cell-divider thead tr th:last-child {
  border-right: none;
}
.big-table td.fa,
.table td.fa {
  font-family: Soho Gothic W01 Regular, Verdana, Arial, sans-serif;
  line-height: 22px;
}
.big-table h2 {
  padding-bottom: 30px;
}
.scrollable {
  margin-bottom: 20px;
  overflow-x: auto;
}
.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
}
.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-top-left-radius: 10px 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px 50%;
  box-shadow: -5px 0 8px rgba(0, 0, 0, 0.1);
  content: "";
}
.scrollable.has-scroll .table {
  margin-bottom: 0;
}
.scrollable.has-scroll > div {
  overflow-x: auto;
}
.scrollable > div::-webkit-scrollbar {
  height: 12px;
}
.scrollable > div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
  background: #f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}
.table-notes {
  padding: 0;
}
.table-notes li {
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
  color: #5b5c5c;
  line-height: normal;
  background: 0 0;
}
.spread-sheet-btn {
  padding: 13px 0 30px;
  text-align: left;
  color: #5b5c5c;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 94% 40%;
}
.spread-sheet-btn.zoom {
  background-image: url(/Static/gfx/icon-zoom-grey.png);
}
.spread-sheet-btn .h3 {
  padding: 0 0 3px;
  color: #4d4d4d;
}
.spread-sheet-btn:hover,
.spread-sheet-btn:hover .h3 {
  color: #ff7900;
}
.spread-sheet-btn div {
  min-height: 40px;
  padding-right: 80px;
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
.spread-sheet-btn div.news {
  background-image: url(/Static/gfx/icon-news-gray.png);
}
.spread-sheet-btn div.article {
  background-image: url(/Static/gfx/icon-article-gray.png);
}
.spread-sheet-btn div.press-release {
  background-image: url(/Static/gfx/icon-press-release-gray.png);
}
.spread-sheet-btn div.case {
  background-image: url(/Static/gfx/icon-case-gray.png);
}
.spread-sheet-btn div.document {
  background-image: url(/Static/gfx/icon-document-gray.png);
}
.spread-sheet-btn div.event {
  background-image: url(/Static/gfx/icon-event-gray.png);
}
.spread-sheet-btn div.blog {
  background-image: url(/Static/gfx/icon-blog-gray.png);
}
.spread-sheet-btn div.career {
  background-image: url(/Static/gfx/icon-career-gray.png);
}
.spread-sheet-btn div.product {
  background-image: url(/Static/gfx/icon-product-gray.png);
}
.spread-sheet-btn div.lower-cost {
  background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
}
.spread-sheet-btn div.risk-managed {
  background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
}
.spread-sheet-btn div.more-sales {
  background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
}
.spread-sheet-btn div.idea {
  background-image: url(/Static/gfx/icon-light-bulb-gray.png);
}
.spread-sheet-btn div.award {
  background-image: url(/Static/gfx/icon-awards-gray.png);
}
.spread-sheet-btn div.video {
  background-image: url(/Static/gfx/icon-video-gray.png);
}
.spread-sheet-btn div.news.marked {
  background-image: url(/Static/gfx/icon-news-orange.png);
}
.spread-sheet-btn div.article.marked {
  background-image: url(/Static/gfx/icon-article-orange.png);
}
.spread-sheet-btn div.press-release.marked {
  background-image: url(/Static/gfx/icon-press-release-orange.png);
}
.spread-sheet-btn div.case.marked {
  background-image: url(/Static/gfx/icon-case-orange.png);
}
.spread-sheet-btn div.document.marked {
  background-image: url(/Static/gfx/icon-document-orange.png);
}
.spread-sheet-btn div.event.marked {
  background-image: url(/Static/gfx/icon-event-orange.png);
}
.spread-sheet-btn div.blog.marked {
  background-image: url(/Static/gfx/icon-blog-orange.png);
}
.spread-sheet-btn div.career.marked {
  background-image: url(/Static/gfx/icon-career-orange.png);
}
.spread-sheet-btn div.product.marked {
  background-image: url(/Static/gfx/icon-product-orange.png);
}
.spread-sheet-btn div.lower-cost.marked {
  background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
}
.spread-sheet-btn div.risk-managed.marked {
  background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
}
.spread-sheet-btn div.more-sales.marked {
  background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
}
.spread-sheet-btn div.idea.marked {
  background-image: url(/Static/gfx/icon-light-bulb-orange.png);
}
.spread-sheet-btn div.award.marked {
  background-image: url(/Static/gfx/icon-awards-orange.png);
}
.spread-sheet-btn div.video.marked {
  background-image: url(/Static/gfx/icon-video-orange.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spread-sheet-btn {
    background-size: 30px 30px;
  }
  .spread-sheet-btn.zoom {
    background-image: url(/Static/gfx/icon-zoom-grey@2x.png);
  }
  .spread-sheet-btn div {
    background-size: 30px 30px;
  }
  .spread-sheet-btn div.news {
    background-image: url(/Static/gfx/icon-news-gray@2x.png);
  }
  .spread-sheet-btn div.article {
    background-image: url(/Static/gfx/icon-article-gray@2x.png);
  }
  .spread-sheet-btn div.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray@2x.png);
  }
  .spread-sheet-btn div.case {
    background-image: url(/Static/gfx/icon-case-gray@2x.png);
  }
  .spread-sheet-btn div.document {
    background-image: url(/Static/gfx/icon-document-gray@2x.png);
  }
  .spread-sheet-btn div.event {
    background-image: url(/Static/gfx/icon-event-gray@2x.png);
  }
  .spread-sheet-btn div.blog {
    background-image: url(/Static/gfx/icon-blog-gray@2x.png);
  }
  .spread-sheet-btn div.career {
    background-image: url(/Static/gfx/icon-career-gray@2x.png);
  }
  .spread-sheet-btn div.product {
    background-image: url(/Static/gfx/icon-product-gray@2x.png);
  }
  .spread-sheet-btn div.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray@2x.png);
  }
  .spread-sheet-btn div.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray@2x.png);
  }
  .spread-sheet-btn div.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray@2x.png);
  }
  .spread-sheet-btn div.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray@2x.png);
  }
  .spread-sheet-btn div.award {
    background-image: url(/Static/gfx/icon-awards-gray@2x.png);
  }
  .spread-sheet-btn div.video {
    background-image: url(/Static/gfx/icon-video-gray@2x.png);
  }
  .spread-sheet-btn div.news.marked {
    background-image: url(/Static/gfx/icon-news-orange@2x.png);
  }
  .spread-sheet-btn div.article.marked {
    background-image: url(/Static/gfx/icon-article-orange@2x.png);
  }
  .spread-sheet-btn div.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange@2x.png);
  }
  .spread-sheet-btn div.case.marked {
    background-image: url(/Static/gfx/icon-case-orange@2x.png);
  }
  .spread-sheet-btn div.document.marked {
    background-image: url(/Static/gfx/icon-document-orange@2x.png);
  }
  .spread-sheet-btn div.event.marked {
    background-image: url(/Static/gfx/icon-event-orange@2x.png);
  }
  .spread-sheet-btn div.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange@2x.png);
  }
  .spread-sheet-btn div.career.marked {
    background-image: url(/Static/gfx/icon-career-orange@2x.png);
  }
  .spread-sheet-btn div.product.marked {
    background-image: url(/Static/gfx/icon-product-orange@2x.png);
  }
  .spread-sheet-btn div.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange@2x.png);
  }
  .spread-sheet-btn div.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange@2x.png);
  }
  .spread-sheet-btn div.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange@2x.png);
  }
  .spread-sheet-btn div.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange.png);
  }
  .spread-sheet-btn div.video.marked {
    background-image: url(/Static/gfx/icon-video-orange@2x.png);
  }
}
@media (max-width: 480px) {
  .spread-sheet-btn {
    background-position: 95% 18%;
  }
  .spread-sheet-btn.zoom {
    background-image: url(/Static/gfx/icon-zoom-grey-small.png);
  }
  .spread-sheet-btn div {
    padding-right: 50px;
    padding-left: 0;
    background-image: none !important;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  .spread-sheet-btn {
    background-size: 16px 16px;
  }
  .spread-sheet-btn.zoom {
    background-image: url(/Static/gfx/icon-zoom-grey-small@2x.png);
  }
}
.article-list-table {
  text-align: left;
  width: 100%;
  margin-left: 20px;
}
.article-list-table tr {
  border-bottom: 1px solid #d9d9d9;
}
.article-list-table td,
.article-list-table th {
  padding-top: 15px;
  padding-bottom: 15px;
}
.article-list-table tr:last-child {
  border-bottom: none;
}
@media (max-width: 480px) {
  .article-list-table {
    margin-left: 0;
  }
}
.faq-block {
  margin-bottom: 30px;
  padding-top: 30px;
}
.faq-block .faq {
  border-bottom: 1px solid #d9d9d9;
  padding: 15.5px 0 15.5px 25px;
  cursor: pointer;
}
.faq-block .faq .answer {
  display: none;
  padding: 10px 110px 0 20px;
}
.faq-block .faq .answer p {
  margin-bottom: 0;
}
.faq-block .faq .question {
  font-size: 20px;
  font-weight: 700;
  background-image: url(/Static/gfx/icon-plus-minus-toggle-orange.png);
  background-repeat: no-repeat;
  background-position: 475px 4px;
  padding-right: 55px;
  padding-bottom: 0;
  text-transform: inherit;
  background-position-x: right;
  margin-right: 30px;
}
.faq-block .faq.open .question {
  background-position: 475px -176px;
  background-position-x: right;
  margin-right: 30px;
}
.faq-block .faq.open .answer {
  display: block;
}
.faq-block .faq:first-of-type {
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 480px) {
  .faq-block .faq.closed .question {
    background-position: 320px -1px !important;
  }
  .faq-block .faq.open {
    background-position: 300px -162px !important;
  }
}
#global-flyout-nav {
  margin-top: 25px;
}
#global-flyout-nav .center-in-global-flyout {
  margin-left: 20%;
}
#global-flyout-nav .one-related-article h2 {
  color: #fff;
}
#global-flyout-nav .one-related-article a {
  color: #ff7900;
}
#global-flyout-nav .one-related-article a:hover {
  color: #c15c00;
  text-decoration: underline;
}
#global-flyout-nav .one-related-article:hover {
  background-color: transparent;
}
.editorial-support #global-nav {
  background-color: #db3e38;
}
#global-nav {
  background-color: #ff7900;
  z-index: 500;
}
#global-nav:after,
#global-nav:before {
  display: table;
  content: "";
  line-height: 0;
}
#global-nav:after {
  clear: both;
}
#global-nav ul {
  margin: 0 0 0 -30px;
}
#global-nav ul:after,
#global-nav ul:before {
  display: table;
  content: "";
  line-height: 0;
}
#global-nav ul:after {
  clear: both;
}
#global-nav ul li {
  float: left;
  line-height: 50px;
}
#global-nav ul li a {
  display: block;
  line-height: 50px;
  padding: 0 15px;
}
#global-nav ul li a:hover {
  text-decoration: none;
}
#global-nav ul li.selected a,
#global-nav ul li a:hover {
  color: #333;
  background-color: #fff;
}
#global-nav .company-nav {
  float: left;
}
#global-nav .company-nav ul {
  margin: 0;
}
#global-nav .company-nav button,
#global-nav .mobile-site-serch {
  display: none;
}
#global-nav .tools-nav {
  float: right;
  margin-right: -30px;
}
#global-nav .tools-nav li.selected a {
  color: #fff;
  background-color: #c15c00;
}
#global-nav .tools-nav li.active a,
#global-nav .tools-nav li a:hover {
  color: #fff;
  background-color: #333;
}
#global-nav .tools-nav .pdf-basket a,
#global-nav .tools-nav .stock-ticker a {
  height: auto;
  padding: 3px 15px 0;
  font-size: 12px;
  line-height: 47px;
}
#global-nav .tools-nav .pdf-basket a img,
#global-nav .tools-nav .stock-ticker a img {
  max-width: none;
  margin-top: -3px;
}
#global-nav .tools-nav .pdf-basket a {
  padding-left: 37px;
  background-position: 11px 17px;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-download-white-small.png);
}
.hide-pdf-basket #global-nav .tools-nav .pdf-basket {
  display: none;
}
#global-nav .tools-nav .global-external-login a {
  padding-left: 10px;
  background-position: 11px 14px;
  background-repeat: no-repeat;
}
#global-nav .tools-nav .global-external-login a i {
  margin-right: 5px;
}
.hide-pdf-basket #global-nav .tools-nav .global-external-login {
  display: none;
}
#global-nav .tools-nav .customerarea-login a,
#global-nav .tools-nav .customerarea-logout a {
  padding-left: 37px;
  background-position: 11px 14px;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-key-white.png);
}
#global-nav .tools-nav .global-phone-number.no-flyout,
#global-nav .tools-nav .global-phone-number a {
  padding: 0 15px 0 25px;
  background: url(/Static/gfx/contact/icon-phone-white.png) 4px 50% no-repeat
    transparent;
}
#global-nav .tools-nav .global-chat a {
  background: url(/Static/gfx/contact/wechat.png) 8px 50% no-repeat transparent;
}
#global-nav .tools-nav li {
  border-right: 1px solid #c15c00;
}
#global-nav .tools-nav li.countries {
  border: none;
}
#global-nav .tools-nav li.countries.global a {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 20px;
  background-image: url(/Static/gfx/svg/icon-global.svg);
}
#global-nav,
#global-nav ul li a {
  color: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #global-nav .tools-nav .pdf-basket a {
    background-image: url(/Static/gfx/icon-download-white-small@2x.png);
    background-size: 20px;
  }
  #global-nav .tools-nav .global-phone-number a {
    background: url(/Static/gfx/contact/icon-phone-white@2x.png) 4px 50%
      no-repeat transparent;
    padding: 0 15px 0 25px;
    background-size: 20px;
  }
  #global-nav .tools-nav .global-chat a {
    background: url(/Static/gfx/contact/wechat.png) 8px 50% no-repeat
      transparent;
    padding: 3px 15px 0 35px;
    background-size: 20px;
  }
}
@media (max-width: 480px) {
  #global-nav {
    height: 44px;
  }
  #global-nav ul,
  #global-nav ul li {
    float: none !important;
  }
  #global-nav .company-nav {
    display: block;
    position: absolute;
    top: 44px;
    width: 100%;
    height: 44px;
    margin: 0;
    z-index: 1300;
    border-bottom: 1px solid #e2e2e2;
  }
  #global-nav .company-nav button {
    position: absolute;
    top: 6px;
    right: 12px;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    text-indent: -999em;
    border: none;
    background: url(/Static/gfx/btn-mobile-global-nav.png) no-repeat 50% 0
      transparent;
    border-radius: 0;
    box-shadow: none;
  }
  #global-nav .company-nav button.open,
  #global-nav .company-nav button:hover {
    background-position: 50% 100%;
  }
  #global-nav .company-nav button:focus {
    outline: 0;
  }
  #global-nav .company-nav ul {
    display: none;
    position: absolute;
    top: 38px;
    width: 100%;
    margin: 0;
    padding-top: 6px;
    background: url(/Static/gfx/arrow-up-global-nav-mobile.png) no-repeat 100% 0
      transparent;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  }
  #global-nav .company-nav ul li {
    line-height: 44px;
    border-top: 1px solid #5b5c5c;
    background: #333;
  }
  #global-nav .company-nav ul li a {
    line-height: 44px;
    padding-right: 15%;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url(/Static/gfx/icon-arrow-right-white-small.png);
  }
  #global-nav .company-nav ul li a:hover {
    color: #fff;
    background-color: #5b5c5c;
  }
  #global-nav .company-nav ul li.selected a {
    color: #fff;
    background-color: #ff7900;
  }
  #global-nav .company-nav ul li.mobile-site-serch {
    display: block;
    padding: 10px;
    border-top: none;
  }
  #global-nav .company-nav ul li.mobile-site-serch form {
    position: relative;
  }
  #global-nav .company-nav ul li.mobile-site-serch input {
    margin: 0 !important;
  }
  #global-nav .company-nav ul li.mobile-site-serch .search-btn {
    position: absolute;
    top: 13px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: url(/Static/gfx/icon-search.png) no-repeat 50% 0 transparent;
  }
  #global-nav .tools-nav {
    display: none;
  }
  .header-wrapper {
    min-height: 152px;
  }
  #header #mobile-nav {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    background: #fff;
    z-index: 1050;
    margin: 0;
  }
  #header #mobile-main-nav {
    padding-left: 10px;
  }
  #header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 1000;
    margin-left: 0;
    margin-right: 0;
  }
  #header.sticky #global-nav {
    height: 0;
  }
  #header.sticky .company-nav {
    top: 0;
  }
  #header.sticky .mobile-header-links {
    display: none;
  }
  #header.sticky #mobile-nav {
    top: 45px;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  #global-nav .company-nav button {
    background-image: url(/Static/gfx/btn-mobile-global-nav@2x.png);
    background-size: 32px 64px;
  }
  #global-nav .company-nav ul {
    background-image: url(/Static/gfx/arrow-up-global-nav-mobile@2x.png);
    background-size: 40px 10px;
  }
  #global-nav .company-nav ul li a {
    background-image: url(/Static/gfx/icon-arrow-right-white-small@2x.png);
    background-size: 20px 20px;
  }
  #global-nav .company-nav ul li.mobile-site-serch .search-btn {
    background-image: url(/Static/gfx/icon-search@2x.png);
    background-size: 20px 40px;
  }
}
#main-nav {
  height: 147px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 30px;
  border-bottom: 1px solid #d9d9d9;
}
#main-nav:after,
#main-nav:before {
  display: table;
  content: "";
  line-height: 0;
}
#main-nav:after {
  clear: both;
}
.main-nav-hero-xl #main-nav {
  border-bottom: none;
}
#main-nav ul {
  float: right;
  position: relative;
  top: 58px;
  margin: 0;
}
#main-nav ul:after,
#main-nav ul:before {
  display: table;
  content: "";
  line-height: 0;
}
#main-nav ul:after {
  clear: both;
}
#main-nav ul li {
  float: left;
  margin: 0 0 0 20px;
  font-size: 18px;
  line-height: 36px;
}
#main-nav ul li.selected a {
  color: #ff7900;
}
#main-nav ul li a {
  color: #333;
}
#main-nav ul li a:hover {
  text-decoration: none;
  color: #e66d00;
}
#main-nav ul li a.active {
  text-decoration: underline;
}
#main-nav ul li.search {
  margin: 0 0 0 20px;
  padding-left: 20px;
  padding-top: 8px;
  border-left: 1px solid #d9d9d9;
  padding-bottom: 8px;
}
#main-nav ul li.search a {
  display: block;
  background: url(/Static/gfx/icon-search.png) 0 0 no-repeat transparent;
}
#main-nav ul li.search a span {
  position: absolute;
  left: -9999em;
}
#main-nav ul li.search a.active,
#main-nav ul li.search a:hover {
  background-position: 0 100%;
}
#main-nav ul li.search,
#main-nav ul li.search a {
  width: 20px;
  height: 20px;
}
#main-nav ul li.lang,
#main-nav ul li.lang li {
  font-size: 13px !important;
}
#main-nav ul li.lang {
  position: relative;
  margin-right: -10px;
  text-transform: uppercase;
  border-left: 1px solid #d9d9d9;
  z-index: 1000;
}
#main-nav ul li.lang span {
  display: block;
  padding: 0 36px 0 20px;
  cursor: pointer;
  background: url(/Static/gfx/icon-arrow-flip-up-down-small.png) 85% 15px
    no-repeat transparent;
}
#main-nav ul li.lang span:hover {
  color: #e66d00;
}
#main-nav ul li.lang ul {
  display: none;
  position: static;
  list-style-type: none;
  z-index: 1000;
}
#main-nav ul li.lang ul li:nth-child(n + 2) {
  margin-left: 5px;
}
#main-nav ul li.lang.open span {
  color: #fff;
  background-color: #333;
  background-position: 85% -179px;
}
#main-nav ul li.lang.open ul {
  position: absolute;
  top: 36px;
  width: 100%;
  z-index: 1001;
}
#main-nav ul li.lang.open ul li {
  float: none;
  margin: 1px 0 0;
}
#main-nav ul li.lang.open ul li a {
  display: block;
  padding: 0 36px 0 20px;
  color: #fff;
  background-color: #333;
}
#main-nav ul li.lang.open ul li a:hover {
  background-color: #ff7900;
}
#mobile-lang-nav,
#mobile-nav,
.js #main-nav ul {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #main-nav ul li.lang span {
    background-image: url(/Static/gfx/icon-arrow-flip-up-down-small@2x.png);
    background-size: 20px 200px;
  }
}
@media (max-width: 480px) {
  #main-nav {
    display: none;
  }
  #mobile-nav {
    position: relative;
    display: block;
    margin: 14px 10px 0;
    min-height: 44px;
    border-bottom: 1px solid #e2e2e2;
  }
  #mobile-nav .nav-back {
    position: absolute;
    top: 10px;
    left: 2px;
    display: block;
    width: 32px;
    height: 24px;
    text-indent: -999px;
    border-right: 1px solid #e2e2e2;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 500;
    background-image: url(/Static/gfx/icon-arrow-left-grey-small.png);
  }
  #mobile-nav strong {
    display: none;
  }
  #mobile-nav #mobile-main-nav {
    position: relative;
    margin-bottom: 0;
  }
  #mobile-nav #mobile-main-nav > li {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
  }
  #mobile-nav #mobile-main-nav button {
    position: absolute;
    top: 1px;
    right: 3px;
    display: block;
    width: auto;
    height: 44px;
    padding: 0 34px 0 36px;
    text-transform: uppercase;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #ff7900;
    border: none;
    background: url(/Static/gfx/icon-arrow-flip-up-down-small.png) no-repeat
      right 7px top 19px transparent;
    border-radius: 0;
    box-shadow: none;
  }
  #mobile-nav #mobile-main-nav button.open {
    background-position: right 7px top -174px;
  }
  #mobile-nav #mobile-main-nav button.btn-filter {
    padding-right: 39px;
    background: url(/Static/gfx/icon-arrow-flip-up-down-filter-small.png)
      no-repeat right 7px top 12px transparent;
  }
  #mobile-nav #mobile-main-nav button.open.btn-filter {
    background-position: right 7px top -168px;
  }
  #mobile-nav #mobile-main-nav button:focus {
    outline: 0;
  }
  #mobile-nav #mobile-main-nav button span {
    color: #5b5c5c;
  }
  #mobile-nav #mobile-main-nav ul {
    display: none;
    position: relative;
    top: 44px;
    margin-bottom: 44px;
    border-top: 1px solid #e2e2e2;
  }
  #mobile-nav #mobile-main-nav ul li {
    margin: 0;
    padding: 0;
    line-height: 44px;
    border-bottom: 1px solid #e2e2e2;
    background-repeat: no-repeat !important;
    background-position: 97.5% 50%;
    background-image: url(/Static/gfx/icon-arrow-right-grey-small.png);
  }
  #mobile-nav #mobile-main-nav ul li a {
    display: block;
    color: #333;
    padding-right: 11%;
  }
  #mobile-nav #mobile-main-nav ul li a:hover {
    color: #e66d00;
    text-decoration: none;
  }
  #mobile-nav #mobile-main-nav ul li.selected a {
    color: #ff7900;
  }
  #mobile-nav #mobile-main-nav ul li:last-child {
    border-bottom: none;
  }
  #mobile-nav #mobile-main-nav form {
    display: none;
    position: relative;
    top: 44px;
    margin-bottom: 44px;
  }
  #mobile-nav #mobile-main-nav form ul {
    display: block;
    top: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  #mobile-nav #mobile-main-nav form ul li {
    background-image: none;
  }
  #mobile-nav #mobile-main-nav form ul ul {
    display: none;
  }
  #mobile-lang-nav {
    display: block;
    margin-top: -22px;
    line-height: 44px;
  }
  #mobile-lang-nav:after,
  #mobile-lang-nav:before {
    display: table;
    content: "";
    line-height: 0;
  }
  #mobile-lang-nav:after {
    clear: both;
  }
  #mobile-lang-nav ul {
    float: right;
    display: block;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
  }
  #mobile-lang-nav ul > li {
    padding: 0;
    margin: 0;
    background-image: none;
  }
  #mobile-lang-nav ul li {
    margin-left: 0 !important;
    line-height: 36px;
  }
  #mobile-lang-nav ul li.lang,
  #mobile-lang-nav ul li.lang li {
    font-size: 13px !important;
  }
  #mobile-lang-nav ul li.lang {
    position: relative;
    margin-right: -10px;
    text-transform: uppercase;
    border-left: 1px solid #d9d9d9;
    z-index: 1000;
  }
  #mobile-lang-nav ul li.lang span {
    display: block;
    padding: 0 36px 0 20px;
    cursor: pointer;
    background: url(/Static/gfx/icon-arrow-flip-up-down-small.png) 85% 15px
      no-repeat transparent;
  }
  #mobile-lang-nav ul li.lang span:hover {
    color: #e66d00;
  }
  #mobile-lang-nav ul li.lang ul {
    position: static;
    list-style-type: none;
    z-index: 1000;
  }
  #mobile-lang-nav ul li.lang ul li:nth-child(n + 2) {
    margin-left: 5px;
  }
  #mobile-lang-nav ul li.lang.open span {
    color: #fff;
    background-color: #333;
    background-position: 85% -179px;
  }
  #mobile-lang-nav ul li.lang.open ul {
    position: absolute;
    top: 36px;
    width: 100%;
    z-index: 1001;
  }
  #mobile-lang-nav ul li.lang.open ul li {
    float: none;
    margin: 1px 0 0;
  }
  #mobile-lang-nav ul li.lang.open ul li a {
    display: block;
    padding: 0 36px 0 20px;
    color: #fff;
    background-color: #333;
  }
  #mobile-lang-nav ul li.lang.open ul li a:hover {
    background-color: #ff7900;
  }
  #mobile-lang-nav ul li.lang {
    border: none;
    z-index: 1001;
  }
  #mobile-lang-nav ul li.lang ul {
    display: none;
  }
  #mobile-lang-nav ul.select {
    margin-bottom: 15px;
  }
  #mobile-lang-nav ul.select li {
    float: left;
  }
  .hero #mobile-lang-nav {
    margin-top: -6px;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  #mobile-nav .nav-back {
    background-image: url(/Static/gfx/icon-arrow-left-grey-small@2x.png);
    background-size: 20px 20px;
  }
  #mobile-nav #mobile-main-nav ul li {
    background-image: url(/Static/gfx/icon-arrow-right-grey-small@2x.png);
    background-size: 20px 20px;
  }
  #mobile-nav #mobile-main-nav button {
    background-image: url(/Static/gfx/icon-arrow-flip-up-down-small@2x.png);
    background-size: 20px 200px;
  }
  #mobile-nav #mobile-main-nav button.btn-filter {
    background-image: url(/Static/gfx/icon-arrow-flip-up-down-filter-small@2x.png);
    background-size: 26px 200px;
  }
  #mobile-lang-nav ul li.lang span {
    background-image: url(/Static/gfx/icon-arrow-flip-up-down-small@2x.png);
    background-size: 20px 200px;
  }
}
#main-nav-dropdown {
  display: none;
  width: 100%;
  padding: 45px 0;
  color: #fff;
  background-color: #333;
  overflow: hidden;
  box-sizing: content-box;
}
#main-nav-dropdown h2,
#main-nav-dropdown h3,
#main-nav-dropdown p {
  color: #fff;
}
#main-nav-dropdown h3 {
  padding-bottom: 14px;
}
#main-nav-dropdown img {
  max-width: none;
}
#main-nav-dropdown .dropdown-contact {
  position: relative;
  min-height: 445px;
}
#main-nav-dropdown .dropdown-contact .info-window {
  padding-bottom: 27px;
  border-bottom: 1px solid #4d4d4d;
}
#main-nav-dropdown .dropdown-contact .info-window p {
  margin-bottom: 13px;
}
#main-nav-dropdown .dropdown-map {
  height: 560px;
  margin-left: 35%;
  position: absolute;
  top: 0;
  left: 0;
  width: 3000px;
  width: 70vw;
}
#main-nav-dropdown .dropdown-map.dropdown-map-image {
  margin-top: -45px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 650px;
}
#main-nav-dropdown .dropdown-global-map {
  width: 650px;
}
#main-nav-dropdown .dropdown-global-map .gm-style {
  background-color: #333 !important;
}
#main-nav-dropdown .google-map {
  height: 100%;
  margin: -45px 0 0;
}
#main-nav-dropdown .navigation li {
  min-height: 57px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: normal;
  color: #333 !important;
}
#main-nav-dropdown .navigation li.selected a {
  color: #ff7900 !important;
}
#main-nav-dropdown .navigation li a {
  display: block;
  padding: 17px 60px 17px 0 !important;
  line-height: normal;
  color: #333 !important;
  background-repeat: no-repeat;
}
#main-nav-dropdown .navigation li a:hover {
  color: #e66d00 !important;
  text-decoration: none;
}
#main-nav-dropdown .navigation li:nth-child(n + 2) {
  border-top: 1px solid #4d4d4d;
}
#main-nav-dropdown .navigation li a {
  color: #fff !important;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
#main-nav-dropdown .navigation li a:hover {
  color: #ff7900;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #main-nav-dropdown .navigation li a {
    background-image: url(/Static/gfx/icon-arrow-right-grey@2x.png);
    background-size: 20px 20px;
  }
}
@media (max-width: 480px) {
  #main-nav-dropdown {
    display: none !important;
  }
}
.sub-navigation {
  padding-top: 6px;
  padding-bottom: 50px;
}
.sub-navigation .h3 {
  display: block;
  padding-bottom: 26px;
  border-bottom: 1px solid #d9d9d9;
}
.sub-navigation .h3.selected {
  color: #ff7900;
}
.sub-navigation .h3 a {
  color: #333;
}
.sub-navigation .navigation li {
  min-height: 57px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: normal;
  color: #333 !important;
}
.sub-navigation .navigation li.selected a {
  color: #ff7900 !important;
}
.sub-navigation .navigation li a {
  display: block;
  padding: 17px 60px 17px 0 !important;
  line-height: normal;
  color: #333 !important;
  background-repeat: no-repeat;
}
.sub-navigation .navigation li a:hover {
  color: #e66d00 !important;
  text-decoration: none;
}
.sub-navigation .navigation li a {
  color: #333;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
.sub-navigation .navigation li.link-page-down a {
  background-image: url(/Static/gfx/icon-arrow-down-grey.png);
}
.sub-navigation .navigation li:nth-child(n + 2) {
  border-top: 1px solid #d9d9d9;
}
.sub-navigation + .module {
  border: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sub-navigation .navigation li a {
    background-image: url(/Static/gfx/icon-arrow-right-grey@2x.png);
    background-size: 20px 20px;
  }
  .sub-navigation .navigation li.link-page-down a {
    background-image: url(/Static/gfx/icon-arrow-down-grey@2x.png);
    background-size: 20px 20px;
  }
}
@media (max-width: 480px) {
  .sub-navigation {
    display: none;
  }
}
@media (max-width: 480px) {
  .related-content-listing .read-more a {
    padding-top: 40px;
    text-align: inherit;
  }
}
.related-content-listing {
  margin-bottom: 15px;
  padding-bottom: 50px;
  padding-top: 30px;
}
.related-content-listing .read-more a {
  text-align: center;
  font-size: 20px;
  line-height: 17px;
  display: block;
}
.related-content-listing [class*="span"] {
  margin-left: 0;
}
.related-content-listing .news-list-item-body h2 {
  color: #ff7900;
  text-decoration: none;
  font-size: 15px;
  padding: 5px 0 10px;
}
.related-content-listing .divider {
  height: 5px;
  background-color: #ff7900;
  float: left;
  width: 30%;
  margin-bottom: 30px;
}
.related-content-listing article:hover img {
  background-color: #ffbc7f;
  opacity: 0.7 !important;
  box-shadow: 0 0 0 #000 !important;
}
.related-content-listing article:hover h2 {
  color: #c15c00;
}
.related-content-listing .news-list-item .divider:last-child {
  margin-bottom: 15px;
}
.related-content-listing a {
  display: block;
}
.related-content-listing a:hover {
  text-decoration: none;
}
.left-navigation-wrapper {
  left: -560px;
  position: relative;
}
.left-navigation-wrapper .share-module {
  display: none !important;
}
.left-navigation-wrapper .freehtml {
  max-width: 300px;
  align-content: center;
  margin-left: 0;
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
}
.right-side-content {
  left: 400px;
}
@media (max-width: 480px) {
  .left-navigation-wrapper {
    left: 0;
    position: inherit;
  }
  .left-navigation-wrapper .share-module {
    display: block !important;
  }
  .right-side-content {
    left: 0;
  }
  .display-only-in-desktop {
    display: block;
  }
  .share-module {
    display: none !important;
  }
}
.navigation-filter {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.navigation-filter li {
  position: relative;
}
.navigation-filter li:hover > label {
  color: #e66d00 !important;
}
.navigation-filter li .custom-checkbox,
.navigation-filter li input {
  position: absolute;
  right: 16px;
}
@media (min-width: 481px) {
  .navigation-filter li .custom-checkbox,
  .navigation-filter li input {
    top: 50%;
    margin-top: -14px;
  }
}
.navigation-filter li label {
  margin-bottom: 0;
  padding: 17px 60px 17px 0 !important;
}
.navigation-filter li label.news {
  background-image: url(/Static/gfx/icon-news-gray.png);
}
.navigation-filter li label.article {
  background-image: url(/Static/gfx/icon-article-gray.png);
}
.navigation-filter li label.press-release {
  background-image: url(/Static/gfx/icon-press-release-gray.png);
}
.navigation-filter li label.case {
  background-image: url(/Static/gfx/icon-case-gray.png);
}
.navigation-filter li label.document {
  background-image: url(/Static/gfx/icon-document-gray.png);
}
.navigation-filter li label.event {
  background-image: url(/Static/gfx/icon-event-gray.png);
}
.navigation-filter li label.blog {
  background-image: url(/Static/gfx/icon-blog-gray.png);
}
.navigation-filter li label.career {
  background-image: url(/Static/gfx/icon-career-gray.png);
}
.navigation-filter li label.product {
  background-image: url(/Static/gfx/icon-product-gray.png);
}
.navigation-filter li label.lower-cost {
  background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
}
.navigation-filter li label.risk-managed {
  background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
}
.navigation-filter li label.more-sales {
  background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
}
.navigation-filter li label.idea {
  background-image: url(/Static/gfx/icon-light-bulb-gray.png);
}
.navigation-filter li label.award {
  background-image: url(/Static/gfx/icon-awards-gray.png);
}
.navigation-filter li label.video {
  background-image: url(/Static/gfx/icon-video-gray.png);
}
.navigation-filter li label.news.marked {
  background-image: url(/Static/gfx/icon-news-orange.png);
}
.navigation-filter li label.article.marked {
  background-image: url(/Static/gfx/icon-article-orange.png);
}
.navigation-filter li label.press-release.marked {
  background-image: url(/Static/gfx/icon-press-release-orange.png);
}
.navigation-filter li label.case.marked {
  background-image: url(/Static/gfx/icon-case-orange.png);
}
.navigation-filter li label.document.marked {
  background-image: url(/Static/gfx/icon-document-orange.png);
}
.navigation-filter li label.event.marked {
  background-image: url(/Static/gfx/icon-event-orange.png);
}
.navigation-filter li label.blog.marked {
  background-image: url(/Static/gfx/icon-blog-orange.png);
}
.navigation-filter li label.career.marked {
  background-image: url(/Static/gfx/icon-career-orange.png);
}
.navigation-filter li label.product.marked {
  background-image: url(/Static/gfx/icon-product-orange.png);
}
.navigation-filter li label.lower-cost.marked {
  background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
}
.navigation-filter li label.risk-managed.marked {
  background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
}
.navigation-filter li label.more-sales.marked {
  background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
}
.navigation-filter li label.idea.marked {
  background-image: url(/Static/gfx/icon-light-bulb-orange.png);
}
.navigation-filter li label.award.marked {
  background-image: url(/Static/gfx/icon-awards-orange.png);
}
.navigation-filter li label.video.marked {
  background-image: url(/Static/gfx/icon-video-orange.png);
}
.navigation-filter li label.icon {
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
@media (min-width: 481px) {
  .navigation-filter li label.icon {
    padding-left: 70px !important;
  }
}
.navigation-filter li.list-title .h3,
.navigation-filter li label {
  line-height: 22px;
  border: none;
}
.navigation-filter li.loading-filter-delay-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.navigation-filter li.loading-filter-delay-message span {
  position: relative;
  top: 40%;
  display: block;
  padding: 0 30px;
  font-size: 15px;
  line-height: 22px;
}
.js .navigation-filter .list-title ul {
  display: none;
}
.toggle-navigation-filter {
  padding: 18px 18px 18px 25px !important;
  background-image: url(/Static/gfx/icon-plus-minus-toggle-small.png);
  background-repeat: no-repeat;
  background-position: 0 18px;
  cursor: pointer;
}
.toggle-navigation-filter.open {
  background-position: 0 -162px;
}
.toggle-navigation-filter + .block-row {
  display: none;
}
.toggle-navigation-filter:hover {
  color: #b2b2b2;
}
.list-title {
  cursor: pointer;
}
.list-title li:first-child {
  border-top: 1px solid #e2e2e2;
}
.list-title .h3 {
  padding: 18px 60px 16px 0 !important;
  background-image: url(/Static/gfx/icon-plus-minus-toggle.png);
  background-repeat: no-repeat;
  background-position: 260px 18px;
}
.list-title .h3.open {
  background-position: 260px -162px;
}
.purpose-listing .list-title .h3 {
  background-position-x: 420px;
}
.span3 .btn-module a,
.span3 .custom-select span,
.span3 .list-module li a,
.span3 .navigation li a,
.span4 .btn-module a,
.span4 .custom-select span,
.span4 .list-module li a,
.span4 .navigation li a,
.span5 .btn-module a,
.span5 .custom-select span,
.span5 .list-module li a,
.span5 .navigation li a,
.span6 .btn-module a,
.span6 .custom-select span,
.span6 .list-module li a,
.span6 .navigation li a,
.span7 .btn-module a,
.span7 .custom-select span,
.span7 .list-module li a,
.span7 .navigation li a,
.span8 .btn-module a,
.span8 .custom-select span,
.span8 .list-module li a,
.span8 .navigation li a,
.span10 .btn-module a,
.span10 .custom-select span,
.span10 .list-module li a,
.span10 .navigation li a {
  background-position: right 16px center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navigation-filter li label.article,
  .navigation-filter li label.blog,
  .navigation-filter li label.career,
  .navigation-filter li label.case,
  .navigation-filter li label.document,
  .navigation-filter li label.event,
  .navigation-filter li label.idea,
  .navigation-filter li label.news,
  .navigation-filter li label.press-release,
  .navigation-filter li label.product,
  .navigation-filter li label.video {
    background-size: 30px 30px;
  }
  .navigation-filter li label.news {
    background-image: url(/Static/gfx/icon-news-gray@2x.png);
  }
  .navigation-filter li label.article {
    background-image: url(/Static/gfx/icon-article-gray@2x.png);
  }
  .navigation-filter li label.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray@2x.png);
  }
  .navigation-filter li label.case {
    background-image: url(/Static/gfx/icon-case-gray@2x.png);
  }
  .navigation-filter li label.document {
    background-image: url(/Static/gfx/icon-document-gray@2x.png);
  }
  .navigation-filter li label.event {
    background-image: url(/Static/gfx/icon-event-gray@2x.png);
  }
  .navigation-filter li label.blog {
    background-image: url(/Static/gfx/icon-blog-gray@2x.png);
  }
  .navigation-filter li label.career {
    background-image: url(/Static/gfx/icon-career-gray@2x.png);
  }
  .navigation-filter li label.product {
    background-image: url(/Static/gfx/icon-product-gray@2x.png);
  }
  .navigation-filter li label.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray@2x.png);
  }
  .navigation-filter li label.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray@2x.png);
  }
  .navigation-filter li label.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray@2x.png);
  }
  .navigation-filter li label.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray@2x.png);
  }
  .navigation-filter li label.award {
    background-image: url(/Static/gfx/icon-awards-gray@2x.png);
  }
  .navigation-filter li label.video {
    background-image: url(/Static/gfx/icon-video-gray@2x.png);
  }
  .navigation-filter li label.news.marked {
    background-image: url(/Static/gfx/icon-news-orange@2x.png);
  }
  .navigation-filter li label.article.marked {
    background-image: url(/Static/gfx/icon-article-orange@2x.png);
  }
  .navigation-filter li label.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange@2x.png);
  }
  .navigation-filter li label.case.marked {
    background-image: url(/Static/gfx/icon-case-orange@2x.png);
  }
  .navigation-filter li label.document.marked {
    background-image: url(/Static/gfx/icon-document-orange@2x.png);
  }
  .navigation-filter li label.event.marked {
    background-image: url(/Static/gfx/icon-event-orange@2x.png);
  }
  .navigation-filter li label.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange@2x.png);
  }
  .navigation-filter li label.career.marked {
    background-image: url(/Static/gfx/icon-career-orange@2x.png);
  }
  .navigation-filter li label.product.marked {
    background-image: url(/Static/gfx/icon-product-orange@2x.png);
  }
  .navigation-filter li label.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange@2x.png);
  }
  .navigation-filter li label.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange@2x.png);
  }
  .navigation-filter li label.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange@2x.png);
  }
  .navigation-filter li label.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange.png);
  }
  .navigation-filter li label.video.marked {
    background-image: url(/Static/gfx/icon-video-orange@2x.png);
  }
  .list-title .h3 {
    background-image: url(/Static/gfx/icon-plus-minus-toggle@2x.png);
    background-size: 20px 200px;
  }
}
@media (max-width: 480px) {
  .navigation-filter {
    border-bottom: 1px solid #e2e2e2;
  }
  .navigation-filter li .custom-checkbox,
  .navigation-filter li input {
    top: 50%;
    margin-top: -11px;
    right: 5px;
  }
  .navigation-filter li label {
    padding: 0 45px 0 0 !important;
    font-size: 14px !important;
    line-height: 44px !important;
  }
  .navigation-filter li label.news {
    background-image: url(/Static/gfx/icon-news-gray-small.png);
  }
  .navigation-filter li label.article {
    background-image: url(/Static/gfx/icon-article-gray-small.png);
  }
  .navigation-filter li label.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray-small.png);
  }
  .navigation-filter li label.case {
    background-image: url(/Static/gfx/icon-case-gray-small.png);
  }
  .navigation-filter li label.document {
    background-image: url(/Static/gfx/icon-document-gray-small.png);
  }
  .navigation-filter li label.event {
    background-image: url(/Static/gfx/icon-event-gray-small.png);
  }
  .navigation-filter li label.blog {
    background-image: url(/Static/gfx/icon-blog-gray-small.png);
  }
  .navigation-filter li label.career {
    background-image: url(/Static/gfx/icon-career-gray-small.png);
  }
  .navigation-filter li label.product {
    background-image: url(/Static/gfx/icon-product-gray-small.png);
  }
  .navigation-filter li label.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-15h-gray.png);
  }
  .navigation-filter li label.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-15h-gray.png);
  }
  .navigation-filter li label.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-15h-gray.png);
  }
  .navigation-filter li label.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray-small.png);
  }
  .navigation-filter li label.award {
    background-image: url(/Static/gfx/icon-awards-gray-small.png);
  }
  .navigation-filter li label.video {
    background-image: url(/Static/gfx/icon-video-gray-small.png);
  }
  .navigation-filter li label.news.marked {
    background-image: url(/Static/gfx/icon-news-orange-small.png);
  }
  .navigation-filter li label.article.marked {
    background-image: url(/Static/gfx/icon-article-orange-small.png);
  }
  .navigation-filter li label.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange-small.png);
  }
  .navigation-filter li label.case.marked {
    background-image: url(/Static/gfx/icon-case-orange-small.png);
  }
  .navigation-filter li label.document.marked {
    background-image: url(/Static/gfx/icon-document-orange-small.png);
  }
  .navigation-filter li label.event.marked {
    background-image: url(/Static/gfx/icon-event-orange-small.png);
  }
  .navigation-filter li label.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange-small.png);
  }
  .navigation-filter li label.career.marked {
    background-image: url(/Static/gfx/icon-career-orange-small.png);
  }
  .navigation-filter li label.product.marked {
    background-image: url(/Static/gfx/icon-product-orange-small.png);
  }
  .navigation-filter li label.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-15h-orange.png);
  }
  .navigation-filter li label.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-15h-orange.png);
  }
  .navigation-filter li label.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-15h-orange.png);
  }
  .navigation-filter li label.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange-small.png);
  }
  .navigation-filter li label.award.marked {
    background-image: url(/Static/gfx/icon-awards-orange-small.png);
  }
  .navigation-filter li label.video.marked {
    background-image: url(/Static/gfx/icon-video-orange-small.png);
  }
  .navigation-filter li label.icon {
    padding: 12px 32px 12px 22px !important;
    line-height: 22px !important;
    background-position: 0 50%;
  }
  .navigation-filter li.list-title .h3,
  .navigation-filter li label {
    line-height: 22px;
    border: none;
  }
  .list-title {
    cursor: pointer;
  }
  .list-title li:first-child {
    border-top: 1px solid #e2e2e2;
  }
  .list-title .h3 {
    padding: 0 45px 0 0 !important;
    line-height: 44px !important;
    background-image: url(/Static/gfx/icon-plus-minus-toggle-small.png);
    background-position: 98% 12px;
  }
  .list-title .h3.open {
    background-position: 98% -168px;
  }
  .list-title ul {
    margin-bottom: 0 !important;
    top: 0 !important;
    border-top: none !important;
  }
}
@media (max-width: 480px) and (-moz-device-pixel-ratio: 2),
  (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  .toggle-navigation-filter {
    background-image: url(/Static/gfx/icon-plus-minus-toggle-small@2x.png);
    background-size: 20px 200px;
  }
  .navigation-filter li label {
    background-size: 15px 15px !important;
  }
  .navigation-filter li label.news {
    background-image: url(/Static/gfx/icon-news-gray-small@2x.png);
  }
  .navigation-filter li label.article {
    background-image: url(/Static/gfx/icon-article-gray-small@2x.png);
  }
  .navigation-filter li label.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray-small@2x.png);
  }
  .navigation-filter li label.case {
    background-image: url(/Static/gfx/icon-case-gray-small@2x.png);
  }
  .navigation-filter li label.document {
    background-image: url(/Static/gfx/icon-document-gray-small@2x.png);
  }
  .navigation-filter li label.event {
    background-image: url(/Static/gfx/icon-event-gray-small@2x.png);
  }
  .navigation-filter li label.blog {
    background-image: url(/Static/gfx/icon-blog-gray-small@2x.png);
  }
  .navigation-filter li label.career {
    background-image: url(/Static/gfx/icon-career-gray-small@2x.png);
  }
  .navigation-filter li label.product {
    background-image: url(/Static/gfx/icon-product-gray-small@2x.png);
  }
  .navigation-filter li label.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
  }
  .navigation-filter li label.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
  }
  .navigation-filter li label.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
  }
  .navigation-filter li label.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray.png);
  }
  .navigation-filter li label.award {
    background-image: url(/Static/gfx/icon-awards-gray.png);
  }
  .navigation-filter li label.video {
    background-image: url(/Static/gfx/icon-video-gray-small.png);
  }
  .navigation-filter li label.news.marked {
    background-image: url(/Static/gfx/icon-news-orange-small@2x.png);
  }
  .navigation-filter li label.article.marked {
    background-image: url(/Static/gfx/icon-article-orange-small@2x.png);
  }
  .navigation-filter li label.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange-small@2x.png);
  }
  .navigation-filter li label.case.marked {
    background-image: url(/Static/gfx/icon-case-orange-small@2x.png);
  }
  .navigation-filter li label.document.marked {
    background-image: url(/Static/gfx/icon-document-orange-small@2x.png);
  }
  .navigation-filter li label.event.marked {
    background-image: url(/Static/gfx/icon-event-orange-small@2x.png);
  }
  .navigation-filter li label.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange-small@2x.png);
  }
  .navigation-filter li label.career.marked {
    background-image: url(/Static/gfx/icon-career-orange-small@2x.png);
  }
  .navigation-filter li label.product.marked {
    background-image: url(/Static/gfx/icon-product-orange-small@2x.png);
  }
  .navigation-filter li label.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
  }
  .navigation-filter li label.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
  }
  .navigation-filter li label.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
  }
  .navigation-filter li label.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange-small@2x.png);
  }
  .navigation-filter li label.award.marked {
    background-image: url(/Static/gfx/icon-awards-orange-small@2x.png);
  }
  .navigation-filter li label.video.marked {
    background-image: url(/Static/gfx/icon-video-orange-small.png);
  }
  .list-title .h3 {
    background-image: url(/Static/gfx/icon-plus-minus-toggle-small@2x.png);
    background-size: 20px 200px;
  }
}
.breadcrumb {
  padding: 24px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.breadcrumb ul {
  margin: 0;
}
.breadcrumb ul:after,
.breadcrumb ul:before {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb ul:after {
  clear: both;
}
.breadcrumb ul li {
  float: left;
  margin-bottom: 0;
}
.breadcrumb ul li:nth-child(n + 2) {
  margin-left: 17px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: -6px 50%;
  background-image: url(/Static/gfx/icon-arrow-right-grey-small.png);
}
.breadcrumb ul li.selected,
.breadcrumb ul li.selected a {
  color: #ff7900;
}
.breadcrumb ul li.selected a:hover {
  color: #e66d00;
}
.breadcrumb ul li a {
  color: #5b5c5c;
}
.pagination + .breadcrumb {
  border-top: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb ul li:nth-child(n + 2) {
    background-image: url(/Static/gfx/icon-arrow-right-grey-small@2x.png);
    background-size: 20px 20px;
  }
}
@media (max-width: 480px) {
  .breadcrumb {
    padding-bottom: 9px;
  }
  .breadcrumb ul li {
    margin-bottom: 15px;
  }
}
.level-up-nav {
  position: relative;
  margin: 0 -30px;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 62px;
  border-bottom: 1px solid #d9d9d9;
}
.level-up-nav:after,
.level-up-nav:before {
  display: table;
  content: "";
  line-height: 0;
}
.level-up-nav:after {
  clear: both;
}
.level-up-nav nav {
  display: inline;
  float: left;
}
.level-up-nav nav a {
  padding-left: 37px;
  color: #333;
  background-position: -4px 50%;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-arrow-left-grey.png);
}
.level-up-nav nav a:hover {
  color: #e66d00;
  text-decoration: none;
}
.level-up-nav img {
  float: right;
  margin-top: 11px;
}
.level-up-nav ul.select {
  float: right;
  position: relative;
  top: 14px;
  font-size: 13px;
}
.no-js .level-up-nav ul.select {
  display: none;
}
.level-up-nav ul.select:after,
.level-up-nav ul.select:before {
  display: table;
  content: "";
  line-height: 0;
}
.level-up-nav ul.select:after {
  clear: both;
}
.level-up-nav ul.select ul {
  display: none;
}
.level-up-nav ul a:hover {
  text-decoration: none;
}
.level-up-nav ul li {
  float: left;
  line-height: 36px;
  border: none !important;
}
.level-up-nav ul li.lang,
.level-up-nav ul li.lang li {
  font-size: 13px !important;
}
.level-up-nav ul li.lang {
  position: relative;
  margin-right: -10px;
  text-transform: uppercase;
  border-left: 1px solid #d9d9d9;
  z-index: 1000;
}
.level-up-nav ul li.lang span {
  display: block;
  padding: 0 36px 0 20px;
  cursor: pointer;
  background: url(/Static/gfx/icon-arrow-flip-up-down-small.png) 85% 15px
    no-repeat transparent;
}
.level-up-nav ul li.lang span:hover {
  color: #e66d00;
}
.level-up-nav ul li.lang ul {
  display: none;
  position: static;
  list-style-type: none;
  z-index: 1000;
}
.level-up-nav ul li.lang ul li:nth-child(n + 2) {
  margin-left: 5px;
}
.level-up-nav ul li.lang.open span {
  color: #fff;
  background-color: #333;
  background-position: 85% -179px;
}
.level-up-nav ul li.lang.open ul {
  position: absolute;
  top: 36px;
  width: 100%;
  z-index: 1001;
}
.level-up-nav ul li.lang.open ul li {
  float: none;
  margin: 1px 0 0;
}
.level-up-nav ul li.lang.open ul li a {
  display: block;
  padding: 0 36px 0 20px;
  color: #fff;
  background-color: #333;
}
.level-up-nav ul li.lang.open ul li a:hover {
  background-color: #ff7900;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .level-up-nav nav a {
    background-image: url(/Static/gfx/icon-arrow-left-grey@2x.png);
    background-size: 20px 20px;
  }
}
@media (max-width: 480px) {
  .level-up-nav {
    display: none;
  }
}
#tools-nav-dropdown {
  position: relative;
  margin: 0;
  padding: 45px 30px 79px;
  color: #fff;
  background-color: #333;
  z-index: 100;
}
#tools-nav-dropdown > .container {
  position: relative;
}
#tools-nav-dropdown > .container .close {
  position: absolute;
  top: 12px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-x-gray.png);
}
#tools-nav-dropdown .h1 {
  display: block;
  margin-bottom: 23px;
  padding-bottom: 37px;
  border-bottom: 1px solid #4d4d4d;
  color: #fff;
}
#tools-nav-dropdown .h1 small {
  font-size: 15px;
  color: #5b5c5c;
}
#tools-nav-dropdown a {
  color: #fff;
}
#tools-nav-dropdown a:hover {
  color: #e66d00;
  text-decoration: none;
}
#tools-nav-dropdown .btn {
  font-size: 15px;
}
#tools-nav-dropdown a.btn:hover {
  color: #fff;
}
#tools-nav-dropdown li.selected a {
  color: #ff7900;
}
#tools-nav-dropdown table {
  width: 100%;
  margin-bottom: 30px;
}
#tools-nav-dropdown table td {
  line-height: 35px;
  border-bottom: 1px solid #5b5c5c;
}
#tools-nav-dropdown table tr:last-child td {
  border: none;
}
#tools-nav-dropdown .navigation li {
  margin-bottom: 0;
}
#tools-nav-dropdown .navigation li strong {
  padding: 17px 60px 17px 0;
  background-position: 260px 23px;
  background-repeat: no-repeat;
  background-image: url(/images/icon-arrow-flip-up-down.png);
}
#tools-nav-dropdown .navigation li strong.active {
  background-position: 260px -168px;
}
#tools-nav-dropdown .navigation li:nth-child(n + 2) {
  border-top: 1px solid #4d4d4d;
}
#tools-nav-dropdown .navigation li .flag-icon {
  margin-right: 20px;
  font-size: 21px;
  vertical-align: middle;
}
#tools-nav-dropdown .navigation > li > a {
  display: block;
  padding: 17px 60px 17px 0;
  line-height: normal;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
#tools-nav-dropdown .navigation ul li {
  min-height: 0;
  padding-left: 60px;
  padding-bottom: 15px;
  font-size: 15px;
  border: none !important;
}
#tools-nav-dropdown .navigation ul li:last-child {
  padding-bottom: 41px;
}
#tools-nav-dropdown .navigation ul li a {
  display: inline;
  padding: 0;
  background: 0 0 !important;
}
#tools-nav-dropdown .view:after,
#tools-nav-dropdown .view:before {
  display: table;
  content: "";
  line-height: 0;
}
#tools-nav-dropdown .view:after {
  clear: both;
}
#tools-nav-dropdown .ticker-view .navigation li:first-child {
  border-top: 1px solid #5b5c5c;
}
#tools-nav-dropdown .pdf-basket-view table {
  border-top: 1px solid #5b5c5c;
  border-bottom: 1px solid #5b5c5c;
}
#tools-nav-dropdown .pdf-basket-view table td {
  padding: 10px 0;
  vertical-align: top;
  line-height: normal;
}
#tools-nav-dropdown .pdf-basket-view table td.text-right {
  font-size: 12px;
  line-height: 1.6;
}
#tools-nav-dropdown .pdf-basket-view .pdf-basket-count {
  color: #ff7900;
}
#tools-nav-dropdown .pdf-basket-view form {
  display: none;
  padding-top: 32px;
}
#tools-nav-dropdown,
#tools-nav-dropdown ul ul {
  display: none;
}
.no-js #tools-nav-dropdown {
  margin-top: 40px;
  padding-bottom: 139px;
}
.no-js #tools-nav-dropdown .navigation li strong {
  background-image: none;
  cursor: default;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #tools-nav-dropdown > .container .close {
    background-size: 20px;
    background-image: url(/Static/gfx/icon-x-gray@2x.png);
  }
  #tools-nav-dropdown .navigation li strong {
    background-image: url(/Static/gfx/icon-arrow-flip-up-down@2x.png);
    background-size: 20px 200px;
  }
  #tools-nav-dropdown .navigation > li > a {
    background-image: url(/Static/gfx/icon-arrow-right-grey@2x.png);
    background-size: 20px 20px;
  }
  #tools-nav-dropdown .icon-flag-ar span {
    background-image: url(/Static/gfx/flags/ar@2x.png);
  }
  #tools-nav-dropdown .icon-flag-au span {
    background-image: url(/Static/gfx/flags/au@2x.png);
  }
  #tools-nav-dropdown .icon-flag-at span {
    background-image: url(/Static/gfx/flags/at@2x.png);
  }
  #tools-nav-dropdown .icon-flag-be span {
    background-image: url(/Static/gfx/flags/be@2x.png);
  }
  #tools-nav-dropdown .icon-flag-ba span {
    background-image: url(/Static/gfx/flags/ba@2x.png);
  }
  #tools-nav-dropdown .icon-flag-bg span {
    background-image: url(/Static/gfx/flags/bg@2x.png);
  }
  #tools-nav-dropdown .icon-flag-ca span {
    background-image: url(/Static/gfx/flags/ca@2x.png);
  }
  #tools-nav-dropdown .icon-flag-cl span {
    background-image: url(/Static/gfx/flags/cl@2x.png);
  }
  #tools-nav-dropdown .icon-flag-cn span {
    background-image: url(/Static/gfx/flags/cn@2x.png);
  }
  #tools-nav-dropdown .icon-flag-cr span {
    background-image: url(/Static/gfx/flags/cr@2x.png);
  }
  #tools-nav-dropdown .icon-flag-br span {
    background-image: url(/Static/gfx/flags/br@2x.png);
  }
  #tools-nav-dropdown .icon-flag-cz span {
    background-image: url(/Static/gfx/flags/cz@2x.png);
  }
  #tools-nav-dropdown .icon-flag-hr span {
    background-image: url(/Static/gfx/flags/hr@2x.png);
  }
  #tools-nav-dropdown .icon-flag-dk span {
    background-image: url(/Static/gfx/flags/dk@2x.png);
  }
  #tools-nav-dropdown .icon-flag-do span {
    background-image: url(/Static/gfx/flags/do@2x.png);
  }
  #tools-nav-dropdown .icon-flag-ee span {
    background-image: url(/Static/gfx/flags/ee@2x.png);
  }
  #tools-nav-dropdown .icon-flag-fi span {
    background-image: url(/Static/gfx/flags/fi@2x.png);
  }
  #tools-nav-dropdown .icon-flag-fr span {
    background-image: url(/Static/gfx/flags/fr@2x.png);
  }
  #tools-nav-dropdown .icon-flag-de span {
    background-image: url(/Static/gfx/flags/de@2x.png);
  }
  #tools-nav-dropdown .icon-flag-gr span,
  #tools-nav-dropdown .icon-flag-hn span {
    background-image: url(/Static/gfx/flags/gr@2x.png);
  }
  #tools-nav-dropdown .icon-flag-hu span {
    background-image: url(/Static/gfx/flags/hu@2x.png);
  }
  #tools-nav-dropdown .icon-flag-it span {
    background-image: url(/Static/gfx/flags/it@2x.png);
  }
  #tools-nav-dropdown .icon-flag-il span {
    background-image: url(/Static/gfx/flags/il@2x.png);
  }
  #tools-nav-dropdown .icon-flag-lv span {
    background-image: url(/Static/gfx/flags/lv@2x.png);
  }
  #tools-nav-dropdown .icon-flag-lt span {
    background-image: url(/Static/gfx/flags/lt@2x.png);
  }
  #tools-nav-dropdown .icon-flag-mk span {
    background-image: url(/Static/gfx/flags/mk@2x.png);
  }
  #tools-nav-dropdown .icon-flag-mx span {
    background-image: url(/Static/gfx/flags/mx@2x.png);
  }
  #tools-nav-dropdown .icon-flag-ma span {
    background-image: url(/Static/gfx/flags/ma@2x.png);
  }
  #tools-nav-dropdown .icon-flag-nl span {
    background-image: url(/Static/gfx/flags/nl@2x.png);
  }
  #tools-nav-dropdown .icon-flag-nz span {
    background-image: url(/Static/gfx/flags/nz@2x.png);
  }
  #tools-nav-dropdown .icon-flag-pl span {
    background-image: url(/Static/gfx/flags/pl@2x.png);
  }
  #tools-nav-dropdown .icon-flag-pt span {
    background-image: url(/Static/gfx/flags/pt@2x.png);
  }
  #tools-nav-dropdown .icon-flag-ro span {
    background-image: url(/Static/gfx/flags/ro@2x.png);
  }
  #tools-nav-dropdown .icon-flag-ru span {
    background-image: url(/Static/gfx/flags/ru@2x.png);
  }
  #tools-nav-dropdown .icon-flag-rs span {
    background-image: url(/Static/gfx/flags/rs@2x.png);
  }
  #tools-nav-dropdown .icon-flag-sk span {
    background-image: url(/Static/gfx/flags/sk@2x.png);
  }
  #tools-nav-dropdown .icon-flag-si span {
    background-image: url(/Static/gfx/flags/si@2x.png);
  }
  #tools-nav-dropdown .icon-flag-south-america span {
    background-image: url(/Static/gfx/flags/south-america@2x.png);
  }
  #tools-nav-dropdown .icon-flag-es span {
    background-image: url(/Static/gfx/flags/es@2x.png);
  }
  #tools-nav-dropdown .icon-flag-se span {
    background-image: url(/Static/gfx/flags/se@2x.png);
  }
  #tools-nav-dropdown .icon-flag-ch span {
    background-image: url(/Static/gfx/flags/ch@2x.png);
  }
  #tools-nav-dropdown .icon-flag-th span {
    background-image: url(/Static/gfx/flags/th@2x.png);
  }
  #tools-nav-dropdown .icon-flag-tr span {
    background-image: url(/Static/gfx/flags/tr@2x.png);
  }
  #tools-nav-dropdown .icon-flag-ua span {
    background-image: url(/Static/gfx/flags/ua@2x.png);
  }
  #tools-nav-dropdown .icon-flag-gb span {
    background-image: url(/Static/gfx/flags/gb@2x.png);
  }
  #tools-nav-dropdown .icon-flag-us span {
    background-image: url(/Static/gfx/flags/us@2x.png);
  }
  #tools-nav-dropdown .icon-flag-vn span {
    background-image: url(/Static/gfx/flags/vn@2x.png);
  }
  #tools-nav-dropdown .icon-flag-ar span,
  #tools-nav-dropdown .icon-flag-at span,
  #tools-nav-dropdown .icon-flag-au span,
  #tools-nav-dropdown .icon-flag-ba span,
  #tools-nav-dropdown .icon-flag-be span,
  #tools-nav-dropdown .icon-flag-bg span,
  #tools-nav-dropdown .icon-flag-br span,
  #tools-nav-dropdown .icon-flag-ca span,
  #tools-nav-dropdown .icon-flag-ch span,
  #tools-nav-dropdown .icon-flag-cl span,
  #tools-nav-dropdown .icon-flag-cn span,
  #tools-nav-dropdown .icon-flag-cr span,
  #tools-nav-dropdown .icon-flag-cz span,
  #tools-nav-dropdown .icon-flag-de span,
  #tools-nav-dropdown .icon-flag-dk span,
  #tools-nav-dropdown .icon-flag-do span,
  #tools-nav-dropdown .icon-flag-ee span,
  #tools-nav-dropdown .icon-flag-es span,
  #tools-nav-dropdown .icon-flag-fi span,
  #tools-nav-dropdown .icon-flag-fr span,
  #tools-nav-dropdown .icon-flag-gb span,
  #tools-nav-dropdown .icon-flag-gr span,
  #tools-nav-dropdown .icon-flag-hn span,
  #tools-nav-dropdown .icon-flag-hr span,
  #tools-nav-dropdown .icon-flag-hu span,
  #tools-nav-dropdown .icon-flag-il span,
  #tools-nav-dropdown .icon-flag-it span,
  #tools-nav-dropdown .icon-flag-lt span,
  #tools-nav-dropdown .icon-flag-lv span,
  #tools-nav-dropdown .icon-flag-ma span,
  #tools-nav-dropdown .icon-flag-mk span,
  #tools-nav-dropdown .icon-flag-mx span,
  #tools-nav-dropdown .icon-flag-nl span,
  #tools-nav-dropdown .icon-flag-nz span,
  #tools-nav-dropdown .icon-flag-pl span,
  #tools-nav-dropdown .icon-flag-pt span,
  #tools-nav-dropdown .icon-flag-ro span,
  #tools-nav-dropdown .icon-flag-rs span,
  #tools-nav-dropdown .icon-flag-ru span,
  #tools-nav-dropdown .icon-flag-se span,
  #tools-nav-dropdown .icon-flag-si span,
  #tools-nav-dropdown .icon-flag-sk span,
  #tools-nav-dropdown .icon-flag-south-america span,
  #tools-nav-dropdown .icon-flag-th span,
  #tools-nav-dropdown .icon-flag-tr span,
  #tools-nav-dropdown .icon-flag-ua span,
  #tools-nav-dropdown .icon-flag-us span,
  #tools-nav-dropdown .icon-flag-vn span {
    background-size: 30px 20px;
  }
}
@media (max-width: 480px) {
  #tools-nav-dropdown {
    display: none;
  }
}
.countries-nav ul li strong {
  line-height: normal;
  display: block;
  padding: 17px 30px 17px 0;
  font-weight: 400;
  cursor: pointer;
  background-position: 99% 23px;
  background-repeat: no-repeat;
  background-image: url(/images/icon-arrow-flip-up-down.png);
}
.countries-nav ul li strong.open {
  background-position: 99% -168px;
}
.countries-nav ul li:nth-child(n + 2) {
  border-top: 1px solid #4d4d4d;
}
.countries-nav ul li ul li {
  border: none !important;
}
.countries-nav ul li ul li a {
  display: block;
  padding-bottom: 15px;
  padding-left: 60px;
}
.countries-nav .icon-flag span {
  padding-left: 60px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-color: transparent;
}
.countries-nav .icon-flag-ar span {
  background-image: url(/Static/gfx/flags/ar.png);
}
.countries-nav .icon-flag-au span {
  background-image: url(/Static/gfx/flags/au.png);
}
.countries-nav .icon-flag-at span {
  background-image: url(/Static/gfx/flags/at.png);
}
.countries-nav .icon-flag-be span {
  background-image: url(/Static/gfx/flags/be.png);
}
.countries-nav .icon-flag-ba span {
  background-image: url(/Static/gfx/flags/ba.png);
}
.countries-nav .icon-flag-bg span {
  background-image: url(/Static/gfx/flags/bg.png);
}
.countries-nav .icon-flag-ca span {
  background-image: url(/Static/gfx/flags/ca.png);
}
.countries-nav .icon-flag-cl span {
  background-image: url(/Static/gfx/flags/cl.png);
}
.countries-nav .icon-flag-cn span {
  background-image: url(/Static/gfx/flags/cn.png);
}
.countries-nav .icon-flag-cr span {
  background-image: url(/Static/gfx/flags/cr.png);
}
.countries-nav .icon-flag-br span {
  background-image: url(/Static/gfx/flags/br.png);
}
.countries-nav .icon-flag-cz span {
  background-image: url(/Static/gfx/flags/cz.png);
}
.countries-nav .icon-flag-hr span {
  background-image: url(/Static/gfx/flags/hr.png);
}
.countries-nav .icon-flag-dk span {
  background-image: url(/Static/gfx/flags/dk.png);
}
.countries-nav .icon-flag-do span {
  background-image: url(/Static/gfx/flags/do.png);
}
.countries-nav .icon-flag-ee span {
  background-image: url(/Static/gfx/flags/ee.png);
}
.countries-nav .icon-flag-fi span {
  background-image: url(/Static/gfx/flags/fi.png);
}
.countries-nav .icon-flag-fr span {
  background-image: url(/Static/gfx/flags/fr.png);
}
.countries-nav .icon-flag-de span {
  background-image: url(/Static/gfx/flags/de.png);
}
.countries-nav .icon-flag-gr span,
.countries-nav .icon-flag-hn span {
  background-image: url(/Static/gfx/flags/gr.png);
}
.countries-nav .icon-flag-hu span {
  background-image: url(/Static/gfx/flags/hu.png);
}
.countries-nav .icon-flag-it span {
  background-image: url(/Static/gfx/flags/it.png);
}
.countries-nav .icon-flag-il span {
  background-image: url(/Static/gfx/flags/il.png);
}
.countries-nav .icon-flag-lv span {
  background-image: url(/Static/gfx/flags/lv.png);
}
.countries-nav .icon-flag-lt span {
  background-image: url(/Static/gfx/flags/lt.png);
}
.countries-nav .icon-flag-mk span {
  background-image: url(/Static/gfx/flags/mk.png);
}
.countries-nav .icon-flag-mx span {
  background-image: url(/Static/gfx/flags/mx.png);
}
.countries-nav .icon-flag-ma span {
  background-image: url(/Static/gfx/flags/ma.png);
}
.countries-nav .icon-flag-nl span {
  background-image: url(/Static/gfx/flags/nl.png);
}
.countries-nav .icon-flag-nz span {
  background-image: url(/Static/gfx/flags/nz.png);
}
.countries-nav .icon-flag-pl span {
  background-image: url(/Static/gfx/flags/pl.png);
}
.countries-nav .icon-flag-pt span {
  background-image: url(/Static/gfx/flags/pt.png);
}
.countries-nav .icon-flag-ro span {
  background-image: url(/Static/gfx/flags/ro.png);
}
.countries-nav .icon-flag-ru span {
  background-image: url(/Static/gfx/flags/ru.png);
}
.countries-nav .icon-flag-rs span {
  background-image: url(/Static/gfx/flags/rs.png);
}
.countries-nav .icon-flag-si span {
  background-image: url(/Static/gfx/flags/si.png);
}
.countries-nav .icon-flag-sk span {
  background-image: url(/Static/gfx/flags/sk.png);
}
.countries-nav .icon-flag-south-america span {
  background-image: url(/Static/gfx/flags/south-america.png);
}
.countries-nav .icon-flag-es span {
  background-image: url(/Static/gfx/flags/es.png);
}
.countries-nav .icon-flag-se span {
  background-image: url(/Static/gfx/flags/se.png);
}
.countries-nav .icon-flag-ch span {
  background-image: url(/Static/gfx/flags/ch.png);
}
.countries-nav .icon-flag-th span {
  background-image: url(/Static/gfx/flags/th.png);
}
.countries-nav .icon-flag-tr span {
  background-image: url(/Static/gfx/flags/tr.png);
}
.countries-nav .icon-flag-ua span {
  background-image: url(/Static/gfx/flags/ua.png);
}
.countries-nav .icon-flag-gb span {
  background-image: url(/Static/gfx/flags/gb.png);
}
.countries-nav .icon-flag-us span {
  background-image: url(/Static/gfx/flags/us.png);
}
.countries-nav .icon-flag-vn span {
  background-image: url(/Static/gfx/flags/vn.png);
}
.js .countries-nav ul ul {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .countries-nav ul li strong {
    background-image: url(/Static/gfx/icon-arrow-flip-up-down@2x.png);
    background-size: 20px 200px;
  }
  .countries-nav .icon-flag-ar span {
    background-image: url(/Static/gfx/flags/ar@2x.png);
  }
  .countries-nav .icon-flag-au span {
    background-image: url(/Static/gfx/flags/au@2x.png);
  }
  .countries-nav .icon-flag-at span {
    background-image: url(/Static/gfx/flags/at@2x.png);
  }
  .countries-nav .icon-flag-be span {
    background-image: url(/Static/gfx/flags/be@2x.png);
  }
  .countries-nav .icon-flag-ba span {
    background-image: url(/Static/gfx/flags/ba@2x.png);
  }
  .countries-nav .icon-flag-bg span {
    background-image: url(/Static/gfx/flags/bg@2x.png);
  }
  .countries-nav .icon-flag-ca span {
    background-image: url(/Static/gfx/flags/ca@2x.png);
  }
  .countries-nav .icon-flag-cl span {
    background-image: url(/Static/gfx/flags/cl@2x.png);
  }
  .countries-nav .icon-flag-cn span {
    background-image: url(/Static/gfx/flags/cn@2x.png);
  }
  .countries-nav .icon-flag-cr span {
    background-image: url(/Static/gfx/flags/cr@2x.png);
  }
  .countries-nav .icon-flag-br span {
    background-image: url(/Static/gfx/flags/br@2x.png);
  }
  .countries-nav .icon-flag-cz span {
    background-image: url(/Static/gfx/flags/cz@2x.png);
  }
  .countries-nav .icon-flag-hr span {
    background-image: url(/Static/gfx/flags/hr@2x.png);
  }
  .countries-nav .icon-flag-dk span {
    background-image: url(/Static/gfx/flags/dk@2x.png);
  }
  .countries-nav .icon-flag-do span {
    background-image: url(/Static/gfx/flags/do@2x.png);
  }
  .countries-nav .icon-flag-ee span {
    background-image: url(/Static/gfx/flags/ee@2x.png);
  }
  .countries-nav .icon-flag-fi span {
    background-image: url(/Static/gfx/flags/fi@2x.png);
  }
  .countries-nav .icon-flag-fr span {
    background-image: url(/Static/gfx/flags/fr@2x.png);
  }
  .countries-nav .icon-flag-de span {
    background-image: url(/Static/gfx/flags/de@2x.png);
  }
  .countries-nav .icon-flag-gr span,
  .countries-nav .icon-flag-hn span {
    background-image: url(/Static/gfx/flags/gr@2x.png);
  }
  .countries-nav .icon-flag-hu span {
    background-image: url(/Static/gfx/flags/hu@2x.png);
  }
  .countries-nav .icon-flag-it span {
    background-image: url(/Static/gfx/flags/it@2x.png);
  }
  .countries-nav .icon-flag-il span {
    background-image: url(/Static/gfx/flags/il@2x.png);
  }
  .countries-nav .icon-flag-lv span {
    background-image: url(/Static/gfx/flags/lv@2x.png);
  }
  .countries-nav .icon-flag-lt span {
    background-image: url(/Static/gfx/flags/lt@2x.png);
  }
  .countries-nav .icon-flag-mk span {
    background-image: url(/Static/gfx/flags/mk@2x.png);
  }
  .countries-nav .icon-flag-mx span {
    background-image: url(/Static/gfx/flags/mx@2x.png);
  }
  .countries-nav .icon-flag-ma span {
    background-image: url(/Static/gfx/flags/ma@2x.png);
  }
  .countries-nav .icon-flag-nl span {
    background-image: url(/Static/gfx/flags/nl@2x.png);
  }
  .countries-nav .icon-flag-nz span {
    background-image: url(/Static/gfx/flags/nz@2x.png);
  }
  .countries-nav .icon-flag-pl span {
    background-image: url(/Static/gfx/flags/pl@2x.png);
  }
  .countries-nav .icon-flag-pt span {
    background-image: url(/Static/gfx/flags/pt@2x.png);
  }
  .countries-nav .icon-flag-ro span {
    background-image: url(/Static/gfx/flags/ro@2x.png);
  }
  .countries-nav .icon-flag-ru span {
    background-image: url(/Static/gfx/flags/ru@2x.png);
  }
  .countries-nav .icon-flag-rs span {
    background-image: url(/Static/gfx/flags/rs@2x.png);
  }
  .countries-nav .icon-flag-sk span {
    background-image: url(/Static/gfx/flags/sk@2x.png);
  }
  .countries-nav .icon-flag-si span {
    background-image: url(/Static/gfx/flags/si@2x.png);
  }
  .countries-nav .icon-flag-south-america span {
    background-image: url(/Static/gfx/flags/south-america@2x.png);
  }
  .countries-nav .icon-flag-es span {
    background-image: url(/Static/gfx/flags/es@2x.png);
  }
  .countries-nav .icon-flag-se span {
    background-image: url(/Static/gfx/flags/se@2x.png);
  }
  .countries-nav .icon-flag-ch span {
    background-image: url(/Static/gfx/flags/ch@2x.png);
  }
  .countries-nav .icon-flag-th span {
    background-image: url(/Static/gfx/flags/th@2x.png);
  }
  .countries-nav .icon-flag-tr span {
    background-image: url(/Static/gfx/flags/tr@2x.png);
  }
  .countries-nav .icon-flag-ua span {
    background-image: url(/Static/gfx/flags/ua@2x.png);
  }
  .countries-nav .icon-flag-gb span {
    background-image: url(/Static/gfx/flags/gb@2x.png);
  }
  .countries-nav .icon-flag-us span {
    background-image: url(/Static/gfx/flags/us@2x.png);
  }
  .countries-nav .icon-flag-vn span {
    background-image: url(/Static/gfx/flags/vn@2x.png);
  }
  .countries-nav .icon-flag-ar span,
  .countries-nav .icon-flag-at span,
  .countries-nav .icon-flag-au span,
  .countries-nav .icon-flag-ba span,
  .countries-nav .icon-flag-be span,
  .countries-nav .icon-flag-bg span,
  .countries-nav .icon-flag-br span,
  .countries-nav .icon-flag-ca span,
  .countries-nav .icon-flag-ch span,
  .countries-nav .icon-flag-cl span,
  .countries-nav .icon-flag-cn span,
  .countries-nav .icon-flag-cr span,
  .countries-nav .icon-flag-cz span,
  .countries-nav .icon-flag-de span,
  .countries-nav .icon-flag-dk span,
  .countries-nav .icon-flag-do span,
  .countries-nav .icon-flag-ee span,
  .countries-nav .icon-flag-es span,
  .countries-nav .icon-flag-fi span,
  .countries-nav .icon-flag-fr span,
  .countries-nav .icon-flag-gb span,
  .countries-nav .icon-flag-gr span,
  .countries-nav .icon-flag-hn span,
  .countries-nav .icon-flag-hr span,
  .countries-nav .icon-flag-hu span,
  .countries-nav .icon-flag-il span,
  .countries-nav .icon-flag-it span,
  .countries-nav .icon-flag-lt span,
  .countries-nav .icon-flag-lv span,
  .countries-nav .icon-flag-ma span,
  .countries-nav .icon-flag-mk span,
  .countries-nav .icon-flag-mx span,
  .countries-nav .icon-flag-nl span,
  .countries-nav .icon-flag-nz span,
  .countries-nav .icon-flag-pl span,
  .countries-nav .icon-flag-pt span,
  .countries-nav .icon-flag-ro span,
  .countries-nav .icon-flag-rs span,
  .countries-nav .icon-flag-ru span,
  .countries-nav .icon-flag-se span,
  .countries-nav .icon-flag-si span,
  .countries-nav .icon-flag-sk span,
  .countries-nav .icon-flag-south-america span,
  .countries-nav .icon-flag-th span,
  .countries-nav .icon-flag-tr span,
  .countries-nav .icon-flag-ua span,
  .countries-nav .icon-flag-us span,
  .countries-nav .icon-flag-vn span {
    background-size: 30px 20px;
  }
}
@media (max-width: 480px) {
  .countries-nav ul li strong {
    background-image: url(/Static/gfx/icon-arrow-flip-up-down-small.png);
  }
  .countries-nav ul li strong.open {
    background-position: 99% -170px;
  }
  .small-screen-nav {
    overflow: hidden;
  }
  .small-screen-nav body {
    background-color: #333;
  }
  .small-screen-countries-nav {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px 0 15%;
    color: #fff;
    background-color: #333;
    z-index: 2000;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
  }
  .small-screen-nav .small-screen-countries-nav {
    display: block !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .csstransforms .small-screen-countries-nav {
    transform-style: preserve-3d;
    transform: translate(10%) scale(0.9);
  }
  .small-screen-nav-animate.csstransforms .small-screen-countries-nav {
    transform: translate(0) scale(1);
  }
  .small-screen-countries-nav .close {
    position: absolute;
    top: 22px;
    right: 22px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(/Static/gfx/icon-x-gray.png);
  }
  .small-screen-countries-nav ul {
    margin-bottom: 0;
  }
  .small-screen-countries-nav ul li {
    border-top: 1px solid #4d4d4d;
  }
  .small-screen-countries-nav ul.navigation li > a {
    display: block;
    padding: 15px 30px 15px 0;
  }
  .small-screen-countries-nav ul.navigation li ul {
    padding-bottom: 15px;
  }
  .small-screen-countries-nav ul.navigation li ul li a {
    padding-bottom: 0;
    line-height: 40px;
  }
  .small-screen-countries-nav a {
    color: #fff;
  }
  .small-screen-countries-nav a:hover {
    text-decoration: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .small-screen-countries-nav .close {
    background-size: 20px;
    background-image: url(/Static/gfx/icon-x-gray@2x.png);
  }
}
.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  padding-top: 60px;
  background-color: rgba(40, 40, 40, 0.8);
  z-index: 2000;
  color: #fff;
}
.popup-overlay .countries-nav {
  padding: 30px;
  margin: -30px;
  background-color: #333;
  display: block !important;
}
.popup-overlay .countries-nav .navigation > li > a {
  display: block;
  padding: 17px 60px 17px 0;
  line-height: normal;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
.popup-overlay .countries-nav .navigation a {
  color: #fff;
}
@media (max-width: 480px) {
  .popup-overlay {
    padding-top: 0;
  }
  .popup-overlay .countries-nav {
    margin: 0;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  .countries-nav ul li strong {
    background-image: url(/Static/gfx/icon-arrow-flip-up-down-small@2x.png);
    background-size: 20px 200px;
  }
}
.pagination {
  padding: 25px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #e2e2e2;
}
.pagination ul {
  margin: 0;
  text-align: center;
}
.pagination ul:after,
.pagination ul:before {
  display: table;
  content: "";
  line-height: 0;
}
.pagination ul:after {
  clear: both;
}
.pagination ul li {
  display: inline;
  padding: 0 25px;
}
.pagination ul li.next {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
.pagination ul li.prev {
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: 28px 50%;
  background-image: url(/Static/gfx/icon-arrow-left-grey.png);
}
.pagination ul li.next a,
.pagination ul li.prev a {
  padding: 0 10px;
}
.pagination ul li.next a span,
.pagination ul li.prev a span {
  position: absolute;
  left: -999em;
}
.pagination ul li.selected a {
  color: #ff7900;
}
.pagination ul li a {
  color: #5b5c5c;
}
.pagination ul li a:hover {
  color: #e66d00;
  text-decoration: none;
}
.pagination button {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pagination ul li.next {
    background-image: url(/Static/gfx/icon-arrow-right-grey@2x.png);
    background-size: 20px 20px;
  }
  .pagination ul li.prev {
    background-image: url(/Static/gfx/icon-arrow-left-grey@2x.png);
    background-size: 20px 20px;
  }
}
@media (max-width: 480px) {
  .pagination {
    padding-top: 0;
    padding-bottom: 30px;
    border-top: none;
  }
  .pagination ul {
    display: none;
  }
  .pagination button {
    display: block;
  }
}
.sitemap * {
  box-sizing: border-box;
}
.sitemap .accordion {
  border: none !important;
}
.sitemap ul {
  list-style: none;
}
.sitemap ul li {
  margin: 0;
  background: 0 0;
}
.sitemap .sitemap__list > .sitemap__item {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eaeaea;
}
.sitemap .sitemap__list > .sitemap__item > .sitemap__item-link {
  color: #8bd14d;
}
.sitemap .sitemap__list > .sitemap__item > .sitemap__item-link:focus,
.sitemap .sitemap__list > .sitemap__item > .sitemap__item-link:hover {
  color: #59b308;
}
.sitemap .sitemap__list > .sitemap__item > .sitemap__item-toggle {
  top: 1.2rem;
  cursor: pointer;
}
.sitemap .sitemap__list > .sitemap__item:last-child {
  border-bottom: none;
}
.sitemap .sitemap__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 0.2rem;
}
.sitemap .sitemap__item-link {
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #5b5c5c;
}
.sitemap .sitemap__item-link:focus,
.sitemap .sitemap__item-link:hover {
  color: #59b308;
}
.sitemap .sitemap__item-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0.4rem;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(/images/icon-arrow-flip-up-down.png);
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  background-position: 0 104%;
}
.sitemap .sitemap__item-toggle.collapsed {
  background-position: 0 0;
}
.sitemap .sitemap__item-body {
  width: 100%;
}
.sitemap .sitemap__inner {
  width: 100%;
  padding: 0 0 0 1.8rem;
  transition: 0.2s;
}
.sitemap .sitemap__inner .sitemap__item-link {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.sitemap .sitemap__inner .sitemap__item-toggle {
  width: 1rem;
  height: 1rem;
  background-size: 1rem auto;
}
form {
  margin-bottom: 0;
}
form div.input-error select.input-block-level,
form div.input-error span.custom-checkbox {
  border: 1px solid #db3e38 !important;
}
form div.input-error select.input-block-level {
  color: #db3e38 !important;
}
form div.input-error select.input-block-level:-moz-placeholder {
  color: #db3e38;
}
form div.input-error select.input-block-level:-ms-input-placeholder {
  color: #db3e38;
}
form div.input-error select.input-block-level::-webkit-input-placeholder {
  color: #db3e38;
}
form div.custom-error-message {
  color: #db3e38 !important;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}
form h2 {
  padding-bottom: 30px;
}
form h2 small {
  color: #ff7900;
}
.input {
  height: 48px !important;
  padding: 4px 10px !important;
}
.input,
textarea {
  color: #333 !important;
  opacity: 1;
  box-shadow: none !important;
}
.input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #5b5c5c;
}
.input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5b5c5c;
}
.input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5b5c5c;
}
.input:active,
.input:focus,
textarea:active,
textarea:focus {
  outline: 0 !important;
}
form .g-recaptcha,
form .input,
form select,
form textarea {
  margin-bottom: 22px;
}
.g-recaptcha,
.g-recaptcha iframe {
  width: 100%;
}
.input,
select,
textarea {
  background-color: #fff;
  border-radius: 0;
}
textarea {
  padding: 10px;
}
label {
  margin: 0 0 8px;
  font-size: 18px !important;
}
label small,
small.required {
  color: #ff7900;
}
.set-required-after p {
  margin-bottom: 20px;
}
.set-required-after p:after {
  content: "*";
  color: #ff7900;
}
.label {
  font-size: 14px !important;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  border-color: #d9d9d9;
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  border-color: #ff7900;
}
.input-error {
  color: #db3e38 !important;
  border-color: #db3e38 !important;
}
.input-error:-moz-placeholder {
  color: #db3e38;
}
.input-error:-ms-input-placeholder {
  color: #db3e38;
}
.input-error::-webkit-input-placeholder {
  color: #db3e38;
}
label.input-error {
  border-color: #db3e38 !important;
}
.global-site-search {
  margin-bottom: 0;
  padding-bottom: 0;
}
.global-site-search input {
  margin-bottom: 0 !important;
}
.global-site-search .input {
  padding: 5px 20px;
  font-size: 18px;
  line-height: normal;
  border: none;
}
.global-site-search .input:focus {
  box-shadow: none;
}
.btn {
  text-shadow: none;
  background-image: linear-gradient(180deg, #ff7900, #ff7900);
  background-repeat: repeat-x;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 0 #ce6700;
  background-image: none;
}
.btn,
.btn.active,
.btn.disabled,
.btn:active,
.btn:focus,
.btn:hover,
.btn[disabled] {
  color: #fff;
  background-color: #ff7900;
}
.btn:focus,
.btn:hover {
  background-color: #e66d00;
  transition: background-color 0.1s linear;
}
.btn:active {
  background-image: none;
  outline: 0;
  background-color: #d66600;
  box-shadow: none;
  transition: background-color 0.1s linear;
  transition: box-shadow 0.1s linear;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 1;
  box-shadow: none;
}
.btn.btn-download {
  padding-left: 41px;
  font-size: 15px;
  background-position: 16px 12px;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-download-white-small.png);
}
.btn.btn-captchasubmit:disabled {
  background: #555;
  opacity: 0.5;
  background-image: url(/Static/gfx/icon-download-white-small.png);
  background-position: 16px 12px;
  background-repeat: no-repeat;
}
.btn.btn-email {
  padding-left: 41px;
  font-size: 15px;
  background-position: 16px 12px;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/contact/icon-email-white.png);
}
.btn-xlarge {
  clear: both;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
}
.custom-select {
  background-color: #fff !important;
}
.custom-select li {
  margin: 0;
}
.custom-select > li {
  position: relative;
}
.custom-select span {
  display: block;
  padding: 0 10px;
  line-height: 48px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-arrow-down-grey.png);
}
.custom-select.open span {
  background-image: url(/Static/gfx/icon-arrow-up-grey.png);
}
.custom-select ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.custom-select ul li {
  padding: 0 10px;
  line-height: 48px;
  border: 1px solid #d9d9d9;
  border-top: none;
  cursor: pointer;
}
.custom-select ul li:hover {
  background-color: #f3f3f3;
}
.custom-select.disabled span {
  color: #c1c1c1;
  background-color: #e2e2e2;
}
.custom-checkbox,
.custom-radiobutton {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
}
.custom-checkbox {
  background: url(/Static/gfx/icon-custom-check.png) no-repeat 0 0 transparent;
}
.custom-radiobutton {
  background: url(/Static/gfx/icon-custom-radio.png) no-repeat 0 0 transparent;
}
label.custom-input-label {
  position: relative;
  margin-right: 20px;
  margin-bottom: 28px;
  padding-left: 40px;
  line-height: 28px;
}
label.custom-input-label:after,
label.custom-input-label:before {
  display: table;
  content: "";
  line-height: 0;
}
label.custom-input-label:after {
  clear: both;
}
label.custom-input-label.small-label {
  font-weight: 400 !important;
}
label.custom-input-label.xsmall-label {
  font-weight: 400 !important;
  font-size: 0.8em !important;
  line-height: 1.55;
}
label.custom-input-label .custom-checkbox,
label.custom-input-label .custom-radiobutton {
  float: left;
  left: 0;
  top: 0;
}
label.custom-input-label.inline {
  float: left;
}
label.custom-input-label + .hidden-form {
  display: none;
}
label.marked .custom-checkbox {
  background-position: 0 100%;
}
label.marked .custom-radiobutton {
  background-position: 0 99%;
}
label.marked + .hidden-form {
  display: block;
}
.toggle-next .hidden-form {
  display: none;
}
.toggle-next.show-next .hidden-form {
  display: block;
}
label.sub-marked .custom-checkbox {
  background-position: 0 -28px;
}
.navigation-filter label.marked {
  color: #ff7900;
}
.js .custom-input {
  display: none;
}
.form-compact .input,
.form-compact select,
.form-compact textarea {
  margin-bottom: 8px;
}
.form-compact .g-recaptcha {
  margin-bottom: 30px;
}
.form-compact label {
  margin: 0 0 5px;
}
.form-compact .input {
  height: 32px !important;
}
.form-compact .form-field-wrapper {
  display: inline-block;
  width: 99%;
}
.form-compact h2 {
  padding-top: 5px;
  padding-bottom: 15px;
}
@media (min-width: 480px) {
  .form-compact .half-width {
    width: 49%;
    float: left;
    display: inline-block;
    padding-right: 1%;
  }
  .form-compact .half-width.textarea {
    height: auto;
  }
  .form-compact .half-width .custom-select span {
    background-position: 213px 50%;
  }
}
.form-compact label.custom-input-label {
  margin-bottom: 15px;
  margin-right: 20px;
  padding-top: 1px;
}
.form-compact ul.unstyled {
  margin-bottom: 8px;
}
.form-compact .custom-select span,
.form-compact .custom-select ul li {
  line-height: 30px;
}
.form-color-standard {
  overflow: hidden;
}
.form-color-standard .form-thumbnail {
  margin-top: 20px;
}
.form-gray2-theme,
.form-gray3-theme,
.form-gray4-theme,
.form-gray-theme {
  padding: 30px 3% 30px 4%;
  width: 93%;
}
.form-gray2-theme ul,
.form-gray3-theme ul,
.form-gray4-theme ul,
.form-gray-theme ul {
  color: #5b5c5c;
}
.form-gray2-theme .g-recaptcha,
.form-gray3-theme .g-recaptcha,
.form-gray4-theme .g-recaptcha,
.form-gray-theme .g-recaptcha {
  margin-bottom: 20px;
  margin-top: 20px;
  clear: both;
}
.form-gray2-theme h2,
.form-gray3-theme h2,
.form-gray4-theme h2,
.form-gray-theme h2 {
  border-bottom: 1px solid #4d4d4d;
  width: 98%;
  margin-bottom: 20px;
}
.form-gray2-theme .form-thumbnail,
.form-gray3-theme .form-thumbnail,
.form-gray4-theme .form-thumbnail,
.form-gray-theme .form-thumbnail {
  margin-top: 20px;
}
.form-gray-theme {
  background-color: #666;
  color: #fff;
  overflow: hidden;
}
.form-gray-theme h2 {
  color: #fff;
  border-color: #fff;
}
.form-gray-theme p {
  color: #fff;
}
.form-gray2-theme {
  background-color: rgba(77, 77, 77, 0.3);
  color: #666;
  overflow: hidden;
}
.form-gray2-theme .btn {
  background-color: rgba(77, 77, 77, 0.5);
  box-shadow: 0 2px 0 #4d4d4d;
}
.form-gray2-theme .btn:focus,
.form-gray2-theme .btn:hover {
  background-color: rgba(77, 77, 77, 0.8);
  transition: background-color 0.1s linear;
}
.form-gray3-theme {
  background-color: rgba(77, 77, 77, 0.1);
  color: #666;
  overflow: hidden;
}
.form-gray3-theme .btn {
  background-color: rgba(77, 77, 77, 0.5);
  box-shadow: 0 2px 0 #4d4d4d;
}
.form-gray3-theme .btn:focus,
.form-gray3-theme .btn:hover {
  background-color: rgba(77, 77, 77, 0.8);
  transition: background-color 0.1s linear;
}
.form-gray4-theme {
  background-color: rgba(77, 77, 77, 0.3);
  color: #666;
  overflow: hidden;
}
.form-gray4-theme .btn {
  background-color: rgba(162, 188, 19, 0.9);
  box-shadow: 0 2px 0 #a2bc13;
}
.form-gray4-theme .btn:focus,
.form-gray4-theme .btn:hover {
  background-color: rgba(162, 188, 19, 0.5);
  transition: background-color 0.1s linear;
}
.module.form-gray2-theme,
.module.form-gray3-theme,
.module.form-gray4-theme,
.module.form-gray-theme {
  padding: 30px 3% 30px 4%;
}
.module.form-gray2-theme:last-child,
.module.form-gray3-theme:last-child,
.module.form-gray4-theme:last-child,
.module.form-gray-theme:last-child {
  padding-bottom: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn.btn-download {
    background-image: url(/Static/gfx/icon-download-white-small@2x.png);
    background-size: 20px;
  }
  .btn.btn-email {
    background-image: url(/Static/gfx/contact/icon-email-white-small@2x.png);
    background-size: 20px;
  }
  .custom-select span {
    background-image: url(/Static/gfx/icon-arrow-down-grey@2x.png);
    background-size: 20px 20px;
  }
  .custom-select.open span {
    background-image: url(/Static/gfx/icon-arrow-up-grey@2x.png);
    background-size: 20px 20px;
  }
  .custom-checkbox {
    background-image: url(/Static/gfx/icon-custom-check@2x.png);
    background-size: 28px 84px;
  }
  .custom-radiobutton {
    background-image: url(/Static/gfx/icon-custom-radio@2x.png);
    background-size: 28px 56px;
  }
}
@media (max-width: 480px) {
  .input {
    height: 44px !important;
  }
  .btn {
    box-sizing: border-box;
  }
  .btn,
  select {
    width: 100%;
  }
  .custom-select span,
  .custom-select ul li {
    line-height: 44px;
  }
  .custom-select span {
    background-position: 95% 50% !important;
    background-image: url(/Static/gfx/icon-arrow-down-grey-small.png);
  }
  .custom-select.open span {
    background-image: url(/Static/gfx/icon-arrow-up-grey-small.png);
  }
  .custom-checkbox,
  .custom-radiobutton {
    width: 22px;
    height: 22px;
  }
  .custom-checkbox {
    background-image: url(/Static/gfx/icon-custom-check-small.png);
  }
  .custom-radiobutton {
    background-image: url(/Static/gfx/icon-custom-radio-small.png);
  }
  label.custom-input-label {
    line-height: 22px;
    padding-left: 34px;
  }
  label.sub-marked .custom-checkbox {
    background-position: 0 -22px;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  .custom-select span {
    background-image: url(/Static/gfx/icon-arrow-down-grey-samll@2x.png);
    background-size: 20px 20px;
  }
  .custom-select.open span {
    background-image: url(/Static/gfx/icon-arrow-up-grey-small@2x.png);
    background-size: 20px 20px;
  }
  .custom-checkbox {
    background-image: url(/Static/gfx/icon-custom-check-small@2x.png);
    background-size: 22px 66px;
  }
  .custom-radiobutton {
    background-image: url(/Static/gfx/icon-custom-radio-small@2x.png);
    background-size: 22px 44px;
  }
  .xform label.custom-input-label {
    line-height: 18px !important;
    margin-bottom: 20px !important;
    font-weight: 400 !important;
    font-size: 12px !important;
  }
}
.form-cta-content .form-cta-form {
  display: none;
}
.form-cta-content .form-cta-btn-content {
  text-align: center;
}
.form-cta-content .form-cta-btn {
  width: 35%;
}
.form-cta-content .form-cta-btn-link {
  margin-right: 20px;
}
.form-cta-content .form-cta-row {
  float: left;
  width: 100%;
}
.form-cta-content .form-cta-row__centered {
  width: 70%;
  margin: 0 auto;
}
.form-cta-content .form-cta-form {
  margin-top: 20px;
}
article.span7 .form-cta-row__centered {
  width: auto;
}
article.span10 .form-cta-row__centered {
  width: 95%;
}
article.span10 .form-cta-row__centered .span2 {
  width: 180px;
}
article.span10 .form-cta-row__centered .span4 {
  width: 450px;
}
@media (max-width: 480px) {
  .form-cta-content .form-cta-btn-content {
    text-align: center;
  }
  .form-cta-content .form-cta-btn {
    margin-top: 10px;
    width: 100%;
  }
  .form-cta-content .form-cta-row__centered {
    width: 100%;
    margin: auto;
  }
  article.span10 .form-cta-row__centered .span2,
  article.span10 .form-cta-row__centered .span4 {
    width: 100%;
  }
}
#captchaInput {
  height: 48px !important;
  padding: 4px 10px !important;
  color: #333 !important;
  opacity: 1;
  box-shadow: none !important;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
#captchaInput:-moz-placeholder {
  color: #5b5c5c;
}
#captchaInput:-ms-input-placeholder {
  color: #5b5c5c;
}
#captchaInput::-webkit-input-placeholder {
  color: #5b5c5c;
}
#captchaInput:active,
#captchaInput:focus {
  outline: 0 !important;
}
#captchaText {
  font-size: 14px !important;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.hp-email {
  width: 1px !important;
  height: 1px !important;
  position: fixed;
  left: 1000%;
  opacity: 0;
}
.page-list > li {
  margin-bottom: 0;
}
.page-list > li:nth-child(n + 2) {
  border-top: 1px solid #d9d9d9;
}
.page-list > li.article,
.page-list > li.blog,
.page-list > li.career,
.page-list > li.case,
.page-list > li.document,
.page-list > li.event,
.page-list > li.lower-cost,
.page-list > li.more-sales,
.page-list > li.news,
.page-list > li.press-release,
.page-list > li.product,
.page-list > li.risk-managed,
.page-list > li.video {
  background-repeat: no-repeat;
  background-position: 15px 14px;
}
.page-list > li.news {
  background-image: url(/Static/gfx/icon-news-gray.png);
}
.page-list > li.article {
  background-image: url(/Static/gfx/icon-article-gray.png);
}
.page-list > li.press-release {
  background-image: url(/Static/gfx/icon-press-release-gray.png);
}
.page-list > li.case {
  background-image: url(/Static/gfx/icon-case-gray.png);
}
.page-list > li.document {
  background-image: url(/Static/gfx/icon-document-gray.png);
}
.page-list > li.event {
  background-image: url(/Static/gfx/icon-event-gray.png);
}
.page-list > li.blog {
  background-image: url(/Static/gfx/icon-blog-gray.png);
}
.page-list > li.career {
  background-image: url(/Static/gfx/icon-career-gray.png);
}
.page-list > li.product {
  background-image: url(/Static/gfx/icon-product-gray.png);
}
.page-list > li.lower-cost {
  background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
}
.page-list > li.risk-managed {
  background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
}
.page-list > li.more-sales {
  background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
}
.page-list > li.idea {
  background-image: url(/Static/gfx/icon-light-bulb-gray.png);
}
.page-list > li.award {
  background-image: url(/Static/gfx/icon-awards-gray.png);
}
.page-list > li.video {
  background-image: url(/Static/gfx/icon-video-gray.png);
}
.page-list > li.news.marked {
  background-image: url(/Static/gfx/icon-news-orange.png);
}
.page-list > li.article.marked {
  background-image: url(/Static/gfx/icon-article-orange.png);
}
.page-list > li.press-release.marked {
  background-image: url(/Static/gfx/icon-press-release-orange.png);
}
.page-list > li.case.marked {
  background-image: url(/Static/gfx/icon-case-orange.png);
}
.page-list > li.document.marked {
  background-image: url(/Static/gfx/icon-document-orange.png);
}
.page-list > li.event.marked {
  background-image: url(/Static/gfx/icon-event-orange.png);
}
.page-list > li.blog.marked {
  background-image: url(/Static/gfx/icon-blog-orange.png);
}
.page-list > li.career.marked {
  background-image: url(/Static/gfx/icon-career-orange.png);
}
.page-list > li.product.marked {
  background-image: url(/Static/gfx/icon-product-orange.png);
}
.page-list > li.lower-cost.marked {
  background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
}
.page-list > li.risk-managed.marked {
  background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
}
.page-list > li.more-sales.marked {
  background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
}
.page-list > li.idea.marked {
  background-image: url(/Static/gfx/icon-light-bulb-orange.png);
}
.page-list > li.award.marked {
  background-image: url(/Static/gfx/icon-awards-orange.png);
}
.page-list > li.video.marked {
  background-image: url(/Static/gfx/icon-video-orange.png);
}
.page-list > li .h3 span {
  text-transform: none;
  color: #ff7900;
}
.page-list > li > a {
  display: block;
  padding: 8px 0 25px 80px;
}
.page-list > li > a p {
  margin: 0;
  color: #4d4d4d;
  background-repeat: no-repeat;
  background-position: 420px 50%;
}
.page-list > li > a:hover {
  text-decoration: none;
}
.page-list > li > a:hover h2,
.page-list > li > a:hover p {
  color: #e66d00;
}
.page-list > li.page a p {
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
.page-list > li.file a {
  background-repeat: no-repeat;
  background-position: 420px 50%;
  background-image: url(/Static/gfx/icon-download-grey.png);
}
.page-list > li h2,
.page-list > li p {
  padding-right: 80px;
}
.page-list .publisher {
  margin-bottom: 0;
  padding-top: 19px;
  font-size: 13px;
  background-image: none !important;
}
.page-list .tag-list {
  padding: 0 80px 15px;
}
.page-list .tag-list:after,
.page-list .tag-list:before {
  display: table;
  content: "";
  line-height: 0;
}
.page-list .tag-list:after {
  clear: both;
}
.page-list .tag-list li {
  float: left;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.page-list .tag-list li:first-child {
  font-size: 14px;
}
.page-list .tag-list li strong {
  font-weight: 400;
  text-transform: none;
}
.page-list .tag-list li strong a {
  color: #4d4d4d;
}
.page-list .tag-list li strong a:hover {
  color: #e66d00;
  text-decoration: none;
}
.page-list .tag-list li:nth-child(n + 3) {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #333;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-list > li.article,
  .page-list > li.blog,
  .page-list > li.career,
  .page-list > li.case,
  .page-list > li.document,
  .page-list > li.event,
  .page-list > li.idea,
  .page-list > li.lower-cost,
  .page-list > li.more-sales,
  .page-list > li.news,
  .page-list > li.press-release,
  .page-list > li.product,
  .page-list > li.risk-managed,
  .page-list > li.video {
    background-size: 30px 30px;
  }
  .page-list > li.news {
    background-image: url(/Static/gfx/icon-news-gray@2x.png);
  }
  .page-list > li.article {
    background-image: url(/Static/gfx/icon-article-gray@2x.png);
  }
  .page-list > li.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray@2x.png);
  }
  .page-list > li.case {
    background-image: url(/Static/gfx/icon-case-gray@2x.png);
  }
  .page-list > li.document {
    background-image: url(/Static/gfx/icon-document-gray@2x.png);
  }
  .page-list > li.event {
    background-image: url(/Static/gfx/icon-event-gray@2x.png);
  }
  .page-list > li.blog {
    background-image: url(/Static/gfx/icon-blog-gray@2x.png);
  }
  .page-list > li.career {
    background-image: url(/Static/gfx/icon-career-gray@2x.png);
  }
  .page-list > li.product {
    background-image: url(/Static/gfx/icon-product-gray@2x.png);
  }
  .page-list > li.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray@2x.png);
  }
  .page-list > li.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray@2x.png);
  }
  .page-list > li.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray@2x.png);
  }
  .page-list > li.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray@2x.png);
  }
  .page-list > li.award {
    background-image: url(/Static/gfx/icon-awards-gray@2x.png);
  }
  .page-list > li.video {
    background-image: url(/Static/gfx/icon-video-gray@2x.png);
  }
  .page-list > li.news.marked {
    background-image: url(/Static/gfx/icon-news-orange@2x.png);
  }
  .page-list > li.article.marked {
    background-image: url(/Static/gfx/icon-article-orange@2x.png);
  }
  .page-list > li.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange@2x.png);
  }
  .page-list > li.case.marked {
    background-image: url(/Static/gfx/icon-case-orange@2x.png);
  }
  .page-list > li.document.marked {
    background-image: url(/Static/gfx/icon-document-orange@2x.png);
  }
  .page-list > li.event.marked {
    background-image: url(/Static/gfx/icon-event-orange@2x.png);
  }
  .page-list > li.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange@2x.png);
  }
  .page-list > li.career.marked {
    background-image: url(/Static/gfx/icon-career-orange@2x.png);
  }
  .page-list > li.product.marked {
    background-image: url(/Static/gfx/icon-product-orange@2x.png);
  }
  .page-list > li.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange@2x.png);
  }
  .page-list > li.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange@2x.png);
  }
  .page-list > li.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange@2x.png);
  }
  .page-list > li.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange.png);
  }
  .page-list > li.video.marked {
    background-image: url(/Static/gfx/icon-video-orange@2x.png);
  }
  .page-list > li.page a p {
    background-image: url(/Static/gfx/icon-arrow-right-grey@2x.png);
    background-size: 20px 20px;
  }
  .page-list > li.file a {
    background-image: url(/Static/gfx/icon-download-grey@2x.png);
    background-size: 20px 20px;
  }
}
@media (max-width: 480px) {
  .page-list > li.article,
  .page-list > li.blog,
  .page-list > li.career,
  .page-list > li.case,
  .page-list > li.document,
  .page-list > li.event,
  .page-list > li.idea,
  .page-list > li.lower-cost,
  .page-list > li.more-sales,
  .page-list > li.news,
  .page-list > li.press-release,
  .page-list > li.product,
  .page-list > li.risk-managed {
    background-position: 8px 27px;
  }
  .page-list > li.news {
    background-image: url(/Static/gfx/icon-news-gray-small.png);
  }
  .page-list > li.article {
    background-image: url(/Static/gfx/icon-article-gray-small.png);
  }
  .page-list > li.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray-small.png);
  }
  .page-list > li.case {
    background-image: url(/Static/gfx/icon-case-gray-small.png);
  }
  .page-list > li.document {
    background-image: url(/Static/gfx/icon-document-gray-small.png);
  }
  .page-list > li.event {
    background-image: url(/Static/gfx/icon-event-gray-small.png);
  }
  .page-list > li.blog {
    background-image: url(/Static/gfx/icon-blog-gray-small.png);
  }
  .page-list > li.career {
    background-image: url(/Static/gfx/icon-career-gray-small.png);
  }
  .page-list > li.product {
    background-image: url(/Static/gfx/icon-product-gray-small.png);
  }
  .page-list > li.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-15h-gray.png);
  }
  .page-list > li.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-15h-gray.png);
  }
  .page-list > li.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-15h-gray.png);
  }
  .page-list > li.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray-small.png);
  }
  .page-list > li.award {
    background-image: url(/Static/gfx/icon-awards-gray-small.png);
  }
  .page-list > li.video {
    background-image: url(/Static/gfx/icon-video-gray-small.png);
  }
  .page-list > li.news.marked {
    background-image: url(/Static/gfx/icon-news-orange-small.png);
  }
  .page-list > li.article.marked {
    background-image: url(/Static/gfx/icon-article-orange-small.png);
  }
  .page-list > li.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange-small.png);
  }
  .page-list > li.case.marked {
    background-image: url(/Static/gfx/icon-case-orange-small.png);
  }
  .page-list > li.document.marked {
    background-image: url(/Static/gfx/icon-document-orange-small.png);
  }
  .page-list > li.event.marked {
    background-image: url(/Static/gfx/icon-event-orange-small.png);
  }
  .page-list > li.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange-small.png);
  }
  .page-list > li.career.marked {
    background-image: url(/Static/gfx/icon-career-orange-small.png);
  }
  .page-list > li.product.marked {
    background-image: url(/Static/gfx/icon-product-orange-small.png);
  }
  .page-list > li.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-15h-orange.png);
  }
  .page-list > li.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-15h-orange.png);
  }
  .page-list > li.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-15h-orange.png);
  }
  .page-list > li.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange-small.png);
  }
  .page-list > li.award.marked {
    background-image: url(/Static/gfx/icon-awards-orange-small.png);
  }
  .page-list > li.video.marked {
    background-image: url(/Static/gfx/icon-video-orange-small.png);
  }
  .page-list > li > a {
    padding: 15px 5px 24px 30px;
  }
  .page-list > li.page a p {
    background-position: 100% 50%;
    background-image: url(/Static/gfx/icon-arrow-right-grey-small.png);
  }
  .page-list > li.file a {
    background-position: 100% 50%;
    background-image: url(/Static/gfx/icon-download-grey-small.png);
  }
  .page-list > li h2 {
    padding-top: 1px;
    padding-bottom: 4px;
  }
  .page-list > li h2,
  .page-list > li p {
    padding-right: 25px;
  }
  .page-list > li .h3 {
    padding-bottom: 5px;
  }
  .page-list .publisher {
    margin-bottom: 0 !important;
  }
  .page-list .tag-list {
    padding-right: 30px;
    padding-left: 30px;
  }
  .page-list .tag-list:after,
  .page-list .tag-list:before {
    display: table;
    content: "";
    line-height: 0;
  }
  .page-list .tag-list:after {
    clear: both;
  }
  .page-list .tag-list li {
    float: left;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
  }
  .page-list .tag-list li:first-child {
    font-size: 14px;
  }
  .page-list .tag-list li strong {
    font-weight: 400;
    text-transform: none;
  }
  .page-list .tag-list li strong a {
    color: #4d4d4d;
  }
  .page-list .tag-list li strong a:hover {
    color: #e66d00;
    text-decoration: none;
  }
  .page-list .tag-list li:nth-child(n + 3) {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #333;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  .page-list > li.article,
  .page-list > li.blog,
  .page-list > li.career,
  .page-list > li.case,
  .page-list > li.document,
  .page-list > li.event,
  .page-list > li.idea,
  .page-list > li.lower-cost,
  .page-list > li.more-sales,
  .page-list > li.news,
  .page-list > li.press-release,
  .page-list > li.product,
  .page-list > li.risk-managed {
    background-size: 15px 15px;
  }
  .page-list > li.news {
    background-image: url(/Static/gfx/icon-news-gray-small@2x.png);
  }
  .page-list > li.article {
    background-image: url(/Static/gfx/icon-article-gray-small@2x.png);
  }
  .page-list > li.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray-small@2x.png);
  }
  .page-list > li.case {
    background-image: url(/Static/gfx/icon-case-gray-small@2x.png);
  }
  .page-list > li.document {
    background-image: url(/Static/gfx/icon-document-gray-small@2x.png);
  }
  .page-list > li.event {
    background-image: url(/Static/gfx/icon-event-gray-small@2x.png);
  }
  .page-list > li.blog {
    background-image: url(/Static/gfx/icon-blog-gray-small@2x.png);
  }
  .page-list > li.career {
    background-image: url(/Static/gfx/icon-career-gray-small@2x.png);
  }
  .page-list > li.product {
    background-image: url(/Static/gfx/icon-product-gray-small@2x.png);
  }
  .page-list > li.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
  }
  .page-list > li.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
  }
  .page-list > li.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
  }
  .page-list > li.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray.png);
  }
  .page-list > li.award {
    background-image: url(/Static/gfx/icon-awards-gray.png);
  }
  .page-list > li.video {
    background-image: url(/Static/gfx/icon-video-gray-small.png);
  }
  .page-list > li.news.marked {
    background-image: url(/Static/gfx/icon-news-orange-small@2x.png);
  }
  .page-list > li.article.marked {
    background-image: url(/Static/gfx/icon-article-orange-small@2x.png);
  }
  .page-list > li.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange-small@2x.png);
  }
  .page-list > li.case.marked {
    background-image: url(/Static/gfx/icon-case-orange-small@2x.png);
  }
  .page-list > li.document.marked {
    background-image: url(/Static/gfx/icon-document-orange-small@2x.png);
  }
  .page-list > li.event.marked {
    background-image: url(/Static/gfx/icon-event-orange-small@2x.png);
  }
  .page-list > li.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange-small@2x.png);
  }
  .page-list > li.career.marked {
    background-image: url(/Static/gfx/icon-career-orange-small@2x.png);
  }
  .page-list > li.product.marked {
    background-image: url(/Static/gfx/icon-product-orange-small@2x.png);
  }
  .page-list > li.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
  }
  .page-list > li.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
  }
  .page-list > li.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
  }
  .page-list > li.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange-small@2x.png);
  }
  .page-list > li.award.marked {
    background-image: url(/Static/gfx/icon-awards-orange-small@2x.png);
  }
  .page-list > li.video.marked {
    background-image: url(/Static/gfx/icon-video-orange-small.png);
  }
  .page-list > li.page a p {
    background-image: url(/Static/gfx/icon-arrow-right-grey-small@2x.png);
    background-size: 20px 20px;
  }
  .page-list > li.file a {
    background-image: url(/Static/gfx/icon-download-grey-small@2x.png);
    background-size: 20px 20px;
  }
}
.hero {
  margin: 0 -30px;
}
.hero .h1,
.hero .h2,
.hero h1,
.hero h2 {
  color: #4d4d4d !important;
}
.hero .h3,
.hero h3 {
  line-height: 30px;
}
.hero .h3 span,
.hero h3 span {
  color: #ff7900;
}
.hero .h3.article,
.hero .h3.blog,
.hero .h3.career,
.hero .h3.case,
.hero .h3.document,
.hero .h3.event,
.hero .h3.news,
.hero .h3.press-release,
.hero .h3.product {
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: 15px 0;
}
.hero .h3.news {
  background-image: url(/Static/gfx/icon-news-gray.png);
}
.hero .h3.article {
  background-image: url(/Static/gfx/icon-article-gray.png);
}
.hero .h3.press-release {
  background-image: url(/Static/gfx/icon-press-release-gray.png);
}
.hero .h3.case {
  background-image: url(/Static/gfx/icon-case-gray.png);
}
.hero .h3.document {
  background-image: url(/Static/gfx/icon-document-gray.png);
}
.hero .h3.event {
  background-image: url(/Static/gfx/icon-event-gray.png);
}
.hero .h3.blog {
  background-image: url(/Static/gfx/icon-blog-gray.png);
}
.hero .h3.career {
  background-image: url(/Static/gfx/icon-career-gray.png);
}
.hero .h3.product {
  background-image: url(/Static/gfx/icon-product-gray.png);
}
.hero .h3.lower-cost {
  background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
}
.hero .h3.risk-managed {
  background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
}
.hero .h3.more-sales {
  background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
}
.hero .h3.idea {
  background-image: url(/Static/gfx/icon-light-bulb-gray.png);
}
.hero .h3.award {
  background-image: url(/Static/gfx/icon-awards-gray.png);
}
.hero .h3.video {
  background-image: url(/Static/gfx/icon-video-gray.png);
}
.hero .h3.news.marked {
  background-image: url(/Static/gfx/icon-news-orange.png);
}
.hero .h3.article.marked {
  background-image: url(/Static/gfx/icon-article-orange.png);
}
.hero .h3.press-release.marked {
  background-image: url(/Static/gfx/icon-press-release-orange.png);
}
.hero .h3.case.marked {
  background-image: url(/Static/gfx/icon-case-orange.png);
}
.hero .h3.document.marked {
  background-image: url(/Static/gfx/icon-document-orange.png);
}
.hero .h3.event.marked {
  background-image: url(/Static/gfx/icon-event-orange.png);
}
.hero .h3.blog.marked {
  background-image: url(/Static/gfx/icon-blog-orange.png);
}
.hero .h3.career.marked {
  background-image: url(/Static/gfx/icon-career-orange.png);
}
.hero .h3.product.marked {
  background-image: url(/Static/gfx/icon-product-orange.png);
}
.hero .h3.lower-cost.marked {
  background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
}
.hero .h3.risk-managed.marked {
  background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
}
.hero .h3.more-sales.marked {
  background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
}
.hero .h3.idea.marked {
  background-image: url(/Static/gfx/icon-light-bulb-orange.png);
}
.hero .h3.award.marked {
  background-image: url(/Static/gfx/icon-awards-orange.png);
}
.hero .h3.video.marked {
  background-image: url(/Static/gfx/icon-video-orange.png);
}
.hero.hero-extended .h1 {
  font-size: 28px;
}
.hero-xl {
  position: relative;
}
@media (max-width: 480px) {
  .hero-xl {
    margin: -18px -10px 0 !important;
  }
}
.hero-xl .cld-video-player {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  opacity: 1;
  transition: 1s;
}
@media (max-width: 480px) {
  .hero-xl .cld-video-player {
    display: none;
    left: -9999rem;
  }
}
.hero-xl .cld-video-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-xl .cld-video-player * {
  background: 0 0 !important;
}
.hero-xl .cld-video-player-loading {
  opacity: 0;
}
.hero-xl .hero-media {
  position: relative;
  min-height: 562.5px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .hero-xl .hero-media {
    min-height: 487px;
  }
}
.hero-xl .hero-media.hero-filter:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
}
.hero-xl .hero-media__d-overlay {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
  background-image: url(/Static/gfx/d-logo-overlay.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media (max-width: 480px) {
  .hero-xl .hero-media__d-overlay {
    background-image: url(/Static/gfx/d-logo-overlay-mobile.png);
    background-position: 50%;
  }
}
.hero-xl .hero-media .hero-content {
  position: relative;
  padding-top: 66px;
  padding-bottom: 60px;
  width: 80%;
  z-index: 2;
}
@media (max-width: 480px) {
  .hero-xl .hero-media .hero-content {
    padding-top: 70px;
    width: 100%;
  }
  .hero-xl .hero-media .hero-content > div {
    padding: 0 10px;
  }
}
.hero-xl .hero-media .hero-content h1 {
  padding-bottom: 25px;
  font-size: 70px;
  line-height: normal;
}
@media (max-width: 480px) {
  .hero-xl .hero-media .hero-content h1 {
    font-size: 40px;
  }
}
.hero-xl .hero-media .hero-content .lead {
  margin-bottom: 35px;
  font-size: 24px;
  color: #4d4d4d;
}
.hero-xl .hero-media .hero-content__d-overlay {
  width: 50%;
}
.hero-xl .hero-media .hero-content__d-overlay h1 {
  font-size: 45px;
}
.hero-xl .hero-media .hero-content__d-overlay .lead {
  font-size: 22px;
}
@media (max-width: 480px) {
  .hero-xl .hero-media .hero-content__d-overlay {
    width: 100%;
  }
  .hero-xl .hero-media .hero-content__d-overlay h1 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .hero-xl .hero-media .hero-content__d-overlay .lead {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.hero-big {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.hero-big img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .hero-big img {
    position: static;
  }
}
.hero-big .hero-image-overlay {
  position: relative;
  margin-left: 400px;
  z-index: 1;
  background-color: hsla(0, 0%, 100%, 0.85);
}
@media (max-width: 480px) {
  .hero-big .hero-image-overlay {
    margin: 0;
  }
}
.hero-big .hero-image-overlay .hero-content {
  margin-left: 50px;
  padding-top: 45px;
}
.hero-big .hero-image-overlay .hero-content.offset-top {
  padding-top: 85px;
}
@media (max-width: 480px) {
  .hero-big .hero-image-overlay .hero-content {
    margin: 0;
  }
}
.hero-big .hero-content {
  position: relative;
  width: 490px;
  height: 425px;
  padding: 90px 0 0;
  z-index: 1;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .hero-big .hero-content {
    margin: 0 !important;
    width: auto;
    height: auto;
    padding: 7px 5px 32px !important;
  }
}
.hero-big .hero-content hgroup .h1,
.hero-big .hero-content hgroup .h3 {
  padding-bottom: 22px;
}
@media (max-width: 480px) {
  .hero-big .hero-content hgroup .h1 {
    padding-bottom: 6px;
  }
}
.hero-big .hero-content .cto-link,
.hero-big .hero-content .h3 {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .hero-big .hero-content .cto-link,
  .hero-big .hero-content .h3 {
    padding-top: 2px;
    padding-bottom: 2px !important;
    font-size: 12px;
    line-height: 23px;
  }
}
.hero-big .hero-content .cto-link {
  position: relative;
  top: 14px;
  text-transform: uppercase;
}
.hero-big .hero-content,
.hero-big .hero-media {
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .hero-big .hero-content,
  .hero-big .hero-media {
    height: auto;
  }
}
.hero-big .hero-media {
  padding: 50px;
}
@media (max-width: 480px) {
  .hero-big .hero-media {
    padding: 0 0 35px;
  }
}
.hero-big .hero-chart {
  position: absolute;
  top: 80px;
  left: 120px;
  width: 240px;
  height: 325px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .hero-big .hero-chart {
    position: relative;
    top: 50px;
    left: 50px;
    width: calc(100% - 100px);
  }
}
.hero-big .hero-media {
  position: absolute;
  width: 480px;
}
@media (max-width: 480px) {
  .hero-big .hero-media {
    position: relative;
    width: auto;
  }
}
.hero-big.hero-divisional {
  border-bottom: 1px solid #d9d9d9;
}
.hero-big.hero-divisional .hero-content {
  margin-left: 480px;
}
.hero-big.hero-divisional img {
  max-width: 480px;
}
@media (max-width: 480px) {
  .hero-big.hero-divisional img {
    max-width: 100%;
  }
}
.hero-big .btn {
  position: relative;
  top: 17px;
}
@media (min-width: 481px) {
  .hero-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  .hero-video.hero-video--21-9 {
    padding-bottom: 42.85714%;
  }
  .hero-video.hero-video--29-9 {
    padding-bottom: 31.03448%;
  }
}
.hero-video .hero-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 480px) {
  .hero-video .hero-video-player {
    display: none;
  }
}
.hero-video .hero-static-media img {
  width: 100%;
}
@media (max-width: 480px) {
  .hero-video .hero-content {
    display: none;
  }
}
@media (min-width: 481px) {
  .hero-video .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-video .hero-content > div {
    padding: 0 50px;
  }
}
@media (min-width: 481px) {
  .hero-video .hero-content h1 {
    font-size: 50px;
  }
  .hero-video .hero-content .lead {
    margin-bottom: 30px;
  }
  .hero-video .hero-content.text-light .lead,
  .hero-video .hero-content.text-light h1 {
    color: #fff;
  }
  .hero-video .hero-content.text-dark .lead,
  .hero-video .hero-content.text-dark h1 {
    color: #5b5c5c;
  }
  .hero-video .hero-content.text-darker .lead,
  .hero-video .hero-content.text-darker h1 {
    color: #4d4d4d;
  }
  .hero-video .hero-content.background-light {
    background-color: hsla(0, 0%, 100%, 0.6);
  }
}
.no-rgba .hero-big .hero-image-overlay {
  background: url(/Static/gfx/norgba/bg-transparent-white.png) 0 0 repeat
    transparent;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero .h3.article,
  .hero .h3.blog,
  .hero .h3.career,
  .hero .h3.case,
  .hero .h3.document,
  .hero .h3.event,
  .hero .h3.idea,
  .hero .h3.news,
  .hero .h3.press-release,
  .hero .h3.product {
    background-size: 30px 30px;
  }
  .hero .h3.news {
    background-image: url(/Static/gfx/icon-news-gray@2x.png);
  }
  .hero .h3.article {
    background-image: url(/Static/gfx/icon-article-gray@2x.png);
  }
  .hero .h3.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray@2x.png);
  }
  .hero .h3.case {
    background-image: url(/Static/gfx/icon-case-gray@2x.png);
  }
  .hero .h3.document {
    background-image: url(/Static/gfx/icon-document-gray@2x.png);
  }
  .hero .h3.event {
    background-image: url(/Static/gfx/icon-event-gray@2x.png);
  }
  .hero .h3.blog {
    background-image: url(/Static/gfx/icon-blog-gray@2x.png);
  }
  .hero .h3.career {
    background-image: url(/Static/gfx/icon-career-gray@2x.png);
  }
  .hero .h3.product {
    background-image: url(/Static/gfx/icon-product-gray@2x.png);
  }
  .hero .h3.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray@2x.png);
  }
  .hero .h3.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray@2x.png);
  }
  .hero .h3.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray@2x.png);
  }
  .hero .h3.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray@2x.png);
  }
  .hero .h3.award {
    background-image: url(/Static/gfx/icon-awards-gray@2x.png);
  }
  .hero .h3.video {
    background-image: url(/Static/gfx/icon-video-gray@2x.png);
  }
  .hero .h3.news.marked {
    background-image: url(/Static/gfx/icon-news-orange@2x.png);
  }
  .hero .h3.article.marked {
    background-image: url(/Static/gfx/icon-article-orange@2x.png);
  }
  .hero .h3.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange@2x.png);
  }
  .hero .h3.case.marked {
    background-image: url(/Static/gfx/icon-case-orange@2x.png);
  }
  .hero .h3.document.marked {
    background-image: url(/Static/gfx/icon-document-orange@2x.png);
  }
  .hero .h3.event.marked {
    background-image: url(/Static/gfx/icon-event-orange@2x.png);
  }
  .hero .h3.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange@2x.png);
  }
  .hero .h3.career.marked {
    background-image: url(/Static/gfx/icon-career-orange@2x.png);
  }
  .hero .h3.product.marked {
    background-image: url(/Static/gfx/icon-product-orange@2x.png);
  }
  .hero .h3.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange@2x.png);
  }
  .hero .h3.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange@2x.png);
  }
  .hero .h3.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange@2x.png);
  }
  .hero .h3.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange.png);
  }
  .hero .h3.video.marked {
    background-image: url(/Static/gfx/icon-video-orange@2x.png);
  }
}
@media (max-width: 480px) {
  .hero-xl .hero-media .hero-content {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .hero-content_text {
    color: #4d4d4d;
    width: 70%;
  }
  .hero-content_text p.lead {
    font-size: 14px !important;
  }
  .hero-content_text h1 {
    font-size: 24.5px !important;
  }
  .hero {
    margin: 0;
  }
  .hero .h3,
  .hero h3 {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 23px;
  }
  .hero .h3.article,
  .hero .h3.blog,
  .hero .h3.career,
  .hero .h3.case,
  .hero .h3.document,
  .hero .h3.event,
  .hero .h3.idea,
  .hero .h3.news,
  .hero .h3.press-release,
  .hero .h3.product {
    padding-left: 22px;
    background-position: 0 6px;
  }
  .hero .h3.article.news,
  .hero .h3.blog.news,
  .hero .h3.career.news,
  .hero .h3.case.news,
  .hero .h3.document.news,
  .hero .h3.event.news,
  .hero .h3.idea.news,
  .hero .h3.news.news,
  .hero .h3.press-release.news,
  .hero .h3.product.news {
    background-image: url(/Static/gfx/icon-news-gray-small.png);
  }
  .hero .h3.article.article,
  .hero .h3.blog.article,
  .hero .h3.career.article,
  .hero .h3.case.article,
  .hero .h3.document.article,
  .hero .h3.event.article,
  .hero .h3.idea.article,
  .hero .h3.news.article,
  .hero .h3.press-release.article,
  .hero .h3.product.article {
    background-image: url(/Static/gfx/icon-article-gray-small.png);
  }
  .hero .h3.article.press-release,
  .hero .h3.blog.press-release,
  .hero .h3.career.press-release,
  .hero .h3.case.press-release,
  .hero .h3.document.press-release,
  .hero .h3.event.press-release,
  .hero .h3.idea.press-release,
  .hero .h3.news.press-release,
  .hero .h3.press-release.press-release,
  .hero .h3.product.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray-small.png);
  }
  .hero .h3.article.case,
  .hero .h3.blog.case,
  .hero .h3.career.case,
  .hero .h3.case.case,
  .hero .h3.document.case,
  .hero .h3.event.case,
  .hero .h3.idea.case,
  .hero .h3.news.case,
  .hero .h3.press-release.case,
  .hero .h3.product.case {
    background-image: url(/Static/gfx/icon-case-gray-small.png);
  }
  .hero .h3.article.document,
  .hero .h3.blog.document,
  .hero .h3.career.document,
  .hero .h3.case.document,
  .hero .h3.document.document,
  .hero .h3.event.document,
  .hero .h3.idea.document,
  .hero .h3.news.document,
  .hero .h3.press-release.document,
  .hero .h3.product.document {
    background-image: url(/Static/gfx/icon-document-gray-small.png);
  }
  .hero .h3.article.event,
  .hero .h3.blog.event,
  .hero .h3.career.event,
  .hero .h3.case.event,
  .hero .h3.document.event,
  .hero .h3.event.event,
  .hero .h3.idea.event,
  .hero .h3.news.event,
  .hero .h3.press-release.event,
  .hero .h3.product.event {
    background-image: url(/Static/gfx/icon-event-gray-small.png);
  }
  .hero .h3.article.blog,
  .hero .h3.blog.blog,
  .hero .h3.career.blog,
  .hero .h3.case.blog,
  .hero .h3.document.blog,
  .hero .h3.event.blog,
  .hero .h3.idea.blog,
  .hero .h3.news.blog,
  .hero .h3.press-release.blog,
  .hero .h3.product.blog {
    background-image: url(/Static/gfx/icon-blog-gray-small.png);
  }
  .hero .h3.article.career,
  .hero .h3.blog.career,
  .hero .h3.career.career,
  .hero .h3.case.career,
  .hero .h3.document.career,
  .hero .h3.event.career,
  .hero .h3.idea.career,
  .hero .h3.news.career,
  .hero .h3.press-release.career,
  .hero .h3.product.career {
    background-image: url(/Static/gfx/icon-career-gray-small.png);
  }
  .hero .h3.article.product,
  .hero .h3.blog.product,
  .hero .h3.career.product,
  .hero .h3.case.product,
  .hero .h3.document.product,
  .hero .h3.event.product,
  .hero .h3.idea.product,
  .hero .h3.news.product,
  .hero .h3.press-release.product,
  .hero .h3.product.product {
    background-image: url(/Static/gfx/icon-product-gray-small.png);
  }
  .hero .h3.article.lower-cost,
  .hero .h3.blog.lower-cost,
  .hero .h3.career.lower-cost,
  .hero .h3.case.lower-cost,
  .hero .h3.document.lower-cost,
  .hero .h3.event.lower-cost,
  .hero .h3.idea.lower-cost,
  .hero .h3.news.lower-cost,
  .hero .h3.press-release.lower-cost,
  .hero .h3.product.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-15h-gray.png);
  }
  .hero .h3.article.risk-managed,
  .hero .h3.blog.risk-managed,
  .hero .h3.career.risk-managed,
  .hero .h3.case.risk-managed,
  .hero .h3.document.risk-managed,
  .hero .h3.event.risk-managed,
  .hero .h3.idea.risk-managed,
  .hero .h3.news.risk-managed,
  .hero .h3.press-release.risk-managed,
  .hero .h3.product.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-15h-gray.png);
  }
  .hero .h3.article.more-sales,
  .hero .h3.blog.more-sales,
  .hero .h3.career.more-sales,
  .hero .h3.case.more-sales,
  .hero .h3.document.more-sales,
  .hero .h3.event.more-sales,
  .hero .h3.idea.more-sales,
  .hero .h3.news.more-sales,
  .hero .h3.press-release.more-sales,
  .hero .h3.product.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-15h-gray.png);
  }
  .hero .h3.article.idea,
  .hero .h3.blog.idea,
  .hero .h3.career.idea,
  .hero .h3.case.idea,
  .hero .h3.document.idea,
  .hero .h3.event.idea,
  .hero .h3.idea.idea,
  .hero .h3.news.idea,
  .hero .h3.press-release.idea,
  .hero .h3.product.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray-small.png);
  }
  .hero .h3.article.award,
  .hero .h3.blog.award,
  .hero .h3.career.award,
  .hero .h3.case.award,
  .hero .h3.document.award,
  .hero .h3.event.award,
  .hero .h3.idea.award,
  .hero .h3.news.award,
  .hero .h3.press-release.award,
  .hero .h3.product.award {
    background-image: url(/Static/gfx/icon-awards-gray-small.png);
  }
  .hero .h3.article.video,
  .hero .h3.blog.video,
  .hero .h3.career.video,
  .hero .h3.case.video,
  .hero .h3.document.video,
  .hero .h3.event.video,
  .hero .h3.idea.video,
  .hero .h3.news.video,
  .hero .h3.press-release.video,
  .hero .h3.product.video {
    background-image: url(/Static/gfx/icon-video-gray-small.png);
  }
  .hero .h3.article.news.marked,
  .hero .h3.blog.news.marked,
  .hero .h3.career.news.marked,
  .hero .h3.case.news.marked,
  .hero .h3.document.news.marked,
  .hero .h3.event.news.marked,
  .hero .h3.idea.news.marked,
  .hero .h3.news.news.marked,
  .hero .h3.press-release.news.marked,
  .hero .h3.product.news.marked {
    background-image: url(/Static/gfx/icon-news-orange-small.png);
  }
  .hero .h3.article.article.marked,
  .hero .h3.blog.article.marked,
  .hero .h3.career.article.marked,
  .hero .h3.case.article.marked,
  .hero .h3.document.article.marked,
  .hero .h3.event.article.marked,
  .hero .h3.idea.article.marked,
  .hero .h3.news.article.marked,
  .hero .h3.press-release.article.marked,
  .hero .h3.product.article.marked {
    background-image: url(/Static/gfx/icon-article-orange-small.png);
  }
  .hero .h3.article.press-release.marked,
  .hero .h3.blog.press-release.marked,
  .hero .h3.career.press-release.marked,
  .hero .h3.case.press-release.marked,
  .hero .h3.document.press-release.marked,
  .hero .h3.event.press-release.marked,
  .hero .h3.idea.press-release.marked,
  .hero .h3.news.press-release.marked,
  .hero .h3.press-release.press-release.marked,
  .hero .h3.product.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange-small.png);
  }
  .hero .h3.article.case.marked,
  .hero .h3.blog.case.marked,
  .hero .h3.career.case.marked,
  .hero .h3.case.case.marked,
  .hero .h3.document.case.marked,
  .hero .h3.event.case.marked,
  .hero .h3.idea.case.marked,
  .hero .h3.news.case.marked,
  .hero .h3.press-release.case.marked,
  .hero .h3.product.case.marked {
    background-image: url(/Static/gfx/icon-case-orange-small.png);
  }
  .hero .h3.article.document.marked,
  .hero .h3.blog.document.marked,
  .hero .h3.career.document.marked,
  .hero .h3.case.document.marked,
  .hero .h3.document.document.marked,
  .hero .h3.event.document.marked,
  .hero .h3.idea.document.marked,
  .hero .h3.news.document.marked,
  .hero .h3.press-release.document.marked,
  .hero .h3.product.document.marked {
    background-image: url(/Static/gfx/icon-document-orange-small.png);
  }
  .hero .h3.article.event.marked,
  .hero .h3.blog.event.marked,
  .hero .h3.career.event.marked,
  .hero .h3.case.event.marked,
  .hero .h3.document.event.marked,
  .hero .h3.event.event.marked,
  .hero .h3.idea.event.marked,
  .hero .h3.news.event.marked,
  .hero .h3.press-release.event.marked,
  .hero .h3.product.event.marked {
    background-image: url(/Static/gfx/icon-event-orange-small.png);
  }
  .hero .h3.article.blog.marked,
  .hero .h3.blog.blog.marked,
  .hero .h3.career.blog.marked,
  .hero .h3.case.blog.marked,
  .hero .h3.document.blog.marked,
  .hero .h3.event.blog.marked,
  .hero .h3.idea.blog.marked,
  .hero .h3.news.blog.marked,
  .hero .h3.press-release.blog.marked,
  .hero .h3.product.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange-small.png);
  }
  .hero .h3.article.career.marked,
  .hero .h3.blog.career.marked,
  .hero .h3.career.career.marked,
  .hero .h3.case.career.marked,
  .hero .h3.document.career.marked,
  .hero .h3.event.career.marked,
  .hero .h3.idea.career.marked,
  .hero .h3.news.career.marked,
  .hero .h3.press-release.career.marked,
  .hero .h3.product.career.marked {
    background-image: url(/Static/gfx/icon-career-orange-small.png);
  }
  .hero .h3.article.product.marked,
  .hero .h3.blog.product.marked,
  .hero .h3.career.product.marked,
  .hero .h3.case.product.marked,
  .hero .h3.document.product.marked,
  .hero .h3.event.product.marked,
  .hero .h3.idea.product.marked,
  .hero .h3.news.product.marked,
  .hero .h3.press-release.product.marked,
  .hero .h3.product.product.marked {
    background-image: url(/Static/gfx/icon-product-orange-small.png);
  }
  .hero .h3.article.lower-cost.marked,
  .hero .h3.blog.lower-cost.marked,
  .hero .h3.career.lower-cost.marked,
  .hero .h3.case.lower-cost.marked,
  .hero .h3.document.lower-cost.marked,
  .hero .h3.event.lower-cost.marked,
  .hero .h3.idea.lower-cost.marked,
  .hero .h3.news.lower-cost.marked,
  .hero .h3.press-release.lower-cost.marked,
  .hero .h3.product.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-15h-orange.png);
  }
  .hero .h3.article.risk-managed.marked,
  .hero .h3.blog.risk-managed.marked,
  .hero .h3.career.risk-managed.marked,
  .hero .h3.case.risk-managed.marked,
  .hero .h3.document.risk-managed.marked,
  .hero .h3.event.risk-managed.marked,
  .hero .h3.idea.risk-managed.marked,
  .hero .h3.news.risk-managed.marked,
  .hero .h3.press-release.risk-managed.marked,
  .hero .h3.product.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-15h-orange.png);
  }
  .hero .h3.article.more-sales.marked,
  .hero .h3.blog.more-sales.marked,
  .hero .h3.career.more-sales.marked,
  .hero .h3.case.more-sales.marked,
  .hero .h3.document.more-sales.marked,
  .hero .h3.event.more-sales.marked,
  .hero .h3.idea.more-sales.marked,
  .hero .h3.news.more-sales.marked,
  .hero .h3.press-release.more-sales.marked,
  .hero .h3.product.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-15h-orange.png);
  }
  .hero .h3.article.idea.marked,
  .hero .h3.blog.idea.marked,
  .hero .h3.career.idea.marked,
  .hero .h3.case.idea.marked,
  .hero .h3.document.idea.marked,
  .hero .h3.event.idea.marked,
  .hero .h3.idea.idea.marked,
  .hero .h3.news.idea.marked,
  .hero .h3.press-release.idea.marked,
  .hero .h3.product.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange-small.png);
  }
  .hero .h3.article.award.marked,
  .hero .h3.blog.award.marked,
  .hero .h3.career.award.marked,
  .hero .h3.case.award.marked,
  .hero .h3.document.award.marked,
  .hero .h3.event.award.marked,
  .hero .h3.idea.award.marked,
  .hero .h3.news.award.marked,
  .hero .h3.press-release.award.marked,
  .hero .h3.product.award.marked {
    background-image: url(/Static/gfx/icon-awards-orange-small.png);
  }
  .hero .h3.article.video.marked,
  .hero .h3.blog.video.marked,
  .hero .h3.career.video.marked,
  .hero .h3.case.video.marked,
  .hero .h3.document.video.marked,
  .hero .h3.event.video.marked,
  .hero .h3.idea.video.marked,
  .hero .h3.news.video.marked,
  .hero .h3.press-release.video.marked,
  .hero .h3.product.video.marked {
    background-image: url(/Static/gfx/icon-video-orange-small.png);
  }
  .hero-big .h3 {
    font-size: 12px;
  }
  .hero-big hgroup h1 {
    padding-top: 2px;
    padding-bottom: 0;
  }
  .hero-big .h1,
  .hero-big hgroup .h1 {
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
  }
  .hero-big p {
    margin: 0;
  }
  .hero-big .btn {
    top: 0;
    margin-top: 25px;
  }
  .hero-big.hero-extended .h1 {
    font-size: 16px;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  .hero .h3.article,
  .hero .h3.blog,
  .hero .h3.career,
  .hero .h3.case,
  .hero .h3.document,
  .hero .h3.event,
  .hero .h3.idea,
  .hero .h3.news,
  .hero .h3.press-release,
  .hero .h3.product {
    background-size: 15px 15px;
  }
  .hero .h3.news {
    background-image: url(/Static/gfx/icon-news-gray-small@2x.png);
  }
  .hero .h3.article {
    background-image: url(/Static/gfx/icon-article-gray-small@2x.png);
  }
  .hero .h3.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray-small@2x.png);
  }
  .hero .h3.case {
    background-image: url(/Static/gfx/icon-case-gray-small@2x.png);
  }
  .hero .h3.document {
    background-image: url(/Static/gfx/icon-document-gray-small@2x.png);
  }
  .hero .h3.event {
    background-image: url(/Static/gfx/icon-event-gray-small@2x.png);
  }
  .hero .h3.blog {
    background-image: url(/Static/gfx/icon-blog-gray-small@2x.png);
  }
  .hero .h3.career {
    background-image: url(/Static/gfx/icon-career-gray-small@2x.png);
  }
  .hero .h3.product {
    background-image: url(/Static/gfx/icon-product-gray-small@2x.png);
  }
  .hero .h3.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
  }
  .hero .h3.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
  }
  .hero .h3.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
  }
  .hero .h3.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray.png);
  }
  .hero .h3.award {
    background-image: url(/Static/gfx/icon-awards-gray.png);
  }
  .hero .h3.video {
    background-image: url(/Static/gfx/icon-video-gray-small.png);
  }
  .hero .h3.news.marked {
    background-image: url(/Static/gfx/icon-news-orange-small@2x.png);
  }
  .hero .h3.article.marked {
    background-image: url(/Static/gfx/icon-article-orange-small@2x.png);
  }
  .hero .h3.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange-small@2x.png);
  }
  .hero .h3.case.marked {
    background-image: url(/Static/gfx/icon-case-orange-small@2x.png);
  }
  .hero .h3.document.marked {
    background-image: url(/Static/gfx/icon-document-orange-small@2x.png);
  }
  .hero .h3.event.marked {
    background-image: url(/Static/gfx/icon-event-orange-small@2x.png);
  }
  .hero .h3.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange-small@2x.png);
  }
  .hero .h3.career.marked {
    background-image: url(/Static/gfx/icon-career-orange-small@2x.png);
  }
  .hero .h3.product.marked {
    background-image: url(/Static/gfx/icon-product-orange-small@2x.png);
  }
  .hero .h3.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
  }
  .hero .h3.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
  }
  .hero .h3.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
  }
  .hero .h3.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange-small@2x.png);
  }
  .hero .h3.award.marked {
    background-image: url(/Static/gfx/icon-awards-orange-small@2x.png);
  }
  .hero .h3.video.marked {
    background-image: url(/Static/gfx/icon-video-orange-small.png);
  }
}
.hero-tabs {
  position: relative;
  margin: 0 -30px;
  height: 465px;
  border-bottom: none;
}
@media (max-width: 480px) {
  .hero-tabs {
    height: auto;
    margin: 0;
  }
}
.hero-tabs .hero {
  margin: 0;
}
.hero-tabs .tabs-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 465px;
}
@media (max-width: 480px) {
  .hero-tabs .tabs-wrapper {
    position: relative;
    margin-top: 30px;
  }
}
.hero-tabs .hero-content,
.hero-tabs .hero-media {
  height: 465px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .hero-tabs .hero-content,
  .hero-tabs .hero-media {
    height: auto;
  }
}
.hero-tabs .hero-chart {
  height: 365px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .hero-tabs .tab-pane {
    position: relative;
  }
  .hero-tabs .tab-pane.dark-pane .hero-content {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.media-player {
  min-height: 340px;
  margin: 0 -30px;
}
.media-player .media-player-display {
  position: relative;
  z-index: 1;
}
.media-player .media-player-display .media-player-media {
  position: relative;
  width: 650px;
  height: 340px;
  overflow: hidden;
}
.media-player
  .media-player-display
  .media-player-media
  .media-player-media-item {
  position: absolute;
  width: 650px;
}
.media-player
  .media-player-display
  .media-player-media
  .media-player-media-item:first-child {
  z-index: 50;
}
.media-player
  .media-player-display
  .media-player-media
  .media-player-media-item.active {
  z-index: 100;
}
.media-player
  .media-player-display
  .media-player-media
  .media-player-media-item.video {
  cursor: pointer;
}
.media-player
  .media-player-display
  .media-player-media
  .media-player-media-item
  .overlay,
.media-player
  .media-player-display
  .media-player-media
  .media-player-media-item
  .play,
.media-player
  .media-player-display
  .media-player-media
  .media-player-media-item
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-player
  .media-player-display
  .media-player-media
  .media-player-media-item
  .play {
  background: url(/Static/gfx/icon-play.png) no-repeat 50% 50% transparent;
}
.media-player .media-player-display .media-player-description {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  color: #fff;
  background-color: #333;
  overflow: auto;
  z-index: 101;
}
.media-player .media-player-display .media-player-description p {
  color: #fff;
}
.media-player .media-player-display .media-player-description h3 {
  padding-bottom: 22px;
  color: #fff;
}
.media-player
  .media-player-display
  .media-player-description
  .media-player-description-inner {
  position: relative;
  width: 220px;
  height: 100%;
  margin-left: 20px;
}
.media-player
  .media-player-display
  .media-player-description
  .media-player-description-inner
  .media-player-description-item {
  display: none;
  position: absolute;
  padding: 27px 0 0;
  background-color: #333;
}
.media-player
  .media-player-display
  .media-player-description
  .media-player-description-inner
  .media-player-description-item:first-child {
  z-index: 50;
}
.media-player
  .media-player-display
  .media-player-description
  .media-player-description-inner
  .media-player-description-item.active {
  display: block;
  z-index: 100;
}
.media-player .media-player-nav:after,
.media-player .media-player-nav:before {
  display: table;
  content: "";
  line-height: 0;
}
.media-player .media-player-nav:after {
  clear: both;
}
.media-player .media-player-nav ul {
  position: relative;
  margin-bottom: 0;
  border-top: 1px solid #fff;
  background-color: #d9d9d9;
}
.media-player .media-player-nav ul:after,
.media-player .media-player-nav ul:before {
  display: table;
  content: "";
  line-height: 0;
}
.media-player .media-player-nav ul:after {
  clear: both;
}
.media-player .media-player-nav ul li {
  position: relative;
  float: left;
  width: 87px;
  height: 60px;
  margin: 0;
  cursor: pointer;
  border-right: 1px solid #fff;
  background-color: #d9d9d9;
}
.media-player .media-player-nav ul li.left,
.media-player .media-player-nav ul li.right {
  width: 60px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #333;
}
.media-player .media-player-nav ul li.left {
  background-image: url(/Static/gfx/icon-arrow-left-grey.png);
}
.media-player .media-player-nav ul li.right {
  position: absolute;
  right: 0;
  border: none;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
.media-player .media-player-nav ul li .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 87px;
  height: 60px;
}
.media-player .media-player-nav ul li.active .thumb-overlay {
  border: 2px solid #ff7900;
  width: 83px;
  height: 56px;
}
.media-player .media-player-nav ul li.active .thumb-overlay,
.media-player .media-player-nav ul li:hover .thumb-overlay {
  background: 0 0;
}
.media-player.clone {
  display: none;
}
.rgba .media-player .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.rgba .media-player .thumb-overlay {
  background-color: hsla(0, 0%, 100%, 0.55);
}
.no-rgba .media-player .overlay {
  background: url(/Static/gfx/norgba/bg-transparent-black.png) 0 0 repeat
    transparent;
}
.no-rgba .media-player .thumb-overlay {
  background: url(/Static/gfx/norgba/bg-transparent-white-55.png) 0 0 repeat
    transparent;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .media-player
    .media-player-display
    .media-player-media
    .media-player-media-item
    .play {
    background-image: url(/Static/gfx/icon-play@2x.png) !important;
    background-size: 64px 64px;
  }
  .media-player .media-player-nav ul li.left {
    background-image: url(/Static/gfx/icon-arrow-left-grey@2x.png);
    background-size: 20px 20px;
  }
  .media-player .media-player-nav ul li.right {
    background-image: url(/Static/gfx/icon-arrow-right-grey@2x.png);
    background-size: 20px 20px;
  }
}
@media (max-width: 480px) {
  .media-player {
    display: none;
    min-height: 0;
    margin: 0 -10px;
    background-color: #333;
  }
  .media-player .media-player-display {
    width: 92%;
    padding: 15px 4%;
  }
  .media-player .media-player-display,
  .media-player .media-player-display .media-player-media {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transform: scaleX(1);
    transform-style: preserve-3d;
  }
  .media-player .media-player-display .media-player-media {
    height: auto;
  }
  .media-player .media-player-display .media-player-media.animate {
    transition: all 0.3s;
  }
  .media-player
    .media-player-display
    .media-player-media
    .media-player-media-item {
    float: left;
    position: relative;
    margin-right: 15px;
    overflow: hidden;
    transform-style: preserve-3d;
    transform: translateZ(0);
  }
  .media-player .media-player-display .media-player-description {
    position: relative;
    width: 100%;
  }
  .media-player
    .media-player-display
    .media-player-description
    .media-player-description-inner {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .media-player
    .media-player-display
    .media-player-description
    .media-player-description-inner
    .media-player-description-item {
    position: static;
  }
  .media-player .media-player-nav {
    display: none;
  }
  .media-player.clone {
    display: block;
  }
}
.video-wrapper {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 481px) {
  .video-wrapper.video-hero {
    width: 1000px;
    margin: 0 -30px;
    padding-bottom: 563px;
  }
}
.main-content > .module {
  padding-top: 2px;
  border-top: none;
}
a.module:not(.focus-list-module) {
  width: auto;
  padding-right: 25px;
  padding-left: 25px;
  color: #5b5c5c;
}
a.module:not(.focus-list-module) .body {
  box-sizing: border-box;
}
a.module:not(.focus-list-module) .link-text {
  color: #ff7900;
}
@media (max-width: 480px) {
  a.module:not(.focus-list-module).what-we-do-module {
    padding-left: 50px;
  }
}
a.module:not(.focus-list-module):hover {
  text-decoration: none;
  color: #e66d00;
  background-color: #fafafa;
}
a.module:not(.focus-list-module):hover .h2,
a.module:not(.focus-list-module):hover .link-text,
a.module:not(.focus-list-module):hover h2 {
  color: #e66d00;
  text-decoration: none;
}
.module {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 30px 0 25px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.module img {
  margin-top: 0;
  margin-bottom: 15px;
}
.module + * {
  clear: both;
}
.module .icon-link {
  padding-left: 20px;
  font-size: 20px;
  line-height: 33px;
  background-image: url(/Static/gfx/icon-arrow-right-orange.png);
}
.module .icon-arrow,
.module .icon-link {
  background-repeat: no-repeat;
  background-position: -6px 50%;
}
.module .icon-arrow {
  padding-left: 15px;
  background-image: url(/Static/gfx/icon-arrow-right-orange-small.png);
}
.module p:last-child {
  margin-bottom: 0;
}
.module + .module {
  margin-top: 0;
  border-top: none;
}
.module:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.hub-module {
  display: block;
  margin-bottom: -6px !important;
  color: #4d4d4d;
  text-align: center;
  border-top: none !important;
}
.hub-module:hover {
  color: #333;
  text-decoration: none;
}
.hub-module:hover h2 {
  color: #e66d00;
}
.hub-module img {
  padding: 38px 0 63px;
}
.hub-module h2 {
  padding-bottom: 19px;
  color: #4d4d4d;
}
.hub-module p {
  margin: 0;
}
.hub-module.hub-module-large-image img {
  padding-top: 6px;
  padding-bottom: 50px;
}
.hub-module.hub-image.what-we-do-module {
  padding-top: 0;
  padding-bottom: 0;
}
.hub-module.hub-image.what-we-do-module img {
  padding-bottom: 0;
  margin-left: 0;
}
.hub-module.hub-image.what-we-do-module h2 {
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .hub-module.hub-image.what-we-do-module {
    padding-bottom: 25px;
    padding-left: 0 !important;
    padding-right: 0;
    text-align: center;
  }
  .hub-module.hub-image.what-we-do-module img {
    float: none;
    width: 100%;
    margin: 0;
    padding: 38px 0 13px;
  }
  .hub-module.hub-image.what-we-do-module p {
    background-image: none;
    padding-right: 0;
  }
  .hub-module.hub-image.what-we-do-module h2 {
    color: #e66d00;
  }
}
.one-related-article .show-mobile {
  display: none;
}
@media (max-width: 480px) {
  .one-related-article .show-mobile {
    display: block;
  }
}
.one-related-article .show-desktop {
  display: block;
}
@media (max-width: 480px) {
  .one-related-article .show-desktop {
    display: none;
  }
}
.one-related-article .related-with-video {
  cursor: pointer;
}
.one-related-article:hover {
  background-color: #fafafa;
}
.one-related-article:hover,
.one-related-article:hover h2 {
  text-decoration: none;
  color: #e66d00;
}
.focus-banner-module {
  margin-bottom: 0 !important;
}
.focus-banner-module .h1,
.focus-banner-module h1 {
  padding-top: 60px;
}
.focus-banner-module a:hover {
  text-decoration: none;
}
.list-module {
  padding: 13px 0 32px !important;
}
.list-module ul {
  margin: 0;
  padding-top: 13px;
  list-style-type: none;
}
.list-module ul li {
  margin-bottom: 0;
  padding-left: 0;
  color: #5b5c5c;
  border-bottom: 1px solid #d9d9d9;
  background-position: 17px 50%;
  background-repeat: no-repeat;
}
.list-module ul li.news {
  background-image: url(/Static/gfx/icon-news-gray.png);
}
.list-module ul li.article {
  background-image: url(/Static/gfx/icon-article-gray.png);
}
.list-module ul li.press-release {
  background-image: url(/Static/gfx/icon-press-release-gray.png);
}
.list-module ul li.case {
  background-image: url(/Static/gfx/icon-case-gray.png);
}
.list-module ul li.document {
  background-image: url(/Static/gfx/icon-document-gray.png);
}
.list-module ul li.event {
  background-image: url(/Static/gfx/icon-event-gray.png);
}
.list-module ul li.blog {
  background-image: url(/Static/gfx/icon-blog-gray.png);
}
.list-module ul li.career {
  background-image: url(/Static/gfx/icon-career-gray.png);
}
.list-module ul li.product {
  background-image: url(/Static/gfx/icon-product-gray.png);
}
.list-module ul li.lower-cost {
  background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
}
.list-module ul li.risk-managed {
  background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
}
.list-module ul li.more-sales {
  background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
}
.list-module ul li.idea {
  background-image: url(/Static/gfx/icon-light-bulb-gray.png);
}
.list-module ul li.award {
  background-image: url(/Static/gfx/icon-awards-gray.png);
}
.list-module ul li.video {
  background-image: url(/Static/gfx/icon-video-gray.png);
}
.list-module ul li.news.marked {
  background-image: url(/Static/gfx/icon-news-orange.png);
}
.list-module ul li.article.marked {
  background-image: url(/Static/gfx/icon-article-orange.png);
}
.list-module ul li.press-release.marked {
  background-image: url(/Static/gfx/icon-press-release-orange.png);
}
.list-module ul li.case.marked {
  background-image: url(/Static/gfx/icon-case-orange.png);
}
.list-module ul li.document.marked {
  background-image: url(/Static/gfx/icon-document-orange.png);
}
.list-module ul li.event.marked {
  background-image: url(/Static/gfx/icon-event-orange.png);
}
.list-module ul li.blog.marked {
  background-image: url(/Static/gfx/icon-blog-orange.png);
}
.list-module ul li.career.marked {
  background-image: url(/Static/gfx/icon-career-orange.png);
}
.list-module ul li.product.marked {
  background-image: url(/Static/gfx/icon-product-orange.png);
}
.list-module ul li.lower-cost.marked {
  background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
}
.list-module ul li.risk-managed.marked {
  background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
}
.list-module ul li.more-sales.marked {
  background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
}
.list-module ul li.idea.marked {
  background-image: url(/Static/gfx/icon-light-bulb-orange.png);
}
.list-module ul li.award.marked {
  background-image: url(/Static/gfx/icon-awards-orange.png);
}
.list-module ul li.video.marked {
  background-image: url(/Static/gfx/icon-video-orange.png);
}
.list-module ul li:last-child {
  border: none;
}
.list-module ul li:hover {
  text-decoration: none;
}
.list-module ul li a {
  display: block;
  min-height: 40px;
  padding: 10px 60px 8px 80px;
  color: #5b5c5c;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
.list-module ul li a:hover {
  text-decoration: none;
  color: #e66d00;
}
.list-module ul li a:hover .h3 {
  color: #e66d00;
}
.list-module ul li.file a {
  background-image: url(/Static/gfx/icon-download-grey.png);
}
.list-module ul li .h2,
.list-module ul li .h3 {
  padding: 0;
  color: #4d4d4d;
}
.latest-press-module {
  margin-bottom: 23px;
}
.latest-press-module:after,
.latest-press-module:before {
  display: table;
  content: "";
  line-height: 0;
}
.latest-press-module:after {
  clear: both;
}
.latest-press-module li {
  margin-bottom: 0;
  padding: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-position: 15px 14px;
}
.latest-press-module li.news {
  background-image: url(/Static/gfx/icon-news-gray.png);
}
.latest-press-module li.article {
  background-image: url(/Static/gfx/icon-article-gray.png);
}
.latest-press-module li.press-release {
  background-image: url(/Static/gfx/icon-press-release-gray.png);
}
.latest-press-module li.case {
  background-image: url(/Static/gfx/icon-case-gray.png);
}
.latest-press-module li.document {
  background-image: url(/Static/gfx/icon-document-gray.png);
}
.latest-press-module li.event {
  background-image: url(/Static/gfx/icon-event-gray.png);
}
.latest-press-module li.blog {
  background-image: url(/Static/gfx/icon-blog-gray.png);
}
.latest-press-module li.career {
  background-image: url(/Static/gfx/icon-career-gray.png);
}
.latest-press-module li.product {
  background-image: url(/Static/gfx/icon-product-gray.png);
}
.latest-press-module li.lower-cost {
  background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
}
.latest-press-module li.risk-managed {
  background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
}
.latest-press-module li.more-sales {
  background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
}
.latest-press-module li.idea {
  background-image: url(/Static/gfx/icon-light-bulb-gray.png);
}
.latest-press-module li.award {
  background-image: url(/Static/gfx/icon-awards-gray.png);
}
.latest-press-module li.video {
  background-image: url(/Static/gfx/icon-video-gray.png);
}
.latest-press-module li.news.marked {
  background-image: url(/Static/gfx/icon-news-orange.png);
}
.latest-press-module li.article.marked {
  background-image: url(/Static/gfx/icon-article-orange.png);
}
.latest-press-module li.press-release.marked {
  background-image: url(/Static/gfx/icon-press-release-orange.png);
}
.latest-press-module li.case.marked {
  background-image: url(/Static/gfx/icon-case-orange.png);
}
.latest-press-module li.document.marked {
  background-image: url(/Static/gfx/icon-document-orange.png);
}
.latest-press-module li.event.marked {
  background-image: url(/Static/gfx/icon-event-orange.png);
}
.latest-press-module li.blog.marked {
  background-image: url(/Static/gfx/icon-blog-orange.png);
}
.latest-press-module li.career.marked {
  background-image: url(/Static/gfx/icon-career-orange.png);
}
.latest-press-module li.product.marked {
  background-image: url(/Static/gfx/icon-product-orange.png);
}
.latest-press-module li.lower-cost.marked {
  background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
}
.latest-press-module li.risk-managed.marked {
  background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
}
.latest-press-module li.more-sales.marked {
  background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
}
.latest-press-module li.idea.marked {
  background-image: url(/Static/gfx/icon-light-bulb-orange.png);
}
.latest-press-module li.award.marked {
  background-image: url(/Static/gfx/icon-awards-orange.png);
}
.latest-press-module li.video.marked {
  background-image: url(/Static/gfx/icon-video-orange.png);
}
.latest-press-module li > a {
  display: block;
  padding: 19px 0 17px 80px;
  color: #333;
}
.latest-press-module li > a .h3 {
  padding-bottom: 5px;
}
.latest-press-module li > a .h3 span {
  text-transform: none;
  color: #ff7900;
}
.latest-press-module li > a p {
  margin: 0;
  padding-right: 80px;
  background-repeat: no-repeat;
  background-position: 340px 50%;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
.latest-press-module li > a:hover {
  text-decoration: none;
}
.latest-press-module li > a:hover p {
  color: #e66d00;
}
.latest-updates-module li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
  background: 0 0;
}
.latest-updates-module li:first-child {
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
.latest-updates-module li:first-child.news {
  background-image: url(/Static/gfx/icon-news-gray.png);
}
.latest-updates-module li:first-child.article {
  background-image: url(/Static/gfx/icon-article-gray.png);
}
.latest-updates-module li:first-child.press-release {
  background-image: url(/Static/gfx/icon-press-release-gray.png);
}
.latest-updates-module li:first-child.case {
  background-image: url(/Static/gfx/icon-case-gray.png);
}
.latest-updates-module li:first-child.document {
  background-image: url(/Static/gfx/icon-document-gray.png);
}
.latest-updates-module li:first-child.event {
  background-image: url(/Static/gfx/icon-event-gray.png);
}
.latest-updates-module li:first-child.blog {
  background-image: url(/Static/gfx/icon-blog-gray.png);
}
.latest-updates-module li:first-child.career {
  background-image: url(/Static/gfx/icon-career-gray.png);
}
.latest-updates-module li:first-child.product {
  background-image: url(/Static/gfx/icon-product-gray.png);
}
.latest-updates-module li:first-child.lower-cost {
  background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
}
.latest-updates-module li:first-child.risk-managed {
  background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
}
.latest-updates-module li:first-child.more-sales {
  background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
}
.latest-updates-module li:first-child.idea {
  background-image: url(/Static/gfx/icon-light-bulb-gray.png);
}
.latest-updates-module li:first-child.award {
  background-image: url(/Static/gfx/icon-awards-gray.png);
}
.latest-updates-module li:first-child.video {
  background-image: url(/Static/gfx/icon-video-gray.png);
}
.latest-updates-module li:first-child.news.marked {
  background-image: url(/Static/gfx/icon-news-orange.png);
}
.latest-updates-module li:first-child.article.marked {
  background-image: url(/Static/gfx/icon-article-orange.png);
}
.latest-updates-module li:first-child.press-release.marked {
  background-image: url(/Static/gfx/icon-press-release-orange.png);
}
.latest-updates-module li:first-child.case.marked {
  background-image: url(/Static/gfx/icon-case-orange.png);
}
.latest-updates-module li:first-child.document.marked {
  background-image: url(/Static/gfx/icon-document-orange.png);
}
.latest-updates-module li:first-child.event.marked {
  background-image: url(/Static/gfx/icon-event-orange.png);
}
.latest-updates-module li:first-child.blog.marked {
  background-image: url(/Static/gfx/icon-blog-orange.png);
}
.latest-updates-module li:first-child.career.marked {
  background-image: url(/Static/gfx/icon-career-orange.png);
}
.latest-updates-module li:first-child.product.marked {
  background-image: url(/Static/gfx/icon-product-orange.png);
}
.latest-updates-module li:first-child.lower-cost.marked {
  background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
}
.latest-updates-module li:first-child.risk-managed.marked {
  background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
}
.latest-updates-module li:first-child.more-sales.marked {
  background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
}
.latest-updates-module li:first-child.idea.marked {
  background-image: url(/Static/gfx/icon-light-bulb-orange.png);
}
.latest-updates-module li:first-child.award.marked {
  background-image: url(/Static/gfx/icon-awards-orange.png);
}
.latest-updates-module li:first-child.video.marked {
  background-image: url(/Static/gfx/icon-video-orange.png);
}
.latest-updates-module li:first-child .h3 {
  padding: 0;
  line-height: 60px;
}
.latest-updates-module li > a {
  display: block;
  padding: 17px 0;
  color: #333;
}
.latest-updates-module li > a span {
  color: #ff7900;
}
.latest-updates-module li > a:hover {
  color: #ff7900;
  text-decoration: none;
}
.latest-updates-module li p {
  margin: 0;
  padding-right: 80px;
  background-repeat: no-repeat;
  background-position: 260px 50%;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
.latest-updates-module.span6 li {
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
.latest-updates-module.span6 li.news {
  background-image: url(/Static/gfx/icon-news-gray.png);
}
.latest-updates-module.span6 li.article {
  background-image: url(/Static/gfx/icon-article-gray.png);
}
.latest-updates-module.span6 li.press-release {
  background-image: url(/Static/gfx/icon-press-release-gray.png);
}
.latest-updates-module.span6 li.case {
  background-image: url(/Static/gfx/icon-case-gray.png);
}
.latest-updates-module.span6 li.document {
  background-image: url(/Static/gfx/icon-document-gray.png);
}
.latest-updates-module.span6 li.event {
  background-image: url(/Static/gfx/icon-event-gray.png);
}
.latest-updates-module.span6 li.blog {
  background-image: url(/Static/gfx/icon-blog-gray.png);
}
.latest-updates-module.span6 li.career {
  background-image: url(/Static/gfx/icon-career-gray.png);
}
.latest-updates-module.span6 li.product {
  background-image: url(/Static/gfx/icon-product-gray.png);
}
.latest-updates-module.span6 li.lower-cost {
  background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
}
.latest-updates-module.span6 li.risk-managed {
  background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
}
.latest-updates-module.span6 li.more-sales {
  background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
}
.latest-updates-module.span6 li.idea {
  background-image: url(/Static/gfx/icon-light-bulb-gray.png);
}
.latest-updates-module.span6 li.award {
  background-image: url(/Static/gfx/icon-awards-gray.png);
}
.latest-updates-module.span6 li.video {
  background-image: url(/Static/gfx/icon-video-gray.png);
}
.latest-updates-module.span6 li.news.marked {
  background-image: url(/Static/gfx/icon-news-orange.png);
}
.latest-updates-module.span6 li.article.marked {
  background-image: url(/Static/gfx/icon-article-orange.png);
}
.latest-updates-module.span6 li.press-release.marked {
  background-image: url(/Static/gfx/icon-press-release-orange.png);
}
.latest-updates-module.span6 li.case.marked {
  background-image: url(/Static/gfx/icon-case-orange.png);
}
.latest-updates-module.span6 li.document.marked {
  background-image: url(/Static/gfx/icon-document-orange.png);
}
.latest-updates-module.span6 li.event.marked {
  background-image: url(/Static/gfx/icon-event-orange.png);
}
.latest-updates-module.span6 li.blog.marked {
  background-image: url(/Static/gfx/icon-blog-orange.png);
}
.latest-updates-module.span6 li.career.marked {
  background-image: url(/Static/gfx/icon-career-orange.png);
}
.latest-updates-module.span6 li.product.marked {
  background-image: url(/Static/gfx/icon-product-orange.png);
}
.latest-updates-module.span6 li.lower-cost.marked {
  background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
}
.latest-updates-module.span6 li.risk-managed.marked {
  background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
}
.latest-updates-module.span6 li.more-sales.marked {
  background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
}
.latest-updates-module.span6 li.idea.marked {
  background-image: url(/Static/gfx/icon-light-bulb-orange.png);
}
.latest-updates-module.span6 li.award.marked {
  background-image: url(/Static/gfx/icon-awards-orange.png);
}
.latest-updates-module.span6 li.video.marked {
  background-image: url(/Static/gfx/icon-video-orange.png);
}
.latest-updates-module.span6 li p {
  margin: 0;
  padding-right: 80px;
  background-repeat: no-repeat;
  background-position: 340px 50%;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
.contact-module li {
  min-height: 57px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: normal;
  color: #333 !important;
}
.contact-module li.selected a {
  color: #ff7900 !important;
}
.contact-module li a {
  display: block;
  padding: 17px 60px 17px 0 !important;
  line-height: normal;
  color: #333 !important;
  background-repeat: no-repeat;
}
.contact-module li a:hover {
  color: #e66d00 !important;
  text-decoration: none;
}
.contact-module li {
  padding-left: 0;
  background-image: none !important;
}
.contact-module li:hover {
  background-color: transparent !important;
}
.contact-module li a {
  min-height: 0 !important;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
.contact-module li.phone-number a {
  background-image: none;
}
.contact-card-module {
  padding: 30px 0;
}
.contact-card-module img {
  margin: 0;
}
.contact-card-module p {
  margin-bottom: 13px;
}
.contact-card-module .fn {
  padding-top: 15px;
  padding-bottom: 0;
}
.contact-card-module .email,
.contact-card-module .map,
.contact-card-module .role,
.contact-card-module .tel,
.contact-card-module .title,
.contact-card-module .vcard {
  color: #5b5c5c;
}
.contact-card-module .org {
  position: absolute;
  left: -9999px;
}
.contact-card-module .tel {
  padding: 1px 15px 0 25px;
  background: url(/Static/gfx/contact/icon-phone-grey.png?w=15&h=15) 0 50%
    no-repeat transparent;
}
.contact-card-module .email {
  padding: 1px 15px 0 25px;
  background: url(/Static/gfx/contact/icon-email-grey.png?w=15&h=15) 0 50%
    no-repeat transparent;
}
.location-card-module .adr {
  margin-bottom: 10px;
}
.location-card-module .fn {
  padding-bottom: 8px;
  padding-top: 0;
}
.location-card-module .map {
  padding: 1px 15px 0 25px;
  background: url(/Static/gfx/contact/icon-world-grey.png?w=15&h=15) 0 50%
    no-repeat transparent;
}
.location-card-module .vcard {
  padding: 1px 15px 0 25px;
  background: url(/Static/gfx/icon-download-grey-small.png?w=15&h=15) 0 50%
    no-repeat transparent;
}
.location-card-module .document {
  padding: 1px 15px 0 25px;
  background: url(/Static/gfx/icon-document-gray.png?w=15&h=15) 0 50% no-repeat
    transparent;
}
.btn-module {
  padding-bottom: 30px;
}
.btn-module .btn {
  text-align: left;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-arrow-right-white.png);
  background-position: right 15px center;
}
.btn-module .btn span {
  display: block;
  padding: 0 60px 0 21px;
}
.btn-module .btn-external {
  background-image: url(/Static/gfx/icon-arrow-right-external-white.png);
}
.text-module h2 {
  padding-top: 0;
}
.cta-banner-module {
  position: relative;
  min-height: 140px;
  padding-bottom: 30px;
  z-index: 1;
}
.cta-banner-module img {
  position: absolute;
  left: 0;
  margin: 0;
}
.cta-banner-module > div > div {
  position: relative;
  z-index: 100;
}
.cta-banner-module > div > div .inner {
  padding-left: 20px;
  height: 105px;
  padding-top: 35px;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.cta-banner-module > div > div .inner p {
  margin-bottom: 4px;
}
.no-rgba .cta-banner-module .inner {
  background: url(/Static/gfx/norgba/bg-transparent-white.png) 0 0 repeat
    transparent;
}
.media-block-row:last-child .module {
  padding-bottom: 0;
  border-bottom: none;
}
.media-block-row:first-child .module {
  padding-top: 0;
}
.media-block-row .module {
  float: none;
  width: auto;
  margin-top: 0;
  padding: 30px 0;
  border-top: none;
  border-bottom: 1px solid #d9d9d9;
}
.media-block-row .module img {
  margin: 0;
}
.media-block-row .module h2 {
  padding-top: 12px;
  padding-bottom: 7px;
}
.media-block-row .module .lead {
  margin-bottom: 4px;
}
.share-module {
  padding: 0;
}
.share-module .share-module-tabs {
  border-bottom: 1px solid #d9d9d9;
}
.share-module .share-module-tabs:after,
.share-module .share-module-tabs:before {
  display: table;
  content: "";
  line-height: 0;
}
.share-module .share-module-tabs:after {
  clear: both;
}
.share-module .share-module-tabs li {
  position: relative;
  top: 1px;
  float: left;
  padding: 32px 0 31px 30px;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
  background-position: 0 28px;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.share-module .share-module-tabs li.share-page {
  background-image: url(/Static/gfx/icon-share-toggle.png);
}
.share-module .share-module-tabs li.pdf-options {
  background-image: url(/Static/gfx/icon-pdf-toggle.png);
}
.hide-pdf-basket .share-module .share-module-tabs li.pdf-options {
  display: none !important;
}
.share-module .share-module-tabs li.active {
  background-position: 0 -148px;
}
.share-module .share-module-tabs li:nth-child(n + 2) {
  margin-left: 40px;
}
.share-module .share-module-tabs li:hover {
  border-color: #5b5c5c;
}
.share-module .share-module-tabs li.active {
  color: #ff7900;
  border-color: #ff7900;
}
.share-module h2 {
  padding-top: 0 !important;
  padding-left: 25px;
  background-image: url(/Static/gfx/icon-share-toggle.png);
  background-repeat: no-repeat;
  background-position: 0 -2px;
  cursor: pointer;
}
.share-module h2.open {
  background-position: 0 -182px;
}
.share-module > div,
.share-module > div .hidden {
  display: none;
}
.hide-pdf-basket .share-module .pdf-article-tools {
  display: none !important;
}
.share-module .pdf-article-tools ul:after,
.share-module .pdf-article-tools ul:before {
  display: table;
  content: "";
  line-height: 0;
}
.share-module .pdf-article-tools ul:after {
  clear: both;
}
.share-module .pdf-article-tools ul li {
  float: left;
  font-size: 14px;
}
.share-module .pdf-article-tools ul li:nth-child(n + 2) {
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #d9d9d9;
}
.tag-module {
  padding-bottom: 15px;
}
.tag-module .tags {
  overflow: hidden;
}
.tag-module .tags li {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(/Static/gfx/tag-arrow-left.png);
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .tag-module .tags li {
    background-image: url(/Static/gfx/tag-arrow-left@2x.png);
    background-size: 11px 30px;
  }
}
.tag-module .tags li a,
.tag-module .tags li em {
  display: block;
  height: 27px;
  line-height: 28px;
  margin-left: 11px;
  font-size: 13px;
  padding: 1px 9px 0 5px;
  border: 1px solid #d9d9d9;
  border-left: none;
}
.related-content .focus-list-block {
  overflow: hidden;
  border-bottom: none;
}
.related-content .focus-list-block .h1 {
  text-align: center;
  color: #4d4d4d;
}
.related-content .focus-list-module.span5 {
  margin-left: 0 !important;
}
.related-content .focus-tiles .block-row {
  padding-bottom: 20px;
  margin-left: 0;
}
.related-content .focus-tiles .block-row .focus-list-module.span5 {
  margin-left: 0;
}
.related-content
  .focus-tiles
  .block-row
  .focus-list-module.span5:nth-child(2n) {
  float: right;
}
.focus-list-module .show-mobile {
  display: none;
}
@media (max-width: 480px) {
  .focus-list-module .show-mobile {
    display: block;
  }
}
.focus-list-module .show-desktop {
  display: block;
}
@media (max-width: 480px) {
  .focus-list-module .show-desktop {
    display: none;
  }
}
.focus-list-module:hover {
  text-decoration: none;
}
.focus-list-module:hover .icon-link {
  text-decoration: underline;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .module .icon-link {
    background-image: url(/Static/gfx/icon-arrow-right-orange@2x.png);
    background-size: 20px 20px;
  }
  .module .icon-arrow {
    background-image: url(/Static/gfx/icon-arrow-right-orange-small@2x.png);
    background-size: 20px 20px;
  }
  .list-module ul li {
    background-size: 30px 30px;
  }
  .list-module ul li.news {
    background-image: url(/Static/gfx/icon-news-gray@2x.png);
  }
  .list-module ul li.article {
    background-image: url(/Static/gfx/icon-article-gray@2x.png);
  }
  .list-module ul li.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray@2x.png);
  }
  .list-module ul li.case {
    background-image: url(/Static/gfx/icon-case-gray@2x.png);
  }
  .list-module ul li.document {
    background-image: url(/Static/gfx/icon-document-gray@2x.png);
  }
  .list-module ul li.event {
    background-image: url(/Static/gfx/icon-event-gray@2x.png);
  }
  .list-module ul li.blog {
    background-image: url(/Static/gfx/icon-blog-gray@2x.png);
  }
  .list-module ul li.career {
    background-image: url(/Static/gfx/icon-career-gray@2x.png);
  }
  .list-module ul li.product {
    background-image: url(/Static/gfx/icon-product-gray@2x.png);
  }
  .list-module ul li.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray@2x.png);
  }
  .list-module ul li.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray@2x.png);
  }
  .list-module ul li.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray@2x.png);
  }
  .list-module ul li.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray@2x.png);
  }
  .list-module ul li.award {
    background-image: url(/Static/gfx/icon-awards-gray@2x.png);
  }
  .list-module ul li.video {
    background-image: url(/Static/gfx/icon-video-gray@2x.png);
  }
  .list-module ul li.news.marked {
    background-image: url(/Static/gfx/icon-news-orange@2x.png);
  }
  .list-module ul li.article.marked {
    background-image: url(/Static/gfx/icon-article-orange@2x.png);
  }
  .list-module ul li.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange@2x.png);
  }
  .list-module ul li.case.marked {
    background-image: url(/Static/gfx/icon-case-orange@2x.png);
  }
  .list-module ul li.document.marked {
    background-image: url(/Static/gfx/icon-document-orange@2x.png);
  }
  .list-module ul li.event.marked {
    background-image: url(/Static/gfx/icon-event-orange@2x.png);
  }
  .list-module ul li.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange@2x.png);
  }
  .list-module ul li.career.marked {
    background-image: url(/Static/gfx/icon-career-orange@2x.png);
  }
  .list-module ul li.product.marked {
    background-image: url(/Static/gfx/icon-product-orange@2x.png);
  }
  .list-module ul li.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange@2x.png);
  }
  .list-module ul li.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange@2x.png);
  }
  .list-module ul li.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange@2x.png);
  }
  .list-module ul li.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange.png);
  }
  .list-module ul li.video.marked {
    background-image: url(/Static/gfx/icon-video-orange@2x.png);
  }
  .list-module ul li a {
    background-image: url(/Static/gfx/icon-arrow-right-grey@2x.png);
    background-size: 20px 20px;
  }
  .list-module ul li.file a {
    background-image: url(/Static/gfx/icon-download-grey@2x.png);
    background-size: 20px 20px;
  }
  .latest-press-module li {
    background-size: 30px 30px;
  }
  .latest-press-module li.news {
    background-image: url(/Static/gfx/icon-news-gray@2x.png);
  }
  .latest-press-module li.article {
    background-image: url(/Static/gfx/icon-article-gray@2x.png);
  }
  .latest-press-module li.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray@2x.png);
  }
  .latest-press-module li.case {
    background-image: url(/Static/gfx/icon-case-gray@2x.png);
  }
  .latest-press-module li.document {
    background-image: url(/Static/gfx/icon-document-gray@2x.png);
  }
  .latest-press-module li.event {
    background-image: url(/Static/gfx/icon-event-gray@2x.png);
  }
  .latest-press-module li.blog {
    background-image: url(/Static/gfx/icon-blog-gray@2x.png);
  }
  .latest-press-module li.career {
    background-image: url(/Static/gfx/icon-career-gray@2x.png);
  }
  .latest-press-module li.product {
    background-image: url(/Static/gfx/icon-product-gray@2x.png);
  }
  .latest-press-module li.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray@2x.png);
  }
  .latest-press-module li.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray@2x.png);
  }
  .latest-press-module li.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray@2x.png);
  }
  .latest-press-module li.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray@2x.png);
  }
  .latest-press-module li.award {
    background-image: url(/Static/gfx/icon-awards-gray@2x.png);
  }
  .latest-press-module li.video {
    background-image: url(/Static/gfx/icon-video-gray@2x.png);
  }
  .latest-press-module li.news.marked {
    background-image: url(/Static/gfx/icon-news-orange@2x.png);
  }
  .latest-press-module li.article.marked {
    background-image: url(/Static/gfx/icon-article-orange@2x.png);
  }
  .latest-press-module li.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange@2x.png);
  }
  .latest-press-module li.case.marked {
    background-image: url(/Static/gfx/icon-case-orange@2x.png);
  }
  .latest-press-module li.document.marked {
    background-image: url(/Static/gfx/icon-document-orange@2x.png);
  }
  .latest-press-module li.event.marked {
    background-image: url(/Static/gfx/icon-event-orange@2x.png);
  }
  .latest-press-module li.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange@2x.png);
  }
  .latest-press-module li.career.marked {
    background-image: url(/Static/gfx/icon-career-orange@2x.png);
  }
  .latest-press-module li.product.marked {
    background-image: url(/Static/gfx/icon-product-orange@2x.png);
  }
  .latest-press-module li.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange@2x.png);
  }
  .latest-press-module li.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange@2x.png);
  }
  .latest-press-module li.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange@2x.png);
  }
  .latest-press-module li.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange.png);
  }
  .latest-press-module li.video.marked {
    background-image: url(/Static/gfx/icon-video-orange@2x.png);
  }
  .latest-press-module li > a p {
    background-image: url(/Static/gfx/icon-arrow-right-grey@2x.png);
    background-size: 20px 20px;
  }
  .latest-updates-module li:first-child {
    background-size: 30px 30px;
  }
  .latest-updates-module li:first-child.news {
    background-image: url(/Static/gfx/icon-news-gray@2x.png);
  }
  .latest-updates-module li:first-child.article {
    background-image: url(/Static/gfx/icon-article-gray@2x.png);
  }
  .latest-updates-module li:first-child.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray@2x.png);
  }
  .latest-updates-module li:first-child.case {
    background-image: url(/Static/gfx/icon-case-gray@2x.png);
  }
  .latest-updates-module li:first-child.document {
    background-image: url(/Static/gfx/icon-document-gray@2x.png);
  }
  .latest-updates-module li:first-child.event {
    background-image: url(/Static/gfx/icon-event-gray@2x.png);
  }
  .latest-updates-module li:first-child.blog {
    background-image: url(/Static/gfx/icon-blog-gray@2x.png);
  }
  .latest-updates-module li:first-child.career {
    background-image: url(/Static/gfx/icon-career-gray@2x.png);
  }
  .latest-updates-module li:first-child.product {
    background-image: url(/Static/gfx/icon-product-gray@2x.png);
  }
  .latest-updates-module li:first-child.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray@2x.png);
  }
  .latest-updates-module li:first-child.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray@2x.png);
  }
  .latest-updates-module li:first-child.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray@2x.png);
  }
  .latest-updates-module li:first-child.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray@2x.png);
  }
  .latest-updates-module li:first-child.award {
    background-image: url(/Static/gfx/icon-awards-gray@2x.png);
  }
  .latest-updates-module li:first-child.video {
    background-image: url(/Static/gfx/icon-video-gray@2x.png);
  }
  .latest-updates-module li:first-child.news.marked {
    background-image: url(/Static/gfx/icon-news-orange@2x.png);
  }
  .latest-updates-module li:first-child.article.marked {
    background-image: url(/Static/gfx/icon-article-orange@2x.png);
  }
  .latest-updates-module li:first-child.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange@2x.png);
  }
  .latest-updates-module li:first-child.case.marked {
    background-image: url(/Static/gfx/icon-case-orange@2x.png);
  }
  .latest-updates-module li:first-child.document.marked {
    background-image: url(/Static/gfx/icon-document-orange@2x.png);
  }
  .latest-updates-module li:first-child.event.marked {
    background-image: url(/Static/gfx/icon-event-orange@2x.png);
  }
  .latest-updates-module li:first-child.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange@2x.png);
  }
  .latest-updates-module li:first-child.career.marked {
    background-image: url(/Static/gfx/icon-career-orange@2x.png);
  }
  .latest-updates-module li:first-child.product.marked {
    background-image: url(/Static/gfx/icon-product-orange@2x.png);
  }
  .latest-updates-module li:first-child.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange@2x.png);
  }
  .latest-updates-module li:first-child.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange@2x.png);
  }
  .latest-updates-module li:first-child.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange@2x.png);
  }
  .latest-updates-module li:first-child.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange.png);
  }
  .latest-updates-module li:first-child.video.marked {
    background-image: url(/Static/gfx/icon-video-orange@2x.png);
  }
  .contact-module li a,
  .latest-updates-module li p {
    background-image: url(/Static/gfx/icon-arrow-right-grey@2x.png);
    background-size: 20px 20px;
  }
  .btn-module .btn {
    background-image: url(/Static/gfx/icon-arrow-right-white-small@2x.png);
    background-size: 20px 20px;
  }
  .btn-module .btn-external {
    background-image: url(/Static/gfx/icon-arrow-right-external-white-small@2x.png);
    background-size: 20px 20px;
  }
  .share-module .share-module-tabs li.share-page {
    background-image: url(/Static/gfx/icon-share-toggle@2x.png);
    background-size: 22px 200px;
  }
  .share-module .share-module-tabs li.pdf-options {
    background-image: url(/Static/gfx/icon-pdf-toggle@2x.png);
    background-size: 22px 200px;
  }
}
@media (max-width: 480px) {
  .module {
    float: none;
    display: block;
    width: auto;
  }
  .main-content-wrapper .block-row > div .module {
    display: none;
  }
  .hub-module {
    position: relative;
    margin-top: -8px;
    padding-right: 5px;
    padding-left: 60px;
    padding-bottom: 24px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 70px;
    background-color: transparent;
  }
  .hub-module:after,
  .hub-module:before {
    display: table;
    content: "";
    line-height: 0;
  }
  .hub-module:after {
    clear: both;
  }
  .hub-module:hover {
    color: #333;
    text-decoration: none;
  }
  .hub-module:hover h2 {
    color: #e66d00;
  }
  .hub-module img {
    float: left;
    width: 40px;
    margin: 30px 0 0 -55px;
    padding: 0;
  }
  .hub-module h2 {
    padding-right: 35px;
    padding-bottom: 4px;
  }
  .hub-module p {
    margin: 0;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url(/Static/gfx/icon-arrow-right-orange-small.png);
  }
  .focus-banner-module {
    margin-bottom: 0 !important;
  }
  .focus-banner-module h1 {
    padding-top: 0;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .focus-banner-module a:hover {
    text-decoration: none;
  }
  .focus-banner-module div[class*="span"] {
    float: left;
  }
  .focus-banner-module div[class*="span"].banner-image {
    width: 33%;
  }
  .focus-banner-module div[class*="span"].banner-content {
    width: 67%;
    padding-top: 5px;
  }
  .list-module {
    padding-bottom: 28px !important;
  }
  .list-module ul {
    padding-top: 0;
  }
  .list-module ul li {
    background-position: 10px 50%;
  }
  .list-module ul li a {
    padding-right: 35px;
    padding-left: 50px;
    background-position: 97.5% 50% !important;
    background-image: url(/Static/gfx/icon-arrow-right-grey-small.png);
  }
  .list-module ul li.file a {
    background-image: url(/Static/gfx/icon-download-grey-small.png);
  }
  .latest-press-module {
    margin-top: -22px;
    margin-bottom: 20px;
  }
  .latest-press-module li {
    border-top: none;
    background-position: 8px 28px;
  }
  .latest-press-module li.news {
    background-image: url(/Static/gfx/icon-news-gray-small.png);
  }
  .latest-press-module li.article {
    background-image: url(/Static/gfx/icon-article-gray-small.png);
  }
  .latest-press-module li.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray-small.png);
  }
  .latest-press-module li.case {
    background-image: url(/Static/gfx/icon-case-gray-small.png);
  }
  .latest-press-module li.document {
    background-image: url(/Static/gfx/icon-document-gray-small.png);
  }
  .latest-press-module li.event {
    background-image: url(/Static/gfx/icon-event-gray-small.png);
  }
  .latest-press-module li.blog {
    background-image: url(/Static/gfx/icon-blog-gray-small.png);
  }
  .latest-press-module li.career {
    background-image: url(/Static/gfx/icon-career-gray-small.png);
  }
  .latest-press-module li.product {
    background-image: url(/Static/gfx/icon-product-gray-small.png);
  }
  .latest-press-module li.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-15h-gray.png);
  }
  .latest-press-module li.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-15h-gray.png);
  }
  .latest-press-module li.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-15h-gray.png);
  }
  .latest-press-module li.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray-small.png);
  }
  .latest-press-module li.award {
    background-image: url(/Static/gfx/icon-awards-gray-small.png);
  }
  .latest-press-module li.video {
    background-image: url(/Static/gfx/icon-video-gray-small.png);
  }
  .latest-press-module li.news.marked {
    background-image: url(/Static/gfx/icon-news-orange-small.png);
  }
  .latest-press-module li.article.marked {
    background-image: url(/Static/gfx/icon-article-orange-small.png);
  }
  .latest-press-module li.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange-small.png);
  }
  .latest-press-module li.case.marked {
    background-image: url(/Static/gfx/icon-case-orange-small.png);
  }
  .latest-press-module li.document.marked {
    background-image: url(/Static/gfx/icon-document-orange-small.png);
  }
  .latest-press-module li.event.marked {
    background-image: url(/Static/gfx/icon-event-orange-small.png);
  }
  .latest-press-module li.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange-small.png);
  }
  .latest-press-module li.career.marked {
    background-image: url(/Static/gfx/icon-career-orange-small.png);
  }
  .latest-press-module li.product.marked {
    background-image: url(/Static/gfx/icon-product-orange-small.png);
  }
  .latest-press-module li.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-15h-orange.png);
  }
  .latest-press-module li.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-15h-orange.png);
  }
  .latest-press-module li.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-15h-orange.png);
  }
  .latest-press-module li.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange-small.png);
  }
  .latest-press-module li.award.marked {
    background-image: url(/Static/gfx/icon-awards-orange-small.png);
  }
  .latest-press-module li.video.marked {
    background-image: url(/Static/gfx/icon-video-orange-small.png);
  }
  .latest-press-module li > a {
    padding: 28px 5px 24px 30px;
  }
  .latest-press-module li > a p {
    padding-right: 25px;
    background-position: 100% 50%;
    background-image: url(/Static/gfx/icon-arrow-right-grey-small.png);
  }
  .latest-press-module li:last-child {
    border: none;
  }
  .latest-updates-module li:first-child {
    padding-left: 30px;
    background-position: 8px 49%;
  }
  .latest-updates-module li:first-child.news {
    background-image: url(/Static/gfx/icon-news-gray-small.png);
  }
  .latest-updates-module li:first-child.article {
    background-image: url(/Static/gfx/icon-article-gray-small.png);
  }
  .latest-updates-module li:first-child.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray-small.png);
  }
  .latest-updates-module li:first-child.case {
    background-image: url(/Static/gfx/icon-case-gray-small.png);
  }
  .latest-updates-module li:first-child.document {
    background-image: url(/Static/gfx/icon-document-gray-small.png);
  }
  .latest-updates-module li:first-child.event {
    background-image: url(/Static/gfx/icon-event-gray-small.png);
  }
  .latest-updates-module li:first-child.blog {
    background-image: url(/Static/gfx/icon-blog-gray-small.png);
  }
  .latest-updates-module li:first-child.career {
    background-image: url(/Static/gfx/icon-career-gray-small.png);
  }
  .latest-updates-module li:first-child.product {
    background-image: url(/Static/gfx/icon-product-gray-small.png);
  }
  .latest-updates-module li:first-child.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-15h-gray.png);
  }
  .latest-updates-module li:first-child.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-15h-gray.png);
  }
  .latest-updates-module li:first-child.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-15h-gray.png);
  }
  .latest-updates-module li:first-child.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray-small.png);
  }
  .latest-updates-module li:first-child.award {
    background-image: url(/Static/gfx/icon-awards-gray-small.png);
  }
  .latest-updates-module li:first-child.video {
    background-image: url(/Static/gfx/icon-video-gray-small.png);
  }
  .latest-updates-module li:first-child.news.marked {
    background-image: url(/Static/gfx/icon-news-orange-small.png);
  }
  .latest-updates-module li:first-child.article.marked {
    background-image: url(/Static/gfx/icon-article-orange-small.png);
  }
  .latest-updates-module li:first-child.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange-small.png);
  }
  .latest-updates-module li:first-child.case.marked {
    background-image: url(/Static/gfx/icon-case-orange-small.png);
  }
  .latest-updates-module li:first-child.document.marked {
    background-image: url(/Static/gfx/icon-document-orange-small.png);
  }
  .latest-updates-module li:first-child.event.marked {
    background-image: url(/Static/gfx/icon-event-orange-small.png);
  }
  .latest-updates-module li:first-child.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange-small.png);
  }
  .latest-updates-module li:first-child.career.marked {
    background-image: url(/Static/gfx/icon-career-orange-small.png);
  }
  .latest-updates-module li:first-child.product.marked {
    background-image: url(/Static/gfx/icon-product-orange-small.png);
  }
  .latest-updates-module li:first-child.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-15h-orange.png);
  }
  .latest-updates-module li:first-child.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-15h-orange.png);
  }
  .latest-updates-module li:first-child.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-15h-orange.png);
  }
  .latest-updates-module li:first-child.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange-small.png);
  }
  .latest-updates-module li:first-child.award.marked {
    background-image: url(/Static/gfx/icon-awards-orange-small.png);
  }
  .latest-updates-module li:first-child.video.marked {
    background-image: url(/Static/gfx/icon-video-orange-small.png);
  }
  .latest-updates-module li:first-child .h3 {
    line-height: 30px;
  }
  .latest-updates-module li > a {
    padding: 25px 5px 24px;
  }
  .latest-updates-module li > a p {
    padding-right: 25px;
    background-position: 100% 50%;
    background-image: url(/Static/gfx/icon-arrow-right-grey-small.png);
  }
  .latest-updates-module li:last-child {
    border: none;
  }
  .contact-module h2 {
    padding-bottom: 9px;
  }
  .contact-module ul {
    padding-top: 0;
  }
  .contact-module ul li {
    min-height: 44px;
    font-size: 16px;
  }
  .contact-module ul li a {
    padding: 12px 35px 12px 0 !important;
  }
  .contact-card-module {
    position: relative;
  }
  .contact-card-module .block-row {
    min-height: 95px;
    padding-left: 105px;
  }
  .contact-card-module .block-row div:first-child {
    position: absolute;
    left: 0;
  }
  .contact-card-module img {
    max-width: 95px;
  }
  .contact-card-module p {
    margin-bottom: 8px;
  }
  .contact-card-module .fn {
    margin-top: -5px;
    padding-top: 0;
  }
  .btn-module .btn {
    background-position: 95.5% 50% !important;
    background-image: url(/Static/gfx/icon-arrow-right-white-small.png);
  }
  .btn-module .btn-external {
    background-image: url(/Static/gfx/icon-arrow-right-external-white-small.png);
  }
  .text-module h2 {
    padding-top: 0;
  }
  .text-module > .block-row {
    position: relative;
    padding-left: 105px;
  }
  .text-module > .block-row-fluid {
    position: relative;
  }
  .text-module > .block-row-fluid .body {
    padding-left: 105px;
  }
  .text-module div[class*="span"] {
    min-height: 95px;
    margin-bottom: 0;
  }
  .text-module div[class*="span"]:first-child {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 95px;
  }
  .text-module div[class*="span"] h2 {
    margin-top: -5px;
    padding-top: 0;
  }
  .cta-banner-module {
    padding-bottom: 24px;
  }
  .cta-banner-module .lead {
    padding-bottom: 10px;
  }
  .cta-banner-module .icon-link,
  .cta-banner-module .lead {
    font-size: 16px;
    line-height: 22px;
  }
  .cta-banner-module img {
    position: static;
  }
  .cta-banner-module > div > div .inner {
    height: auto;
    padding-top: 15px;
    padding-left: 0;
    background: 0 0;
  }
  .cta-banner-module > div > div .inner p {
    margin-bottom: 0;
  }
  .focus-list-module .icon-link,
  .focus-list-module .lead,
  .focus-list-module h2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .focus-list-module .lead {
    font-size: 14px;
    line-height: 22px;
  }
  .focus-list-module .icon-link {
    padding-left: 20px;
    background-position: 0 50%;
    font-size: 16px;
    line-height: 24px;
    background-image: url(/Static/gfx/icon-arrow-right-orange-small.png);
  }
  .column-module div[class*="span"] {
    position: relative;
    min-height: 95px;
    margin-bottom: 25px;
    padding-left: 105px;
  }
  .column-module div[class*="span"] img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 95px;
  }
  .column-module div[class*="span"] h2 {
    padding-top: 0;
  }
  .column-module div[class*="span"] p {
    margin-bottom: 10px;
  }
  .column-module div[class*="span"]:last-child {
    margin-bottom: 0;
  }
  .media-block-row .module {
    padding-top: 0;
    padding-bottom: 23px;
  }
  .media-block-row .module h2 {
    padding-top: 13px;
  }
  .media-block-row:last-child .focus-list-module {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  .hub-module p {
    background-image: url(/Static/gfx/icon-arrow-right-orange-small@2x.png);
    background-size: 20px 20px;
  }
  .list-module ul li a {
    background-image: url(/Static/gfx/icon-arrow-right-grey-small@2x.png);
    background-size: 20px 20px;
  }
  .list-module ul li.file a {
    background-image: url(/Static/gfx/icon-download-grey-small@2x.png);
    background-size: 20px 20px;
  }
  .latest-press-module li {
    background-size: 15px 15px;
  }
  .latest-press-module li.news {
    background-image: url(/Static/gfx/icon-news-gray-small@2x.png);
  }
  .latest-press-module li.article {
    background-image: url(/Static/gfx/icon-article-gray-small@2x.png);
  }
  .latest-press-module li.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray-small@2x.png);
  }
  .latest-press-module li.case {
    background-image: url(/Static/gfx/icon-case-gray-small@2x.png);
  }
  .latest-press-module li.document {
    background-image: url(/Static/gfx/icon-document-gray-small@2x.png);
  }
  .latest-press-module li.event {
    background-image: url(/Static/gfx/icon-event-gray-small@2x.png);
  }
  .latest-press-module li.blog {
    background-image: url(/Static/gfx/icon-blog-gray-small@2x.png);
  }
  .latest-press-module li.career {
    background-image: url(/Static/gfx/icon-career-gray-small@2x.png);
  }
  .latest-press-module li.product {
    background-image: url(/Static/gfx/icon-product-gray-small@2x.png);
  }
  .latest-press-module li.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
  }
  .latest-press-module li.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
  }
  .latest-press-module li.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
  }
  .latest-press-module li.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray.png);
  }
  .latest-press-module li.award {
    background-image: url(/Static/gfx/icon-awards-gray.png);
  }
  .latest-press-module li.video {
    background-image: url(/Static/gfx/icon-video-gray-small.png);
  }
  .latest-press-module li.news.marked {
    background-image: url(/Static/gfx/icon-news-orange-small@2x.png);
  }
  .latest-press-module li.article.marked {
    background-image: url(/Static/gfx/icon-article-orange-small@2x.png);
  }
  .latest-press-module li.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange-small@2x.png);
  }
  .latest-press-module li.case.marked {
    background-image: url(/Static/gfx/icon-case-orange-small@2x.png);
  }
  .latest-press-module li.document.marked {
    background-image: url(/Static/gfx/icon-document-orange-small@2x.png);
  }
  .latest-press-module li.event.marked {
    background-image: url(/Static/gfx/icon-event-orange-small@2x.png);
  }
  .latest-press-module li.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange-small@2x.png);
  }
  .latest-press-module li.career.marked {
    background-image: url(/Static/gfx/icon-career-orange-small@2x.png);
  }
  .latest-press-module li.product.marked {
    background-image: url(/Static/gfx/icon-product-orange-small@2x.png);
  }
  .latest-press-module li.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
  }
  .latest-press-module li.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
  }
  .latest-press-module li.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
  }
  .latest-press-module li.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange-small@2x.png);
  }
  .latest-press-module li.award.marked {
    background-image: url(/Static/gfx/icon-awards-orange-small@2x.png);
  }
  .latest-press-module li.video.marked {
    background-image: url(/Static/gfx/icon-video-orange-small.png);
  }
  .latest-press-module li > a p {
    background-image: url(/Static/gfx/icon-arrow-right-grey-small@2x.png);
    background-size: 20px 20px;
  }
  .latest-updates-module li:first-child {
    background-size: 15px 15px;
  }
  .latest-updates-module li:first-child.news {
    background-image: url(/Static/gfx/icon-news-gray-small@2x.png);
  }
  .latest-updates-module li:first-child.article {
    background-image: url(/Static/gfx/icon-article-gray-small@2x.png);
  }
  .latest-updates-module li:first-child.press-release {
    background-image: url(/Static/gfx/icon-press-release-gray-small@2x.png);
  }
  .latest-updates-module li:first-child.case {
    background-image: url(/Static/gfx/icon-case-gray-small@2x.png);
  }
  .latest-updates-module li:first-child.document {
    background-image: url(/Static/gfx/icon-document-gray-small@2x.png);
  }
  .latest-updates-module li:first-child.event {
    background-image: url(/Static/gfx/icon-event-gray-small@2x.png);
  }
  .latest-updates-module li:first-child.blog {
    background-image: url(/Static/gfx/icon-blog-gray-small@2x.png);
  }
  .latest-updates-module li:first-child.career {
    background-image: url(/Static/gfx/icon-career-gray-small@2x.png);
  }
  .latest-updates-module li:first-child.product {
    background-image: url(/Static/gfx/icon-product-gray-small@2x.png);
  }
  .latest-updates-module li:first-child.lower-cost {
    background-image: url(/Static/gfx/icon-lower-cost-30h-gray.png);
  }
  .latest-updates-module li:first-child.risk-managed {
    background-image: url(/Static/gfx/icon-risk-managed-30h-gray.png);
  }
  .latest-updates-module li:first-child.more-sales {
    background-image: url(/Static/gfx/icon-more-sales-30h-gray.png);
  }
  .latest-updates-module li:first-child.idea {
    background-image: url(/Static/gfx/icon-light-bulb-gray.png);
  }
  .latest-updates-module li:first-child.award {
    background-image: url(/Static/gfx/icon-awards-gray.png);
  }
  .latest-updates-module li:first-child.video {
    background-image: url(/Static/gfx/icon-video-gray-small.png);
  }
  .latest-updates-module li:first-child.news.marked {
    background-image: url(/Static/gfx/icon-news-orange-small@2x.png);
  }
  .latest-updates-module li:first-child.article.marked {
    background-image: url(/Static/gfx/icon-article-orange-small@2x.png);
  }
  .latest-updates-module li:first-child.press-release.marked {
    background-image: url(/Static/gfx/icon-press-release-orange-small@2x.png);
  }
  .latest-updates-module li:first-child.case.marked {
    background-image: url(/Static/gfx/icon-case-orange-small@2x.png);
  }
  .latest-updates-module li:first-child.document.marked {
    background-image: url(/Static/gfx/icon-document-orange-small@2x.png);
  }
  .latest-updates-module li:first-child.event.marked {
    background-image: url(/Static/gfx/icon-event-orange-small@2x.png);
  }
  .latest-updates-module li:first-child.blog.marked {
    background-image: url(/Static/gfx/icon-blog-orange-small@2x.png);
  }
  .latest-updates-module li:first-child.career.marked {
    background-image: url(/Static/gfx/icon-career-orange-small@2x.png);
  }
  .latest-updates-module li:first-child.product.marked {
    background-image: url(/Static/gfx/icon-product-orange-small@2x.png);
  }
  .latest-updates-module li:first-child.lower-cost.marked {
    background-image: url(/Static/gfx/icon-lower-cost-30h-orange.png);
  }
  .latest-updates-module li:first-child.risk-managed.marked {
    background-image: url(/Static/gfx/icon-risk-managed-30h-orange.png);
  }
  .latest-updates-module li:first-child.more-sales.marked {
    background-image: url(/Static/gfx/icon-more-sales-30h-orange.png);
  }
  .latest-updates-module li:first-child.idea.marked {
    background-image: url(/Static/gfx/icon-light-bulb-orange-small@2x.png);
  }
  .latest-updates-module li:first-child.award.marked {
    background-image: url(/Static/gfx/icon-awards-orange-small@2x.png);
  }
  .latest-updates-module li:first-child.video.marked {
    background-image: url(/Static/gfx/icon-video-orange-small.png);
  }
  .latest-updates-module li > a p {
    background-image: url(/Static/gfx/icon-arrow-right-grey-small@2x.png);
    background-size: 20px 20px;
  }
  .btn-module .btn {
    background-image: url(/Static/gfx/icon-arrow-right-white-small@2x.png);
    background-size: 20px 20px;
  }
  .focus-list-module .icon-link {
    background-image: url(/Static/gfx/icon-arrow-right-orange-small@2x.png);
    background-size: 20px 20px;
  }
}
.js .carousel {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
}
.js .carousel:after,
.js .carousel:before {
  display: table;
  content: "";
  line-height: 0;
}
.js .carousel:after {
  clear: both;
}
.js .carousel .slide-wrapper {
  overflow: hidden;
}
.js .carousel .slide {
  float: left;
  border-bottom: none;
}
.js .carousel .carousel-navigation {
  position: absolute;
  top: calc(50% - 18px);
  margin-top: -20px;
  width: 100%;
  height: 20px;
}
.js .carousel .carousel-navigation li {
  position: absolute;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: hsla(0, 0%, 100%, 0.85);
  border-radius: 50%;
  transition: background-color 0.2s ease-in;
}
.js .carousel .carousel-navigation li:hover {
  background-color: hsla(0, 0%, 100%, 0.95);
}
.js .carousel .carousel-navigation li.left {
  top: 0;
  left: 5px;
  background-image: url(/Static/gfx/icon-arrow-left-grey.png);
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .js .carousel .carousel-navigation li.left {
    background-image: url(/Static/gfx/icon-arrow-left-grey@2x.png);
    background-size: 20px 20px;
  }
}
.js .carousel .carousel-navigation li.left:hover {
  background-image: url(/Static/gfx/icon-arrow-left-orange.png);
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .js .carousel .carousel-navigation li.left:hover {
    background-image: url(/Static/gfx/icon-arrow-left-orange@2x.png);
    background-size: 20px 20px;
  }
}
.js .carousel .carousel-navigation li.right {
  top: 0;
  right: 5px;
  background-image: url(/Static/gfx/icon-arrow-right-grey.png);
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .js .carousel .carousel-navigation li.right {
    background-image: url(/Static/gfx/icon-arrow-right-grey@2x.png);
    background-size: 20px 20px;
  }
}
.js .carousel .carousel-navigation li.right:hover {
  background-image: url(/Static/gfx/icon-arrow-right-orange.png);
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .js .carousel .carousel-navigation li.right:hover {
    background-image: url(/Static/gfx/icon-arrow-right-orange@2x.png);
    background-size: 20px 20px;
  }
}
.js .carousel .carousel-navigation,
.js .carousel .carousel-navigation li,
.js .carousel .carousel-thumbs,
.js .carousel .carousel-thumbs li {
  margin: 0;
  padding: 0;
}
.js .carousel .carousel-navigation li,
.js .carousel .carousel-thumbs li {
  cursor: pointer;
}
.js .carousel .carousel-thumbs {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  height: 22px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 480px) {
  .js .carousel .carousel-thumbs {
    bottom: 0;
  }
}
.js .carousel .carousel-thumbs li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  background-position: 0 0;
  background-image: url(/Static/gfx/slider-thumb.png);
}
.js .carousel .carousel-thumbs li.active,
.js .carousel .carousel-thumbs li:hover {
  background-position: 0 100%;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .js .carousel .carousel-thumbs li {
    background-image: url(/Static/gfx/slider-thumb@2x.png);
    background-size: 16px 32px;
  }
}
.js .carousel .btn-expand {
  position: absolute;
  top: 10px;
  right: 10px;
}
.main-content .carousel {
  margin: 0 0 60px;
  padding: 0 0 45px;
  border: 1px solid #d9d9d9;
}
@media (max-width: 480px) {
  .main-content .carousel {
    padding: 0 0 25px;
  }
}
.main-content .carousel .slide-media {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 300px;
}
@media (max-width: 480px) {
  .main-content .carousel .slide-media {
    height: 200px;
  }
}
.main-content .carousel .slide-media img {
  margin: 0;
  height: 300px;
}
.main-content .carousel .slide-body {
  padding: 20px 15px 0;
}
.main-content .carousel .carousel-thumbs {
  background-color: rgba(91, 92, 92, 0.85);
  padding-top: 5px;
}
.carousel-hide-unstyled {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.carousel-hide-unstyled.carousel-show-styled {
  visibility: visible;
  opacity: 1;
  transition: all 1s linear;
}
.tile-row {
  position: relative;
  margin: 0 -5px;
  padding: 10px 0 25px;
}
.tile-row:after,
.tile-row:before {
  display: table;
  content: "";
  line-height: 0;
}
.tile-row:after {
  clear: both;
}
.tile-row .tile {
  position: relative;
  width: 100%;
  padding: 0 5px 100%;
  box-sizing: border-box;
}
@media (min-width: 481px) {
  .tile-row .tile {
    float: left;
    width: 33.33%;
    padding-bottom: 33.33%;
  }
}
.tile-row .tile .tile-inner {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 10px;
  left: 5px;
  margin: 0;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.tile-row .tile .tile-inner figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
}
@media (min-width: 481px) {
  .tile-row .tile .tile-inner:hover {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .tile-row .tile .tile-inner:hover.zoom {
    background-image: url(/Static/gfx/icon-zoom-grey.png);
  }
  .tile-row .tile .tile-inner:hover img {
    opacity: 0.1;
  }
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .tile-row .tile .tile-inner:hover {
    background-size: 20px;
  }
}
.tile-row .tile .tile-inner img {
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.tile-row .tile-body {
  padding: 0 5px 30px;
}
@media (min-width: 481px) {
  .tile-row .tile-body {
    display: none;
  }
}
@media (min-width: 481px) {
  .tile-expanded .tile {
    width: 50%;
    padding-bottom: 50%;
  }
}
.info-window span {
  display: block;
}
.locations-map {
  border-bottom: 1px solid #d9d9d9;
}
.locations-map .google-map {
  height: 420px;
  margin-left: 370px;
}
.locations-map .google-map img {
  max-width: none;
}
.locations-map .info-window {
  padding: 21px 0 0 30px;
}
.locations-map .map-filter {
  display: none;
  margin-bottom: 20px;
  padding: 30px 0 0 30px;
}
.locations-map .map-filter ul {
  margin: 0;
}
.map-filter-info-windows,
.no-js .locations-map {
  display: none;
}
@media (max-width: 480px) {
  .locations-map {
    margin-bottom: -30px;
    border-bottom: none;
  }
  .locations-map .map-filter {
    padding: 0;
  }
  .locations-map .map-filter ul {
    margin-bottom: 22px;
  }
  .locations-map > .block-row {
    display: none;
  }
  .map-filter-info-windows {
    display: block;
    margin-bottom: 27px;
    border-top: 1px solid #d9d9d9;
  }
  .map-filter-info-windows .info-window {
    padding: 27px 0 4px;
    border-bottom: 1px solid #d9d9d9;
  }
}
#header {
  position: relative;
  background-color: #fff;
}
#header .logo {
  position: absolute;
  margin-top: 37px;
}
#header .logo a {
  background: url(/Static/gfx/logo.png) no-repeat 0 0 transparent;
}
#header .logo img {
  display: none;
}
#header .logo,
#header .logo a {
  display: block;
  width: 120px;
  height: 80px;
}
#header .mobile-external-login,
#header .mobile-global-phone-number,
#header .mobile-shopping-cart,
#header .mobile-stock-ticker {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .logo a {
    background-image: url(/Static/gfx/logo@2x.png);
    background-size: 120px 80px;
  }
}
@media (max-width: 480px) {
  #header {
    min-height: 64px;
    margin: 0 -10px 15px;
  }
  #header .logo {
    position: relative;
    margin-top: 14px;
    left: 15px;
    z-index: 1500;
  }
  #header .logo a {
    background: url(/Static/gfx/logo-mobile@2x.png) no-repeat 0 0 transparent;
    background-size: 80px 16px;
  }
  #header .logo,
  #header .logo a {
    width: 80px;
    height: 16px;
  }
  #header .mobile-header-links {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 12px;
  }
  #header .mobile-global-phone-number,
  #header .mobile-shopping-cart,
  #header .mobile-stock-ticker {
    margin-right: 15px;
    float: right;
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
  }
  #header .mobile-global-phone-number img,
  #header .mobile-shopping-cart img,
  #header .mobile-stock-ticker img {
    margin-top: -3px;
  }
  #header .mobile-shopping-cart .fa-lg {
    vertical-align: -8%;
  }
  #header .mobile-shopping-cart a {
    color: #fff;
  }
  #header .mobile-external-login {
    position: absolute;
    top: 12px;
    left: 15px;
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
  }
  #header .mobile-external-login a {
    color: #fff;
  }
  #header .mobile-external-login a i {
    margin-right: 5px;
    margin-top: -4px;
  }
  #header .mobile-global-phone-number a {
    padding-left: 12px;
    color: #fff;
    background: url(/Static/gfx/contact/icon-phone-white-small.png) 0 50%
      no-repeat transparent;
  }
  #header .mobile-global-chat-link a {
    padding-left: 25px;
    color: #fff;
    background: url(/Static/gfx/contact/wechat.png) 0 50% no-repeat transparent;
  }
}
@media (max-width: 480px) and (-moz-device-pixel-ratio: 2),
  (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  #header .mobile-global-phone-number a {
    background-image: url(/Static/gfx/contact/icon-phone-white.png);
    background-size: 10px;
  }
  #header .mobile-global-chat-link a {
    background-image: url(/Static/gfx/contact/wechat.png);
    background-size: 15px;
    padding-left: 20px;
  }
}
#footer .section {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .section:first-child {
  border-bottom: 1px solid #d9d9d9;
}
#footer .main-nav {
  float: right;
}
#footer .main-nav ul {
  margin-bottom: 0;
}
#footer .main-nav ul:after,
#footer .main-nav ul:before {
  display: table;
  content: "";
  line-height: 0;
}
#footer .main-nav ul:after {
  clear: both;
}
#footer .main-nav ul li {
  float: left;
  margin-left: 30px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}
#footer .main-nav ul li a {
  color: #333;
}
#footer .main-nav ul li a:hover {
  text-decoration: none;
  color: #e66d00;
}
#footer .trademark {
  float: left;
  display: block;
  width: 169px;
  height: 16px;
  text-indent: -9999em;
  background: url(/Static/gfx/strapline-footer.png) no-repeat 0 0 transparent;
}
#footer .trademark:hover {
  background-position: 0 -184px;
}
#footer .copy {
  padding: 10px 0 0;
}
#footer .copy span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #5b5c5c;
}
#footer .copy .pdf {
  visibility: hidden;
}
#footer .footer-links {
  text-align: center;
  line-height: 18px;
}
#footer .footer-links a {
  padding: 0 12px;
  color: #5b5c5c;
}
#footer .footer-links a:hover {
  text-decoration: none;
  color: #e66d00;
}
#footer .scroll-to-top {
  display: none;
}
.no-js #footer {
  padding-bottom: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #footer .trademark {
    background-image: url(/Static/gfx/strapline-footer@2x.png);
    background-size: 169px 200px;
  }
}
@media (max-width: 480px) {
  #footer .main-nav {
    display: none;
  }
  #footer .trademark {
    position: relative;
    left: 50%;
    margin-left: -90px;
  }
  #footer .footer-links {
    margin: -16px 0;
    text-align: left;
  }
  #footer .footer-links nav {
    margin-bottom: 15px;
  }
  #footer .footer-links nav:after,
  #footer .footer-links nav:before {
    display: table;
    content: "";
    line-height: 0;
  }
  #footer .footer-links nav:after {
    clear: both;
  }
  #footer .footer-links nav a {
    display: block;
    width: 42%;
    padding: 0 2%;
    line-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url(/Static/gfx/icon-arrow-right-grey-small.png);
  }
  #footer .footer-links nav a:nth-child(odd) {
    float: left;
  }
  #footer .footer-links nav a:nth-child(2n + 2) {
    float: right;
  }
  #footer .scroll-to-top {
    display: block;
    padding-top: 45px;
    text-align: center;
  }
  #footer .scroll-to-top a {
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-image: url(/Static/gfx/icon-arrow-up-orange-small.png);
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
  (max-width: 480px) and (min-resolution: 192dpi) {
  #footer .footer-links nav a {
    background-image: url(/Static/gfx/icon-arrow-right-grey-small@2x.png);
    background-size: 20px 20px;
  }
  #footer .scroll-to-top a {
    background-image: url(/Static/gfx/icon-arrow-up-orange-small@2x.png);
    background-size: 20px 20px;
  }
}
body.lightbox {
  height: 100%;
  overflow: hidden;
}
.lightbox-dim {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1500;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.lightbox-dim span.close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/Static/gfx/icon-x-white.png);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .lightbox-dim span.close {
    background-size: 20px 20px;
    background-image: url(/Static/gfx/icon-x-white@2x.png);
  }
}
.lightbox-dim .media-carousel-nav {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.lightbox-dim .media-carousel-nav li {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.lightbox-dim .media-carousel-nav li.right {
  right: 20px;
  background-image: url(/Static/gfx/icon-arrow-right-white.png);
}
.lightbox-dim .media-carousel-nav li.left {
  left: 20px;
  background-image: url(/Static/gfx/icon-arrow-left-white.png);
}
#lightbox {
  position: fixed;
  top: 30px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: #fff;
  z-index: 1501;
}
#lightbox .slide {
  max-height: 100vh;
  overflow-y: auto;
}
#lightbox > div {
  margin: 30px 0;
  padding: 0 60px 0 20px;
  overflow: auto;
}
#lightbox .media {
  margin: 0;
  padding: 0;
}
#lightbox .media img {
  max-width: 100%;
}
#lightbox .description {
  margin: 0;
  padding: 25px 30px 5px;
}
#lightbox .description.vertical {
  padding-top: 35px;
  padding-left: 5px;
}
#lightbox .slide-number {
  position: absolute;
  right: 30px;
  bottom: 25px;
  font-size: 12px;
  color: #5b5c5c;
}
#lightbox span.close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
}
#lightbox span.close.close {
  background-image: url(/Static/gfx/icon-x-orange.png);
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  #lightbox span.close {
    background-size: 20px 20px;
  }
  #lightbox span.close.close {
    background-image: url(/Static/gfx/icon-x-orange@2x.png);
  }
}
#lightbox.big-table {
  width: 1000px;
  min-height: 300px;
  margin-left: -500px;
  margin-bottom: 0;
}
#lightbox.small {
  position: absolute;
  width: 320px;
  min-height: 200px;
  top: 20%;
  margin-left: -160px;
  margin-bottom: 0;
}
#lightbox.media-carousel {
  top: 50%;
  left: 50%;
  width: 80%;
  min-height: 0;
  margin-left: -40%;
  background-color: transparent;
  transform: translateY(-50%);
}
#lightbox.media-carousel .slide {
  background-color: #fff;
}
#lightbox.media-carousel > div {
  padding: 0;
  margin: 0;
}
@media (max-width: 1280px) {
  #lightbox.media-carousel {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  #lightbox.media-carousel {
    width: 1024px;
    margin-left: -512px;
  }
}
#lightbox .footer {
  padding: 20px 0 5px;
}
#lightbox.page-message-wrapper #page-load-message .header {
  max-height: 400px;
  overflow: auto;
}
@media (max-width: 480px) {
  #lightbox {
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -47%;
    width: 94%;
  }
  #lightbox.page-message-wrapper {
    position: absolute;
  }
  #lightbox.page-message-wrapper #page-load-message .header {
    max-height: none;
  }
  #lightbox.page-message-wrapper #page-load-message .btn {
    margin-bottom: 10px;
  }
}
#cookie-warning {
  position: fixed;
  bottom: 0;
  width: 90%;
  padding: 15px 5%;
  border-top: 1px solid #e2e2e2;
  background-color: #fff;
  z-index: 999;
}
@media (max-width: 480px) {
  #cookie-warning {
    margin: -10px;
  }
  #cookie-warning p {
    font-size: 12px !important;
  }
}
.microsite #header {
  padding-bottom: 51px;
  z-index: 1100;
}
.microsite .main-content-wrapper {
  padding-top: 0;
}
.microsite.loading {
  height: 100%;
  background-image: none;
}
.microsite.loading body {
  overflow: hidden;
  overflow-x: hidden;
}
.microsite.loading #footer,
.microsite.loading .breadcrumb,
.microsite.loading .main-content-wrapper {
  display: none;
}
.microsite #html5Loader {
  width: 100%;
  z-index: 1100;
}
.microsite.canvas {
  height: 100%;
}
.microsite.canvas #html5Loader {
  position: absolute;
  bottom: 0;
}
.microsite.no-canvas #html5Loader {
  position: relative;
  z-index: 1100;
  background: url(/Static/gfx/loader-orange.gif) no-repeat 50% transparent;
}
.microsite.no-canvas #html5Loader i {
  display: block;
  text-align: center;
  font-style: normal;
}
.parallax-slide {
  position: relative;
  height: 1000px;
  font-size: 14px;
  line-height: 22px;
  color: #5b5c5c;
  overflow: hidden;
}
.parallax-slide > div {
  background: url(/Static/gfx/microsite/slide-shadow.png) no-repeat 50% 100%
    transparent;
}
.parallax-slide h1 {
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px solid #ff7900;
}
.parallax-slide .lead,
.parallax-slide h1 {
  color: #ff7900;
}
.parallax-slide .lead {
  font-size: 18px;
  line-height: 24px;
}
.parallax-slide .important {
  color: #ff7900;
}
.parallax-slide .container {
  position: relative;
  height: 1000px;
}
.parallax-slide .parallax,
.parallax-slide .static {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background-repeat: no-repeat;
}
.parallax-slide.slide1 {
  background: url(/Static/gfx/microsite/bg-room.png) 0 0 repeat-x #fff fixed;
  z-index: 900;
}
.parallax-slide.slide1 .content {
  width: 300px;
  top: 140px;
  right: 0;
  left: auto;
  z-index: 500;
}
.parallax-slide.slide1 .pippette {
  background-position: 50% -1000px;
  background-position-x: 50% !important;
  -ms-background-position-x: 50% !important;
  background-attachment: fixed;
}
.parallax-slide.slide1 .flask {
  background-position: 32% 1887px;
  background-position-x: 32% !important;
  -ms-background-position-x: 32% !important;
  background-attachment: fixed;
}
.parallax-slide.slide1 .petri-dish {
  background-position: 48% 210px;
  background-position-x: 48% !important;
  -ms-background-position-x: 48% !important;
  background-attachment: scroll;
}
.parallax-slide.slide2 {
  background: url(/Static/gfx/microsite/bg-shelf.png) 0 0 repeat-x #f0f0f0 fixed;
  z-index: 900;
}
.parallax-slide.slide2 .content {
  width: 300px;
  top: 140px;
  right: 0;
  left: auto;
  z-index: 500;
}
.parallax-slide.slide2 .doll1 {
  background-position: 40% -150px;
  background-position-x: 40% !important;
  -ms-background-position-x: 40% !important;
  background-attachment: fixed;
}
.parallax-slide.slide2 .doll2 {
  background-position: 55% -2900px;
  background-position-x: 55% !important;
  -ms-background-position-x: 55% !important;
  background-attachment: fixed;
}
.parallax-slide.slide2 .doll3 {
  background-position: 65% 1850px;
  background-position-x: 65% !important;
  -ms-background-position-x: 65% !important;
  background-attachment: fixed;
}
.parallax-slide.slide2 .doll4 {
  background-position: 75% 1900px;
  background-position-x: 75% !important;
  -ms-background-position-x: 75% !important;
  background-attachment: fixed;
}
.parallax-slide.slide3 {
  background: url(/Static/gfx/microsite/bg-room.png) 0 0 repeat-x #fff fixed;
  z-index: 900;
}
.parallax-slide.slide3 .content {
  width: 300px;
  top: 140px;
  right: 0;
  left: auto;
  z-index: 500;
}
.parallax-slide.slide3 .cog1 {
  background-position: 40% 170px;
  background-position-x: 40% !important;
  -ms-background-position-x: 40% !important;
  background-attachment: fixed;
}
.parallax-slide.slide3 .cog2 {
  background-position: 28% 1000px;
  background-position-x: 28% !important;
  -ms-background-position-x: 28% !important;
  background-attachment: fixed;
}
.parallax-slide.slide3 .cog3 {
  background-position: 52% -800px;
  background-position-x: 52% !important;
  -ms-background-position-x: 52% !important;
  background-attachment: fixed;
}
.parallax-slide.slide3 .cog4 {
  background-position: 57% 1200px;
  background-position-x: 57% !important;
  -ms-background-position-x: 57% !important;
  background-attachment: fixed;
}
.parallax-slide.slide4 {
  background: url(/Static/gfx/microsite/bg-wood.jpg) 50% 0 repeat-y transparent
    fixed;
  background-position-x: 50% !important;
  -ms-background-position-x: 50% !important;
  z-index: 800;
}
.parallax-slide.slide4 .content {
  width: 365px;
  top: 140px;
  left: 200px;
  z-index: 500;
}
.parallax-slide.slide4 .coffee-cup {
  background-position: 50% 750px;
  background-position-x: 50% !important;
  -ms-background-position-x: 50% !important;
  background-attachment: fixed;
}
.parallax-slide.slide4 .coffee-beans1,
.parallax-slide.slide4 .coffee-beans1-shadow {
  position: fixed;
  top: -6900px;
  left: 45%;
  width: 1209px;
  height: 1183px;
  background-position: 0 0;
}
.parallax-slide.slide4 .coffee-beans1-shadow {
  top: -6480px;
}
.parallax-slide.slide4 .coffee-beans2 {
  background-position: 55% -350px;
  background-position-x: 55% !important;
  -ms-background-position-x: 55% !important;
  background-attachment: fixed;
}
.parallax-slide.slide4 .coffee-beans2-shadow {
  background-position: 55% -400px;
  background-position-x: 55% !important;
  -ms-background-position-x: 55% !important;
  background-attachment: fixed;
}
.parallax-slide.slide5 {
  background-color: #ebf3fb;
  z-index: 900;
}
.parallax-slide.slide5 .content {
  width: 300px;
  top: 140px;
  right: 0;
  left: auto;
}
.parallax-slide.slide5 .cloud1-1 {
  background-position: -20% -400px;
  background-position-x: -20% !important;
  -ms-background-position-x: -20% !important;
  background-attachment: fixed;
}
.parallax-slide.slide5 .cloud1-2 {
  background-position: 50% -900px;
  background-position-x: 50% !important;
  -ms-background-position-x: 50% !important;
  background-attachment: fixed;
}
.parallax-slide.slide5 .cloud2-1 {
  background-position: 110% -400px;
  background-position-x: 110% !important;
  -ms-background-position-x: 110% !important;
  background-attachment: fixed;
}
.parallax-slide.slide5 .cloud2-2 {
  background-position: 40% -400px;
  background-position-x: 40% !important;
  -ms-background-position-x: 40% !important;
  background-attachment: fixed;
}
.parallax-slide.slide5 .cloud3 {
  background-position: 90% -100px;
  background-position-x: 90% !important;
  -ms-background-position-x: 90% !important;
  background-attachment: fixed;
}
.parallax-slide.slide5 .cloud4-1 {
  background-position: 15% -300px;
  background-position-x: 15% !important;
  -ms-background-position-x: 15% !important;
  background-attachment: fixed;
}
.parallax-slide.slide5 .cloud4-2 {
  background-position: 75% -900px;
  background-position-x: 75% !important;
  -ms-background-position-x: 75% !important;
  background-attachment: fixed;
}
.parallax-slide.slide5 .rocket-lolly {
  background-position: 45% 30px;
  background-position-x: 45% !important;
  -ms-background-position-x: 45% !important;
  background-attachment: fixed;
}
.parallax-slide.slide6 {
  background: url(/Static/gfx/microsite/bg-room.png) 0 0 repeat-x #fff fixed;
  z-index: 900;
}
.parallax-slide.slide6 .content {
  width: 295px;
  top: 140px;
  left: 200px;
}
.parallax-slide.slide6 .paper {
  background-position: 50% -620px;
  background-position-x: 50% !important;
  -ms-background-position-x: 50% !important;
  background-attachment: fixed;
}
.parallax-slide.slide6 .bottle {
  background-position: 55% 155px;
  background-position-x: 55% !important;
  -ms-background-position-x: 55% !important;
  background-attachment: fixed;
}
.parallax-slide.slide6 .can {
  background-position: 45% 430px;
  background-position-x: 45% !important;
  -ms-background-position-x: 45% !important;
  background-attachment: fixed;
}
.parallax-slide.slide7 {
  background: #f1f1f1;
  z-index: 500;
}
.parallax-slide.slide7 .content {
  width: 100%;
  top: 0;
}
.parallax-slide.slide7 .content.content-1 {
  position: absolute;
  top: 140px;
  left: 200px;
  width: 300px;
}
.parallax-slide.slide7 .content.content-2 {
  position: absolute;
  top: 380px;
  right: 0;
  left: auto;
  width: 300px;
}
.parallax-slide.slide7 .hand1 {
  position: fixed;
  top: 410px;
  left: 50%;
  width: 984px;
  height: 857px;
  margin-left: -260px;
  background-position: 100% 0;
}
.parallax-slide.slide7 .hand2 {
  position: fixed;
  top: 3915px;
  left: 50%;
  width: 1126px;
  height: 1030px;
  margin-left: -1100px;
  background-position: 0 0;
}
.parallax-slide.slide8 {
  background: #f8f8f8;
  z-index: 800;
}
.parallax-slide.slide8 .content {
  width: 300px;
  top: 140px;
  right: 0;
  left: auto;
  z-index: 500;
}
.parallax-slide.slide8 .drink {
  background-position: 43% 2200px;
  background-position-x: 43% !important;
  -ms-background-position-x: 43% !important;
  background-attachment: fixed;
}
.parallax-slide.slide8 .straw {
  background-position: 43% -200px;
  background-position-x: 43% !important;
  -ms-background-position-x: 43% !important;
  background-attachment: fixed;
}
.parallax-slide.slide8 .orange {
  background-position: 43% -420px;
  background-position-x: 43% !important;
  -ms-background-position-x: 43% !important;
  background-attachment: fixed;
}
.parallax-slide.slide9 {
  background: url(/Static/gfx/microsite/bg-room.png) 0 0 repeat-x #fff fixed;
  z-index: 900;
}
.parallax-slide.slide9 .content {
  width: 295px;
  top: 140px;
  left: 200px;
}
.parallax-slide.slide9 .scissors {
  background-position: 60% -1450px;
  background-position-x: 60% !important;
  -ms-background-position-x: 60% !important;
  background-attachment: fixed;
}
.parallax-slide.slide9 .paperpeople1 {
  background-position: 65% -645px;
  background-position-x: 65% !important;
  -ms-background-position-x: 65% !important;
  background-attachment: fixed;
}
.parallax-slide.slide9 .paperpeople2 {
  background-position: 65% -235px;
  background-position-x: 65% !important;
  -ms-background-position-x: 65% !important;
  background-attachment: fixed;
}
.parallax-slide.slide9 .paperpeople3 {
  background-position: 65% 2170px;
  background-position-x: 65% !important;
  -ms-background-position-x: 65% !important;
  background-attachment: fixed;
}
.parallax-slide.slide9 .pencil {
  background-position: 60% 3355px;
  background-position-x: 60% !important;
  -ms-background-position-x: 60% !important;
  background-attachment: fixed;
}
.parallax-slide.slide10 {
  background: url(/Static/gfx/microsite/bg-room.png) 0 0 repeat-x #fff fixed;
  z-index: 900;
}
.parallax-slide.slide10 .content {
  width: 300px;
  top: 170px;
  right: 0;
  left: auto;
}
.parallax-slide.slide10 .watch {
  background-position: 25% 750px;
  background-position-x: 25% !important;
  -ms-background-position-x: 25% !important;
  background-attachment: fixed;
}
.parallax-slide.slide10 .ring {
  background-position: 50% -1200px;
  background-position-x: 50% !important;
  -ms-background-position-x: 50% !important;
  background-attachment: fixed;
}
.parallax-slide.slide10 .keys {
  background-position: 40% -580px;
  background-position-x: 40% !important;
  -ms-background-position-x: 40% !important;
  background-attachment: fixed;
}
.parallax-slide.slide11 {
  background: #f1f1f1;
  z-index: 900;
}
.parallax-slide.slide11 .content {
  width: 295px;
  top: 140px;
  left: 200px;
}
.parallax-slide.slide11 .extinguisher {
  background-position: 56% -620px;
  background-position-x: 56% !important;
  -ms-background-position-x: 56% !important;
  background-attachment: fixed;
  background-size: 940px 695px;
}
.parallax-slide.slide11 .firealarm {
  background-position: 50% 1100px;
  background-position-x: 50% !important;
  -ms-background-position-x: 50% !important;
  background-attachment: fixed;
}
.parallax-slide.slide11 .hammer {
  background-position: 55% 100px;
  background-position-x: 55% !important;
  -ms-background-position-x: 55% !important;
  background-attachment: fixed;
}
.parallax-slide.slide12 {
  background: url(/Static/gfx/microsite/bg-wood.jpg) 50% 0 repeat-y transparent
    fixed;
  background-position-x: 50% !important;
  -ms-background-position-x: 50% !important;
  z-index: 600;
}
.parallax-slide.slide12 .ipad {
  background-position: 50% 200px;
  background-position-x: 50% !important;
  -ms-background-position-x: 50% !important;
  background-attachment: fixed;
}
.parallax-slide.slide12 .ipad .video {
  position: fixed;
  top: 4964px;
  left: 50%;
  width: 583px;
  height: 439px;
  margin-left: -234px;
}
.parallax-slide.slide12 .ipad .video iframe {
  width: 100%;
  height: 100%;
}
.parallax-slide.microsite-start {
  position: relative;
  height: 820px;
  background-color: #fff;
  z-index: 600;
}
.parallax-slide.microsite-start .container {
  height: 820px;
}
.parallax-slide.microsite-start .begin-microsite {
  position: absolute;
  top: 510px;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  text-indent: -999em;
  cursor: pointer;
  background: url(/Static/gfx/microsite/nav-down-button.png) no-repeat 0 0
    transparent;
}
.parallax-slide.microsite-start .begin-microsite:hover {
  background-position: 0 100%;
}
.touch .parallax-slide.slide1 {
  background-attachment: scroll;
}
.touch .parallax-slide.slide1 .pippette {
  background-position: 50% 530px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide1 .flask {
  background-position: 21px 380px;
  background-position-x: 21% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide1 .petri-dish {
  background-position: 44% 130px;
  background-position-x: 44% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide2 {
  background-attachment: scroll;
}
.touch .parallax-slide.slide2 .doll1 {
  background-position: 30% 120px;
  background-position-x: 30% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide2 .doll2 {
  background-position: 51% 295px;
  background-position-x: 51% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide2 .doll3 {
  background-position: 65% 375px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide2 .doll4 {
  background-position: 75% 385px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide3 {
  background-attachment: scroll;
}
.touch .parallax-slide.slide3 .cog1 {
  background-position: 40% 135px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide3 .cog2 {
  background-position: 23% 200px;
  background-position-x: 23% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide3 .cog3 {
  background-position: 52% 400px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide3 .cog4 {
  background-position: 57% 242px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide4 {
  position: relative;
  background-attachment: scroll;
}
.touch .parallax-slide.slide4 .coffee-cup {
  background-position: 50% 120px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide4 .coffee-beans1,
.touch .parallax-slide.slide4 .coffee-beans1-shadow {
  position: absolute;
  top: -10px;
  right: 100px;
  background-position: 0 0;
}
.touch .parallax-slide.slide4 .coffee-beans1-shadow {
  top: 0;
}
.touch .parallax-slide.slide4 .coffee-beans2 {
  background-position: 55% 250px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide4 .coffee-beans2-shadow {
  background-position: 55% 260px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide5 {
  background-attachment: scroll;
}
.touch .parallax-slide.slide5 .cloud1-1 {
  background-position: -40% 400px;
  background-position-x: -40% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide5 .cloud1-2 {
  background-position: 50% 830px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide5 .cloud2-1 {
  background-position: 110% 370px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide5 .cloud2-2 {
  background-position: 40% 200px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide5 .cloud3 {
  background-position: 90% 40px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide5 .cloud4-1 {
  background-position: 15% 60px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide5 .rocket-lolly {
  background-position: 45% 100px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide6 {
  background-attachment: scroll;
}
.touch .parallax-slide.slide6 .paper {
  background-position: 50% 210px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide6 .bottle {
  background-position: 55% 55px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide6 .can {
  background-position: 45% 140px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide7 {
  background-attachment: scroll;
}
.touch .parallax-slide.slide7 .content.content-1 {
  top: 100px;
}
.touch .parallax-slide.slide7 .content.content-2 {
  top: 340px;
}
.touch .parallax-slide.slide7 .hand1 {
  position: absolute;
  top: -350px;
}
.touch .parallax-slide.slide7 .hand2 {
  position: absolute;
  top: 330px;
}
.touch .parallax-slide.slide8 {
  background-attachment: scroll;
}
.touch .parallax-slide.slide8 .drink {
  background-position: 37% 440px;
  background-position-x: 37% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide8 .straw {
  background-position: 37% 100px;
  background-position-x: 37% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide8 .orange {
  background-position: 37% 340px;
  background-position-x: 37% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide9 {
  background-attachment: scroll;
}
.touch .parallax-slide.slide9 .scissors {
  background-position: 60% 290px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide9 .paperpeople1 {
  background-position: 65% 139px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide9 .paperpeople2 {
  background-position: 65% 290px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide9 .paperpeople3 {
  background-position: 65% 440px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide9 .pencil {
  background-position: 60% 665px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide10 {
  background-attachment: scroll;
}
.touch .parallax-slide.slide10 .watch {
  background-position: 25% 145px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide10 .ring {
  background-position: 50% 240px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide10 .keys {
  background-position: 40% 420px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide11 {
  background-attachment: scroll;
}
.touch .parallax-slide.slide11 .extinguisher {
  background-position: 56% 440px;
  background-position-x: 56% !important;
  -ms-background-position-x: 56% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide11 .firealarm {
  background-position: 50% 220px;
  background-position-x: 50% !important;
  -ms-background-position-x: 50% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide11 .hammer {
  background-position: 55% 50px;
  background-position-x: 55% !important;
  -ms-background-position-x: 55% !important;
  background-attachment: scroll;
}
.touch .parallax-slide.slide12 {
  background-attachment: scroll;
}
.touch .parallax-slide.slide12 .ipad {
  position: relative;
  background-position: 50% 50px;
  background-attachment: scroll;
}
.touch .parallax-slide.slide12 .ipad .video {
  position: absolute;
  top: 102px;
  left: 50%;
}
.touch .parallax-slide.slide12 .ipad .video iframe {
  width: 100%;
  height: 100%;
}
.no-mediaquery .parallax-slide.slide3 .cog2 {
  background-position: 34% 1000px;
  -ms-background-position-x: 34% !important;
}
.no-mediaquery .parallax-slide.slide10 .watch {
  background-position: 30% 750px;
  -ms-background-position-x: 30% !important;
}
.microsite-navigation {
  position: absolute;
  top: 260px;
  left: 50%;
  margin-left: -485px;
  list-style-type: none;
  z-index: 1000;
}
.microsite-navigation li {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  background-position: 0 50%;
  background-image: none;
}
.microsite-navigation li a {
  color: #5b5c5c;
}
.microsite-navigation li a.first,
.microsite-navigation li a.last {
  color: #ff7900;
}
.microsite-navigation li a:hover {
  color: #e66d00;
  text-decoration: none;
  background-color: transparent;
}
.microsite-navigation li a:active,
.microsite-navigation li a:focus {
  outline: 0;
  background-color: transparent;
}
.microsite-navigation li.active {
  background-image: url(/Static/gfx/list-bullet-orange.png);
}
.microsite-navigation li.active a {
  color: #ff7900;
  outline: 0;
  background-color: transparent;
}
.microsite-navigation.fixed {
  position: fixed;
  top: 160px;
}
.microsite-navigation.fixed.glued {
  position: absolute;
  top: 12529px;
}
.microsite-word-cloud {
  width: 940px;
  padding-top: 120px;
  white-space: nowrap;
}
.microsite-word-cloud:after,
.microsite-word-cloud:before {
  display: table;
  content: "";
  line-height: 0;
}
.microsite-word-cloud:after {
  clear: both;
}
.microsite-word-cloud li {
  float: left;
  margin: 0 5px !important;
  font-size: 36px;
  line-height: 45px;
}
.microsite-word-cloud li a {
  color: #5b5c5c;
}
.microsite-word-cloud li a.first,
.microsite-word-cloud li a.last {
  color: #ff7900;
}
.microsite-word-cloud li a:hover {
  color: #e66d00;
  text-decoration: none;
}
.microsite-word-cloud li a:active,
.microsite-word-cloud li a:focus {
  outline: 0;
  background-color: transparent;
}
.microsite-word-cloud li.active {
  background-image: url(/Static/gfx/list-bullet-orange.png);
}
.microsite-word-cloud li.active a {
  color: #ff7900;
  outline: 0;
  background-color: transparent;
}
.microsite-word-cloud.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.microsite-word-cloud-word {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 36px;
  line-height: 45px;
  z-index: 1000;
}
.microsite-word-cloud-word a {
  color: #5b5c5c;
}
.microsite-word-cloud-word a.first,
.microsite-word-cloud-word a.last {
  color: #ff7900;
}
.microsite-word-cloud-word.blur a {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #000;
  color: transparent;
  transition: text-shadow 0.1s ease-in;
  transition: color 0.2s ease-in;
}
.microsite-word-cloud-word.blur a.first,
.microsite-word-cloud-word.blur a.last {
  text-shadow: 0 0 3px rgba(255, 121, 0, 0.5);
  color: #ff7900;
  color: rgba(255, 121, 0, 0);
}
.no-csstransitions .microsite-word-cloud-word.blur a,
.no-csstransitions .microsite-word-cloud-word.blur a.first,
.no-csstransitions .microsite-word-cloud-word.blur a.last {
  color: #5b5c5c;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .microsite.no-canvas #html5Loader {
    background-image: url(/Static/gfx/loader-orange@2x.gif);
    background-size: 110px 10px;
  }
  .parallax-slide.microsite-start .begin-microsite {
    background: url(/Static/gfx/microsite/nav-down-button@2x.png) no-repeat 0 0
      transparent;
    background-size: 40px 80px;
  }
  .microsite-navigation li.active,
  .microsite-word-cloud li.active {
    background-image: url(/Static/gfx/list-bullet-orange@2x.png);
    background-size: 8px 8px;
  }
}
@media (max-width: 480px) {
  .microsite #header {
    padding-bottom: 0;
  }
  .microsite .main-content-wrapper {
    padding-top: 23px;
  }
  .microsite #html5Loader {
    margin-left: -10px;
  }
  .parallax-slide {
    padding-bottom: 40px;
    background: 0 0 !important;
  }
  .parallax-slide h1 {
    padding-top: 10px;
  }
  .parallax-slide.slide7 .content.content-1,
  .parallax-slide.slide7 .content.content-2 {
    position: static;
  }
  .parallax-slide.slide12 .ipad {
    position: static !important;
  }
  .parallax-slide.slide12 .ipad .video {
    position: static !important;
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
  .parallax-slide.slide12 .ipad .video iframe {
    height: 300px !important;
  }
  .parallax-slide.microsite-start .begin-microsite {
    display: none;
  }
  .container,
  .parallax,
  .parallax-slide {
    height: auto !important;
  }
  .parallax-slide .content,
  .parallax-slide div .content {
    position: static;
    width: 100% !important;
  }
  .parallax,
  .parallax-slide > div {
    background: 0 0 !important;
  }
  .microsite-word-cloud {
    position: static !important;
    display: block !important;
    width: auto;
    padding-top: 10px;
  }
  .microsite-word-cloud li {
    float: none;
    margin: 0 !important;
    font-size: 30px;
    line-height: 39px;
  }
}
@media (min-width: 1281px) {
  .microsite-navigation {
    margin-left: -585px;
  }
}
@media (min-width: 1750px) {
  .microsite-navigation {
    margin-left: -685px;
  }
}
@media (min-width: 2200px) {
  .microsite-navigation {
    margin-left: -785px;
  }
}
.social-media {
  padding: 8px 0;
}
.social-media ul {
  margin: 0;
}
.social-media ul li {
  background: 0 0;
  margin: 0 4px 0 0;
  padding: 0;
  display: inline-block;
}
.social-media ul li a {
  background-image: url(/Static/gfx/social-media/icons-social.png?width=60&height=300);
  width: 30px;
  height: 30px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .social-media ul li a {
    background-image: url(/Static/gfx/social-media/icons-social.png?width=60&height=300);
    background-size: 60px 300px;
  }
}
.social-media ul li a.linkedin {
  background-position: 0 0;
}
.social-media ul li a.linkedin:hover {
  background-position: 30px 0;
}
.social-media ul li a.twitter {
  background-position: 0 -30px;
}
.social-media ul li a.twitter:hover {
  background-position: 30px -30px;
}
.social-media ul li a.facebook {
  background-position: 0 -60px;
}
.social-media ul li a.facebook:hover {
  background-position: 30px -60px;
}
.social-media ul li a.flickr {
  background-position: 0 -90px;
}
.social-media ul li a.flickr:hover {
  background-position: 30px -90px;
}
.social-media ul li a.youtube {
  background-position: 0 -120px;
}
.social-media ul li a.youtube:hover {
  background-position: 30px -120px;
}
.social-media ul li a.instagram {
  background-position: 0 -150px;
}
.social-media ul li a.instagram:hover {
  background-position: 30px -150px;
}
.social-media ul li a.pinterest {
  background-position: 0 -180px;
}
.social-media ul li a.pinterest:hover {
  background-position: 30px -180px;
}
.social-media ul li a.slideshare {
  background-position: 0 -210px;
}
.social-media ul li a.slideshare:hover {
  background-position: 30px -210px;
}
.social-media ul li a.googleplus {
  background-position: 0 -240px;
}
.social-media ul li a.googleplus:hover {
  background-position: 30px -240px;
}
.social-media ul li a.rss {
  background-position: 0 -270px;
}
.social-media ul li a.rss:hover {
  background-position: 30px -270px;
}
.social-media ul li span {
  position: absolute;
  left: -9999em;
}
footer .social-media {
  text-align: center;
  padding: 40px 0 0 !important;
}
footer .social-media ul {
  display: inline-block;
}
footer .social-media ul li {
  padding: 0 4px;
  margin: 0;
}
footer .social-media ul li a span {
  position: absolute;
  left: -9999em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .social-media ul li .social-icon-link {
    background-image: url(/Static/gfx/social-media/icons-social@2x.png?width=60&height=300);
  }
}
#interactive-diagram {
  height: 542px;
  width: 520px;
  margin: 30px auto;
  padding: 20px;
  position: relative;
  left: 10px;
  line-height: normal;
}
.no-js #interactive-diagram {
  display: none;
}
#interactive-diagram img {
  margin: 0;
}
#interactive-diagram .cadre {
  height: 542px;
  width: 439px;
  position: relative;
  background: url(/Static/gfx/interactive-diagram/landing-page-bg.png) no-repeat
    top;
  margin: 0 auto;
}
#interactive-diagram .diagram-element {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 100;
}
#interactive-diagram .diagram-visible {
  opacity: 1;
}
#interactive-diagram #diagram-dssmith {
  background: url(/Static/gfx/interactive-diagram/dssmith.png) no-repeat 0 0;
  width: 78px;
  height: 83px;
  left: 42px;
  top: 56px;
}
#interactive-diagram #diagram-dssmith:hover {
  background: url(/Static/gfx/interactive-diagram/dssmith-over.png) no-repeat 0
    0;
  cursor: pointer;
}
#interactive-diagram #diagram-industriel {
  background: url(/Static/gfx/interactive-diagram/industriel.png) no-repeat 0 0;
  width: 81px;
  height: 101px;
  left: 335px;
  top: 25px;
}
#interactive-diagram #diagram-palette-dss {
  background: url(/Static/gfx/interactive-diagram/palette-dss.png) no-repeat 0 0;
  width: 52px;
  height: 33px;
  left: 100px;
  top: 124px;
}
#interactive-diagram #diagram-produits {
  background: url(/Static/gfx/interactive-diagram/produits.png) no-repeat 0 0;
  width: 67px;
  height: 37px;
  left: 302px;
  top: 112px;
}
#interactive-diagram #diagram-centre-de-distribution {
  background: url(/Static/gfx/interactive-diagram/centre-de-distribution.png)
    no-repeat 0 0;
  width: 83px;
  height: 57px;
  left: 180px;
  top: 168px;
}
#interactive-diagram #diagram-centre-de-distribution:hover {
  background: url(/Static/gfx/interactive-diagram/centre-de-distribution-over.png)
    no-repeat 0 0;
  cursor: pointer;
}
#interactive-diagram #diagram-plateforme-logistique {
  background: url(/Static/gfx/interactive-diagram/plateforme-logistique.png)
    no-repeat 0 0;
  width: 83px;
  height: 57px;
  left: 180px;
  top: 384px;
}
#interactive-diagram #diagram-plateforme-logistique:hover {
  background: url(/Static/gfx/interactive-diagram/plateforme-logistique-over.png)
    no-repeat 0 0;
  cursor: pointer;
}
#interactive-diagram #diagram-centre-triage {
  background: url(/Static/gfx/interactive-diagram/triage.png) no-repeat 0 0;
  width: 52px;
  height: 43px;
  left: 88px;
  top: 288px;
}
#interactive-diagram #diagram-centre-triage:hover {
  background: url(/Static/gfx/interactive-diagram/triage-over.png) no-repeat 0 0;
  cursor: pointer;
}
#interactive-diagram #diagram-camion {
  background: url(/Static/gfx/interactive-diagram/camion.png) no-repeat 0 0;
  display: block;
  width: 39px;
  height: 37px;
  position: absolute;
  left: 105px;
  top: 249px;
}
#interactive-diagram #diagram-palettes-produits {
  background: url(/Static/gfx/interactive-diagram/palettes.png) no-repeat 0 0;
  width: 46px;
  height: 38px;
  left: 244px;
  top: 196px;
}
#interactive-diagram #diagram-palette-triage {
  background: url(/Static/gfx/interactive-diagram/tri.png) no-repeat 0 0;
  width: 46px;
  height: 29px;
  left: 163px;
  top: 402px;
}
#interactive-diagram #diagram-kaypal {
  background: url(/Static/gfx/interactive-diagram/kaypal-mr.png) no-repeat 0 0;
  width: 130px;
  height: 70px;
  left: 155px;
  top: 264px;
  cursor: pointer;
}
#interactive-diagram button {
  position: absolute;
  z-index: 100;
  font-size: 11px;
  background: #ff7900;
  border: none;
  border-bottom: 2px solid #ce6700;
  color: #fff;
  cursor: pointer;
  padding: 3px 5px;
  line-height: normal;
  border-radius: 5px;
}
#interactive-diagram .diagram-centre-distribution-btn {
  left: 222px;
  top: 250px;
}
#interactive-diagram .diagram-livraison-btn {
  right: 61px;
  top: 315px;
}
#interactive-diagram .diagram-plateforme-btn {
  left: 226px;
  top: 362px;
}
#interactive-diagram .diagram-collecte-btn {
  left: 76px;
  top: 392px;
}
#interactive-diagram .diagram-tri-btn {
  left: 91px;
  top: 315px;
}
#interactive-diagram .diagram-repositionnement-btn {
  left: 20px;
  top: 247px;
}
#interactive-diagram .diagram-tool-tip {
  background: #fff;
  width: 300px;
  position: absolute;
  left: 390px;
  top: 30px;
  box-shadow: 0 0 4px #ccc;
  padding: 15px;
  z-index: 200;
  display: none;
  opacity: 0;
}
#interactive-diagram .diagram-tool-tip button.close {
  right: -12px;
  top: -10px;
}
#interactive-diagram .diagram-tool-tip h2 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #5b5c5c;
  font-weight: 400;
  line-height: normal;
}
#interactive-diagram .diagram-tool-tip p {
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 5px;
  line-height: 18px;
  color: #333;
}
#interactive-diagram .diagram-tool-tip a {
  color: #ff7900;
  font-size: 11px;
}
#interactive-diagram > span {
  position: absolute;
  font-size: 12px;
  z-index: 110;
  color: #575756;
  text-transform: uppercase;
}
#interactive-diagram > span#diagram-dssmith-logo {
  left: 100px;
  top: 20px;
}
#interactive-diagram > span#diagram-industriel-usine {
  right: 93px;
  top: 20px;
}
#interactive-diagram > span#diagram-magasin1 {
  bottom: 15px;
  left: 136px;
}
#interactive-diagram > span#diagram-magasin2 {
  bottom: 15px;
  left: 252px;
}
#interactive-diagram > span#diagram-magasin3 {
  bottom: 15px;
  left: 367px;
}
@media (max-width: 480px) {
  #interactive-diagram {
    display: none;
  }
}
.google-maps .map.map-type-internal {
  width: 1000px;
  height: 800px;
}
.impact-map form {
  margin-bottom: 10px;
  padding: 30px 0 0;
}
.main-content.impact-map form {
  padding: 0;
}
.impact-map form.block-row .span4 {
  width: 320px;
}
.impact-map select {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin: 0;
  -webkit-appearance: none;
  background: url(/Static/gfx/icon-arrow-down-grey.png) no-repeat right 20px top
    50% #fff;
}
.impact-map select.multiple {
  height: 200px;
  background: 0 0;
}
.impact-map select::-ms-expand {
  display: none;
}
.impact-map input:disabled,
.impact-map select:disabled {
  background-color: #e2e2e2;
  color: #c1c1c1;
}
.impact-map input:disabled:-moz-placeholder,
.impact-map select:disabled:-moz-placeholder {
  color: #c1c1c1;
}
.impact-map input:disabled:-ms-input-placeholder,
.impact-map select:disabled:-ms-input-placeholder {
  color: #c1c1c1;
}
.impact-map input:disabled::-webkit-input-placeholder,
.impact-map select:disabled::-webkit-input-placeholder {
  color: #c1c1c1;
}
.impact-map .selected {
  background-color: #4d4d4d;
  color: #fff;
}
.impact-map .search {
  background: url(/Static/gfx/icon-search-grey.png) no-repeat right 20px top 50%;
  padding: 24px 20px !important;
}
.impact-map .map {
  height: 420px;
}
.impact-map .use-location {
  background-color: #ff7900;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
  outline: 0;
}
.impact-map .filter-menu {
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}
.impact-map .filter-menu.open .arrow {
  transform: rotate(-180deg);
  margin-right: 6px;
  margin-top: 2px;
}
.impact-map .filter-menu .arrow {
  float: right;
  position: absolute;
  background: url(/Static/gfx/icon-arrow-down-grey.png) no-repeat right 5px top
    50%;
  width: 24px;
  height: 45px;
  right: 5px;
  top: 3px;
  transition: color 0.1s linear, transform 0.2s ease-in-out;
}
.impact-map .filter-menu .filter-menu-link {
  padding: 14px 12px;
  border: 1px solid #d9d9d9;
  color: #000;
  text-transform: uppercase;
  display: block;
}
.impact-map .filter-menu .filter-menu-link:hover {
  text-decoration: none;
}
.impact-map .filter-menu .filter-menu-link strong {
  color: #ff7900;
}
.impact-map .filter-menu .drop-option-menu {
  position: absolute;
  top: 55px;
  left: 0;
  width: 700px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.impact-map .filter-menu .drop-option-menu.drop-option-menu-right {
  left: auto !important;
  right: 0;
}
.impact-map .filter-menu .drop-option-menu.drop-option-menu-lg {
  width: 800px;
}
.impact-map .filter-menu .drop-option-menu.drop-option-menu-md {
  width: 660px;
}
.impact-map .filter-menu .drop-option-menu.drop-option-menu-sm {
  width: 320px;
}
.impact-map .filter-menu .drop-option-menu .confirm-section {
  padding: 12px 16px;
  overflow: hidden;
  background: #eee;
  line-height: 30px;
}
.impact-map .filter-menu .drop-option-menu .option-section {
  padding: 12px 16px;
  overflow: hidden;
}
.impact-map .filter-menu .drop-option-menu .option-section .types-container {
  overflow: hidden;
  margin-right: -16px;
}
.impact-map
  .filter-menu
  .drop-option-menu
  .option-section
  .types-container
  .form-types {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 16px 0 0;
}
.impact-map
  .filter-menu
  .drop-option-menu
  .option-section
  .types-container
  .form-types
  li {
  background: 0 0;
  padding: 0;
  margin-bottom: 0;
}
.impact-map
  .filter-menu
  .drop-option-menu
  .option-section
  .types-container
  .form-types
  .form-checkbutton {
  font-size: 15px !important;
}
.impact-map
  .filter-menu
  .drop-option-menu
  .option-section
  .types-container
  .form-types
  .form-checkbutton
  input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.impact-map
  .filter-menu
  .drop-option-menu
  .option-section
  .types-container
  .form-types
  .form-checkbutton
  span {
  display: block;
  height: 36px;
  padding: 0;
  line-height: 40px;
  cursor: pointer;
  margin-left: 40px;
}
.impact-map
  .filter-menu
  .drop-option-menu
  .option-section
  .types-container
  .form-types
  .form-checkbutton
  span
  .custom-checkbox {
  margin-top: 5px;
  margin-left: -40px;
}
.dimmable-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  padding-top: 20px;
  background-color: rgba(40, 40, 40, 0.8);
  z-index: 2000;
}
.dimmable-bg .map-container {
  margin-right: auto;
  margin-left: auto;
  width: 1300px;
  padding: 30px;
  background-color: #fff;
  display: block !important;
}
.dimmable-bg .map-container h1 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.dimmable-bg .map-container h4 {
  border-bottom: 1px solid #000;
}
.dimmable-bg .map-container ul {
  margin-right: 5px;
}
.dimmable-bg .map-container ul li {
  padding: 0;
  background: 0 0;
  margin-bottom: 0;
  font-size: 9px;
  line-height: 17px;
}
.dimmable-bg .map-container .span3 {
  width: 580px;
}
.dimmable-bg .map-container .span9 {
  width: 700px;
}
.map-container-nav {
  margin-right: auto;
  margin-left: auto;
  width: 1300px;
  padding: 0 30px;
  display: block !important;
  color: #fff;
}
.map-container-nav .close {
  top: 40px;
  right: 30px;
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 30px;
  float: right;
  margin-right: 15px;
  margin-top: 7px;
}
.map-container-nav .close,
.map-container-nav .close:hover {
  background-image: url(/Static/gfx/svg/icon-w-circle-close.svg);
}
.map-container-nav nav {
  background-color: #333;
  margin: 0 -30px;
  height: 50px;
}
.map-container-nav nav ul {
  margin-left: 30px;
}
.map-container-nav nav ul li {
  float: left;
  line-height: 50px;
  padding: 0 15px;
  border-right: 1px solid #5b5c5c;
}
.map-container-nav nav ul li:hover {
  background-color: #5b5c5c;
  color: #000;
}
.map-container-nav nav ul li:hover a {
  text-decoration: none;
}
.map-container-nav nav ul li a {
  color: #fff;
}
.map-container-nav nav ul li.download {
  padding-left: 37px;
  background-position: 11px 17px;
  background-repeat: no-repeat;
  background-image: url(/Static/gfx/icon-download-white-small.png);
}
.country-list h4 {
  border-bottom: 1px solid #000;
}
.country-list ul li {
  padding: 0;
  background: 0 0;
}
.country-list [data-ng-click],
.country-list [ng-click],
.country-list [x-ng-click] {
  cursor: pointer;
}
#marker-info {
  z-index: 10;
  background-color: #4d4d4d;
  position: absolute;
  height: 100%;
  width: 0;
  overflow: hidden;
  display: none;
  top: 0;
}
#marker-info .marker-content {
  margin: 30px;
  color: #fff;
}
#marker-info .marker-content h1 {
  color: #fff !important;
  font-size: 25px;
}
#marker-info .marker-content h2 {
  color: #fff;
  font-size: 17px;
  padding-top: 0;
}
#marker-info .marker-content h3,
#marker-info .marker-content p {
  color: #fff;
}
#marker-info .marker-content hr {
  margin-top: 0;
  border-bottom: none;
}
#marker-info .marker-content .location-types {
  margin-bottom: 10px;
}
#marker-info .marker-content .location-types li {
  display: inline-block;
  padding-left: 20px;
  margin-right: 10px;
}
#marker-info .marker-content .location-types .main-type {
  font-weight: 700;
}
#marker-info .marker-content blockquote {
  color: #fff;
  padding: 0 50px;
}
#marker-info .marker-content blockquote:before {
  top: 0;
}
#marker-info .marker-content blockquote:after {
  bottom: 0;
}
#marker-info .marker-content .phone {
  background-repeat: no-repeat;
  padding-left: 20px;
}
#marker-info .marker-content .phone.phone {
  background-image: url(/Static/gfx/icon-phone-orange.png);
}
#marker-info .marker-content .close {
  position: absolute;
  top: 40px;
  right: 30px;
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 30px;
}
#marker-info .marker-content .close,
#marker-info .marker-content .close:hover {
  background-image: url(/Static/gfx/svg/icon-w-circle-close.svg);
}
#marker-info .marker-content .adr span {
  display: block;
}
#marker-info .tabs {
  position: absolute;
  bottom: 0;
  height: 50px;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  cursor: pointer;
}
#marker-info .tabs li {
  background-color: #d9d9d9;
  display: table-cell;
  border-right: 2px solid #fff;
}
#marker-info .tabs li:last-child {
  border-right: none;
}
#marker-info .tabs li.active {
  color: #fff;
  background-color: #4d4d4d;
}
#marker-info .tabs li span {
  line-height: 50px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .impact-map form {
    padding: 0;
    margin: 0;
  }
  .impact-map form input,
  .impact-map form select {
    text-transform: uppercase;
  }
  .impact-map form select {
    background: url(/Static/gfx/icon-arrow-down-grey.png) no-repeat right 5px
      top 50% #fff;
  }
  .impact-map form.block-row .span4 {
    width: 48%;
  }
  .impact-map form.block-row .span4:first-child {
    float: left;
  }
  .impact-map form.block-row .span4:nth-child(2) {
    float: right;
  }
  .impact-map .map {
    height: 300px;
  }
  #marker-info {
    z-index: 1000;
    background-color: #4d4d4d;
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
    display: none;
    bottom: 0;
    top: auto;
  }
  #marker-info .marker-content {
    margin: 15px;
  }
  #marker-info .marker-content h1 {
    font-size: 20px;
  }
  #marker-info .marker-content h2 {
    font-size: 15px;
  }
  #marker-info .marker-content .close {
    top: 15px;
    right: 15px;
  }
  #marker-info .marker-content .content-scroll {
    overflow-y: auto;
  }
}
.ct-grid {
  stroke: none;
}
.ct-line {
  stroke-width: 1px !important;
}
.ct-point {
  stroke-width: 10px !important;
  transition: stroke-width 0.2s ease-out;
}
.ct-point.target-sticky,
.ct-point:hover {
  stroke-width: 14px !important;
}
.ct-bar {
  transition: stroke 0.2s ease-out;
}
.ct-bar:hover,
.ct-line:hover,
.ct-point:hover,
.ct-slice-pie:hover {
  cursor: pointer;
}
.ct-slice-pie {
  fill: transparent;
  transition: fill 0.2s ease-out;
}
.ct-chart-donut-label {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  margin: 7px;
  padding-top: 42%;
  text-align: center;
  font-size: 55px;
  border-radius: 100%;
  box-sizing: border-box;
}
.ct-chart {
  color: #ff7900;
}
.dark-pane .ct-chart {
  color: #fff;
}
.ct-line {
  stroke: #ff7900;
}
.dark-pane .ct-line {
  stroke: #fff;
}
.ct-point {
  stroke: #ff7900;
}
.dark-pane .ct-point {
  stroke: #fff;
}
.ct-bar {
  stroke: #d9d9d9;
}
.dark-pane .ct-bar {
  stroke: #5b5c5c;
}
.ct-bar.target-sticky,
.ct-bar:hover {
  stroke: #ff7900;
}
.dark-pane .ct-bar.target-sticky,
.dark-pane .ct-bar:hover {
  stroke: #fff;
}
.ct-chart-bar,
.ct-chart-line {
  border-bottom: 2px solid #4d4d4d;
}
.dark-pane .ct-chart-bar,
.dark-pane .ct-chart-line {
  border-bottom: 2px solid #fff;
}
.ct-area {
  fill: #ff7900;
}
.dark-pane .ct-area {
  fill: #fff;
}
.ct-slice-pie {
  stroke: #ff7900;
}
.dark-pane .ct-slice-pie {
  stroke: #fff;
}
.ct-slice-pie.target-sticky,
.ct-slice-pie:hover {
  fill: #ff7900;
}
.dark-pane .ct-slice-pie.target-sticky,
.dark-pane .ct-slice-pie:hover {
  fill: #fff;
}
.ct-slice-donut {
  stroke: #ff7900;
}
.dark-pane .ct-slice-donut {
  stroke: #fff;
}
.ct-chart-donut-label {
  border: 1px solid #ff7900;
}
.dark-pane .ct-chart-donut-label {
  border: 1px solid #fff;
}
.main-content-chart {
  width: 300px;
}
.main-content-chart.left-offset {
  position: absolute;
  left: -400px;
}
@media (max-width: 480px) {
  .main-content-chart.left-offset {
    position: static;
  }
}
@media (max-width: 480px) {
  .main-content-chart {
    width: auto;
    margin-top: 0;
  }
}
.main-content-chart .ct-chart {
  position: relative;
  left: 50px;
  width: 200px;
  margin: 40px 0 30px;
}
@media (max-width: 480px) {
  .main-content-chart .ct-chart {
    left: 0;
    width: calc(100% - 80px);
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main-content-chart .chart-heading {
  width: 300px;
  margin-top: 20px;
  border-bottom: 1px solid #4d4d4d;
}
@media (max-width: 480px) {
  .main-content-chart .chart-heading {
    width: auto;
  }
}
.main-content-chart .chart-sub-heading {
  position: relative;
  left: 50px;
  width: 200px;
  margin: -30px 0 10px;
  padding-top: 12px;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 480px) {
  .main-content-chart .chart-sub-heading {
    left: 0;
    width: auto;
  }
}
@-webkit-keyframes fill-animation {
  0% {
    fill: #ff7900;
    color: #ff7900;
  }
  50% {
    fill: #db3e38;
    color: #db3e38;
  }
  to {
    fill: #ff7900;
  }
}
@keyframes fill-animation {
  0% {
    fill: #ff7900;
    color: #ff7900;
  }
  50% {
    fill: #db3e38;
    color: #db3e38;
  }
  to {
    fill: #ff7900;
  }
}
@-webkit-keyframes stroke-animation {
  0% {
    stroke: #ff7900;
    color: #ff7900;
  }
  50% {
    stroke: #db3e38;
    color: #db3e38;
  }
  to {
    stroke: #ff7900;
  }
}
@keyframes stroke-animation {
  0% {
    stroke: #ff7900;
    color: #ff7900;
  }
  50% {
    stroke: #db3e38;
    color: #db3e38;
  }
  to {
    stroke: #ff7900;
  }
}
.ct-tooltip {
  display: none;
  position: absolute;
  width: 250px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4d4d4d;
  border: 2px solid #4d4d4d;
  background-color: #fff;
  z-index: 600;
  box-sizing: border-box;
}
.ct-tooltip.tooltip-show,
.ct-tooltip.tooltip-sticky {
  display: block;
}
.hero-charts .ct-chart {
  position: absolute;
}
@media (max-width: 480px) {
  .hero-charts .ct-chart {
    position: absolute;
  }
}
.stats-display-lg {
  font-weight: 700;
  line-height: normal;
  background-repeat: no-repeat;
}
.hero .stats-display-lg {
  padding-top: 170px;
  font-size: 60px;
  text-align: center;
  background-position: 50% 65px;
  background-size: 100px;
}
@media (max-width: 480px) {
  .hero .stats-display-lg {
    font-size: 50px;
  }
}
.main-content-chart .stats-display-lg {
  margin: 10px 0 20px;
  padding: 30px 0 30px 95px;
  font-size: 40px;
  color: #ff7900;
  background-position: 0 50%;
  background-size: 80px;
}
.stats-display-lg.no-icon {
  padding-left: 0;
  text-align: center;
}
.site-wrapper .dark-pane .stats-sustainability,
.site-wrapper .main-content-chart .stats-sustainability,
.site-wrapper .stats-sustainability {
  background-image: url(/Static/gfx/svg/icon-tree.svg);
}
.site-wrapper .dark-pane .stats-people,
.site-wrapper .main-content-chart .stats-people,
.site-wrapper .stats-people {
  background-image: url(/Static/gfx/svg/icon-people.svg);
}
.site-wrapper .dark-pane .stats-gauge,
.site-wrapper .main-content-chart .stats-gauge,
.site-wrapper .stats-gauge {
  background-image: url(/Static/gfx/svg/icon-gauge.svg);
}
.site-wrapper .dark-pane .stats-up,
.site-wrapper .main-content-chart .stats-up,
.site-wrapper .stats-up {
  background-image: url(/Static/gfx/svg/icon-w-circle-up.svg);
}
.site-wrapper .dark-pane .stats-down,
.site-wrapper .main-content-chart .stats-down,
.site-wrapper .stats-down {
  background-image: url(/Static/gfx/svg/icon-w-circle-down.svg);
}
rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
rzslider[disabled] {
  cursor: not-allowed;
}
rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}
rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}
rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
}
rzslider .rz-bar-wrapper.rz-draggable {
  cursor: move;
}
rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px;
}
rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
}
rzslider .rz-pointer {
  top: -14px;
  width: 32px;
  height: 32px;
  background-color: #0db9f0;
  border-radius: 16px;
}
rzslider .rz-pointer:after {
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
}
rzslider .rz-pointer:hover:after {
  background-color: #fff;
}
rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}
rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}
rzslider .rz-bubble.rz-selection {
  top: 16px;
}
rzslider .rz-bubble.rz-limit {
  color: #55637d;
}
rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: 0 11px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  justify-content: space-between;
}
rzslider .rz-ticks .tick {
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
}
rzslider .rz-ticks .tick.selected {
  background: #0db9f0;
}
rzslider .rz-ticks .tick .tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%);
}
rzslider.vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}
rzslider.vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
rzslider.vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}
rzslider.vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}
rzslider.vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}
rzslider.vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}
rzslider.vertical .rz-bubble.rz-selection {
  top: auto;
  left: 16px !important;
}
rzslider.vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: auto;
  height: 100%;
  padding: 11px 0;
  flex-direction: column-reverse;
}
rzslider.vertical .rz-ticks .tick {
  vertical-align: middle;
}
rzslider.vertical .rz-ticks .tick .tick-value {
  top: auto;
  right: -30px;
  transform: translateY(-28%);
}
rzslider ul li {
  padding: 0;
}
rzslider .rz-bar {
  height: 2px;
}
rzslider .rz-bar,
rzslider .rz-bar.rz-selection,
rzslider .rz-pointer {
  background-color: #ff7900;
}
rzslider .rz-pointer {
  top: -9px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 9px;
  z-index: 3;
}
rzslider .rz-pointer.rz-active:after {
  background-color: #ff7900;
}
rzslider .rz-pointer:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 8px;
  background-color: #fff;
}
rzslider .rz-ticks .tick {
  background-color: transparent;
}
rzslider .rz-ticks .tick .tick-value {
  top: 16px;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 481px) {
  .news-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.news-list .news-list-item {
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .news-list .news-list-item {
    background-color: #d9d9d9;
  }
}
.news-list .news-list-item > a {
  display: block;
  height: 100%;
}
@media (min-width: 481px) {
  .news-list .news-list-item > a {
    color: #5b5c5c;
  }
}
.news-list .news-list-item > a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .news-list .news-list-item > a:hover .h2,
  .news-list .news-list-item > a:hover h2 {
    text-decoration: underline;
  }
}
@media (min-width: 481px) {
  .news-list .news-list-item > a:hover {
    color: #fafafa;
    background-color: #4d4d4d;
  }
  .news-list .news-list-item > a:hover .h2,
  .news-list .news-list-item > a:hover .h3,
  .news-list .news-list-item > a:hover h2,
  .news-list .news-list-item > a:hover h3,
  .news-list .news-list-item > a:hover p {
    color: #fafafa;
  }
}
.news-list .news-list-item .news-list-item-media {
  position: relative;
}
.news-list .news-list-item .news-list-item-media img {
  margin: 0 !important;
}
.news-list .news-list-item .news-list-item-media .pinned-media {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 30px solid #ff7900;
  border-right: 30px solid #fff;
  transform: rotate(-90deg);
}
.news-list .news-list-item.date .news-list-item-media time {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-left: 5px solid #ff7900;
}
.news-list .news-list-item.date .news-list-item-media time span {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
  background-color: #ff7900;
}
.news-list .news-list-item-body {
  padding: 20px;
}
.news-list .news-list-item-body .h2,
.news-list .news-list-item-body h2 {
  color: #ff7900;
}
.news-list .news-list-item-body .date {
  font-size: 12px;
}
@media (max-width: 480px) {
  .news-list .news-list-item-body p {
    display: none;
  }
}
.news-list.article-block .span4 {
  width: auto;
  min-width: 260px;
  max-width: 300px;
  flex: 1 1 0;
}
.purpose-teaser-blocks .offset1 {
  margin-left: 0;
}
.purpose-teaser-blocks div div:first-child .module,
.purpose-teaser-blocks div div:only-child .module {
  border-top: none;
}
.article-list-block {
  padding-top: 30px;
}
.csstransitions.fade-in #footer,
.csstransitions.fade-in #header,
.csstransitions.fade-in .breadcrumb,
.csstransitions.fade-in .level-up-nav,
.csstransitions.fade-in .main-content-wrapper {
  transition: opacity 2s;
  opacity: 1;
}
.csstransitions.hero-fade-in #footer,
.csstransitions.hero-fade-in #header,
.csstransitions.hero-fade-in .breadcrumb,
.csstransitions.hero-fade-in .level-up-nav,
.csstransitions.hero-fade-in .main-content-wrapper {
  opacity: 0;
}
.datetimepicker {
  border-radius: 4px;
  direction: ltr;
  display: block;
  margin-top: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 320px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.datetimepicker > div {
  display: none;
}
.datetimepicker .hour,
.datetimepicker .minute {
  height: 34px;
  line-height: 34px;
  margin: 0;
  width: 25%;
}
.datetimepicker .table {
  margin: 0;
}
.datetimepicker .table td,
.datetimepicker .table th {
  border: 0;
  border-radius: 4px;
  height: 20px;
  text-align: center;
}
.datetimepicker .day:hover,
.datetimepicker .hour:hover,
.datetimepicker .left:hover,
.datetimepicker .minute:hover,
.datetimepicker .right:hover,
.datetimepicker .switch:hover {
  background: #eee;
  cursor: pointer;
}
.datetimepicker .disabled,
.datetimepicker .disabled:hover {
  background: 0 0;
  color: #ebebeb;
  cursor: default;
}
.datetimepicker .active,
.datetimepicker .active.disabled,
.datetimepicker .active.disabled:hover,
.datetimepicker .active:hover {
  background-color: #04c;
  background-image: linear-gradient(180deg, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker .active.active,
.datetimepicker .active.disabled,
.datetimepicker .active.disabled.active,
.datetimepicker .active.disabled.disabled,
.datetimepicker .active.disabled:active,
.datetimepicker .active.disabled:hover,
.datetimepicker .active.disabled:hover.active,
.datetimepicker .active.disabled:hover.disabled,
.datetimepicker .active.disabled:hover:active,
.datetimepicker .active.disabled:hover:hover,
.datetimepicker .active:active,
.datetimepicker .active:hover,
.datetimepicker .active:hover.active,
.datetimepicker .active:hover.disabled,
.datetimepicker .active:hover:active,
.datetimepicker .active:hover:hover,
.datetimepicker span.active.disabled:hover[disabled],
.datetimepicker span.active.disabled[disabled],
.datetimepicker span.active:hover[disabled],
.datetimepicker span.active[disabled],
.datetimepicker td.active.disabled:hover[disabled],
.datetimepicker td.active.disabled[disabled],
.datetimepicker td.active:hover[disabled],
.datetimepicker td.active[disabled] {
  background-color: #04c;
}
.datetimepicker span {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}
.datetimepicker span:hover {
  background: #eee;
}
.datetimepicker .future,
.datetimepicker .past {
  color: #999;
}
.datetimepicker {
  position: absolute;
  background-color: #fff;
  z-index: 100;
}
.datetimepicker .active {
  text-shadow: none !important;
  background-color: #ff7900 !important;
  background-image: none !important;
}
.datetimepicker .left,
.datetimepicker .left:hover,
.datetimepicker .right,
.datetimepicker .right:hover {
  background-repeat: no-repeat;
  background-position: 50%;
}
.datetimepicker .right,
.datetimepicker .right:hover {
  background-image: url(/Static/gfx/icon-arrow-right-grey-small.png);
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .datetimepicker .right,
  .datetimepicker .right:hover {
    background-image: url(/Static/gfx/icon-arrow-right-grey-small@2x.png);
    background-size: 20px 20px;
  }
}
.datetimepicker .left,
.datetimepicker .left:hover {
  background-image: url(/Static/gfx/icon-arrow-left-grey-small.png);
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  .datetimepicker .left,
  .datetimepicker .left:hover {
    background-image: url(/Static/gfx/icon-arrow-left-grey-small@2x.png);
    background-size: 20px 20px;
  }
}
.big-filter-section > header {
  padding-bottom: 30px;
}
.big-filter-section > header .filters {
  padding-top: 30px;
}
.big-filter-section .filter-item {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 481px) {
  .big-filter-section .filter-item {
    min-height: 315px;
  }
}
.big-filter-section .filter-item img {
  margin-bottom: 20px;
}
.big-filter-section .filter-item .description {
  margin: 0;
}
.big-filter-section .filter-item .read-more {
  position: absolute;
  bottom: 10px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.padding-to-the-top {
  padding-top: 30px;
}
.padding-to-the-bottom {
  padding-bottom: 30px;
}
.error-page .main-content-wrapper {
  padding-top: 280px;
}
.error-page .main-content-wrapper .error-message {
  padding-top: 50px;
}
html.login-page,
html.login-page body {
  height: 100%;
}
html.login-page body .site-wrapper {
  height: 100%;
  padding: 0;
}
.forgotpassword-page .main-content-wrapper {
  padding-top: 160px;
}
.forgotpassword-page .main-content-wrapper .error-message {
  padding-top: 50px;
}
@media (max-width: 480px) {
  .error-page .main-content-wrapper {
    padding-top: 0;
  }
  .error-page .main-content-wrapper .error-message {
    padding-top: 20px;
  }
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.hidden-desktop,
.visible-phone,
.visible-tablet {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 480px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-collapse {
    -webkit-transform: translateZ(0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
  .container {
    width: auto;
  }
  .block-row-fluid {
    width: 100%;
  }
  .block-row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  .block-row-fluid [class*="span"],
  .uneditable-input[class*="span"],
  [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  .block-row-fluid .span12,
  .span12 {
    width: 100%;
    box-sizing: border-box;
  }
  .block-row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  .uneditable-input,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
  }
  .input-append input,
  .input-append input[class*="span"],
  .input-prepend input,
  .input-prepend input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-bottom .navbar-inner,
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .dropdown-menu a,
  .nav-collapse .nav > li > a {
    padding: 9px 15px;
    font-weight: 700;
    color: #777;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px;
    font-weight: 400;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .dropdown-menu a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .nav > li > a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a,
  .navbar-inverse .nav-collapse .nav > li > a {
    color: #999;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .nav > li > a:hover {
    background-color: #111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu .divider,
  .nav-collapse .dropdown-menu:after,
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after,
  .nav-collapse .nav > li > .dropdown-menu:before {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
      0 1px 0 hsla(0, 0%, 100%, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111;
    border-bottom-color: #111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.ct-double-octave:after,
.ct-major-eleventh:after,
.ct-major-second:after,
.ct-major-seventh:after,
.ct-major-sixth:after,
.ct-major-tenth:after,
.ct-major-third:after,
.ct-major-twelfth:after,
.ct-minor-second:after,
.ct-minor-seventh:after,
.ct-minor-sixth:after,
.ct-minor-third:after,
.ct-octave:after,
.ct-perfect-fifth:after,
.ct-perfect-fourth:after,
.ct-square:after {
  content: "";
  clear: both;
}
.ct-double-octave:after,
.ct-double-octave:before,
.ct-golden-section:after,
.ct-major-eleventh:after,
.ct-major-eleventh:before,
.ct-major-second:after,
.ct-major-second:before,
.ct-major-seventh:after,
.ct-major-seventh:before,
.ct-major-sixth:after,
.ct-major-sixth:before,
.ct-major-tenth:after,
.ct-major-tenth:before,
.ct-major-third:after,
.ct-major-third:before,
.ct-major-twelfth:after,
.ct-major-twelfth:before,
.ct-minor-second:after,
.ct-minor-second:before,
.ct-minor-seventh:after,
.ct-minor-seventh:before,
.ct-minor-sixth:after,
.ct-minor-sixth:before,
.ct-minor-third:after,
.ct-minor-third:before,
.ct-octave:after,
.ct-octave:before,
.ct-perfect-fifth:after,
.ct-perfect-fifth:before,
.ct-perfect-fourth:after,
.ct-perfect-fourth:before,
.ct-square:after,
.ct-square:before {
  content: "";
}
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}
.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
  display: block;
  display: flex;
}
.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}
.ct-line {
  fill: none;
  stroke-width: 4px;
}
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}
.ct-bar {
  fill: none;
  stroke-width: 10px;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #d70206;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #f05b4f;
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #f4c63d;
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
  fill: #d17905;
}
.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-area,
.ct-series-e .ct-slice-pie {
  fill: #453d3f;
}
.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-area,
.ct-series-f .ct-slice-pie {
  fill: #59922b;
}
.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-area,
.ct-series-g .ct-slice-pie {
  fill: #0544d3;
}
.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-area,
.ct-series-h .ct-slice-pie {
  fill: #6b0392;
}
.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-area,
.ct-series-i .ct-slice-pie {
  fill: #f05b4f;
}
.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-area,
.ct-series-j .ct-slice-pie {
  fill: #dda458;
}
.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-area,
.ct-series-k .ct-slice-pie {
  fill: #eacf7d;
}
.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-area,
.ct-series-l .ct-slice-pie {
  fill: #86797d;
}
.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-area,
.ct-series-m .ct-slice-pie {
  fill: #b2c326;
}
.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-area,
.ct-series-n .ct-slice-pie {
  fill: #6188e2;
}
.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-area,
.ct-series-o .ct-slice-pie {
  fill: #a748ca;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  display: table;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  display: table;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  display: table;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  display: table;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  display: table;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  display: table;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  display: table;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  display: table;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  display: table;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  display: table;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  display: table;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  display: table;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  display: table;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  display: table;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  display: table;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  display: table;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
