@import url(bartik.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0px;
  padding: 0px;
  color: #555;
  font-family: Verdana, Helvetica, Arial, "STSong", "SimSun";
  font-size: 13px;
  line-height: 1.6em;
  border: 0;
  outline: 0;
  background-color: #fff;
  word-wrap: break-word; }

body.i18n-zh-hans {
  font-size: 1em; }

h1 {
  margin: 0;
  padding: .5em 0px .25em 0px;
  color: #555;
  font-size: 1.8em;
  line-height: 1.3em; }

h2 {
  padding: 0px;
  margin: .63em 0px .32em 0px;
  font-size: 1.45em;
  font-weight: normal;
  line-height: 1.5em; }

h3 {
  margin: .9em 0px .45em 0px;
  font-size: 1em;
  line-height: 1.3em; }

p {
  padding: 0px;
  margin: .9em 0px 1.4em 0px; }

hr {
  margin: 2.3em 0;
  border: 0px;
  padding: 0px;
  height: 1px;
  background-color: #bbbbbb; }

/* ---------- Colors ----------- */
.blue {
  color: #1e7cc0; }

.dark-blue {
  color: #025fb3; }

.orange {
  color: #ff7913; }

.green {
  color: #42a300; }

/* ---------- Lists ----------- */
ul, ol {
  margin: 0 0 1.4em 0;
  padding: 0 0 0 2.3em; }

ul li, ol li {
  margin: 0 0 .65em 0; }

ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin: .65em 0; }

ul
ul li,
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style-image: none; }

p + ul,
p + ol,
ul p + ul,
ul p + ol {
  margin-top: -.9em; }

/* ---------- Links ----------- */
a {
  color: #0af;
  text-decoration: none; }

a:hover,
a:active {
  color: #0af;
  text-decoration: underline; }

a.read-more {
  display: block;
  color: #555; }
  a.read-more:after {
    content: "";
    width: .8em;
    height: .8em;
    margin-left: 5px;
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    border-left: 0.4em solid #555; }
  a.read-more:hover {
    text-decoration: none;
    color: #0af; }
    a.read-more:hover:after {
      content: "";
      width: .8em;
      height: .8em;
      margin-left: 5px;
      display: inline-block;
      height: 0;
      width: 0;
      border-top: 0.4em solid transparent;
      border-bottom: 0.4em solid transparent;
      border-left: 0.4em solid #1e7cc0; }
  a.read-more.white:after {
    content: "";
    width: .8em;
    height: .8em;
    margin-left: 5px;
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    border-left: 0.4em solid #fff; }

a.arrow:after {
  content: "";
  width: .8em;
  height: .8em;
  margin-left: 5px;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid #555; }

/* Big square block links on the right */
span.block-link,
a.block-link {
  display: inline-block;
  padding: 8px 15px 9px 15px;
  overflow: auto;
  /* keeps the arrow in sight on odd wraps */
  color: #555;
  font-size: 16px;
  line-height: 24px;
  background-color: #eee; }
  span.block-link span.arrow,
  a.block-link span.arrow {
    float: right;
    height: 9px;
    width: 5px;
    margin-top: 8px;
    margin-left: 10px;
    background: transparent url("../images/icon-arrow-grey.png") no-repeat 0px 0px; }
  span.block-link a.block-link:hover,
  a.block-link a.block-link:hover {
    text-decoration: none;
    background-color: #d5d5d5; }
  span.block-link a.block-link.green,
  span.block-link a.block-link.blue,
  span.block-link a.block-link.orange,
  a.block-link a.block-link.green,
  a.block-link a.block-link.blue,
  a.block-link a.block-link.orange {
    color: #fff;
    background-repeat: repeat-y;
    background-position: -1920px 0px; }
    span.block-link a.block-link.green span.arrow,
    span.block-link a.block-link.blue span.arrow,
    span.block-link a.block-link.orange span.arrow,
    a.block-link a.block-link.green span.arrow,
    a.block-link a.block-link.blue span.arrow,
    a.block-link a.block-link.orange span.arrow {
      background-image: url("../images/icon-arrow-white.png"); }
    span.block-link a.block-link.green:hover,
    span.block-link a.block-link.blue:hover,
    span.block-link a.block-link.orange:hover,
    a.block-link a.block-link.green:hover,
    a.block-link a.block-link.blue:hover,
    a.block-link a.block-link.orange:hover {
      background-position: -2230px 0px; }
  span.block-link a.block-link.green,
  a.block-link a.block-link.green {
    background-image: url("../images/grad-green.png"); }
  span.block-link a.block-link.blue,
  a.block-link a.block-link.blue {
    background-image: url("../images/grad-blue.png"); }
  span.block-link a.block-link.orange,
  a.block-link a.block-link.orange {
    background-image: url("../images/grad-orange.png"); }

div.rightcol a.block-link {
  display: block;
  width: 280px; }

div.rightcol div.block div.content div.block-link-container {
  margin: -10px 0px 10px -20px; }

div.block-link-container {
  width: 310px;
  padding-bottom: 10px;
  background-color: #fff; }

div.rightcol div.block div.content a.block-link {
  margin: -10px 0px -5px -20px; }

div.block-link-container a.block-link {
  float: none;
  margin: 0px 0px 0px 0px; }

a.top {
  float: right;
  margin-top: 10px;
  padding-right: 15px;
  color: #aaa;
  font-size: .85em;
  line-height: 1em;
  background: #fff url("../images/icon-arrow-up.png") no-repeat right 3px; }

a.top:hover,
a.top:active {
  color: #555;
  background-position: right -97px; }

a.rss-small {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: transparent url("../images/icon-rss-small.png") no-repeat top left; }

a.rss-small:hover {
  background-position: 0px -17px; }

a.go-back {
  display: block;
  margin: 15px 0px;
  padding-left: 10px;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  background: transparent url("../images/icon-arrow-blue-l.png") no-repeat 0px center; }

a.go-forward {
  display: block;
  margin: 15px 0px;
  padding-right: 10px;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  background: transparent url("../images/icon-arrow-blue.png") no-repeat right center; }

a.arrowbtn,
a.arrowbtn-grey,
li.node-readmore a {
  display: inline-block;
  padding: 7px 20px 7px 10px;
  color: #fff;
  font-size: .85em;
  line-height: 1em;
  background: #555 url("../images/mask-arrowbtn-white.png") no-repeat top right; }

a.arrowbtn-grey:hover,
a.arrowbtn:hover,
li.node-readmore a:hover {
  text-decoration: none;
  background-color: #0af; }

a.arrowbtn-grey {
  background: #555 url("../images/mask-arrowbtn-grey.png") no-repeat top right; }

a.arrowbtn-l {
  display: inline-block;
  padding: 7px 20px 7px 20px;
  color: #fff;
  font-size: .85em;
  line-height: 1em;
  background: #555 url("../images/mask-arrowbtn-white-l.png") no-repeat 0px center; }

a.arrowbtn-l:hover {
  text-decoration: none;
  background-color: #0af; }

/* Link Icons */
a.icon-link,
span.icon-link {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 30px;
  color: #555;
  text-decoration: none;
  font-size: 12px;
  line-height: 19px; }

.icon-link span.icon {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
  text-indent: -999em; }

.icon-link span.icon.download {
  background: transparent url("../images/link-download.png") no-repeat top left; }

.icon-link span.icon.media {
  background: transparent url("../images/link-media.png") no-repeat top left; }

.icon-link span.icon.external {
  background: transparent url("../images/link-external.png") no-repeat top left; }

a.icon-link:hover {
  color: #0af; }

.icon-link:hover span.icon {
  background-position: 0px -20px; }

/* --------------------------------------- Elements ------------------------------- */
img {
  max-width: 100%;
  width: 100%;
  height: auto; }

img {
  outline: none; }

img.alignright {
  float: right;
  padding: 5px 10px 5px 15px; }

img.alignleft {
  float: left;
  padding: 5px 15px 5px 0; }

input[type=text],
input[type=password],
textarea,
.form-textarea-wrapper textarea {
  font-family: Verdana, Arial;
  border: 1px solid #ddd; }

input[type=checkbox] {
  margin: 2px 10px 2px 2px; }

input[type=text].default,
input[type=email].default,
textarea.default {
  color: #555;
  font-style: oblique; }

input.form-text:focus,
textarea:focus {
  border-color: #00AAFF;
  box-shadow: 0px 0px 5px #96dfff; }

/* Not sure why vertical tabs does this, but undo it */
.vertical-tabs .form-type-textfield input {
  -moz-box-sizing: content-box; }

select {
  padding: 0px 5px;
  font-size: 1em;
  line-height: 30px;
  border: 1px solid #ddd; }

span.form-required {
  color: #0af; }

span.form-required {
  color: #0af; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  color: #555;
  border: 1px solid #0af; }

label.error {
  color: #0af; }

input[type=submit].arrow,
input[type=submit].arrow-grey {
  height: 25px;
  padding: 3px 20px 5px 10px;
  margin: 10px 0px;
  color: #fff;
  font-size: .85em;
  line-height: 1.3em;
  border: 0px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #555 url("../images/mask-arrowbtn-white.png") no-repeat center right;
  cursor: pointer; }

input[type=submit].arrow:focus,
input[type=submit].arrow:hover,
input[type=submit].arrow-grey:focus,
input[type=submit].arrow-grey:hover {
  background-color: #0af; }

input[type=submit].arrow-grey {
  background-image: url("../images/mask-arrowbtn-grey.png"); }

/* --------------------------------------- Classes ------------------------------- */
/* Class for all graphic links */
.bgi {
  display: block;
  text-indent: -999em;
  text-transform: uppercase;
  overflow: hidden; }

/* Blue Header Bars for tables and lists */
.bg-blue {
  color: #fff;
  background: #00449f url("../images/bg-grad-blue.png") no-repeat 0px -200px; }

.bg-blue.half {
  background-position: 0px -100px; }

.bg-blue.third {
  background-position: 0px 0px; }

.description {
  font-size: 80%; }

/* --------------------------------------- Dropdown Menus ------------------------------- */
div.dd {
  position: relative;
  z-index: 1000; }
  div.dd label {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    font-weight: normal;
    line-height: 1em;
    z-index: 10; }
    div.dd label:after {
      content: "";
      width: .8em;
      height: .8em;
      margin-left: 5px;
      display: inline-block;
      height: 0;
      width: 0;
      border-top: 0.4em solid transparent;
      border-bottom: 0.4em solid transparent;
      border-left: 0.4em solid #555; }
  div.dd ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 15px 0px 15px 0px;
    z-index: 9; }
    div.dd ul li {
      margin: 0px;
      padding: 0px;
      font-size: 1em;
      line-height: 1.27em; }
      div.dd ul li a {
        position: relative;
        display: block;
        padding: 3px 15px 3px 25px;
        color: #fff; }
      div.dd ul li a:hover {
        color: #04b3ff;
        text-decoration: none; }
        div.dd ul li a:hover:after {
          content: "";
          width: .8em;
          height: .8em;
          margin-left: 5px;
          display: inline-block;
          height: 0;
          width: 0;
          border-top: 0.4em solid transparent;
          border-bottom: 0.4em solid transparent;
          border-left: 0.4em solid #04b3ff; }
        div.dd ul li a:hover:after {
          position: absolute;
          top: .5em;
          left: 7px; }
      div.dd ul li.active a {
        color: #04b3ff; }
      div.dd ul li.language a:hover {
        color: #04b3ff; }
  div.dd.right ul {
    left: auto;
    right: 0px; }
  div.dd.hover {
    z-index: 1001;
    background-color: #555; }
    div.dd.hover label {
      color: #fff; }
    div.dd.hover label span {
      background-position: 0px -11px; }
    div.dd.hover ul {
      display: block;
      background-color: #555; }

/* --------------------------------------- System Items ------------------------------- */
a.contextual-links-trigger {
  white-space: nowrap; }

.preview {
  width: 674px;
  margin: 10px 0px; }

.preview .node {
  background: transparent; }

.preview > .node {
  padding: 20px;
  width: 630px;
  border: 2px dashed #F2E931; }

form .field-multiple-table th.field-label {
  padding-left: 5px; }

a.tabledrag-handle .handle {
  width: 21px;
  height: 30px;
  padding: 0; }

span.table-sort {
  display: inline-block;
  margin: 0px 5px 3px 5px;
  width: 9px;
  height: 5px;
  text-transform: uppercase;
  text-indent: -999em;
  overflow: hidden;
  background: transparent url("../images/arrow-table-sort.png") no-repeat top left; }

span.table-sort.desc {
  background-position: 0px -5px; }

/* Link Field */
div.form-type-link-field div.link-field-title div.description {
  display: none; }

div.field-label {
  font-size: 1.1em; }

div.link-wrapper {
  font-style: oblique;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px; }

/* ---------------- Messages --------------- */
#messages {
  padding: 0px;
  margin: 0px; }

div.messages {
  margin: 0px 0px 10px 0px; }

/* ---------------- Translate Messages --------------- */
#translate_message {
  padding: 10px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #f8f067;
  background-color: #fffed3;
  color: #555; }

/* -------------- Shortcut Links -------------- */
div.shortcut-wrapper {
  position: relative; }

div.shortcut-wrapper h1 {
  padding-left: 20px; }

div.add-or-remove-shortcuts {
  position: absolute;
  top: 6px;
  left: 0px;
  height: 12px;
  padding: 0px 0px 0px 0px; }

div.add-or-remove-shortcuts a span.icon {
  margin: 0px; }

div.add-or-remove-shortcuts a:hover span.icon {
  background-position: 0px 0px; }

div.add-or-remove-shortcuts.remove-shortcut a:hover span.icon {
  background-position: -12px 0px; }

div.add-or-remove-shortcuts a:focus span.text, div.add-or-remove-shortcuts a:hover span.text {
  margin: -2px 0px 0px 3px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #000; }

/* --------------------------------------- Forms ------------------------------- */
/* No bottom border on text areas because they already have one */
.field-type-text-with-summary.form-wrapper,
.field-type-text-long.form-wrapper {
  padding: 0px 0px 10px 0px;
  margin: 10px 0px; }

.text-format-wrapper .filter-wrapper .fieldset-wrapper {
  margin-top: 0px; }

.text-format-wrapper .filter-wrapper .fieldset-wrapper .form-wrapper {
  border: none; }

/* --------------------------------------- Nodes ------------------------------- */
/* Page Nodes */
div.field-name-field-crm-downloads {
  padding: 0px 0px 0px 25px;
  border-top: 1px solid #bbb; }

/* Featured Content */
#block-views-featured-content-block div.content,
#block-views-featured-content-block-1 div.content {
  background: none; }
#block-views-featured-content-block div.view-content,
#block-views-featured-content-block-1 div.view-content {
  background-color: #747474;
  background-image: -webkit-linear-gradient(bottom, #6f6f6f, #9a9a9a);
  background-image: linear-gradient(to top,#6f6f6f, #9a9a9a); }
#block-views-featured-content-block div.view-footer,
#block-views-featured-content-block-1 div.view-footer {
  z-index: 1000; }
#block-views-featured-content-block div.featured-cycle-pager,
#block-views-featured-content-block-1 div.featured-cycle-pager {
  margin-left: 10px;
  font-size: .85em;
  line-height: .85em;
  font-weight: bold; }
  #block-views-featured-content-block div.featured-cycle-pager:after,
  #block-views-featured-content-block-1 div.featured-cycle-pager:after {
    content: "";
    display: table;
    clear: both; }
  #block-views-featured-content-block div.featured-cycle-pager span,
  #block-views-featured-content-block-1 div.featured-cycle-pager span {
    display: block;
    padding: 5px 3px;
    float: left;
    color: #bbb;
    text-decoration: none;
    cursor: pointer; }
  #block-views-featured-content-block div.featured-cycle-pager span:hover,
  #block-views-featured-content-block div.featured-cycle-pager span.cycle-pager-active,
  #block-views-featured-content-block-1 div.featured-cycle-pager span:hover,
  #block-views-featured-content-block-1 div.featured-cycle-pager span.cycle-pager-active {
    color: #777; }
#block-views-featured-content-block div.node-featured-content,
#block-views-featured-content-block-1 div.node-featured-content {
  position: relative;
  min-height: 90px;
  padding-left: 100px; }
  #block-views-featured-content-block div.node-featured-content:after,
  #block-views-featured-content-block-1 div.node-featured-content:after {
    content: "";
    display: table;
    clear: both; }
  #block-views-featured-content-block div.node-featured-content div.field-name-field-logo,
  #block-views-featured-content-block-1 div.node-featured-content div.field-name-field-logo {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100px;
    height: 90px;
    text-align: center; }
  #block-views-featured-content-block div.node-featured-content div.logo img,
  #block-views-featured-content-block-1 div.node-featured-content div.logo img {
    vertical-align: middle; }
  #block-views-featured-content-block div.node-featured-content div.detail,
  #block-views-featured-content-block-1 div.node-featured-content div.detail {
    min-height: 90px;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-size: 1em;
    line-height: 1.45em;
    cursor: pointer;
    border-left: 1px solid #fff; }
    #block-views-featured-content-block div.node-featured-content div.detail div.title,
    #block-views-featured-content-block-1 div.node-featured-content div.detail div.title {
      font-size: 1.1em;
      font-weight: bold; }
    #block-views-featured-content-block div.node-featured-content div.detail a.read-more,
    #block-views-featured-content-block-1 div.node-featured-content div.detail a.read-more {
      color: #fff; }
    #block-views-featured-content-block div.node-featured-content div.detail:hover,
    #block-views-featured-content-block-1 div.node-featured-content div.detail:hover {
      color: #333; }
      #block-views-featured-content-block div.node-featured-content div.detail:hover a.read-more,
      #block-views-featured-content-block-1 div.node-featured-content div.detail:hover a.read-more {
        color: #333; }
        #block-views-featured-content-block div.node-featured-content div.detail:hover a.read-more:after,
        #block-views-featured-content-block-1 div.node-featured-content div.detail:hover a.read-more:after {
          content: "";
          width: .8em;
          height: .8em;
          margin-left: 5px;
          display: inline-block;
          height: 0;
          width: 0;
          border-top: 0.4em solid transparent;
          border-bottom: 0.4em solid transparent;
          border-left: 0.4em solid #333; }

/* --------------------------------------- CRM Forms ------------------------------- */
div.form-box div.form,
div.node-webform div.form,
div.node-crm-form div.form {
  padding: 10px 20px;
  background-color: #f2f2f2; }

div.form-box h2.title,
div.node-webform h2.title,
div.node-crm-form h2.title {
  padding: 15px 20px;
  margin: 0px;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.0em;
  font-weight: bold;
  background-color: #999; }

div.node-crm-form {
  margin-top: 15px; }
  div.node-crm-form div.form div.admin-notes {
    padding: 10px;
    margin-bottom: 10px;
    font-style: oblique;
    border: 1px solid #DCDED1;
    background-color: #F6F8E5; }
  div.node-crm-form hr {
    margin: 10px 0px; }
  div.node-crm-form div.instructions {
    margin-bottom: 15px; }
  div.node-crm-form div.top_content {
    padding-top: 15px;
    border-top: 1px solid #bbb; }
  div.node-crm-form h3 {
    margin: 20px 0px 10px 0px;
    font-size: 1em;
    line-height: 1em; }
  div.node-crm-form label {
    margin: 5px 0px 2px 0px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1em; }
  div.node-crm-form h3 label {
    font-weight: bold; }
  div.node-crm-form label.checkbox {
    padding-top: 9px; }
  div.node-crm-form div.crm-row {
    display: block; }
    div.node-crm-form div.crm-row:after {
      content: "";
      display: table;
      clear: both; }
  div.node-crm-form a.clear-form {
    color: #999; }
  div.node-crm-form div.crm-row.contact div.form-item {
    margin-top: 0px;
    min-height: 45px; }
  div.node-crm-form input,
  div.node-crm-form select,
  div.node-crm-form textarea {
    margin: 0; }
  div.node-crm-form input[type=text] {
    width: 100%;
    padding: .5em 0px .5em .3em;
    font-size: 1em;
    line-height: 1.5em;
    height: 2.5em; }
  div.node-crm-form input[type=checkbox] {
    margin: 2px 10px 2px 2px; }
  div.node-crm-form textarea {
    padding: 7px 0px 0px 5px;
    font-size: 1em;
    line-height: 1.5em;
    width: 100%;
    height: 83px; }
  div.node-crm-form textarea[rows='1'] {
    height: 2.5em; }
  div.node-crm-form textarea[rows='3'] {
    height: 7.5em; }
  div.node-crm-form textarea[rows='4'] {
    height: 10em; }
  div.node-crm-form select {
    padding: 5px;
    font-size: 1em;
    line-height: 1.5em;
    width: 100%;
    height: 2.5em; }
  div.node-crm-form input[type=submit].arrow {
    background-image: url("../images/mask-arrowbtn-grey.png"); }

/* CRM Admin */
#edit-field-contact-left,
#edit-field-contact-right,
#edit-field-business-left,
#edit-field-business-right {
  float: left;
  padding: 0px 20px;
  border-right: 1px solid #ccc; }

#edit-field-contact-right {
  border-right-width: 2px;
  padding-right: 40px;
  margin-right: 40px; }

/* --------------------------------------- Files ------------------------------- */
div.file {
  display: block;
  position: relative;
  margin: 10px 0px; }

div.file a {
  float: left;
  display: block;
  padding: 0px 0px 0px 30px;
  color: #555;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 1.67em; }

div.file a:hover {
  color: #0af; }

/* ---- Colors ---- */
/* Banner Colors */
#page.banner-blue #end-page-strip,
#page.banner-blue #page-banner label {
  background-color: #1e7cc0;
  background-image: -webkit-linear-gradient(left, #04b3ff, #025fb3);
  background-image: linear-gradient(to right,#04b3ff, #025fb3); }

#page.banner-orange #end-page-strip,
#page.banner-orange #page-banner label {
  background-color: #ff7913;
  background-image: -webkit-linear-gradient(left, #ffa325, #ff4e00);
  background-image: linear-gradient(to right,#ffa325, #ff4e00); }

#page.banner-green #end-page-strip,
#page.banner-green #page-banner label {
  background-color: #42a300;
  background-image: -webkit-linear-gradient(left, #82c300, #008200);
  background-image: linear-gradient(to right,#82c300, #008200); }

/* ------------------------------- Comments ------------------------------- */
div.comment-thread-wrapper,
div.comment-form-wrapper {
  padding: 0;
  border-top: 2px solid #ccc; }

form.comment-form {
  padding: 0 0px;
  width: 100%; }

#comment-body-add-more-wrapper .form-type-textarea label {
  float: left; }

.comment-form .form-item {
  padding: 5px 0;
  margin: 0; }
.comment-form .form-actions {
  padding: 0;
  margin: 0;
  border: none; }
.comment-form .form-textarea-wrapper {
  width: 70%; }
.comment-form .form-item .description {
  margin-left: 120px; }
.comment-form div.form-item-homepage {
  display: none; }

.comment {
  font-size: 0.84615em; }
  .comment .attribution {
    width: 140px;
    text-align: right; }
  .comment .comment-text {
    width: auto; }
  .comment .comment-arrow {
    margin-top: 0px;
    border-color: #fff; }

table.responsive-table {
  display: block;
  width: 100% !important;
  margin: 0 0 1em 0; }
  table.responsive-table thead, table.responsive-table tbody, table.responsive-table tr, table.responsive-table td {
    margin: 0 0 1em 0;
    padding: 0;
    display: block;
    width: 100% !important;
    border: none;
    background: none; }

div.row:after {
  content: "";
  display: table;
  clear: both; }
div.row > div {
  display: block;
  box-sizing: border-box;
  padding: 0 1em 1em 0; }
div.row div.col-25 {
  width: 100%; }
div.row div.col-33 {
  width: 100%; }
div.row div.col-50 {
  width: 100%; }
div.row div.col-66 {
  width: 100%; }
div.row div.col-75 {
  width: 100%; }

/** Mobile First Layout **/
header {
  position: relative; }
  header:after {
    content: "";
    display: table;
    clear: both; }
  header #utility {
    z-index: 300;
    font-size: 1em;
    line-height: 1.4em;
    background-color: #e8e8e8; }
    header #utility:after {
      content: "";
      display: table;
      clear: both; }
    header #utility div.utility-wrap {
      float: right; }
    header #utility #language-selection,
    header #utility #login {
      float: left;
      padding: .7em; }
    header #utility #search {
      padding: 5px 1em 5px 5px;
      float: left;
      position: relative;
      overflow: hidden;
      /* Hide captcha settings form */
      overflow: hidden; }
      header #utility #search label, header #utility #search fieldset {
        display: none; }
      header #utility #search div.form-wrapper,
      header #utility #search form.search-form {
        margin: 0;
        padding: 0;
        border: none; }
      header #utility #search div.form-wrapper {
        position: relative;
        overflow: hidden; }
      header #utility #search div.form-item {
        display: block;
        margin: 0px;
        padding: 5px 10px 5px 5px;
        border: none;
        background-color: #fff;
        border-radius: 10px; }
      header #utility #search input.form-text {
        display: block;
        width: 17px;
        height: 16px;
        padding: 0px 17px 0px 0;
        margin: 0;
        color: #555;
        font-size: 12px;
        line-height: 16px;
        border: 0px;
        background: transparent url("../images/bg-search.png") no-repeat center right; }
        header #utility #search input.form-text:focus {
          width: 133px;
          outline: none;
          box-shadow: none; }
      header #utility #search input.form-submit {
        position: absolute;
        top: 0px;
        left: 120px;
        display: block;
        width: 21px;
        height: 21px;
        padding: 0px;
        margin: 0px;
        text-transform: uppercase;
        text-indent: -9999px;
        border: 0px;
        background: none;
        cursor: pointer; }
  header div.contact {
    clear: both;
    display: block;
    margin: 0 0 1em 1em;
    font-size: 1em;
    line-height: 1em;
    text-align: left; }
    header div.contact span.line {
      margin: 0 10px; }
    header div.contact a {
      color: #555555;
      text-decoration: none; }
    header div.contact a:hover {
      color: #0af;
      text-decoration: underline; }
  header #logo {
    float: left;
    width: 60%;
    max-width: 288px;
    padding: 1.75em 0 1.5em 1em; }
    header #logo img {
      float: left;
      width: 100%; }
  header div.mobile-trigger {
    float: right;
    width: 20%;
    min-width: 4.5em;
    padding: 0 40px 0 0px;
    margin: 1.5em 1em;
    font-size: 17px;
    line-height: 17px;
    text-align: right;
    white-space: nowrap;
    cursor: pointer;
    background: transparent url("../images/icon-mobile-menu.png") no-repeat center right; }

nav {
  display: block;
  z-index: 200; }
  nav:after {
    content: "";
    display: table;
    clear: both; }
  nav.expanded div.block-menu {
    display: block; }
  nav div.block-menu {
    display: none;
    /* Black container box for the subs */
    /* All menus */ }
    nav div.block-menu div.title {
      padding: 1em;
      color: #fff;
      font-family: Verdana, Helvetica, Arial, "STSong", "SimSun";
      font-size: 1.23077em;
      line-height: 1em;
      text-transform: uppercase;
      background-color: #1e7cc0;
      border-bottom: 1px solid #fff;
      cursor: pointer; }
      nav div.block-menu div.title:after {
        content: "";
        display: inline-block;
        margin-left: 15px;
        width: 16px;
        height: 11px;
        background: transparent url("../images/icon-menu-down.png") no-repeat top left; }
    nav div.block-menu div.subs {
      display: none;
      padding: 1.53846em;
      font-size: 1.07692em;
      line-height: 1em;
      background-color: #000;
      z-index: 2; }
    nav div.block-menu.expanded div.subs {
      display: block; }
    nav div.block-menu ul.menu {
      margin: 0;
      padding: 0;
      list-style: none;
      background: none; }
      nav div.block-menu ul.menu li {
        margin: 0;
        padding: 0;
        background-image: none;
        list-style: none; }
      nav div.block-menu ul.menu li a {
        display: block;
        padding: .4em 0;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 1px solid #fff; }
      nav div.block-menu ul.menu li a:hover,
      nav div.block-menu ul.menu li a.active {
        color: #1e7cc0;
        text-decoration: none; }
      nav div.block-menu ul.menu li ul {
        margin-top: .2em; }
      nav div.block-menu ul.menu li ul li a {
        padding: .2em 0 .2em 1em;
        font-size: 0.92308em;
        line-height: 1.5em;
        font-weight: normal;
        text-transform: none;
        border: none; }

div.menu-trigger {
  padding: 1em;
  color: #fff;
  font-family: Verdana, Helvetica, Arial, "STSong", "SimSun";
  font-size: 1.23077em;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #1e7cc0;
  border-bottom: 1px solid #fff;
  cursor: pointer; }
  div.menu-trigger:after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    width: 16px;
    height: 11px;
    background: transparent url("../images/icon-menu-down.png") no-repeat top left; }

#page-banner div.select,
#page-banner div.title {
  display: none; }
#page-banner label {
  padding: 1em;
  color: #fff;
  font-family: Verdana, Helvetica, Arial, "STSong", "SimSun";
  font-size: 1.23077em;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #1e7cc0;
  border-bottom: 1px solid #fff;
  cursor: pointer; }
  #page-banner label:after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    width: 16px;
    height: 11px;
    background: transparent url("../images/icon-menu-down.png") no-repeat top left; }
  #page-banner label a {
    color: #fff; }
#page-banner.nav-expanded {
  display: none; }
#page-banner.expanded div.menu-wrapper {
  display: block; }
#page-banner div.menu-wrapper {
  display: none;
  padding: 0 1em 1em 1em;
  background-color: #000; }
#page-banner ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none; }
  #page-banner ul.menu li {
    margin: 0;
    padding: 0;
    background-image: none;
    list-style: none; }
  #page-banner ul.menu li a {
    display: block;
    padding: .4em 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #fff; }
  #page-banner ul.menu li a:hover,
  #page-banner ul.menu li a.active {
    color: #1e7cc0;
    text-decoration: none; }
  #page-banner ul.menu li ul {
    margin-top: .2em; }
  #page-banner ul.menu li ul li a {
    padding: .2em 0 .2em 1em;
    font-size: 0.92308em;
    line-height: 1.5em;
    font-weight: normal;
    text-transform: none;
    border: none; }

#page-banner-under {
  padding: 6px 10px;
  color: #aaa;
  font-size: 0.84615em;
  line-height: 1em; }
  #page-banner-under div.breadcrumb {
    float: left;
    padding: 0px; }
  #page-banner-under div.breadcrumb a {
    color: #aaa;
    text-decoration: none; }
  #page-banner-under div.breadcrumb a:hover {
    color: #0af;
    text-decoration: none; }
  #page-banner-under div.page-options {
    float: right;
    display: none; }

div.cwrap:after {
  content: "";
  display: table;
  clear: both; }

#content {
  display: block;
  padding: 0 1em 0 1em;
  position: relative;
  z-index: 1; }
  #content:after {
    content: "";
    display: table;
    clear: both; }

#iframe-content {
  width: 100%;
  height: 1500px;
  border: none; }

div.leftcol {
  margin-bottom: 1em; }

div.rightcol {
  margin: 0 -1em;
  /* Menus in the right col */
  /* Right hand links */ }
  div.rightcol img {
    width: auto;
    height: auto; }
  div.rightcol div.block,
  div.rightcol div.section,
  div.rightcol div.field-name-field-sidebar-blocks div.field-item {
    background-color: #eee;
    margin-bottom: 10px; }
  div.rightcol h2,
  div.rightcol h4 {
    margin: 0px;
    padding: 15px 20px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    border-bottom: 1px solid #aaa; }
    div.rightcol h2 a,
    div.rightcol h4 a {
      color: #555; }
    div.rightcol h2 a:hover,
    div.rightcol h4 a:hover {
      text-decoration: none;
      color: #0af; }
  div.rightcol div.field-name-field-sidebar-blocks div.field-item h2,
  div.rightcol div.field-name-field-sidebar-blocks div.field-item h4 {
    margin: -10px -20px 5px -20px; }
  div.rightcol div.block div.content,
  div.rightcol div.field-name-field-sidebar-blocks div.field-item {
    padding: 10px 20px 5px 20px;
    border-top: 1px solid #fff; }
  div.rightcol div.block-menu div.content,
  div.rightcol div.block-menu-block div.content {
    padding: 0px; }
  div.rightcol ul.menu,
  div.rightcol ul,
  div.rightcol ul.item-list {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
    border-top: 1px solid #fff; }
    div.rightcol ul.menu li,
    div.rightcol ul.menu ul li,
    div.rightcol ul.menu li,
    div.rightcol ul li,
    div.rightcol ul ul li,
    div.rightcol ul li,
    div.rightcol ul.item-list li,
    div.rightcol ul.item-list ul li,
    div.rightcol ul.item-list li {
      margin-right: 20px;
      padding-right: 5px;
      border-bottom: 1px solid #aaa;
      list-style: none; }
      div.rightcol ul.menu li a,
      div.rightcol ul.menu ul li a,
      div.rightcol ul.menu li a,
      div.rightcol ul li a,
      div.rightcol ul ul li a,
      div.rightcol ul li a,
      div.rightcol ul.item-list li a,
      div.rightcol ul.item-list ul li a,
      div.rightcol ul.item-list li a {
        display: block;
        padding: 10px;
        color: #555;
        font-size: 0.92308em;
        line-height: 1.5em;
        background: transparent url("../images/icon-arrow-grey.png") no-repeat center right; }
      div.rightcol ul.menu li a:hover,
      div.rightcol ul.menu ul li a:hover,
      div.rightcol ul.menu li a:hover,
      div.rightcol ul li a:hover,
      div.rightcol ul ul li a:hover,
      div.rightcol ul li a:hover,
      div.rightcol ul.item-list li a:hover,
      div.rightcol ul.item-list ul li a:hover,
      div.rightcol ul.item-list li a:hover {
        color: #00aaff;
        text-decoration: none;
        background: transparent url("../images/icon-arrow-blue.png") no-repeat center right; }
      div.rightcol ul.menu li a.active,
      div.rightcol ul.menu ul li a.active,
      div.rightcol ul.menu li a.active,
      div.rightcol ul li a.active,
      div.rightcol ul ul li a.active,
      div.rightcol ul li a.active,
      div.rightcol ul.item-list li a.active,
      div.rightcol ul.item-list ul li a.active,
      div.rightcol ul.item-list li a.active {
        color: #0af; }
      div.rightcol ul.menu li a.download,
      div.rightcol ul.menu ul li a.download,
      div.rightcol ul.menu li a.download,
      div.rightcol ul li a.download,
      div.rightcol ul ul li a.download,
      div.rightcol ul li a.download,
      div.rightcol ul.item-list li a.download,
      div.rightcol ul.item-list ul li a.download,
      div.rightcol ul.item-list li a.download {
        background: transparent url("../images/icon-arrow-down-grey.png") no-repeat center right; }
      div.rightcol ul.menu li a.download:hover,
      div.rightcol ul.menu ul li a.download:hover,
      div.rightcol ul.menu li a.download:hover,
      div.rightcol ul li a.download:hover,
      div.rightcol ul ul li a.download:hover,
      div.rightcol ul li a.download:hover,
      div.rightcol ul.item-list li a.download:hover,
      div.rightcol ul.item-list ul li a.download:hover,
      div.rightcol ul.item-list li a.download:hover {
        background: transparent url("../images/icon-arrow-down-blue.png") no-repeat center right; }
    div.rightcol ul.menu li.last,
    div.rightcol ul.menu ul li.last,
    div.rightcol ul.menu li.last,
    div.rightcol ul.menu li.views-row-last,
    div.rightcol ul li.last,
    div.rightcol ul ul li.last,
    div.rightcol ul li.last,
    div.rightcol ul li.views-row-last,
    div.rightcol ul.item-list li.last,
    div.rightcol ul.item-list ul li.last,
    div.rightcol ul.item-list li.last,
    div.rightcol ul.item-list li.views-row-last {
      border: none; }
  div.rightcol ul.links {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #fff; }
    div.rightcol ul.links li {
      margin: 0px 0px 10px 0px;
      padding: 0px; }
    div.rightcol ul.links li.last {
      margin-bottom: 0px; }
    div.rightcol ul.links li a {
      display: block; }

/* Page boxes */
#content div.node div.boxes div.box div.field-name-field-left-box-title,
#content div.node div.boxes div.box div.field-name-field-right-box-title {
  padding: 15px;
  font-weight: bold;
  font-size: 0.92308em;
  line-height: 1em;
  background-color: #eee; }
#content div.node div.boxes div.box div.field-name-field-left-box,
#content div.node div.boxes div.box div.field-name-field-right-box {
  padding: 5px 15px; }

/* Node tabs */
div.menu-block-sub_page_tabs ul.menu {
  margin: 0px;
  padding: 0px 20px;
  list-style: none;
  border-bottom: 1px solid #adadad; }

div.menu-block-sub_page_tabs ul.menu li {
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 1.07692em;
  line-height: 1em;
  font-weight: bold;
  list-style: none; }

div.menu-block-sub_page_tabs ul.menu li a {
  display: block;
  margin: 1px 1px -1px 1px;
  padding: 10px 15px;
  color: #555; }

div.menu-block-sub_page_tabs ul.menu li a:hover {
  text-decoration: none;
  color: #0af; }

div.menu-block-sub_page_tabs ul.menu li a.active {
  margin: 0px 0px -1px 0px;
  color: #0af;
  border: 1px solid #adadad;
  border-bottom: 0px;
  background-color: #f5f5f5;
  cursor: default; }

#subpage-tabs {
  padding: 10px;
  background-color: #f5f5f5; }

#subpage-tabs > div {
  display: none; }

#subpage-tabs li.node-readmore a {
  background: #555 url("../images/mask-arrowbtn-grey.png") no-repeat top right; }

#subpage-tabs li.node-readmore a:hover {
  background-color: #0af; }

/* Node list */
div.menu-block-sub_page_list > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid #bbb; }

div.menu-block-sub_page_list > ul > li {
  margin-left: 20px;
  padding: 10px;
  list-style: none;
  border-bottom: 1px solid #bbb; }

/* ----- Strip at the end of the page -------- */
#end-page-strip {
  display: none;
  height: 20px;
  width: 100%;
  max-width: 960px;
  margin-bottom: 10px;
  background: transparent no-repeat -960px -40px; }

#footer {
  position: relative;
  margin-bottom: 10px; }
  #footer div.block-menu-block {
    display: none;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    font-size: 0.84615em;
    line-height: 1.3em; }
  #footer div.block-menu-block h2,
  #footer div.block-menu-block h4 {
    color: #888;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold; }
  #footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  #footer ul li {
    margin: 0px;
    padding: 0px 0px 7px 0px;
    list-style: none; }
  #footer ul li a {
    display: block;
    color: #888; }
  #footer ul li a:hover {
    color: #555;
    text-decoration: underline; }

#bottom {
  padding: 10px 0 30px 0;
  background-color: #f6f6f6;
  color: #888888;
  font-size: 0.84615em;
  line-height: 1.1em; }
  #bottom a {
    text-decoration: none;
    color: #888888; }
  #bottom a:hover {
    color: #555;
    text-decoration: underline; }
  #bottom #copyright {
    text-align: center; }
  #bottom #social {
    padding-bottom: 10px;
    text-align: center; }
    #bottom #social:after {
      content: "";
      display: table;
      clear: both; }
    #bottom #social a.icon {
      display: inline-block;
      width: 26px;
      height: 26px;
      margin: 0px 0px 0px 10px;
      background: transparent url("../images/icon-social.png") no-repeat top left; }
    #bottom #social a.twitter {
      background-position: 0px 0px; }
    #bottom #social a.twitter:hover {
      background-position: 0px -26px; }
    #bottom #social a.linkedin {
      background-position: -35px 0px; }
    #bottom #social a.linkedin:hover {
      background-position: -35px -26px; }
    #bottom #social a.rss {
      background-position: -70px 0px; }
    #bottom #social a.rss:hover {
      background-position: -70px -26px; }
    #bottom #social a.facebook {
      background-position: -105px 0px; }
    #bottom #social a.facebook:hover {
      background-position: -105px -26px; }

div.view-home-slider {
  z-index: 50;
  font-size: .9em; }
  div.view-home-slider div.views-row {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1; }
    div.view-home-slider div.views-row.views-row-1 {
      display: block; }
    div.view-home-slider div.views-row div.text {
      width: 100%;
      padding: 1.2em 1.5em 1em 1.5em;
      color: #fff;
      background-color: #000;
      z-index: 10; }
      div.view-home-slider div.views-row div.text div.title {
        font-size: 1.2em;
        line-height: 1.2em;
        font-weight: bold; }
      div.view-home-slider div.views-row div.text div.field-name-body {
        font-size: 1em;
        line-height: 1.4em; }
      div.view-home-slider div.views-row div.text a {
        color: #fff;
        font-size: .8em;
        line-height: .8em;
        text-transform: uppercase;
        letter-spacing: 2px; }
        div.view-home-slider div.views-row div.text a:after {
          content: "";
          width: .8em;
          height: .8em;
          margin-left: 5px;
          display: inline-block;
          height: 0;
          width: 0;
          border-top: 0.4em solid transparent;
          border-bottom: 0.4em solid transparent;
          border-left: 0.4em solid white; }
    div.view-home-slider div.views-row div.field-name-field-image {
      overflow: hidden; }
      div.view-home-slider div.views-row div.field-name-field-image img {
        display: block;
        width: 100%;
        min-width: 500px;
        height: auto; }
  div.view-home-slider div.cycle-pager {
    z-index: 101;
    position: absolute;
    top: 10px;
    left: 10px; }
    div.view-home-slider div.cycle-pager span {
      float: left;
      display: block;
      width: 12px;
      height: 12px;
      margin: 0px 5px 0px 0px;
      padding: 0px;
      text-transform: uppercase;
      text-indent: -999em;
      overflow: hidden;
      background: transparent url("../images/carousel-pager.png") no-repeat top left;
      cursor: pointer; }
    div.view-home-slider div.cycle-pager span:hover,
    div.view-home-slider div.cycle-pager span.cycle-pager-active {
      background-position: 0px -12px; }

#footer #block-block-106,
#footer #block-views-news-items-block-2,
#footer #block-views-news-items-block-1,
#footer #block-views-hot-topics-block,
#footer #block-views-events-block-2 {
  margin: 6px 0 0 0;
  position: relative;
  background-color: #e7e7e7; }
  #footer #block-block-106 h4,
  #footer #block-views-news-items-block-2 h4,
  #footer #block-views-news-items-block-1 h4,
  #footer #block-views-hot-topics-block h4,
  #footer #block-views-events-block-2 h4 {
    margin: 0;
    padding: 18px 26px;
    color: #fff;
    font-size: 1.45em;
    line-height: 1.45em;
    cursor: pointer; }
  #footer #block-block-106.block-block div.content, #footer #block-block-106.block-views div.view-content, #footer #block-block-106.block-views div.view-empty,
  #footer #block-views-news-items-block-2.block-block div.content,
  #footer #block-views-news-items-block-2.block-views div.view-content,
  #footer #block-views-news-items-block-2.block-views div.view-empty,
  #footer #block-views-news-items-block-1.block-block div.content,
  #footer #block-views-news-items-block-1.block-views div.view-content,
  #footer #block-views-news-items-block-1.block-views div.view-empty,
  #footer #block-views-hot-topics-block.block-block div.content,
  #footer #block-views-hot-topics-block.block-views div.view-content,
  #footer #block-views-hot-topics-block.block-views div.view-empty,
  #footer #block-views-events-block-2.block-block div.content,
  #footer #block-views-events-block-2.block-views div.view-content,
  #footer #block-views-events-block-2.block-views div.view-empty {
    display: block;
    padding: 1em .5em;
    font-size: 1.1em;
    line-height: 1.4em; }
    #footer #block-block-106.block-block div.content div.views-row, #footer #block-block-106.block-views div.view-content div.views-row, #footer #block-block-106.block-views div.view-empty div.views-row,
    #footer #block-views-news-items-block-2.block-block div.content div.views-row,
    #footer #block-views-news-items-block-2.block-views div.view-content div.views-row,
    #footer #block-views-news-items-block-2.block-views div.view-empty div.views-row,
    #footer #block-views-news-items-block-1.block-block div.content div.views-row,
    #footer #block-views-news-items-block-1.block-views div.view-content div.views-row,
    #footer #block-views-news-items-block-1.block-views div.view-empty div.views-row,
    #footer #block-views-hot-topics-block.block-block div.content div.views-row,
    #footer #block-views-hot-topics-block.block-views div.view-content div.views-row,
    #footer #block-views-hot-topics-block.block-views div.view-empty div.views-row,
    #footer #block-views-events-block-2.block-block div.content div.views-row,
    #footer #block-views-events-block-2.block-views div.view-content div.views-row,
    #footer #block-views-events-block-2.block-views div.view-empty div.views-row {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc; }
    #footer #block-block-106.block-block div.content div.views-row-last, #footer #block-block-106.block-views div.view-content div.views-row-last, #footer #block-block-106.block-views div.view-empty div.views-row-last,
    #footer #block-views-news-items-block-2.block-block div.content div.views-row-last,
    #footer #block-views-news-items-block-2.block-views div.view-content div.views-row-last,
    #footer #block-views-news-items-block-2.block-views div.view-empty div.views-row-last,
    #footer #block-views-news-items-block-1.block-block div.content div.views-row-last,
    #footer #block-views-news-items-block-1.block-views div.view-content div.views-row-last,
    #footer #block-views-news-items-block-1.block-views div.view-empty div.views-row-last,
    #footer #block-views-hot-topics-block.block-block div.content div.views-row-last,
    #footer #block-views-hot-topics-block.block-views div.view-content div.views-row-last,
    #footer #block-views-hot-topics-block.block-views div.view-empty div.views-row-last,
    #footer #block-views-events-block-2.block-block div.content div.views-row-last,
    #footer #block-views-events-block-2.block-views div.view-content div.views-row-last,
    #footer #block-views-events-block-2.block-views div.view-empty div.views-row-last {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
  #footer #block-block-106 a.view-all,
  #footer #block-views-news-items-block-2 a.view-all,
  #footer #block-views-news-items-block-1 a.view-all,
  #footer #block-views-hot-topics-block a.view-all,
  #footer #block-views-events-block-2 a.view-all {
    margin: .75em 1em 0 1em;
    padding: .75em 0;
    color: #555;
    font-size: 1.1em;
    line-height: 1.1em;
    text-align: right;
    font-style: oblique;
    border-top: 1px solid #ccc; }
    #footer #block-block-106 a.view-all:after,
    #footer #block-views-news-items-block-2 a.view-all:after,
    #footer #block-views-news-items-block-1 a.view-all:after,
    #footer #block-views-hot-topics-block a.view-all:after,
    #footer #block-views-events-block-2 a.view-all:after {
      content: "";
      width: .8em;
      height: .8em;
      margin-left: 5px;
      display: inline-block;
      height: 0;
      width: 0;
      border-top: 0.4em solid transparent;
      border-bottom: 0.4em solid transparent;
      border-left: 0.4em solid #555; }
