/* line 55, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/* line 63, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/* line 74, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 84, ../scss/_normalize.scss */
[hidden], template {
  display: none; }

/* line 97, ../scss/_normalize.scss */
html, body {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 113, ../scss/_normalize.scss */
html, body,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/* line 119, ../scss/_normalize.scss */
body {
  margin: 0; }

/* line 132, ../scss/_normalize.scss */
a {
  background: transparent; }
  /* line 139, ../scss/_normalize.scss */
  a:focus {
    outline: thin dotted; }
  /* line 146, ../scss/_normalize.scss */
  a:hover, a:active {
    outline: 0; 
	}
	a:hover {
	text-decoration:underline;
	}

/* line 159, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 164, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

/* line 169, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

/* line 174, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0; }

/* line 179, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

/* line 184, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/* line 192, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 199, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 211, ../scss/_normalize.scss */
dfn {
  font-style: italic; }

/* line 217, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 236, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* line 246, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 254, ../scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* line 270, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none; }

/* line 277, ../scss/_normalize.scss */
small {
  font-size: 80%; }

/* line 285, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 292, ../scss/_normalize.scss */
sup {
  top: -0.5em; }

/* line 296, ../scss/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 348, ../scss/_normalize.scss */
img {
  border: 0; }

/* line 357, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 367, ../scss/_normalize.scss */
figure {
  margin: 0; }

/* line 384, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 395, ../scss/_normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal; }

/* line 412, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

/* line 425, ../scss/_normalize.scss */
button,
input {
  line-height: normal; }

/* line 435, ../scss/_normalize.scss */
button,
select {
  text-transform: none; }

/* line 450, ../scss/_normalize.scss */
button,
html input[type="button"],
body input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 461, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/* line 471, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 483, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 494, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 502, ../scss/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 511, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

/* line 522, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 36, ../scss/_globals.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* line 40, ../scss/_globals.scss */
html, body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

/* line 46, ../scss/_globals.scss */
body {
  background: #f7f7f7; }
  @media only screen and (max-width: 480px) {
    /* line 46, ../scss/_globals.scss */
    body {
      padding-top: 0; } }

/* line 59, ../scss/_globals.scss */
.right-border {
  border-top: 1px solid #dedede; }

/* line 63, ../scss/_globals.scss */
.button {
  background: inherit;
  border: none;
  padding: 0;
  margin: 0; }

/* line 70, ../scss/_globals.scss */
.see-more {
  font-size: 12px;
  text-align: right;
  padding-right: 2em; }

@media screen and (min-width: 944px) {
  /* line 78, ../scss/_globals.scss */
  body:before {
    content: 'widescreen';
    position: absolute;
    left: -9999px;
    display: inline;
    height: 0px;
    width: 0px; }
	.contact-container li.inquiries.mobilelink{
		display:none !important;
		}
	}
@media screen and (min-width: 480px) and (max-width: 943px) {
  /* line 92, ../scss/_globals.scss */
  body:before {
    content: 'tablet';
    display: none; } }
@media screen and (min-width: 321px) and (max-width: 479px) {
  /* line 101, ../scss/_globals.scss */
  body:before {
    content: 'mobileLandscape';
    display: none; } }
@media screen and (max-width: 320px) {
  /* line 109, ../scss/_globals.scss */
  body:before {
    content: 'mobilePortrait';
    display: none; } }
/* line 1, ../scss/_fonts.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400; }

/* line 6, ../scss/_fonts.scss */
span, ul, ol, p, label, li {
  font-size: 13px;
  line-height: 18px;
  color: black; }

/* line 21, ../scss/_fonts.scss */
p a {
  color: #ed1c24; }

/* line 26, ../scss/_fonts.scss */
a {
  text-decoration: none;
  color: black; }
  a:hover{
  text-decoration:underline;
  color:#ed1c24;
  }
  .content a{
   color: #ed1c24;
  }

/* line 31, ../scss/_fonts.scss */
ul {
  list-style-image: url(../images/img_red_arrow_small.gif);
  padding-left: 15px; }

/* line 36, ../scss/_fonts.scss */
[href^="tel"] {
  text-decoration: none;
  color: inherit; }

/* line 41, ../scss/_fonts.scss */
.section-title, .section-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0; }
  /* line 45, ../scss/_fonts.scss */
  .section-title .post-date, .section-subtitle .post-date {
    font-size: 12px;
    color: #747474;
    display: block; }
  /* line 50, ../scss/_fonts.scss */
  .section-title.top-title, .top-title.section-subtitle {
    font-size: 20px;
    color: #ed1c24;
    margin-bottom: 25px; }

/* line 57, ../scss/_fonts.scss */
.section-subtitle {
  font-size: 14px; }

/* line 63, ../scss/_fonts.scss */
.section-subheading, .article-subheading, .single-subheading {
  font-size: 12px;
  font-weight: 700; }

/* line 68, ../scss/_fonts.scss */
.article-title {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
  color: #ed1c24; }
  /* line 73, ../scss/_fonts.scss */
  .article-title a {
    text-decoration: none;
    color: inherit; }
  /* line 77, ../scss/_fonts.scss */
  .article-title span, .article-title ul, .article-title ol, .article-title p, .article-title label, .article-title li {
    color: black;
    display: block;
    font-weight: bold;
    font-size: 12px; }

/* line 85, ../scss/_fonts.scss */
.article-subheading {
  margin: -10px 0; }

/* line 90, ../scss/_fonts.scss */
.single-subheading {
  margin-bottom: -10px; }

/* line 95, ../scss/_fonts.scss */
.link-header {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  color: #ed1c24; }

/* line 102, ../scss/_fonts.scss */
.date {
  font-weight: 700; }

/* line 106, ../scss/_fonts.scss */
.legal-statement {
  clear: both;
  padding: 1em 45px; }
  /* line 110, ../scss/_fonts.scss */
  .legal-statement p {
    font-size: 9px;
    line-height: 1.2em;
    color: #9f9ea3; }

@media only screen and (max-width: 943px) {
  /* line 1, ../scss/_grid.scss */
  .lex-main {
    padding: 0; } }

/* line 8, ../scss/_grid.scss */
.lex-container {
  margin: 0 auto;
  width: 944px;
  clear: both; }
  @media only screen and (max-width: 943px) {
    /* line 8, ../scss/_grid.scss */
    .lex-container {
      width: 100%; } }
  /* line 17, ../scss/_grid.scss */
  .lex-container .lex-tab-container {
    width: 614px;
    float: left;
    margin-right: 10px;
    position: relative; }
    /* line 22, ../scss/_grid.scss */
    .lex-container .lex-tab-container > * {
      padding-left: 45px; }
    @media only screen and (max-width: 943px) {
      /* line 17, ../scss/_grid.scss */
      .lex-container .lex-tab-container {
        width: 100%;
        padding: 0 30px; }
        /* line 28, ../scss/_grid.scss */
        .lex-container .lex-tab-container > * {
          padding: 0 15px; } }
    @media only screen and (max-width: 480px) {
      /* line 17, ../scss/_grid.scss */
      .lex-container .lex-tab-container {
        width: 100%;
        padding: 0px; }
        /* line 36, ../scss/_grid.scss */
        .lex-container .lex-tab-container > * {
          padding: 0 3%; } }

/* line 44, ../scss/_grid.scss */
.solutions-first-paragraph, .solutions-line-content-header, .solutions-content-header {
  margin-top: 10px; }

/* line 47, ../scss/_grid.scss */
.solutions-content-header {
  color: black;
  display: none; }
  @media only screen and (max-width: 943px) {
    /* line 47, ../scss/_grid.scss */
    .solutions-content-header {
      display: block; } }

/* line 54, ../scss/_grid.scss */
.product-content-header {
  margin-top: 20px; }

/* line 50, ../scss/_grid.scss */
.lex-grid, .lex-grid.long, .lex-grid.two-col, .lex-grid.sidebar, .lex-grid.content {
  border-left: 1px solid #eeeeee;
  float: left;
  padding: 10px;
  width: 312px; }
  /* line 62, ../scss/_grid.scss */
  .lex-grid .mobile-sidebar {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    display: none; }
    @media only screen and (max-width: 943px) {
      /* line 62, ../scss/_grid.scss */
      .lex-grid .mobile-sidebar {
        display: block; } }
    /* line 69, ../scss/_grid.scss */
    .lex-grid .mobile-sidebar .section-title, .lex-grid .mobile-sidebar .section-subtitle {
      margin-bottom: 5px; }
  @media only screen and (max-width: 943px) {
    /* line 55, ../scss/_grid.scss */
    .lex-grid.solutions-contact-desktop {
      display: none; } }
  /* line 60, ../scss/_grid.scss */
  .lex-grid.solutions-contact-mobile {
    display: none; }
    @media only screen and (max-width: 943px) {
      /* line 60, ../scss/_grid.scss */
      .lex-grid.solutions-contact-mobile {
        display: block; } }
  /* line 66, ../scss/_grid.scss */
  .lex-grid.home-newsroom {
    border-left: 0px; }
    /* line 69, ../scss/_grid.scss */
    .lex-grid.home-newsroom ul li {
      margin-bottom: 13px; }
  /* line 74, ../scss/_grid.scss */
  .lex-grid.home-featured {
    border-right: 1px solid #eeeeee; }
    @media only screen and (max-width: 943px) {
      /* line 76, ../scss/_grid.scss */
      .lex-grid.home-featured .home-featured-desc {
        float: left;
        width: 50%; } }
    @media only screen and (max-width: 650px) {
      /* line 76, ../scss/_grid.scss */
      .lex-grid.home-featured .home-featured-desc {
        width: 100%; } }
    /* line 85, ../scss/_grid.scss */
    .lex-grid.home-featured:after {
      clear: both;
      content: '';
      display: table; }
    @media only screen and (max-width: 943px) {
      /* line 90, ../scss/_grid.scss */
      .lex-grid.home-featured .lex-figure {
        min-width: 32%; } }
    @media only screen and (max-width: 650px) {
      /* line 90, ../scss/_grid.scss */
      .lex-grid.home-featured .lex-figure {
        display: none; } }
  /* line 100, ../scss/_grid.scss */
  .lex-grid.first-child {
    padding-left: 45px;
    border-left-width: 0; }
    @media only screen and (max-width: 943px) {
      /* line 100, ../scss/_grid.scss */
      .lex-grid.first-child {
        padding-left: 45px;
        border-bottom: 1px solid #eeeeee; } }
    @media only screen and (max-width: 480px) {
      /* line 100, ../scss/_grid.scss */
      .lex-grid.first-child {
        padding-left: 3%; } }
  /* line 112, ../scss/_grid.scss */
  .lex-grid.last-child {
    padding-right: 0px;
    border-right-width: 0; }
    @media only screen and (max-width: 943px) {
      /* line 112, ../scss/_grid.scss */
      .lex-grid.last-child {
        border-top: 1px solid #eeeeee;
        padding-right: 10px; } }
    @media only screen and (max-width: 480px) {
      /* line 112, ../scss/_grid.scss */
      .lex-grid.last-child {
        padding-right: 3%; } }
  /* line 124, ../scss/_grid.scss */
  .long.lex-grid {
    width: 472px;
    padding-left: 15px; }
  /* line 131, ../scss/_grid.scss */
  .two-col.lex-grid {
    width: 624px; }
  /* line 135, ../scss/_grid.scss */
  .lex-grid.two-col-tab-grid {
    width: 710px;
    padding: 0px; }
    @media only screen and (max-width: 943px) {
      /* line 135, ../scss/_grid.scss */
      .lex-grid.two-col-tab-grid {
        padding: 2% 45px;
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      /* line 135, ../scss/_grid.scss */
      .lex-grid.two-col-tab-grid {
        padding: 2% 3%; } }
  /* line 146, ../scss/_grid.scss */
  .lex-grid.contains-lang {
    position: relative;
    padding-top: 15px !important; }
    /* line 150, ../scss/_grid.scss */
    .lex-grid.contains-lang .lex-lang-nav .lang-list {
      padding-right: 0px !important; }
  /* line 155, ../scss/_grid.scss */
  .lex-grid.tabbed {
    background: white;
    border-top: 1px solid #a0a0a0;
    margin: 45px 10px 0 0;
    position: relative;
    width: 614px; }
    /* line 161, ../scss/_grid.scss */
    .lex-grid.tabbed img {
      max-width: 100%; }
    @media only screen and (max-width: 943px) {
      /* line 155, ../scss/_grid.scss */
      .lex-grid.tabbed {
        width: 100%;
        padding-bottom: 20px; 
		float:left} 
		.contact-container .lex-wrapper .lex-main{display:none}
		
		}
		
  /* line 169, ../scss/_grid.scss */
  .lex-grid.right-content-border {
    border-right: 1px solid #EEE; }
    @media only screen and (max-width: 943px) {
      /* line 169, ../scss/_grid.scss */
      .lex-grid.right-content-border {
        border-bottom: 0px !important; } }
  /* line 176, ../scss/_grid.scss */
  .lex-grid.full {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px; }
  /* line 182, ../scss/_grid.scss */
  .lex-grid.contact-flexible {
    border-left: 0px; }
    @media only screen and (max-width: 943px) {
      /* line 184, ../scss/_grid.scss */
      .lex-grid.contact-flexible .contact-container {
        margin-top: 20px;
        margin-bottom: 20px;
        border-top: 1px solid #EEE;
        width: 100%; } }
  /* line 193, ../scss/_grid.scss */
  .sidebar.lex-grid {
    width: 230px; }
    /* line 196, ../scss/_grid.scss */
    .sidebar.lex-grid ul {
      margin-bottom: 25px; }
      /* line 198, ../scss/_grid.scss */
      .sidebar.lex-grid ul li {
        margin-bottom: 13px; }
  /* line 203, ../scss/_grid.scss */
  .lex-grid.tall-sidebar {
    height: 800px;
    max-height: 100%; }
  /* line 207, ../scss/_grid.scss */
  .lex-grid.right-sidebar {
    width: 230px;
    padding-left: 10px; }
    @media only screen and (max-width: 943px) {
      /* line 207, ../scss/_grid.scss */
      .lex-grid.right-sidebar {
        width: 100%;
        padding-left: 45px; } }
    @media only screen and (max-width: 480px) {
      /* line 207, ../scss/_grid.scss */
      .lex-grid.right-sidebar {
        padding-left: 10px;
        border-left: 0px; } }
  @media only screen and (max-width: 943px) {
    /* line 222, ../scss/_grid.scss */
    .lex-grid .solutions-featured .solutions-desc {
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 650px) {
    /* line 222, ../scss/_grid.scss */
    .lex-grid .solutions-featured .solutions-desc {
      width: 100%; } }
  /* line 231, ../scss/_grid.scss */
  .lex-grid .solutions-featured:after {
    clear: both;
    content: '';
    display: table; }
  @media only screen and (max-width: 943px) {
    /* line 236, ../scss/_grid.scss */
    .lex-grid .solutions-featured .lex-figure {
      min-width: 32%; } }
  @media only screen and (max-width: 650px) {
    /* line 236, ../scss/_grid.scss */
    .lex-grid .solutions-featured .lex-figure {
      display: none; } }
  /* line 247, ../scss/_grid.scss */
  .content.lex-grid {
    padding-top: 0px;
    width: 713px; }
    /* line 251, ../scss/_grid.scss */
    .content.lex-grid .lex-grid, .content.lex-grid .lex-grid.long, .content.lex-grid .lex-grid.two-col, .content.lex-grid .lex-grid.sidebar {
      padding: 0; }
      /* line 253, ../scss/_grid.scss */
      .content.lex-grid .long.lex-grid {
        padding-right: 10px;
        padding-top: 10px;
        border-left-width: 0; }
      /* line 258, ../scss/_grid.scss */
      .content.lex-grid .lex-grid.first-child {
        border-left-width: 0;
        border-right: 1px solid #eeeeee; }
      /* line 262, ../scss/_grid.scss */
      .content.lex-grid .lex-grid.last-child {
        padding-left: 10px;
        width: 311px; }
      /* line 266, ../scss/_grid.scss */
      .content.lex-grid .lex-grid.right-sidebar {
        width: 230px;
        padding-left: 10px;
        padding-top: 10px; }
        @media only screen and (max-width: 943px) {
          /* line 266, ../scss/_grid.scss */
          .content.lex-grid .lex-grid.right-sidebar {
            width: 100%;
            padding-left: 45px; } }
  /* line 277, ../scss/_grid.scss */
  .lex-grid.full.tablet-half-col {
    border-left: 0px; }
  /* line 280, ../scss/_grid.scss */
  .lex-grid.contact {
    border-right: 1px solid #EEE; }
    /* line 282, ../scss/_grid.scss */
    .lex-grid.contact form {
      margin-top: 30px; }
  @media only screen and (max-width: 943px) {
    /* line 50, ../scss/_grid.scss */
    .lex-grid, .lex-grid.long, .lex-grid.two-col, .lex-grid.sidebar, .lex-grid.content {
      width: 100%;
      float: none;
      border-right-width: 0;
      padding: 2% 45px; }
      /* line 291, ../scss/_grid.scss */
      .lex-grid.tablet-half-col {
        width: 50%;
        float: left;
        padding: 2% 2% 2% 45px; }
      /* line 296, ../scss/_grid.scss */
      .lex-grid.contact {
        border-right: 1px solid #EEE; }
      /* line 299, ../scss/_grid.scss */
      .lex-grid.full.tablet-half-col {
        border-left: 1px solid #EEE; }
      /* line 302, ../scss/_grid.scss */
      .lex-grid.newsroom {
        float: left; }
      /* line 305, ../scss/_grid.scss */
      .lex-grid.newsroom-first-child {
        border-bottom: 0; }
      /* line 308, ../scss/_grid.scss */
      .sidebar.lex-grid {
        display: none; }
      /* line 311, ../scss/_grid.scss */
      .content.lex-grid {
        border: none;
        width: 100%;
        padding: 0; }
        /* line 315, ../scss/_grid.scss */
        .content.lex-grid .lex-grid, .content.lex-grid .lex-grid.long, .content.lex-grid .lex-grid.two-col, .content.lex-grid .lex-grid.sidebar {
          padding: 2% 45px;
          width: 100%; }
          /* line 318, ../scss/_grid.scss */
          .content.lex-grid .long.lex-grid {
            padding-right: 45px; }
          /* line 321, ../scss/_grid.scss */
          .content.lex-grid .lex-grid:first-child {
            padding-right: 45px; }
          /* line 324, ../scss/_grid.scss */
          .content.lex-grid .lex-grid:last-child {
            padding-left: 45px;
            width: 100%; } }
  @media only screen and (max-width: 480px) {
    /* line 50, ../scss/_grid.scss */
    .lex-grid, .lex-grid.long, .lex-grid.two-col, .lex-grid.sidebar, .lex-grid.content {
      padding: 2% 3%; }
      /* line 334, ../scss/_grid.scss */
      .lex-grid.tablet-half-col {
        width: 100%;
        float: none;
        padding: 2% 3%; }
      /* line 339, ../scss/_grid.scss */
      .lex-grid.newsroom-first-child {
        border-bottom: 1px solid #EEE; }
      /* line 342, ../scss/_grid.scss */
      .lex-grid.full {
        padding-left: 3%;
        padding-right: 3%; }
      /* line 346, ../scss/_grid.scss */
      .content.lex-grid {
        width: 100%;
        padding: 0; }
        /* line 349, ../scss/_grid.scss */
        .content.lex-grid .lex-grid, .content.lex-grid .lex-grid.long, .content.lex-grid .lex-grid.two-col, .content.lex-grid .lex-grid.sidebar {
          padding: 2% 3%;
          width: 100%; }
          /* line 352, ../scss/_grid.scss */
          .content.lex-grid .long.lex-grid {
            padding-right: 3%; }
          /* line 355, ../scss/_grid.scss */
          .content.lex-grid .lex-grid:first-child {
            padding-right: 3%; }
          /* line 358, ../scss/_grid.scss */
          .content.lex-grid .lex-grid:last-child {
            padding-left: 3%;
            width: 100%;
            border-left-width: 0; } }
  /* line 367, ../scss/_grid.scss */
  .lex-grid hr, .lex-grid.long hr, .lex-grid.two-col hr, .lex-grid.sidebar hr, .lex-grid.content hr {
    border: 0;
    height: 1px;
    margin: 10px 0;
    background: #eeeeee; }
  /* line 378, ../scss/_grid.scss */
  .lex-grid ul, .lex-grid.long ul, .lex-grid.two-col ul, .lex-grid.sidebar ul, .lex-grid.content ul, .lex-grid ol, .lex-grid.long ol, .lex-grid.two-col ol, .lex-grid.sidebar ol, .lex-grid.content ol, .lex-grid p, .lex-grid.long p, .lex-grid.two-col p, .lex-grid.sidebar p, .lex-grid.content p {
    padding-right:15px; }
  .lex-grid.sidebar ul ul {
    padding-right:0; }
    @media only screen and (max-width: 943px) {
      /* line 378, ../scss/_grid.scss */
      .lex-grid ul, .lex-grid.long ul, .lex-grid.two-col ul, .lex-grid.sidebar ul, .lex-grid.content ul, .lex-grid ol, .lex-grid.long ol, .lex-grid.two-col ol, .lex-grid.sidebar ol, .lex-grid.content ol, .lex-grid p, .lex-grid.long p, .lex-grid.two-col p, .lex-grid.sidebar p, .lex-grid.content p {
        padding-right: 0; } }

/* line 387, ../scss/_grid.scss */
.group:after {
  clear: both;
  content: '';
  display: table; }

/* line 1, ../scss/_header.scss */
.lex-header {
  background: white;
  height: 100px;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 943px) {
    /* line 6, ../scss/_header.scss */
    .lex-header.desktop-header {
      display: none; } }
  /* line 11, ../scss/_header.scss */
  .lex-header.mobile-header {
    display: none; }
    @media only screen and (max-width: 943px) {
      /* line 11, ../scss/_header.scss */
      .lex-header.mobile-header {
        display: block; } }
  @media only screen and (max-width: 943px) {
    /* line 1, ../scss/_header.scss */
    .lex-header {
      background: white;
      width: 100%;
      height: 81px; } }
  @media only screen and (max-width: 480px) {
    /* line 1, ../scss/_header.scss */
    .lex-header {
      position: relative; } }
  /* line 31, ../scss/_header.scss */
  .lex-header .lex-container {
    border-top: 5px solid #e5e6e6;
    padding: 15px 0;
    position: relative; }
    @media only screen and (max-width: 943px) {
      /* line 31, ../scss/_header.scss */
      .lex-header .lex-container {
        width: 100%;
        padding: 0;
        height: 50px; } }
  /* line 43, ../scss/_header.scss */
  .lex-header .lex-brand {
    float: left;
    width: 300px; }
    /* line 47, ../scss/_header.scss */
    .lex-header .lex-brand h1 {
      margin: 0;
      padding: 10px 0 0; }
      @media only screen and (max-width: 943px) {
        /* line 47, ../scss/_header.scss */
        .lex-header .lex-brand h1 {
          padding: 5px; } }
      @media only screen and (max-width: 480px) {
        /* line 47, ../scss/_header.scss */
        .lex-header .lex-brand h1 {
          padding: 5px 0 0; } }
    /* line 57, ../scss/_header.scss */
    .lex-header .lex-brand img {
      /*max-width: 100%;
      width: 100%;*/
      margin-left:33px; }
    @media only screen and (max-width: 943px) {
      /* line 43, ../scss/_header.scss */
      .lex-header .lex-brand {
        height: 45px; } }
    @media only screen and (max-width: 355px) {
      /* line 43, ../scss/_header.scss */
      .lex-header .lex-brand {
        width: 85%; } }
  /* line 71, ../scss/_header.scss */
  .lex-header .lex-navigation {
    float: right;
    margin-top: 5px;
    width: 635px; }
    @media only screen and (max-width: 943px) {
      /* line 75, ../scss/_header.scss */
      .lex-header .lex-navigation.desktop-nav {
        display: none; } }
    /* line 80, ../scss/_header.scss */
    .lex-header .lex-navigation.mobile-nav {
      display: none; }
      @media only screen and (max-width: 943px) {
        /* line 80, ../scss/_header.scss */
        .lex-header .lex-navigation.mobile-nav {
          display: block; } }
    @media only screen and (max-width: 943px) {
      /* line 71, ../scss/_header.scss */
      .lex-header .lex-navigation {
        background: #ed1c24 url(../images/navigation_mobile.gif) no-repeat center center;
        height: 45px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        z-index: 21; }
        /* line 96, ../scss/_header.scss */
        .lex-header .lex-navigation.open {
          background: #ed1c24 url(../images/navigation_close.gif) no-repeat center center; } }
    @media only screen and (max-width: 480px) {
      /* line 71, ../scss/_header.scss */
      .lex-header .lex-navigation {
        position: relative;
        height: auto;
        width: 100%; } }
  /* line 108, ../scss/_header.scss */
  .lex-header .search-button, .lex-header .mobileNav {
    background: url(../images/search.gif) no-repeat center center;
    border: 0 none;
    height: 15px;
    margin: 18px 5px 0 5px;
    padding: 5px;
    position: relative;
    width: 15px; }
    /* line 116, ../scss/_header.scss */
    .lex-header .search-button:focus, .lex-header .mobileNav:focus {
      outline-width: 0; }
    /* line 119, ../scss/_header.scss */
    .lex-header .search-button.active, .lex-header .active.mobileNav {
      background: url(../images/search_close.gif) no-repeat center center; }
    @media only screen and (max-width: 943px) {
      /* line 108, ../scss/_header.scss */
      .lex-header .search-button, .lex-header .mobileNav {
        display: none; } }
  /* line 127, ../scss/_header.scss */
  .lex-header .mobileNav {
    background-color: #ed1c24;
    background: #ed1c24 url(../images/navigation_mobile.gif) no-repeat center center;
    height: 45px;
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50px; }
    @media only screen and (max-width: 943px) {
      /* line 127, ../scss/_header.scss */
      .lex-header .mobileNav {
        display: block; } }
    @media only screen and (max-width: 480px) {
      /* line 127, ../scss/_header.scss */
      .lex-header .mobileNav {
        top: auto;
        bottom: 100%; } }
  /* line 147, ../scss/_header.scss */
  .lex-header .form-search {
    display: none;
    position: absolute;
    right: 0;
    top: 40px; }
    @media only screen and (max-width: 943px) {
      /* line 147, ../scss/_header.scss */
      .lex-header .form-search {
        display: block;
        position: static;
        margin-bottom: 0px; } }
    /* line 159, ../scss/_header.scss */
    .lex-header .form-search .form-wrapper {
      background: #ed1c24 none no-repeat 0 0;
      padding: 5px 10px; }
      @media only screen and (max-width: 943px) {
        /* line 159, ../scss/_header.scss */
        .lex-header .form-search .form-wrapper {
          padding: 15px 20px;
          background: #302f35 none no-repeat 0 0; } }
    /* line 168, ../scss/_header.scss */
    .lex-header .form-search [type="search"] {
      background: #ed1c24;
      border: 0;
      color: white;
      outline: none;
      padding: 5px 0;
      width: 200px;
      min-width: 100%; }
      @media only screen and (max-width: 943px) {
        /* line 168, ../scss/_header.scss */
        .lex-header .form-search [type="search"] {
          background: #302f35; } }
    /* line 180, ../scss/_header.scss */
    .lex-header .form-search [type="submit"] {
      background: none;
      border: 0 none;
      cursor: pointer;
      height: 15px;
      left: 10px;
      outline: none;
      position: absolute;
      top: 10px;
      width: 15px; }
    /* line 191, ../scss/_header.scss */
    .lex-header .form-search ::-webkit-input-placeholder {
      color: white; }
      @media only screen and (max-width: 943px) {
        /* line 191, ../scss/_header.scss */
        .lex-header .form-search ::-webkit-input-placeholder {
          text-align: left;
          text-transform: capitalize; } }
    /* line 200, ../scss/_header.scss */
    .lex-header .form-search :-moz-placeholder {
      /* Firefox 18- */
      color: white; }
      @media only screen and (max-width: 943px) {
        /* line 200, ../scss/_header.scss */
        .lex-header .form-search :-moz-placeholder {
          text-align: left;
          text-transform: capitalize; } }
    /* line 209, ../scss/_header.scss */
    .lex-header .form-search ::-moz-placeholder {
      /* Firefox 19+ */
      color: white; }
      @media only screen and (max-width: 943px) {
        /* line 209, ../scss/_header.scss */
        .lex-header .form-search ::-moz-placeholder {
          text-align: left;
          text-transform: capitalize; } }
    /* line 218, ../scss/_header.scss */
    .lex-header .form-search :-ms-input-placeholder {
      color: white; }
      @media only screen and (max-width: 943px) {
        /* line 218, ../scss/_header.scss */
        .lex-header .form-search :-ms-input-placeholder {
          text-align: left;
          text-transform: capitalize; } }

/* line 228, ../scss/_header.scss */
.top-items-container {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20; }
  @media only screen and (max-width: 943px) {
    /* line 228, ../scss/_header.scss */
    .top-items-container {
      display: none; } }
  /* line 237, ../scss/_header.scss */
  .top-items-container .top-nav-links {
    display: inline-block;
    margin-right: 10px; }
    /* line 240, ../scss/_header.scss */
	
	.top-items-container .top-nav-links a:hover {
      text-decoration: underline; }
	  
	  
    .top-items-container .top-nav-links a {
      color: #ed1c24;
      margin-left: 10px;
      font-size: 11px;
      font-weight: normal;
      text-transform: uppercase;
	text-decoration: none;	  }

/* line 250, ../scss/_header.scss */
.lex-lang-nav {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20; }
  /* line 256, ../scss/_header.scss */
  .lex-lang-nav.inactive {
    display: none; }

/* line 260, ../scss/_header.scss */
.standard-lang {
  display: inline-block;
  position: relative;
  height: 13px;
  width:232px; }

/* line 266, ../scss/_header.scss */
.lex-lang-nav-heading {
  font-size: 12px;
  border: 0px;
  outline: none;
  background: none;
  border-radius: 0px;
  padding-right: 0px;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 250px;
  text-align: right;
  font-size: 10px;
  color: #AAA; }
  /* line 281, ../scss/_header.scss */
  .lex-lang-nav-heading .lang-current {
    font-size: 10px;
    color: #AAA;
    margin-right:22px; }
  /* line 286, ../scss/_header.scss */
  .lex-lang-nav-heading .lang-flag {
    top:2px;
	top:0\9; }
  @media only screen and (max-width: 943px) {
    /* line 266, ../scss/_header.scss */
    .lex-lang-nav-heading {
      display: none; } }

/* line 293, ../scss/_header.scss */
.lang-flag {
  position: absolute;
  right: 13px;
  top:9px;
  top:6px\9; }
  @media only screen and (max-width: 943px) {
    .lang-flag {
      top:4px} }
  /* line 297, ../scss/_header.scss */
  .lang-flag img {
/*    height: 10px; */
    display: inline; }

/* line 303, ../scss/_header.scss */
.lang-arrow-right, .lang-arrow-down {
  background-repeat: no-repeat;
  background-position: center center;
  height: 10px;
  width: 10px;
  vertical-align: top;
  margin-top: 2px;
  margin-top: 0\9 !important; }

/* line 312, ../scss/_header.scss */
.lang-arrow-right {
  float: left;
  background-repeat: no-repeat;
  background-position: left;
  margin-right: 0px; }
  /* line 320, ../scss/_header.scss */
  .lang-arrow-right img {
    width: 10px;
    height: 10px; }
  @media only screen and (max-width: 943px) {
    /* line 312, ../scss/_header.scss */
    .lang-arrow-right {
      display: none; } }

/* line 328, ../scss/_header.scss */
.lang-arrow-down {
  display: inline-block;
  background-size: contain;
  width: 8px;
  margin-left: 2px; }
  /* line 334, ../scss/_header.scss */
  .lang-arrow-down img {
    width: 8px;
    height: 10px; }

/* line 339, ../scss/_header.scss */
.lang-list {
  display: none;
  /* background-color: #302f35; */
  background-color:#eaeaea;
  list-style-image: none;
  list-style-type: none;
  /* padding-left: 0px; */
  padding:8px;
  margin: 0px;
  top:17px;
  right: 0px;
  position: absolute;
  width: 250px; }
  /* line 350, ../scss/_header.scss */
  .lang-list.active {
    display: block !important; }
  /* line 353, ../scss/_header.scss */
.lang-list .lang-item {
    /* background-color: #6d6e71;
    padding: 5px 41px 5px 10px !important; */
  background-color:#ffffff;
  border:1px solid #eaeaea;
  font-size:12px;
  line-height:14px;
  padding:8px 41px 8px 10px !important;
    text-align: right;
    position: relative; }
  @media only screen and (max-width: 943px) {
    .lang-list .lang-item {
      background-color:transparent;
      border:none; } }
.lang-list .lang-item.world {
  margin-top:8px;
}
    /* line 358, ../scss/_header.scss */
    /* .lang-list .lang-item.even {
      background-color: #939598; } */
    /* line 361, ../scss/_header.scss */
.lang-list .lang-item:hover {
  background-color:#efefef;
  border: 1px solid #ffffff;
}
  @media only screen and (max-width: 943px) {
    .lang-list .lang-item:hover {
      background-color:transparent;
      border:none } }
.lang-list .lang-item a {
  color: white;
  display:block;
  text-decoration:none; }
/* line 363, ../scss/_header.scss */
.lang-list .lang-item a .lang-option {
  /* color: white; */
  color:#aaaaaa;
  font-size:12px;
  line-height:14px;
  /*text-transform: uppercase;*/ }
  @media only screen and (max-width: 943px) {
    .lang-list .lang-item a .lang-option {
      color:white;
      font-size:16px;
      line-height:18px;
    } }
      /* line 367, ../scss/_header.scss */
      .lang-list .lang-item a .lang-option, .lang-list .lang-item a .lang-flag {
        display: inline-block; }

@media only screen and (max-width: 943px) {
  width: 320px;
  background-color: #302f35;
  /* line 376, ../scss/_header.scss */
  .lang-item {
    padding: 20px 96px 20px 15px; }
    /* line 378, ../scss/_header.scss */
    .lang-item a {
      position: relative; }
      /* line 380, ../scss/_header.scss */
      .lang-item a .lang-flag {
        right: -71px !important; }
    /* line 384, ../scss/_header.scss */
    .lang-item.even {
      background-color: #67686d; } }
@media only screen and (max-width: 480px) {
  width: 100%; }
/* line 392, ../scss/_header.scss */
.ms-products-lang-container {
  position: relative;
  display: block; }
  @media only screen and (max-width: 943px) {
    /* line 392, ../scss/_header.scss */
    .ms-products-lang-container {
      margin-right: 5px;
      margin-top: 5px; } }
  @media only screen and (max-width: 943px) {
    /* line 400, ../scss/_header.scss */
    .ms-products-lang-container .lex-lang-nav .lex-lang-nav-heading {
      display: block; } }

.lex-lang-nav-heading {
  padding-left:0;
  width: auto;
}
.lex-lang-nav-heading .lang-current.no-flag {
  margin-right:0;
}
.standard-lang.lang-width {
  width:152px;
}
ul.lang-list > li.lang-item:hover > ul.lang-list{
  display:block;
}
.lang-list.languages {
  width:150px;
}
.lang-list.languages .lang-item {
  padding-right:15px !important;
}
span.lang-arrow-right {
  font-size:12px;
  line-height:14px;
}

/* main navigation */
/* line 5, ../scss/_navigation.scss */
#top_nav > ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0; }
/* line 12, ../scss/_navigation.scss */
#top_nav .nav_primary {
  color: black;
  display: inline;
  float: left;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  cursor: pointer; }
  @media only screen and (max-width: 943px) {
    /* line 12, ../scss/_navigation.scss */
    #top_nav .nav_primary {
      font-size: 16px; } }
  /* line 26, ../scss/_navigation.scss */
  #top_nav .nav_primary:hover, #top_nav .nav_primary.hover {
    color: #fff;
    font-weight: normal; }
    /* line 29, ../scss/_navigation.scss */
    #top_nav .nav_primary:hover ul.nav_secondary, #top_nav .nav_primary.hover ul.nav_secondary {
      display: block; }
    @media only screen and (max-width: 943px) {
      /* line 31, ../scss/_navigation.scss */
      #top_nav .nav_primary:hover ul.nav_secondary, #top_nav .nav_primary.hover ul.nav_secondary {
        display: none; } }
    /* line 33, ../scss/_navigation.scss */
    #top_nav .nav_primary:hover a.top_link, #top_nav .nav_primary.hover a.top_link {
      background: #ed1c24;
      color: white; }
      @media only screen and (max-width: 943px) {
        /* line 33, ../scss/_navigation.scss */
        #top_nav .nav_primary:hover a.top_link, #top_nav .nav_primary.hover a.top_link {
          background: none;
          color: none; } }
  /* line 45, ../scss/_navigation.scss */
  #top_nav .nav_primary.selected {
    color: #fff;
    font-weight: normal; }
    /* line 48, ../scss/_navigation.scss */
    #top_nav .nav_primary.selected a.top_link {
      background: #ed1c24;
      color: white; }
      @media only screen and (max-width: 943px) {
        /* line 48, ../scss/_navigation.scss */
        #top_nav .nav_primary.selected a.top_link {
          background: #ed1c24 url(../images/menu_selected_carrot.gif) no-repeat 94% center; } }
  /* line 63, ../scss/_navigation.scss */
  #top_nav .nav_primary a.top_link {
    color: #000;
    display: block;
    padding: 20px 15px;
    text-decoration: none; }
  /* line 69, ../scss/_navigation.scss */
  #top_nav .nav_primary.hidden-top-item {
    display: none; }
    @media only screen and (max-width: 943px) {
      /* line 69, ../scss/_navigation.scss */
      #top_nav .nav_primary.hidden-top-item {
        display: inline; } }
/* line 78, ../scss/_navigation.scss */
#top_nav ul.nav_secondary {
  background-color: #dedede;
  display: none;
  font-size: 12px;
  left: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  width: auto;
/*  min-height: 184px; */
  z-index: 20; }
  @media only screen and (max-width: 943px) {
    /* line 78, ../scss/_navigation.scss */
    #top_nav ul.nav_secondary {
      position: static;
      width: 100%;
      min-height: 0px; } }
  /* line 98, ../scss/_navigation.scss */
  #top_nav ul.nav_secondary.single-navcoloum {
    width: 217px; }
    @media only screen and (max-width: 943px) {
      /* line 98, ../scss/_navigation.scss */
      #top_nav ul.nav_secondary.single-navcoloum {
        width: 100%; } }
  /* line 105, ../scss/_navigation.scss */
  #top_nav ul.nav_secondary.one_col {
    width: 249px; }
    @media only screen and (max-width: 943px) {
      /* line 105, ../scss/_navigation.scss */
      #top_nav ul.nav_secondary.one_col {
        width: 100%; } }
  /* line 112, ../scss/_navigation.scss */
  #top_nav ul.nav_secondary li {
    list-style: none; }
  /* line 116, ../scss/_navigation.scss */
  #top_nav ul.nav_secondary li.nav_tertiary_title {
    background-color: #67686d;
    color: #fff;
    padding: 10px;
    text-transform: capitalize; }
  /* line 123, ../scss/_navigation.scss */
  #top_nav ul.nav_secondary li.nav_tertiary {
    float: left;
    list-style: none;
    padding: 0; }
    @media only screen and (max-width: 943px) {
      /* line 123, ../scss/_navigation.scss */
      #top_nav ul.nav_secondary li.nav_tertiary {
        float: none; } }
  /* line 134, ../scss/_navigation.scss */
  #top_nav ul.nav_secondary ul {
    list-style: none;
    padding: 0; }
  /* line 139, ../scss/_navigation.scss */
  #top_nav ul.nav_secondary li.nav_tertiary_title {
    width: 100%; }
    @media only screen and (max-width: 943px) {
      /* line 139, ../scss/_navigation.scss */
      #top_nav ul.nav_secondary li.nav_tertiary_title {
        border-top: 1px solid #dedede;
        text-align: right;
        padding-right: 96px;
        background: #aeaeae url(../images/plus_transparent.png) no-repeat 94% center;
        color: black; } }
    /* line 148, ../scss/_navigation.scss */
    #top_nav ul.nav_secondary li.nav_tertiary_title.active {
      background: #aeaeae url(../images/minus_transparent.png) no-repeat 94% center; }
  /* line 153, ../scss/_navigation.scss */
  #top_nav ul.nav_secondary li.nav_tertiary_item {
    border-left: none;
    cursor: pointer;
    /* height: 30px;
    line-height: 30px;
    padding-left: 0; */
	padding:8px;
    width: 181px; }
	
	/* width for careers submenu*/
	.careers_width {
	 width: 115px !important;
	}
    /* line 161, ../scss/_navigation.scss */
    #top_nav ul.nav_secondary li.nav_tertiary_item:hover {
      background-color: #333333; }
      /* line 163, ../scss/_navigation.scss */
      #top_nav ul.nav_secondary li.nav_tertiary_item:hover a {
        color: #fff;
        background-image: none !important; }
      /* line 167, ../scss/_navigation.scss */
      #top_nav ul.nav_secondary li.nav_tertiary_item:hover .nav_tertiary_description {
        display: list-item;
        min-height: 184px; }
        @media only screen and (max-width: 943px) {
          /* line 167, ../scss/_navigation.scss */
          #top_nav ul.nav_secondary li.nav_tertiary_item:hover .nav_tertiary_description {
            display: none; } }
    /* line 175, ../scss/_navigation.scss */
    #top_nav ul.nav_secondary li.nav_tertiary_item.active {
      display: list-item; }
    @media only screen and (max-width: 943px) {
      /* line 153, ../scss/_navigation.scss */
      #top_nav ul.nav_secondary li.nav_tertiary_item {
        width: 100%;
        line-height: 1;
        height: auto;
        border-top: 1px solid #AAA;
        display: none; } }
    /* line 189, ../scss/_navigation.scss */
    #top_nav ul.nav_secondary li.nav_tertiary_item a {
      color: #302f35;
      text-decoration: none;
      /* padding: 10px; */
      text-transform: capitalize;
      background-image: none !important; }
      @media only screen and (max-width: 943px) {
        /* line 189, ../scss/_navigation.scss */
        #top_nav ul.nav_secondary li.nav_tertiary_item a {
          display: block;
          text-align: right;
          padding-right: 96px; } }
    /* line 202, ../scss/_navigation.scss */
    #top_nav ul.nav_secondary li.nav_tertiary_item .nav_tertiary_description {
      background-color: #333333;
      color: #fff;
      display: none;
      height: 100%;
      left: 100%;
      position: absolute;
      top: 0;
      width: 184px; }
      @media only screen and (max-width: 943px) {
        /* line 202, ../scss/_navigation.scss */
        #top_nav ul.nav_secondary li.nav_tertiary_item .nav_tertiary_description {
          display: none; } }
      /* line 215, ../scss/_navigation.scss */
      #top_nav ul.nav_secondary li.nav_tertiary_item .nav_tertiary_description h4 {
        font-size: 17px;
        line-height: 19px;
        margin: 32px 0 0 16px;
        width: 150px;
        font-weight: normal;
        text-transform: none; }
      /* line 224, ../scss/_navigation.scss */
      #top_nav ul.nav_secondary li.nav_tertiary_item .nav_tertiary_description p {
        color: white;
        font-size: 12px;
        line-height: 14px;
        margin: 16px 0px 0px 16px;
        width: 145px;
        text-transform: none; }
