/* Scss Document */
/* Scss Document */
/* CSS Document */
/*---------------------------------------*/
.leadv {
  background: #FFF url(/img/researchlink/lead-v.gif) no-repeat 8% center;
  display: block;
  position: relative;
  height: 260px;
  border-bottom: 2px dotted #d4f5ff; }
  .leadv h2 {
    margin: 0;
    margin-top: -80px;
    position: absolute;
    top: 50%;
    right: 8%;
    display: block;
    padding: 40px 56px;
    border: 5px solid #d4f5ff;
    border-radius: 100px;
    font-size: 24px;
    line-height: 40px;
    width: 65%;
    height: 160px;
    box-sizing: border-box;
    background-color: #FFF; }
    .leadv h2 span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 80%; }
  .leadv h2::after {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -11px;
    width: 38px;
    height: 21px;
    background: url("/img/speech-part-01.png") top left no-repeat;
    background-size: 100% auto; }

.second {
  /*not in use*/ }
  .second .bodyText {
    width: 80%;
    margin: auto;
    padding-bottom: 40px; }

.leadv .lead .emphasis {
  font-weight: bold;
  color: #004ea2; }

/*-----------------------------------------------map*/
.section h2 {
  margin: 0;
  color: #FFF;
  text-align: left;
  font-size: 18px;
  line-height: 50px;
  font-weight: normal;
  padding-left: 1em; }
.section ul {
  padding-left: 0;
  margin-bottom: 0; }
  .section ul .singleLinkSet {
    border-bottom: 2px dotted #d4f5ff;
    padding: 50px 0 25px;
    margin-bottom: 0;
    text-indent: 0; }
    .section ul .singleLinkSet .thumb {
      position: relative; }
      .section ul .singleLinkSet .thumb img {
        border: 4px solid #004ea9;
        border-radius: 4px; }
    .section ul .singleLinkSet .thumb::after {
      position: absolute;
      content: "";
      top: -36px;
      right: -33px;
      width: 85px;
      height: 85px;
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 100% auto; }
    .section ul .singleLinkSet .thumb.stamp-see::after {
      background-image: url("/img/researchlink/stamp-see.png"); }
    .section ul .singleLinkSet .thumb.stamp-experiment::after {
      background-image: url("/img/researchlink/stamp-experiment.png"); }
    .section ul .singleLinkSet .thumb.stamp-experience::after {
      background-image: url("/img/researchlink/stamp-experience.png"); }
    .section ul .singleLinkSet .thumb.stamp-experiment-see::after {
      background-image: url("/img/researchlink/stamp-experiment-see.png"); }
    .section ul .singleLinkSet .thumb.stamp-experience-see::after {
      background-image: url("/img/researchlink/stamp-experience-see.png"); }
    .section ul .singleLinkSet .textSet {
      padding-left: 40px; }
      .section ul .singleLinkSet .textSet h3 {
        font-size: 28px;
        font-weight: bold;
        color: #004ea9;
        margin-bottom: 4px; }
      .section ul .singleLinkSet .textSet .row {
        margin-left: 0; }
      .section ul .singleLinkSet .textSet .shoulderCopy {
        font-size: 16px;
        color: #fff;
        padding: 6px 16px;
        line-height: 1.4;
        display: inline-block;
        position: relative;
        background-color: #004ea9;
        border-radius: 12px; }
      .section ul .singleLinkSet .textSet .shoulderCopy::after {
        position: absolute;
        content: "";
        bottom: -8px;
        left: 17px;
        width: 10px;
        height: 9px;
        background: url(/img/researchlink/speech-part.png) top left no-repeat;
        background-size: 100% auto; }
      .section ul .singleLinkSet .textSet .researchLink {
        display: inline;
        color: #004ea9;
        position: relative;
        word-break: break-all; }
      .section ul .singleLinkSet .textSet .researchLink::after {
        position: absolute;
        content: "";
        bottom: 4px;
        right: -20px;
        width: 14px;
        height: 11px;
        background: url("/img/common/icon-blank.png") top left no-repeat;
        background-size: 100% auto;
        transition: all 0.2s; }
      .section ul .singleLinkSet .textSet .linkDescription {
        display: block;
        margin-top: 4px;
        margin-bottom: 18px; }
      .section ul .singleLinkSet .textSet .singleText p {
        line-height: 1.8; }
  .section ul li:last-child {
    border-bottom: none; }

@media (min-width: 769px) and (max-width: 991px) {
  .leadv h2 {
    line-height: 32px; } }
@media (max-width: 768px) {
  .leadv {
    background-size: 26%;
    height: 220px; }
    .leadv h2 {
      font-size: 20px;
      line-height: 30px;
      width: 58%; }
      .leadv h2 br {
        display: none; }

  .section {
    padding-top: 0; }
    .section h2 {
      margin: 0;
      color: #FFF;
      text-align: left;
      font-size: 18px;
      line-height: 50px;
      font-weight: normal;
      padding-left: 1em; }
    .section ul {
      padding-left: 0;
      margin-bottom: 0; }
      .section ul .singleLinkSet {
        border-bottom: 1px solid #d4f5ff;
        padding: 2em 0;
        margin-bottom: 0;
        text-indent: 0; }
        .section ul .singleLinkSet .thumb {
          position: relative; }
          .section ul .singleLinkSet .thumb img {
            border: 4px solid #004ea9;
            border-radius: 6px; }
        .section ul .singleLinkSet .thumb::after {
          top: -10px;
          right: 20px;
          width: 85px;
          height: 85px; }
        .section ul .singleLinkSet .textSet {
          padding: 1em 2em 0; }
          .section ul .singleLinkSet .textSet .row {
            margin-left: 0; }
          .section ul .singleLinkSet .textSet .linkDescription {
            margin-bottom: 18px; }
      .section ul li:last-child {
        border-bottom: none; } }
@media (max-width: 991px) {
  .second .bodyText {
    width: 96%;
    margin: auto;
    padding-bottom: 40px; } }
/*sm size smallest is 769*/
@media (max-width: 520px) {
  .leadv {
    background-size: 26%;
    height: 180px; }
    .leadv h2 {
      margin-top: -50px;
      border: 3px solid #d4f5ff;
      border-radius: 50px;
      font-size: 18px;
      line-height: 24px;
      width: 60%;
      height: 100px; }
    .leadv h2::after {
      position: absolute;
      content: "";
      bottom: 6px;
      left: -5px;
      width: 19px;
      height: 11px;
      background: url("/img/speech-part-01.png") top left no-repeat;
      background-size: 100% auto; } }
@media (max-width: 400px) {
  .leadv {
    background-size: 24%;
    background-position: 4% center;
    height: 160px; }
    .leadv h2 {
      margin-top: -50px;
      font-size: 14px;
      line-height: 20px;
      width: 66%;
      height: 100px;
      right: 4%; }
      .leadv h2 span {
        width: 82%; } }
