@charset "UTF-8";
#block-system-main-menu li.expanded ul {
  background: #ccc; }
#block-system-main-menu a, #block-system-main-menu span {
  color: #444;
  background: transparent;
  transition: background 0.1s; }
  #block-system-main-menu a:hover, #block-system-main-menu a.active, #block-system-main-menu span:hover, #block-system-main-menu span.active {
    background: #90BC35;
    color: #fff; }
#block-system-main-menu li.active-trail > a, #block-system-main-menu li.active-trail > span {
  background: #90BC35;
  color: #fff; }
#block-system-main-menu li.expanded li {
  border-bottom: 1px solid #e6e6e6; }

#block-system-main-menu .block-content > ul.menu > li.first a:before {
  color: #444; }

#block-system-main-menu .block-content > ul.menu > li.first a:hover:before {
  color: #fff; }

#block-system-main-menu .block-content > ul.menu > li.first a.active:before {
  color: #fff; }

#block-system-main-menu .block-content > ul.menu {
  border-radius: 6px;
  background: #f4f4f4;
  border: 1px solid #888;
  background: -moz-linear-gradient(top, #f4f4f4 50%, #cecece);
  background: -webkit-linear-gradient(top, #f4f4f4 50%, #cecece);
  background: -o-linear-gradient(top, #f4f4f4 50%, #cecece);
  background: -ms-linear-gradient(top, #f4f4f4 50%, #cecece);
  background-clip: padding-box; }
  #block-system-main-menu .block-content > ul.menu > li {
    border-left: 1px solid #e7e7e7; }
    #block-system-main-menu .block-content > ul.menu > li.first.leaf {
      border-left: none; }
      #block-system-main-menu .block-content > ul.menu > li.first.leaf > a {
        border-radius: 5px 0 0 5px; }
    #block-system-main-menu .block-content > ul.menu > li.last.leaf > a {
      border-radius: 0 5px 5px 0; }
    #block-system-main-menu .block-content > ul.menu > li.expanded a:after, #block-system-main-menu .block-content > ul.menu > li.expanded span:after {
      color: #444; }
    #block-system-main-menu .block-content > ul.menu > li.expanded a:hover:after, #block-system-main-menu .block-content > ul.menu > li.expanded span:hover:after, #block-system-main-menu .block-content > ul.menu > li.expanded a.active-trail:after, #block-system-main-menu .block-content > ul.menu > li.expanded span.active-trail:after {
      color: white; }

#block-views-bb980dfd2e838638c7e2cfabd9ac4d06 h2.block-title {
  background: #90BC35;
  color: white;
  padding: 0em 0.5em 0.2em;
  border-radius: 3px;
  font-weight: normal;
  margin-bottom: 1em;
  text-shadow: 1px 1px 1px #444;
  font-size: 1.3em; }
#block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-view-node a,
#block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-field-website a {
  background: #72942a; }
  #block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-view-node a:hover,
  #block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-field-website a:hover {
    background: #536c1f; }

/**************************************************
 * WW SWATCHES
 *
 *    #90BC35 = brand color, TOPICS hover background-color
 *    #2F34C9 = brand color
 *    #444444 = body background color
 *    #F4F4F4 = content/columns background color
 *    #141414 = hover background color, pane title background color, tab background color, emphasised back
 *                ground color, link hover color on dark background
 *    #90BC35 = hover text backgr color
 *    #F4F4F4 = reversed color (light yellow)
 *    #6E6E72 = gray quiet
 *    #4f5259 = dark gray 
 *    #0F364C = border/shadow - nav
 *    #6E6E72 = TOPIC background color, generic btn gradient, footer links
 *    #59898E = visited: links
 *    #90BC35 = hover: links
 *    #141414 = body text color
 *    #2F34C9 = stand out box (NL subscriptions)
 *    #2F34C9 = links
 *    #A90829 = red color
 *    #f7ed3e = yellow color
 *    #76931D = accent color 
 *  
 *  NOTE: more colors in articles.css, navigation.css, forms.css, page.css
 *************************************************** */
body {
  background-color: #444444;
  color: #141414; }
  body.cke_editable {
    background: none; }

/**********PAGE TYPE HEADER********** */
div#page-type {
  margin-bottom: 0.77em;
  padding: 0.4em 0.154em 0.4em 0.77em;
  position: relative;
  background-color: #90BC35;
  /*-webkit-border-radius:2px 0px 0px 2px; */
  -webkit-border-radius: 0.308em 0 0 0.308em;
  -moz-border-radius: 0.308em 0 0 0.308em;
  border-radius: 0.308em 0 0 0.308em;
  -moz-box-shadow: 1px 1px 0px #BBBBBB;
  -webkit-box-shadow: 1px 1px 0px #BBBBBB;
  box-shadow: 1px 1px 0px #BBBBBB;
  color: #FFF;
  min-height: 30px; }
  div#page-type > h1 {
    display: inline;
    /*text-transform: uppercase; */
    font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
    letter-spacing: 0.01em;
    font-size: 1.3em; }

#logo {
  width: 30%; }

.region-header {
  float: right;
  margin-top: 2em; }

/**********TYPOGRAPHY************* */
.top-stories h2.pane-title {
  color: #F4F4F4;
  width: 6em;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  background: transparent url("../images/lead.png") no-repeat 80% 0%;
  width: 96px;
  height: 40px;
  /*move to layout.css when ready */
  margin: 0;
  padding-top: 3px;
  position: relative;
  top: -10px; }

