/*******************************WHO'S TALKING*****************************/


.talking {
  padding-top: 4em;
  padding-bottom: 6.5em;
  background: url('../img/bg-orange-line.gif') repeat-x top center #e2e6e7;
}

.quote-div {
  padding-left: 0px;
  padding-right: 0px;
}

.talking-h1 h2 {
  font-size: 33px;
  text-align: center;
  color: #999;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'MuseoSans100' !important;
}

.talking-img {
  margin: auto;
  padding-top: .6em;
}

.talking-img img {
  width: 90%;
}

.talking-txt p {
  margin-top: 2em;
  color: #575757;
  font-family: 'MuseoSans300';
  font-size: 1.3em;
  text-align: left;
}

.talking-list-img {
  /*display: none;*/
}

.talking-txt span {
  margin-top: .6em;
  margin-bottom: 2em;
  display: block;
  font-family: 'MuseoSans100';
}

.talking-list-ul {
  padding-left: 0px;
  text-decoration: none;
  list-style-type: none;
}

.talking-list-ul li {
  margin-top: 0em;
  text-decoration: none;
}

.talking-list-ul li a {
  display: block;
  font-family: 'MuseoSans100';
  font-size: 14px;
  color: #5179b0;
  text-decoration: none;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.talking-list-ul li a:hover {
  color: #0c77bb;
  padding-left: 5px;
  text-decoration: none;
}

.talking-list-ul .talking-list-txt span {
  font-family: 'MuseoSans100';
  font-size: 16px;
  color: #575757;
  margin-top: 10px;
  margin-bottom: 8px;
}

.whos-talking-news ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.whos-talking-news li {
  margin-bottom: 20px;
}

.whos-talking-news h4 {
  font-family: 'MuseoSans700';
  font-size: 14px;
  color: #565656;
  margin: 0px;
  margin-bottom: 14px;
  padding: 0px;
}

.whos-talking-news li .date {
  font-family: 'MuseoSans300';
  display: block;
  font-size: 14px;
  color: #575757;
  line-height: 18px;
}

.whos-talking-news li .title {
  font-family: 'MuseoSans100';
  font-size: 14px;
  color: #2477ba;
  margin-bottom: 18px;
  line-height: 18px;
}

.whos-talking-news li a {
  display: block;
  text-decoration: none;
  font-family: 'MuseoSans500';
  font-size: 12px;
  color: #2477ba;
}



@media only screen and (max-width: 768px) {
  .whos-talking-news:first-child {
    margin-top: 30px;
  }

  .talking-img img {
    width: 100%;
  }

  .talking-h1 h2 {
    font-size: 22px;
  }

  .talking-list-ul li {
    margin: 20px 0;
  }

  .talking-list-img img {
    width: 100%;
  }

  .talking-txt p {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 480px) {
  .talking-list-img,
  .talking-list-txt,
  .talking-img,
  .talking-txt {
    width: 100%;
  }

  .talking-list-txt {
    margin-top: 10px;
  }

  .talking-img img {
    width: 100%;
  }

  .talking-txt p {
    margin-top: 14px;
  }
}


@media only screen and (min-width: 768px) {

.quote-div {
  margin-bottom: 2em;
}

.talking-list-ul {
  /*padding-left: 15px;*/
  text-decoration: none;
  list-style-type: none;
}

.talking-txt p {
  margin-top: 18px;
  color: #575757;
  font-family: 'MuseoSans300';
  font-size: 1.3em;
  text-align: left;
}

.talking-list-img {
  display: block;
  width: 100%;
  margin-bottom: .7em;
}

.talking-list-img img {
  width: 90%;
  margin: auto;
}


.talking-list-ul li a {
  border-top: none;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.talking-list-txt span {
  margin-top: .7em;
  font-size: .8em;
}

}


@media only screen and (min-width: 991px) {

.talking-txt p {
  font-size: 20px;
}

.talking-list-txt span {
  font-size: .8em;
}

}


/*

.talking-list-txt {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.2em;
  position: relative;
  text-decoration: none;
  font-family: 'MuseoSans300';
  font-size: 1.4em;
  text-align: left;
}


@media only screen and (max-width: 1200px) {

.pr-container {
  height: 4em;
  padding-top: .3em;
  padding-bottom: .3em;
}

@media only screen and (max-width: 991px) {

.pr-container {
  height: 4.5em;
  padding-top: .3em;
  padding-bottom: .3em;
}

.talking-h1 h2 {
  margin-top: 1em;
  margin-bottom: 1.2em;
}

}

@media only screen and (max-width: 669px) {

.pr-container {
  height: 3.9em;
  padding-top: .2em;
  padding-bottom: 0em;
}

.pr-container-img {
  width: 90%;
  margin: auto;
}

.pr-box-a {
  font-size: 1.4em;
}

}

@media only screen and (max-width: 480px) {

.talking-h1 h2 {
  text-align: center;
  color: #999;
  margin-top: 0em;
  margin-bottom: 1em;
  font-family: 'MuseoSans100';
}

.pr-container {
  height: 3.9em;
  padding-top: .2em;
  padding-bottom: 0em;
}

.pr-container-img {
  width: 90%;
  margin: auto;
}

.pr-box-a {
  font-size: .9em;
}

}


}*/