/*
   CSS update 2015
   New section and landig pages
*/
.clearfix {
  display: table;
  clear: both; }

.margin-0s {
  margin-top: 0;
  margin-bottom: 5px; }

.margin-xx {
  margin-top: 25px;
  margin-bottom: 25px; }

.inthenews .landing-title {
  color: #8DC63F; }
.inthenews .flag {
  background: #8DC63F; }
  .inthenews .flag span {
    border-color: transparent #48671f transparent; }
.inthenews .divider {
  border-color: #8DC63F; }
.inthenews .readmore {
  background: #8DC63F; }

.clients-in-the-news .landing-title {
  color: #ff8300; }
.clients-in-the-news .flag {
  background: #ff8300; }
  .clients-in-the-news .flag span {
    border-color: transparent #180102 transparent; }
.clients-in-the-news .divider {
  border-color: #ff8300; }
.clients-in-the-news .readmore {
  background: #ff8300; }


.client-article .landing-title {
  color: #ff8300; }
.client-article .flag {
  background: #ff8300; }
  .client-article .flag span {
    border-color: transparent #180102 transparent; }
.client-article .divider {
  border-color: #ff8300; }
.client-article .readmore {
  background: #ff8300; }
  
  
  


.harris-polls-in-the-news .landing-title {
  color: #8dc63f; }
.harris-polls-in-the-news .flag {
  background: #8dc63f; }
  .harris-polls-in-the-news .flag span {
    border-color: transparent #180102 transparent; }
.harris-polls-in-the-news .divider {
  border-color: #8dc63f; }
.harris-polls-in-the-news .readmore {
  background: #8dc63f; }
  
  

.lg-headlines h2 {
  font-size: 20px; }
  @media (min-width: 992px) {
    .lg-headlines h2 {
      font-size: 26px; } }

.landing-title {
  margin-bottom: 25px;
  font-size: 38px; }
  .landing-title span {
    font-size: 14px;
    display: block;
    color: #7d7d7d;
    margin: 10px 0;
    font-weight: normal; }
    @media (min-width: 768px) {
      .landing-title span {
        float: right;
        margin: 20px 0 0 0;
        max-width: 400px; } }

.detail-tag {
  height: 30px;
  position: relative; }
  .detail-tag .flag {
    bottom: 0;
    color: #fff; }

.detail-header {
  color: #bbbbbb;
  font-size: 25px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .detail-header {
      font-size: 40px; } }
  .detail-header span {
    font-size: 14px;
    display: block;
    color: #333;
    margin: 10px 0; }
    @media (min-width: 768px) {
      .detail-header span {
        float: right;
        font-size: 18px;
        text-align: right;
        margin: 5px 0 0 0;
        max-width: 350px; } }

.related-wrap {
  background: #555555; }
  @media (min-width: 768px) {
    .related-wrap {
      padding: 0 25px 25px 25px; } }
  .related-wrap.clean {
    background: none; }
    @media (min-width: 768px) {
      .related-wrap.clean {
        padding: 0 25px 0 25px; } }
    .related-wrap.clean .wrapper {
      border-color: #d8d8d8; }
      .related-wrap.clean .wrapper a {
        color: #333333; }
  .related-wrap .block-title {
    text-align: center;
    text-transform: uppercase;
    padding: 35px 0;
    margin: 0;
    font-size: 24px;
    text-shadow: none; }
  .related-wrap h3 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    text-shadow: none;
    margin: 0; }
    .related-wrap h3 a {
      display: block; }
  .related-wrap p {
    font-size: 12px;
    color: #b1b1b1;
    font-style: italic;
    margin: 0 0 5px 0;
    text-shadow: none; }
  .related-wrap .wrapper {
    background: none;
    box-shadow: none;
    padding: 25px 0;
    margin: 0 10px;
    border-bottom: solid 1px #6c6c6c; }
  @media (min-width: 768px) {
    .related-wrap .row:last-child .wrapper {
      border: none; } }
  @media (max-width: 768px) {
    .related-wrap .row:last-child .columns:last-child .wrapper {
      border: none; } }

.banner-link {
  display: block;
  text-align: center; }
  @media (max-width: 768px) {
    .banner-link {
      margin-bottom: 10px; } }

/* -- tabs styles -- */
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
  margin-right: 25px; }

.r-tabs .r-tabs-panel {
  padding: 25px 0;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }

  .r-tabs .r-tabs-accordion-title {
    display: block; } }
/* Tabs container */
.r-tabs {
  position: relative; }

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative; }

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #323232;
  border-bottom: solid 4px transparent; }

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5; }

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #8DC63F;
  border-color: #8DC63F; }

/* Tab panel */
.r-tabs .r-tabs-panel {
  border-top: solid 3px #8DC63F;
  background-color: #f6f6f6; }

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #323232;
  border-bottom: solid 2px #eeeeee; }

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  color: #8DC63F;
  border-color: #8DC63F; }

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5; }
  
.image-detail {
    display: block;
    font-size: 20px;
    position: absolute;
    right: 0;
    padding: 14px 24px;
    color: #fff;

}

.image-detail  a:hover {
 color: #fff;
}

h3.client { text-align: center; }