#footer #block-block-106 h4 {
  background-color: #ff7913;
  background-image: -webkit-linear-gradient(left, #ffa325, #ff4e00);
  background-image: linear-gradient(to right,#ffa325, #ff4e00); }
#footer #block-block-106 a.read-more {
  margin-top: 5px;
  font-weight: bold; }
#footer #block-views-news-items-block-2 h4,
#footer #block-views-news-items-block-1 h4 {
  background-color: #1e7cc0;
  background-image: -webkit-linear-gradient(left, #04b3ff, #025fb3);
  background-image: linear-gradient(to right,#04b3ff, #025fb3); }
#footer #block-views-hot-topics-block h4 {
  background-color: #7b22c8;
  background-image: -webkit-linear-gradient(left, #9c32cf, #5b11c1);
  background-image: linear-gradient(to right,#9c32cf, #5b11c1); }
#footer #block-views-events-block-2 h4 {
  background-color: #42a300;
  background-image: -webkit-linear-gradient(left, #82c300, #008200);
  background-image: linear-gradient(to right,#82c300, #008200); }
#footer #block-views-featured-content-block,
#footer #block-views-featured-content-block-1 {
  position: relative;
  background-color: #fff; }
  #footer #block-views-featured-content-block div.views-row,
  #footer #block-views-featured-content-block-1 div.views-row {
    display: none; }
    #footer #block-views-featured-content-block div.views-row.views-row-1,
    #footer #block-views-featured-content-block-1 div.views-row.views-row-1 {
      display: block; }
  #footer #block-views-featured-content-block a.read-more,
  #footer #block-views-featured-content-block-1 a.read-more {
    position: static;
    display: block;
    margin: 0; }

body.front #block-views-featured-content-block,
body.front #block-views-featured-content-block-1 {
  margin-top: 10px; }

div.view-leadership {
  margin: 1em 0; }
  div.view-leadership h2 {
    padding: 0px;
    margin: 0;
    font-size: 1.53846em;
    line-height: 1.2em; }
  div.view-leadership div.field-name-field-title {
    padding: 1.1em;
    margin: 1em -1em .5em -1em;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    background-color: #eeeeee; }

/* Teaser view on Investor Relations page */
div.view-leadership.view-display-id-block_3 h3 {
  padding: 0px;
  margin: 10px 0px 5px 0px;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: normal; }

div.view-leadership.view-display-id-block_3 p {
  margin: 0px; }

div.view-leadership.view-display-id-block_3 div.views-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bbb; }

div.view-leadership.view-display-id-block_3 div.views-row.views-row-last {
  padding-bottom: 0px;
  border-bottom: none; }

div.view-leadership.view-display-id-block_3 div.field-name-field-title {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  background-color: transparent; }

#contact-top div.box {
  padding-bottom: 1em;
  margin: 1em 0;
  border-bottom: 1px solid #c3c3c3; }
  #contact-top div.box.support {
    border-bottom: none; }
#contact-top h2 {
  margin: 0px;
  padding: 0px; }
#contact-top div.box p {
  margin: .8em 0px; }

