#resources footer {
  background: #1A254F;
}

#resources footer .logo {
  background-image: url(/i/svg/logo.svg);
}

#resources footer p, #resources footer a {
  color: #fff;
}

#resources .s2 {
  padding: 8.34rem 0;
  background: #fff;
}

#resources .s2 .sec-title {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  font-size: 1.61rem;
  line-height: 1.17em;
  margin-bottom: 3.35rem;
  color: #1C2855;
}

#resources .s2 .two-col {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

#resources .s2 .two-col > div {
  height: 620px;
  width: 50%;
  position: relative;
  text-align: center;
  padding: 2rem;
  border: solid 1px #434343;
}

#resources .s2 .two-col > div > div {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
}

#resources .s2 .two-col > div h3 {
  margin-bottom: 1rem;
}

#resources .s2 .two-col > div a {
  display: inline-block;
  margin-top: 4rem;
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  text-decoration: underline;
  color: #2A72B9;
  transition: color .3s ease;
}

#resources .s2 .two-col > div a:hover {
  color: #1C2855;
}

#resources .s2 .two-col > div .fidelity {
  max-width: 400px;
  margin-top: 70px;
}

#resources .s2 .two-col > div .schwab {
  max-width: 250px;
}

#resources .s2 .two-col > div:nth-child(1) {
  border-right: none;
}

#resources .s2 .two-col:last-of-type {
  margin-bottom: 0;
}

#resources .s3 {
  padding: 8.34rem 0;
  background: url(/i/resources-bg.png) no-repeat center/cover;
}

#resources .s3 .sec-title {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  font-size: 1.61rem;
  line-height: 1.17em;
  margin-bottom: 3.35rem;
  color: #fff;
}

#resources .s3 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#resources .s3 .wrap .article {
  height: 620px;
  position: relative;
  text-align: center;
  padding: 4rem;
  border: solid 1px #FFFFFF80;
  text-align: left;
  margin-bottom: 2rem;
}

#resources .s3 .wrap .article h3 {
  margin-bottom: 1rem;
  color: #fff;
}

#resources .s3 .wrap .article p {
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#resources .s3 .wrap .article span {
  display: inline-block;
  margin-top: 4rem;
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  text-decoration: underline;
  color: #fff;
  transition: color .3s ease;
}

#resources .s3 .wrap .article:first-of-type {
  border-right: none;
}

#resources .s3 .wrap .article:hover span {
  color: #2A72B9;
}

#resources .s4 {
  padding: 8.34rem 0;
  background: #fff;
}

#resources .s4 .sec-title {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  font-size: 1.61rem;
  line-height: 1.17em;
  margin-bottom: 3.35rem;
  color: #1C2855;
}

#resources .s4 .wrap {
  margin-bottom: 2.7rem;
}

#resources .s4 .wrap .three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#resources .s4 .wrap .three-col .article {
  height: 330px;
  position: relative;
  text-align: center;
  padding: 1.94rem;
  border: solid 1px rgba(67, 67, 67, 0.5);
  text-align: left;
}

#resources .s4 .wrap .three-col .article p {
  font-size: 16px;
  color: #434343;
  margin-bottom: 13px;
}

#resources .s4 .wrap .three-col .article h3 {
  font-size: 1.77rem;
  line-height: 1.18em;
  margin-bottom: 1rem;
  color: #1A254F;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#resources .s4 .wrap .three-col .article span {
  display: inline-block;
  margin-top: 4rem;
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  text-decoration: underline;
  color: #2A72B9;
  transition: color .3s ease;
}

#resources .s4 .wrap .three-col .article:hover span {
  color: #1A254F;
}

#resources .s4 .wrap .three-col a.article.--hidden {
  display: none;
}

#resources .s4 .wrap .view-more {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #4A9BEB;
  font-weight: 400;
  text-align: center;
  background: none;
  border: none;
  text-decoration: underline;
  display: block;
  margin: 2rem auto 0 auto;
  cursor: pointer;
  transition: color .3s ease;
}

#resources .s4 .wrap .view-more:hover {
  color: #1A254F;
}

#resources .s4 .wrap:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  #resources .s2 .two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #resources .s2 .two-col > div {
    width: 100%;
    height: 500px;
  }
  #resources .s2 .two-col > div > div {
    top: 72%;
  }
  #resources .s2 .two-col > div:nth-child(1) {
    border-right: solid 1px #434343;
    border-bottom: none;
  }
  #resources .s2 .two-col > div .lpl, #resources .s2 .two-col > div .fidelity {
    max-width: 350px;
  }
  #resources .s2 .two-col > div .schwab {
    max-width: 200px;
  }
  #resources .s3 .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #resources .s3 .wrap .article {
    height: 500px;
  }
  #resources .s3 .wrap .article:first-of-type {
    border-right: solid 1px #FFFFFF80;
  }
  #resources .s4 .wrap .three-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  #resources .s2 {
    padding: 5rem 0;
  }
  #resources .s2 .sec-title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  #resources .s2 .two-col > div {
    height: 450px;
  }
  #resources .s2 .two-col > div img {
    max-width: 200px;
  }
  #resources .s2 .two-col > div h3 {
    font-size: 1.6rem;
  }
  #resources .s2 .two-col > div > div {
    top: 62%;
  }
  #resources .s2 .two-col > div a {
    margin-top: 2rem;
  }
  #resources .s2 .two-col > div .lpl, #resources .s2 .two-col > div .fidelity {
    max-width: 250px;
  }
  #resources .s2 .two-col > div .schwab {
    max-width: 150px;
  }
  #resources .s3 {
    padding: 5rem 0;
  }
  #resources .s3 .sec-title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  #resources .s3 .wrap .article {
    height: 350px;
    padding: 3rem 2rem;
  }
  #resources .s4 {
    padding: 5rem 0;
  }
  #resources .s4 .wrap .three-col {
    grid-template-columns: repeat(1, 1fr);
  }
  #resources .s4 .wrap .three-col .article {
    height: 300px;
  }
}