hr {
  background: #F4F4F4; }

/********LINKS************ */
a:link {
  color: #2F34C9;
  text-decoration: none; }
a:visited {
  color: #6a4985; }
a:hover {
  color: #76931D; }
a:active {
  color: #444; }

.pipe a:after {
  color: #2F34C9; }

#content div h1 a:link, #content div h4 a:link {
  color: #76931D; }
#content div h1 a:visited, #content div h4 a:visited {
  color: #6a4985; }
#content div h1 a:hover, #content div h4 a:hover {
  color: #90BC35; }
#content div h1 a:active, #content div h4 a:active {
  color: #444; }

#block-fancy-login-fancy-login-login-block a:link, .user-menu a:link, #block-fancy-login-fancy-login-login-block a:visited, .user-menu a:visited {
  color: #90BC35;
  font-weight: normal; }

#block-fancy-login-fancy-login-login-block a:hover, .user-menu a:hover {
  color: #F4F4F4;
  text-decoration: none;
  font-weight: normal; }

#block-fancy-login-fancy-login-login-block a:active, .user-menu a:active {
  color: #141414;
  font-weight: normal; }

#block-logintoboggan-logintoboggan-logged-in a, .icon-monitor a {
  color: #90BC35; }

#block-logintoboggan-logintoboggan-logged-in a:hover {
  color: #2B2D30;
  text-decoration: none; }

strong.accentColor a:link {
  color: #76931D; }
strong.accentColor a:visited {
  color: #6a4985; }
strong.accentColor a:hover {
  color: #90BC35; }
strong.accentColor a:active {
  color: #444; }

/****GOLD PACKAGE** */
thead th {
  background-color: #F4F4F4;
  color: #191919; }
  thead th a.active {
    color: #191919;
    text-decoration: underline; }

/*div#content table tr.even:hover, div#content table tr.odd:hover */
tbody tr.highlight:hover, tbody tr.highlight td.active:hover {
  background-color: #90BC35;
  color: #F4F4F4; }
tbody tr.odd:hover, tbody tr.even:hover, tbody tr.odd td.active:hover, tbody tr.even td.active:hover, tbody tr.odd:hover a, tbody tr.even:hover a {
  background-color: #90BC35;
  color: #F4F4F4; }
tbody tr.odd:hover a, tbody tr.even:hover a, tbody tr.odd:hover td.active a, tbody tr.even:hover td.active a {
  color: #F4F4F4; }

div#content tbody tr.web-gold-package-key td a:hover, div#content tbody tr.web-gold-package-key td.active a:hover {
  color: black; }
div#content tbody tr.web-gold-package-key:hover, div#content tbody tr.web-gold-package-key td.active:hover {
  color: black; }
div#content tbody tr.print-gold-package-key td a:hover, div#content tbody tr.print-gold-package-key td.active a:hover {
  color: black; }
div#content tbody tr.print-gold-package-key:hover, div#content tbody tr.print-gold-package-key td.active:hover {
  color: black; }
div#content table tr.web-gold-package-key td:hover, div#content table tr.print-gold-package-key td:hover {
  color: black; }
div#content table tr.web-gold-package-key td, div#content table tr.print-gold-package-key td {
  border-bottom: 1px solid #ebcf9c; }

span.views-summary {
  color: #6E6E72;
  font-size: 0.8em; }
  span.views-summary a {
    font-size: 1.747em; }

/*    .region-sidebar-second a:hover,
 *  #content a:hover{
 *      background-color: #DBDBDB; border-bottom: 1px solid #DBDBDB;} */
/****EXCEPTIONS*** */
.btn-subscribe a:hover, #block-logintoboggan-logintoboggan-logged-in a:hover {
  color: #F4F4F4; }

div#logo a:hover {
  color: #F4F4F4; }
  div#logo a:hover img {
    color: #F4F4F4; }

#block-fancy-login-fancy-login-login-block a:hover, .user-menu a:hover, div#btnClose a.close:hover {
  color: #F4F4F4; }

.footer-links h2 {
  color: #90BC35; }

div.more-link {
  border-bottom: 1px dotted #76931D; }
  div.more-link:hover {
    border-bottom: 1px solid #2F34C9; }
  div.more-link a {
    color: #76931D; }
    div.more-link a:hover {
      color: #2f34c9; }

/************* LIST **************** */
.block .item-list ul, ul li.leaf {
  margin-left: 1em;
  color: #90BC35;
  /*list-style-image: url('../images/bullet.png'); */ }

/*************** FORMS ***************** */
.form-item label {
  color: #76931D;
  font-weight: 800; }

/*6E6E72 */
/***************  BLOCK TITLE ********* */
section.stand-out-box h2.block-title, .stand-out-box ul li a:hover {
  color: #FFF; }

/****************** TABS *********************** */
.quicktabs-wrapper {
  background-color: #FFF;
  -webkit-border-radius: 0.385em;
  -moz-border-radius: 0.385em;
  border-radius: 0.385em;
  padding-bottom: 1px;
  box-shadow: 0 1px 1px #BBBBBB; }

div.region-sidebar-second ul.quicktabs-tabs.quicktabs-style-arrows li.active a.active, div.region-sidebar-second ul.quicktabs-tabs.quicktabs-style-arrows li a:hover {
  color: #141414; }
div.region-sidebar-second ul.quicktabs-tabs.quicktabs-style-arrows li.active a {
  color: #FFF; }
  div.region-sidebar-second ul.quicktabs-tabs.quicktabs-style-arrows li.active a:hover {
    color: #009BB5; }

ul.primary {
  border-bottom: 0 none; }
  ul.primary li.active a {
    box-shadow: none;
    border: 1px solid #DBDBDB;
    text-shadow: none;
    color: #6E6E72; }

/*********product tabs********** */
.quicktabs_main.quicktabs-style-basic {
  background-color: transparent;
  border: 0 none;
  border-top: none;
  padding: 10px;
  clear: both; }

ul.quicktabs-tabs.quicktabs-style-basic {
  border-bottom: 5px solid #2F34C9;
  padding: 0 5px 3px 0;
  font: bold 12px/19px Verdana !important;
  font-weight: bold;
  height: 19px;
  margin: 0; }
  ul.quicktabs-tabs.quicktabs-style-basic a {
    font: bold 12px/19px Verdana !important;
    text-decoration: none;
    color: #6E6E72; }
    ul.quicktabs-tabs.quicktabs-style-basic a:hover {
      color: #2F34C9; }
  ul.quicktabs-tabs.quicktabs-style-basic li {
    border: 0 none;
    border-bottom: none;
    padding: 5px 10px;
    /*2px 5px; */
    margin: 0 3px 0 0;
    position: relative;
    background-color: #2F34C9; }
    ul.quicktabs-tabs.quicktabs-style-basic li:hover {
      border: 0 none;
      border-bottom: none;
      background-color: white; }
    ul.quicktabs-tabs.quicktabs-style-basic li.active {
      border: 0 none;
      border-bottom: 1px solid #2F34C9;
      background-color: #2F34C9; }
      ul.quicktabs-tabs.quicktabs-style-basic li.active a {
        color: #F4F4F4; }
        ul.quicktabs-tabs.quicktabs-style-basic li.active a:hover {
          color: #000; }

/********* PAGINATION  - see navigation.css ************* */
/*************IMAGES - SEPARATORS - ICONS*********** */
#block-views-all-the-lead-block span.separator:after {
  content: " – ";
  /*2022 bullet */
  color: #2F34C9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.to-top {
  padding-left: 20px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .to-top:before, .to-top img {
    content: url(../images/sprite.png);
    position: absolute;
    top: -39px;
    clip: rect(44px, 270px, 54px, 258px);
    left: -258px;
    /* to offset the clip value */ }

.mail {
  padding-left: 20px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .mail:before, .mail img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 3px;
    clip: rect(0 16px 16px 0px);
    left: 0px;
    /* to offset the clip value */
    _left: -35px;
    /* some massaging for IE 6 */ }

.phone {
  padding-left: 20px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML);
  color: #2F34C9; }
  .phone:before, .phone img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 3px;
    clip: rect(0 32px 16px 18px);
    left: -15px;
    /* to offset the clip value */
    _left: -35px;
    /* some massaging for IE 6 */ }

.upload {
  padding-left: 20px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .upload:before, .upload img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 3px;
    clip: rect(0px 112px 16px 93px);
    left: -95px;
    /* to offset the clip value */
    _left: -35px;
    /* some massaging for IE 6 */ }

.download {
  padding-left: 20px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .download:before, .download img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 3px;
    clip: rect(0px 255px 16px 239px);
    left: -95px;
    /* to offset the clip value */
    _left: -35px;
    /* some massaging for IE 6 */ }

.icon-monitor {
  padding-left: 35px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-monitor:before, .icon-monitor img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 0px;
    clip: rect(0px 239px 24px 212px);
    left: -210px;
    /* to offset the clip value */
    _left: -235px;
    /* some massaging for IE 6 */ }

/*continue reading symbol */
ul.icon-continue li:after {
  color: #2F34C9;
  font-weight: 900;
  content: " »"; }

/*icons */
#block-block-18 ul li {
  margin-bottom: 0.77em; }

.icon-fb {
  padding-left: 20px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-fb:before, .icon-fb img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 2px;
    clip: rect(0 121px 16px 110px);
    left: -115px;
    /* to offset the clip value */
    _left: -135px;
    /* some massaging for IE 6 */ }

.icon-t {
  padding-left: 20px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-t:before, .icon-t img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 2px;
    clip: rect(0 137px 16px 125px);
    left: -126px;
    /* to offset the clip value */
    _left: -135px;
    /* some massaging for IE 6 */ }

.icon-youtube {
  padding-left: 20px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-youtube:before, .icon-youtube img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 0px;
    clip: rect(0 160px 20px 138px);
    left: -145px;
    /* to offset the clip value */
    _left: -165px;
    /* some massaging for IE 6 */ }

.icon-rss {
  padding-left: 20px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-rss:before, .icon-rss img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 2px;
    clip: rect(0 177px 17px 161px);
    left: -164px;
    /* to offset the clip value */
    _left: -165px;
    /* some massaging for IE 6 */ }

.icon-mail {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-mail:before, .icon-mail img {
    clip: rect(0 16px 15px 0px);
    content: url(../images/sprite.png);
    left: 0px;
    /* to offset the clip value */
    _left: 0px;
    /* some massaging for IE 6 */
    position: absolute;
    top: 2px; }

div.icon-mail a {
  color: #2F34C9; }
  div.icon-mail a:active {
    color: #444; }
  div.icon-mail a:hover {
    color: #76931D; }

.icon-company {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-company:before, .icon-company img {
    content: url(../images/sprite.png);
    position: absolute;
    top: -2px;
    clip: rect(0px 296px 20px 270px);
    left: -276px;
    /* to offset the clip value */
    _left: -296px;
    /* some massaging for IE 6 */ }

div span.gold-package span.web-gold_package_key, h4.gold-package span.web-gold_package_key {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }

div span.gold-package span.web-gold_package_key:before, div span.gold-package span.web-gold_package_key img {
  content: url(../images/sprite.png);
  position: absolute;
  top: -21px;
  clip: rect(21px 296px 40px 270px);
  left: -276px;
  /* to offset the clip value */
  _left: -296px;
  /* some massaging for IE 6 */ }

h4.gold-package span.web-gold_package_key:before, h4.gold-package span.web-gold_package_key img {
  content: url(../images/sprite.png);
  position: absolute;
  top: -21px;
  clip: rect(21px 296px 40px 270px);
  left: -276px;
  /* to offset the clip value */
  _left: -296px;
  /* some massaging for IE 6 */ }

div span.gold-package span.web-gold_package_key a, h4.gold-package span.web-gold_package_key a {
  color: #A90829;
  font-weight: bold; }

div span.gold-package span.web-gold_package_key a:hover, h4.gold-package span.web-gold_package_key a:hover {
  text-decoration: underline; }

.icon-product-gray, .icon-product-red {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }

.icon-product-gray:before, .icon-product-gray img {
  content: url(../images/sprite.png);
  position: absolute;
  top: -1px;
  clip: rect(0px, 314px, 20px, 296px);
  left: -297px;
  /* to offset the clip value */
  _left: -329px;
  /* some massaging for IE 6 */ }

.icon-product-red:before, .icon-product-red img {
  content: url(../images/sprite.png);
  position: absolute;
  top: 0px;
  clip: rect(40px, 314px, 20px, 294px);
  left: -297px;
  /* to offset the clip value */
  _left: -329px;
  /* some massaging for IE 6 */ }

.icon-edit-gray {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-edit-gray:before, .icon-edit-gray img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 0px;
    clip: rect(0px, 330px, 20px, 315px);
    left: -313px;
    /* to offset the clip value */
    _left: -329px;
    /* some massaging for IE 6 */ }

.icon-PrintPackage-gray {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-PrintPackage-gray:before, .icon-PrintPackage-gray img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 2px;
    clip: rect(0px, 209px, 18px, 196px);
    left: -192px;
    /* to offset the clip value */
    _left: -329px;
    /* some massaging for IE 6 */ }

.icon-WebPackage-gray {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-WebPackage-gray:before, .icon-WebPackage-gray img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 0px;
    clip: rect(0px, 236px, 20px, 213px);
    left: -214px;
    /* to offset the clip value */
    _left: -329px;
    /* some massaging for IE 6 */ }

.icon-time-gray {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-time-gray:before, .icon-time-gray img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 0px;
    clip: rect(0px, 348px, 20px, 333px);
    left: -333px;
    /* to offset the clip value */
    _left: -349px;
    /* some massaging for IE 6 */ }

.icon-price-gray {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-price-gray:before, .icon-price-gray img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 0px;
    clip: rect(0px, 369px, 20px, 352px);
    left: -353px;
    /* to offset the clip value */ }

.icon-author-gray {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-author-gray:before, .icon-author-gray img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 0px;
    clip: rect(0px, 382px, 20px, 370px);
    left: -368px;
    /* to offset the clip value */ }

.icon-addProduct {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-addProduct:before, .icon-addProduct img {
    content: url(../images/sprite.png);
    position: absolute;
    top: 0px;
    clip: rect(0px, 403px, 20px, 386px);
    left: -386px;
    /* to offset the clip value */ }

.icon-viewProducts {
  padding-left: 25px;
  position: relative;
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<img alt="../images/sprite.png" src="">'+this.innerHTML); }
  .icon-viewProducts:before, .icon-viewProducts img {
    content: url(../images/sprite.png);
    position: absolute;
    top: -24px;
    clip: rect(20px, 403px, 60px, 386px);
    left: -386px;
    /* to offset the clip value */ }

/*term reference tree */
.field-widget-term-reference-tree ul.term-reference-tree-level li {
  margin-bottom: 0.77em; }
  .field-widget-term-reference-tree ul.term-reference-tree-level li ul li {
    font-style: italic; }
    .field-widget-term-reference-tree ul.term-reference-tree-level li ul li ul li {
      margin-bottom: 0em; }
    .field-widget-term-reference-tree ul.term-reference-tree-level li ul li label {
      font-style: normal;
      font-weight: normal; }

.term-reference-tree-button {
  background-image: url("../images/bullet_toggle_minus.png"); }

.no-term-reference-tree-button {
  background-color: #ddd; }

.term-reference-tree-button.term-reference-tree-collapsed {
  background-image: url("../images/bullet_toggle_plus.png"); }

.field-widget-term-reference-tree .parent-term {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: bold;
  color: #1E719B; }

.form-type-checkbox-tree .error {
  background-image: none;
  border: 2px solid red;
  padding: 3px; }

.term-reference-tree-track-list li.track-item:hover {
  color: red;
  background-image: url("../images/bullet_delete.png");
  background-repeat: no-repeat;
  background-position: middle left; }
.term-reference-tree-track-list li.term_ref_tree_nothing_message {
  list-style-type: none;
  list-style-image: none;
  font-style: italic;
  cursor: default; }

.term-reference-track-list-label {
  font-weight: bold; }

/* Styles for display element */
.field-widget-term-reference-tree .selected {
  font-weight: bold; }
.field-widget-term-reference-tree .unselected {
  font-weight: normal; }
.field-widget-term-reference-tree ul {
  margin-top: 0; }

/***** Partner logos *** */
#partner-logo-wdd, #partner-logo-ECN, #partner-logo-CED {
  background-image: url("../images/sprite_partnersLogos.png"); }

/********TOPICS******** */
.btn-topics div.item-list ul li, #contentPage-topics ul.links li {
  background-color: #90BC35; }

.btn-topics div.item-list ul li:hover, #contentPage-topics ul.links li:hover {
  background-color: #444444;
  border: 0 none; }

.btn-topics div.item-list ul li a, #contentPage-topics ul.links li a {
  color: #444;
  border: 0 none;
  background-color: transparent; }

.btn-topics div.item-list ul li a:hover {
  color: #FFF;
  border: 0 none;
  background-color: transparent; }

#contentPage-topics ul.links li a:hover {
  color: #FFF;
  border: 0 none;
  background-color: transparent; }
#contentPage-topics h2.pane-title {
  color: #6E6E72;
  font-size: 0.9em; }

.btn-topics div.item-list ul li:visited, #contentPage-topics ul.links li:visited {
  background-color: #e1ded5; }

#listed-under h2.pane-title {
  color: #6E6E72;
  /*font-size: .9em; */ }

/********SEARCH**************** */
#search-block-form > div {
  background-color: #FFF;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #e2e2e2;
  -webkit-border-radius: 0px 0.308em 0.308em 0px;
  -moz-border-radius: 0px 0.308em 0.308em 0px;
  border-radius: 0px 0.308em 0.308em 0px; }

.form-item-search-block-form input.form-text {
  background-color: #FFF;
  border: 0 none;
  color: #6E6E72;
  font-size: 1.3em; }

/* search button */
#search-block-form div.form-wrapper, #search-block-form div#edit-actions span.button input#edit-submit {
  background: #90BC35;
  width: 45px;
  height: 40px;
  display: block;
  float: right;
  background: url(../images/sprite.png) no-repeat 0px -16px, -moz-linear-gradient(top, #90bc35 40%, #6f9129 55%);
  background: url(../images/sprite.png) no-repeat 0px -16px, -webkit-gradient(top, color-stop(40%, #90bc35), color-stop(55%, #6f9129));
  background: url(../images/sprite.png) no-repeat 0px -16px, -webkit-linear-gradient(top, #90bc35 40%, #6f9129 55%);
  background: url(../images/sprite.png) no-repeat 0px -16px, -o-linear-gradient(top, #90bc35 40%, #6f9129 55%);
  background: url(../images/sprite.png) no-repeat 0px -16px, -ms-linear-gradient(top, #90bc35 40%, #6f9129 55%);
  background: url(../images/sprite.png) no-repeat 0px -16px, linear-gradient(top, #90bc35 40%, #6f9129 55%);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px 0.308em 0.308em 0px;
  -moz-border-radius: 0px 0.308em 0.308em 0px;
  border-radius: 0px 0.308em 0.308em 0px; }
#search-block-form div.form-wrapper:hover {
  -moz-border-radius: 0 0.308em 0.308em 0;
  background: url(../images/sprite.png) no-repeat 0px -16px, -moz-linear-gradient(top, #6f9129 40%, #90bc35 55%);
  background: url(../images/sprite.png) no-repeat 0px -16px, -webkit-gradient(top, color-stop(40%, #6f9129), color-stop(55%, #90bc35));
  background: url(../images/sprite.png) no-repeat 0px -16px, -webkit-linear-gradient(top, #6f9129 40%, #90bc35 55%);
  background: url(../images/sprite.png) no-repeat 0px -16px, -o-linear-gradient(top, #6f9129 40%, #90bc35 55%);
  background: url(../images/sprite.png) no-repeat 0px -16px, -ms-linear-gradient(top, #6f9129 40%, #90bc35 55%);
  background: url(../images/sprite.png) no-repeat 0px -16px, linear-gradient(top, #6f9129 40%, #90bc35 55%);
  display: block;
  float: right;
  height: 40px;
  width: 45px; }
#search-block-form div#edit-actions input#edit-submit {
  background: transparent url(../images/sprite.png) no-repeat 0px -16px;
  border: 0 none;
  width: 45px;
  height: 40px;
  border-left: 1px solid #90BC35;
  padding: 0px;
  -moz-border-radius: 0 0.308em 0.308em 0;
  -webkit-border-radius: 0 0.308em 0.308em 0;
  border-radius: 0 0.308em 0.308em 0; }
#search-block-form input#edit-submit, #search-block-form input#edit-submit--2, #search-block-form input#edit-submit--4, #search-block-form input#edit-submit--5 {
  background: transparent url(../images/sprite.png) no-repeat 0px -16px;
  border: 0 none;
  width: 45px;
  height: 40px;
  border-left: 1px solid #90BC35;
  padding: 0px;
  -moz-border-radius: 0 0.308em 0.308em 0;
  -webkit-border-radius: 0 0.308em 0.308em 0;
  border-radius: 0 0.308em 0.308em 0; }

/***********BUTTONS************ */
/*generic BTN - Apply btn - Items per page */
.button {
  color: #F4F4F4; }

span.edit-submit-taxonomy-term, .btn-generic {
  /*input#edit-submit-all-content */
  padding: 1px;
  -moz-box-shadow: 0px 1px 0px #0d1831;
  -webkit-box-shadow: 0px 1px 0px #0d1831;
  box-shadow: 0px 1px 0px #0d1831;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em;
  background-color: #1E719B;
  display: block;
  height: 1.539em;
  background: -moz-linear-gradient(top, #007dc1 0%, #1e719b 88%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007dc1), color-stop(88%, #1e719b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #007dc1 0%, #1e719b 88%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #007dc1 0%, #1e719b 88%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #007dc1 0%, #1e719b 88%);
  /* IE10+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dc1 ', endColorstr='#1E719B',GradientType=0 );  IE6-9 */
  background: linear-gradient(top, #007dc1 0%, #1e719b 88%);
  /* W3C */ }

span.edit-submit-all-content input#edit-submit-all-content, input#edit-submit-taxonomy-term {
  background-color: transparent;
  border: 0 none;
  margin: 0;
  color: #F4F4F4;
  display: inline; }

/*add all red buttons when backgr-images are not needed #fancy_login_form_contents span.button input#edit-submit--2 */
.btn-important {
  /*.form-submit - MAKING SEARCH BUTTON RED IN ie */
  background-color: #A90829;
  /* Old browsers */
  -moz-box-shadow: inset 1px 1px 4px #930000;
  -webkit-box-shadow: inset 1px 1px 4px #930000;
  box-shadow: inset 1px 1px 4px #930000;
  border: 1px solid #f20000;
  border-top: 1px solid #f20000;
  text-shadow: 1px 1px 1px #6f1800;
  color: #F4F4F4;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25em 0.77em;
  cursor: pointer; }

div#form-RFI input#edit-submit, div#edit-actions span.button input#edit-submit {
  /*.form-submit - MAKING SEARCH BUTTON RED IN ie */
  background-color: #A90829;
  /* Old browsers */
  -moz-box-shadow: inset 1px 1px 4px #930000;
  -webkit-box-shadow: inset 1px 1px 4px #930000;
  box-shadow: inset 1px 1px 4px #930000;
  border: 1px solid #f20000;
  border-top: 1px solid #f20000;
  text-shadow: 1px 1px 1px #6f1800;
  color: #F4F4F4;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25em 0.77em;
  cursor: pointer; }

form#user-register-form div span.button input.form-submit, form#user-login div span.button input.form-submit, form#user-profile-form div span.button:first-child input.form-submit {
  /*.form-submit - MAKING SEARCH BUTTON RED IN ie */
  background-color: #A90829;
  /* Old browsers */
  -moz-box-shadow: inset 1px 1px 4px #930000;
  -webkit-box-shadow: inset 1px 1px 4px #930000;
  box-shadow: inset 1px 1px 4px #930000;
  border: 1px solid #f20000;
  border-top: 1px solid #f20000;
  text-shadow: 1px 1px 1px #6f1800;
  color: #F4F4F4;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25em 0.77em;
  cursor: pointer; }

.btn-important:hover {
  /*.form-submit - MAKING SEARCH BUTTON RED IN ie */
  background-color: #A90829;
  /* Old browsers */
  -moz-box-shadow: inset 1px 1px 4px #70051b;
  -webkit-box-shadow: inset 1px 1px 4px #70051b;
  box-shadow: inset 1px 1px 4px #70051b;
  border: 1px solid #f4224d;
  /*border-top: 1px solid #ff3f06; */
  text-shadow: 1px 1px 2px #a42500;
  color: #F4F4F4;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25em 0.77em;
  cursor: pointer; }

div#form-RFI input#edit-submit:hover, div#edit-actions span.button input#edit-submit:hover {
  /*.form-submit - MAKING SEARCH BUTTON RED IN ie */
  background-color: #A90829;
  /* Old browsers */
  -moz-box-shadow: inset 1px 1px 4px #70051b;
  -webkit-box-shadow: inset 1px 1px 4px #70051b;
  box-shadow: inset 1px 1px 4px #70051b;
  border: 1px solid #f4224d;
  /*border-top: 1px solid #ff3f06; */
  text-shadow: 1px 1px 2px #a42500;
  color: #F4F4F4;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25em 0.77em;
  cursor: pointer; }

form#user-register-form div span.button input.form-submit:hover, form#user-login div span.button input.form-submit:hover, form#user-profile-form div span.button:first-child input.form-submit:hover {
  /*.form-submit - MAKING SEARCH BUTTON RED IN ie */
  background-color: #A90829;
  /* Old browsers */
  -moz-box-shadow: inset 1px 1px 4px #70051b;
  -webkit-box-shadow: inset 1px 1px 4px #70051b;
  box-shadow: inset 1px 1px 4px #70051b;
  border: 1px solid #f4224d;
  /*border-top: 1px solid #ff3f06; */
  text-shadow: 1px 1px 2px #a42500;
  color: #F4F4F4;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25em 0.77em;
  cursor: pointer; }

.btn-important:hover {
  background-color: #70051b;
  /* Old browsers */
  border: 1px solid #4e0312;
  text-shadow: 1px 1px 2px black;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25em 0.77em;
  cursor: pointer;
  -moz-box-shadow: none;
  -webkit-box-shadow: inset 1px 1px 4px #430310;
  box-shadow: none; }

div#form-RFI input#edit-submit:active, div#edit-actions span.button input#edit-submit:active {
  background-color: #70051b;
  /* Old browsers */
  border: 1px solid #4e0312;
  text-shadow: 1px 1px 2px black;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25em 0.77em;
  cursor: pointer;
  -moz-box-shadow: none;
  -webkit-box-shadow: inset 1px 1px 4px #430310;
  box-shadow: none; }

form#user-register-form div span.button input.form-submit:active, form#user-login div span.button input.form-submit:hover, form#user-profile-form div span.button:first-child input.form-submit:active, form#search-form div span.button:first-child input.edit-submit {
  background-color: #70051b;
  /* Old browsers */
  border: 1px solid #4e0312;
  text-shadow: 1px 1px 2px black;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.25em 0.77em;
  cursor: pointer;
  -moz-box-shadow: none;
  -webkit-box-shadow: inset 1px 1px 4px #430310;
  box-shadow: none; }

.btn-important:hover, .btn-important a {
  color: #F4F4F4; }

.btn-subscribe {
  background-color: #2F34C9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2f34c9 10%, #1b1d70 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #2f34c9), color-stop(100%, #1b1d70));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2f34c9 10%, #1b1d70 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2f34c9 10%, #1b1d70 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #2f34c9 10%, #1b1d70 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F34C9', endColorstr='#1b1d70',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #2f34c9 10%, #1b1d70 100%);
  /* W3C */
  -moz-box-shadow: 0 1px 2px black;
  -webkit-box-shadow: 0 1px 2px black;
  box-shadow: 0 1px 2px black;
  border: 1px solid #1b1d70;
  border-top: 1px solid #9698e7;
  /*text-shadow: 1px 1px 0px #7F1B28; */
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold; }
  .btn-subscribe a {
    color: #F4F4F4;
    text-shadow: none; }
  .btn-subscribe:hover {
    /*.form-submit:hover - MAKING SEARCH BUTTON RED IN ie use . -submit with caution */
    background-color: #2F34C9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1b1d70 10%, #2f34c9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #2f34c9), color-stop(100%, #1b1d70));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1b1d70 10%, #2f34c9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1b1d70 10%, #2f34c9 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #1b1d70 10%, #2f34c9 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1d70', endColorstr='#2F34C9',GradientType=0 );
    /* IE6-9 */
    background: linear-gradient(top, #1b1d70 10%, #2f34c9 100%);
    /* W3C */
    -moz-box-shadow: 0 1px 2px black;
    -webkit-box-shadow: 0 1px 2px black;
    box-shadow: 0 1px 2px black;
    border: 1px solid #1b1d70;
    border-top: 1px solid #1b1d70;
    text-align: center;
    /*text-shadow: 1px 1px 0px #7F1B28; */
    color: #FFF;
    font-weight: bold; }

div.region-sidebar-second .btn-subscribe {
  width: 100px;
  font-weight: bold;
  /*font: normal normal normal 1em/.9em 'Arial Black', Gadget, sans-serif; */ }

#edit-cancel {
  background-color: transparent;
  border: 0 none;
  color: #1E719B;
  text-decoration: underline;
  cursor: pointer; }

#fancy_login_form_contents span.button input#edit-submit--2 {
  background: transparent url("../images/sprite.png") no-repeat 0px -56px; }
  #fancy_login_form_contents span.button input#edit-submit--2:hover {
    background: transparent url("../images/sprite.png") no-repeat 0px -86px; }

#fancy_login_close_button {
  border: 1px solid #910000;
  color: #F4F4F4;
  background-color: #A90829; }
  #fancy_login_close_button:hover {
    background-color: #A90829;
    color: #F4F4F4; }

/******gray buttons****** */
ul.pager li.pager-next, ul.pager li.pager-last, ul.pager li.pager-first, ul.pager li.pager-previous {
  background-color: #6E6E72;
  -moz-box-shadow: inset 0px 0px 6px #444;
  -webkit-box-shadow: inset 0px 0px 6px #444;
  box-shadow: inset 0px 0px 6px #444;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em;
  border: 1px solid #7f7f7f;
  /*text-shadow: 1px 1px 2px #52555c; */
  color: #F4F4F4;
  text-transform: uppercase;
  font-weight: bold;
  /*padding: .25em .77em; */
  cursor: pointer; }

span.button input#edit-field-logo-und-0-upload-button, span.edit-submit-all-content {
  background-color: #6E6E72;
  -moz-box-shadow: inset 0px 0px 6px #444;
  -webkit-box-shadow: inset 0px 0px 6px #444;
  box-shadow: inset 0px 0px 6px #444;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em;
  border: 1px solid #7f7f7f;
  /*text-shadow: 1px 1px 2px #52555c; */
  color: #F4F4F4;
  text-transform: uppercase;
  font-weight: bold;
  /*padding: .25em .77em; */
  cursor: pointer; }

.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
  background-color: #6E6E72;
  -moz-box-shadow: inset 0px 0px 6px #444;
  -webkit-box-shadow: inset 0px 0px 6px #444;
  box-shadow: inset 0px 0px 6px #444;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em;
  border: 1px solid #7f7f7f;
  /*text-shadow: 1px 1px 2px #52555c; */
  color: #F4F4F4;
  text-transform: uppercase;
  font-weight: bold;
  /*padding: .25em .77em; */
  cursor: pointer; }

ul.primary li a {
  background-color: #6E6E72;
  -moz-box-shadow: inset 0px 0px 6px #444;
  -webkit-box-shadow: inset 0px 0px 6px #444;
  box-shadow: inset 0px 0px 6px #444;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em;
  border: 1px solid #7f7f7f;
  /*text-shadow: 1px 1px 2px #52555c; */
  color: #F4F4F4;
  text-transform: uppercase;
  font-weight: bold;
  /*padding: .25em .77em; */
  cursor: pointer; }

span.button input#edit-field-logo-und-0-upload-button:hover {
  background-color: #999999;
  -moz-box-shadow: inset 0px 0px 4px #7f7f7f;
  -webkit-box-shadow: inset 0px 0px 4px #7f7f7f;
  box-shadow: inset 0px 0px 4px #7f7f7f;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em;
  border: 1px solid #333333;
  text-shadow: none;
  color: #F4F4F4;
  /*text-transform: uppercase; */
  font-weight: bold;
  /*padding: .25em .77em; */
  cursor: pointer; }

ul.pager li.pager-next:hover, ul.pager li.pager-last:hover, ul.pager li.pager-first:hover, ul.pager li.pager-previous:hover {
  background-color: #999999;
  -moz-box-shadow: inset 0px 0px 4px #7f7f7f;
  -webkit-box-shadow: inset 0px 0px 4px #7f7f7f;
  box-shadow: inset 0px 0px 4px #7f7f7f;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em;
  border: 1px solid #333333;
  text-shadow: none;
  color: #F4F4F4;
  /*text-transform: uppercase; */
  font-weight: bold;
  /*padding: .25em .77em; */
  cursor: pointer; }

.view .date-nav-wrapper .date-prev:hover, .view .date-nav-wrapper .date-next:hover {
  background-color: #999999;
  -moz-box-shadow: inset 0px 0px 4px #7f7f7f;
  -webkit-box-shadow: inset 0px 0px 4px #7f7f7f;
  box-shadow: inset 0px 0px 4px #7f7f7f;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em;
  border: 1px solid #333333;
  text-shadow: none;
  color: #F4F4F4;
  /*text-transform: uppercase; */
  font-weight: bold;
  /*padding: .25em .77em; */
  cursor: pointer; }

ul.primary li a:hover {
  background-color: #999999;
  -moz-box-shadow: inset 0px 0px 4px #7f7f7f;
  -webkit-box-shadow: inset 0px 0px 4px #7f7f7f;
  box-shadow: inset 0px 0px 4px #7f7f7f;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em;
  border: 1px solid #333333;
  text-shadow: none;
  color: #F4F4F4;
  /*text-transform: uppercase; */
  font-weight: bold;
  /*padding: .25em .77em; */
  cursor: pointer; }
ul.pager li.pager-next a, ul.pager li.pager-last a, ul.pager li.pager-first a, ul.pager li.pager-previous a {
  color: #F4F4F4;
  font-weight: bold; }

.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
  color: #F4F4F4;
  font-weight: bold; }

ul.pager li.pager-next a.active:hover, ul.pager li.pager-last a.active:hover, ul.pager li.pager-first a.active:hover, ul.pager li.pager-previous a.active:hover {
  color: #F4F4F4;
  text-decoration: none; }

/********* FORMS ********** */
input[placeholder] {
  color: #6E6E72; }
input.form-text {
  border: 1px solid #6E6E72; }

textarea {
  border: 1px solid #6E6E72; }

input.text, input.title {
  border: 1px solid #6E6E72; }

textarea, select {
  border: 1px solid #6E6E72; }

/* Focus styles for accessibility and usabiltiy. */
.form-text:focus, .form-checkbox:focus, .form-radio:focus, .form-select:focus {
  border: 1px solid #90BC35;
  /*background: #ffffdf; */
  /*styled in forms.css (core) */
  -moz-border-radius: 0.231em;
  -webkit-border-radius: 0.385em;
  border-radius: 0.385em; }

textarea {
  border: 1px solid #6E6E72;
  -moz-border-radius: 0.231em;
  -webkit-border-radius: 0.385em;
  border-radius: 0.385em; }
  textarea:focus {
    border: 1px solid #90BC35;
    /*background: #fff; */
    /*stylid in forms.css (core) */ }

input {
  border: 1px solid #6E6E72;
  -moz-border-radius: 0.231em;
  -webkit-border-radius: 0.385em;
  border-radius: 0.385em; }

/* Fieldsets */
fieldset {
  background: transparent;
  border: 1px solid #6E6E72; }

/*RFI form */
div#form-RFI {
  padding: 0.77em; }
  div#form-RFI h2 {
    color: #2F34C9;
    font-size: 1.077em; }
  div#form-RFI .form-item labe, div#form-RFI label {
    fornt-weight: normal; }

#company-profile #form-RFI {
  margin-top: 0.85em; }

/********* ARTICLES see more in articles.css (core) ****** */
.article ul.links li a {
  color: #2F34C9; }
  .article ul.links li a:hover {
    color: #90BC35;
    text-decoration: none;
    background-color: transparent !important; }

.panels-flexible-region-inside > .article {
  border-top: 1px solid #BBBBBB; }

/***********PANNEL*********** */
/*block title, pane title */
.m-title h2.pane-title, .m-title h2.block-title {
  background-color: #90BC35;
  text-transform: uppercase;
  font: normal normal bold 0.9em/1em Verdana, Geneva, "DejaVu Sans", sans-serif;
  color: #F4F4F4;
  padding: 0.539em 0 0.52em 12px;
  /*margin: 0px 0px 1.154em -12px; */
  -moz-box-shadow: 0px 1px 0.5px #949494;
  -webkit-box-shadow: 0px 1px 0.5px #949494;
  box-shadow: 0px 1px 0.5px #949494; }

.pane-disqus-disqus-comments h2.pane-title, .block-title-relatedContent h2.block-title {
  background-color: #90BC35;
  text-transform: uppercase;
  font: normal normal bold 0.9em/1em Verdana, Geneva, "DejaVu Sans", sans-serif;
  color: #F4F4F4;
  padding: 0.539em 0 0.52em 12px;
  /*margin: 0px 0px 1.154em -12px; */
  -moz-box-shadow: 0px 1px 0.5px #949494;
  -webkit-box-shadow: 0px 1px 0.5px #949494;
  box-shadow: 0px 1px 0.5px #949494; }

#mini-panel-dart_stamp_ads {
  border: 1px solid #dddddd; }

/********REGIONS******** */
#columns {
  background-color: #F4F4F4;
  -webkit-border-radius: 10px 10px 0.308em 0.308em;
  -moz-border-radius: 10px 10px 0.308em 0.308em;
  border-radius: 10px 10px 0.308em 0.308em;
  -moz-box-shadow: -1px 1px 4px #000;
  -webkit-box-shadow: 1px 1px 4px #000;
  box-shadow: 1px 1px 4px #000; }

.region-sidebar-second {
  /*background-color: #D3CEC7; */
  /* Old browsers */
  /*         background: -moz-linear-gradient(top, #FFF 0%, #D3CEC7 20%);
   *       background: linear-gradient(top, #FFF 0%, #D3CEC7 20%); */ }

/******** MODULES ******** */
.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #6E6E72;
  border-left: 2px solid #6E6E72;
  border-right: 2px solid #6E6E72; }
.calendar-calendar .month-view .full td.date-box.today {
  border-top: 2px solid #6E6E72;
  border-left: 2px solid #6E6E72;
  border-right: 2px solid #6E6E72; }
.calendar-calendar th.days {
  background-color: #e1e1e1;
  border: 1px solid #CCCCCC; }
.calendar-calendar td {
  border: 1px solid #CCC;
  color: #6E6E72;
  color: #6E6E72; }
  .calendar-calendar td.empty {
    color: #6E6E72; }
  .calendar-calendar td .inner div.day a {
    color: #2B54A6; }

.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
  background: -moz-linear-gradient(center top, #a7a7a9 0%, #6e6e72 88%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a7a9), color-stop(88%, #6e6e72));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a7a7a9 0%, #6e6e72 88%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a7a7a9 0%, #6e6e72 88%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #a7a7a9 0%, #6e6e72 88%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7a7a9', endColorstr='#6E6E72',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #a7a7a9 0%, #6e6e72 88%);
  /* W3C */
  color: white; }
.view .date-nav-wrapper .date-prev a:hover, .view .date-nav-wrapper .date-next a:hover {
  color: #2B3240; }

section.nav-content h2.block-title, .nav-content h2 {
  font-weight: normal;
  color: #6E6E72; }

section.nav-content h2.block-title[title=addCompany] {
  color: #2F34C9;
  font-weight: bold; }

.nav-content h2 {
  border-bottom: 1px solid #6E6E72;
  margin-top: 0.385em;
  padding-bottom: 0.2em;
  width: 100%; }
  .nav-content h2[title=addCompany] {
    color: #2F34C9;
    font-weight: bold; }

/*468px ad */
#listing-content .dart-name-468_listing_page {
  background-color: #FFF; }

/*modal window nl subscription */
#boxes .container-grid-8 {
  box-shadow: 0 2px 2px #666;
  -moz-box-shadow: 0px 2px 2px #666;
  -webkit-box-shadow: 0px 2px 2px #666;
  background-color: #90BC35;
  color: #2F34C9;
  width: 450px; }
#boxes .window h1 {
  /*text-shadow: 1px 1px 1px #141414; */ }
#boxes .window a.reverse-text {
  color: #FFF; }

#MWiframe {
  background-color: transparent; }

/*subscription form */
#subscription-newsletter-mainContent {
  background-image: url("../images/marker_backgr.png");
  background-position: 97% top;
  background-repeat: no-repeat; }
  #subscription-newsletter-mainContent a.btn-invisible {
    color: black;
    text-indent: 0;
    right: 20px; }
  #subscription-newsletter-mainContent div a {
    position: absolute;
    top: 5px;
    right: 8px;
    display: block;
    color: #444444;
    font-weight: bold;
    font-size: 0.9em;
    width: 103px; }
    #subscription-newsletter-mainContent div a:hover {
      text-decoration: underline; }

#subscription-newsletter-mainContent fieldset, footer .region-footer fieldset {
  margin: 0.77em 0em;
  padding: 0em;
  border: 0 none; }

/*#subscription-newsletter-mainContent input {line-height: 1.539em;} */
form#subscriptionNLfooter label {
  display: inline;
  color: #F2EFE3; }
form#subscriptionNLfooter dl {
  margin: 1.154em 0 0 0;
  font-size: 0.9em;
  line-height: 1.5em; }
form#subscriptionNLfooter dt {
  /*float: left; */ }
form#subscriptionNLfooter dd {
  margin: 0 0 0.77em 1.538em; }

#pane-subscriptionTextAd a {
  color: #2F34C9; }
  #pane-subscriptionTextAd a:hover {
    color: #2B2D30; }

/******* COMPANY PROFILE ****** */
#company-profile .pane-entity-field h2, .sponsored-products h2.pane-title, .quiet, .search-results .search-info {
  color: #6E6E72; }

/********HELPER CLASSES******** */
.accentColor {
  color: #76931D; }

.highlight, div#content table tr.web-gold-package-key td {
  background-color: #f8f8b1; }

li.gold_package_key, li.web-gold_package_key {
  background-color: #f8f8b1; }

div#content table tr.print-gold-package-key td, li.print-gold_package_key {
  background-color: #f8f8b1; }

.reverse-text {
  color: #FFF; }

.red {
  color: #A90829; }

.pullquote {
  background: #2F34C9;
  color: #F4F4F4; }

.image-caption {
  color: #2B2D30; }

.stand-out-box {
  background-color: #90BC35;
  box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 1px 1px #000;
  -webkit-box-shadow: 0px 1px 1px #000; }

.top-stories {
  /*border: 1px solid #CECECE; */
  background-color: #FFF;
  box-shadow: 0px 1px 1px #bbbbbb; }

.quiet-box, section.nav-content div.block-inner {
  background-color: #FFF;
  box-shadow: 0px 1px 1px #bbbbbb; }

.sponsored-products {
  background-color: #FFF;
  border: 1px solid #bbbbbb; }

.image-border, .about-author {
  background-color: #FFF;
  -moz-border-radius: 0.231em;
  -khtml-border-radius: 0.231em;
  -webkit-border-radius: 0.231em;
  border-radius: 0.231em;
  box-shadow: 0 1px 2px #bbbbbb; }

.description {
  color: #4F5259;
  background-color: #f8f8b1;
  padding: 0.77em;
  box-shadow: 1px 1px 2px #bbbbbb;
  margin-top: 0.77em; }