div.view-locations div.row {
  display: block; }
  div.view-locations div.row:after {
    content: "";
    display: table;
    clear: both; }
div.view-locations h2 {
  margin: 0 -1em;
  padding: .5em 1em; }
div.view-locations div.node-location {
  margin: 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #c3c3c3; }
  div.view-locations div.node-location:last-child {
    border-bottom: none; }
  div.view-locations div.node-location h2 {
    margin: 0;
    padding: 0; }
  div.view-locations div.node-location div.field-label {
    padding-right: .3em; }
  div.view-locations div.node-location div.field-name-body {
    padding: 10px 0px; }
  div.view-locations div.node-location div.field-name-field-email {
    padding: 10px 0px; }

#map {
  margin: 20px 0px 40px 0px;
  position: relative; }
  #map div a {
    display: block;
    margin: .5em 0;
    padding: 3px 12px;
    font-family: Verdana;
    font-size: 1.07692em;
    line-height: 1.3em;
    color: #555;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #999; }
  #map div:hover a {
    background-color: #999;
    color: #fff; }

div.news-page p.intro {
  padding-bottom: 0px;
  margin-bottom: 15px; }

div.news-page pre {
  font-size: 100%;
  background-color: transparent; }

div.archive-list {
  margin: 10px 0px 20px 0px; }
  div.archive-list div.label {
    float: left; }
  div.archive-list div.archives {
    float: left;
    padding-left: 5px; }
  div.archive-list div.archives a {
    color: #555; }
  div.archive-list div.archives a.active,
  div.archive-list div.archives a:hover {
    color: #0af; }

div.subscribe {
  margin: 5px 0px;
  line-height: 17px; }

ul.news-list {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  border-top: 1px solid #bbb;
  /* Container */
  /* Read more link */
  /* Events look a little different */ }
  ul.news-list > li {
    margin: 0px 0px 0px 20px;
    padding: 15px 20px 10px 0px;
    border-bottom: 1px solid #bbb; }
  ul.news-list > li.last,
  ul.news-list > li.views-row-last {
    border-bottom: none; }
  ul.news-list > li > div {
    position: relative;
    padding-left: 100px; }
  ul.news-list li h2 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: bold; }
  ul.news-list li h2 a {
    color: #555; }
  ul.news-list li h2 a:hover {
    color: #0af;
    text-decoration: none; }
  ul.news-list li div.field-type-datestamp,
  ul.news-list li div.field-type-datetime,
  ul.news-list li div.date {
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 100px;
    text-align: left;
    line-height: 17px; }
  ul.news-list div.link-wrapper {
    float: right;
    margin: 0;
    padding: 0;
    border: none; }
  ul.news-list.events > li > div {
    padding-left: 0px; }
  ul.news-list.events h2 {
    padding: 0px; }
  ul.news-list.events div.field-name-field-event-location {
    float: left;
    line-height: 130%;
    font-weight: bold;
    margin: 5px 0px; }
  ul.news-list.events li div.field-type-datestamp, ul.news-list.events li div.date {
    float: left;
    position: relative;
    width: auto;
    margin: 5px 0px 5px 15px;
    line-height: 130%;
    font-style: oblique; }
  ul.news-list.events li div.field-name-body {
    clear: both; }

/* News Items */
div.field-name-field-subtitle {
  font-size: 1em;
  font-style: oblique; }

div.node-news-item div.left {
  float: left;
  width: 85px;
  margin-top: 10px; }

div.node-news-item div.right {
  float: left;
  width: 520px;
  margin: 0px 0px 0px 20px; }

div.node-news-item.node-full div.field-name-field-subtitle {
  margin-top: 10px;
  font-size: 1.2em; }

/* Business Announcements Full Page */
div.node-business-announcement div.left {
  float: left;
  width: 175px;
  padding-top: 10px; }

div.node-business-announcement div.right {
  float: left;
  width: 420px;
  padding: 10px 0px 0px 20px; }

div.node-business-announcement div.field-name-field-post-date {
  margin: 5px 0px; }

div.view-careers.view-display-id-page_1 div.view-header a {
  margin-bottom: 0px; }

div.view-careers.view-display-id-block_1 div.view-header a {
  float: right;
  margin: 0px; }

div.view-careers {
  margin: 0 -1em; }

div.view-careers table {
  background: #fff url("../images/bg-grad-blue.png") no-repeat 0px -200px;
  /* Sort column *
  td.active {
    background-color: rgba(0, 0, 0, .05);
  }
  tr.odd td.active {
    background-color: rgba(0, 0, 0, .03);
  }
  */
  /* Title */ }
  div.view-careers table .views-field-field-job-category {
    display: none; }
  div.view-careers table thead tr th {
    height: 17px;
    padding: 12px 5px 12px 15px;
    font-size: 1.15em;
    line-height: 1.15em;
    white-space: nowrap;
    border: none;
    background: none; }
  div.view-careers table tbody {
    border: none;
    background-color: #fff; }
  div.view-careers table tr {
    border: none;
    background: none; }
  div.view-careers table tr.odd td {
    background-color: #f2f2f2; }
  div.view-careers table tr.even td {
    background-color: #fff; }
  div.view-careers table tr.Disabled td {
    background-color: #f2ded9; }
  div.view-careers table td {
    padding: 10px 15px;
    vertical-align: top;
    border: none;
    background: none; }
  div.view-careers table td.views-field-title a {
    font-weight: bold;
    color: #555; }
  div.view-careers table td.views-field-title a:hover {
    color: #0af; }

div.node-career-opportunity h2.title {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold; }
div.node-career-opportunity div.field-items.title {
  font-size: 1.2em;
  line-height: 1.2em; }
div.node-career-opportunity h2 {
  margin: .5em 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold; }
div.node-career-opportunity h3 {
  font-size: .9em;
  line-height: 1.3em; }
div.node-career-opportunity div.field-items {
  margin: .5em 0 1em 0; }
div.node-career-opportunity a.arrowbtn {
  display: block;
  float: left;
  clear: both;
  margin: 5px 0px; }

div.node-hot-topic a.arrowbtn {
  float: right;
  margin-top: -10px; }

div.view-hot-topics.view-display-id-page div.views-row {
  margin: 10px 0px 0px 0px;
  padding: 10px 20px 0px 0px;
  border-top: 1px solid #bbb; }

#ir-tabs {
  margin-top: 25px;
  width: 640px; }

ul.ir-tabs {
  height: 71px;
  width: 640px;
  margin: 0px;
  padding: 0px;
  list-style: none; }
  ul.ir-tabs li {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none; }
    ul.ir-tabs li h2 {
      margin: 0px;
      padding: 0px; }
      ul.ir-tabs li h2 a {
        display: block;
        overflow: hidden;
        width: 161px;
        height: 71px;
        text-transform: uppercase;
        text-indent: -999em;
        white-space: nowrap;
        background: transparent url("../images/bg-relations-headers.png") no-repeat top left; }
      ul.ir-tabs li h2 a.financial {
        background-position: -0px 0px; }
      ul.ir-tabs li h2 a.financial-x:hover,
      ul.ir-tabs li h2 a.financial.active {
        background-position: -0px -71px; }
      ul.ir-tabs li h2 a.resources {
        background-position: -161px 0px;
        width: 160px; }
      ul.ir-tabs li h2 a.resources-x:hover,
      ul.ir-tabs li h2 a.resources.active {
        background-position: -161px -71px; }
      ul.ir-tabs li h2 a.corporate {
        background-position: -321px 0px;
        width: 160px; }
      ul.ir-tabs li h2 a.corporate-x:hover,
      ul.ir-tabs li h2 a.corporate.active {
        background-position: -321px -71px; }
      ul.ir-tabs li h2 a.news {
        background-position: -481px 0px;
        width: 159px; }
      ul.ir-tabs li h2 a.news-x:hover,
      ul.ir-tabs li h2 a.news.active {
        background-position: -481px -71px; }

#ir-tabs div.ir-tab-content {
  overflow: hidden;
  padding: 0px 20px;
  background-color: #f3f3f3; }

#ir-tabs div.ir-tab-content div.read-more {
  padding: 20px 0px 10px 0px; }

/* Financial Info */
#ir-tabs div.financial-quarters h3 {
  background-color: #ddd; }

#ir-tabs div.financial-quarters div.quarter div.field {
  width: 180px; }

/* News Items */
#ir-tabs ul.news-list {
  margin: 0px;
  padding: 0px;
  border-top: 0px; }

#ir-tabs ul.news-list li {
  margin-left: 0px; }

div.node-financial-folder h2 {
  padding: 14px 19px;
  color: #fff;
  font-weight: bold;
  font-size: 1.15em;
  line-height: 1.15em; }

/* These are generalized because they do not always show up in a node (IR page for example) */
div.financial-quarters {
  margin: 0px 0px; }

div.financial-quarters div.quarter {
  margin: 0px 0px; }

div.financial-quarters div.quarter h3 {
  margin: 0px;
  padding: 14px 19px;
  font-size: 1.15em;
  line-height: 1.15em;
  font-weight: bold;
  background-color: #eee; }

div.financial-quarters div.quarter div.field {
  float: left;
  margin: 15px 0px 15px 20px;
  width: 190px; }

div.financial-quarters div.quarter div.field div.title {
  margin-bottom: 15px;
  font-size: 1.15em;
  line-height: 1.15em; }

div.annual-report {
  margin: 15px 20px; }

div.annual-report h3 {
  font-size: 1.15em;
  line-height: 1.15em;
  font-weight: normal; }

div.annual-report div.field {
  float: left;
  margin: 10px 20px 10px 0px; }

div.annual-report div.field div.file {
  margin: 0px; }

div.annual-report div.field-name-field-annual-report-online {
  width: 190px; }

div.field-name-field-additional-notes {
  margin-top: 15px; }

div.search-tip {
  display: none; }

#dc-header {
  margin: 0 -1em; }

#download-center div.results {
  margin: 0 -1em; }

/* Document Nodes */
div.node-document div.changed {
  display: none;
  color: #999;
  font-style: oblique;
  float: right; }
div.node-document.node-teaser {
  margin: 1.2em 0px;
  padding: 0 1em 1.2em 1em;
  border-bottom: 1px solid #bbb; }
div.node-document h3 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: .9em;
  font-weight: bold; }
div.node-document h3 a {
  color: #555; }
div.node-document h3 a:hover {
  color: #0af;
  text-decoration: none; }
div.node-document ul.document-links {
  list-style: none;
  margin: 0px;
  padding: 0px; }
div.node-document ul.document-category-links {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none; }
div.node-document ul.document-category-links li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0; }
div.node-document ul.document-category-links li a {
  color: #999; }
div.node-document div.link-wrapper {
  text-align: right; }

span.icon.lock {
  display: block;
  float: left;
  width: 8px;
  height: 10px;
  margin: 3px 7px 0 0;
  text-transform: uppercase;
  text-indent: -1000em;
  background: transparent url("../../../modules/onedotover/descartes/images/icon-lock.png") no-repeat top left; }

span.icon.lock.active {
  background-position: 0px -10px; }

/* Node View */
div.node-document div.reserved {
  color: #999;
  font-style: oblique; }

div.node-document div.reserved span.icon.lock {
  margin-left: 0; }

/* User login form */
div.rightcol #block-user-login input.form-text {
  width: 258px; }

div.rightcol #block-user-login div.item-list {
  display: none; }

div.rightcol #block-user-login div.form-actions {
  margin: 0;
  padding: 0;
  border: none;
  text-align: right; }

div.view-partners {
  padding: .5em 0 0 0;
  margin: 0 -1em; }
  div.view-partners h2 {
    padding: .9em;
    font-weight: bold; }
  div.view-partners img {
    width: 100%;
    height: auto;
    max-height: 200px; }
  div.view-partners div.views-row {
    display: block;
    margin: 1.2em 0;
    padding: 0 1em 1.2em 1em;
    border-bottom: 1px solid #bbb; }
    div.view-partners div.views-row:after {
      content: "";
      display: table;
      clear: both; }
  div.view-partners div.views-row-last {
    border-bottom: none; }
  div.view-partners div.views-row div.views-field-title {
    font-weight: bold; }

div.view-awards.view-display-id-page {
  padding: 5px 0px 0px 0px; }
  div.view-awards.view-display-id-page h3 {
    margin-top: 0px; }
  div.view-awards.view-display-id-page div.views-row {
    margin: 15px 0px 15px 0px;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #bbb; }
  div.view-awards.view-display-id-page div.views-row-last {
    border-bottom: none; }
  div.view-awards.view-display-id-page div.views-row div.left {
    float: left;
    width: 175px;
    min-height: 10px;
    margin-right: 15px; }
  div.view-awards.view-display-id-page div.views-row div.left div.field-name-field-logo div.field-item {
    text-align: center; }
  div.view-awards.view-display-id-page div.views-row div.right {
    float: left;
    width: 410px; }

#block-views-awards-block div.view-awards {
  padding: 0px;
  text-align: center; }

#block-views-awards-block div.field-name-field-logo div.field-item {
  padding: 10px; }

#block-views-awards-block a.read-more.view-all {
  text-align: right; }

li.search-result {
  position: relative; }

li.search-result div.left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px; }

