/* breakpoints */

.container {
  max-width: 1251px;
}

.library-landing {
  font-family: Open Sans;
}

@media only screen and (min-width: 768px) {
  .library-landing .bg-light {
    padding-bottom: 13.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .library-landing .bg-light > .container {
    position: relative;
  }
}

.library-landing .page-header h1 {
  margin-top: 6rem;
  margin-bottom: 5.5rem;
}

.library-landing__wrapper {
  background-color: #f5f5f5;
  overflow: visible;
}

.library-landing__wrapper .custom-breadcrumb {
  margin-top: 7rem;
}

.library-landing__wrapper .page-header .plaintext__paragraph p {
  letter-spacing: 0.025em;
  line-height: 2;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  font-family: Open Sans;
  font-weight: 100;
  text-align: left;
  color: #666;
}

.library-landing__wrapper .page-header .plaintext__paragraph p a {
  color: #004987;
}

.library-landing__wrapper .page-header .plaintext__paragraph p a:hover {
  color: #007bff;
}

.library-landing .latest-articles {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .library-landing .latest-articles {
    margin-bottom: 0;
  }
}

.library-landing .latest-articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.library-landing .latest-articles__title {
  font-size: 1.6rem;
  font-weight: 300;
  color: #222;
  position: relative;
  margin: 0;
}

.library-landing .latest-articles__title:before {
  position: absolute;
  right: 0;
  content: '';
  border-bottom: 1px dashed #979797;
  left: 12.3rem;
  top: 1.1rem;
}

.library-landing .latest-articles__item {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
  padding-left: 0;
}

.library-landing .latest-articles__item:before {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom-color: #666;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  content: '';
}

.library-landing .latest-articles__item:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.library-landing .latest-articles__item:hover:after {
  width: 100%;
  border-color: #004987;
}

.library-landing .latest-articles__item:focus:after {
  width: 100%;
  border-color: #004987;
}

@media only screen and (min-width: 992px) {
  .library-landing .latest-articles__item {
    width: -webkit-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }
}

@media only screen and (min-width: 1440px) {
  .library-landing .latest-articles__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}

.library-landing .latest-articles__item .arrow-list-group-item {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .library-landing .latest-articles__item .arrow-list-group-item {
    padding-right: 3rem;
  }
}

.library-landing .latest-articles__item a {
  padding-left: 0;
  font-size: 1.6rem;
  color: #51626f;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Open Sans';
  border: none;
  text-decoration: none;
  font-size: 2.7rem;
  line-height: 3.24rem;
  color: #004987;
  font-weight: 300;
}

.library-landing .latest-articles__item a:after {
  position: absolute;
  font-size: 1.6rem;
  color: #51626f;
  right: 0;
  font-weight: 100;
  font-family: FontAwesome;
  content: '\f178';
}

.library-landing .latest-articles__item a:hover {
  color: #004987;
}

.library-landing .latest-articles__item a:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .library-landing .latest-articles__item a:after {
    display: inline-block;
    font-size: 2rem;
    color: #004987;
    top: 1rem;
  }
}
