
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #7e8b95;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #b28c34;
  border-color: #b28c34;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #b28c34;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #8b6d28;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #b28c34;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #8b6d28;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #000000;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000000;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #b28c34;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #b28c34;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #b28c34;
  border-color: #b28c34;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #eee1c4;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #b28c34;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #b28c34;
  border-color: #b28c34;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b28c34;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b28c34;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.logged-in #cookie-bar {
  margin-top: 29px;
}
#cookie-bar {
  background: #eeeeee;
  line-height: 28px;
  color: #3296dc;
  text-align: center;
  padding: 3px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 0px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #3296dc;
  line-height: 24px;
}
#cookie-bar .cb-enable:hover {
  background: #3296dc;
  line-height: 24px;
}
#cookie-bar .cb-disable {
  background: #3296dc;
  line-height: 24px;
}
#cookie-bar .cb-disable:hover {
  background: #3296dc;
  line-height: 24px;
}
#cookie-bar .cb-policy {
  background: #3296dc;
  line-height: 24px;
}
#cookie-bar .cb-policy:hover {
  background: #3296dc;
  line-height: 24px;
}
#forum ul {
  padding-left: 0;
  list-style: none;
}
#forum a:link,
#forum a:visited,
#forum a:hover,
#forum a:active {
  color: #b28c34;
  text-decoration: none;
}
#forum a:hover {
  color: #eeeeee;
}
#forum ul.forums li.header .forum-titles {
  display: table;
  margin-bottom: 7px;
  padding: 0 20px;
  width: 100%;
}
#forum ul.forums li.header .forum-titles li {
  display: table-cell;
  float: left;
  padding: 0 10px 0 0;
  position: relative;
}
#forum ul.forums li.header .forum-titles li.forum-title {
  width: 55%;
}
#forum ul.forums li.header .forum-titles li.topics-title {
  width: 10%;
}
#forum ul.forums li.header .forum-titles li.post-title {
  width: 10%;
}
#forum ul.forums li.header .forum-titles li.lastpost-title {
  padding-right: 0;
  width: 25%;
}
#forum ul.forums li.body ul[id*="forum-list-"] {
  border: 1px solid #eeeeee;
  display: table;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  width: 100%;
}
#forum ul.forums li.body ul[id*="forum-list-"] li {
  display: table-cell;
  float: left;
  padding-right: 10px;
}
#forum ul.forums li.body ul[id*="forum-list-"] li.forum-info {
  width: 55%;
}
#forum ul.forums li.body ul[id*="forum-list-"] li.forum-topic-count {
  width: 10%;
}
#forum ul.forums li.body ul[id*="forum-list-"] li.forum-reply-count {
  width: 10%;
}
#forum ul.forums li.body ul[id*="forum-list-"] li.forum-freshness {
  padding-right: 0;
  width: 25%;
}
#forum ul.forums li.body ul[id*="forum-list-"] li h4 {
  margin: 0;
}
#forum ul.forums li.body ul[id*="forum-list-"] li h4 a:link,
#forum ul.forums li.body ul[id*="forum-list-"] li h4 a:visited,
#forum ul.forums li.body ul[id*="forum-list-"] li h4 a:hover,
#forum ul.forums li.body ul[id*="forum-list-"] li h4 a:active {
  text-decoration: none;
}
#forum ul.forums li.body ul[id*="forum-list-"] li h4 a:hover {
  color: #eeeeee;
}
#forum ul.forum-topics li.header .topics-titles {
  display: table;
  margin-bottom: 7px;
  padding: 0 20px;
  width: 100%;
}
#forum ul.forum-topics li.header .topics-titles li {
  display: table-cell;
  float: left;
  padding: 0 10px 0 0;
  position: relative;
}
#forum ul.forum-topics li.header .topics-titles li.topics-title {
  width: 50%;
}
#forum ul.forum-topics li.header .topics-titles li.reply-title {
  width: 15%;
}
#forum ul.forum-topics li.header .topics-titles li.lastreply-title {
  padding-right: 0;
  width: 35%;
}
#forum ul.forum-topics li.body ul[class*="forum-"] {
  border: 1px solid #eeeeee;
  display: table;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  width: 100%;
}
#forum ul.forum-topics li.body ul[class*="forum-"] li {
  display: table-cell;
  float: left;
  padding-right: 10px;
}
#forum ul.forum-topics li.body ul[class*="forum-"] li.topic-title {
  width: 50%;
}
#forum ul.forum-topics li.body ul[class*="forum-"] li.topic-moved {
  padding-right: 0;
  width: 50%;
}
#forum ul.forum-topics li.body ul[class*="forum-"] li.topic-replies {
  width: 15%;
}
#forum ul.forum-topics li.body ul[class*="forum-"] li.topic-lastreply {
  padding-right: 0;
  width: 35%;
}
#forum ul.forum-topics li.body ul[class*="forum-"] li h4 {
  margin: 0;
}
#forum ul.forum-topics li.body ul[class*="forum-"] li h4 a:link,
#forum ul.forum-topics li.body ul[class*="forum-"] li h4 a:visited,
#forum ul.forum-topics li.body ul[class*="forum-"] li h4 a:hover,
#forum ul.forum-topics li.body ul[class*="forum-"] li h4 a:active {
  text-decoration: none;
}
#forum ul.forum-topics li.body ul[class*="forum-"] li h4 a:hover {
  color: #eeeeee;
}
article section .field-slideshow-wrapper .field-slideshow {
  width: 100% !important;
}
article section .field-slideshow-wrapper .field-slideshow .field-slideshow-slide {
  float: none;
  margin: 0 auto;
  width: 745px !important;
}
article section .field-slideshow-wrapper .field-slideshow .field-slideshow-slide img {
  display: block;
  height: auto !important;
  max-height: 320px;
  max-width: 100%;
  min-height: 320px;
  margin: 0 auto;
  width: auto !important;
}
article section .field-slideshow-wrapper .field-slideshow .field-slideshow-slide img.image-dimensions-portrait {
  float: none !important;
  margin: 0 auto !important;
}
article section .field-slideshow-wrapper .field-slideshow-controls {
  position: relative;
  top: -160px;
  z-index: 1000;
}
article section .field-slideshow-wrapper .field-slideshow-controls a:link,
article section .field-slideshow-wrapper .field-slideshow-controls a:visited,
article section .field-slideshow-wrapper .field-slideshow-controls a:hover,
article section .field-slideshow-wrapper .field-slideshow-controls a:active {
  color: #000000;
  text-decoration: none;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 5px;
}
article section .field-slideshow-wrapper .field-slideshow-controls a:hover {
  color: #7e8b95;
}
article section .field-slideshow-wrapper .field-slideshow-controls a.prev {
  float: left;
}
article section .field-slideshow-wrapper .field-slideshow-controls a.next {
  float: right;
}
article section .field-slideshow-wrapper .field-slideshow-pager {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
article section .field-slideshow-wrapper .field-slideshow-pager > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
article section .field-slideshow-wrapper .field-slideshow-pager li {
  height: 100px;
  overflow-y: hidden;
  padding: 0;
  margin: 0 5px 10px 5px;
}
article section .field-slideshow-wrapper .field-slideshow-pager li img {
  width: 177px;
}
article section .field-slideshow-wrapper .field-slideshow-pager li img.image-dimensions-portrait {
  width: 177px !important;
}
.block-poll .poll .title {
  color: #b28c34;
  font-size: 13px;
  margin-bottom: 7px;
}
.block-poll .poll .choices .form-item {
  margin-bottom: 5px;
}
.block-poll .poll .choices .form-item label {
  font-weight: 400;
  margin: 0 0 5px 0;
}
.block-poll .poll .graph {
  border: 1px solid #b28c34;
  border-width: 0 0 1px 1px;
  display: block;
  margin-bottom: 5px;
  padding: 0 0 5px 5px;
}
.block-poll .poll .graph .option {
  width: 100%;
}
.block-poll .poll .graph .option:before,
.block-poll .poll .graph .option:after {
  content: " ";
  display: table;
}
.block-poll .poll .graph .option:after {
  clear: both;
}
.block-poll .poll .graph .option:before,
.block-poll .poll .graph .option:after {
  content: " ";
  display: table;
}
.block-poll .poll .graph .option:after {
  clear: both;
}
.block-poll .poll .graph .option .text {
  margin-bottom: 2px;
}
.block-poll .poll .graph .option .results {
  background-color: #eeeeee;
  margin-bottom: 5px;
  width: 100%;
}
.block-poll .poll .graph .option .results:before,
.block-poll .poll .graph .option .results:after {
  content: " ";
  display: table;
}
.block-poll .poll .graph .option .results:after {
  clear: both;
}
.block-poll .poll .graph .option .results:before,
.block-poll .poll .graph .option .results:after {
  content: " ";
  display: table;
}
.block-poll .poll .graph .option .results:after {
  clear: both;
}
.block-poll .poll .graph .option .results .percent {
  background-color: #ffffff;
  color: #b28c34;
  display: inline-block;
  float: left !important;
  width: 15%;
}
.block-poll .poll .graph .option .results .bar {
  display: inline-block;
  padding-right: 5px;
  float: left !important;
  width: 85%;
}
.block-poll .poll .graph .option .results .bar:before,
.block-poll .poll .graph .option .results .bar:after {
  content: " ";
  display: table;
}
.block-poll .poll .graph .option .results .bar:after {
  clear: both;
}
.block-poll .poll .graph .option .results .bar:before,
.block-poll .poll .graph .option .results .bar:after {
  content: " ";
  display: table;
}
.block-poll .poll .graph .option .results .bar:after {
  clear: both;
}
.block-poll .poll .graph .option .results .bar .foreground {
  background-color: #b28c34;
  float: left !important;
}
.block-poll .poll .total {
  float: right !important;
}
.block-poll .pollanon-poll-results .graph {
  border: 1px solid #b28c34;
  border-width: 0 0 1px 1px;
  display: block;
  margin-bottom: 5px;
  padding: 0 0 5px 5px;
}
.block-poll .pollanon-poll-results .graph .option {
  width: 100%;
}
.block-poll .pollanon-poll-results .graph .option:before,
.block-poll .pollanon-poll-results .graph .option:after {
  content: " ";
  display: table;
}
.block-poll .pollanon-poll-results .graph .option:after {
  clear: both;
}
.block-poll .pollanon-poll-results .graph .option:before,
.block-poll .pollanon-poll-results .graph .option:after {
  content: " ";
  display: table;
}
.block-poll .pollanon-poll-results .graph .option:after {
  clear: both;
}
.block-poll .pollanon-poll-results .graph .option .text {
  margin-bottom: 2px;
}
.block-poll .pollanon-poll-results .graph .option .results {
  background-color: #eeeeee;
  margin-bottom: 5px;
  width: 100%;
}
.block-poll .pollanon-poll-results .graph .option .results:before,
.block-poll .pollanon-poll-results .graph .option .results:after {
  content: " ";
  display: table;
}
.block-poll .pollanon-poll-results .graph .option .results:after {
  clear: both;
}
.block-poll .pollanon-poll-results .graph .option .results:before,
.block-poll .pollanon-poll-results .graph .option .results:after {
  content: " ";
  display: table;
}
.block-poll .pollanon-poll-results .graph .option .results:after {
  clear: both;
}
.block-poll .pollanon-poll-results .graph .option .results .percent {
  background-color: #ffffff;
  color: #b28c34;
  display: inline-block;
  float: left !important;
  width: 15%;
}
.block-poll .pollanon-poll-results .graph .option .results .bar {
  display: inline-block;
  padding-right: 5px;
  float: left !important;
  width: 85%;
}
.block-poll .pollanon-poll-results .graph .option .results .bar:before,
.block-poll .pollanon-poll-results .graph .option .results .bar:after {
  content: " ";
  display: table;
}
.block-poll .pollanon-poll-results .graph .option .results .bar:after {
  clear: both;
}
.block-poll .pollanon-poll-results .graph .option .results .bar:before,
.block-poll .pollanon-poll-results .graph .option .results .bar:after {
  content: " ";
  display: table;
}
.block-poll .pollanon-poll-results .graph .option .results .bar:after {
  clear: both;
}
.block-poll .pollanon-poll-results .graph .option .results .bar .foreground {
  background-color: #b28c34;
  float: left !important;
}
.block-poll .pollanon-poll-results .graph .total {
  margin: 10px 0 0 0;
}
.block-poll .links {
  display: none !important;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 5px 0 0 0;
}
.block-poll .links > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.block-poll .links li {
  padding: 0;
}
.block-poll .links li a:link,
.block-poll .links li a:visited,
.block-poll .links li a:hover,
.block-poll .links li a:active {
  color: #000000;
  text-decoration: none;
}
.block-poll .links li a:hover {
  color: #7e8b95;
}
.block-poll .links li:before {
  color: #b28c34;
  content: "|";
  margin-right: 5px;
}
.block-poll .links li:nth-child(1):before {
  content: "";
  margin-right: 0;
}
.block-aggregator ul,
.block-facetapi ul,
.block-cck-blocks ul {
  margin: 0;
  padding: 0;
}
.block-aggregator ul li,
.block-facetapi ul li,
.block-cck-blocks ul li {
  border-top: 1px solid #eeeeee;
  margin-top: 5px;
  padding-top: 5px;
}
.block-aggregator ul li:nth-child(1),
.block-facetapi ul li:nth-child(1),
.block-cck-blocks ul li:nth-child(1) {
  border-top: none;
  margin-top: none;
  padding-top: none;
}
.block-aggregator ul li a:link,
.block-facetapi ul li a:link,
.block-cck-blocks ul li a:link,
.block-aggregator ul li a:visited,
.block-facetapi ul li a:visited,
.block-cck-blocks ul li a:visited,
.block-aggregator ul li a:hover,
.block-facetapi ul li a:hover,
.block-cck-blocks ul li a:hover,
.block-aggregator ul li a:active,
.block-facetapi ul li a:active,
.block-cck-blocks ul li a:active {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}
.block-aggregator ul li a:hover,
.block-facetapi ul li a:hover,
.block-cck-blocks ul li a:hover {
  color: #7e8b95;
}
.block-aggregator ul li a:before,
.block-facetapi ul li a:before,
.block-cck-blocks ul li a:before {
  color: #eeeeee;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 10px;
}
.block-aggregator .more-link a:link,
.block-facetapi .more-link a:link,
.block-cck-blocks .more-link a:link,
.block-aggregator .more-link a:visited,
.block-facetapi .more-link a:visited,
.block-cck-blocks .more-link a:visited,
.block-aggregator .more-link a:hover,
.block-facetapi .more-link a:hover,
.block-cck-blocks .more-link a:hover,
.block-aggregator .more-link a:active,
.block-facetapi .more-link a:active,
.block-cck-blocks .more-link a:active {
  color: #000000;
  font-size: 13px;
  margin-top: 5px;
  float: right !important;
  text-decoration: none;
  text-transform: lowercase;
}
.block-aggregator .more-link a:hover,
.block-facetapi .more-link a:hover,
.block-cck-blocks .more-link a:hover {
  color: #7e8b95;
}
.not-logged-in article .region .node-product form.commerce-add-to-cart .controls #edit-quantity[disabled] {
  background-color: #eeeeee;
  color: #999999;
}
.not-logged-in article .region .node-product form button.btn[disabled] {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.not-logged-in article .region .node-product form .alert {
  margin-top: 10px;
}
.not-logged-in article .region .node-product .view {
  border: 0 !important;
  color: #FFF !important;
  border-radius: 0 !important;
  margin: 0 0 0 10px !important;
}
.not-logged-in article .region .node-product .view a:link,
.not-logged-in article .region .node-product .view a:visited,
.not-logged-in article .region .node-product .view a:hover,
.not-logged-in article .region .node-product .view a:active {
  background-image: none;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 7px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
#sitewrap {
  position: fixed;
  width: 100%;
  height: 1600px;
  margin-left: auto;
  margin-right: auto;
  top: -80px;
  left: 0px;
  z-index: 1;
}
.region-ad-wallpaper {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
.region-ad-wallpaper ~ .container {
  margin-top: 80px;
}
/* Ads */
.ad {
  background: #eeeeee;
  padding: 15px;
}
.ad-bottom {
  margin-bottom: 20px;
}
.side-ad-top {
  margin-bottom: 20px;
}
.block-dfp.item {
  text-align: center;
}
.block-dfp.item .slug {
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
  text-align: left;
}
.block-dfp.item .slug:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 4px;
}
.block-dfp iframe {
  max-width: 100%;
}
.leaderboard {
  text-align: right;
}
.skyscraper-ads {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
.skyscraper-ads .container {
  background-color: transparent;
  border: none;
  height: 1px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: -100;
}
.skyscraper-ads .block-dfp iframe {
  max-width: none;
}
.skyscraper-ads .ad-right {
  position: absolute;
  right: -15px;
  top: 40px;
  z-index: 10;
  /*width: 0px; 
    height: 0px; */
}
.skyscraper-ads .ad-right iframe {
  position: absolute;
  left: 0px;
  top: 0px;
}
.ad-left {
  position: absolute;
  left: -15px;
  top: 40px;
  z-index: 10;
  /*width: 0px; 
    height: 0px;*/
}
.ad-left iframe {
  position: absolute;
  right: 0px;
  top: 0px;
}
.top-ad {
  margin: 20px 0;
}
.top-ad .container {
  background-color: transparent;
}
.social-wrapper {
  display: table;
  text-align: right;
  float: right;
}
.social-wrapper ul {
  display: table-cell;
  height: 35px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 21px;
  vertical-align: middle;
}
.social-wrapper ul li {
  display: inline;
  font-size: 80%;
  margin-left: 7px;
}
.social-wrapper ul li:first-child {
  margin-left: 0;
}
.social-wrapper ul li a {
  text-decoration: none;
}
.social-wrapper ul li a span {
  display: none;
}
.social-wrapper ul li a.twitter:before {
  color: #55acee;
  font-family: FontAwesome;
  content: '\f081';
  font-size: 28px;
}
.social-wrapper ul li a.google-plus:before {
  color: #dd4c3b;
  font-family: FontAwesome;
  content: '\f0d4';
  font-size: 28px;
}
.social-wrapper ul li a.facebook:before {
  color: #3b5998;
  font-family: FontAwesome;
  content: '\f082';
  font-size: 28px;
}
.social-wrapper ul li a.linkedin:before {
  color: #0e76a8;
  font-family: FontAwesome;
  content: '\f08c';
  font-size: 28px;
}
.social-wrapper ul li a.rss:before {
  color: #ff6600;
  font-family: FontAwesome;
  content: '\f143';
  font-size: 28px;
}
.page-search img {
  margin: 0 10px 20px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #edit-search-block-form--2 {
    width: 208px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #edit-search-block-form--2 {
    width: 100% !important;
  }
  #search-block-form button {
    width: 100% !important;
  }
}
.region-sidebar section#block-views-exp-search-page {
  border: none;
  padding: 0;
}
.region-sidebar section#block-views-exp-search-page .control-group {
  margin: 0;
}
.region-sidebar section#block-views-exp-search-page .form-text {
  float: left;
  line-height: 18px;
  width: 293px;
}
.region-sidebar section#block-views-exp-search-page .btn-search {
  width: 66px;
  position: relative;
  height: 34px;
}
.region-sidebar section#block-views-exp-search-page .navbar-form {
  height: 35px;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #block-views-exp-search-page .form-text {
    width: 206px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-views-exp-search-page {
    height: 100px;
  }
  #block-views-exp-search-page .form-text {
    width: 100% !important;
  }
  #block-views-exp-search-page .btn-search {
    width: 100% !important;
    position: relative;
    top: 0px;
  }
}
@media (max-width: 767px) {
  #block-views-exp-search-page .form-text {
    margin-left: 15px;
    border-radius: 0px;
  }
}
form.search-form div {
  display: none;
}
article h1 {
  position: relative;
}
article h1 > img {
  position: absolute;
  right: 0;
  top: 10px;
}
article .nav-tabs {
  margin-bottom: 8px;
}
article h1.page-header {
  background-color: transparent;
  border-bottom: 2px solid #b28c34;
  color: #000000;
  font-size: 30px;
  margin: 0 0 7px 0;
  padding: 7px;
}
article .region-content section .view-content ul li {
  border-top: none !important;
}
article .region-content section#block-system-main {
  margin-bottom: 20px;
}
article .region .sponsored-header {
  background-color: transparent;
  border-bottom: 2px solid #b28c34;
  color: #000000;
  font-size: 30px;
  margin: 0 15px 7px 15px;
}
article .region .sponsored-header:before,
article .region .sponsored-header:after {
  content: " ";
  display: table;
}
article .region .sponsored-header:after {
  clear: both;
}
article .region .sponsored-header:before,
article .region .sponsored-header:after {
  content: " ";
  display: table;
}
article .region .sponsored-header:after {
  clear: both;
}
article .region .sponsored-header .view-content {
  margin: 0;
}
article .region .sponsored-header .view-content h1 {
  margin: 7px 0;
}
article .region .sponsored-header .views-row-last img {
  margin-right: -15px;
  float: right !important;
}
article .region .item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
article .region .item h2,
article .region .item h3 {
  margin: 0;
}
article .region .item h2 a:link,
article .region .item h3 a:link,
article .region .item h2 a:visited,
article .region .item h3 a:visited,
article .region .item h2 a:hover,
article .region .item h3 a:hover,
article .region .item h2 a:active,
article .region .item h3 a:active {
  background-color: transparent;
  border-bottom: 1px solid #bbb4bf;
  border-radius: 0;
  color: #000000;
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 8px 0;
  padding: 7px 7px 7px 0;
  text-decoration: none;
}
article .region .item h2 a:hover,
article .region .item h3 a:hover {
  color: #7e8b95;
}
article .region .item h2.block-title a:link,
article .region .item h3.block-title a:link,
article .region .item h2.block-title a:visited,
article .region .item h3.block-title a:visited,
article .region .item h2.block-title a:hover,
article .region .item h3.block-title a:hover,
article .region .item h2.block-title a:active,
article .region .item h3.block-title a:active {
  color: #000000;
}
article .region .field-type-taxonomy-term-reference {
  display: none;
}
article .region .field-type-taxonomy-term-reference .field-item {
  background-color: #eeeeee;
  color: #000000;
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 2px 4px;
}
article .region .field-type-taxonomy-term-reference .field-item a:link,
article .region .field-type-taxonomy-term-reference .field-item a:visited,
article .region .field-type-taxonomy-term-reference .field-item a:hover,
article .region .field-type-taxonomy-term-reference .field-item a:active {
  background-color: inherit;
  color: inherit;
}
article .region .field-type-taxonomy-term-reference .field-item a:hover {
  color: #7e8b95;
}
article .region .field-name-field-embedded-media {
  margin-bottom: 7px;
  text-align: center;
}
article .region .field-name-field-embedded-media iframe {
  border: 2px solid #eeeeee;
  max-width: 749px;
}
article .region .node-full .field-type-image,
article .region .node-full .field-type-embedded-media {
  text-align: center;
}
article .region .node-full .field-type-image img,
article .region .node-full .field-type-embedded-media img,
article .region .node-full .field-type-image iframe,
article .region .node-full .field-type-embedded-media iframe {
  border: 2px solid #eeeeee;
  margin-bottom: 7px;
  max-width: 749px;
  width: 100%;
}
article .region .node-full .field-type-image img,
article .region .node-full .field-type-embedded-media img {
  height: auto;
  float: none;
  width: 100&;
}
article .region .node-full .field-type-image img.image-dimensions-portrait,
article .region .node-full .field-type-embedded-media img.image-dimensions-portrait,
article .region .node-full .field-type-image img.image-dimensions-unknown,
article .region .node-full .field-type-embedded-media img.image-dimensions-unknown {
  margin: 0 10px 10px 0;
  max-height: 325px;
  float: left !important;
  width: auto;
}
article .region .node-full .field-name-body iframe {
  border: 1px solid #eeeeee;
  border-width: 1px 0;
  margin: 0 auto 7px auto;
  padding: 7px 0;
  text-align: center;
}
article .region section.block-views .block-title,
article .region section.block-block .block-title {
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  color: #999999;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 7px 0;
  padding: 5px 0;
  text-decoration: none;
}
article .region section.block-views .block-title a:link,
article .region section.block-block .block-title a:link,
article .region section.block-views .block-title a:visited,
article .region section.block-block .block-title a:visited,
article .region section.block-views .block-title a:hover,
article .region section.block-block .block-title a:hover,
article .region section.block-views .block-title a:active,
article .region section.block-block .block-title a:active {
  color: #000000;
  margin: 0;
}
article .region section.block-views .block-title a:hover,
article .region section.block-block .block-title a:hover {
  color: #7e8b95;
}
article .region section .view-content {
  margin-bottom: 10px;
}
article .region section .view-content ul {
  margin: 0;
  padding: 0;
}
article .region section .view-content ul.links li a:before {
  content: '';
  margin: 0;
}
article .region section .view-content ul li {
  border-top: 1px solid #eeeeee;
  margin-top: 5px;
  padding-top: 5px;
}
article .region section .view-content ul li:nth-child(1) {
  border-top: none;
  margin-top: none;
  padding-top: none;
}
article .region section .view-content ul li a:link,
article .region section .view-content ul li a:visited,
article .region section .view-content ul li a:hover,
article .region section .view-content ul li a:active {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}
article .region section .view-content ul li a:hover {
  color: #7e8b95;
}
article .region section .view-content ul li a:before {
  color: #eeeeee;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 10px;
}
article .region section.block-commentsblock h2.title {
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0 0;
  padding: 5px 0;
  text-decoration: none;
}
article .region section#block-views-comments-block {
  margin-top: 10px;
}
article .region a:link,
article .region a:visited,
article .region a:hover,
article .region a:active {
  color: #000000;
  text-decoration: none;
}
article .region a:hover {
  color: #7e8b95;
}
article .region .node-article .date,
article .region .node-blog .date,
article .region .node-sponsored-article .date {
  background-color: #eeeeee;
  color: #000000;
  display: block;
  font-size: 12px;
  margin: 0 0 7px 0;
  padding: 4px;
}
article .region .node-article .date .author,
article .region .node-blog .date .author,
article .region .node-sponsored-article .date .author {
  font-weight: 700;
}
article .region .node-article .date .taxonomy,
article .region .node-blog .date .taxonomy,
article .region .node-sponsored-article .date .taxonomy {
  font-weight: 700;
}
article .region .node-article .content .field-name-field-summary,
article .region .node-blog .content .field-name-field-summary,
article .region .node-sponsored-article .content .field-name-field-summary {
  font-weight: bold;
}
article .region .node-article .content h1,
article .region .node-blog .content h1,
article .region .node-sponsored-article .content h1,
article .region .node-article .content h2,
article .region .node-blog .content h2,
article .region .node-sponsored-article .content h2,
article .region .node-article .content h3,
article .region .node-blog .content h3,
article .region .node-sponsored-article .content h3,
article .region .node-article .content h4,
article .region .node-blog .content h4,
article .region .node-sponsored-article .content h4,
article .region .node-article .content h5,
article .region .node-blog .content h5,
article .region .node-sponsored-article .content h5,
article .region .node-article .content h6,
article .region .node-blog .content h6,
article .region .node-sponsored-article .content h6 {
  color: #b28c34;
}
article .region .node-article .content table,
article .region .node-blog .content table,
article .region .node-sponsored-article .content table {
  width: 100%;
  margin-bottom: 18px;
  border: 1px solid #dddddd;
}
article .region .node-article .content table > thead > tr > th,
article .region .node-blog .content table > thead > tr > th,
article .region .node-sponsored-article .content table > thead > tr > th,
article .region .node-article .content table > tbody > tr > th,
article .region .node-blog .content table > tbody > tr > th,
article .region .node-sponsored-article .content table > tbody > tr > th,
article .region .node-article .content table > tfoot > tr > th,
article .region .node-blog .content table > tfoot > tr > th,
article .region .node-sponsored-article .content table > tfoot > tr > th,
article .region .node-article .content table > thead > tr > td,
article .region .node-blog .content table > thead > tr > td,
article .region .node-sponsored-article .content table > thead > tr > td,
article .region .node-article .content table > tbody > tr > td,
article .region .node-blog .content table > tbody > tr > td,
article .region .node-sponsored-article .content table > tbody > tr > td,
article .region .node-article .content table > tfoot > tr > td,
article .region .node-blog .content table > tfoot > tr > td,
article .region .node-sponsored-article .content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
article .region .node-article .content table > thead > tr > th,
article .region .node-blog .content table > thead > tr > th,
article .region .node-sponsored-article .content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
article .region .node-article .content table > caption + thead > tr:first-child > th,
article .region .node-blog .content table > caption + thead > tr:first-child > th,
article .region .node-sponsored-article .content table > caption + thead > tr:first-child > th,
article .region .node-article .content table > colgroup + thead > tr:first-child > th,
article .region .node-blog .content table > colgroup + thead > tr:first-child > th,
article .region .node-sponsored-article .content table > colgroup + thead > tr:first-child > th,
article .region .node-article .content table > thead:first-child > tr:first-child > th,
article .region .node-blog .content table > thead:first-child > tr:first-child > th,
article .region .node-sponsored-article .content table > thead:first-child > tr:first-child > th,
article .region .node-article .content table > caption + thead > tr:first-child > td,
article .region .node-blog .content table > caption + thead > tr:first-child > td,
article .region .node-sponsored-article .content table > caption + thead > tr:first-child > td,
article .region .node-article .content table > colgroup + thead > tr:first-child > td,
article .region .node-blog .content table > colgroup + thead > tr:first-child > td,
article .region .node-sponsored-article .content table > colgroup + thead > tr:first-child > td,
article .region .node-article .content table > thead:first-child > tr:first-child > td,
article .region .node-blog .content table > thead:first-child > tr:first-child > td,
article .region .node-sponsored-article .content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
article .region .node-article .content table > tbody + tbody,
article .region .node-blog .content table > tbody + tbody,
article .region .node-sponsored-article .content table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
article .region .node-article .content table .table,
article .region .node-blog .content table .table,
article .region .node-sponsored-article .content table .table {
  background-color: #ffffff;
}
article .region .node-article .content table > thead > tr > th,
article .region .node-blog .content table > thead > tr > th,
article .region .node-sponsored-article .content table > thead > tr > th,
article .region .node-article .content table > tbody > tr > th,
article .region .node-blog .content table > tbody > tr > th,
article .region .node-sponsored-article .content table > tbody > tr > th,
article .region .node-article .content table > tfoot > tr > th,
article .region .node-blog .content table > tfoot > tr > th,
article .region .node-sponsored-article .content table > tfoot > tr > th,
article .region .node-article .content table > thead > tr > td,
article .region .node-blog .content table > thead > tr > td,
article .region .node-sponsored-article .content table > thead > tr > td,
article .region .node-article .content table > tbody > tr > td,
article .region .node-blog .content table > tbody > tr > td,
article .region .node-sponsored-article .content table > tbody > tr > td,
article .region .node-article .content table > tfoot > tr > td,
article .region .node-blog .content table > tfoot > tr > td,
article .region .node-sponsored-article .content table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
article .region .node-article .content table > thead > tr > th,
article .region .node-blog .content table > thead > tr > th,
article .region .node-sponsored-article .content table > thead > tr > th,
article .region .node-article .content table > thead > tr > td,
article .region .node-blog .content table > thead > tr > td,
article .region .node-sponsored-article .content table > thead > tr > td {
  border-bottom-width: 2px;
}
article .region .node-article .content table > tbody > tr:hover > td,
article .region .node-blog .content table > tbody > tr:hover > td,
article .region .node-sponsored-article .content table > tbody > tr:hover > td,
article .region .node-article .content table > tbody > tr:hover > th,
article .region .node-blog .content table > tbody > tr:hover > th,
article .region .node-sponsored-article .content table > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
article .region .node-article .content ul,
article .region .node-blog .content ul,
article .region .node-sponsored-article .content ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 25px;
}
article .region .node-article .content dl dd,
article .region .node-blog .content dl dd,
article .region .node-sponsored-article .content dl dd {
  padding-left: 25px;
}
article .region .node-article .content blockquote,
article .region .node-blog .content blockquote,
article .region .node-sponsored-article .content blockquote {
  border-color: #b28c34;
  border-style: solid;
  border-width: 4px 0;
  float: right;
  margin: 0 30px 20px 20px;
  padding: 17px 9px;
  width: 35%;
}
article .region .node-article .content blockquote p,
article .region .node-blog .content blockquote p,
article .region .node-sponsored-article .content blockquote p {
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
}
article .region .node-article .content [id*="twitter-widget"],
article .region .node-blog .content [id*="twitter-widget"],
article .region .node-sponsored-article .content [id*="twitter-widget"] {
  margin: 20px auto!important;
  max-width: 500px!important;
  width: 100% !important;
}
article .region .tags .view-content ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: 0;
}
article .region .tags .view-content ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
article .region .tags .view-content ul li {
  margin: 0;
  padding: 0;
}
article .region .tags .view-content ul li a:link,
article .region .tags .view-content ul li a:visited,
article .region .tags .view-content ul li a:hover,
article .region .tags .view-content ul li a:active {
  color: #000000;
  text-decoration: none;
}
article .region .tags .view-content ul li a:hover {
  color: #7e8b95;
}
article .region .tags .view-content ul li a:before {
  color: #555555;
  content: "|";
  font-size: 13px;
  margin-right: 5px;
}
article .region .tags .view-content ul li:nth-child(1) {
  margin-left: 0;
}
article .region .tags .view-content ul li:nth-child(1) a:before {
  color: #555555;
  content: "";
  margin-right: 0;
}
article .region .tags .view-content ul:before {
  color: #555555;
  content: "\f02c";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 5px;
}
article .region .categories .view-content ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: 0;
}
article .region .categories .view-content ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
article .region .categories .view-content ul li {
  margin: 0;
  padding: 0;
}
article .region .categories .view-content ul li a:link,
article .region .categories .view-content ul li a:visited,
article .region .categories .view-content ul li a:hover,
article .region .categories .view-content ul li a:active {
  color: #000000;
  text-decoration: none;
}
article .region .categories .view-content ul li a:hover {
  color: #7e8b95;
}
article .region .categories .view-content ul li a:before {
  color: #555555;
  content: "|";
  font-size: 13px;
  margin-right: 5px;
}
article .region .categories .view-content ul li:nth-child(1) {
  margin-left: 0;
}
article .region .categories .view-content ul li:nth-child(1) a:before {
  color: #555555;
  content: "";
  margin-right: 0;
}
article .region .categories .view-content ul:before {
  color: #555555;
  content: "\f02d";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 5px;
}
.column-view .view-content:before,
.column-view .view-content:after {
  content: " ";
  display: table;
}
.column-view .view-content:after {
  clear: both;
}
.column-view .view-content:before,
.column-view .view-content:after {
  content: " ";
  display: table;
}
.column-view .view-content:after {
  clear: both;
}
.column-view .view-content .group-header {
  margin: 5px 0 8px 0;
}
.column-view .view-content .group-header a:link,
.column-view .view-content .group-header a:visited,
.column-view .view-content .group-header a:hover,
.column-view .view-content .group-header a:active {
  background-color: #eeeeee;
  border-radius: 0;
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 5px;
  text-decoration: none;
}
.column-view .view-content .group-header a:hover {
  color: #7e8b95;
}
.column-view .view-content h2,
.column-view .view-content h3 {
  margin: 0;
}
.column-view .view-content h2 a:link,
.column-view .view-content h3 a:link,
.column-view .view-content h2 a:visited,
.column-view .view-content h3 a:visited,
.column-view .view-content h2 a:hover,
.column-view .view-content h3 a:hover,
.column-view .view-content h2 a:active,
.column-view .view-content h3 a:active {
  background-color: transparent;
  border-radius: 0;
  color: #000000;
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  font-weight: 600;
  text-decoration: none;
}
.column-view .view-content h2 a:hover,
.column-view .view-content h3 a:hover {
  color: #7e8b95;
}
.column-view .view-content img {
  border: 1px solid #999999;
  display: block;
  height: auto;
  margin-bottom: 7px;
  width: 100%;
}
.column-view .view-content img.image-dimensions-portrait {
  float: left !important;
  height: auto;
  margin-right: 15px;
  width: 100px;
}
.column-view .view-content iframe {
  width: 100%;
}
.column-view .view-content .date {
  color: #000000;
  display: block;
  font-size: 11px;
  margin: 4px 0px;
}
.column-view .view-content .summary,
.column-view .view-content .content {
  margin-bottom: 15px;
}
.column-view .view-content .summary p,
.column-view .view-content .content p {
  margin-left: 0;
  font-weight: normal;
}
.column-view.split:before,
.column-view.split:after {
  content: " ";
  display: table;
}
.column-view.split:after {
  clear: both;
}
.column-view.split:before,
.column-view.split:after {
  content: " ";
  display: table;
}
.column-view.split:after {
  clear: both;
}
.column-view.split:nth-child(1) {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.column-view.split .row {
  margin-top: 10px;
}
.column-view.split .row:nth-child(1) {
  margin-top: 0;
}
.column-view.split .row .col h2,
.column-view.split .row .col h3 {
  margin: 0;
}
.column-view.split .row .col h2 a:link,
.column-view.split .row .col h3 a:link,
.column-view.split .row .col h2 a:visited,
.column-view.split .row .col h3 a:visited,
.column-view.split .row .col h2 a:hover,
.column-view.split .row .col h3 a:hover,
.column-view.split .row .col h2 a:active,
.column-view.split .row .col h3 a:active {
  margin: 0 0 0 115px;
  padding: 0;
}
.column-view.split .row .col img {
  float: left;
  height: auto;
  width: 100px;
}
.column-view.split .row .col .date {
  margin-left: 115px;
}
.column-view.split .row .col .summary,
.column-view.split .row .col .content {
  margin-left: 115px;
}
.column-view.list .view-content .row h2,
.column-view.list .view-content .row h3 {
  border-top: 1px solid #eeeeee;
  margin-top: 5px;
  padding-top: 5px;
}
.column-view.list .view-content .row h2 a:before,
.column-view.list .view-content .row h3 a:before {
  color: #eeeeee;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 10px;
}
.column-view.list .view-content .row .date {
  margin-left: 17px;
}
.column-view.list .view-content .row:nth-child(1) h2,
.column-view.list .view-content .row:nth-child(1) h3 {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
/* Footer */
footer {
  border-top: 1px solid #eeeeee;
  font-size: 11px;
  margin-top: 30px;
}
footer .region-footer #block-views-external-websites-block h3 {
  background: transparent url('../img/dods-footer-logo.png') no-repeat left 8px scroll;
  border: 1px solid #b28c34;
  border-width: 1px 0;
  color: #000000;
  cursor: pointer;
  display: block;
  padding: 7px 7px 7px 50px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
}
footer .region-footer #block-views-external-websites-block h3 a:link,
footer .region-footer #block-views-external-websites-block h3 a:visited,
footer .region-footer #block-views-external-websites-block h3 a:hover,
footer .region-footer #block-views-external-websites-block h3 a:active {
  text-decoration: none;
}
footer .region-footer #block-views-external-websites-block h3 a:hover {
  color: #c6c6c6;
  text-decoration: none;
}
footer .region-footer #block-views-external-websites-block h3:after {
  content: '\f067';
  float: right;
  font-family: FontAwesome;
}
footer .region-footer #block-views-external-websites-block.visible h3:after {
  content: '\f068';
  float: right;
  font-family: FontAwesome;
}
footer .region-footer #block-views-external-websites-block .footer-products {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 7px;
  padding-bottom: 8px;
}
footer .region-footer #block-views-external-websites-block .footer-products h4 a:link,
footer .region-footer #block-views-external-websites-block .footer-products h4 a:visited,
footer .region-footer #block-views-external-websites-block .footer-products h4 a:hover,
footer .region-footer #block-views-external-websites-block .footer-products h4 a:active {
  border-radius: 0;
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-decoration: none;
}
footer .region-footer #block-views-external-websites-block .footer-products h4 a:hover {
  color: #7e8b95;
}
footer .region-footer #block-views-external-websites-block .footer-products p a:link,
footer .region-footer #block-views-external-websites-block .footer-products p a:visited,
footer .region-footer #block-views-external-websites-block .footer-products p a:hover,
footer .region-footer #block-views-external-websites-block .footer-products p a:active {
  color: #333333;
  cursor: default;
  text-decoration: none;
}
footer .region-footer .block-credits {
  float: left;
  width: 50%;
}
footer .region-footer #block-menu-menu-footer {
  float: left;
  width: 50%;
}
footer .region-footer #block-menu-menu-footer ul.nav {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  text-align: right;
}
footer .region-footer #block-menu-menu-footer ul.nav > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
footer .region-footer #block-menu-menu-footer ul.nav > li > a:link,
footer .region-footer #block-menu-menu-footer ul.nav > li > a:visited,
footer .region-footer #block-menu-menu-footer ul.nav > li > a:hover,
footer .region-footer #block-menu-menu-footer ul.nav > li > a:active {
  background-color: transparent;
  margin-left: 5px;
  padding: 0;
}
footer .region-footer #block-menu-menu-footer ul.nav > li > a:link:after,
footer .region-footer #block-menu-menu-footer ul.nav > li > a:visited:after,
footer .region-footer #block-menu-menu-footer ul.nav > li > a:hover:after,
footer .region-footer #block-menu-menu-footer ul.nav > li > a:active:after {
  content: "|";
  margin-left: 15px;
  color: #b28c34;
}
footer .region-footer #block-menu-menu-footer ul.nav > li > a:hover:after {
  color: #b28c34;
  content: "|";
  margin-left: 15px;
}
footer .region-footer #block-menu-menu-footer ul.nav > li.first a:link,
footer .region-footer #block-menu-menu-footer ul.nav > li.first a:visited,
footer .region-footer #block-menu-menu-footer ul.nav > li.first a:hover,
footer .region-footer #block-menu-menu-footer ul.nav > li.first a:active {
  margin-left: 0;
}
footer .region-footer #block-menu-menu-footer ul.nav > li.last a:after {
  content: "";
  margin-left: 0;
}
/* End of Footer styling */
.webform-client-form {
  clear: both;
  padding: 15px 0;
}
.control-group,
.webform-component-textfield,
.webform-component-radios,
.webform-component-email {
  margin: 0 0 20px 0;
}
.webform-component--accept-terms--conditions > label {
  display: none;
}
button {
  border-radius: 0px !important;
}
button[type=submit] {
  color: #000000 !important;
  background: #eee !important;
  border: 1px solid #ccc !important;
}
/* Nav */
.navbar-default[role="navigation"] {
  background-color: transparent;
  border: none;
  min-height: 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin-bottom: 15px;
}
.navbar-default[role="navigation"] section:nth-child(1) {
  background-color: #fff;
  border-bottom: 1px solid #b28c34;
  border-top: 1px solid #b28c34;
  padding-top: 0;
}
.navbar-default[role="navigation"] ul.nav {
  margin: 0 0 -1px 0;
  padding-top: 7px;
  padding-bottom: 4px;
}
.navbar-default[role="navigation"] ul.nav > li > a:link,
.navbar-default[role="navigation"] ul.nav > li > a:visited,
.navbar-default[role="navigation"] ul.nav > li > a:hover,
.navbar-default[role="navigation"] ul.nav > li > a:active {
  color: #000000;
  font-weight: normal;
  line-height: 18px;
  margin: 0 7px;
  padding: 0 5px 5px 5px;
}
.navbar-default[role="navigation"] ul.nav > li:first-child > a:link,
.navbar-default[role="navigation"] ul.nav > li:first-child > a:visited,
.navbar-default[role="navigation"] ul.nav > li:first-child > a:hover,
.navbar-default[role="navigation"] ul.nav > li:first-child > a:active {
  margin: 0 7px 0 0;
}
.navbar-default[role="navigation"] ul.nav > li > a:hover {
  background-color: transparent;
  /*border-bottom: 2px solid @brand-primary;*/
  color: #7e8b95;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: normal;
  padding-bottom: 5px;
}
.navbar-default[role="navigation"] ul.nav > li a:before {
  color: #b28c34;
  content: "|";
  left: -9px;
  position: absolute;
}
.navbar-default[role="navigation"] ul.nav > li:first-child a:before {
  content: none;
}
.navbar-default[role="navigation"] ul.nav > li.active > a:link,
.navbar-default[role="navigation"] ul.nav > li.active > a:visited,
.navbar-default[role="navigation"] ul.nav > li.active > a:hover,
.navbar-default[role="navigation"] ul.nav > li.active > a:active,
.navbar-default[role="navigation"] ul.nav > li.active-trail > a:link,
.navbar-default[role="navigation"] ul.nav > li.active-trail > a:visited,
.navbar-default[role="navigation"] ul.nav > li.active-trail > a:hover,
.navbar-default[role="navigation"] ul.nav > li.active-trail > a:active {
  color: #000000;
  /*border-bottom:  2px solid @brand-primary;*/
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 18px !important;
  padding-bottom: 5px;
  text-decoration: none;
  background: transparent;
}
.navbar-default[role="navigation"] ul.nav > li.active > a:hover,
.navbar-default[role="navigation"] ul.nav > li.active-trail > a:hover {
  background-color: transparent;
  color: #7e8b95;
  padding-bottom: 5px;
}
.navbar-default[role="navigation"] section {
  background: #eeeeee;
  border-top: none;
  margin-top: 6px;
}
ul.topics {
  font-size: 3px;
  margin: 0;
  padding: 5px 5px 0 5px;
}
ul.topics > li {
  display: block;
  float: left;
  padding: 0 5px 5px 0;
}
ul.topics > li:after {
  color: #b28c34;
  content: "|";
  font-size: 13px;
  margin-left: 7px;
}
ul.topics > li.last:after {
  content: "";
  margin-left: 0;
}
ul.topics > li > a:link,
ul.topics > li > a:visited,
ul.topics > li > a:hover,
ul.topics > li > a:active {
  color: #555555;
  font-size: 13px;
  padding: 5px;
  text-decoration: none;
}
ul.topics > li > a:hover {
  background-color: #eeeeee;
  color: #b28c34;
}
ul.topics > li.active > a:link,
ul.topics > li.active > a:visited,
ul.topics > li.active > a:hover,
ul.topics > li.active > a:active {
  background-color: #eeeeee;
  color: #b28c34;
  font-weight: normal;
  padding: 5px;
}
ul.topics > li.active > a:hover {
  cursor: default;
}
/* Collapse nav */
/*.sidenav { margin-right:-25px; }*/
.break:before {
  content: "|";
  padding-right: 10px;
}
.navbar-toggle,
.icon-bar {
  border: 1px solid #b28c34 !important;
  color: #b28c34 !important;
}
/*Sidebar*/
.region-sidebar button#edit-submit-search {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #000000;
}
.region-sidebar section {
  border: 2px solid #eeeeee;
  border-radius: 0px;
  display: block;
  margin-bottom: 15px;
  padding: 8px;
  position: relative;
}
.region-sidebar section .block-title {
  font-size: 14px;
  margin: -8px -8px 8px -8px;
  background-color: transparent;
  border-bottom: 1px solid #b28c34;
  border-radius: 0;
  color: #000000;
  cursor: default;
  display: block;
  padding: 8px 15px 10px 10px;
}
.region-sidebar section .block-title a:link,
.region-sidebar section .block-title a:visited,
.region-sidebar section .block-title a:hover,
.region-sidebar section .block-title a:active {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.region-sidebar section .block-title a:hover {
  color: #7e8b95;
}
.region-sidebar section .column-view .view-content h2,
.region-sidebar section .column-view.split .view-content h2,
.region-sidebar section .column-view .view-content h3,
.region-sidebar section .column-view.split .view-content h3 {
  font-size: 13px;
  font-weight: 400;
}
.region-sidebar section .column-view .view-content h2 a:link,
.region-sidebar section .column-view.split .view-content h2 a:link,
.region-sidebar section .column-view .view-content h3 a:link,
.region-sidebar section .column-view.split .view-content h3 a:link,
.region-sidebar section .column-view .view-content h2 a:visited,
.region-sidebar section .column-view.split .view-content h2 a:visited,
.region-sidebar section .column-view .view-content h3 a:visited,
.region-sidebar section .column-view.split .view-content h3 a:visited,
.region-sidebar section .column-view .view-content h2 a:hover,
.region-sidebar section .column-view.split .view-content h2 a:hover,
.region-sidebar section .column-view .view-content h3 a:hover,
.region-sidebar section .column-view.split .view-content h3 a:hover,
.region-sidebar section .column-view .view-content h2 a:active,
.region-sidebar section .column-view.split .view-content h2 a:active,
.region-sidebar section .column-view .view-content h3 a:active,
.region-sidebar section .column-view.split .view-content h3 a:active {
  font-size: 13px;
  font-weight: 400;
  font-weight: bold;
}
.region-sidebar section .column-view .view-content h2 a > span,
.region-sidebar section .column-view.split .view-content h2 a > span,
.region-sidebar section .column-view .view-content h3 a > span,
.region-sidebar section .column-view.split .view-content h3 a > span {
  color: #000000;
  font-weight: 300;
}
.region-sidebar section .column-view .view-content a:link,
.region-sidebar section .column-view.split .view-content a:link,
.region-sidebar section .column-view .view-content a:visited,
.region-sidebar section .column-view.split .view-content a:visited,
.region-sidebar section .column-view .view-content a:hover,
.region-sidebar section .column-view.split .view-content a:hover,
.region-sidebar section .column-view .view-content a:active,
.region-sidebar section .column-view.split .view-content a:active {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.region-sidebar section .column-view .view-content a:hover,
.region-sidebar section .column-view.split .view-content a:hover {
  color: #7e8b95;
}
.region-sidebar section .column-view .view-content .views_slideshow_slide img,
.region-sidebar section .column-view.split .view-content .views_slideshow_slide img {
  border: none;
  float: none !important;
  height: auto;
  margin: 0 auto;
  min-width: 180px;
  max-width: 180px;
}
.region-sidebar section .column-view .view-content .views_slideshow_slide img.portrait,
.region-sidebar section .column-view.split .view-content .views_slideshow_slide img.portrait {
  float: none;
  margin: 0 auto;
}
.region-sidebar section[id*="extra-panels"] {
  border: none;
  padding: 0;
}
.region-sidebar section[id*="extra-panels"] .field-items > .field-item .content {
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  border-radius: 0px;
  display: block;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 7px;
  position: relative;
}
.region-sidebar section[id*="extra-panels"] .field-items > .field-item .content .field-name-field-extra-text-title {
  border-bottom: 1px solid #b28c34;
  clear: both;
  color: #b28c34;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: 500;
  margin: -8px -8px 8px -8px;
  padding: 8px 15px 10px 10px;
}
.region-sidebar section[id*="extra-panels"] .field-items > .field-item .content .field-name-field-extra-text-body {
  font-size: 13px;
}
.region-sidebar section#block-system-user-menu {
  border: 0;
  padding: 0;
}
.region-sidebar section#block-system-user-menu .block-title {
  display: none;
}
.region-sidebar section#block-system-user-menu ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-right: 2px;
  text-align: right;
}
.region-sidebar section#block-system-user-menu ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.region-sidebar section#block-system-user-menu ul li {
  padding: 0;
}
.region-sidebar section#block-system-user-menu ul li a:link,
.region-sidebar section#block-system-user-menu ul li a:visited,
.region-sidebar section#block-system-user-menu ul li a:hover,
.region-sidebar section#block-system-user-menu ul li a:active {
  background-color: transparent;
  color: #000000;
  font-size: 12px;
  margin-left: 7px;
  padding: 0;
  font-weight: bold;
}
.region-sidebar section#block-system-user-menu ul li a:hover {
  color: #7e8b95;
}
.region-sidebar section#block-system-user-menu ul li a:before {
  color: #000000;
  content: "|";
  margin-right: 7px;
}
.region-sidebar section#block-system-user-menu ul li:first-child a {
  margin-left: 0;
}
.region-sidebar section#block-system-user-menu ul li:first-child a:before {
  content: "";
  margin-right: 0;
}
.region-sidebar section#block-user-login {
  background-color: #eeeeee;
}
.region-sidebar section#block-user-login ul {
  list-style: none;
  margin-left: -5px;
  list-style-type: none;
  margin: 0 0 8px 0;
  padding-left: 0;
}
.region-sidebar section#block-user-login ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.region-sidebar section#block-user-login ul li:nth-child(1) {
  margin-left: 0;
}
.region-sidebar section#block-user-login ul li:nth-child(1):after {
  color: #000000;
  content: "|";
  margin-left: 10px;
}
.region-sidebar section#block-user-login ul li a:link,
.region-sidebar section#block-user-login ul li a:visited,
.region-sidebar section#block-user-login ul li a:hover,
.region-sidebar section#block-user-login ul li a:active {
  color: #000000;
  font-weight: bold;
}
.region-sidebar section#block-user-login ul li a:hover {
  color: #7e8b95;
}
.region-sidebar section#block-user-login button {
  background-color: #eeeeee;
  color: #ffffff;
}
.region-sidebar section#block-user-login button:hover {
  background-color: #c6c6c6;
  color: #ffffff;
}
.region-sidebar section#block-user-login .form-type-password {
  margin-top: 7px;
}
.region-sidebar section#block-user-login .control-group {
  margin-bottom: 5px;
}
.region-sidebar section#block-search-form {
  border: none;
  padding: 0;
}
.region-sidebar section#block-search-form .search-query {
  color: #000000;
  float: left;
  line-height: 18px;
  padding-bottom: 8px;
  width: 292px;
  border-right: none;
}
.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item:before {
  color: #eeeeee;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 11px;
  float: left;
  padding-top: 3px;
}
.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item a {
  margin-left: 18px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item a:after:before,
.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item a:after:after {
  content: " ";
  display: table;
}
.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item a:after:after {
  clear: both;
}
.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item a:after:before,
.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item a:after:after {
  content: " ";
  display: table;
}
.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item a:after:after {
  clear: both;
}
.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item p {
  margin-left: 17px;
}
.region-sidebar section .field-label {
  color: #555555;
  padding-bottom: 2px;
  font-weight: bold;
}
.region-sidebar section .field-label:before {
  color: #eeeeee;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 5px;
}
.region-sidebar section .about-us {
  /*a {

        &:link,
        &:visited,
        &:hover,
        &:active {
          word-wrap: break-word;
          white-space: pre;
        }

      }*/
}
.region-sidebar section .about-us .company-title {
  margin-left: 130px;
  font-weight: bold;
}
.region-sidebar section .about-us .company-title:before,
.region-sidebar section .about-us .company-title:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .company-title:after {
  clear: both;
}
.region-sidebar section .about-us .company-title:before,
.region-sidebar section .about-us .company-title:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .company-title:after {
  clear: both;
}
.region-sidebar section .about-us .company-title:before,
.region-sidebar section .about-us .company-title:after {
  display: none;
}
.region-sidebar section .about-us .address {
  margin-left: 110px;
}
.region-sidebar section .about-us .address:before,
.region-sidebar section .about-us .address:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .address:after {
  clear: both;
}
.region-sidebar section .about-us .address:before,
.region-sidebar section .about-us .address:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .address:after {
  clear: both;
}
.region-sidebar section .about-us .address:before {
  color: #b28c34;
  content: '\f0f7';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
  float: left;
  padding-top: 2px;
  width: 15px;
}
.region-sidebar section .about-us .address > div,
.region-sidebar section .about-us .address > span {
  margin-left: 20px;
}
.region-sidebar section .about-us .address div.addressfield-container-inline:after {
  display: none;
}
.region-sidebar section .about-us .telephone {
  margin-left: 110px;
}
.region-sidebar section .about-us .telephone:before,
.region-sidebar section .about-us .telephone:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .telephone:after {
  clear: both;
}
.region-sidebar section .about-us .telephone:before,
.region-sidebar section .about-us .telephone:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .telephone:after {
  clear: both;
}
.region-sidebar section .about-us .telephone:before {
  color: #b28c34;
  content: '\f095';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
  float: left;
  padding-top: 2px;
  width: 15px;
}
.region-sidebar section .about-us .email {
  margin-left: 110px;
}
.region-sidebar section .about-us .email:before,
.region-sidebar section .about-us .email:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .email:after {
  clear: both;
}
.region-sidebar section .about-us .email:before,
.region-sidebar section .about-us .email:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .email:after {
  clear: both;
}
.region-sidebar section .about-us .email:before {
  color: #b28c34;
  content: '\f003';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
  float: left;
  padding-top: 2px;
  width: 15px;
}
.region-sidebar section .about-us .website:before,
.region-sidebar section .about-us .website:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .website:after {
  clear: both;
}
.region-sidebar section .about-us .website:before,
.region-sidebar section .about-us .website:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .website:after {
  clear: both;
}
.region-sidebar section .about-us .website:before {
  color: #b28c34;
  content: '\f0ac';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
  float: left;
  padding-top: 2px;
  width: 15px;
}
.region-sidebar section .about-us .twitter:before,
.region-sidebar section .about-us .twitter:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .twitter:after {
  clear: both;
}
.region-sidebar section .about-us .twitter:before,
.region-sidebar section .about-us .twitter:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .twitter:after {
  clear: both;
}
.region-sidebar section .about-us .twitter:before {
  color: #b28c34;
  content: '\f099';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
  float: left;
  padding-top: 2px;
  width: 15px;
}
.region-sidebar section .about-us .facebook:before,
.region-sidebar section .about-us .facebook:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .facebook:after {
  clear: both;
}
.region-sidebar section .about-us .facebook:before,
.region-sidebar section .about-us .facebook:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .facebook:after {
  clear: both;
}
.region-sidebar section .about-us .facebook:before {
  color: #b28c34;
  content: '\f09a';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
  float: left;
  padding-top: 2px;
  width: 15px;
}
.region-sidebar section .about-us .google-plus:before,
.region-sidebar section .about-us .google-plus:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .google-plus:after {
  clear: both;
}
.region-sidebar section .about-us .google-plus:before,
.region-sidebar section .about-us .google-plus:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .google-plus:after {
  clear: both;
}
.region-sidebar section .about-us .google-plus:before {
  color: #b28c34;
  content: '\f0d5';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
  float: left;
  padding-top: 2px;
  width: 15px;
}
.region-sidebar section .about-us .linked-in:before,
.region-sidebar section .about-us .linked-in:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .linked-in:after {
  clear: both;
}
.region-sidebar section .about-us .linked-in:before,
.region-sidebar section .about-us .linked-in:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .linked-in:after {
  clear: both;
}
.region-sidebar section .about-us .linked-in:before {
  color: #b28c34;
  content: '\f0e1';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
  float: left;
  padding-top: 2px;
  width: 15px;
}
.region-sidebar section .about-us .youtube:before,
.region-sidebar section .about-us .youtube:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .youtube:after {
  clear: both;
}
.region-sidebar section .about-us .youtube:before,
.region-sidebar section .about-us .youtube:after {
  content: " ";
  display: table;
}
.region-sidebar section .about-us .youtube:after {
  clear: both;
}
.region-sidebar section .about-us .youtube:before {
  color: #b28c34;
  content: '\f167';
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 5px;
  float: left;
  padding-top: 2px;
  width: 15px;
}
.region-sidebar section .about-us .partner-logo img {
  padding: 0px;
}
.region-sidebar section .fa-envelope-o {
  color: #b28c34;
  font-size: 60px;
  float: left !important;
  margin-right: 10px;
  margin-bottom: 20px;
}
/* events */
.node-type-event .region-content .field-name-field-image {
  float: left !important;
  margin: 0 20px 10px 0;
  width: 250px !important;
}
.node-type-event .region-content .field-name-field-image img.image-dimensions-landscape {
  width: 250px !important;
  border: none;
}
div.panel-pane:before,
div.panel-pane:after {
  content: " ";
  display: table;
}
div.panel-pane:after {
  clear: both;
}
div.panel-pane:before,
div.panel-pane:after {
  content: " ";
  display: table;
}
div.panel-pane:after {
  clear: both;
}
div.panel-pane.pane-panels-header-pane {
  margin: 15px 0;
}
div.panel-pane.pane-panels-header-pane .panels-header-pane {
  background-color: transparent;
  border-bottom: 2px solid #b28c34;
  border-radius: 0;
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 7px;
  text-decoration: none;
}
div.panel-pane.pane-panels-header-pane .panels-header-pane a:link,
div.panel-pane.pane-panels-header-pane .panels-header-pane a:visited,
div.panel-pane.pane-panels-header-pane .panels-header-pane a:hover,
div.panel-pane.pane-panels-header-pane .panels-header-pane a:active {
  color: #000000;
}
div.panel-pane.pane-panels-header-pane .panels-header-pane a:hover {
  color: #7e8b95;
}
.highlighted-content {
  border: 2px solid #eeeeee;
  border-radius: 0px;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 7px;
  position: relative;
}
.highlighted-content h2 {
  font-size: 22px;
}
.highlighted-content h3 {
  font-size: 16px;
}
.highlighted-content h2,
.highlighted-content h3 {
  background-color: transparent;
  border-bottom: 1px solid #b28c34;
  font-weight: 500;
  margin: -7px -7px 8px -7px;
}
.highlighted-content h2 a:link,
.highlighted-content h3 a:link,
.highlighted-content h2 a:visited,
.highlighted-content h3 a:visited,
.highlighted-content h2 a:hover,
.highlighted-content h3 a:hover,
.highlighted-content h2 a:active,
.highlighted-content h3 a:active {
  background-color: transparent;
  border-radius: 0;
  color: #000000;
  display: block;
  margin: 0;
  padding: 7px;
  text-decoration: none;
}
.highlighted-content h2 a:hover,
.highlighted-content h3 a:hover {
  background-color: transparent;
  color: #7e8b95;
}
.highlighted-content img {
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  display: block;
  float: none;
  margin: 0 auto 8px auto;
  text-align: center;
  width: 100%;
}
.highlighted-content img.image-dimensions-landscape {
  width: 100px;
}
.highlighted-content img.image-dimensions-portrait {
  width: 100px;
}
.highlighted-content h4 {
  border-bottom: 1px solid #b28c34;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 4px 0;
  padding-bottom: 3px;
}
.highlighted-content h4 a:link,
.highlighted-content h4 a:visited,
.highlighted-content h4 a:hover,
.highlighted-content h4 a:active {
  color: #000000;
  text-decoration: none;
}
.highlighted-content h4 a:hover {
  color: #7e8b95;
}
.highlighted-content .date {
  color: #000000;
  font-size: 11px;
  margin: 0;
}
.highlighted-content .summary {
  margin-bottom: 0;
}
.lead-wrapper {
  background-color: #eeeeee;
  margin: 0 15px;
  padding-top: 15px;
}
.promoted-content {
  background-color: #eeeeee;
  padding: 10px;
}
.promoted-content .view-content {
  border: 2px solid #b28c34;
  padding: 7px;
}
.promoted-content .view-content:before,
.promoted-content .view-content:after {
  content: " ";
  display: table;
}
.promoted-content .view-content:after {
  clear: both;
}
.promoted-content .view-content:before,
.promoted-content .view-content:after {
  content: " ";
  display: table;
}
.promoted-content .view-content:after {
  clear: both;
}
.promoted-content h2 {
  border-bottom: 2px solid #b28c34;
  margin: 0 -7px 7px -7px;
  padding: 0 0 5px 7px;
}
.promoted-content h2:hover {
  background-color: transparent;
}
.promoted-content h2:hover a:link,
.promoted-content h2:hover a:visited,
.promoted-content h2:hover a:hover,
.promoted-content h2:hover a:active {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
.promoted-content h2:hover a:hover {
  background: transparent;
  color: #7e8b95;
}
.promoted-content h2 a:link,
.promoted-content h2 a:visited,
.promoted-content h2 a:hover,
.promoted-content h2 a:active {
  background: transparent;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}
.promoted-content h2 a:hover {
  background: transparent;
  color: #7e8b95;
}
.promoted-content img {
  width: 100%;
}
.promoted-content img.image-dimensions-portrait {
  float: left !important;
  height: auto;
  margin-right: 15px;
  width: 45%;
}
.promoted-content iframe {
  width: 100%;
}
.promoted-content .date {
  color: #000000;
  font-size: 11px;
  margin: 7px 0 4px 0;
}
.promoted-content .summary {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
}
.people-page .views-row {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  display: inline-block;
  width: 100%;
}
.people-page .views-row:last-child {
  border-bottom: none;
}
.people-page .views-field-field-logo img {
  float: left;
  width: 110px;
  height: auto;
  margin: 0 15px 0 0;
}
.people-page .views-field.views-field-body {
  float: left;
  width: 75%;
}
.people-page h3 {
  font-weight: normal;
  font-size: 26px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
.people-page h4 {
  font-weight: normal;
  font-size: 22px;
}
.speakers-page .views-row {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  display: inline-block;
  width: 100%;
}
.speakers-page .views-row:last-child {
  border-bottom: none;
}
.speakers-page .views-field-field-logo img {
  float: left;
  width: 110px;
  height: auto;
  margin: 0 15px 0 0;
}
.speakers-page .views-field.views-field-body {
  float: left;
  width: 75%;
}
.speakers-page h3 {
  font-weight: normal;
  font-size: 26px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
.speakers-page h4 {
  font-weight: normal;
  font-size: 22px;
}
.node-person img {
  width: 200px !important;
}
.view-comments {
  margin: -10px 0 0 0;
}
.view-comments .views-row {
  border-bottom: 1px solid #eeeeee;
}
.comment {
  padding: 15px;
}
.comment h3 {
  display: inline-block;
  margin: 0 15px 20px 0 ;
  padding: 0;
}
.comment .date {
  margin: 0 0 20px 0;
  color: #b28c34;
  font-size: 11px;
}
.comment .links {
  font-size: 16px;
}
.indent-10 {
  padding: 0 0 0 10px;
}
.indent-10 h3 {
  display: inline-block;
  margin: 0 15px 20px 0;
}
.indent-10 h3:before {
  font-family: FontAwesome;
  content: '\f112';
  padding: 0 10px 0 0;
  font-size: 16px;
}
.indent-20 {
  padding: 0 0 0 20px;
}
.indent-20 h3 {
  display: inline-block;
  margin: 0 15px 20px 0 ;
}
.indent-20 h3:before {
  font-family: FontAwesome;
  content: '\f112';
  padding: 0 10px 0 0;
  font-size: 16px;
}
.indent-30 {
  padding: 0 0 0 30px;
}
.indent-30 h3 {
  display: inline-block;
  margin: 0 15px 20px 0 ;
}
.indent-30 h3:before {
  font-family: FontAwesome;
  content: '\f112';
  padding: 0 10px 0 0;
  font-size: 16px;
}
.indent-40 {
  padding: 0 0 0 40px;
}
.indent-40 h3 {
  display: inline-block;
  margin: 0 15px 20px 0 ;
}
.indent-40 h3:before {
  font-family: FontAwesome;
  content: '\f112';
  padding: 0 10px 0 0;
  font-size: 16px;
}
.indent-50 {
  padding: 0 0 0 50px;
}
.indent-50 h3 {
  display: inline-block;
  margin: 0 15px 20px 0 ;
}
.indent-50 h3:before {
  font-family: FontAwesome;
  content: '\f112';
  padding: 0 10px 0 0;
  font-size: 16px;
}
.indent-60 {
  padding: 0 0 0 60px;
}
.indent-60 h3 {
  display: inline-block;
  margin: 0 15px 20px 0 ;
}
.indent-60 h3:before {
  font-family: FontAwesome;
  content: '\f112';
  padding: 0 10px 0 0;
  font-size: 16px;
}
.indent-70 {
  padding: 0 0 0 70px;
}
.indent-70 h3 {
  display: inline-block;
  margin: 0 15px 20px 0 ;
}
.indent-70 h3:before {
  font-family: FontAwesome;
  content: '\f112';
  padding: 0 10px 0 0;
  font-size: 16px;
}
.indent-80 {
  padding: 0 0 0 80px;
}
.indent-80 h3 {
  display: inline-block;
  margin: 0 15px 20px 0 ;
}
.indent-80 h3:before {
  font-family: FontAwesome;
  content: '\f112';
  padding: 0 10px 0 0;
  font-size: 16px;
}
.page-comment-reply section #block-system-main .comment-by-viewer {
  padding: 0;
}
.page-comment-reply section #block-system-main .comment-by-viewer .links {
  display: none;
}
.submitted a {
  color: #eeeeee;
}
.comment .user-picture {
  margin: 3px 10px 0px -5px;
  border: 1px solid #eeeeee;
}
.reply {
  /* border: 1px solid @brand-gray; */
  margin-left: 100px;
}
.reply-comment {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-bottom: 10px;
}
#block-views-comments-block {
  margin-bottom: 20px;
}
.view-comments .ajax-progress {
  display: none;
}
.comment_forbidden {
  display: none;
}
.btn-comment {
  margin: 10px 0px;
}
.view-comments .ajax-progress {
  display: none;
}
.comment_forbidden {
  display: none;
}
#block-views-comments-block .user-picture {
  float: left;
  margin-top: 17px;
  margin-right: 7px;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
#block-views-comments-block div.submitted {
  font-size: 11px;
  color: #999999;
  margin-top: -7px;
  margin-bottom: 2px;
}
#block-views-comments-block div.submitted a.permalink {
  display: none;
}
#block-views-comments-block ul.links {
  margin: 10px 0;
  padding: 0;
}
#block-views-comments-block ul.links li {
  display: inline;
  font-size: 0.75em;
}
.comment-form .fieldset-legend .fieldset-title {
  display: none;
}
.username {
  font-size: 13px;
  margin: 0;
}
#edit-author--2 {
  display: none !important;
}
ul.breadcrumb {
  border-radius: 0px;
  padding: 4px 15px;
}
.container {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin: 40px auto 40px auto;
  padding: 10px 15px;
  position: relative;
  z-index: 1000;
}
[id*="-warning"] {
  border: 0;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.admin [id*="-warning"] {
  margin-top: 55px;
}
.media_embed {
  text-align: center;
}
.page-search h1 img {
  margin: 0;
}
a {
  text-decoration: none !important;
  font-weight: bold;
}
span.divider {
  display: none;
}
.navbar-collapse {
  padding: 0px;
}
.region-sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul {
  padding-left: 0;
  list-style: none;
}
.pagination li.active a {
  color: #FFF;
}
.navbar-default[role=navigation] ul.nav > li.active-trail > a:link {
  line-height: 20px;
}
.form-search .btn span.element-invisible {
  height: 32px;
  position: relative !important;
}
button.btn {
  border: none;
  margin-top: 8px;
  color: #ffffff;
  background-color: #b28c34;
  border-color: #9e7c2e;
  margin-top: 0px;
}
button.btn:hover,
button.btn:focus,
button.btn:active,
button.btn.active,
.open .dropdown-togglebutton.btn {
  color: #ffffff;
  background-color: #92732b;
  border-color: #6f5720;
}
button.btn:active,
button.btn.active,
.open .dropdown-togglebutton.btn {
  background-image: none;
}
button.btn.disabled,
button.btn[disabled],
fieldset[disabled] button.btn,
button.btn.disabled:hover,
button.btn[disabled]:hover,
fieldset[disabled] button.btn:hover,
button.btn.disabled:focus,
button.btn[disabled]:focus,
fieldset[disabled] button.btn:focus,
button.btn.disabled:active,
button.btn[disabled]:active,
fieldset[disabled] button.btn:active,
button.btn.disabled.active,
button.btn[disabled].active,
fieldset[disabled] button.btn.active {
  background-color: #b28c34;
  border-color: #9e7c2e;
}
button.btn .badge {
  color: #b28c34;
  background-color: #ffffff;
}
ol.apachesolr_search-results {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ol.apachesolr_search-results li {
  border-top: 1px solid #eeeeee;
  padding: 0 0 15px 0;
}
.partner-logo img {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}
div#myViewerContent object {
  min-height: 500px;
  width: 100%;
  margin: 15px 0;
}
.block-print-ui {
  margin: 15px 0;
}
.block-print-ui span {
  margin: 0 15px 0 0px;
}
.p-zone-banner img {
  width: 100%;
  margin: 0 0 0px 0;
}
.region-sidebar section .rendered_rss_field_formatter_rss_wrapper .rendered_rss_field_formatter_rss_item p {
  display: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #000 !important;
  background-color: #eee;
  border-color: #ccc;
}
ul.topics > li > a:link,
ul.topics > li > a:visited,
ul.topics > li > a:hover,
ul.topics > li > a:active {
  font-weight: normal;
}
ul.topics > li > a:hover {
  color: #7e8b95;
}
ul.topics > li.active > a:link,
ul.topics > li.active > a:visited,
ul.topics > li.active > a:hover,
ul.topics > li.active > a:active {
  color: #000000;
  font-weight: bold;
}