li.search-result div.right {
  margin-left: 130px; }

li.search-result h3 a {
  color: #555; }

li.search-result p {
  margin: 0px 0px 5px 0px; }

li.search-result a.link {
  display: block;
  padding-bottom: 10px;
  line-height: 14px; }

#webform-client-form-450 div.top label {
  display: block;
  float: left;
  width: 150px; }

div.site-map-menus h2 {
  display: none; }

div.site-map-menus ul li {
  list-style: none; }

div.site-map-menus ul li a {
  color: #555; }

ul.site-map-menu li {
  font-size: 1.1em;
  font-weight: bold; }

ul.site-map-menu li ul li {
  font-size: .85em;
  font-weight: normal; }

div.site-map-menus div.content > ul > li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px; }

div.node-knowledge-center ul.kc-links {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none; }

div.node-knowledge-center ul.kc-links li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0; }

div.node-knowledge-center ul.kc-links li a {
  color: #999; }

div.node-knowledge-center div.link-wrapper {
  text-align: right; }

body.page-blog h1.title {
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #999;
  font-weight: normal;
  font-size: 110%;
  line-height: 100%;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

#block-views-blog-terms-block div.content {
  padding: 0; }

#edit-jump {
  width: 100%; }

div.node-blog-post div.node-submitted {
  padding: 2px 0 2px 10px;
  font-style: oblique;
  border-left: 3px solid #ddd; }

div.view-blog div.views-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 0px solid #ccc; }

div.view-blog h2.node-title {
  margin: 0;
  padding: .5em 0px .25em 0px;
  color: #555555;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3em; }

div.view-blog h2.node-title a {
  color: #555; }

div.view-blog h2.node-title a:hover {
  color: #0af; }

div.view-descartes-glossary div.index {
  margin: 1em 0;
  display: table;
  width: 100%;
  font-size: 1.3em; }
  div.view-descartes-glossary div.index a {
    padding: 4px;
    display: table-cell;
    text-align: center; }
div.view-descartes-glossary div.search {
  margin: 1em 0; }
  div.view-descartes-glossary div.search label {
    display: inline-block; }
div.view-descartes-glossary div.section-header {
  padding: .5em 1em;
  font-size: 1.2em;
  font-weight: bold; }
  div.view-descartes-glossary div.section-header a.top {
    margin-top: .3em;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-color: transparent;
    background: transparent url("../images/icon-arrow-up-white.png") no-repeat right 0.25em; }
    div.view-descartes-glossary div.section-header a.top:hover {
      background: transparent url("../images/icon-arrow-up-white.png") no-repeat right 0.25em; }
div.view-descartes-glossary div.search + div.section-header a.top {
  display: none; }
div.view-descartes-glossary div.taxonomy-term {
  padding: 1em 1em;
  border-bottom: 1px solid #eee; }
  div.view-descartes-glossary div.taxonomy-term h3 {
    margin: 0;
    font-size: 1.1em; }
  div.view-descartes-glossary div.taxonomy-term span.acronym {
    display: inline-block;
    margin-left: 1em;
    padding: .2em .5em;
    font-size: .85em;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    border-radius: 2px;
    background-color: #A2A2A2; }
  div.view-descartes-glossary div.taxonomy-term ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0; }
    div.view-descartes-glossary div.taxonomy-term ul li {
      margin: 0;
      padding: .5em 1.5em;
      border-top: 1px solid #eee; }
      div.view-descartes-glossary div.taxonomy-term ul li:first-child {
        border: none; }
  div.view-descartes-glossary div.taxonomy-term div.teaser {
    padding-right: 20px; }
    div.view-descartes-glossary div.taxonomy-term div.teaser p {
      margin: 0; }
  div.view-descartes-glossary div.taxonomy-term div.detail {
    display: none; }
  div.view-descartes-glossary div.taxonomy-term div.description {
    font-size: 1em; }
  div.view-descartes-glossary div.taxonomy-term a.collapse {
    padding-right: 1.5em;
    margin-top: -1em;
    float: right;
    color: #9a9a9a;
    font-size: .9em;
    line-height: 1em;
    background: transparent url("../images/icon-arrow-up.png") no-repeat right 0.3em; }
  div.view-descartes-glossary div.taxonomy-term.expandable:hover {
    cursor: pointer;
    background-color: #FFFDE7; }
    div.view-descartes-glossary div.taxonomy-term.expandable:hover h3 {
      background: transparent url("../images/icon-arrow-down-grey.png") no-repeat right 0.5em; }
  div.view-descartes-glossary div.taxonomy-term.expanded div.teaser {
    display: none; }
  div.view-descartes-glossary div.taxonomy-term.expanded div.detail {
    display: block;
    cursor: default; }
  div.view-descartes-glossary div.taxonomy-term.expanded:hover {
    background-color: #fff; }
    div.view-descartes-glossary div.taxonomy-term.expanded:hover h3 {
      background: none; }

@media screen and (min-width: 38.46154em) {
  img {
    width: auto; }

  #page.banner-blue #end-page-strip,
  #page.banner-green #end-page-strip,
  #page.banner-orange #end-page-strip {
    display: block; }

  div.node-crm-form div.crm-left,
  div.node-crm-form div.crm-right {
    float: left;
    display: block;
    margin-right: 0.88763%;
    width: 49.55618%; }
    div.node-crm-form div.crm-left:last-child,
    div.node-crm-form div.crm-right:last-child {
      margin-right: 0; }
  div.node-crm-form div.crm-left div.form-item {
    margin-right: 1em; }

  table.responsive-table {
    display: table; }
    table.responsive-table thead {
      display: table-header-group;
      width: auto !important; }
    table.responsive-table tbody {
      display: table-row-group;
      width: auto !important; }
    table.responsive-table tr {
      display: table-row;
      width: auto !important; }
    table.responsive-table td {
      display: table-cell;
      width: auto !important; }

  div.row > div {
    display: inline-block; }
  div.row div.col-25 {
    width: 25%; }
  div.row div.col-33 {
    width: 33%; }
  div.row div.col-50 {
    width: 50%; }
  div.row div.col-66 {
    width: 66%; }
  div.row div.col-75 {
    width: 75%; } }
@media screen and (min-width: 38.46154em) {
  nav div.block-menu div.subs div.menu-block-wrapper > ul {
    display: block; }
    nav div.block-menu div.subs div.menu-block-wrapper > ul:after {
      content: "";
      display: table;
      clear: both; }
    nav div.block-menu div.subs div.menu-block-wrapper > ul > li {
      float: left;
      width: 50%;
      padding: 0 0.76923em 1.53846em 0.76923em; }
      nav div.block-menu div.subs div.menu-block-wrapper > ul > li:nth-child(2n+1) {
        clear: left; }

  #content {
    padding: 0 1em 1em 1em; }
    #content div.leftcol {
      padding: 0;
      float: left;
      display: block;
      margin-right: 0.88763%;
      width: 66.37079%; }
      #content div.leftcol:last-child {
        margin-right: 0; }
    #content div.rightcol {
      margin-left: 0;
      float: left;
      display: block;
      margin-right: 0.88763%;
      width: 32.74158%; }
      #content div.rightcol:last-child {
        margin-right: 0; }

  /* Page boxes */
  #content div.node div.boxes {
    display: block;
    padding-top: 10px; }
    #content div.node div.boxes:after {
      content: "";
      display: table;
      clear: both; }
    #content div.node div.boxes div.box.left {
      float: left;
      display: block;
      margin-right: 0.88763%;
      width: 57.96349%; }
      #content div.node div.boxes div.box.left:last-child {
        margin-right: 0; }
    #content div.node div.boxes div.box.right {
      float: left;
      display: block;
      margin-right: 0.88763%;
      width: 41.14888%; }
      #content div.node div.boxes div.box.right:last-child {
        margin-right: 0; }

  #footer {
    position: relative;
    display: block; }
    #footer:after {
      content: "";
      display: table;
      clear: both; }
    #footer div.footer-left {
      display: block; }
      #footer div.footer-left:after {
        content: "";
        display: table;
        clear: both; }
      #footer div.footer-left div.block-menu-block {
        display: block;
        float: left;
        display: block;
        width: 25.22191%;
        background-color: #e7e7e7;
        background-image: -webkit-linear-gradient(top, #e7e7e7, #fff);
        background-image: linear-gradient(to bottom,#e7e7e7, #fff); }
        #footer div.footer-left div.block-menu-block:last-child {
          width: 24.33428%; }
    #footer div.footer-right {
      float: left;
      display: block;
      margin-right: 0.88763%;
      width: 66.37079%;
      margin-left: 16.81461%; }
      #footer div.footer-right:last-child {
        margin-right: 0; }
    #footer #block-views-featured-content-block,
    #footer #block-views-featured-content-block-1 {
      padding: 0;
      margin: 0; } }