/* line 237, ../scss/_navigation.scss */
#top_nav ul.nav_secondary li.nav_tertiary ul li.nav_tertiary_description .nav_description a.description_close {
  height: 21px;
  position: absolute;
  right: -1px;
  text-indent: -9999em;
  top: 0;
  width: 21px; }
/* line 246, ../scss/_navigation.scss */
#top_nav ul.nav_secondary li.product_index {
  background: #67686d;
  float: left;
  height: 32px;
  line-height: 30px;
  padding-left: 0px;
  width: 100%; }
  @media only screen and (max-width: 943px) {
    /* line 246, ../scss/_navigation.scss */
    #top_nav ul.nav_secondary li.product_index {
      float: none;
      border-top: 1px solid #dedede;
      text-align: right;
      padding-right: 3em; } }
  /* line 261, ../scss/_navigation.scss */
  #top_nav ul.nav_secondary li.product_index a {
    color: white;
    padding: 10px;
    text-decoration: none;
    text-transform: initial; }
    /* line 266, ../scss/_navigation.scss */
    #top_nav ul.nav_secondary li.product_index a:hover {
      color: white; }
@media only screen and (max-width: 943px) {
  /* line 3, ../scss/_navigation.scss */
  #top_nav {
    position: absolute;
    right: 0;
    top: 100%;
    background: #67686d;
    min-width: 320px; } }
