#resource-top {
    background-image: url("../img/pro_resource/resources@2x.jpg");
    background-position: top center;
    width: 100%;
    background-size: cover;
    height: 330px;
    max-width: 2000px;
    margin:0 auto;
}

#lit-top {
    background-image: url("../img/pro_resource/lit-review@2x.jpg");
    background-position: top center;
    width: 100%;
    background-size: cover;
    height: 330px;
    max-width: 2000px;
    margin:0 auto;
}

.go-to-text-2 {
    font-family: "frank-dem";
    margin-left: 99px;
    margin-top: 5px;
    font-size: 30px;
}

.go-to-text-2 a {
   color: #0093FF;
}

.go-to-text-2 a:hover {
    text-decoration: underline;
}


.resource-text {
    font-family: "frank-book";
    letter-spacing: 0.2px;
    font-size: 22px;
    line-height: 32px;
    color:#000000;
    padding-bottom: 30px;
}

.resource-border {
    border: 10px solid #08498C2A;
    padding:30px;
    border-radius: 20px;
    height: 480px;
    margin-bottom: 30px;
}

.pdf-link a {
  font-family: "frank-medium";
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color:#0093FF;
}

.pdf-link a:hover {
  text-decoration: underline;
}

.resource-title {
    font-family: "frank-demcom";
    font-size: 54px;
    line-height: 50px;
    color: #08498C;
    padding-bottom: 30px;

}

.resource-content {
    font-family: "frank-heavy";
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color:#0093FF;
}

.resource-content a {
    color:#0093FF;
}

.resource-content a:hover {
    text-decoration: underline;
}

.pt-b-80 {
    padding-bottom: 80px;
}

.about-sub-title {
    font-family: "frank-demcom";
    font-size: 22px;
    line-height: 32px;
    color: #08498C;
    letter-spacing: 0.2px;
    padding-top:20px;
    padding-right: 35px;
}




.lit-title {
        font-family: "frank-demcom";
        font-size: 50px;
        line-height: 56px;
        color: #08498C;
        
}

.lit-sub-title {
    font-family: "frank-heavy";
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    letter-spacing: 0.2px;
    padding-bottom: 30px;
}

.lit-sub-text {
    font-family: "frank-heavy";
    font-size: 22px;
    line-height: 32px;
    color: #08498C;
    letter-spacing: 0.2px;
    padding-bottom: 30px;
}

.lit-text {
    font-family: "frank-book";
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.hyphen-sub-text {
    font-family: "frank-book";
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

ul.hyphen {
    list-style-type: none;
    padding-left: 1.3rem;
}

ul.hyphen li:before {
    content: '\2012';
    position: absolute;
    margin-left: -20px;
  }

  ul.hyphen li.pt-b-30 {
    padding-bottom: 30px;;
  }

  #grey-section {
    background-color: #EAEAEA;
  }

  .blue-section {
    background-color: #08498C;
    padding:30px;
  }

  .blue-sec-title {
    font-family: "frank-heavy";
    font-size: 22px;
    line-height: 32px;
    color:#ffffff;
    letter-spacing: 0.2px;
    padding-bottom: 30px;
  }

  .blue-content {
    font-family: "frank-book";
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
  }

  .next-btn {
    font-family: "frank-dem";
    font-size: 30px;
    line-height: 36px;
    color: #08498C;
    padding-top:80px;
  }

  .next-btn a {
    color:#0093FF;
  }

  .next-btn a:hover {
    text-decoration: underline;
  }

  img.pdf-icon-2 {
    width: 30px;
    vertical-align: baseline;
    margin-left: 10px;
  }

  @media (max-width: 1024px) {
    .resource-title {
      font-size: 45px;
      line-height: 45px;
      padding-bottom: 20px;
    }
    .resource-border {
      height: 400px;
    }
  }

  @media (max-width: 820px) {
    .padd-50 {
      padding:0;
    }

    .resource-border {
      padding:15px;
      height: 320px;
    }

    .resource-title {
      font-size: 40px;
      line-height: 40px;
      padding-bottom: 20px;
    }

    .resource-content {
      font-size: 18px;
      line-height: 20px;
  }

  .pdf-link {
    margin-top:15px;
  }
  
  }

  @media (max-width: 820px) {

    #resource-top {
      background-image: url("../img/pro_resource/resources-m@2x.jpg");
      height: 300px;
  }
  
  #lit-top {
      background-image: url("../img/pro_resource/lit-review-m@2x.jpg");
      height: 300px;
  }

  }
  

  @media (max-width: 768px) {
 




.pdf-link a {
  font-size: 18px;
  line-height: 26px;
}

.resource-text {
  font-size: 18px;
    line-height: 24px;
}

.resource-title {
  font-size: 34px;
    line-height: 30px;
    padding-bottom: 10px;
}

.resource-border {
  height: 320px;

  padding:15px;
}

.resource-content {
  font-size: 18px;
  line-height: 24px;
  color:#0093FF;
}

.pt-b-80 {
  padding-bottom: 10px;
}

.go-to-text {
  font-size: 18px;
}

.go-to-text-2 {
  font-size: 18px;
  margin-left: 62px;
  margin-top: 0;
}

img.pdf-icon-2 {
  width: 22px;

}

.lit-title {
  font-size: 34px;
  line-height: 30px;
}

.about-sub-title {
  font-size: 18px;
  line-height: 24px;
  padding-right: 0;
}

.lit-sub-title {
  font-size: 18px;
  line-height: 24px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.lit-text {
  font-size: 18px;
  line-height: 24px;
}

.blue-sec-title {
  font-size: 18px;
  line-height: 24px;
}

.blue-content {
  font-size: 18px;
  line-height: 24px;
}



.next-btn {
  font-size: 20px;
  line-height: 24px;
  padding: 30px;
}

.lit-sub-text {
  font-size: 18px;
  line-height: 24px;
}

  }

  @media (max-width: 414px) {

    .pdf-link {
      margin-top:5px;
    }

    .resource-border {
      height: auto;
      margin-bottom: 30px;
      padding:15px;
    }
    

    .padd-50 {
      padding-left:30px;
      padding-right: 30px;
    }
  

    #resource-top {
      background-image: url("../img/pro_resource/resources-m@2x.jpg");
      height: 152px;
  }
  
  #lit-top {
      background-image: url("../img/pro_resource/lit-review-m@2x.jpg");
      height: 152px;
  }
}

  @media (max-width: 390px) {

    .go-to-text {
      font-size: 17px;
  }

    .go-to-text-2 {
      font-size: 17px;
      margin-left: 55px;
      margin-top: 0;
  }
  }