@media screen and (min-width: 38.46154em) {
  body.front div.view-home-slider {
    font-size: 1.1em; }
    body.front div.view-home-slider div.views-row div.text {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.65); }

  #footer #block-block-106 h4,
  #footer #block-views-news-items-block-2 h4,
  #footer #block-views-news-items-block-1 h4,
  #footer #block-views-hot-topics-block h4,
  #footer #block-views-events-block-2 h4 {
    padding: 1em 40px; }
  #footer #block-block-106.block-block div.content, #footer #block-block-106.block-views div.view-content, #footer #block-block-106.block-views div.view-empty,
  #footer #block-views-news-items-block-2.block-block div.content,
  #footer #block-views-news-items-block-2.block-views div.view-content,
  #footer #block-views-news-items-block-2.block-views div.view-empty,
  #footer #block-views-news-items-block-1.block-block div.content,
  #footer #block-views-news-items-block-1.block-views div.view-content,
  #footer #block-views-news-items-block-1.block-views div.view-empty,
  #footer #block-views-hot-topics-block.block-block div.content,
  #footer #block-views-hot-topics-block.block-views div.view-content,
  #footer #block-views-hot-topics-block.block-views div.view-empty,
  #footer #block-views-events-block-2.block-block div.content,
  #footer #block-views-events-block-2.block-views div.view-content,
  #footer #block-views-events-block-2.block-views div.view-empty {
    padding: .7em 40px;
    font-size: 1.1em;
    line-height: 1.4em; }
    #footer #block-block-106.block-block div.content p, #footer #block-block-106.block-views div.view-content p, #footer #block-block-106.block-views div.view-empty p,
    #footer #block-views-news-items-block-2.block-block div.content p,
    #footer #block-views-news-items-block-2.block-views div.view-content p,
    #footer #block-views-news-items-block-2.block-views div.view-empty p,
    #footer #block-views-news-items-block-1.block-block div.content p,
    #footer #block-views-news-items-block-1.block-views div.view-content p,
    #footer #block-views-news-items-block-1.block-views div.view-empty p,
    #footer #block-views-hot-topics-block.block-block div.content p,
    #footer #block-views-hot-topics-block.block-views div.view-content p,
    #footer #block-views-hot-topics-block.block-views div.view-empty p,
    #footer #block-views-events-block-2.block-block div.content p,
    #footer #block-views-events-block-2.block-views div.view-content p,
    #footer #block-views-events-block-2.block-views div.view-empty p {
      margin: 0; }
    #footer #block-block-106.block-block div.content div.views-row, #footer #block-block-106.block-views div.view-content div.views-row, #footer #block-block-106.block-views div.view-empty div.views-row,
    #footer #block-views-news-items-block-2.block-block div.content div.views-row,
    #footer #block-views-news-items-block-2.block-views div.view-content div.views-row,
    #footer #block-views-news-items-block-2.block-views div.view-empty div.views-row,
    #footer #block-views-news-items-block-1.block-block div.content div.views-row,
    #footer #block-views-news-items-block-1.block-views div.view-content div.views-row,
    #footer #block-views-news-items-block-1.block-views div.view-empty div.views-row,
    #footer #block-views-hot-topics-block.block-block div.content div.views-row,
    #footer #block-views-hot-topics-block.block-views div.view-content div.views-row,
    #footer #block-views-hot-topics-block.block-views div.view-empty div.views-row,
    #footer #block-views-events-block-2.block-block div.content div.views-row,
    #footer #block-views-events-block-2.block-views div.view-content div.views-row,
    #footer #block-views-events-block-2.block-views div.view-empty div.views-row {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc; }
    #footer #block-block-106.block-block div.content div.views-row-last, #footer #block-block-106.block-views div.view-content div.views-row-last, #footer #block-block-106.block-views div.view-empty div.views-row-last,
    #footer #block-views-news-items-block-2.block-block div.content div.views-row-last,
    #footer #block-views-news-items-block-2.block-views div.view-content div.views-row-last,
    #footer #block-views-news-items-block-2.block-views div.view-empty div.views-row-last,
    #footer #block-views-news-items-block-1.block-block div.content div.views-row-last,
    #footer #block-views-news-items-block-1.block-views div.view-content div.views-row-last,
    #footer #block-views-news-items-block-1.block-views div.view-empty div.views-row-last,
    #footer #block-views-hot-topics-block.block-block div.content div.views-row-last,
    #footer #block-views-hot-topics-block.block-views div.view-content div.views-row-last,
    #footer #block-views-hot-topics-block.block-views div.view-empty div.views-row-last,
    #footer #block-views-events-block-2.block-block div.content div.views-row-last,
    #footer #block-views-events-block-2.block-views div.view-content div.views-row-last,
    #footer #block-views-events-block-2.block-views div.view-empty div.views-row-last {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
  #footer #block-block-106 a.view-all,
  #footer #block-views-news-items-block-2 a.view-all,
  #footer #block-views-news-items-block-1 a.view-all,
  #footer #block-views-hot-topics-block a.view-all,
  #footer #block-views-events-block-2 a.view-all {
    margin: .75em 1em 0 1em;
    padding: .75em 0;
    color: #555;
    font-size: 1.1em;
    line-height: 1.1em;
    text-align: right;
    font-style: oblique;
    border-top: 1px solid #ccc; }
    #footer #block-block-106 a.view-all:after,
    #footer #block-views-news-items-block-2 a.view-all:after,
    #footer #block-views-news-items-block-1 a.view-all:after,
    #footer #block-views-hot-topics-block a.view-all:after,
    #footer #block-views-events-block-2 a.view-all:after {
      content: "";
      width: .8em;
      height: .8em;
      margin-left: 5px;
      display: inline-block;
      height: 0;
      width: 0;
      border-top: 0.4em solid transparent;
      border-bottom: 0.4em solid transparent;
      border-left: 0.4em solid #555; }
  #footer #block-block-106 h4 {
    background-color: #ff7913;
    background-image: -webkit-linear-gradient(left, #ffa325, #ff4e00);
    background-image: linear-gradient(to right,#ffa325, #ff4e00); }
  #footer #block-block-106 a.read-more {
    margin-top: 5px;
    font-weight: bold; }
  #footer #block-views-news-items-block-2 h4,
  #footer #block-views-news-items-block-1 h4 {
    background-color: #1e7cc0;
    background-image: -webkit-linear-gradient(left, #04b3ff, #025fb3);
    background-image: linear-gradient(to right,#04b3ff, #025fb3); }
  #footer #block-views-hot-topics-block h4 {
    background-color: #7b22c8;
    background-image: -webkit-linear-gradient(left, #9c32cf, #5b11c1);
    background-image: linear-gradient(to right,#9c32cf, #5b11c1); }
  #footer #block-views-events-block-2 h4 {
    background-color: #42a300;
    background-image: -webkit-linear-gradient(left, #82c300, #008200);
    background-image: linear-gradient(to right,#82c300, #008200); }
  #footer #block-views-featured-content-block,
  #footer #block-views-featured-content-block-1 {
    position: relative;
    background-color: #fff;
    margin-top: 10px; }
    #footer #block-views-featured-content-block div.views-row,
    #footer #block-views-featured-content-block-1 div.views-row {
      display: none; }
      #footer #block-views-featured-content-block div.views-row.views-row-1,
      #footer #block-views-featured-content-block-1 div.views-row.views-row-1 {
        display: block; }
    #footer #block-views-featured-content-block a.read-more,
    #footer #block-views-featured-content-block-1 a.read-more {
      position: static;
      display: block;
      margin: 0; }

  #contact-top {
    display: block; }
    #contact-top:after {
      content: "";
      display: table;
      clear: both; }
    #contact-top div.box {
      float: left;
      display: block;
      margin-right: 0.88763%;
      width: 32.74158%;
      border-bottom: none;
      border-left: 1px solid #c3c3c3;
      padding-left: 1em; }
      #contact-top div.box:last-child {
        margin-right: 0; }

  body.page-contact #page div.leftcol {
    float: left;
    display: block;
    margin-right: 0.88763%;
    width: 74.77809%; }
    body.page-contact #page div.leftcol:last-child {
      margin-right: 0; }

  body.page-contact #page div.rightcol {
    float: left;
    display: block;
    margin-right: 0.88763%;
    width: 24.33428%; }
    body.page-contact #page div.rightcol:last-child {
      margin-right: 0; }

  div.view-locations h2 {
    margin: 0; }
  div.view-locations div.node-location {
    width: 33%;
    min-height: 225px;
    float: left;
    padding-left: 1em;
    border-left: 1px solid #c3c3c3;
    border-bottom: none; }

  #map {
    margin: 20px 0px 40px 0px;
    position: relative;
    width: 610px;
    height: 285px;
    overflow: hidden;
    background: transparent url("../images/map.gif") no-repeat top left; }
    #map div {
      position: absolute;
      width: 100px;
      height: 100px;
      background: transparent;
      cursor: pointer; }
    #map div:hover {
      background: transparent url("../images/map.gif") no-repeat top left; }
    #map div a {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px; }
    #map div.term-34 {
      /* North America */
      top: 0px;
      left: 0px;
      width: 270px;
      height: 137px;
      background-position: 0px -286px;
      z-index: 1; }
    #map div.term-34 a {
      top: 55px;
      left: 20px;
      max-width: 130px; }
    #map div.term-73 {
      /* South America */
      top: 133px;
      left: 74px;
      width: 155px;
      height: 155px;
      background-position: -455px -292px;
      z-index: 3; }
    #map div.term-73 a {
      top: 35px;
      left: 0px;
      max-width: 120px; }
    #map div.term-36 {
      /* Asia Pacific */
      top: 6px;
      left: 359px;
      width: 252px;
      height: 270px;
      background-position: -259px -424px;
      z-index: 3; }
    #map div.term-36 a {
      top: 45px;
      left: 50px;
      max-width: 120px; }
    #map div.term-37 {
      /* Europe */
      top: 10px;
      left: 188px;
      width: 218px;
      height: 242px;
      background-position: 0px -424px;
      z-index: 2; }
    #map div.term-37 a {
      top: 70px;
      left: 20px;
      max-width: 140px; }

  body.page-download-center div.rightcol {
    padding-top: 3.65em; }

  div.search-top {
    display: block; }

  #download-center {
    margin-right: 10px; }

  #dc-header {
    margin: 0; }

  #download-center div.results {
    margin: 0; }

  #knowledge-center div.kc-home div.col {
    float: left;
    display: block;
    margin-right: 0.88763%;
    width: 24.33428%;
    background-color: #eee; }
    #knowledge-center div.kc-home div.col:last-child {
      margin-right: 0; }
  #knowledge-center div.kc-legend div.item,
  #knowledge-center div.kc-legend div.label,
  #knowledge-center div.kc-legend div.or,
  #knowledge-center div.kc-legend div.solutions,
  #knowledge-center div.kc-legend div.industries {
    float: left; }
  #knowledge-center div.kc-legend div.search {
    float: right; }

  div.view-partners {
    margin: 0; }
    div.view-partners div.views-row div.left {
      float: left;
      display: block;
      margin-right: 0.88763%;
      width: 32.74158%;
      min-height: 10px; }
      div.view-partners div.views-row div.left:last-child {
        margin-right: 0; }
    div.view-partners div.views-row div.right {
      float: left;
      display: block;
      margin-right: 0.88763%;
      width: 66.37079%; }
      div.view-partners div.views-row div.right:last-child {
        margin-right: 0; }

  div.view-careers {
    margin: 0; }

  div.view-careers table .views-field-field-job-category {
    display: table-cell; }

  div.node-career-opportunity div.content {
    padding-left: 170px; }
  div.node-career-opportunity h2 {
    margin: 0px;
    float: left;
    margin-left: -170px;
    width: 160px; }

  div.view-leadership div.field-name-field-title {
    margin: 1em 0 .5em 0; } }