@media only screen and (max-width: 480px) {
  /* line 3, ../scss/_navigation.scss */
  #top_nav {
    position: static; } }
/* line 285, ../scss/_navigation.scss */
#top_nav.smaller {
  display: none; }
  /* line 289, ../scss/_navigation.scss */
  #top_nav.smaller ul, #top_nav.smaller li {
    list-style: none;
    float: none;
    padding: 0;
    margin: 0;
    position: static; }
  /* line 296, ../scss/_navigation.scss */
  #top_nav.smaller .nav_primary {
    float: none;
    display: block;
    border-top: 1px solid #dedede;
    position: static;
    text-transform: capitalize; }
    /* line 302, ../scss/_navigation.scss */
    #top_nav.smaller .nav_primary:first-child {
      border-top-width: 0; }
    /* line 306, ../scss/_navigation.scss */
    #top_nav.smaller .nav_primary.has-sub-items a {
      background: url(../images/menu_carrot.gif) no-repeat 94% center; }
    /* line 311, ../scss/_navigation.scss */
    #top_nav.smaller .nav_primary > a {
      display: block;
      color: white;
      text-align: right;
      padding: 20px 96px 20px 15px; }
      /* line 317, ../scss/_navigation.scss */
      #top_nav.smaller .nav_primary > a.hover {
        background: #ed1c24 url(../images/menu_selected_carrot.gif) no-repeat 94% center; }
    /* line 322, ../scss/_navigation.scss */
    #top_nav.smaller .nav_primary > ul {
      display: none; }
  /* line 327, ../scss/_navigation.scss */
  #top_nav.smaller a.lang-worldwide {
    background: #302f35; }
  @media only screen and (max-width: 943px) {
    /* line 336, ../scss/_navigation.scss */
    #top_nav.smaller .lang-list {
      width: 100%;
      background-color: transparent; }
      /* line 340, ../scss/_navigation.scss */
      #top_nav.smaller .lang-list .lang-item {
        padding: 20px 96px 20px 15px !important;
        background-color: transparent;
        font-size: 16px;
        border-top: 1px solid #DEDEDE; }
        /* line 345, ../scss/_navigation.scss */
        #top_nav.smaller .lang-list .lang-item a {
          text-align: right;
          background-image: none; }
          /* line 348, ../scss/_navigation.scss */
          #top_nav.smaller .lang-list .lang-item a .lang-option {
            font-size: 16px;
            text-transform: none; }
          /* line 352, ../scss/_navigation.scss */
          #top_nav.smaller .lang-list .lang-item a .lang-flag {
            right: 17px;
            position: absolute; } }

