@media only screen and (min-width: 0px) {
  .about-section {
    height: 100%;
  }
  .about-section .interior {
    background: #001a56;
  }
  .about-section .container {
    position: relative;
  }
  .about-section .buttons-wrapper .button {
    font-size: 14px;
    font-weight: bold;
  }
  .about-section .container.large-7 .grid-x .wrapper {
    width: 100%;
    margin: 0;
    padding: 24px 0 0;
  }
  .about-section .container.large-7 .grid-x .wrapper ul {
    list-style-type: none;
    margin: 0;
    font-size: 14px;
  }
  .about-section .first li {
    padding-bottom: 8px;
  }
  .about-section .container.large-5 .wrapper h3 {
    color: #fff;
  }
  .about-section .large-7 .cell-interior .column-interior {
    padding: 24px 0 36px;
    border-bottom: 1px solid #5fe0d3;
  }
  .about-section .large-5 .cell-interior .column-interior {
    padding: 40px 0 0;
  }
  .about-section .container .cell-interior .wrapper h3 {
    margin-bottom: 1.25rem;
  }
  .about-section .container .cell-interior span.accent {
    margin: 20px 0 28px;
  }
  .about-section .container .cell-interior.link-wrapper ul {
    margin-left: 0;
    list-style-type: none;
    font-size: 16px;
  }
  .about-section .container .cell-interior.link-wrapper .cell:not(:last-of-type) ul.first {
    margin-bottom: 36px;
  }
  .about-section img.corner-pattern {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  .about-section .primary-links-grid,
  .about-section .secondary-links-grid {
    margin: 0 -16px;
  }
  .about-section .primary-links-grid > .cell,
  .about-section .secondary-links-grid > .cell {
    padding: 0 16px;
  }
  .about-section .primary-links-grid > .cell:nth-of-type(n+3),
  .about-section .secondary-links-grid > .cell:nth-of-type(n+3) {
    padding: 20px 16px 0;
  }
  .about-section .cell-interior.link-wrapper .cell:not(:last-of-type) ul.first {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .about-section .interior {
    padding: 64px 64px 40px;
  }
  .about-section img.corner-pattern {
    display: inline-block;
    width: 113px;
    margin-top: -20px;
    opacity: 0.3;
  }
  .about-section img.corner-pattern:last-of-type {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .about-section .container .cell-interior .wrapper {
    padding: 32px 0;
  }
  .about-section .large-7 {
    margin: 24px 0px 0px;
    border-right: 1px solid #5fe0d3;
  }
  .about-section .large-7 .cell-interior .column-interior {
    border-bottom: none;
    padding: 0 48px 0 0;
  }
  .about-section .large-5 {
    margin: 24px 0 0;
  }
  .about-section .large-5 .cell-interior .column-interior {
    padding: 0 0 0 48px;
  }
  .about-section .container .cell-interior.link-wrapper .cell:not(:last-of-type) ul.first {
    margin-bottom: 36px;
  }
  .about-section .secondary-links-grid {
    margin: 0;
  }
  .about-section .secondary-links-grid > .cell {
    padding: 0 !important;
  }
}
.dark-theme a.btn.read {
  background: white;
  color: #011750;
}