@media screen and (min-width: 61.53846em) {
  #page.banner-blue #page-banner label,
  #page.banner-orange #page-banner label,
  #page.banner-green #page-banner label {
    background: none; }

  /* Banner Colors */
  #page.banner-blue #page-banner,
  #page.banner-green #page-banner div.strip,
  #page.banner-green #end-page-strip,
  #page.banner-green #page-banner div.strip div.menu div.bg-clip,
  #page.banner-green #page-banner div.strip div.menu div.bg {
    background-image: url("../images/grad-blue.png"); }

  #page.banner-orange #page-banner,
  #page.banner-blue #page-banner div.strip,
  #page.banner-blue #end-page-strip,
  #page.banner-blue #page-banner div.strip div.menu div.bg-clip,
  #page.banner-blue #page-banner div.strip div.menu div.bg {
    background-image: url("../images/grad-orange.png"); }

  #page.banner-green #page-banner,
  #page.banner-orange #page-banner div.strip,
  #page.banner-orange #end-page-strip,
  #page.banner-orange #page-banner div.strip div.menu div.bg-clip,
  #page.banner-orange #page-banner div.strip div.menu div.bg {
    background-image: url("../images/grad-green.png"); } }
@media screen and (min-width: 61.53846em) {
  header {
    height: 90px; }
    header #logo {
      position: absolute;
      padding: 0;
      top: 29px;
      left: 0px; }
    header div.mobile-trigger {
      display: none; }
    header #utility {
      position: absolute;
      top: 0px;
      right: 0px;
      background: #fff url("../images/bg-topright.png") repeat-x top left; }
      header #utility #language-selection,
      header #utility #login {
        display: inline-block;
        border-right: 1px solid #fff; }
        header #utility #language-selection label,
        header #utility #login label {
          padding-right: 0; }
      header #utility #language-selection {
        height: 41px;
        padding: 10px 15px;
        font-size: 0.92308em;
        line-height: 21px; }
        header #utility #language-selection ul li span.language-link.locale-untranslated {
          display: block;
          padding: 3px 15px 3px 25px;
          color: #ccc; }
      header #utility #login {
        height: 41px;
        padding: 10px;
        font-size: 0.92308em;
        line-height: 21px; }
      header #utility #search {
        display: inline-block;
        height: 41px;
        padding: 9px;
        border-top: 1px solid #fff; }
    header div.contact {
      display: block;
      position: absolute;
      bottom: 0px;
      right: 0px;
      height: 50px;
      font-size: 1em;
      line-height: 50px;
      text-align: right; }
      header div.contact span.line {
        margin: 0 10px; }
      header div.contact a {
        color: #555555;
        text-decoration: none; }
      header div.contact a:hover {
        color: #0af;
        text-decoration: underline; }

  nav {
    position: relative; }
    nav div.block-menu {
      float: left;
      display: block;
      width: 25.22191%;
      border-left: 2px solid #fff; }
      nav div.block-menu:last-child {
        width: 24.33428%; }
      nav div.block-menu:first-child {
        border: none; }
      nav div.block-menu div.title {
        padding: 1.15385em 0;
        color: #555;
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        letter-spacing: .1em;
        background-color: #efefef; }
        nav div.block-menu div.title:after {
          display: none; }
      nav div.block-menu.expanded div.subs {
        display: none; }
      nav div.block-menu div.subs {
        display: none;
        position: absolute;
        left: 0px;
        padding: 0.76923em;
        min-height: 320px;
        max-width: 960px;
        width: 100%;
        font-size: 0.92308em;
        background-color: rgba(0, 0, 0, 0.9); }
        nav div.block-menu div.subs div.menu-block-wrapper > ul > li {
          width: 33%; }
          nav div.block-menu div.subs div.menu-block-wrapper > ul > li:nth-child(2n+1) {
            clear: none; }
          nav div.block-menu div.subs div.menu-block-wrapper > ul > li:nth-child(3n+1) {
            clear: left; }
    nav.hover div.block-menu:hover div.title,
    nav.hover div.block-menu:active div.title {
      color: #fff;
      background-color: #505050;
      background-image: -webkit-linear-gradient(bottom, #3d3d3d, #616161);
      background-image: linear-gradient(to top,#3d3d3d, #616161); }
    nav.hover div.block-menu:hover div.subs,
    nav.hover div.block-menu:active div.subs {
      display: block; }

  #page-banner {
    position: relative;
    width: 960px;
    height: 150px;
    background-position: repeat-y left left;
    z-index: 10; }
    #page-banner.nav-expanded {
      display: block; }
    #page-banner div.title {
      position: relative;
      display: table;
      float: left;
      padding: 0px 0px 0px 20px;
      width: 550px;
      height: 130px;
      vertical-align: middle;
      z-index: 2; }
    #page-banner div.title h1,
    #page-banner div.title span {
      display: table-cell;
      margin: 0;
      padding: 0;
      color: #fff;
      font-size: 2.76923em;
      font-weight: bold;
      line-height: 1.3em;
      vertical-align: middle; }
    #page-banner div.title a {
      color: #fff; }
    #page-banner div.select {
      display: block;
      position: absolute;
      bottom: 70px;
      left: 660px;
      color: #fff;
      font-size: 1.45em;
      line-height: 1em;
      font-weight: bold; }
    #page-banner div.strip {
      position: absolute;
      top: 90px;
      left: 0px;
      width: 960px;
      height: 60px;
      background: transparent no-repeat -960px 0px;
      z-index: 1; }
      #page-banner div.strip.no-menu {
        top: 130px;
        height: 20px;
        background-position: -960px -40px; }
    #page-banner div.menu {
      position: absolute;
      top: 2px;
      left: 650px;
      width: 280px;
      height: 57px;
      border: 0px solid #f00; }
    #page-banner label {
      height: 34px;
      overflow: hidden;
      display: block;
      white-space: nowrap;
      padding: 10px;
      font-size: 1.1em;
      line-height: 1.0em;
      color: #fff;
      text-overflow: ellipsis;
      border: none; }
      #page-banner label:after {
        position: absolute;
        top: 12px;
        right: 0px; }
    #page-banner div.menu-wrapper {
      display: none;
      position: relative;
      width: 300px;
      padding: 0px; }
    #page-banner div.menu:hover div.menu-wrapper {
      display: block; }
    #page-banner div.menu-wrapper div.bg-clip {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 24px;
      background: transparent repeat-y -1610px -40px;
      z-index: 5; }
    #page-banner div.menu-wrapper div.bg {
      position: absolute;
      top: 24px;
      left: 0px;
      width: 100%;
      height: 100%;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
      background: transparent repeat-y -1610px 0px;
      z-index: 1; }
    #page-banner ul.menu {
      position: relative;
      width: 280px;
      margin: 0px;
      padding: 10px 0 0 0;
      list-style: none;
      z-index: 10; }
    #page-banner ul.menu li {
      list-style: none;
      font-size: 0.92308em;
      line-height: 1.3em; }
      #page-banner ul.menu li a {
        font-weight: normal;
        text-transform: none;
        display: block;
        padding: 3px 5px 3px 20px;
        color: #fff;
        border: none; }
      #page-banner ul.menu li a.active,
      #page-banner ul.menu li a:hover {
        color: #333;
        text-decoration: none; }
      #page-banner ul.menu li a:hover {
        background: transparent url("../images/icon-arrow-grey.png") no-repeat 5px 6px; }
    #page-banner ul.menu ul.menu {
      width: 265px;
      padding: 0px 0px 5px 15px; }
    #page-banner ul.menu ul.menu li a {
      padding: 1px 5px 1px 20px; }

  div.cwrap {
    margin: 0px auto;
    padding: 0px 0px;
    max-width: 960px; }

  #page-banner-below div.page-options {
    display: block; }
  #page-banner-below div.page-options a {
    display: block;
    float: left;
    margin: 0px 0px 0px 20px;
    padding-right: 25px;
    color: #999; }
  #page-banner-below div.page-options a.email {
    margin-top: 4px;
    height: 10px;
    line-height: 10px;
    background: #fff url("../images/icon-email.gif") no-repeat top right; }
  #page-banner-below div.page-options a.email:hover {
    background-position: right -10px; }
  #page-banner-below div.page-options a.print {
    height: 15px;
    line-height: 15px;
    background: #fff url("../images/icon-print.gif") no-repeat top right; }
  #page-banner-below div.page-options a.print:hover {
    background-position: right -15px; }

  #content {
    min-height: 320px;
    padding: 0 0 1em 0; }

  #footer div.footer-left {
    float: left;
    display: block;
    margin-right: 0.88763%;
    width: 57.96349%; }
    #footer div.footer-left:last-child {
      margin-right: 0; }
    #footer div.footer-left div.block-menu-block {
      display: block;
      float: left;
      display: block;
      width: 25.22191%;
      background: #fff url("../images/bg-footer.png") repeat-x top left;
      background-color: #e7e7e7;
      background-image: -webkit-linear-gradient(top, #e7e7e7, #fff);
      background-image: linear-gradient(to bottom,#e7e7e7, #fff); }
      #footer div.footer-left div.block-menu-block:last-child {
        width: 24.33428%; }
  #footer div.footer-right {
    float: left;
    display: block;
    margin-right: 0.88763%;
    width: 41.14888%;
    margin-left: 0%; }
    #footer div.footer-right:last-child {
      margin-right: 0; }

  #bottom {
    padding: 10px 0 30px 0; }
    #bottom #copyright {
      line-height: 35px;
      text-align: left; }
    #bottom #social {
      float: right; } }