@media only screen and (max-width: 943px) {
  /* line 2, ../scss/_banner.scss */
  .lex-billboard.solutions-banner {
    display: none; } }
/* line 7, ../scss/_banner.scss */
.lex-billboard.content-banner {
  float: left;
  position: relative;
  width: 100%; }
  /* line 6, ../scss/_banner.scss */
  .lex-billboard.content-banner .lex-banner {
    height: auto; }
  /* line 9, ../scss/_banner.scss */
  .lex-billboard.content-banner .lex-banner-content, .lex-billboard.content-banner .lex-carousel-slide .lex-banner-content {
    position: absolute;
    top: 20%;
    left: 35%;
    max-width: 60%;
    padding: 10px; }
  @media only screen and (max-width: 943px) {
    /* line 2, ../scss/_banner.scss */
    .lex-billboard.content-banner {
      float: none; }
      /* line 21, ../scss/_banner.scss */
      .lex-billboard.content-banner .lex-banner-content {
        top: 25%;
        left: 55%;
        max-width: 40%; } }
@media only screen and (max-width: 943px) {
  /* line 32, ../scss/_banner.scss */
  .lex-billboard .home-carousel {
    display: none; } }
/* line 37, ../scss/_banner.scss */
.lex-billboard .home-mobile-links {
  display: none; }
  @media only screen and (max-width: 943px) {
    /* line 37, ../scss/_banner.scss */
    .lex-billboard .home-mobile-links {
      display: block; } }
  /* line 42, ../scss/_banner.scss */
  .lex-billboard .home-mobile-links .mobile-link-container {
    height: auto;
    padding: 15px 15px 0px 45px;
    border-bottom: 1px solid #EEE;
    min-height: 130px; }
    @media only screen and (max-width: 480px) {
      /* line 42, ../scss/_banner.scss */
      .lex-billboard .home-mobile-links .mobile-link-container {
        padding: 15px 15px 0px 15px; } }
  /* line 54, ../scss/_banner.scss */
  .lex-billboard .home-mobile-links .mobile-link-image-container, .lex-billboard .home-mobile-links .mobile-link-content-container {
    display: inline-block;
    float: left;
    vertical-align: top; }
  /* line 59, ../scss/_banner.scss */
  .lex-billboard .home-mobile-links .mobile-link-image-container {
    min-width: 115px; }
  /* line 63, ../scss/_banner.scss */
  .lex-billboard .home-mobile-links .mobile-link-content-container {
    width: 70%; }
    /* line 65, ../scss/_banner.scss */
    .lex-billboard .home-mobile-links .mobile-link-content-container .mobile-link-title {
      margin: 0px; }
    /* line 68, ../scss/_banner.scss */
    .lex-billboard .home-mobile-links .mobile-link-content-container p {
      margin-bottom: 0px;
      margin-top: 5px;
      font-size: 14px; }
      /* line 72, ../scss/_banner.scss */
      .lex-billboard .home-mobile-links .mobile-link-content-container p a {
        display: inline-block; }
    @media only screen and (max-width: 480px) {
      /* line 63, ../scss/_banner.scss */
      .lex-billboard .home-mobile-links .mobile-link-content-container {
        width: 60%; } }
