/**
 * @file
 * Footer Styling.
 */

#footer-wrap {
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0px;
}

.view-footer {
  margin-top: 25px;
}

#footerKws {
  margin:0;
  padding:0;
  overflow:hidden;
  font-family: Arial, Helvetica, sans-serif;
}
#footerKws li {
  list-style:none;
  float:left;
  color:#999;
  text-decoration:none;
  font-size:14px;
  display:block;
  padding:10px;
}

.view-main-footer-text .views-field-body,
.view-footer-text .views-field-body {
  padding: 10px;
  background: #f5f5f5;
  overflow: hidden;
  border-top: 1px solid #d5d5d5;
  clear: both;
}
.view-main-footer-text .views-field-body .field-content p,
.view-footer-text .views-field-body .field-content p {
  color: #999;
  font-size: 12px;
  padding: 0;
  padding-top: 5px;
  margin-bottom: 40px;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.site-footer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  background-color: #efefef;
}
.site-footer .layout-container {
  padding: 0 20px;
  background-color: #efefef;
}

.endOfContent {
  font-family: Arial, Helvetica, sans-serif;
  clear: both;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
}

.scroller-status {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  position: fixed;
  bottom: 50px;
  z-index: 999;
}

@media all and (min-width: 560px) and (max-width: 850px) {
  .site-footer .region {
    box-sizing: border-box;
  }
  .region-footer-third {
    clear: both;
  }
}

.site-footer h2 {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
}
.site-footer blockquote {
  color: #555;
}
.site-footer .region {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}
.site-footer .menu-item {
  padding: 0;
}
.site-footer .region ol:not(.menu),
.site-footer .region ul:not(.menu) {
  padding-left: 1.4em; /* LTR */
}
[dir="rtl"] .site-footer .region ol:not(.menu),
[dir="rtl"] .site-footer .region ul:not(.menu) {
  padding-right: 1.4em;
  padding-left: 0;
}
.site-footer .region a,
.site-footer .region a.is-active {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .region a:hover,
.site-footer .region a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
}
.site-footer .block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
.site-footer table {
  font-size: 1em;
}
.site-footer tr td,
.site-footer tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
.site-footer tr.odd {
  background-color: transparent;
}
.site-footer tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* Footer Bottom Styling. */
.site-footer__bottom .block {
  margin: 0;
  padding: 0;
  border: none;
}
.site-footer__bottom .block { }
.site-footer__bottom .region {
  padding: 10px 0;
}
.site-footer__bottom .region p {
  color: #666666;
  margin: 0;
  text-align: left;
}
.site-footer__bottom .block h2 {
  margin: 0;
}
.site-footer__bottom {
  letter-spacing: 0.2px;
  border-color: rgba(255, 255, 255, 0.15);
}
.site-footer__bottom .region { }
.site-footer__bottom .block {
  clear: both;
}

/* We need to be specific to overwrite [dir="rtl"] .block ul in block.css. */
.site-footer__bottom .block .menu {
  padding: 0;
}
.site-footer__bottom .menu-item a {
  float: left; /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
[dir="rtl"] .site-footer__bottom .menu-item a {
  float: right;
  border-left: 1px solid #555;
  border-right: none;
}
.site-footer__bottom .menu-item:first-child a {
  padding-left: 0; /* LTR */
}
[dir="rtl"] .site-footer__bottom .menu-item:first-child a {
  padding-right: 0;
  padding-left: 12px;
}
.site-footer__bottom .menu-item:last-child a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
[dir="rtl"] .site-footer__bottom .menu-item:last-child a {
  padding-left: 0;
  padding-right: 12px;
  border-left: none;
}

/**
 * When the item is both first and last, :last-child overrides the right padding
 * when using [dir="rtl"]. We need this rule to remove the right padding.
 */
[dir="rtl"] .site-footer__bottom .menu-item:first-child:last-child a {
  padding-right: 0;
}