@media screen and (min-width: 61.53846em) {
  body.front div.view-home-slider div.views-row div.text {
    top: 30px;
    left: auto;
    bottom: auto;
    right: 0;
    width: 360px; }
    body.front div.view-home-slider div.views-row div.text div.title,
    body.front div.view-home-slider div.views-row div.text div.field-name-body {
      margin-bottom: .5em; }
  body.front div.view-home-slider div.cycle-pager {
    top: auto;
    bottom: 10px; }
  body.front #footer {
    position: relative;
    display: block; }
    body.front #footer:after {
      content: "";
      display: table;
      clear: both; }
    body.front #footer div.footer-left,
    body.front #footer div.footer-right {
      width: 100%;
      margin: 0;
      padding: 0;
      float: none; }
    body.front #footer div.footer-right {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50%; }
    body.front #footer #block-block-106,
    body.front #footer #block-views-news-items-block-1,
    body.front #footer #block-views-news-items-block-2,
    body.front #footer #block-views-hot-topics-block,
    body.front #footer #block-views-events-block-2 {
      width: 25%;
      float: left;
      padding-left: 6px;
      background-color: #fff; }
      body.front #footer #block-block-106 h4,
      body.front #footer #block-views-news-items-block-1 h4,
      body.front #footer #block-views-news-items-block-2 h4,
      body.front #footer #block-views-hot-topics-block h4,
      body.front #footer #block-views-events-block-2 h4 {
        margin: 0;
        padding: 0.76923em 1em;
        color: #fff;
        font-size: 1em;
        line-height: 1em;
        cursor: default; }
      body.front #footer #block-block-106.block-block div.content, body.front #footer #block-block-106.block-views div.content div.view-content, body.front #footer #block-block-106.block-views div.content div.view-empty,
      body.front #footer #block-views-news-items-block-1.block-block div.content,
      body.front #footer #block-views-news-items-block-1.block-views div.content div.view-content,
      body.front #footer #block-views-news-items-block-1.block-views div.content div.view-empty,
      body.front #footer #block-views-news-items-block-2.block-block div.content,
      body.front #footer #block-views-news-items-block-2.block-views div.content div.view-content,
      body.front #footer #block-views-news-items-block-2.block-views div.content div.view-empty,
      body.front #footer #block-views-hot-topics-block.block-block div.content,
      body.front #footer #block-views-hot-topics-block.block-views div.content div.view-content,
      body.front #footer #block-views-hot-topics-block.block-views div.content div.view-empty,
      body.front #footer #block-views-events-block-2.block-block div.content,
      body.front #footer #block-views-events-block-2.block-views div.content div.view-content,
      body.front #footer #block-views-events-block-2.block-views div.content div.view-empty {
        display: block;
        padding: 1em 1.2em;
        font-size: 0.84615em;
        line-height: 1.5em;
        background-color: #e7e7e7;
        background-image: -webkit-linear-gradient(top, #e7e7e7, #fff);
        background-image: linear-gradient(to bottom,#e7e7e7, #fff); }
        body.front #footer #block-block-106.block-block div.content p, body.front #footer #block-block-106.block-views div.content div.view-content p, body.front #footer #block-block-106.block-views div.content div.view-empty p,
        body.front #footer #block-views-news-items-block-1.block-block div.content p,
        body.front #footer #block-views-news-items-block-1.block-views div.content div.view-content p,
        body.front #footer #block-views-news-items-block-1.block-views div.content div.view-empty p,
        body.front #footer #block-views-news-items-block-2.block-block div.content p,
        body.front #footer #block-views-news-items-block-2.block-views div.content div.view-content p,
        body.front #footer #block-views-news-items-block-2.block-views div.content div.view-empty p,
        body.front #footer #block-views-hot-topics-block.block-block div.content p,
        body.front #footer #block-views-hot-topics-block.block-views div.content div.view-content p,
        body.front #footer #block-views-hot-topics-block.block-views div.content div.view-empty p,
        body.front #footer #block-views-events-block-2.block-block div.content p,
        body.front #footer #block-views-events-block-2.block-views div.content div.view-content p,
        body.front #footer #block-views-events-block-2.block-views div.content div.view-empty p {
          margin: 0; }
      body.front #footer #block-block-106 a.view-all,
      body.front #footer #block-views-news-items-block-1 a.view-all,
      body.front #footer #block-views-news-items-block-2 a.view-all,
      body.front #footer #block-views-hot-topics-block a.view-all,
      body.front #footer #block-views-events-block-2 a.view-all {
        font-size: 0.76923em;
        line-height: 1em; }
    body.front #footer div.footer-left #block-block-106,
    body.front #footer div.footer-left #block-views-news-items-block-1,
    body.front #footer div.footer-left #block-views-news-items-block-2 {
      padding-bottom: 160px; }
    body.front #footer div.footer-left #block-block-106 {
      padding-left: 0; }

  #footer #block-views-featured-content-block,
  #footer #block-views-featured-content-block-1 {
    margin-top: 0; } }

/*# sourceMappingURL=main.css.map */