/* line 82, ../scss/_banner.scss */
.lex-billboard .lex-container {
  position: relative; }
  /* line 31, ../scss/_banner.scss */
  .lex-billboard .lex-container .lex-banner-tablet {
    display: none; }
  @media only screen and (max-width: 943px) {
    /* line 29, ../scss/_banner.scss */
    .lex-billboard .lex-container {
      overflow: hidden; }
      /* line 35, ../scss/_banner.scss */
      .lex-billboard .lex-container .lex-banner-tablet {
        display: block; } }
  @media only screen and (max-width: 720px) {
    /* line 29, ../scss/_banner.scss */
    .lex-billboard .lex-container {
      width: 100%; } }
/* line 48, ../scss/_banner.scss */
.lex-billboard .lex-banner {
  height: auto;
  width: 100%;
  overflow: hidden; }
  /* line 54, ../scss/_banner.scss */
  .lex-billboard .lex-banner img {
    max-width: 100%;
    width: 100%; }
  @media only screen and (max-width: 943px) {
    /* line 48, ../scss/_banner.scss */
    .lex-billboard .lex-banner {
      height: auto;
      margin-bottom: 10px; } }
/* line 65, ../scss/_banner.scss */
.lex-billboard #home-carousel {
  height: 235px;
  width: 100%; }
  @media only screen and (max-width: 650px) {
    /* line 65, ../scss/_banner.scss */
    .lex-billboard #home-carousel {
      height: 162px; } }
