.w_generic {
  background-color: #fbfbfb;
  border-bottom: none !important;
}

.w_generic .breadcrumbs {
  max-width: 1200px;
  margin: auto;
  padding: 10px 20px !important;
  display: block;
}

.w_generic .breadcrumbs .breadcrumb-item a {
  font-family: "ProximaNovaRegular";
  color: #3b3b3b;
  text-decoration: none;
}

.w_generic .breadcrumbs .breadcrumb-item:first-child a {
  font-family: "ProximaNovaBold";
  color: #0070a9;
}

.w_generic .breadcrumbs .breadcrumb-item:after {
  content: ">";
  font-family: "ProximaNovaRegular";
  color: #3b3b3b;
}

.w_generic .breadcrumbs .breadcrumb-item p {
  color: #3b3b3b;
  font-size: inherit;
  text-decoration: none;
}

.w_page_static_hero {
  margin: auto;
  background: #fbfbfb;
  border-bottom: 2px solid #f89728;
}
.w_page_static_hero h1 {
  font-size: 40px;
  line-height: 48px;
  font-family: "ProximaNovaExtraBold";
  font-weight: bold;
  margin: 30px 0 10px 0;
}
a.featured {
  padding: 10px 20px;
  background: #e9eff5;
  color: #3f4e5c;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 10px;
  font-family: "ProximaNovaRegular";
}
.dual-pane {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  align-content: center;
  align-items: center;
  padding: 30px 20px 50px 20px;
}
.left-cell,
.right-cell {
  width: 50%;
}
.left-cell {
  padding-right: 20px;
}
.right-cell img {
  max-width: 100% !important;
}
.right-cell div.bkg {
  width: 100%;
  min-height: 300px;
  background-size: cover;
  border-radius: 10px;
}
.left-cell p {
  font-size: 18px;
  line-height: 27px;
}
.left-cell p a {
  color: #0070a9;
}
.cta-btn {
  padding: 10px 20px;
  background: #0070a9;
  color: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  margin-right: 30px;
}
span.read-length,
span.num-results,
.pagination a,
.pagination a:visited {
  color: #3f4e5c;
  font-family: "ProximaNovaRegular";
}

.pagination a.active {
  font-weight: bold;
}

span.read-length::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8_1225)'%3E%3Cpath d='M10.0002 0C4.47702 0 0 4.47702 0 10.0002C0 15.5234 4.47702 20.0004 10.0002 20.0004C15.5234 20.0004 20.0004 15.5234 20.0004 10.0002C19.9936 4.48 15.5204 0.00639209 10.0002 0ZM10.0002 18.1821C5.48143 18.1821 1.81834 14.519 1.81834 10.0002C1.81834 5.48143 5.48143 1.81834 10.0002 1.81834C14.519 1.81834 18.1821 5.48143 18.1821 10.0002C18.1765 14.5169 14.5169 18.1765 10.0002 18.1821Z' fill='%235E6E7D'/%3E%3Cpath d='M10.9092 9.62349V4.54519C10.9092 4.04319 10.5023 3.63623 10.0003 3.63623C9.49827 3.63623 9.09131 4.04319 9.09131 4.54519V9.99977C9.09131 10.241 9.18719 10.4719 9.35765 10.6424L12.0849 13.3697C12.4459 13.7187 13.0216 13.7085 13.3706 13.3475C13.7111 12.9951 13.7111 12.4369 13.3706 12.0844L10.9096 9.62349H10.9092Z' fill='%23586672'/%3E%3C/g%3E%3C/svg%3E");
  margin-right: 8px;
  vertical-align: middle;
}

.contain1000 {
  position: relative;
  width: auto;
  margin: 0 auto;
  display: block !important;
  padding: 30px 20px;
}

.subpage-content {
  margin: 0px auto;
  text-align: left;
  max-width: 1200px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc80;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}

.subpage-content h2 {
  font-family: "ProximaNovaBold";
  color: #02517c;
  font-size: 30px;
  line-height: 36px;
  padding-left: 0 !important;
  margin-bottom: 10px !important;
}

.contain1000 p {
  color: #3b3b3b;
  margin: 0px auto;
  text-align: left;
  max-width: 1200px;
  padding: 20px 0 0 0;
}

.subpage-content div.num-results {
  padding-top: 14px;
}

#pagination-2 {
  position: relative;
  width: auto;
  margin: 0 auto;
  display: block !important;
  padding: 0px 40px 40px 20px;
  max-width: 1200px;
  text-align: right;
}

#page-numbers {
  margin-top: 5px;
}

a.page-link {
  padding: 10px;
  outline: none;
}

a#prev {
  padding-right: 10px;
  outline: none;
}

a#next {
  padding-left: 10px;
  outline: none;
}

.container.is-white {
  background-color: #ffffff;
}
.container .items {
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-around;
  margin: auto;
  padding: 20px;
  gap: 2%;
}
.container .items .article-item {
  width: 23%;
  padding: 0px;
  border: 2px solid #f1f3f4;
  padding: 0px;
  margin-bottom: 20px;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 2px solid #f89728;
  overflow: hidden;
}

.container .items .article-item:hover {
  border: 2px solid #9b9b9b;
}

.container .items .article-item .item-content img {
  width: 100%;
}

.container .items .article-item .item-footer {
  max-width: 100%;
  text-align: left;
  padding: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.container .article-item .item-content h3 {
  font-family: "ProximaNovaBold";
  font-size: 20px;
  line-height: 26px;
  color: #1a1b1b;
  text-decoration: none;
  padding: 15px 20px 0 20px;
  margin-bottom: 0;
}

.container .article-item .item-content p {
  color: #3b3b3b;
  text-decoration: none;
  padding: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 999px) {
  .article-item {
    width: 48% !important;
  }
}

@media only screen and (max-width: 619px) {
  .article-item {
    width: 100% !important;
  }
  .left-cell,
  .right-cell {
    width: 100%;
  }
  .dual-pane {
    flex-direction: column-reverse;
    padding: 0 !important;
  }
  .dual-pane .bkg {
    border-radius: 0% !important;
  }

  .right-cell {
    margin-bottom: 20px !important;
  }
  .left-cell {
    max-width: 94%;
  }
  .contain1000 .subpage-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .contain1000 .subpage-content h2 {
    margin: 0 !important;
  }

  #pagination-1 {
    margin-top: 30px;
    text-align: left;
  }

  #pagination-2 {
    margin-top: 10px;
    text-align: left;
  }

  .num-results {
    margin-top: 10px;
    display: block;
  }
}

@media (max-width: 619px) {
  #pagebgwide .w_generic {
    display: block !important;
    background: #ffffff !important;
  }
  .left-cell {
    max-width: 92%;
    padding: 20px;
  }
}

.cta-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* LEARN MORE */
.cta-container .learn-more {
  margin: 40px 20px;
}

.cta-container .learn-more .cta-row {
  display: flex;
  flex-wrap: wrap;
}

.cta-container .learn-more .cta-row a {
  margin-right: 10px;
  margin-bottom: 10px;
}

.cta-container .learn-more h3 {
  font-family: "ProximaNovaBold";
  font-size: 30px;
  line-height: 36px;
  color: #02517c;
}

.cta-btn.outline {
  font-family: "ProximaNovaRegular";
  background: none;
  color: #0070a9;
  border-radius: 4px;
  text-decoration: none;
  margin-right: 30px;
  border: 2px solid #0070a9;
}
