/* ------------------------------------ =reset -- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}
iframe {
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
}

li.page-sharing {
  display: none;
}

ul {
  list-style: none;
}
li {
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
a:hover, a:active, a:focus {
outline: 0;
}
.responsive-image {
  max-width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  word-wrap: break-word;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

input, select {
  vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}


/* ------------------------------------ =basic -- */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie8 * {
  behavior: url("js/boxsizing.htc");
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6 {
  /* override bootstrap */
  font: normal 400;
  font-family: "Whitney SSm A", "Whitney SSm B", "Trebuchet MS", sans-serif !important;
}

h3.content-block {
margin-top: 20px;
}

body {
  min-height: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #484848;
  background-color: white;
  /*position: relative;*/
  overflow-x: hidden;
}
/*body:before, body:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(102, 0, 102, 0.3);
  z-index: 21;
}
body:after {
  top: auto;
  bottom: 0;
}*/

a {
  color: #3798d8;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
a:hover, a.hovered {
  color: #62aee0;
  text-decoration: none;
}

h2.subtitle a:hover, h2.subtitle a.hovered {
  color: #3798d8 !important;
}

.download-large {
font-size: 20px;
}


.skip {
  position: absolute;
  left: -100%;
  /*visibility: hidden;*/
}

.page-container {
  min-height: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  background: white;
}
.page-container.home {
  background: white url("../../../images/pattern.png") repeat 0 0;
}

.page-content {
  padding: 20px 0;
}
.button, .supplier-company-classification {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 20px;
  color: white;
  background: #3798d8;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 20px 10px;
  }

  .supplier-company-classification {
    cursor: default !important;
  }
  .select-container select {
  margin: 0 0 0 20px;
  }
.small {
font-size: 10px;
line-height: 12px;
}

.order { font-size: 14px; color:#002664 }


@media all and (min-width: 720px) {
  .page-container {
    padding: 0 30px;
  }
.page-content {
 padding: 40px 0;
}
}
@media all and (min-width: 960px) {
  body {
    background-image: -webkit-linear-gradient(top, #aecbde 0, white 800px, white 100%);
    background-image: -moz-linear-gradient(top, #aecbde 0, white 800px, white 100%);
    background-image: -ms-linear-gradient(top, #aecbde 0, white 800px, white 100%);
    background-image: linear-gradient(top, #aecbde 0, white 800px, white 100%);
    background-repeat: no-repeat;
  }

  .page-container {
    -webkit-box-shadow: 0 0 70px rgba(50, 99, 131, 0.25);
    box-shadow: 0 0 70px rgba(50, 99, 131, 0.25);
  }
}


tr.alterrowlightblue td {
background: #eee;
}

tr.titlerow th {
background: #002664;
color: #fff;
padding: 5px;
}

th.titlerow {
background: #002664;
color: #fff;
padding: 5px;
}

table.data-table {
width: 100% !important;
}

table.data-table td {
padding: 5px;
}

.exportRed {
color: #bf0d3c;
text-align: right;
}

.data-cell-right {
text-align: right;
}

p.note {
margin-top: 10px;
}

/* ------------------------------------ =typography, =formatted -- */

.page-subsection {
  padding: 5px 0;
  margin-bottom: 9px;
  font-size: 14px;
  text-transform: uppercase;
  color: #660066;
  border-bottom: 1px solid #eeeeee;
}

.subtitle {
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 21px;
  line-height: 40px;
  font-weight: 400;
  color: #660066;
}

.subtitle-2 {
  font-size: 18px;
  font-weight: 700;
  color: #660066;
}

.subtitle-3 {
  font-size: 14px;
  font-weight: 700;
  color: #660066;
  margin-bottom: 10px;
}

.item-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.item-title .membersOnly {
  display: inline-block;
  margin-left: 3px;
}
.item-title .membersOnly, .item-title .membersOnly img {
  max-width: 14px;
}
.event-list .item-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #606;
  margin-bottom: 10px;
}

.item-title a:hover {
  color: #660066;
}
.item-title.small {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 7px;
}

.item-category {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #606;
  font-size: 12px;
  text-transform: uppercase;
}
.item-category, .item-category a {
  color: #606;
}

.item-time {
  display: inline-block;
  font-style: italic;
  opacity: 0.8;
}

.item-summary {
  color: #484848;
  font-size: 14px;
}

.formatted {
  font-size: 15px;
}
.formatted p, .formatted ol, .formatted ul, .formatted h1, .formatted h2, .formatted h3, .formatted h4, .formatted h5, .formatted h6 {
  margin-bottom: 20px;
}
.formatted p:last-child, .formatted ol:last-child, .formatted ul:last-child {
  margin-bottom: 0;
}
.formatted ol, .formatted ul {
  margin-left: 2em;
}
.formatted ul, .formatted ul li {
  list-style-type: disc;
}
.formatted ol, .formatted ol li {
  list-style-type: decimal;
}
.formatted h1, .formatted h2, .formatted h3, .formatted h4, .formatted h5, .formatted h6 {
  text-rendering: optimizeLegibility;
  color: #002664;
  font-weight: 400;
}
.formatted h5 {
  font-weight: 700;
}
.formatted h4 {
  font-size: 16px;
}
.formatted h3 {
  font-size: 18px;
}
.formatted h2 {
  font-size: 21px;
}
.formatted h1 {
  font-size: 25px;
  line-height: 30px;
}
.formatted a {
  word-wrap: break-word;
}
.formatted table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.formatted td, .formatted th {
  padding: 5px 0;
}
.formatted .titlerow {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.striped td, .striped th {
  padding: 5px 10px;
}
.striped tr:nth-child(2n) {
  background: #eee;
  color: #505050;  /* retain contrast against bg */
}


.formatted img {
max-width: 100%;
height: auto;
}


.page-title, h1.page-title {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}
@media all and (min-width: 720px) {
  .page-title, h1.page-title {
    font-size: 30px;
    line-height: 40px;
  }

  .subtitle {
    font-size: 25px;
  }

  .item-title {
    font-size: 21px;
  }
}
@media all and (min-width: 720px) {
  .page-title, h1.page-title {
    font-size: 38px;
    line-height: 50px;
  }
}


/* ------------------------------------ =grids -- */

.grid {
  display: block;
  padding: 0;
  margin-right: -20px;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  text-rendering: optimizespeed;
  text-align: center;
}

.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -moz-inline-box;
  display: inline-block;
  padding: 0 20px 20px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.lt-ie8 .grid-item {
  behavior: url("js/boxsizing.htc");
}
.lt-ie8 .grid-item {
  display: inline;
  zoom: 1;
}

.grid-1-2 {
  width: 50%;
}

.grid-1-3 {
  width: 33.3%;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  margin-bottom: 40px;
}
.col-xs-1.no-margin, .col-sm-1.no-margin, .col-md-1.no-margin, .col-lg-1.no-margin, .col-xs-2.no-margin, .col-sm-2.no-margin, .col-md-2.no-margin, .col-lg-2.no-margin, .col-xs-3.no-margin, .col-sm-3.no-margin, .col-md-3.no-margin, .col-lg-3.no-margin, .col-xs-4.no-margin, .col-sm-4.no-margin, .col-md-4.no-margin, .col-lg-4.no-margin, .col-xs-5.no-margin, .col-sm-5.no-margin, .col-md-5.no-margin, .col-lg-5.no-margin, .col-xs-6.no-margin, .col-sm-6.no-margin, .col-md-6.no-margin, .col-lg-6.no-margin, .col-xs-7.no-margin, .col-sm-7.no-margin, .col-md-7.no-margin, .col-lg-7.no-margin, .col-xs-8.no-margin, .col-sm-8.no-margin, .col-md-8.no-margin, .col-lg-8.no-margin, .col-xs-9.no-margin, .col-sm-9.no-margin, .col-md-9.no-margin, .col-lg-9.no-margin, .col-xs-10.no-margin, .col-sm-10.no-margin, .col-md-10.no-margin, .col-lg-10.no-margin, .col-xs-11.no-margin, .col-sm-11.no-margin, .col-md-11.no-margin, .col-lg-11.no-margin, .col-xs-12.no-margin, .col-sm-12.no-margin, .col-md-12.no-margin, .col-lg-12.no-margin {
  margin-bottom: 0;
}

.col-xs-1.small-margin, .col-sm-1.small-margin, .col-md-1.small-margin, .col-lg-1.small-margin, .col-xs-2.small-margin, .col-sm-2.small-margin, .col-md-2.small-margin, .col-lg-2.small-margin, .col-xs-3.small-margin, .col-sm-3.small-margin, .col-md-3.small-margin, .col-lg-3.small-margin, .col-xs-4.small-margin, .col-sm-4.small-margin, .col-md-4.small-margin, .col-lg-4.small-margin, .col-xs-5.small-margin, .col-sm-5.small-margin, .col-md-5.small-margin, .col-lg-5.small-margin, .col-xs-6.small-margin, .col-sm-6.small-margin, .col-md-6.small-margin, .col-lg-6.small-margin, .col-xs-7.small-margin, .col-sm-7.small-margin, .col-md-7.small-margin, .col-lg-7.small-margin, .col-xs-8.small-margin, .col-sm-8.small-margin, .col-md-8.small-margin, .col-lg-8.small-margin, .col-xs-9.small-margin, .col-sm-9.small-margin, .col-md-9.small-margin, .col-lg-9.small-margin, .col-xs-10.small-margin, .col-sm-10.small-margin, .col-md-10.small-margin, .col-lg-10.small-margin, .col-xs-11.small-margin, .col-sm-11.small-margin, .col-md-11.small-margin, .col-lg-11.small-margin, .col-xs-12.small-margin, .col-sm-12.small-margin, .col-md-12.small-margin, .col-lg-12.small-margin {
  margin-bottom: 10px;
}

@media all and (min-width: 470px) {
  .grid-1-2-s {
    width: 50%;
  }

  .grid-1-3-s {
    width: 33.3%;
  }
  .grid-2-3-s {
    width: 66.6%;
  }
}
@media all and (min-width: 720px) {
  .grid-1-2-m {
    width: 50%;
  }

  .grid-1-3-m {
    width: 33.3%;
  }
  .grid-2-3-m {
    width: 66.6%;
  }
}
@media all and (min-width: 960px) {
  .grid-1-2-l {
    width: 50%;
  }

  .grid-1-3-l {
    width: 33.3%;
  }
}


/* ------------------------------------ =icons -- */

.icon {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lt-ie8 .icon {
  display: inline;
  zoom: 1;
}

.icon-home-globe {
  width: 50px;
  height: 50px;
  background-image: url("../../../images/icon-home-globe.png");
}

.icon-home-handshake {
  width: 64px;
  height: 36px;
  background-image: url("../../../images/icon-home-handshake.png");
}

.icon-home-graph {
  width: 49px;
  height: 47px;
  background-image: url("../../../images/icon-home-graph.png");
}

.icon-social {
  height: 16px;
  background-image: url("../../../images/icons-social.png");
}

.icon-share {
  width: 17px;
  background-position: 0 0;
  cursor: pointer;
}

.icon-print {
  width: 18px;
  background-position: -25px 0;
}

.icon-tw {
  width: 18px;
  background-position: -50px 0;
}

.icon-yt {
  width: 29px;
  background-position: -75px 0;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon-home-globe {
    background-image: url("../../../images/icon-home-globe@2x.png");
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
  }

  .icon-home-handshake {
    background-image: url("../../../images/icon-home-handshake@2x.png");
    -webkit-background-size: 64px 36px;
    -moz-background-size: 64px 36px;
    background-size: 64px 36px;
  }

  .icon-home-graph {
    background-image: url("../../../images/icon-home-graph@2x.png");
    -webkit-background-size: 49px 47px;
    -moz-background-size: 49px 47px;
    background-size: 49px 47px;
  }

  .icon-social {
    background-image: url("../../../images/icons-social@2x.png");
    -webkit-background-size: 125px 16px;
    -moz-background-size: 125px 16px;
    background-size: 125px 16px;
  }
}


/* ------------------------------------ =components -- */

.no-js .if-js {
  display: none;
}

.block {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.content-block {
  margin-bottom: 20px;
}
.content-block-top {
  margin-top: 20px;
}
.layout-block {
  margin-bottom: 40px;
}
.layout-block-top {
  margin-top: 40px;
}
.margin-small {
  margin-bottom: 10px;
}
.margin-small-top {
  margin-top: 10px;
}
.no-margin {
  margin-bottom: 0 !important;
}

.img-left, .img-right {
  display: block;
  /*max-width: 100%;*/
  max-width: 50%;
}
.img-left {
  float: left;
  margin: 0 20px 10px 0;
}
.img-right {
  float: right;
  margin: 0 0 10px 20px;
}
.img-left img, .img-right img {
  display: block;
  max-width: 100%;
}

.img-left img.event-image {
  max-width: 150px;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

.padding {
  padding: 20px;
}
.padding-small {
  padding: 10px !important;
}

.override-bootstrap {
  /* override bootstrap grids' margins and padding */
  margin: 0 !important;
  padding: 0 !important;
}

.button {
 margin: 0 0 0 20px;
}
.lt-ie8 .button {
  display: inline;
  zoom: 1;
}
.button {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 20px;
  color: white;
  background: #3798d8;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 20px 10px;
}
.button.large {
  padding: 10px 40px;
}
.button:hover, .button:focus {
  color: white;
  background: #4ca3dc;
  -webkit-box-shadow: 0 0 0 2px #606, inset 0 1px 0 0 rgba(255,255,255,0.5), inset 0 -1px 0 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 0 2px #606, inset 0 1px 0 0 rgba(255,255,255,0.5), inset 0 -1px 0 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 0 2px #606, inset 0 1px 0 0 rgba(255,255,255,0.5), inset 0 -1px 0 0 rgba(0,0,0,0.15);
}
.button.color-2 {
  font-weight: 700;
  color: #3798d8;
  background: #eeeeee;
}
.button.color-2:hover, .button.color-2:focus {
  color: white;
  background: #660066;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.button.color-2.event-calendar-button {
  float: right;
  margin-right: 18px;
  font-weight: normal;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  background: #3798d8;
}

.button.color-2.event-calendar-button:hover {
  color: #fff;
  background: #660066;
}

@media all and (max-width: 479px) {
  .button.color-2.event-calendar-button {
    float: none;
    margin-top: 24px;
    margin-right: 0;
  }
}

.button .disclose {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.small {
  font-size: 10px;
  line-height: 12px;
}

.disclose {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border: 2px solid #3798d8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.lt-ie8 .disclose {
  display: inline;
  zoom: 1;
}
.disclose:before {
  content: "\003e";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -0.2em;
  line-height: 1em;
  color: #3798d8;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.disclose.down:before {
  content: "v";
}
.csstransforms .disclose:before {
  content: "";
  width: 30%;
  height: 30%;
  margin: 0;
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
  -moz-transform: translate(-65%, -50%) rotate(45deg);
  -ms-transform: translate(-65%, -50%) rotate(45deg);
  -o-transform: translate(-65%, -50%) rotate(45deg);
  transform: translate(-65%, -50%) rotate(45deg);
  border: solid #3798d8;
  border-width: 2px 2px 0 0;
}
.csstransforms .disclose.down:before {
  content: "";
  -webkit-transform: translate(-50%, -65%) rotate(135deg);
  -moz-transform: translate(-50%, -65%) rotate(135deg);
  -ms-transform: translate(-50%, -65%) rotate(135deg);
  -o-transform: translate(-50%, -65%) rotate(135deg);
  transform: translate(-50%, -65%) rotate(135deg);
}
.disclose.plus-minus:before, .csstransforms .disclose.plus-minus:before {
  content: "+";
  width: auto;
  height: auto;
  margin-top: -0.5em;
  margin-left: -0.3em;
  font-size: 1.25em;
  font-weight: 700;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border: none;
}
.disclose.plus-minus.active:before, .csstransforms .disclose.plus-minus.active:before {
  content: "\2013";
  margin-left: -0.2em;
}
.disclose:hover, a:hover .disclose, .hovered .disclose {
  border-color: #660066;
  background: #660066;
}
.disclose:hover:before, a:hover .disclose:before, .hovered .disclose:before {
  color: white;
}
.csstransforms .disclose:hover:before, .csstransforms a:hover .disclose:before, .csstransforms .hovered .disclose:before {
  border-color: white;
}
.disclose.light {
  border-color: white;
}
.disclose.light:before {
  color: white;
}
.csstransforms .disclose.light:before {
  border-color: white;
}
.disclose.light:hover, a:hover .disclose.light {
  border-color: white;
  background: transparent;
}

.more {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  text-transform: uppercase;
}
.lt-ie8 .more {
  display: inline;
  zoom: 1;
}
.more .disclose {
  margin-left: 5px;
}
.more:hover {
  color: #660066;
}

.img-border {
  border: 1px solid #ddd;
}

.tag {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
}
.tag:hover {
  border-color: #606;
  color: #fff;
  background: #606;
}

.page-contents-nav {
  margin-bottom: 30px;
}
.page-contents-nav a {
  display: block;
  margin-bottom: 10px;
}

.article-back {
  display: inline-block;
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 20px;
}
.subtitle + .article-back {
  margin-bottom: 10px;
  position: relative;
  top: -10px;
}

.content-box {
  background: white;
  padding: 20px 20px 40px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 38, 100, 0.4);
  -moz-box-shadow: 0 4px 14px rgba(0, 38, 100, 0.4);
  box-shadow: 0 4px 14px rgba(0, 38, 100, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.content-box.override-bootstrap {
  padding: 20px !important;
}
.content-box.alt {
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 38, 100, 0.2);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 38, 100, 0.2);
  box-shadow: 0 1px 2px 1px rgba(0, 38, 100, 0.2);
}
.content-box.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* new 'more' positioning after-the-fact */
.content-box > .align-center:last-child {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.hover-box.hovered {
  background: #ffecbb;
}

.box-title-container {
  padding: 10px 20px;
  margin: -20px -20px 20px;
  background: #d6e5ef;
}

.item-list > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.item-list > li + li {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.item-list.compact > li:first-child {
  padding-top: 0;
}
.item-list.compact > li:last-child {
  padding-bottom: 0;
}

.item-list--columns > li + li {
  border-top: 0;
  margin-top: 0;
}
@media all and (min-width: 720px) {
  .item-list--columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media all and (min-width: 960px) {
  .item-list--columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .item-list--columns > li {
    padding-top: 6px!important;
    padding-bottom: 6px!important;
  }
}

.select-container, .select-container select {
  display: inline-block;
  color: white;
  background: #3798d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  font-size: 15px !important;
  line-height: 20px !important;
}

.select-container {
  padding: 5px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.select-container select {
  /*width: 190px;*/
  width: 120%;
  height: 20px;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.csstransforms .select-container:before, .csstransforms .select-container:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
.csstransforms .select-container:before {
  width: 1px;
  right: 30px;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.csstransforms .select-container:after {
  width: 5px;
  height: 5px;
  top: 50%;
  right: 12.5px;
  margin-top: -5px;
  -webkit-transform: scale(1.5, 0.9) rotate(45deg);
  -moz-transform: scale(1.5, 0.9) rotate(45deg);
  -ms-transform: scale(1.5, 0.9) rotate(45deg);
  -o-transform: scale(1.5, 0.9) rotate(45deg);
  transform: scale(1.5, 0.9) rotate(45deg);
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0.85;
}

.article-overview .item-summary {
  margin: 10px 0;
}

.js .toggle-target {
  display: none;
}
.js .toggle-target.active {
  display: block;
}

.fade-image {
  position: relative;
}
.fade-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(left, rgba(36, 125, 184, 0.92) 0, rgba(36, 125, 184, 0.85) 50%, rgba(36, 125, 184, 0) 90%);
  background-image: -moz-linear-gradient(left, rgba(36, 125, 184, 0.92) 0, rgba(36, 125, 184, 0.85) 50%, rgba(36, 125, 184, 0) 90%);
  background-image: -ms-linear-gradient(left, rgba(36, 125, 184, 0.92) 0, rgba(36, 125, 184, 0.85) 50%, rgba(36, 125, 184, 0) 90%);
  background-image: linear-gradient(left, rgba(36, 125, 184, 0.92) 0, rgba(36, 125, 184, 0.85) 50%, rgba(36, 125, 184, 0) 90%);
}
.fade-image img {
  width: 100%;
}
.fade-image .description {
  max-width: 100%;
  position: absolute;
  left: 10px;
  top: 20px;
}
.fade-image .description p {
margin-bottom: 5px;
}
.fade-image .description a {
  color: #fff;
  text-decoration: underline;
}
.csstransforms .fade-image .description {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
    color: #fff;
    font-size: 9px;
  line-height: 13px;
}

.no-js .generic-tabs .tab {
  display: none;
}
.js .generic-tabs .pane {
  display: none;
}
.js .generic-tabs .pane.active {
  display: block;
}
.generic-tabs .tab {
  display: inline-block;
  vertical-align: bottom;
  max-width: 40%;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  background: #f4f4f4;
  word-wrap: break-word;
  position: relative;
  top: 1px;
}
.generic-tabs .tab.active {
  border-bottom-color: #fff;
  background: #fff;
  z-index: 3;
}
.generic-tabs .pane {
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 3px 3px 3px;
  position: relative;
  z-index: 2;
}

.generic-slideshow {
  position: relative;
  overflow: hidden;
}
.generic-slideshow .pane {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: left 0.4s ease, z-index 0s linear;
  -moz-transition: left 0.4s ease, z-index 0s linear;
  -ms-transition: left 0.4s ease, z-index 0s linear;
  -o-transition: left 0.4s ease, z-index 0s linear;
  transition: left 0.4s ease, z-index 0s linear;
}
.generic-slideshow .pane:first-child {
  position: relative;
}
.generic-slideshow .pane.active {
  z-index: 4;
}
.generic-slideshow .pane.prev, .generic-slideshow .pane.next {
  -webkit-transition: left 0.4s ease, z-index 0s linear 0.3s;
  -moz-transition: left 0.4s ease, z-index 0s linear 0.3s;
  -ms-transition: left 0.4s ease, z-index 0s linear 0.3s;
  -o-transition: left 0.4s ease, z-index 0s linear 0.3s;
  transition: left 0.4s ease, z-index 0s linear 0.3s;
  z-index: 3;
}
.generic-slideshow .pane.prev {
  left: -100%;
}
.generic-slideshow .pane.next {
  left: 100%;
}
.generic-slideshow .pane img {
  width: 100%;
}
.generic-slideshow .pane-description, .generic-slideshow .pane-action {
  display: none;
}
.generic-slideshow .tab, .item-slider-dot {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 2.5px solid #3798d8;
  margin: 0 3px;
  background: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 2px white;
  -moz-box-shadow: 0 0 0 2px white;
}
.lt-ie8 .generic-slideshow .tab, .lt-ie8 .item-slider-dot {
  display: inline;
  zoom: 1;
}
.generic-slideshow .tab.active, .item-slider-dot.current {
  background: #3798d8;
}
.generic-slideshow .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  color: white;
  background-image: -webkit-linear-gradient(left, rgba(36, 125, 184, 0.92) 0, rgba(36, 125, 184, 0.85) 50%, rgba(36, 125, 184, 0) 90%);
  background-image: -moz-linear-gradient(left, rgba(36, 125, 184, 0.92) 0, rgba(36, 125, 184, 0.85) 50%, rgba(36, 125, 184, 0) 90%);
  background-image: -ms-linear-gradient(left, rgba(36, 125, 184, 0.92) 0, rgba(36, 125, 184, 0.85) 50%, rgba(36, 125, 184, 0) 90%);
  background-image: linear-gradient(left, rgba(36, 125, 184, 0.92) 0, rgba(36, 125, 184, 0.85) 50%, rgba(36, 125, 184, 0) 90%);
}
.generic-slideshow .pane-title {
  font-weight: 400;
  font-size: 16px;
}
.generic-slideshow .tabs-nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 5;
}
.generic-slideshow .tabs-prev, .generic-slideshow .tabs-next, .item-slider-prev, .item-slider-next {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: white;
  font-weight: 700;
  -webkit-transform: scale(0.9, 1.5) rotate(45deg);
  -moz-transform: scale(0.9, 1.5) rotate(45deg);
  -ms-transform: scale(0.9, 1.5) rotate(45deg);
  -o-transform: scale(0.9, 1.5) rotate(45deg);
  transform: scale(0.9, 1.5) rotate(45deg);
  border: solid white;
  z-index: 5;
  opacity: 0.65;
}
.generic-slideshow .tabs-prev, .item-slider-prev {
  border-width: 0 0 2px 2px;
  left: 10px;
}
.generic-slideshow .tabs-next, .item-slider-next {
  border-width: 2px 2px 0 0;
  right: 10px;
}

.speakers-slideshow, .speakers-slideshow .pane {
  background: #eee;
}
.speakers-slideshow .pane {
  padding: 20px 40px 40px;
}
.speakers-slideshow .subtitle-2 {
  margin-bottom: 10px;
}
.speakers-slideshow .img-right {
  max-width: 25%;
}
.speakers-slideshow .tabs-next, .speakers-slideshow .tabs-prev {
  border-color: #3798d8;
}

.table-horiz th, .table-horiz td {
  padding: 5px;
}
.table-horiz th[scope=row] {
  text-align: left;
}
.table-horiz tr:nth-child(2n) th, .table-horiz tr:nth-child(2n) td {
  background: #eeeeee;
}

.item-slider {
  padding: 20px;
  border: 1px solid #ccc;
  background: #eee;
  overflow: hidden;
}
.item-slider-wrapper {
  position: relative;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.item-slider .item {
  float: left;
  padding-right: 20px;
  width: 200px;
  position: relative;
}
.item-slider-nav {
  padding: 20px 0 0;
  text-align: center;
}
.item-slider-dots, .item-slider-prev, .item-slider-next {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.item-slider-prev, .item-slider-next {
  margin: 0;
  border-color: #3798d8;
  outline: none !important;
  -webkit-transform: scale(0.6, 1) rotate(45deg);
  -moz-transform: scale(0.6, 1) rotate(45deg);
  -ms-transform: scale(0.6, 1) rotate(45deg);
  -o-transform: scale(0.6, 1) rotate(45deg);
  transform: scale(0.6, 1) rotate(45deg);
}
.item-slider .content-box {
  margin: 0;
}
.item-slider .hover-info-container {
  width: 100%;
  position: absolute;
  left: 100%;
  margin-left: 10px;
  top: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, margin 0.2s ease, visiblity 0s linear 0.2s;
}
.item-slider .right .hover-info-container {
  left: auto;
  right: 100%;
  margin-left: 0;
  padding-right: 10px;
  margin-right: 20px;
}
.item-slider .item:hover .hover-info-container {
  margin-left: -10px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease 0.75s, margin 0.2s ease 0.75s, visiblity 0s linear 0.75s;
}
.item-slider .item.right:hover .hover-info-container {
  margin-right: 0;
}
.item-slider .hover-info {
  padding: 20px 10px;
  font-size: 12px;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
  position: relative;
}
.item-slider .right .hover-info {
  margin-left: -10px;
}
.item-slider .hover-info:before, .item-slider .hover-info:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 100%;
  top: 20px;
  border: 15px solid transparent;
  border-left-width: 0;
  border-right-color: #fff;
  z-index: 10;
}
.item-slider .hover-info:after {
  margin-top: -1px;
  border-width: 17px 17px 17px 0;
  border-right-color: #d4d4d4;
  z-index: 9;
}
.item-slider .right .hover-info:before, .item-slider .right .hover-info:after {
  right: auto;
  left: 100%;
  border-left-width: 15px;
  border-right-width: 0;
  border-right-color: transparent;
  border-left-color: #fff;
}
.item-slider .right .hover-info:after {
  border-left-width: 17px;
  border-left-color: #d4d4d4;
}
.item-slider .hover-info {
  font-size: 11px;
}
.item-slider .hover-info time {
  display: block;
  opacity: 0.8;
  margin-bottom: 10px;
}
@media all and (min-width: 420px) {
.fade-image .description {
  max-width: 80%;
 }
.csstransforms .fade-image .description  {
font-size: 12px;
line-height: 18px;
}
}
@media all and (min-width: 470px) {
  .generic-slideshow .info {
    padding: 20px 20% 20px 40px;
  }
  .generic-slideshow .pane-title {
    font-size: 21px;
  }
  .generic-slideshow .pane-action {
    display: block;
    margin-top: 20px;
  }

  .item-list > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .item-list.compact > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-contents-nav a {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
  .page-contents-nav.compact a {
    width: 31%;
}
}


@media all and (max-width: 719px) {
  .shared-height {
    min-height: none !important;
  }

  .content-box {
    margin-left: -20px;
    margin-right: -20px;
  }
}


  .bounds-1 {
    padding: 20px;
    background: #eeeeee;
    background-image: -o-linear-gradient(-45deg, rgba(55, 152, 216, 0.8) 0, rgba(55, 152, 216, 0.8) 10%, transparent 10%, transparent 100%);
    background-size: 5px 5px;
  }



@media all and (min-width: 960px) {
  .generic-slideshow .pane-title {
    font-size: 25px;
    line-height: 40px;
  }
  .generic-slideshow .pane-description {
    display: block;
    margin-top: 20px;
  }
}


/* ------------------------------------ =header, =nav -- */

.rd-page-header {
  padding: 20px 20px 0;
  margin-left: -20px;
  margin-right: -20px;
  background: white;
  position: relative;
  z-index: 10;
}
.rd-page-header:before {
  content: "";
  display: block;
  width: 300%;
  height: 5px;
  position: absolute;
  left: -100%;
  top: 0;
  background: rgba(102, 0, 102, 0.3);
  z-index: 21;
}

.page-nav {
  position: relative;
  z-index: 20;
}

.page-logo {
  max-width: 300px;
  height: 60px;
  float: left;
}

.page-offsite {
  display: block;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  color: white;
  background: #002664;
}
.page-offsite:hover {
  color: white;
  background: #3798d8;
}

a.page-offsite {
  color: white;
}

/*language links*/
.lang-link {
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  color: #333;
  background: transparent;
}

.page-offsite-es a:hover {
  color: #511446;
  background: transparent;
}

.page-social {
  white-space: nowrap;
  position: absolute;
  right: 20px;
  top: 50px;
}
.page-social li {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}

.page-social li.page-sharing {
  display: none;
}


.lt-ie8 .page-social li {
  display: inline;
  zoom: 1;
}
.page-social li + li {
  margin-left: 10px;
}

.header-login {
  position: absolute;
  right: 140px;
  top: 5px;
  font-size: 12px;
  font-weight: 700;
}

.header-login .dropdown {
  visibility: hidden;
  opacity: 0;
  border: 1px solid #bbbbbb;
  background-color: white;
  overflow: hidden;
  transition: opacity 0.14s ease, visibility 0s linear 0.14s;
  -webkit-transition: opacity 0.14s ease, visibility 0s linear 0.14s;
  z-index: 10;
}

.header-login > li > a {
  display: block;
  padding: 5px;
  text-align: center;
}

.header-login > li:hover > a {
  color: white;
  background-color: #3798d8;
}

.header-login li:hover .dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.14s ease, visibility 0s linear;
    transition: opacity 0.14s ease, visibility 0s linear;
}

.header-login .dropdown a {
  display: block;
  padding: 5px;
}

.header-login .dropdown > li:hover {
  background-color: #fffbf1;
}

.header-login .dropdown a:hover {
  color: #660066;
}

.header-language {
  position: absolute;
  max-width: 8.5em;
  top: 40px;
  right: 10px;
}
.header-language .select-container {
  max-width: 100%;
}

.mobile-menu-toggle, .page-search-input, .page-search-submit {
  height: 35px;
}

.mobile-menu-toggle {
  display: block;
  width: 50px;
  float: right;
  clear: left;
  margin-top: 10px;
  margin-right: -20px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background: #002664;
  border: none;
  position: relative;
  z-index: 2;
}
.mobile-menu-toggle:after {
  content: "";
  display: block;
  height: 6.66667px;
  border: solid white;
  border-width: 2px 0;
}

.page-search {
  clear: left;
  position: relative;
}

.page-search-input {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 7.5px 20px;
  border: none;
  background: transparent;
}

.page-search-submit {
  display: block;
  width: 50px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 50px;
  border: none;
  background: #660066;
}
.page-search-submit img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -9px;
}

.page-search-submit.resource-pages {
  width: 250px;
  color: #fff;
  display: block;
  font-size: 14px !important;
  margin-right: 5px;
}

@media (min-width: 720px) and (max-width: 991px) {
  .page-offsite-es {
    right: 470px;
    padding: 10px 20px;
  }

  .page-offsite-vi {
    right: 536px;
    padding: 10px 20px;
  }

  .page-offsite-ko {
    right: 355px;
    padding: 10px 20px;
  }

  .page-offsite-cn {
    right: 302px;
    padding: 10px 20px;
  }

  .page-offsite-ar {
    right: 253px;
    padding: 10px 20px;
  }

  .page-offsite-pt {
    right: 613px;
    padding: 10px 20px;
  }

  .page-offsite-ja {
    right: 413px;
    padding: 10px 20px;
  }
}

@media all and (min-width: 992px) {
  .page-offsite-vi {
    right: 595px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .page-offsite-ko {
    right: 375px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .page-offsite-cn {
    right: 312px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .page-offsite-ar {
    right: 253px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .page-offsite-pt {
    right: 690px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .page-offsite-ja {
    right: 450px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .page-offsite-es {
    right: 520px;
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media all and (max-width: 719px) {
  .page-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-nav .list-large, .page-social .print {
    display: none;
  }

  .page-offsite .disclose {
    display: none;
  }
  .lang-link {
    top: 70px;
  }

  .page-offsite-vi {
    right: 270px;
  }
  .page-offsite-cn {
    right: 50px;
  }
  .page-offsite-ar {
    right: 0px;
  }

  .page-offsite-ko {
    right: 95px;
  }

  .page-offsite-es {
    right: 205px;
  }

  .page-offsite-ja {
    right: 150px;
  }

  .page-offsite-pt {
    right: 350px;
  }

  .page-search {
    position: relative;
    top: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 100px;
    -webkit-box-shadow: inset 0 1px 0 #d4d4d4, inset 0 -1px 0 #d4d4d4;
    box-shadow: inset 0 1px 0 #d4d4d4, inset 0 -1px 0 #d4d4d4;
    background: #eeeeee;
  }

  .mobile-nav-slide {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.3, 1);
  }

  .page-nav {
    width: 0;
    position: absolute;
    right: -260px;
    top: 125px;
    bottom: 0;
    background: #002157;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: inset 5px 0 10px -5px black, inset 1px 1px 0 black;
    -moz-box-shadow: inset 5px 0 10px -5px black, inset 1px 1px 0 black;
    box-shadow: inset 5px 0 10px -5px black, inset 1px 1px 0 black;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease, width 0s linear 0.2s;
    transition: transform 0.2s ease, right 0.2s ease, width 0s linear 0.2s;
  }
  .page-nav.active {
    width: 260px;
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease, width 0s linear;
    transition: transform 0.2s ease, right 0.2s ease, width 0s linear;
  }
  .no-csstransforms .page-nav.active {
    right: 0;
  }
  .csstransforms .page-nav.active {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .page-nav.active + .mobile-nav-slide {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .page-nav a {
    display: block;
    padding: 10px 20px;
    color: #c3e0f3;
  }
  .page-nav a:hover, .page-nav a:focus {
    color: #fff;
  }
  .page-nav .current > a {
    background: #5c1e7c;
    color: white;
  }
  .page-nav li {
    border-bottom: 1px solid #4c6792;
    min-height: 0 !important;
  }
  .page-nav > ul {
    overflow: hidden;
  }
  .page-nav > ul ul {
    width: 240px;
    min-height: 100%;
    position: absolute;
    right: -260px;
    top: 0;
    background: #00245f;
    -webkit-box-shadow: -4px 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -4px 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.3);
    z-index: 3;
    visibility: hidden;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease, visibility 0s linear 0.2s;
    transition: transform 0.2s ease, right 0.2s ease, visibility 0s linear 0.2s;
  }
  .page-nav > ul ul.active {
    display: block;
    visibility: visible;
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease, visibility 0s linear;
    transition: transform 0.2s ease, right 0.2s ease, visibility 0s linear;
  }
  .no-csstransforms .page-nav > ul ul.active {
    right: 0;
  }
  .csstransforms .page-nav > ul ul.active {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .page-nav > ul ul ul {
    width: 220px;
    background: #002a6e;
    z-index: 4;
  }
  .page-nav .back {
    font-style: italic;
    font-size: 12px;
    opacity: 0.8;
  }
  .page-nav .drilldown, .page-nav .back a {
    position: relative;
  }
  .csstransforms .page-nav .drilldown:before, .csstransforms .page-nav .back a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    -webkit-transform: scale(0.9, 1.5) rotate(45deg);
    -moz-transform: scale(0.9, 1.5) rotate(45deg);
    -ms-transform: scale(0.9, 1.5) rotate(45deg);
    -o-transform: scale(0.9, 1.5) rotate(45deg);
    transform: scale(0.9, 1.5) rotate(45deg);
    border: solid white;
    opacity: 0.65;
  }
  .csstransforms .page-nav .back a:before {
    left: 10px;
    border-width: 0 0 2px 2px;
  }
  .csstransforms .page-nav .drilldown:before {
    right: 10px;
    border-width: 2px 2px 0 0;
  }
  .page-nav .overview {
    font-weight: 700;
  }
}

@media all and (max-width: 289px) {
  .lang-link {
    display: none;
  }
}
@media all and (max-width: 359px) {
  /*.page-offsite-cn {
    top: 30px;
    right: 0px;
  }
  .page-offsite-ar {
    top: 30px;
    right: 50px;
  }*/
}


@media all and (min-width: 720px) {
  .page-nav .list-small {
    display: none;
  }

  .rd-page-header {
    padding: 20px 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .mobile-menu-toggle {
    display: none;
  }

  .page-logo {
    max-width: 320px;
    height: auto;
  }
  .page-logo a {
    padding-top: 10px;
  }

  .page-offsite {
    right: 30px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .page-offsite .disclose {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }

  .lang-link .disclose {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .page-social {
    right: 270px;
    top: 15px;
  }

  .header-login {
    top: 15px;
    right: 260px;
  }

  .page-search {
    width: 314.66667px;
    float: right;
    clear: none;
    margin-top: 70px;
    padding-right: 60px;
  }

  .page-search-input {
    border: 1px solid #bbbbbb;
  }

  .page-search-submit {
    right: 0;
    background: #3798d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .header-language {
    max-width: 50%;
    top: 10px;
    right: 16.6em;
  }

  .page-nav {
    clear: both;
    margin: 0 -30px;
    border: solid #eeeeee;
    border-width: 1px 0;
    background: white;
  }
  .page-nav > ul {
    padding: 0 30px;
  }
  .page-nav > ul > li {
    width: 16.65%;
    float: left;
    position: relative;
  }
  .page-nav > ul > li > a {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #002664 !important;
    z-index: 10;
    position: relative;
  }
  .page-nav > ul > li:hover > a {
    color: #002664;
    background: #f7f4f2;
    /*border-bottom: 1px solid #f7f4f2;*/
    box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.25), -3px -1px 3px -2px rgba(0,0,0,0.25), 3px -1px 3px -2px rgba(0,0,0,0.25);
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease 0.3s;
  }
  .page-nav > ul > li.current:before {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    background: #660066;
    z-index: 11;
  }
  .page-nav > ul > li.current > a {
    color: #660066;
    font-weight: 700;
  }
  .page-nav .dropdown {
    width: 720%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -10%;
    top: 100%;
    background: #f7f4f2;
    -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    z-index: 8;
  }
  .page-nav .dropdown:before {
    content: "";
    display: block;
    width: 33.3%;
    position: absolute;
    left: 33.3%;
    top: 20px;
    bottom: 20px;
    border: solid #bbb;
    border-color: rgba(187, 187, 187, 0.4);
    border-width: 0 1px;
  }
  /* poor man's nth-child */
  .page-nav > ul > li + li .dropdown {
    left: -110%;
  }
  .page-nav > ul > li + li + li .dropdown {
    left: -210%;
  }
  .page-nav > ul > li + li + li + li .dropdown {
    left: -310%;
  }
  .page-nav > ul > li + li + li + li + li .dropdown {
    left: -410%;
  }
  .page-nav > ul > li + li + li + li + li + li .dropdown {
    left: -510%;
  }
  .page-nav > ul > li + li + li + li + li + li + li .dropdown {
    left: -610%;
  }
  .page-nav .dropdown a {
    display: block;
    font-size: 12px;
  }
  .page-nav .dropdown a:hover {
    color: #660066;
  }
  .page-nav .dropdown > li {
    width: 33.3%;
    padding: 20px;
    overflow: hidden;
    /*
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    */
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
  }
  /*
  .page-nav .dropdown > li:nth-child(2) {
    -webkit-transition: all 0.18s ease 0.02s;
    transition: all 0.18s ease 0.02s;
  }
  .page-nav .dropdown > li:nth-child(3) {
    -webkit-transition: all 0.24s ease 0.04s;
    transition: all 0.24s ease 0.04s;
  }
  .page-nav .dropdown > li:nth-child(4) {
    -webkit-transition: all 0.3s ease 0.06s;
    transition: all 0.3s ease 0.06s;
  }
  .page-nav .dropdown > li:nth-child(5) {
    -webkit-transition: all 0.36s ease 0.08s;
    transition: all 0.36s ease 0.08s;
  }
  .page-nav .dropdown > li:nth-child(n+6) {
    -webkit-transition: all 0.42s ease 0.1s;
    transition: all 0.42s ease 0.1s;
  }
  */
  .page-nav .dropdown > li > a {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-right: 30px;
  }
  .page-nav .dropdown > li > a .disclose {
    position: absolute;
    right: 0;
    top: -2px;
  }
  .page-nav .dropdown ul > li:first-child {
    margin-top: 10px;
  }
  .page-nav > ul > li:hover > .dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s ease 0.3s, visibility 0s linear 0.3s;
  }
  .page-nav > ul > li:hover > .dropdown > li {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* individual 'megamenu' styles */
  .page-nav .dropdown-market-access > .sub-1 {
    float: left;
    clear: left;
  }
  .page-nav .dropdown-market-access > .sub-3, .page-nav .dropdown-market-access > .sub-4 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-nav .dropdown-market-access > .sub-4 {
    top: 60px;
  }

  .page-nav .dropdown-trade-policy > .sub-1, .page-nav .dropdown-trade-policy > .sub-2 {
    float: left;
    clear: left;
  }
  .page-nav .dropdown-trade-policy > .sub-5 {
    position: absolute;
    right: 0;
    top: 0;
  }

  .page-nav .dropdown-research-data {
    min-height: 344px;
  }
  .page-nav .dropdown-research-data > .sub-1 {
    float: left;
    clear: left;
  }
  .page-nav .dropdown-research-data > .sub-4, .page-nav .dropdown-research-data > .sub-5 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-nav .dropdown-research-data > .sub-5 {
    top: 264px;
  }

  .page-nav .dropdown-global-marketing > .sub-1 {
    float: left;
    clear: left;
  }
  .page-nav .dropdown-global-marketing > .sub-4 {
    position: absolute;
    right: 0;
    top: 0;
  }

     .page-nav .dropdown-member-services > li {
       display: inline-block;
       width: 33%;
       padding: 20px;

    }
    .page-nav .dropdown-member-services > .sub-1, .page-nav .dropdown-member-services > .sub-2 {
       float: left;
       clear: left; 
    }
    .page-nav .dropdown-member-services > .sub-6 {
      position: relative;
      right: 33.5%;
      top: 70px;
    }
    .page-nav .dropdown-member-services > .sub-7 {
      position:relative;
      top: 0;
      right: -34%;
    }
    .page-nav .dropdown-member-services > .sub-8 {
      position:relative;
      top: -70px;
      right: -0.5%;
    }

  /*.page-nav .dropdown-member-services > .sub-1, .page-nav .dropdown-member-services > .sub-2 {
    float: left;
    clear: left;
  }
  .page-nav .dropdown-member-services > .sub-6, .page-nav .dropdown-member-services > .sub-7 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-nav .dropdown-member-services > .sub-7 {
    top: 85px;
  }*/

.page-nav .dropdown-about-supplier > .sub-1, .page-nav .dropdown-about-supplier > .sub-2, .page-nav .dropdown-about-supplier > .sub-7, .page-nav .dropdown-about-supplier > .sub-8, .page-nav .dropdown-about-supplier > .sub-12 {
    float: left;
    clear: left;
  }
  .page-nav .dropdown-about-supplier > .sub-5, .page-nav .dropdown-about-supplier > .sub-6, .page-nav .dropdown-about-supplier > .sub-10, .page-nav .dropdown-about-supplier > .sub-11 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-nav .dropdown-about-supplier > .sub-6 {
    top: 60px;
  }
  .page-nav .dropdown-about-supplier > .sub-10 {
    top: 140px;
  }
  .page-nav .dropdown-about-supplier > .sub-11 {
    top: 200px;
  }
  .page-nav .dropdown-blog-newsroom > .sub-1, .page-nav .dropdown-blog-newsroom > .sub-2 {
      float: left;
      /*clear: left;*/
  }
  .page-nav .dropdown-blog-newsroom > .sub-4 {
      clear: left;
  }
/*  .page-nav .dropdown-blog-newsroom > .sub-5, .page-nav .dropdown-blog-newsroom > .sub-6 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-nav .dropdown-blog-newsroom > .sub-6 {
    top: 60px;
  }*/

  .page-nav .dropdown-discover-dairy > .sub-1, .page-nav .dropdown-discover-dairy > .sub-2 {
    float: left;
    clear: left;
  }
  .page-nav .dropdown-discover-dairy > .sub-4, .page-nav .dropdown-discover-dairy > .sub-5 {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .page-nav .dropdown-discover-dairy > .sub-5 {
    top: 100px;
  }
  
   .page-nav .dropdown-supplier-search > .sub-1 {
    float: left;
    clear: left;
  }
  
    .page-nav .dropdown-supplier-search {
	height: 650px;	
	}
  
  
  .page-nav .dropdown-supplier-search > .sub-3, .page-nav .dropdown-supplier-search > .sub-4 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-nav .dropdown-supplier-search > .sub-4 {
    top: 100px;
  }
  

  .page-nav .dropdown-using-dairy > .sub-1, .page-nav .dropdown-using-dairy > .sub-2 {
    float: left;
    clear: left;
  }
  .page-nav .dropdown-using-dairy > .sub-5, .page-nav .dropdown-using-dairy > .sub-6, .page-nav .dropdown-using-dairy > .sub-7 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-nav .dropdown-using-dairy > .sub-6 {
    top: 60px;
  }
  .page-nav .dropdown-using-dairy > .sub-7 {
    top: 120px;
  }

  .page-nav .dropdown-nutrition-trends > .sub-1, .page-nav .dropdown-nutrition-trends > .sub-2 {
    float: left;
    clear: left;
  }
  .page-nav .dropdown-nutrition-trends > .sub-4, .page-nav .dropdown-nutrition-trends > .sub-5 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-nav .dropdown-nutrition-trends > .sub-5 {
    top: 80px;
  }

  .page-nav .dropdown-about > .sub-1, .page-nav .dropdown-about > .sub-2 {
    float: left;
    clear: left;
  }
  .page-nav .dropdown-about > .sub-5 {
    position: absolute;
    right: 0;
    top: 0;
  }

  .page-nav .dropdown-news > .sub-1 {
    float: left;
    clear: left;
  }
  .page-nav .dropdown-news > .sub-3 {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.supplier-search h3 {
  margin-bottom: 0;
  margin-left: -14px;
  font-size: 18px;
}

.supplier-search h3.supplier-result-title.item-title {
  margin-left: 0;
}

.supplier-search .button.more {
  margin-bottom: 18px;
  margin-left: 0;
  font-weight: normal;
  text-transform: capitalize;
  border: none;
}

.supplier-company-info .button.more {
  margin-left: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}

.supplier-company-info .button.more:hover {
  color: #fff;
}

.supplier-search .button.more:hover, .supplier-search .button.more:active {
  color: #fff;
  border: none;
}

.supplier-body.formatted.row ul {
  margin-left: 0;
  padding-left: 0;
}

.supplier-body.formatted.row li {
  list-style: none;
}

h2.allied-category {
  margin-left: 0;
  margin-bottom: 18px;
  font-size: 18px;
}

.button.facetRemove:after {
  content: 'X';
  color: #fff;
  padding-left: 12px;
}

.supplier-result-info.formatted .more.small {
  margin-top: 12px;
}

.allied-single-category {
  border-bottom: #eeeeee solid 1px;
  padding-bottom: 12px;
  padding-top: 12px;
}

@media all and (min-width: 960px) {
  .page-logo {
    /* max-width: none;
    height: 110px; */
    max-width: 100%;
    height: auto;
  }

}

@media all and (min-width: 992px) {
  .page-nav .dropdown-member-services > .sub-7 {
    position:relative;
    top: 0;
    right: -66.5%;
  }
  .page-nav .dropdown-member-services > .sub-8 {
    position:relative;
    top: -70px;
    right: -33.5%;
  }
}

/* ------------------------------------ =home -- */

.home-feature {
  height: 280px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: white;
}
.home-feature .pane {
  display: block;
  height: 280px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  position: relative;
}
.home-feature .pane-1 {
  background-image: url("../../../images/home-hero-cows.jpg");
}
.home-feature .pane-2 {
  background-image: url("../../../images/home-hero-suits.jpg");
}
.home-feature .pane-3 {
  background-image: url("../../../images/home-hero-tray.jpg");
}
.home-feature .icon, .home-feature h2, .home-feature .description {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .home-feature .icon, .lt-ie8 .home-feature h2, .lt-ie8 .home-feature .description {
  display: inline;
  zoom: 1;
}
.home-feature h2 {
  padding: 10px;
  margin-left: 10px;
  border-left: 2px solid white;
}
.home-feature a {
  color: white;
}

.home-single-image {
  padding: 0;
  width: auto;
  float: none;
  margin-left: -5px;
  margin-right: -5px;
}

.home-actions {
  background: #511446;
  margin-left: -20px;
  margin-right: -20px;
}
.home-actions.supplier {
  background: #002664;
}

.home-actions .find-suppliers, .home-actions a {
  color: white;
  position: relative;
}

.home-actions a {
  display: block;
  padding: 20px 45px 20px 20px;
}
.home-actions .disclose {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-actions a:hover .disclose {
  opacity: 1;
}
.home-actions a h2 {
  font-size: 16px;
  font-weight: 700;
}
.home-actions a p {
  font-size: 12px;
  opacity: 0.9;
}

.home-main-feature .item-title a {
  color: #660066;
}

.home-twitter .content-box {
  padding: 0;
}
.home-twitter .box-title-container {
  padding-left: 82px;
  position: relative;
  margin: 0;
}
.home-twitter .box-title-container .title {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #660066;
}
.home-twitter .box-title-container .sub-title {
  font-weight: 400;
  font-size: 18px;
}
.home-twitter .twitter-logo {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -18px;
}

@media all and (min-width: 48em) and (max-width: 63em)  {
.home-twitter .box-title-container h3 {
  font-weight: 400;
  font-size: 14px;
}
}
@media all and (max-width: 48em) {
.col-xs-6.supplier-company-info {
width: 100% !important;
}

}

/* home hero images are 600px wide */
@media all and (max-width: 600px) {
  .home-feature .pane {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: left 0.4s ease, z-index 0s linear;
    -moz-transition: left 0.4s ease, z-index 0s linear;
    -ms-transition: left 0.4s ease, z-index 0s linear;
    -o-transition: left 0.4s ease, z-index 0s linear;
    transition: left 0.4s ease, z-index 0s linear;
  }
  .home-feature .pane.active {
    z-index: 4;
  }
  .home-feature .pane.prev, .home-feature .pane.next {
    -webkit-transition: left 0.4s ease, z-index 0s linear 0.3s;
    -moz-transition: left 0.4s ease, z-index 0s linear 0.3s;
    -ms-transition: left 0.4s ease, z-index 0s linear 0.3s;
    -o-transition: left 0.4s ease, z-index 0s linear 0.3s;
    transition: left 0.4s ease, z-index 0s linear 0.3s;
    z-index: 3;
  }
  .home-feature .pane.prev {
    left: -100%;
  }
  .home-feature .pane.next {
    left: 100%;
  }
  .home-feature .description, .home-feature .disclose-container {
    display: none;
  }
  .home-feature .tab {
    display: -moz-inline-box;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 5px solid #3798d8;
    margin: 0 5px;
    background: #3798d8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 2px white;
    -moz-box-shadow: 0 0 0 2px white;
    box-shadow: 0 0 0 2px white;
  }
  .lt-ie8 .home-feature .tab {
    display: inline;
    zoom: 1;
  }
  .home-feature .tab.active {
    background: white;
  }
  .home-feature .info {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    top: 200px;
    left: 0;
    background: #3798D8;
    background: rgba(55, 152, 216, 0.7);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .no-csstransforms .home-feature .info {
    margin-top: -40px;
  }
  .home-feature .tabs-nav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 5;
  }
  .home-feature .tabs-prev, .home-feature .tabs-next {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 200px;
    margin-top: -10px;
    color: white;
    font-weight: 700;
    -webkit-transform: scale(0.9, 1.5) rotate(45deg);
    -moz-transform: scale(0.9, 1.5) rotate(45deg);
    -ms-transform: scale(0.9, 1.5) rotate(45deg);
    -o-transform: scale(0.9, 1.5) rotate(45deg);
    transform: scale(0.9, 1.5) rotate(45deg);
    border: solid white;
    z-index: 5;
    opacity: 0.65;
  }
  .home-feature .tabs-prev {
    border-width: 0 0 2px 2px;
    left: 10px;
  }
  .home-feature .tabs-next {
    border-width: 2px 2px 0 0;
    right: 10px;
  }
}


@media all and (min-width: 601px) {
  .home-feature {
    margin-left: -31px;
    margin-right: -31px;
  }
  .home-feature .tabs-nav, .home-feature .tabs-prev, .home-feature .tabs-next {
    display: none;
  }
  .home-feature .pane {
    width: 33.3%;
    float: left;
    border: solid white;
    border-width: 0 1px;
  }
  .home-feature .pane:before, .home-feature .pane:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .home-feature .pane:before {
    top: 20%;
    background-image: -webkit-linear-gradient(top, rgba(55, 152, 216, 0) 0, rgba(55, 152, 216, 0) 40%, rgba(55, 152, 216, 0.8) 80%);
    background-image: -moz-linear-gradient(top, rgba(55, 152, 216, 0) 0, rgba(55, 152, 216, 0) 40%, rgba(55, 152, 216, 0.8) 80%);
    background-image: -ms-linear-gradient(top, rgba(55, 152, 216, 0) 0, rgba(55, 152, 216, 0) 40%, rgba(55, 152, 216, 0.8) 80%);
    background-image: linear-gradient(top, rgba(55, 152, 216, 0) 0, rgba(55, 152, 216, 0) 40%, rgba(55, 152, 216, 0.8) 80%);
  }
  .home-feature .pane:after {
    top: 100%;
    background: rgba(55, 152, 216, 0.65);
  }
  .home-feature .disclose-container {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 3;
  }
  .home-feature .info {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 4;
  }
  .home-feature .icon, .home-feature h2 {
    position: absolute;
    top: 50%;
  }
  .home-feature h2 {
    left: 50%;
    max-width: 160px;
    text-align: left;
    margin-left: 0;
    font-weight: 400;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  .no-csstransforms .home-feature h2 {
    margin-top: -30px;
  }
  .home-feature .icon {
    right: 50%;
    margin-right: 10px;
  }
  .home-feature .icon-home-globe {
    margin-top: -25px;
  }
  .home-feature .icon-home-handshake {
    margin-top: -18px;
  }
  .home-feature .icon-home-graph {
    margin-top: -23px;
  }
  .home-feature .description {
    text-align: left;
    width: 100%;
    padding-left: 180px;
    padding-right: 20px;
    position: absolute;
    left: 0;
    bottom: -550px;
  }
  .home-feature .description:before {
    content: "";
    display: block;
    width: 2px;
    position: absolute;
    left: 160px;
    top: 0;
    bottom: 0;
    background: white;
  }
  .home-feature:hover .pane {
    width: 25%;
    opacity: 0.7;
  }
  .home-feature:hover .pane:before {
    top: 100%;
  }
  .home-feature:hover .pane:after {
    top: 0;
  }
  .home-feature:hover .info, .home-feature:hover .disclose-container {
    opacity: 0.4;
  }
  .home-feature .pane:hover {
    width: 50%;
    opacity: 1;
  }
  .home-feature .pane:hover:before {
    top: 0;
  }
  .home-feature .pane:hover:after {
    top: 100%;
  }
  .home-feature .pane:hover .info, .home-feature .pane:hover .disclose-container {
    opacity: 1;
  }
  .home-feature .pane:hover .icon {
    right: 100%;
  }
  .home-feature .pane:hover h2 {
    left: -2px;
    padding-left: 20px;
  }
  .home-feature .pane:hover .description {
    bottom: 0;
  }
  .home-feature .pane, .home-feature .info, .home-feature .disclose-container, .home-feature .icon, .home-feature h2 {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .home-feature .pane:before, .home-feature .info:before, .home-feature .disclose-container:before, .home-feature .icon:before, .home-feature h2:before {
    -webkit-transition: top 0.7s ease;
    transition: top 0.7s ease;
  }
  .home-feature .pane:after, .home-feature .info:after, .home-feature .disclose-container:after, .home-feature .icon:after, .home-feature h2:after {
    -webkit-transition: top 0.4s ease;
    transition: top 0.4s ease;
  }
  .home-feature .description {
    -webkit-transition: bottom 0.18s ease-in;
    transition: bottom 0.18s ease-in;
  }
  .home-feature:hover .pane, .home-feature:hover .info, .home-feature:hover .disclose-container, .home-feature:hover .icon, .home-feature:hover h2 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home-feature .pane:hover:before {
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  .home-feature .pane:hover:after {
    -webkit-transition: left 0.4s ease 0.3s;
    transition: left 0.4s ease 0.3s;
  }
  .home-feature .pane:hover .description {
    -webkit-transition: bottom 0.4s ease-out 0.15s;
    transition: bottom 0.4s ease-out 0.15s;
  }
}


@media all and (max-width: 719px) {

  .home-actions .members {
    border-top: 2px solid white;
  }

  .home-actions .find-suppliers .select-container {
    vertical-align: middle;
  }
  .home-actions #SupplierForm {
    padding: 0 20px 20px;
    margin-top: -10px;
  }

  .home-aside-top {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .home-new .article-overview + .article-overview {
    display: none;
  }

  .home-features .image-container {
    display: none;
  }

  .home-secondary-feature {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: -20px;
  }

  /* specificity war on iOS and safari */
  .home-match-height, html div > div.home-match-height.content-box.alt {
    min-height: 0 !important;
  }
}


@media all and (min-width: 720px) {
  .home-single-image {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-actions {
    float: none;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 10px solid white;
  }
  .home-actions.supplier {
    margin-left: -30px;
    margin-right: -30px;
  }
  .home-actions .find-suppliers {
    width: 67.1%;
    float: left;
    -webkit-box-shadow: 1px 0 0 white, inset -1px 0 0 white;
    -moz-box-shadow: 1px 0 0 white, inset -1px 0 0 white;
    box-shadow: 1px 0 0 white, inset -1px 0 0 white;
    text-align: center;
  }
  /* get around igx module structure */
  .home-actions .find-suppliers .find-suppliers {
    width: 100%;
  }
  .home-actions.supplier .find-suppliers {
    width: 50%;
    text-align: left;
  }
  .home-actions .find-suppliers .disclose {
    display: none;
  }
  .home-actions.supplier .find-suppliers .disclose {
    display: block;
  }
  .home-actions .find-suppliers a, .home-actions .find-suppliers form, .home-actions .find-suppliers .select-container {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .lt-ie8 .home-actions .find-suppliers a, .lt-ie8 .home-actions .find-suppliers form, .lt-ie8 .home-actions .find-suppliers .select-container {
    display: inline;
    zoom: 1;
  }
  .home-actions .members {
    width: 32.9%;
    margin-left: 67.1%;
    -webkit-box-shadow: -1px 0 0 white, inset 1px 0 0 white;
    -moz-box-shadow: -1px 0 0 white, inset 1px 0 0 white;
    box-shadow: -1px 0 0 white, inset 1px 0 0 white;
  }
  .home-actions.supplier .members {
    width: 50%;
    margin-left: 50%;
  }
  .home-actions.standalone {
    margin-left: 0;
    margin-right: 0;
    border-top: none;
  }
  .home-actions.standalone .find-suppliers {
    width: auto;
    float: none;
    padding-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .home-new {
    width: 50%;
    padding-left: 20px;
    float: right;
  }

  .home-features {
    width: 50%;
    padding-right: 20px;
    float: left;
  }

  .home-main-feature .image-container {
    max-width: 48%;
    margin-right: 20px;
    float: left;
  }
}


@media all and (min-width: 768px) {
  .home-main-top-container {
    width: 66.6%;
    float: left;
  }
  .home-main-top {
    padding-right: 0 !important;
  }
  .home-aside-top-container {
    width: 33.3%;
    float: right;
  }
  .home-aside {
    clear: right;
    padding-left: 10px !important;
  }
}


@media all and (min-width: 960px) {
  .home-feature h2 {
    font-size: 21px;
  }

  .home-new {
    width: 33.3%;
  }

  .home-features {
    width: 66.6%;
  }

  .home-secondary-feature {
    width: 46.5%;
    float: left;
    clear: left;
    overflow: hidden;
  }
  .home-secondary-feature + .home-secondary-feature + .home-secondary-feature {
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
    float: none;
    clear: none;
  }

  .home-actions.standalone.floated-left {
    width: 46%;
    float: left;
    margin-right: 20px;
  }

  .home-actions.standalone.floated-right {
    width: 46%;
    float: right;
    margin-left: 20px;
  }
  .home-actions.standalone.floated-left form, .home-actions.standalone.floated-right form {
    text-align: center;
  }
  .home-actions.standalone.floated-left .select-container, .home-actions.standalone.floated-right .select-container {
    width: 60%;
  }
  .fade-image .description {
    max-width: 66%;
    left: 20px;

   }
   .csstransforms .fade-image .description {
   font-size: 16px;
   line-height: 24px;
  }
}


/* ------------------------------------ =interior -- */

.page-subsection + .page-back-link {
  margin: -30px 0 10px 0;
  text-align: right;
  font-size: 12px;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 719px) {
  .page-subnav {
    display: none;
  }
}


@media all and (min-width: 720px) {
  .col-secondary-top, .col-secondary-bottom {
    width: 32%;
  }

  .col-main {
    width: 68%;
  }

  .layout-right .col-secondary-top, .layout-right .col-secondary-bottom {
    float: left;
    clear: left;
    padding-right: 20px;
  }
  .layout-right .col-main {
    float: right;
    padding-left: 20px;
  }

  .layout-left .col-secondary-top, .layout-left .col-secondary-bottom {
    float: right;
    clear: right;
    padding-left: 20px;
  }
  .layout-left .col-main {
    float: left;
    padding-right: 20px;
  }

  .page-subnav .subtitle-2 {
    margin-bottom: 10px;
  }
  .page-subnav a {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 40px;
  }
  .page-subnav li ul {
    display: none;
  }
  .page-subnav > ul {
    border-top: 1px solid #eeeeee;
  }
  .page-subnav > ul > li {
    border-bottom: 1px solid #eeeeee;
  }
  .page-subnav .current > a {
    color: #660066;
    font-weight: 700;
    background: #e1eff9;
  }
  .page-subnav li ul .current > a {
    background: transparent;
  }
  .page-subnav .current > ul {
    display: block;
  }
  .page-subnav .current a {
    line-height: 30px;
    padding-left: 10px;
  }
  .page-subnav .current ul a {
    padding-left: 30px;
  }
  .page-subnav .current ul ul a {
    padding-left: 50px;
  }
  .page-subnav .current ul ul ul a {
    padding-left: 70px;
  }
}


/* ------------------------------------ =search results -- */

.search-results-form {
  position: relative;
  padding-right: 60px;
}
.search-results-form .button {
  top: -1px;
}
.search-results-form, .search-results-meta, .pagerBlock {
  max-width: 38em;
  margin: 0 auto 20px;
  text-align: center;
}
.pagerBlock > span:first-child, .pagerBlock br {
  display: none !important;
}
.search-results-list {
  margin-bottom: 20px;
}
.search-results-item-title {
  margin-bottom: 10px;
}
.search-results-item-breadcrumb {
  border-bottom: none;
}

@media all and (min-width: 600px) {
  .pagerBlock > span, .pagerBlock > a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 5px 0;
    border: 1px solid #eee;
    border-radius: 3px;
    text-align: center;
  }
  a.pagerPage:hover {
    border-color: #3798d8;
    color: #fff;
    background: #3798d8;
  }
  span.pagerPage {
    border-color: #606;
    font-weight: 700;
    background: #606;
    color: #fff;
  }
  .pagerBlock > .pagerPrevious, .pagerBlock > .pagerNext {
    width: auto;
    background: transparent;
    border: none;
  }
  .pagerPrevious {
    margin-right: 1em;
  }
  .pagerNext {
    margin-left: 1em;
  }
}


/* ------------------------------------ =unique -- */

a[href*="confirmRemoveResource"] {
  opacity: 0.5;
}

.resize-tableau, .resize-tableau div, .resize-tableau object {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.faq-actions {
  position: relative;
  top: -10px;
  font-size: 12px;
}
.faq-actions span {
  display: inline-block;
  margin: 0 5px;
}

.faq-section .hover-box {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.faq-section .hover-box + .hover-box {
  border-top: 1px solid #eee;
}
.faq-section .q, .faq-section .a {
  position: relative;
  padding-left: 20px;
}
.faq-section .q:before, .faq-section .a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #3798d8;
}
.faq-section .q:before {
  content: "Q.";
}
.faq-section .a {
  margin-top: 20px;
}
.faq-section .a:before {
  content: "A.";
  color: #7d7e80;
}

.industry-links .img-left {
  margin-bottom: 0;
}
.industry-links .content-box.alt + .content-box.alt {
  margin-top: 20px;
}

.advantages-table td:first-child, .advantages-table th:first-child {
  min-width: 140px;
}
.advantages-table th a {
  display: none;
}
.advantages-table td {
  text-align: center;
  vertical-align: middle;
}
.advantages-table .details {
  font-size: 12px;
}

.news-release-image {
  display: block;
  max-width: 45%;
  float: left;
  margin: 5px 20px 10px 0;
}
.news-release-author {
  margin-top: 20px;
  opacity: 0.7;
  font-size: 12px;
}

.bio-title {
  margin-top: -20px;
  margin-bottom: 10px;
}
.bio-email, .bio-phone {
  font-size: 16px;
  font-weight: 700;
  color: #002664;
  }
.bio-email a, .bio-phone a {
  color: #002664;
}

.bio-email a {
  text-decoration: underline;
  word-wrap: break-word;
}
.bio-file, .bio-linkedin {
  margin-top: 20px;
}
.bio-file + .bio-linkedin {
  margin-top: 0;
}
.bio-file a, .bio-linkedin a {
  font-weight: 700;
  color: #6c9cc7;
}
.bio-file a:after, .bio-linkedin a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
.bio-file a:after {
  content: url("../../../images/icon-pdf.png");
}
.bio-linkedin a:after {
  content: url("../../../images/icon-linkedin.png");
}

.research-report-subtitle {
  margin-top: -20px;
  margin-bottom: 10px;
}
.research-report-date {
  display: block;
  margin-bottom: 20px;
  font-style: italic;
  opacity: 0.9;
}
.research-report-image {
  float: left;
  max-width: 40%;
  margin: 0 20px 0 0;
}

.research-report-list__item::after {
  content: "";
  display: table;
  clear: both;
}
.research-report-list__thumbnail img {
  display: block;
  width: 120px;
  max-width: 33%;
  float: left;
  margin-right: 24px;
}
.research-report-list__content {
  overflow: hidden;
}
.research-report-list__action {
  padding-top: 24px;
}

form.research-toggles {
  margin-bottom: 24px;
}

form.research-toggles .label {
  color: #3798d8;
  font-size: 100%;
  vertical-align: middle;
  cursor: pointer;
}

form.research-toggles input[type=radio], 
form.research-toggles input[type=checkbox] {
  margin: -2px 4px 0 0;
}

.point-map {
  position: relative;
}
.point-map .point-container {
  position: absolute;
}
.point-map .point {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px #3798d8;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #3798d8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.point-map .description-container {
  width: 220px;
  position: absolute;
  bottom: 100%;
  left: -110px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, margin 0.2s ease, visibility 0s linear 0.2s;
}
.point-map .subtitle {
  font-size: 20px;
  line-height: 30px;
}
.point-map .description {
  padding: 10px;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.4);
  position: relative;
}
.point-map .formatted {
  font-size: 12px;
}
.point-map .description:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  margin-left: -10px;
}


@media all and (max-width: 719px) {
  .faq-section .disclose {
    display: none;
  }

  .advantages-table, .advantages-table tr, .advantages-table td, .advantages-table th, .advantages-table tbody {
    display: block;
    width: 100%;
  }
  .advantages-table tr + tr {
    display: none;
  }
  .advantages-table th {
    padding: 10px;
    font-size: 16px;
    color: #002664;
  }
  .advantages-table th:nth-child(2n) {
    background: #eeeeee;
  }
  .advantages-table th a {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  .advantages-table th:after {
    content: attr(data-advantages);
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #7d7e80;
  }
  .news-release-image {
    display: none;
  }
}


@media all and (max-width: 959px) {
  .bio-portrait {
    float: left;
    max-width: 40%;
    margin: 0 20px 0 0;
  }
}


@media all and (min-width: 720px) {
  .faq-section .q, .faq-section .a {
    padding-left: 80px;
  }
  .faq-section .q:before, .faq-section .a:before {
    left: 55px;
  }
  .faq-section .disclose {
    position: absolute;
    left: 10px;
    top: -3px;
  }
  .faq-section .subtitle {
    padding-right: 140px;
  }

  .faq-actions {
    float: right;
    margin-top: -40px;
  }

  .no-touch .point-map .point-container:focus, .no-touch .point-map .point-container.hovered {
    z-index: 3;
  }
  .no-touch .point-map .point-container:focus .point, .no-touch .point-map .point-container.hovered .point {
    transform: translate(-50%, -50%) scale(1.8);
    background: #606;
    box-shadow: inset 0 0 0 2px #fff;
  }
  .no-touch .point-map .point-container:focus .description-container, .no-touch .point-map .point-container.hovered .description-container {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, margin 0.2s ease, visibility 0s linear;
  }
}


@media all and (min-width: 960px) {
  .bio-title, .bio-organization {
    max-width: 66%;
    float: left;
    clear: left;
  }
  .bio-body {
    clear: left;
  }
  .bio-portrait-container {
    max-width: 33%;
    float: right;
    margin: 0 0 20px 20px;
  }
  .bio-title ~ .bio-portrait-container {
    margin-top: -40px;
  }
}

.button {
margin: 0 0 0 10px;
}

.error {
  color: #FF0000;
}


/* ------------------------------------ =supplier search, =dial -- */

.supplierImage > a > img {
  max-width: 100%;
}

.supplier-categories-container {
  padding: 0;
  border: 1px solid #444;
  background: #eee;
}
.supplier-categories-container--no-border {
  border: none;
  background: #fff;
}
.supplier-category {
  display: block;
  padding: 10px;
}
.supplier-category:hover {
  background: #f4f4f4;
}
.supplier-category.selected, .supplier-category-info {
  background: #fff;
}
.supplier-category-info {
  padding: 20px;
}
.supplier-category-checkbox-container .row > div {
  margin-bottom: 10px;
}
.supplier-category-checkbox-container input[type=checkbox] {
  float: left;
}
.supplier-category-checkbox-container label {
  font-weight: 400;
}
.supplier-category-checkbox-container input[type=checkbox] + label {
  display: block;
  margin-left: 20px;
  word-wrap: break-word;
}

.supplier-search-button {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid;
  border-color: #ddd #bbb #777;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
  background: #3798d8;
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0, rgba(255,255,255,0) 100%);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(top, rgba(255,255,255,0.4) 0, rgba(255,255,255,0) 100%);
  box-shadow: inset 0 0.5px 0 #fff;
  transition: all 0.2s ease;
}
.supplier-search-button:hover {
  color: #fff;
  background: #606;
  box-shadow: none;
}

.supplier-company-classification {
  color: #666;
  font-size: 16px;
}

.dial-search-form {
  clear: both;
}
.dial-search-form .select-container {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.dial-result-sublist > li + li {
  border-top-style: dashed;
}


@media all and (max-width: 599px) {
 /* .supplier-category {
    display: none;
  }*/

    .supplier-category {
    display: block;
  }

}


@media all and (min-width: 600px) {
  .supplier-categories-container {
    padding: 0;
  }
  .supplier-categories {
    width: 25%;
    float: left;
  }
  .supplier-category {
    border-bottom: 1px solid #ddd;
  }
  .supplier-category.selected {
    margin-right: -1px;
    position: relative;
    z-index: 3;
    border: solid #ccc;
    border-width: 1px 0;
  }
  .supplier-category-info {
    /*width: 75%;
    float: left;
    border-left: 1px solid #ccc;
    TODO
    */
  }

  .supplier-search-rundown-label {
    display: inline-block;
    min-width: 8em;
    margin-left: -8em;
    float: left;
  }
  .search-attribute-summary {
    padding-left: 8em;
  }
  .dial-search-form .select-container {
    max-width: 80%;
    width: 20em;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
  }
}

/* ------------------------------------ =forms -- */

.form-label, .form-radio-label {
  display: block;
  margin-bottom: 10px;
}
.grid-item > .form-label:last-child {
  margin-bottom: 0;
}
.form-label .text {
  display: block;
  font-weight: 400;
}
.form-label.is-required .text {
  color: #000;
}
.form-label.is-required .text::after {
  content: '*';
  color: #002664;
}
.form-radio-label + .form-radio-label {
  margin-top: -10px;
}
.form-radio-label .text {
  display: inline-block;
  vertical-align: middle;
  max-width: 75%;
  word-wrap: break-word;
  margin-left: 5px;
}
.form-fieldset {
  padding: 20px 10px 10px;
  border: 1px solid #eee;
}
.form-legend {
  width: auto;
  font-size: 18px;
  padding: 0 5px;
  margin-left: -5px;
}

.form-text, .form-textarea, .form-select {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.form-select {
  border-radius: 0;
}
.form-text:required, .form-textarea:required, .form-select:required {
  border-color: #888;
}
.form-text:focus, .form-textarea:focus, .form-select:focus {
  border-color: #3798d8;
}
.form-text:disabled, .form-textarea:disabled, .form-select:disabled {
  background: #ddd;
}
.form-textarea {
  min-height: 110px;
}

.validation-summary-valid {
  display:none;
}

.validation-summary-errors {
  color: #FF0000;
  font-weight:bold;
}

.field-validation-error {
  color: #FF0000;
}

.required {
  color: #FF0000;
}


.dropdown-list-box {
  padding: 20px;
  color: #fff;
  background: #606;
}
.dropdown-list-box.centered {
  margin: 0 auto 1em;
}
.dropdown-list-box-inputs {
  position: relative;
}
.dropdown-list-box-dropdown {
  padding-right: 7em;
}
.dropdown-list-box-dropdown .select-container {
  display: block;
  width: 100%;
}
.dropdown-list-box-inputs .button {
  position: absolute;
  top: 0;
  right: 0;
}
.dropdown-list-box .subtitle-3 {
  color: #fff;
  /* article overrides */
  font-weight: 700 !important;
  border: none !important;
}
.dropbox-list-box-description p {
  font-size: 12px;
  opacity: 0.9;
}


@media (max-width: 479px) {
  .dropdown-list-box {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}


@media (min-width: 480px) {
  .dropdown-list-box.left-aligned, .dropdown-list-box.right-aligned, .dropdown-list-box.centered {
    width: 300px;
  }
  .dropdown-list-box.left-aligned, .dropdown-list-box.right-aligned {
    max-width: 65% !important;
  }
  .dropdown-list-box.left-aligned {
    float: left;
    margin: 0 1em 1em 0;
  }
  .dropdown-list-box.right-aligned {
    float: right;
    margin: 0 0 1em 1em;
  }
}


/* ------------------------------------ =blog -- */

.blog-list .article-overview + .formatted {
  margin-left: 5%;
  padding-left: 20px;
}
.blog-list .no-summary .img-left {
  max-width: 25%;
}

.blog-article-meta {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.blog-article-share .stHBubble {
  background: #fff !important;
}
.blog-article-share .stHBubble, .blog-article-share .st-twitter-counter, .blog-article-share .st-linkedin-counter, .blog-article-share .st-email-counter {
  height: 22px !important;
}
.blog-article-share .st-twitter-counter {
  width: 16px !important;
  margin-right: 3px !important;
  background: url("../../../images/social-share-tw.png") no-repeat 50% 50% !important;
}
.blog-article-share .st-linkedin-counter {
  width: 16px !important;
  margin-right: 3px !important;
  background: url("../../../images/social-share-in.png") no-repeat 50% 50% !important;
}
.blog-article-share .st-facebook-counter {
  width: 60px !important;
  margin-right: 3px !important;
}
span.stMainServices.st-facebook-counter{
  height: 20px!important;
  position: relative;
  top: 2px;
}
.blog-article-share .st-email-counter {
  width: 19px !important;
  margin-right: 3px !important;
  background: url("../../../images/social-share-mail.png") no-repeat 50% 50% !important;
}
div.rss-read-more {
  margin: 10px 0;
  text-align: right;
}
div.rss-image {
  color: transparent;
  font-size: 1px;
  overflow: hidden;
  float: left;
  max-width: 40%;
  margin-right: 10px;
}
div.rss-image img.hs-featured-image{
  width: 100%;
  max-width: 100%!important;
}
.rss-summary{
  margin: 5px 0 0 5px;
}
.rss-summary hr {
    margin: 0 0 5px 0;
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #ccc; /* old IE */
    background-color: #ccc; /* Modern Browsers */
}
.rss-title{
  margin: 10px 0;
}
.rss-title .item-time{
  font-size: 12px;
}
.rss-title .author{
  font-weight: bold;
  font-style: italic;
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
}
.rss-title .author a{
  color: #3798d8;
}

/*.item-summary {
  position: relative;
  padding-top: 70px;
}
*/

.blog-search {
  padding-right: 60px;
  position: relative;
}
.blog-search input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.blog-search input[type=text]:focus {
  border-color: #3798d8;
}

.blog-facet-title {
  padding: 10px;
  font-weight: 700;
  color: #3798d8;
  cursor: pointer;
  border: 1px solid #ccc;
}
.blog-facet-title ~ .blog-facet-title {
  border-top-width: 0;
}
.blog-facet-title i {
  font-weight: 400;
}
.blog-facet-body {
  padding: 0 10px 5px 0;
  border: 1px solid #ccc;
  border-top-color: #fff;
  margin-top: -1px;
}
.blog-facet-body li {
  padding: 5px 0;
  margin-left: 10px;
}
.blog-facet-body li li {
  padding: 0;
}

.blog-post-list-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

@media all and (max-width: 719px) {
  .blog-mobile-toggle {
    display: block;
    margin: -50px 0 10px auto;
  }
  .blog-filters {
    display: none;
  }
  .blog-search .page-search-submit {
    right: 0;
  }
  .blog-subscribe {
    display: none;
  }
  .blog-filters.active {
    display: block;
  }
  .blog-article-tags {
    margin-bottom: 20px;
  }
}


@media all and (min-width: 720px) {
  .blog-mobile-toggle {
    display: none;
  }
  .blog-article-tags {
    max-width: 70%;
    float: left;
  }
  .blog-article-share {
    max-width: 30%;
    float: right;
    padding-top: 5px;
  }
  .rss-blog-item .blog-article-share {
    max-width: 100%;
    width: auto;
    float: none;
  }
  /*.rss-blog-item .blog-article-share span{
    float: left;
    clear: none!important;
  }*/
}


/* ------------------------------------ =profile -- */

.profile-addresses__title {
  margin-bottom: 20px;
}
.profile-addresses__address {
  margin-bottom: 20px;
}
.profile-addresses__type {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin: 0;
}
.profile-addresses__address-actions a {
  display: inline-block;
  margin-right: 1em;
}
.profile-addresses__address-actions .delete {
  color: #b22;
}
.profile-addresses__address-actions .current {
  color: #999;
  font-weight: 700;
}

.edit-profile fieldset {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 40px;
}
.edit-profile legend {
  font-weight: 700;
}
.edit-profile input + input {
  margin-top: 10px;
}

.edit-profile__phone__label {
  margin: 20px 0 10px;
}
.edit-profile__phones {
  table-layout: fixed;
}
.edit-profile__phones th {
  font-weight: 400;
  font-size: 14px;
  color: #888;
  text-align: left;
  vertical-align: bottom;
}

.edit-profile__submit {
  text-align: center;
  padding-bottom: 20px;
}
.edit-profile__submit--top .button {
  margin: 0 0 20px;
}


@media (max-width: 479px) {
  .edit-profile fieldset {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #ddd;
  }
}


@media (min-width: 480px) {
  .edit-profile__submit--top {
    float: right;
    margin-top: -60px;  /* bump away from layout */
    position: relative;
    top: 5px;  /* center with title without affecting layout */
  }
}


@media (min-width: 580px) and (max-width: 959px) {
  .edit-profile__name:after {
    content: '';
    display: table;
    clear: both;
  }
  .edit-profile__name .form-label {
    float: left;
    padding-right: 10px;
  }
  .edit-profile__name__sal {
    width: 18%;
  }
  .edit-profile__name__first {
    width: 29%;
  }
  .edit-profile__name__mid {
    width: 12%;
  }
  .edit-profile__name__last {
    width: 29%;
  }
  .edit-profile__name__suf {
    width: 12%;
    padding-right: 0 !important;
  }
}


@media (max-width: 719px) {
  .profile-addresses {
    margin-bottom: 40px;
  }
  .js .profile-addresses__title {
    font-weight: 400;
  }
  .js .profile-addresses__title::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin-left: 0.3em;
    border: 0.4em solid transparent;
    border-top-color: #999;
    border-bottom-width: 0;
    transform: scaleY(1.3);
  }
  .js .profile-addresses__title.active::after {
    transform: scaleY(-1.3);
  }
  .js .profile-addresses:not(.active) {
    display: none;
  }

  .edit-profile__phones, .edit-profile__phones tr, .edit-profile__phones td {
    display: block;
  }
  .edit-profile__phones__labels {
    display: none !important;
  }
  .edit-profile__phones__row {
    margin-bottom: 20px;
  }
  .edit-profile__phones__row:after {
    content: '';
    display: table;
    clear: both;
  }
  .edit-profile__phones [data-label]:after {
    content: attr(data-label);
    display: block;
    font-size: 14px;
    color: #888;
  }
  .edit-profile__phones__country,
  .edit-profile__phones__area,
  .edit-profile__phones__number,
  .edit-profile__phones__ext {
    float: left;
    padding-right: 10px;
  }
  .edit-profile__phones__country {
    width: 15%;
  }
  .edit-profile__phones__area {
    width: 20%;
  }
  .edit-profile__phones__number {
    width: 43%;
  }
  .edit-profile__phones__ext {
    width: 22%;
    padding-right: 0;
  }
  .edit-profile__phones__actions {
    clear: left;
    padding-top: 10px;
  }
}


@media (min-width: 720px) {
  .edit-profile__submit--top {
    top: -5px;
  }
}


@media (min-width: 960px) {
  .edit-profile__username, .edit-profile__name {
    width: 48%;
    float: left;
  }
  .edit-profile__password, .edit-profile__address {
    width: 48%;
    float: right;
  }
  .edit-profile__name, .edit-profile__phone {
    clear: both;
  }

  .edit-profile__phones {
    margin-bottom: 20px;
  }
  .edit-profile__phones__type {
    width: 15%;
  }
  .edit-profile__phones__country {
    width: 12%;
  }
  .edit-profile__phones__area {
    width: 15%;
  }
  .edit-profile__phones__number {
    width: 38%;
  }
  .edit-profile__phones__ext {
    width: 20%;
  }

  .edit-profile__email {
    width: 35%;
    float: left;
    padding-top: 33px;
  }
  .edit-profile__phone__label, .edit-profile__phones {
    width: 60%;
    /* margin-left: auto; */
    margin-right: 0;
    float: right;
  }
  .edit-profile__phone__label {
    margin-top: 0;
  }
}


/* ------------------------------------ =footer -- */

.page-footer {
  padding: 20px;
  margin: 0 -20px;
  text-align: center;
  font-size: 12px;
  background: #511446;
  position: relative;
}
.page-footer:before {
  content: "";
  display: block;
  width: 300%;
  height: 5px;
  position: absolute;
  left: -100%;
  bottom: 0;
  background: rgba(102, 0, 102, 0.3);
  z-index: 21;
}
.page-footer, .page-footer a {
  color: white;
}

.footer-utility a {
  display: block;
  padding: 5px 0;
}

.footer-copyright, .footer-management {
  opacity: 0.9;
}

@media all and (min-width: 720px) {
  .page-footer {
    padding: 30px;
    margin: 0 -30px;
    text-align: left;
  }

  .footer-utility {
    text-align: center;
  }
  .footer-utility a {
    padding: 0;
    display: -moz-inline-box;
    display: inline-block;
  }
  .lt-ie8 .footer-utility a {
    display: inline;
    zoom: 1;
  }
  .footer-utility a + a {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid white;
    border-left-color: rgba(255, 255, 255, 0.4);
  }

  .footer-copyright {
    float: left;
  }

  .footer-management {
    text-align: right;
  }
}


@media all and (min-width: 960px) {
  .footer-utility {
    margin-left: 244px;
    text-align: right;
    font-size: 11px;
  }

  .footer-copyright {
    margin-left: 90px;
  }

  .footer-logo {
    float: left;
    margin-bottom: 0;
  }
}


/* ------------------------------------ =fixes -- */

.group:after, .page-container:after, .page-content:after, .content-box:after, .box-title-container:after, .rd-page-header:after, .item-slider:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie6 .group, .ie6 .page-container, .ie6 .page-content, .ie6 .content-box, .ie6 .box-title-container, .ie6 .rd-page-header, .ie6 .item-slider {
  height: 1%;
}
.ie7 .group, .ie7 .page-container, .ie7 .page-content, .ie7 .content-box, .ie7 .box-title-container, .ie7 .rd-page-header, .ie7 .item-slider {
  min-height: 1px;
}

.siteMapList
{
  padding: .25em 0em .25em .5em;
}

.limit-text {
    max-height: 4.0em;
    overflow: hidden;
    position: relative;
}
.limit-text::before {
    content: '';
    display: block;
    height: 70%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(to top, rgba(255,255,255,1) 0, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(to top, rgba(255,255,255,1) 0, rgba(255,255,255,0) 100%);
    background: linear-gradient(to top, rgba(255,255,255,1) 0, rgba(255,255,255,0) 100%);
    z-index: 2;
}

.limit-text.active {
    max-height: none;
}
.limit-text.active::before {
    display: none;
}

.limit-text:hover {
  background-color: #FFFFCC;
  cursor: text;
}



#ContactUsForm label.form-radio-label{
    font-size: 14px;
    margin-bottom: 15px;
    vertical-align: bottom;
}
#ContactUsForm label.form-radio-label input[type="radio"]{
  margin-bottom: 4px;
}
#ContactUsForm label.form-radio-label .text{
    max-width: 100%;
}
article h3:first-child {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 3px;
}

.supplier-search article h3:first-child {
  border-bottom: none;
  padding-bottom: 3px;
}




/* ------------------------------------ =print -- */

@media print {
  @page {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    stroke-width: 0 !important;
    border-width: 0 !important;
  }

  .page-nav, .page-offsite, .header-login, .page-search, .mobile-menu-toggle,
  .page-subnav, .page-offsite,
  .home-feature, .home-actions,
  a:after {
    display: none !important;
  }

  .page-content, .col-main {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .col-main > table {
    width: 90% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: none !important;
    width: 100% !important;
    stroke-width: 0 !important;
  }

  .fade-image, .fade-image:before {
    position: static !important;
  }
  .fade-image img {
    width: 100%;
    clear: both !important;
    display: block;
  }
  .fade-image .description {
    max-width: 100%;
    position: static !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    color: #666 !important;
    display: block;
  }
  .fade-image .description p {
    margin-bottom: 5px;
    color: #666 !important;
  }
  .fade-image .description a {
    color: #666 !important;
    text-decoration: underline;
  }
  .csstransforms .fade-image .description {
    top: 50%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    color: #666 !important;
  }
}


/**
 * Supplier search styles
 */
.supplier-search-nav a {
  display: block;
  margin-bottom: 8px;
}
.supplier-search-nav a.button:hover .disclose.light
,.supplier-search-nav a.button:hover .disclose.light:before {
  border-color: #660066;
  color: #660066;
}

label.sse_attribute {
  position: relative;
  overflow: hidden;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 25px;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  color: #78438C;
  background: #F8F4F3;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 15px 7px;
}
label.sse_attribute.selected, label.sse_attribute:hover {
  border-color: #FFEDBB;
  background-color: #FFEDBB;
}
label.sse_attribute input {
  position: absolute;
  left: -50px;
}
.attributes-container {
  padding-left: 30px;
}
.attributes-container h3 {
  border: none!important;
  color: #A5819B;
}

.supplier-result .formatted h3 {
  border: none!important;
  font-weight: bold;
  margin-bottom: 0;
}
.supplier-result .formatted h3 span {
  font-weight: normal;
}

.supplier-result .col-xs-6
,.supplier-result .col-xs-4
,.supplier-result .col-xs-8
{
  margin-bottom: 0;
}
.supplier-result .bottom-row {
  margin-top: 40px;
}
.small .disclose, .disclose.small {
  width: 15px;
  height: 15px;
}
.more.small {
  font-size: 75%;
}
.supplier-contacts .col-xs-6 {
  margin: 0!important;
}
.contact-info-box {
  padding: 6px 6px 6px 30px;
  margin: 7px 2px;
  border: 1px solid #682781;
  color: #682781;
}
.contact-info-box .expand-toggle-button{
  float: left;
  margin-left: -25px;
}
.expand-toggle-button {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #672B7D;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}


.lt-ie8 .expand-toggle-button {
  display: inline;
  zoom: 1;
}
.expand-toggle-button:before {
  content: "+";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -0.3em;
  line-height: 1em;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.expanded .expand-toggle-button:before {
  content: "-";
  margin-left: -0.2em;
}
.expanded-only {
  display: none;
}
.expanded .expanded-only {
  display: inherit;
}
.category-product strong {
  color: #389BD4;
}

/*Supplier Results Pagination*/
.supplier-search .pagerBlock .pagerPage,
.supplier-search .pagerBlock a.pagerPage,
.supplier-search .pagerBlock a.pagerPage:hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  border: 3px solid #3598D8;
  padding: 0;
  width: 15px;
  height: 15px;
  font-size: 60%;
  line-height: 1em;
}
.supplier-search .pagerBlock span.pagerPage {
  color: #3598D8;
  background-color: #3598D8;
}

.supplier-search .pagerBlock .item-slider-next,
.supplier-search .pagerBlock .item-slider-prev{
  text-indent: 100%;
  overflow: hidden;
  border-color: #3798d8;
  width: 20px;
  border-width: 0 0 2px 2px;
}
.supplier-search .pagerBlock .item-slider-next {
  border-width: 2px 2px 0 0;
}
.start-search-box {
  position: relative;
}
h2.start-search {
  padding-top: 40px;
  /*margin-bottom: 50px!important;*/
}
.start-search-box button {
  position: absolute;
  right: 0;
  top: 30px;
}
.start-new-button {
  width: 185px;
  font-size: 85%;
  padding: 5px;
}

/** supplier search content box overrides **/
.supplier-search .content-box {
  padding-bottom: 30px;
  text-align: left;
}
img.supplier-category-image{
  border: 0;
}
.supplier-category-header img.supplier-category-image{
  max-width: 210px;
}
.supplier-search .content-box span.name{
   color: #652B7E;
}
.supplier-search .content-box span.classification{
   color: #000;
}
.medium-text{
  font-size: 75%;
}
.content-box{
    position: relative;
}
.content-box .align-center:last-child {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.supplier-search .content-box img.supplier-category-image {
  max-height: 100px;
}


/* market data page */

.market-data-indicator-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.market-data-indicator-column {
  width: 100% !important;
  float: left !important;
  clear: none !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 0 0 -20px !important;
}

.market-data-indicator-title {
  margin: 0 -5px 20px !important;
  font-size: 16px !important;
  text-align: center;
  word-wrap: break-word;
}

.market-data-indicator-image {
  display: block;
  margin: 0 0 20px;
}

.market-data-indicator-lightbox {
  opacity: 0;
  overflow: hidden;
}
.market-data-indicator-lightbox.active {
  opacity: 1;
}
.market-data-indicator-lightbox-close {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 14px;
}

.subtitle + .market-data-list {
  margin-top: -20px;
}
.market-data-list .item-title {
  color: #777;
}
.market-data-list .item-summary {
  margin-top: 10px;
}

.market-news-pull-quote {
  color: #606;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
  opacity: 0.75;
}
.market-news-pull-quote:before {
  content: '\201C';
}
.market-news-pull-quote:after {
  content: '\201D';
}

#market-news-latest {
  margin-top: 20px;
}
.market-news-latest-label {
  margin-bottom: 10px;
}
.market-news-latest-label a {
  text-decoration: underline;
}
.market-news-latest-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
#market-news-latest-content {
  margin-bottom: 10px;
}
#market-news-latest-content .item-author,
#market-news-latest-content .item-time {
  display: block;
}
#market-news-latest-content .item-summary {
  margin-top: 10px;
}

.market-data-latest-image {
  max-width: 40%;
  margin-top: 20px;
}


@media all and (max-width: 479px) {
  .market-data-indicator-lightbox {
    margin: 20px 0;
    height: 1px;
  }
  .market-data-indicator-lightbox.active {
    height: auto;
  }
}


@media all and (min-width: 480px) {
  .market-data-indicator-column {
    width: 33% !important;
    position: static !important;
    margin-bottom: 10px !important;
  }
  .market-data-indicator-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .market-data-indicator-title {
    min-height: 40px;
  }
  .market-data-indicator-lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #222;
    background: rgba(0,0,0,0.7);
    z-index: -1;
    visibility: hidden;
  }
  .market-data-indicator-lightbox.active {
    visibility: visible;
    z-index: 999;
  }
  .market-data-indicator-lightbox:not(.active) {
    pointer-events: none;
  }
  .market-data-indicator-lightbox-content {
    width: 60%;
    height: 60%;
    padding: 40px 20px;
    position: absolute;
    left: 20%;
    top: 20%;
    background: #fff;
  }
  .csstransforms .market-data-indicator-lightbox-content {
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .market-data-indicator-lightbox-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
  }
}


@media all and (min-width: 480px) and (max-width: 959px) {
  /* work around bootstrap float column row restrictions */
  .market-data-indicator-column:nth-child(3n+1) {
    clear: left !important;
  }
}


@media all and (min-width: 720px) {
  .market-data-list .item-title {
    font-size: 19px;
  }
}


@media all and (min-width: 960px) {
  .market-data-indicator-column {
    width: 20% !important;
  }
}
.manage-products__categories .button, .manage-products__add-category .button {
    margin-left: 0;
}
.manage-products__add-category {
    margin-bottom: 20px;
}
.manage-products__add-category .form-label, .manage-products__add-product .form-label {
    margin-bottom: 0;
}
.manage-products__add-category .form-select, .manage-products__add-product .form-select {
    float: left;
    margin-right: 10px;
    width: auto;
}
.manage-products__categories {
    font-size: 14px;
}
.manage-products__category {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px;
}
.manage-products__category-title {
    color: #002664;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.manage-products__category-title a {
    font-size: 14px;
}
.manage-products__add-product {
    margin-bottom: 20px;
}
.manage-products__category .grid {
    text-align: left;
}
.manage-products__contacts {
    margin-bottom: 20px;
}
.manage-products__contacts.active .manage-products__contacts-toggle, .manage-products__contacts:not(.active) form {
    display: none;
}
.manage-products__contacts-list {
    margin: 20px 0;
}
.manage-products__product {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 20px;
    position: relative;
}
.manage-products__product + .manage-products__product {
    margin-top: 20px;
}
.manage-products__product.active .manage-products__product-attributes, .manage-products__product.active .manage-products__product-actions, .manage-products__product:not(.active) form {
    display: none;
}
.manage-products__product-title {
    color: #002664;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-right: 120px;
}
.manage-products__product dt {
    clear: left;
    float: left;
    font-weight: 700;
    margin-right: 0.5em;
}
.manage-products__product dl i {
    opacity: 0.6;
}
.manage-products__product-actions {
    position: absolute;
    right: 20px;
    top: 20px;
}
.manage-products__product-actions a {
    display: inline-block;
    margin-left: 1em;
}
@media (min-width: 720px) {
.manage-products__add-category {
    margin-top: 30px;
}
.manage-products__add-product {
    float: right;
    margin-top: -50px;
}
.manage-products__add-category .text, .manage-products__add-category .form-label, .manage-products__add-category .form-select, .manage-products__add-category .button, .manage-products__add-product .text, .manage-products__add-product .form-label, .manage-products__add-product .form-select, .manage-products__add-product .button {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.manage-products__search-prefs .form-radio-label {
    display: inline-block;
    margin: 0 40px 0 0;
    vertical-align: middle;
}
}

.profile-management-sections {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.profile-management-sections a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #eee none repeat scroll 0 0;
    border-color: #eee #eee #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin-bottom: -1px;
    padding: 10px 20px;
    vertical-align: bottom;
}
.profile-management-sections .is-current {
    background: #fff none repeat scroll 0 0;
    border-color: #ccc #ccc #fff;
}


/* ---------- =unique ---------- */

.pdf-list {
  clear: both;
  margin: 0 !important;
  list-style: none !important;
}
.pdf-list__item {
  list-style: none !important;
}
.pdf-list__item + .pdf-list__item {
  margin-top: 1em;
}
.pdf-list__label {
  display: inline-block;
  width: 11em;
  max-width: 50%;
  max-width: calc(100% - 10em);
}

.pdf-list__pdf::after, .share-inline::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.4em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}
.pdf-list__pdf::after {
  background-image: url("../../../images/icon-doc.png");
}
.share-inline::after {
  background-image: url("../../../images/icon-action.png");
}

.share-inline {
  display: inline-block;
  margin-left: 1em;
  color: #3798d8;
  background: none;
  position: relative;
  cursor: pointer;
}
.share-inline__container {
  width: 160px;
  position: absolute;
  right: -13px;
  top: -13px;
  padding: 10px 15px;
  border: 1px solid #3798d8;
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
          transform: translateX(25px);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  transition: all 0.2s ease-out;
}
.share-inline.is-active > .share-inline__container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.share-inline__item {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.share-inline__item + .share-inline__item {
  margin-left: 15px;
}
.share-inline__item--facebook {
  background-image: url("../../../images/icon-inline-share-facebook.png");
}
.share-inline__item--twitter {
  background-image: url("../../../images/icon-inline-share-twitter.png");
}
.share-inline__item--linkedin {
  background-image: url("../../../images/icon-inline-share-linkedin.png");
}
.share-inline__item--email {
  background-image: url("../../../images/icon-inline-share-email.png");
}

/* Calendar Grid */

.calendar-grid-legend {
  margin-bottom: 36px;
}

.calendar-grid-category {
  border-radius: 5px;
  padding: 7px;
  color: #fff;
  margin-right: 7px;
  margin-bottom: 12px;
  display: inline-block;
  cursor: pointer;
}
.calendar-grid-category.activeCategory {
  color: #002664 !important;
  background: #fff !important;
  border: #002664 solid 1px !important;
}

.calendar-grid-category.activeCategory:after {
  content: "x";
  padding-left: 7px;
}

.calendar-grid-advance {
  margin-bottom: 18px;
}

.calendar-grid-advance .button:hover, .calendar-grid-advance .button:focus {
  border: none !important;
  box-shadow: 0 !important;
  box-shadow:  none !important;
  background: #660066;
}
 
.calendar-grid-current-month {
  padding-left: 7px;
  font-weight: 600;
}

.calWeek {
  display: flex;
}

.calWeek:first-child {
  margin-top: 48px;
}

.calDay {
  width: 14%;
  border: #eee solid 1px;
  padding: 12px 0 12px 0;
  color: #444;
}

.eventDay {
  margin-right: 0;
}

.eventDay.multiDay {
  margin-right: -8px;
  margin-left: -8px;
  position: relative;
  z-index: 999;
  padding-left: 9px;
}

.eventDay p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: clip;
}

.event-list-below-title, .event-list-below-date {
  padding-left: 7px;
}

@media (max-width: 1099px) {
 /* .calWeek {
    display: unset;
  }

  .calDay {
    width: 90%;
  } */

  .eventDay {
  text-indent: -5000px;
  height: 7px;
}

}

@media (min-width: 1100px) {
.continuePrevious p:before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
  content: "\f0d9";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.continueNext:after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro", "Font Awesome";
  content: "\f0da";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-left: 97px;
}
}

.single-day {
  color: #444;
  font-weight: normal;
  margin-bottom: 12px;
  display: block;
  cursor: pointer;
}

.single-day-past-future {
  color: #bbb;
  margin-bottom: 12px;
  display: block;
}

.calDay div {
 color: #fff;
 padding: 7px;
 /* border-radius: 5px; */
 margin-bottom: 7px;
}

.calDay div a {
  color: #fff;
}

.eventList {
  margin-top: 24px;
  padding: 12px;
}

.calendar-grid-advance .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #fff;
  color: #3798d8;
  font-weight: bold;
  cursor: pointer;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: 25%;
  text-align: center;
  font-size: 17px;
}

.calendar-grid-advance input {
  -webkit-appearance: none;
  background: #fff;
  color: #3798d8;
  font-weight: bold;
  border: none;
  box-shadow: none;
}

@media (max-width: 959px) {

  .calendar-grid-advance .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    width: 40%;
    font-size: 16px;
  }

  .button.color-2.event-calendar-button {
    margin-top: 0;
  }
  

}

/* SI/ECON */ 

.cat-2498 {

}

/* ops */

.cat-2499 {

}

/* hr */

.cat-2500 {

}

/* ingredients */

.cat-2501 {
  
}

/* trade */

.cat-2502 {
 
}

/* mara */

.cat-2503 {
 
}

/* sama */ 

.cat-2504 {

}

/* exec */
 
.cat-2505 {

}

/* cheese */ 

.cat-2506 {

}

/* dmi */ 

.cat-2507 {

}


/* usdec */ 

.cat-2508 {

}

/* office closure */ 

.cat-2509 {

}

.supplier-company-classification-container {
  margin-left: -12px;
  margin-top: 12px;
}

.supplier-company-info .supplier-company-classification {
  color: #fff !important;
  margin-top: 4px;
}

.supplier-company-website {
  margin-bottom: 12px;
}

.supplier-company-contact {
  margin-top: 12px;
  margin-bottom: 4px;
}

.supplier-company-summary {
  margin-top: 24px;
}

.supplier-result-info .supplier-company-classification {

}

.button.more.allied-search-more-button {
  margin-bottom: 24px;
  margin-left: 0;
}

a.button.more.allied-search-more-button:hover {
  color: #fff !important;
}