@media only screen and (max-width: 943px) {
  /* line 72, ../scss/_banner.scss */
  .lex-billboard .lex-banner {
    margin-bottom: 0px; } }
/* line 77, ../scss/_banner.scss */
.lex-billboard .lex-carousel {
  position: relative; }
  /* line 82, ../scss/_banner.scss */
  .lex-billboard .lex-carousel .lex-carousel-slide {
    display: none;
    top: 0px;
    left: 0px;
    position: absolute; }
    /* line 88, ../scss/_banner.scss */
    .lex-billboard .lex-carousel .lex-carousel-slide .lex-banner img {
      min-width: 944px; }
      @media only screen and (max-width: 650px) {
        /* line 88, ../scss/_banner.scss */
        .lex-billboard .lex-carousel .lex-carousel-slide .lex-banner img {
          min-width: 650px; } }
    /* line 98, ../scss/_banner.scss */
    .lex-billboard .lex-carousel .lex-carousel-slide.initial-slide {
      display: block; }
  /* line 102, ../scss/_banner.scss */
  .lex-billboard .lex-carousel .lex-carousel-nav {
    position: absolute;
    bottom: 20px;
    right: 50px; }
    /* line 115, ../scss/_banner.scss */
    .lex-billboard .lex-carousel .lex-carousel-nav ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none !important; }
      /* line 119, ../scss/_banner.scss */
      .lex-billboard .lex-carousel .lex-carousel-nav ul li {
        list-style-image: none !important;
        display: inline-block;
        margin-left: 5px; }
        /* line 123, ../scss/_banner.scss */
        .lex-billboard .lex-carousel .lex-carousel-nav ul li .carousel-nav-item {
          display: inline-block;
          width: 15px;
          height: 10px;
          background: #FFF;
          list-style-image: none !important;
          box-shadow: inset 1px 2px 1px 0px rgba(0, 0, 0, 0.35); }
          /* line 130, ../scss/_banner.scss */
          .lex-billboard .lex-carousel .lex-carousel-nav ul li .carousel-nav-item.active {
            background: #ed1c24; }
/* line 139, ../scss/_banner.scss */
.lex-billboard .lex-banner-content {
  position: absolute;
  top: 62px;
  left: 160px;
  /*max-width: 45%;*/
  background: #ed1c24;
  padding: 20px;
  color: white;
  /*font-weight: bold;*/
  width: 380px;}
  /* line 148, ../scss/_banner.scss */
  .lex-billboard .lex-banner-content.right {
    left: auto;
    right: 5%; }
  @media only screen and (max-width: 720px) {
    /* line 139, ../scss/_banner.scss */
    .lex-billboard .lex-banner-content {
      top: 10%; } }
  @media only screen and (max-width: 549px) {
    /* line 139, ../scss/_banner.scss */
    .lex-billboard .lex-banner-content {
      display: none; } }
  /* line 160, ../scss/_banner.scss */
  .lex-billboard .lex-banner-content a {
    color: white;
	font-weight:Bold;	}
  /* line 163, ../scss/_banner.scss */
  .lex-billboard .lex-banner-content .learn-more-container {
    background: #ed1c24 url(/risk/img/btn_learn_more_white.gif) no-repeat 95% center;
    text-align: right;
    float: right;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 400; }
  /* line 171, ../scss/_banner.scss */
  .lex-billboard .lex-banner-content .text-highlight-head {
    font-size: 20px;
	font-weight: normal;
    margin: 0; }
    @media only screen and (max-width: 943px) {
      /* line 171, ../scss/_banner.scss */
      .lex-billboard .lex-banner-content .text-highlight-head {
        font-size: 18px; } }
  /* line 178, ../scss/_banner.scss */
  .lex-billboard .lex-banner-content .text-highlight-content {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 10px;
    color: white; }
    @media only screen and (max-width: 943px) {
      /* line 178, ../scss/_banner.scss */
      .lex-billboard .lex-banner-content .text-highlight-content {
        font-size: 12px; } }

/* line 1, ../scss/_footer.scss */
.lex-footer {
  color: white; }
  /* line 4, ../scss/_footer.scss */
  .lex-footer .lex-container {
    background: #e5e6e6;
    padding: 20px 15px; }
    @media only screen and (max-width: 480px) {
      /* line 4, ../scss/_footer.scss */
      .lex-footer .lex-container {
        padding: 2%; } }
  /* line 13, ../scss/_footer.scss */
  .lex-footer .lex-footer-nav {
    margin: 0 0 20px; }
    @media only screen and (max-width: 943px) {
      /* line 13, ../scss/_footer.scss */
      .lex-footer .lex-footer-nav {
        width: 396px;
        float: left; } }
  /* line 25, ../scss/_footer.scss */
  .lex-footer ul {
    list-style: none;
    padding-left: 0; }
  /* line 30, ../scss/_footer.scss */
  .lex-footer a {
    color: black; }
  /* line 34, ../scss/_footer.scss */
  .lex-footer .lex-footer-section {
    border-left: 1px solid #949496;
    float: left;
    margin-right: 2%;
    min-height: 150px;
    padding-left: 30px;
    width: 19.25%; }
    @media only screen and (max-width: 943px) {
      /* line 34, ../scss/_footer.scss */
      .lex-footer .lex-footer-section {
        width: 125px;
        margin-right: 25px;
        padding-left: 0;
        border-left-width: 0;
        min-height: 0; }
        /* line 48, ../scss/_footer.scss */
        .lex-footer .lex-footer-section.tab-footer {
          width: 95px;
          margin-right: 0; }
          /* line 51, ../scss/_footer.scss */
          .lex-footer .lex-footer-section.tab-footer li {
            border-top-width: 0;
            margin-top: 1px; }
          /* line 55, ../scss/_footer.scss */
          .lex-footer .lex-footer-section.tab-footer a {
            background: inherit; } }
    /* line 61, ../scss/_footer.scss */
    .lex-footer .lex-footer-section:first-child {
      width: 15%;
      padding-left: 0;
      border-left-width: 0; }
      @media only screen and (max-width: 943px) {
        /* line 61, ../scss/_footer.scss */
        .lex-footer .lex-footer-section:first-child {
          width: 125px; } }
    /* line 69, ../scss/_footer.scss */
    .lex-footer .lex-footer-section:last-child {
      margin-right: 0; }
    /* line 72, ../scss/_footer.scss */
    .lex-footer .lex-footer-section.first-child {
      width: 15%;
      padding-left: 0;
      border-left-width: 0; }
      @media only screen and (max-width: 943px) {
        /* line 72, ../scss/_footer.scss */
        .lex-footer .lex-footer-section.first-child {
          width: 125px; } }
    /* line 80, ../scss/_footer.scss */
    .lex-footer .lex-footer-section.last-child {
      margin-right: 0; }
    @media only screen and (max-width: 943px) {
      /* line 83, ../scss/_footer.scss */
      .lex-footer .lex-footer-section ul {
        margin: 0; }
        /* line 86, ../scss/_footer.scss */
        .lex-footer .lex-footer-section ul li {
          border-top: 1px solid #a2a3a7; }
          /* line 88, ../scss/_footer.scss */
          .lex-footer .lex-footer-section ul li:first-child {
            border-top-width: 0; } }
    /* line 94, ../scss/_footer.scss */
    .lex-footer .lex-footer-section a {
      font-size: 10px; }
      @media only screen and (max-width: 943px) {
        /* line 94, ../scss/_footer.scss */
        .lex-footer .lex-footer-section a {
          padding: 2px 10px;
          display: block;
          background: #67686d url(../images/footer_right_arrow_mobile.gif) no-repeat 95% center; } }
    @media only screen and (max-width: 943px) {
      /* line 103, ../scss/_footer.scss */
      .lex-footer .lex-footer-section.ws-footer {
        display: none; } }
  /* line 110, ../scss/_footer.scss */
  .lex-footer .footer-section-heading {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0; }
    @media only screen and (max-width: 943px) {
      /* line 110, ../scss/_footer.scss */
      .lex-footer .footer-section-heading {
        display: none; } }
  /* line 118, ../scss/_footer.scss */
  .lex-footer .social-list-container {
    float: right; }
    @media only screen and (max-width: 480px) {
      /* line 118, ../scss/_footer.scss */
      .lex-footer .social-list-container {
        float: none;
        width: 100%; } }
    @media only screen and (max-width: 943px) {
      /* line 118, ../scss/_footer.scss */
      .lex-footer .social-list-container {
        width: 100%;
        float: none; } }
  /* line 130, ../scss/_footer.scss */
  .lex-footer .social-list {
    margin-top: 10px;
    float: right;
    width: 321px; }
    @media only screen and (max-width: 943px) {
      /* line 130, ../scss/_footer.scss */
      .lex-footer .social-list {
        width: 237px;
        float: none; } }
    @media only screen and (max-width: 480px) {
      /* line 130, ../scss/_footer.scss */
      .lex-footer .social-list {
        float: none;
        width: 100%;
        margin: 0px; } }
    /* line 150, ../scss/_footer.scss */
    .lex-footer .social-list li {
      margin: 0 5%;
      width: 10%;
      display: inline-block; }
      /* line 155, ../scss/_footer.scss */
      .lex-footer .social-list li:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 943px) {
        /* line 150, ../scss/_footer.scss */
        .lex-footer .social-list li {
          margin: 0 0 0 8%;
          width: 10%; }
          /* line 162, ../scss/_footer.scss */
          .lex-footer .social-list li:first-child {
            margin-left: 0%; } }
      @media only screen and (max-width: 480px) {
        /* line 167, ../scss/_footer.scss */
        .lex-footer .social-list li:first-child {
          margin-left: 0%; } }
    /* line 173, ../scss/_footer.scss */
    .lex-footer .social-list a {
      display: block; }
    /* line 176, ../scss/_footer.scss */
    .lex-footer .social-list img {
      width: 100%;
      max-width: 100%;
      padding-bottom: 5px; }
  /* line 184, ../scss/_footer.scss */
  .lex-footer .lex-copyright-container {
    border-top: 1px solid #949496; }
    @media only screen and (max-width: 480px) {
      /* line 184, ../scss/_footer.scss */
      .lex-footer .lex-copyright-container {
        border-top-width: 0;
        padding: 0;
        text-align: center;
        width: 100%; } }
  /* line 201, ../scss/_footer.scss */
  .lex-footer .lex-copyright-nav {
    display: inline-block; }
    @media only screen and (max-width: 480px) {
      /* line 201, ../scss/_footer.scss */
      .lex-footer .lex-copyright-nav {
        width: 100%; } }
    /* line 214, ../scss/_footer.scss */
    .lex-footer .lex-copyright-nav ul {
      margin: 3px 0; }
      @media only screen and (max-width: 480px) {
        /* line 214, ../scss/_footer.scss */
        .lex-footer .lex-copyright-nav ul {
          margin: 0 auto; } }
    /* line 229, ../scss/_footer.scss */
    .lex-footer .lex-copyright-nav li {
      margin: 0 0 0 5px;
      display: inline-block; }
      /* line 233, ../scss/_footer.scss */
      .lex-footer .lex-copyright-nav li:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 943px) {
        /* line 229, ../scss/_footer.scss */
        .lex-footer .lex-copyright-nav li {
          margin: 0 0 0 5px;
          display: inline-block; }
          /* line 239, ../scss/_footer.scss */
          .lex-footer .lex-copyright-nav li:first-child {
            margin-left: 0; } }
      @media only screen and (max-width: 480px) {
        /* line 229, ../scss/_footer.scss */
        .lex-footer .lex-copyright-nav li {
          text-align: center;
          display: inline-block;
          margin: 0 0 0 5px; } }
    /* line 249, ../scss/_footer.scss */
    .lex-footer .lex-copyright-nav a {
      display: block;
      font-size: 10px; }
  /* line 254, ../scss/_footer.scss */
  .lex-footer .lex-copyright-links-container {
    display: block; }
  /* line 257, ../scss/_footer.scss */
  .lex-footer .lex-copyright, .lex-footer .lex-copyright-links {
    display: inline-block;
    font-size: 10px;
    color: black;
    margin: 3px 0; }
    @media only screen and (max-width: 943px) {
      /* line 257, ../scss/_footer.scss */
      .lex-footer .lex-copyright, .lex-footer .lex-copyright-links {
        margin: 0; } }
    @media only screen and (max-width: 480px) {
      /* line 257, ../scss/_footer.scss */
      .lex-footer .lex-copyright, .lex-footer .lex-copyright-links {
        width: 100%;
        padding: 0;
        margin: 1% 0 0;
        text-align: center; } }
  /* line 279, ../scss/_footer.scss */
  .lex-footer .lex-copyright-links {
    white-space: nowrap; }
    /* line 282, ../scss/_footer.scss */
    .lex-footer .lex-copyright-links a {
      display: inline-block;
      margin: 0 5px; }
  /* line 295, ../scss/_footer.scss */
  .lex-footer .mobile-contact {
    display: none; }
    @media only screen and (max-width: 480px) {
      /* line 295, ../scss/_footer.scss */
      .lex-footer .mobile-contact {
        display: block;
        width: 100%;
        margin-bottom: 2%;
        background-position: 20% center;
        height: 50px;
        padding: 15px 0;
        font-size: 20px;
        float: left;
        background: #67686d url(../images/mobile_phone_icon.gif) no-repeat 20% center;
        background-position: 10% center;
        text-align: center; } }

/* line 3, ../scss/_contact-sidebar.scss */
.contact-container .tel-contact {
  font-size: 12px;
  margin: 10px 0; }
/* line 6, ../scss/_contact-sidebar.scss */
.contact-container ul {
  margin: 0 0 15px; }
/* line 9, ../scss/_contact-sidebar.scss */
.contact-container li {
  margin-bottom: 0 !important; }
/* line 12, ../scss/_contact-sidebar.scss */
.contact-container > * {
  padding-right: 45px; }
@media only screen and (max-width: 943px) {
  /* line 1, ../scss/_contact-sidebar.scss */
  .contact-container {
    width: 50%;
    float: left; } }
@media only screen and (max-width: 480px) {
  /* line 1, ../scss/_contact-sidebar.scss */
  .contact-container {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 943px) {
  /* line 27, ../scss/_contact-sidebar.scss */
  .tablet-half-col .contact-container {
    width: 100%;
    float: none; } }
/* line 33, ../scss/_contact-sidebar.scss */
.lex-notes {
  padding: 10px 35px 10px 0;
  border-top: 1px solid #eeeeee; }
  /* line 36, ../scss/_contact-sidebar.scss */
  .lex-notes.solutions-notes {
    padding: 0 0 0 10px; }
    /* line 38, ../scss/_contact-sidebar.scss */
    .lex-notes.solutions-notes h1 {
      margin-top: 10px; }
  /* line 42, ../scss/_contact-sidebar.scss */
  .lex-notes .section-title, .lex-notes .section-subtitle {
    margin-top: 0; }
  /* line 46, ../scss/_contact-sidebar.scss */
  .lex-notes > * {
    padding-right: 45px; }
  @media only screen and (max-width: 943px) {
    /* line 33, ../scss/_contact-sidebar.scss */
    .lex-notes {
      width: 50%;
      float: right;
      border-top-width: 0;
      padding-left: 10px;
      border-left: 1px solid #eeeeee; }
      /* line 56, ../scss/_contact-sidebar.scss */
      .lex-notes > * {
        padding-right: 10px; } }
  @media only screen and (max-width: 480px) {
    /* line 33, ../scss/_contact-sidebar.scss */
    .lex-notes {
      width: 100%;
      float: none;
      padding-left: 0;
      border-top-width: 1px;
      border-left-width: 0; } }

/* line 69, ../scss/_contact-sidebar.scss */
.sidebar-subheading {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 -10px; }

/* line 1, ../scss/_form.scss */
.lex-main form {
  max-width: 390px; }
  /* line 3, ../scss/_form.scss */
  .lex-main form label {
    margin-right: 45px;
    font-weight: bold; }
  /* line 7, ../scss/_form.scss */
  .lex-main form div {
    margin: 10px 0; }
  /* line 10, ../scss/_form.scss */
  .lex-main form textarea {
    border-color: #AAA; }
  /* line 13, ../scss/_form.scss */
  .lex-main form select {
    font-size: 12px; }
  /* line 16, ../scss/_form.scss */
  .lex-main form input[type="text"], .lex-main form textarea {
    width: 100%;
    max-width: 250px;
    border: 1px solid #ccc;
    font-size: 12px; }
  /* line 22, ../scss/_form.scss */
  .lex-main form input[type="submit"] {
    background: #ed1c24;
    color: white;
    padding: 7px 10px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  /* line 29, ../scss/_form.scss */
  .lex-main form .submit-container {
    text-align: right;
    padding-right: 12px; }
  @media only screen and (max-width: 943px) {
    /* line 34, ../scss/_form.scss */
    .lex-main form label {
      display: block;
      margin: 10px 0; }
    /* line 38, ../scss/_form.scss */
    .lex-main form .submit-container {
      text-align: left;
      padding: 0; } }
  @media only screen and (max-width: 480px) {
    /* line 1, ../scss/_form.scss */
    .lex-main form {
      width: 100%; }
      /* line 45, ../scss/_form.scss */
      .lex-main form label {
        display: block; }
      /* line 50, ../scss/_form.scss */
      .lex-main form input[type="text"],
      .lex-main form select,
      .lex-main form textarea {
        width: 100%; }
      /* line 53, ../scss/_form.scss */
      .lex-main form .submit-container {
        text-align: left;
        padding: 0; } }

/* line 1, ../scss/_figure.scss */
.lex-figure {
  position: relative; }
  @media only screen and (max-width: 943px) {
    /* line 1, ../scss/_figure.scss */
    .lex-figure {
      float: right;
      width: 250px;
      margin-left: 15px; } }
  @media only screen and (max-width: 480px) {
    /* line 1, ../scss/_figure.scss */
    .lex-figure {
      width: 35%; } }
  @media only screen and (max-width: 380px) {
    /* line 1, ../scss/_figure.scss */
    .lex-figure {
      width: 110px; } }
  /* line 18, ../scss/_figure.scss */
  .lex-figure img {
    width: 100%;
    max-width: 100%; }
  /* line 23, ../scss/_figure.scss */
  .lex-figure .lex-caption {
    background: #ed1c24 url(../images/callout_right_arrow.gif) no-repeat 95% center;
    color: white;
    font-size: 12px;
    position: absolute;
    right: 10%;
    top: 42.5%; }
    /* line 30, ../scss/_figure.scss */
    .lex-figure .lex-caption a {
      color: inherit;
      display: block;
      padding: 5px 20px 5px 10px; }
      @media only screen and (max-width: 480px) {
        /* line 30, ../scss/_figure.scss */
        .lex-figure .lex-caption a {
          padding: 5px 10px;
          font-size: 10px; } }

/* line 1, ../scss/_tabs.scss */
.tabs {
  bottom: 100%;
  left: 45px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  @media only screen and (max-width: 943px) {
    /* line 1, ../scss/_tabs.scss */
    .tabs {
      left: 15px; } }
  @media only screen and (max-width: 480px) {
    /* line 1, ../scss/_tabs.scss */
    .tabs {
      width: 100%;
      left: 0;
      padding-right: 0 !important;
      padding-left: 10px;
      height: 35px; }
      /* line 17, ../scss/_tabs.scss */
      .tabs li {
        width: 30%;
        margin: 1%; } }
  /* line 22, ../scss/_tabs.scss */
  .tabs li {
    background: #2f3035;
    border-color: #a0a0a0;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 0 10px 0 0;
    height: 100%; }
    /* line 30, ../scss/_tabs.scss */
    .tabs li.active {
      background: white;
      border-bottom-color: white; }
      /* line 33, ../scss/_tabs.scss */
      .tabs li.active a {
        color: black; }
    /* line 37, ../scss/_tabs.scss */
    .tabs li.last-tab {
      margin-right: 0px; }
  /* line 41, ../scss/_tabs.scss */
  .tabs a {
    color: white;
    display: block;
    padding: 5px 5px;
    text-align: center; }
    @media only screen and (max-width: 479px) {
      /* line 41, ../scss/_tabs.scss */
      .tabs a {
        width: 100%; } }

/* line 52, ../scss/_tabs.scss */
.tab-content {
  display: none; }
  /* line 54, ../scss/_tabs.scss */
  .tab-content.active {
    display: block; }
  /* line 59, ../scss/_tabs.scss */
  .tab-content.solutions-line-tab-content ul li {
    margin-bottom: 13px; }
    /* line 61, ../scss/_tabs.scss */
    .tab-content.solutions-line-tab-content ul li p {
      margin: 0px; }
      /* line 63, ../scss/_tabs.scss */
      .tab-content.solutions-line-tab-content ul li p.item-title {
        font-weight: bold; }
		/*Added by Abhishek for Related Products*/
		.item-title a:hover {
		text-decoration:none;
		}

/* line 72, ../scss/_tabs.scss */
.small-language-selector {
  float: right;
  color: #999;
  font-size: 9px;
  text-transform: uppercase; }
  /* line 77, ../scss/_tabs.scss */
  .small-language-selector .select {
    cursor: pointer; }
  @media only screen and (max-width: 943px) {
    /* line 72, ../scss/_tabs.scss */
    .small-language-selector {
      margin: 10px 0; } }
  @media only screen and (max-width: 720px) {
    /* line 72, ../scss/_tabs.scss */
    .small-language-selector {
      float: none;
      text-align: right; } }

/* line 1, ../scss/_product-index.scss */
.lex-index-group {
  padding: 15px 45px 0; }
  @media only screen and (max-width: 480px) {
    /* line 1, ../scss/_product-index.scss */
    .lex-index-group {
      padding: 0 2%; } }
  /* line 6, ../scss/_product-index.scss */
  .lex-index-group .lex-index-heading {
    font-size: 12px;
    font-weight: bold;
    margin: 0; }
    /* line 10, ../scss/_product-index.scss */
    .lex-index-group .lex-index-heading:before {
      content: url("../images/img_red_arrow.gif");
      margin-right: 3px; }
  /* line 15, ../scss/_product-index.scss */
  .lex-index-group .lex-index-item {
    float: left;
    width: 31%;
    padding: 10px 45px;
    border-bottom: 1px solid #eeeeee;
    margin-right: 0%; }
    @media only screen and (max-width: 943px) {
      /* line 15, ../scss/_product-index.scss */
      .lex-index-group .lex-index-item {
        padding: 1% 3% 1% 0;
        width: 48%;
        margin-right: 2%; }
        /* line 26, ../scss/_product-index.scss */
        .lex-index-group .lex-index-item:nth-child(even) {
          margin-right: 0px; } }
    @media only screen and (max-width: 480px) {
      /* line 15, ../scss/_product-index.scss */
      .lex-index-group .lex-index-item {
        width: 100%;
        margin: 0;
        padding: 2% 3%; } }
  /* line 36, ../scss/_product-index.scss */
  .lex-index-group p {
    margin: 0; }

/* line 43, ../scss/_product-index.scss */
.ie8 .lex-filter select, .ie9 .lex-filter select {
  background-image: none;
  padding: 0px 0px 0px 5px; }
  /* line 46, ../scss/_product-index.scss */
  .ie8 .lex-filter select option, .ie9 .lex-filter select option {
    padding-left: 5px; }

/* line 52, ../scss/_product-index.scss */
.lex-filter {
  padding: 20px 0px 10px;
  margin-left: 45px;
  width: auto;
  margin-right: 45px;
  border-bottom: 2px solid #eeeeee;
  position: relative; }
  /* line 59, ../scss/_product-index.scss */
  .lex-filter .left {
    float: left; }
  /* line 62, ../scss/_product-index.scss */
  .lex-filter .right {
    position: relative;
    display: inline-block;
    top: 3px; }
    @media only screen and (max-width: 943px) {
      /* line 62, ../scss/_product-index.scss */
      .lex-filter .right {
        display: block;
        position: absolute;
        top: 22px;
        right: 0px; } }
    @media only screen and (max-width: 550px) {
      /* line 62, ../scss/_product-index.scss */
      .lex-filter .right {
        position: relative;
        display: inline-block;
        top: 3px; } }
  /* line 79, ../scss/_product-index.scss */
  .lex-filter span, .lex-filter ul, .lex-filter ol, .lex-filter p, .lex-filter label, .lex-filter li {
    font-size: 18px;
    font-weight: bold; }
    /* line 82, ../scss/_product-index.scss */
    .lex-filter span.filter-label, .lex-filter ul.filter-label, .lex-filter ol.filter-label, .lex-filter p.filter-label, .lex-filter label.filter-label, .lex-filter li.filter-label {
      margin-bottom: 15px;
      margin-right: 10px;
      margin-top: 5px; }
  /* line 88, ../scss/_product-index.scss */
  .lex-filter select {
    background: #2f3035 url(../images/arrow_down.png) no-repeat 85% center;
    background-size: 12px;
    color: white;
    padding: 3px 40px 3px 20px;
    font-size: 10px;
    line-height: 12px;
    border: 1px solid #a0a0a0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
    -moz-osx-font-smoothing: auto;
    letter-spacing: 0.5px;
    position: relative; }
    /* line 106, ../scss/_product-index.scss */
    .lex-filter select option {
      -moz-osx-font-smoothing: auto;
      left: 20px;
      display: block;
      padding: 5px 40px 5px 20px; }
  /* line 117, ../scss/_product-index.scss */
  .lex-filter select::-ms-expand {
    display: none; }
  @media only screen and (max-width: 943px) {
    /* line 121, ../scss/_product-index.scss */
    .lex-filter span, .lex-filter ul, .lex-filter ol, .lex-filter p, .lex-filter label, .lex-filter li {
      display: inline-block;
      margin-right: 10%; }
    /* line 125, ../scss/_product-index.scss */
    .lex-filter select {
      background-image: url(../images/select_carrot_mobile.gif);
      padding: 5px 40px 5px 20px;
      margin-left: 2.5%; } }
  @media only screen and (max-width: 400px) {
    /* line 151, ../scss/_product-index.scss */
    .lex-filter select {
      width: 60%;
      margin: 1% 0; } }

/* line 158, ../scss/_product-index.scss */
.lex-loader {
  margin: 20px 0;
  text-align: center; }

/* line 162, ../scss/_product-index.scss */
.product_index_dropdown {
  z-index: 20;
  width: 150px;
  display: inline-block;
  position: relative;
  height: 24px;
  margin-bottom: 10px; }
  /* line 169, ../scss/_product-index.scss */
  .product_index_dropdown.first_dropdown {
    z-index: 21; }
  /* line 172, ../scss/_product-index.scss */
  .product_index_dropdown.inactive {
    display: none; }
  /* line 175, ../scss/_product-index.scss */
  .product_index_dropdown .product_index_list {
    display: none;
    list-style-image: none;
    list-style-type: none;
    background: #302F35;
    width: 150px;
    position: absolute;
    margin: 0px;
    top: 24px;
    padding-left: 0px;
    cursor: pointer; }
    /* line 186, ../scss/_product-index.scss */
    .product_index_dropdown .product_index_list.active {
      display: block; }
    /* line 189, ../scss/_product-index.scss */
    .product_index_dropdown .product_index_list .product_index_item {
      color: white;
      font-size: 12px;
      padding-left: 15px;
      padding-bottom: 3px;
      padding-top: 3px;
      display: block !important; }
      /* line 196, ../scss/_product-index.scss */
      .product_index_dropdown .product_index_list .product_index_item a {
        color: white; }
      /* line 199, ../scss/_product-index.scss */
      .product_index_dropdown .product_index_list .product_index_item:hover {
        background-color: white; }
        /* line 201, ../scss/_product-index.scss */
        .product_index_dropdown .product_index_list .product_index_item:hover a {
          color: #302F35; }
  /* line 207, ../scss/_product-index.scss */
  .product_index_dropdown .product_index_dropdown_heading {
    border: 0px;
    outline: none;
    background: #302F35;
    border-radius: 0px;
    position: absolute;
    top: 0px;
    width: 150px;
    text-align: left;
    font-size: 12px;
    color: #FFF;
    padding: 5px 5px 5px 15px;
    font-weight: 400;
    -moz-osx-font-smoothing: auto; }
    /* line 221, ../scss/_product-index.scss */
    .product_index_dropdown .product_index_dropdown_heading .product_index_arrow_down {
      display: inline-block;
      margin-left: 8px;
      font-size: 18px;
      font-weight: bold;
      vertical-align: top;
      margin-top: 2px;
      float: right;
      margin-right: 8px; }
      /* line 230, ../scss/_product-index.scss */
      .product_index_dropdown .product_index_dropdown_heading .product_index_arrow_down img {
        width: 8px;
        height: 10px; }

/* misc */
.indent20 {
  margin-left:20px;
}
.indent40 {
  margin-left:40px;
}


/* Added for Embedded contact form for solution line pages /risk/intl/  */
.lex-main #MULTICONTACT input[type='text'],
.lex-main #MULTICONTACT #Country,
.lex-main #MULTICONTACT #Comments{
                width:210px !important;
                font-size:11px;
}
.lex-main #MULTICONTACT input[type='text']{
                height:23px;
                margin-bottom:5px; 
				padding:3px;				
}
.lex-main #MULTICONTACT #Country{
                margin-bottom:5px;
                height:23px;
}
.lex-main #MULTICONTACT #Comments{
                resize:none;
                padding:2px;
}
.lex-main #MULTICONTACT .offers{
                font-size:13px;
				padding:0;
				margin:0 0 10px 0;
				width:210px;
}




/* Added by JB for ROW site */
.contact-container ul {margin-left:0px;}
.contact-container li.contact {list-style-image: url("/risk/international/images/contact.png"); margin-left:15px;}
.contact-container li.phone {list-style-image: url("/risk/international/images/phone.png"); margin-left:15px}
.contact-container li.email {list-style-image: url("/risk/international/images/email.png"); margin-left:15px}
.contact-container li.apac {list-style-image: url("/risk/international/images/apac.png"); margin-left:15px;}
.contact-container li.latam {list-style-image: url("/risk/international/images/latam.png"); margin-left:15px;}
.contact-container li.emea {list-style-image: url("/risk/international/images/emea.png"); margin-left:15px;}
.contact-container li.inquiries {list-style-image: url("/risk/international/images/inquiries.png"); margin-left:15px;}
.contact-container li {padding-bottom:5px;}
/* .contact-container li a {padding-left:10px;}
.phone span{padding-left:10px;} */

/* End addition by JB for ROW site *?