@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal;
}

img, fieldset {
  border: 0;
}

abbr {
  text-decoration: none;
}

code {
  line-height: 1em;
}

pre {
  overflow: auto;
  word-wrap: normal;
  tab-size: 4;
}

sub, sup {
  line-height: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
}

iframe, video, embed, object {
  display: block;
  max-width: 100%;
}

img, .left, .right, .center {
  display: block;
}

.center {
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

button, input[type=submit] {
  cursor: pointer;
  overflow: visible;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 29px;
  color: #222222;
  background-color: white;
  overflow-x: hidden;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 35px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 29px;
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  line-height: 45px;
  font-weight: bold;
  margin-top: 47px;
  margin-bottom: 29px;
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  line-height: 37px;
  font-weight: bold;
  margin-top: 29px;
  margin-bottom: 18px;
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 11px;
}

h1 + h2, h2 + h3, h1:first-child, h2:first-child, h3:first-child, hr + h2 {
  margin-top: 0;
}

a {
  color: #e87722;
  text-decoration: none;
}
p a, .page-content a {
  text-decoration: underline;
}
p a.button, .page-content a.button {
  text-decoration: none;
}

ul {
  list-style-type: disc;
}

ul, ol {
  margin-left: 29px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-top: 11px;
  margin-bottom: 0;
  margin-left: 18px;
}

li {
  margin-bottom: 11px;
}
li:last-child {
  margin-bottom: 0;
}

blockquote {
  padding-left: 18px;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}
blockquote > :last-child {
  margin-bottom: 0;
}

sub, sup {
  color: #555555;
}

code, pre, kbd {
  font-size: 15px;
}

code {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 4px;
  border-radius: 7px;
  margin: 0 1px;
}
strong code {
  font-weight: normal;
}

pre {
  background-color: #eef4fb;
  padding: 18px;
  border-radius: 0 11px 11px 0;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}

kbd {
  font-size: 13px;
  color: #4e4e4e;
  background-color: #f7f7f7;
  padding: 4px 7px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px #fff inset;
  margin: 0 1px;
}

svg {
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
}

hr {
  border: 1px dotted rgba(0, 0, 0, 0.25);
  border-width: 0 0 1px 0;
  margin: 29px 0;
}

.drop-cap {
  font-family: "Lato", sans-serif;
  font-size: 58px;
  line-height: 1em;
  font-weight: bold;
  margin-right: 7px;
  float: left;
}

.small {
  font-size: 13px;
  line-height: 24px;
  color: #555555;
}

.callout {
  color: #111111;
  background-color: #d5facc;
  padding: 18px;
}
.callout.alert {
  color: #111111;
  background-color: #fff27a;
}
.callout.note {
  color: #111111;
  background-color: #cef1fd;
}
.callout > :last-child {
  margin-bottom: 0;
}

.highlight {
  background-color: #fde8d0;
  padding: 4px 0;
}

.impact {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
}

.pop {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}

.caption {
  font-size: 13px;
  line-height: 24px;
  color: #555555;
  margin-top: -25px;
}
.caption code {
  font-size: 12px;
}
.center + .caption {
  text-align: center;
}
blockquote + .caption {
  padding-left: 25px;
}
h1 + .caption, h2 + .caption {
  margin-top: -26.5px;
}
h3 + .caption {
  margin-top: -16px;
  margin-bottom: 18px;
}

p, ul, ol, blockquote, pre, img, .callout, .caption {
  margin-bottom: 29px;
}

@media all and (min-width: 756px) {
  body:not(.has-sidebar) h1 {
    font-size: 45px;
    line-height: 70px;
  }
  body:not(.has-sidebar) h2 {
    font-size: 35px;
    line-height: 55px;
  }
  body:not(.has-sidebar) h3 {
    font-size: 28px;
    line-height: 45px;
  }
  body:not(.has-sidebar) h4 {
    font-size: 22px;
    line-height: 37px;
  }
  body:not(.has-sidebar) h1 + .caption, body:not(.has-sidebar) h2 + .caption {
    margin-top: -25px;
  }
  body:not(.has-sidebar) h3 + .caption {
    margin-top: -15px;
  }
  .impact {
    font-size: 28px;
    line-height: 44px;
  }
  .left:not(.bar) {
    float: left;
    clear: both;
    margin-right: 29px;
  }
  .right:not(.bar) {
    float: right;
    clear: both;
    margin-left: 29px;
  }
}
.page-container + .page-container {
  margin-top: 47px;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-list {
  margin-bottom: 0;
}

.page-title {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.page-title a {
  color: #222222;
}
.page-title a:hover {
  color: #e87722;
}
.page-title:has(+ .byline) {
  margin-bottom: 0;
}

.byline {
  font-size: 13px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 29px;
}
.byline .page-author:after, .byline .page-date:after, .byline .page-edit:after {
  display: block;
  height: 0;
  content: "\a";
  white-space: pre;
}
.byline .avatar {
  width: 48px;
  height: 48px;
}

.author-description {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 29px;
}
.author-description .avatar {
  float: left;
  width: 87px;
  height: 87px;
  margin-right: 18px;
}

.author-description-intro {
  font-weight: bold;
}

.page-container, .headline-area, .byline, .page-content, .page-list, .author-description {
  display: flow-root;
}

@media all and (min-width: 467px) {
  .byline .page-author:after, .byline .page-date:after {
    display: none;
  }
  .byline .page-author + .page-date-intro:before, .byline .page-author + .page-date:before, .byline .page-date + .page-date-intro:before {
    color: #555555;
    content: "• ";
  }
}
@media all and (min-width: 756px) {
  .headline-area {
    position: relative;
  }
}
.page-content + .modular-content {
  margin-top: 29px;
}
.modular-content > :last-child {
  margin-bottom: 0;
}

label {
  display: block;
  font-weight: bold;
}
label .required {
  font-weight: normal;
  color: #dd0000;
}

input, textarea, select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

input[type=checkbox], input[type=radio], input[type=image], input[type=submit], select {
  width: auto;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
  font-weight: normal;
  margin-left: 4px;
  user-select: none;
}

textarea {
  line-height: inherit;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

select {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

button, input[type=submit], .button {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  color: #111111;
  text-decoration: none;
  background-color: #e87722;
  padding: 7px 18px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  cursor: pointer;
  user-select: none;
}
button:hover, button:active, input[type=submit]:hover, input[type=submit]:active, .button:hover, .button:active {
  text-decoration: none;
  background-color: #ec8c45;
  transition: background-color 0.3s ease;
}
button:active, input[type=submit]:active, .button:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}

button.save, .button.save {
  color: #FFFFFF;
  background-color: #2e7d32;
}
button.save:hover, button.save:active, .button.save:hover, .button.save:active {
  background-color: #38993d;
}
button.delete, .button.delete {
  color: #FFFFFF;
  background-color: #c62828;
}
button.delete:hover, button.delete:active, .button.delete:hover, .button.delete:active {
  background-color: #d83d3d;
}
button.action, .button.action {
  color: #111111;
  background-color: white;
}
button.action:hover, button.action:active, .button.action:hover, .button.action:active {
  background-color: white;
}
button.update, .button.update {
  color: #FFFFFF;
  background-color: #2e5d8a;
}
button.update:hover, button.update:active, .button.update:hover, .button.update:active {
  background-color: #3870a7;
}
button svg, .button svg {
  vertical-align: inherit;
}

#banner {
  padding-left: 18px;
  padding-right: 18px;
}
@media all and (min-width: 778px) {
  #banner {
    padding-left: 29px;
    padding-right: 29px;
  }
}

#header {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#content {
  word-break: break-word;
  padding-top: 47px;
  padding-bottom: 47px;
}

#footer {
  padding-top: 47px;
  padding-bottom: 47px;
}

.container {
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px;
}
@media all and (min-width: 756px) {
  .container {
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 778px) {
  .container {
    max-width: 100%;
    padding-left: 29px;
    padding-right: 29px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1258px) {
  .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#site-title a {
  color: inherit;
}

.menu {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu li {
  margin-bottom: 0;
}
.menu li:last-child {
  margin-right: 0;
}
.menu a {
  display: block;
}
.menu:before {
  content: "↔";
  color: #555555;
}
@media all and (min-width: 756px) {
  .focus .menu {
    justify-content: center;
  }
  .menu:before {
    display: none;
  }
}

.bar {
  color: #555555;
}
@media all and (min-width: 1258px) {
  .text .bar {
    width: 100%;
  }
  .text .bar code {
    font-size: 12px;
  }
  .readability .text .bar, .focus .text .bar {
    box-sizing: border-box;
    float: right;
    clear: right;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .readability .text .bar {
    max-width: 433px;
    margin-right: -480px;
  }
  .focus .text .bar {
    max-width: 211px;
    margin-right: -240px;
  }
  .focus .text .bar.left {
    float: left;
    clear: left;
    margin-left: -240px;
  }
}

.bleed {
  display: flow-root;
  position: relative;
  width: 100vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: -18px;
}
.bleed:has(+ .bleed) {
  border-bottom: 0;
}
.text:first-child > .page-content:first-child > .bleed:first-child {
  border-top: 0;
  margin-top: -47px;
}
.page-content:last-child .bleed:last-child {
  border-bottom: 0;
  margin-bottom: -47px;
}
@media all and (min-width: 756px) {
  .bleed {
    margin-left: calc((720px - 100vw) / 2);
  }
}
@media all and (min-width: 778px) {
  .bleed {
    margin-left: -29px;
  }
}
@media all and (min-width: 1258px) {
  .bleed {
    margin-left: calc((1200px - 100vw) / 2);
  }
}
.focus .bleed {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.bleed pre {
  background-color: rgba(0, 0, 0, 0.1);
}
.bleed.no-border {
  border-top: none;
}
.bleed.red {
  background-color: hsl(0, 100%, 90%);
}
.bleed.red blockquote, .bleed.red .page-content > .small, .bleed.red .caption, .bleed.red .bar {
  color: hsl(0, 100%, 25%);
}
.bleed.salmon {
  background-color: hsl(20, 100%, 90%);
}
.bleed.salmon blockquote, .bleed.salmon .page-content > .small, .bleed.salmon .caption, .bleed.salmon .bar {
  color: hsl(20, 100%, 25%);
}
.bleed.orange {
  background-color: hsl(40, 100%, 90%);
}
.bleed.orange blockquote, .bleed.orange .page-content > .small, .bleed.orange .caption, .bleed.orange .bar {
  color: hsl(40, 100%, 25%);
}
.bleed.yellow {
  background-color: hsl(60, 100%, 90%);
}
.bleed.yellow blockquote, .bleed.yellow .page-content > .small, .bleed.yellow .caption, .bleed.yellow .bar {
  color: hsl(60, 100%, 25%);
}
.bleed.chartreuse {
  background-color: hsl(80, 100%, 90%);
}
.bleed.chartreuse blockquote, .bleed.chartreuse .page-content > .small, .bleed.chartreuse .caption, .bleed.chartreuse .bar {
  color: hsl(80, 100%, 25%);
}
.bleed.lime {
  background-color: hsl(100, 100%, 90%);
}
.bleed.lime blockquote, .bleed.lime .page-content > .small, .bleed.lime .caption, .bleed.lime .bar {
  color: hsl(100, 100%, 25%);
}
.bleed.green {
  background-color: hsl(120, 100%, 90%);
}
.bleed.green blockquote, .bleed.green .page-content > .small, .bleed.green .caption, .bleed.green .bar {
  color: hsl(120, 100%, 25%);
}
.bleed.aquamarine {
  background-color: hsl(140, 100%, 90%);
}
.bleed.aquamarine blockquote, .bleed.aquamarine .page-content > .small, .bleed.aquamarine .caption, .bleed.aquamarine .bar {
  color: hsl(140, 100%, 25%);
}
.bleed.turquoise {
  background-color: hsl(160, 100%, 90%);
}
.bleed.turquoise blockquote, .bleed.turquoise .page-content > .small, .bleed.turquoise .caption, .bleed.turquoise .bar {
  color: hsl(160, 100%, 25%);
}
.bleed.cyan {
  background-color: hsl(180, 100%, 90%);
}
.bleed.cyan blockquote, .bleed.cyan .page-content > .small, .bleed.cyan .caption, .bleed.cyan .bar {
  color: hsl(180, 100%, 25%);
}
.bleed.blue {
  background-color: hsl(200, 100%, 90%);
}
.bleed.blue blockquote, .bleed.blue .page-content > .small, .bleed.blue .caption, .bleed.blue .bar {
  color: hsl(200, 100%, 25%);
}
.bleed.steel {
  background-color: hsl(220, 100%, 90%);
}
.bleed.steel blockquote, .bleed.steel .page-content > .small, .bleed.steel .caption, .bleed.steel .bar {
  color: hsl(220, 100%, 25%);
}
.bleed.lavender {
  background-color: hsl(240, 100%, 90%);
}
.bleed.lavender blockquote, .bleed.lavender .page-content > .small, .bleed.lavender .caption, .bleed.lavender .bar {
  color: hsl(240, 100%, 25%);
}
.bleed.purple {
  background-color: hsl(260, 100%, 90%);
}
.bleed.purple blockquote, .bleed.purple .page-content > .small, .bleed.purple .caption, .bleed.purple .bar {
  color: hsl(260, 100%, 25%);
}
.bleed.orchid {
  background-color: hsl(280, 100%, 90%);
}
.bleed.orchid blockquote, .bleed.orchid .page-content > .small, .bleed.orchid .caption, .bleed.orchid .bar {
  color: hsl(280, 100%, 25%);
}
.bleed.magenta {
  background-color: hsl(300, 100%, 90%);
}
.bleed.magenta blockquote, .bleed.magenta .page-content > .small, .bleed.magenta .caption, .bleed.magenta .bar {
  color: hsl(300, 100%, 25%);
}
.bleed.pink {
  background-color: hsl(320, 100%, 90%);
}
.bleed.pink blockquote, .bleed.pink .page-content > .small, .bleed.pink .caption, .bleed.pink .bar {
  color: hsl(320, 100%, 25%);
}
.bleed.rose {
  background-color: hsl(340, 100%, 90%);
}
.bleed.rose blockquote, .bleed.rose .page-content > .small, .bleed.rose .caption, .bleed.rose .bar {
  color: hsl(340, 100%, 25%);
}

@media all and (min-width: 756px) {
  .focus #header, .focus #nav, .focus #nav-2, .focus #footer {
    text-align: center;
  }
  .focus #header-image, .focus #logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 756px) {
  .focus .text .headline-area, .focus .text .featured-image-wrap, .focus .text .page-content h1, .focus .text h2, .focus .text h3, .focus .text h1 + .caption, .focus .text h2 + .caption, .focus .text h3 + .caption, .focus .text .impact, .focus .text .extend + .caption, .focus .text .extend .caption {
    text-align: center;
  }
  .focus .text .byline .avatar {
    margin-left: auto;
    margin-right: auto;
  }
}

.readability .text .byline .avatar {
  float: right;
  margin-left: 18px;
  margin-bottom: 0;
}
.focus .text .byline .avatar {
  margin-bottom: 7px;
}
@media all and (min-width: 756px) {
  .readability .text .byline .avatar {
    float: left;
    margin-left: 0;
    margin-right: 18px;
  }
  .focus .text .byline .avatar {
    margin-bottom: 11px;
  }
}
.focus .text .breakout {
  margin-left: auto;
  margin-right: auto;
}
.text .breakout.left {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.text .pullout.left {
  float: none;
  margin-right: 0;
}
@media all and (min-width: 778px) {
  .readability .text, .focus .text {
    max-width: 720px;
  }
  .readability .text .extend, .focus .text .extend {
    display: flow-root;
    box-sizing: border-box;
    max-width: calc(100vw - 58px);
  }
  .readability .text .headline-area, .readability .text .page-content > h1, .readability .text .page-content > h2, .readability .text .page-content > h3, .readability .text .page-content > .impact, .readability .text .extend, .readability .text .extend + .caption {
    margin-right: calc(778px - 100vw);
  }
  .focus .text {
    margin-left: auto;
    margin-right: auto;
  }
  .focus .text .headline-area, .focus .text .page-content > h1, .focus .text .page-content > h2, .focus .text .page-content > h3, .focus .text .page-content > .impact, .focus .text .extend, .focus .text .extend + .caption {
    margin-left: calc(389px - 50vw);
    margin-right: calc(389px - 50vw);
  }
  .focus .text .extend.right {
    margin-left: 29px;
  }
  .focus .text .extend.left {
    margin-right: 29px;
  }
}
@media all and (min-width: 1258px) {
  .readability .text .pullout, .focus .text .pullout {
    float: right;
    box-sizing: border-box;
  }
  .readability .text .extend, .focus .text .extend {
    max-width: 1200px;
  }
  .readability .text .extend .pullout, .focus .text .extend .pullout {
    float: none;
    max-width: 100%;
  }
  .readability .text .headline-area, .readability .text .page-content > h1, .readability .text .page-content > h2, .readability .text .page-content > h3, .readability .text .page-content > .impact, .readability .text .extend, .readability .text .extend + .caption {
    margin-right: -480px;
  }
  .readability .text .breakout {
    max-width: calc(825.5px + (100vw - 1200px) / 2);
    margin-right: calc(-480px - (100vw - 1200px) / 2);
  }
  .readability .text .pullout {
    max-width: calc(100vw - (100vw - 1200px) / 2 - 767px);
    margin-right: calc(-480px - (100vw - 1200px) / 2);
  }
  .readability .text .extend .pullout {
    margin-left: 0;
    margin-right: 0;
  }
  .focus .text .headline-area, .focus .text .page-content > h1, .focus .text .page-content > h2, .focus .text .page-content > h3, .focus .text .page-content > .impact, .focus .text .extend, .focus .text .extend + .caption {
    margin-left: -240px;
    margin-right: -240px;
  }
  .focus .text .breakout {
    max-width: calc(585.5px + (100vw - 1200px) / 2);
    margin-left: 29px;
    margin-right: calc(360px - 50vw);
  }
  .focus .text .breakout.left {
    margin-left: calc(360px - 50vw);
    margin-right: 29px;
  }
  .focus .text .pullout {
    max-width: calc(100vw - (100vw - 1200px) / 2 - 989px);
    margin-right: calc(-240px - (100vw - 1200px) / 2);
  }
  .focus .text .pullout.left {
    float: left;
    margin-left: calc(-240px - (100vw - 1200px) / 2);
    margin-right: 0;
  }
  .focus .text .extend .pullout {
    margin-left: auto;
    margin-right: auto;
  }
  .text .breakout, .text .extend .breakout {
    float: right;
    box-sizing: border-box;
    max-width: calc(585.5px + (100vw - 1200px) / 2);
    margin-left: 29px;
    margin-right: calc((1200px - 100vw) / 2);
  }
  .text .breakout.left, .text .extend .breakout.left {
    float: left;
    margin-left: calc((1200px - 100vw) / 2);
    margin-right: 29px;
  }
  .has-sidebar .text .breakout, .has-sidebar .text .extend .breakout {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

:root {
  --font1: "Lato", sans-serif;
  --font2: "Lato", sans-serif;
  --f1: 45px;
  --f2: 35px;
  --f3: 28px;
  --f4: 22px;
  --f5: 17px;
  --f6: 13px;
  --g1: 70px;
  --g2: 55px;
  --g3: 45px;
  --g4: 37px;
  --g5: 29px;
  --g6: 24px;
  --x1: 47px;
  --x2: 29px;
  --x3: 18px;
  --x4: 11px;
  --x5: 7px;
  --x6: 4px;
  --phi: 1.6180339887;
  --bg1: #FFFFFFFF;
  --bg2: #EEF4FBFF;
  --c1: #222222FF;
  --c2: #555555FF;
  --ca: #E87722FF;
  --border1: 1px solid rgba(0,0,0,0.1);
  --w-content: 720px;
  --w-total: 1200px;
  --gutter-full: 29px;
  --gutter-mobile: 18px;
  --navy: #1B3A5C;
  --blue: #2E5D8A;
  --mid-blue: #3A7BBF;
  --accent: #E87722;
  --light-bg: #EEF4FB;
  --navy-light: #234B73;
  --accent-dark: #D06A1E;
  --accent-glow: rgba(232, 119, 34, 0.4);
  --bar: calc((var(--w-total) - var(--w-content)) / 2);
  --radius-full: 9999px;
}

/* ── Reset ── */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal;
}

img, fieldset {
  border: 0;
}

abbr {
  text-decoration: none;
}

code {
  line-height: 1em;
}

pre {
  overflow: auto;
  word-wrap: normal;
  tab-size: 4;
}

sub, sup {
  line-height: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
}

iframe, video, embed, object {
  display: block;
  max-width: 100%;
}

img, .left, .right, .center {
  display: block;
}

.center {
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

button, input[type=submit] {
  cursor: pointer;
  overflow: visible;
}

/* ── Body & Structural ── */
html {
  scroll-behavior: smooth;
}

::selection {
  background-color: var(--accent);
  color: #FFFFFF;
}

body {
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  background-color: var(--bg1);
  overflow-x: hidden;
}

.container {
  box-sizing: border-box;
  padding-left: var(--gutter-mobile);
  padding-right: var(--gutter-mobile);
}
@media all and (min-width: 756px) {
  .container {
    max-width: var(--w-content);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 778px) {
  .container {
    max-width: 100%;
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1258px) {
  .container {
    max-width: var(--w-total);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.text {
  max-width: var(--w-content);
}

/* ── Common Content Elements ── */
h1 {
  font-family: var(--font2);
  font-size: var(--f2);
  line-height: var(--g2);
  font-weight: 700;
  color: var(--navy);
}

h2 {
  font-family: var(--font2);
  font-size: var(--f3);
  line-height: var(--g3);
  font-weight: 700;
  color: var(--navy);
}

h3 {
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  color: var(--navy);
}

h4 {
  font-family: var(--font2);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 700;
  color: var(--navy);
}

a {
  color: var(--ca);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: var(--x6);
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
a:hover {
  color: var(--accent-dark);
  text-decoration-color: var(--accent-dark);
}

blockquote {
  font-style: italic;
  color: var(--c2);
  padding-left: var(--x3);
  border-left: var(--x5) solid var(--accent);
}
blockquote > :last-child {
  margin-bottom: 0;
}

sub, sup {
  color: var(--c2);
}

code {
  background-color: rgba(0, 0, 0, 0.06);
  padding: var(--x6);
  border-radius: var(--x5);
  margin: 0 1px;
}
strong code {
  font-weight: normal;
}

pre {
  color: var(--c1);
  background-color: var(--light-bg);
  padding: var(--x3);
  border-radius: var(--x4);
  border-left: var(--x5) solid var(--blue);
}

svg {
  width: var(--f5);
  height: var(--f5);
  vertical-align: text-bottom;
}

hr {
  border: var(--border1);
  border-width: 0 0 1px 0;
  margin: var(--x2) 0;
}

.drop-cap {
  font-family: var(--font2);
  font-size: calc(2 * var(--x2));
  line-height: 1em;
  font-weight: 700;
  color: var(--navy);
  margin-right: var(--x5);
  float: left;
}

.small {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.callout {
  color: var(--c1);
  background-color: var(--light-bg);
  padding: var(--x3);
  border: var(--border1);
  border-left: 3px solid var(--blue);
  border-radius: 0 var(--x4) var(--x4) 0;
}
.callout.alert {
  color: #7A2E00;
  background-color: #FFF3E0;
  border-left-color: var(--accent);
}
.callout.note {
  color: #1B3A5C;
  background-color: #E3F2FD;
  border-left-color: var(--mid-blue);
}

.highlight {
  background-color: rgba(232, 119, 34, 0.15);
  padding: var(--x6) 0;
}

.impact {
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  color: var(--navy);
}

.pop {
  box-shadow: 0 0 var(--x4) rgba(0, 0, 0, 0.4);
}

.caption {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}
.caption code {
  font-size: var(--f6);
  line-height: var(--g6);
}
.center + .caption {
  text-align: center;
}
blockquote + .caption {
  padding-left: calc(var(--x3) + var(--x5));
}

@media all and (min-width: 756px) {
  h1 {
    font-size: var(--f1);
    line-height: var(--g1);
  }
  h2 {
    font-size: var(--f2);
    line-height: var(--g2);
  }
  h3 {
    font-size: var(--f3);
    line-height: var(--g3);
  }
  h4 {
    font-size: var(--f4);
    line-height: var(--g4);
  }
  .impact {
    font-size: var(--f3);
    line-height: var(--g3);
  }
  .left:not(.bar) {
    float: left;
    clear: both;
    margin-right: var(--x2);
  }
  .right:not(.bar) {
    float: right;
    clear: both;
    margin-left: var(--x2);
  }
}
/* ── Dynamic Page Content ── */
.page-container + .page-container {
  margin-top: var(--x1);
}

.page-content h1 {
  margin-bottom: var(--x2);
}
.page-content h2 {
  margin-top: var(--x1);
  margin-bottom: var(--x2);
}
.page-content h3 {
  margin-top: var(--x2);
  margin-bottom: var(--x3);
}
.page-content h4 {
  margin-bottom: var(--x4);
}
.page-content h1 + h2, .page-content h2 + h3, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content hr + h2 {
  margin-top: 0;
}
.page-content > :last-child {
  margin-bottom: 0;
}
.page-content ul {
  list-style-type: disc;
}
.page-content ul, .page-content ol {
  margin-left: var(--x2);
}
.page-content ul ul, .page-content ul ol, .page-content ol ul, .page-content ol ol {
  margin-top: var(--x4);
  margin-bottom: 0;
  margin-left: var(--x3);
}
.page-content li {
  margin-bottom: var(--x4);
}
.page-content li:last-child {
  margin-bottom: 0;
}
.page-content .callout > :last-child {
  margin-bottom: 0;
}
.page-content .caption {
  margin-top: calc(-1 * var(--x3));
}
h1 + .page-content .caption, h2 + .page-content .caption {
  margin-top: calc(-1 * var(--x3));
}
h3 + .page-content .caption {
  margin-top: calc(-1 * var(--x4));
  margin-bottom: var(--x3);
}
.page-content p, .page-content ul, .page-content ol, .page-content blockquote, .page-content pre, .page-content img, .page-content .callout, .page-content .caption {
  margin-bottom: var(--x2);
}
.page-content p:last-child, .page-content ul:last-child, .page-content ol:last-child, .page-content blockquote:last-child, .page-content pre:last-child, .page-content img:last-child, .page-content .callout:last-child, .page-content .caption:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 756px) {
  .page-content h1 + .caption, .page-content h2 + .caption {
    margin-top: calc(-1 * var(--x3));
  }
  .page-content h3 + .caption {
    margin-top: calc(-1 * var(--x4));
  }
}

.page-title {
  font-family: var(--font2);
  font-weight: 700;
}
.page-title a {
  color: var(--c1);
}
.page-title a:hover {
  color: var(--ca);
}

.page-title:has(+ .byline) {
  margin-bottom: 0;
}

.byline {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin-bottom: var(--x2);
}

.page-container, .headline-area, .page-content {
  display: flow-root;
}

.page-content + .modular-content {
  margin-top: var(--x2);
}
.modular-content > :last-child {
  margin-bottom: 0;
}

/* Centered (Focus) content layout mode */
.page-container {
  margin-left: auto;
  margin-right: auto;
}
.page-container .headline-area, .page-container .page-content h1, .page-container .page-content h2, .page-container .page-content h3, .page-container h1 + .caption, .page-container h2 + .caption, .page-container h3 + .caption, .page-container .page-content .impact, .page-container .extend + .caption, .page-container .extend .caption {
  text-align: center;
}
@media all and (min-width: 778px) {
  .page-container .headline-area, .page-container .page-content > h1, .page-container .page-content > h2, .page-container .page-content > h3, .page-container .page-content > .impact, .page-container .extend, .page-container .extend + .caption {
    margin-left: calc((var(--w-content) + 2 * var(--gutter-full)) / 2 - 50vw);
    margin-right: calc((var(--w-content) + 2 * var(--gutter-full)) / 2 - 50vw);
  }
}
@media all and (min-width: 1258px) {
  .page-container .headline-area, .page-container .page-content > h1, .page-container .page-content > h2, .page-container .page-content > h3, .page-container .page-content > .impact, .page-container .extend, .page-container .extend + .caption {
    margin-left: calc((var(--w-content) - var(--w-total)) / 2);
    margin-right: calc((var(--w-content) - var(--w-total)) / 2);
  }
}

/* ── Forms ── */
label {
  display: block;
  font-family: var(--font1);
  font-weight: 700;
}
label .required {
  font-weight: normal;
  color: #DD0000;
}

input, textarea, select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: var(--x5);
  border: var(--border1);
  border-radius: var(--x5);
}

input[type=checkbox], input[type=radio], input[type=image], input[type=submit], select {
  width: auto;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
  font-weight: normal;
  margin-left: var(--x6);
  user-select: none;
}

textarea {
  line-height: inherit;
  padding: var(--x5);
  border: var(--border1);
}

select {
  border: var(--border1);
}

button, input[type=submit], .button {
  display: inline-block;
  width: auto;
  font-family: var(--font2);
  font-size: inherit;
  font-weight: 700;
  line-height: 1em;
  vertical-align: top;
  color: #FFFFFF;
  text-decoration: none;
  background-color: var(--accent);
  padding: var(--x5) var(--x3);
  border: none;
  border-radius: var(--x4);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
button:hover, button:active, input[type=submit]:hover, input[type=submit]:active, .button:hover, .button:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 var(--x5) var(--x3) var(--accent-glow);
}
button:active, input[type=submit]:active, .button:active {
  transform: translateY(0);
}

button.save, .button.save {
  color: #FFFFFF;
  background-color: #2E7D32;
}
button.save:hover, button.save:active, .button.save:hover, .button.save:active {
  color: #FFFFFF;
  background-color: #388E3C;
}
button.delete, .button.delete {
  color: #FFFFFF;
  background-color: #C62828;
}
button.delete:hover, button.delete:active, .button.delete:hover, .button.delete:active {
  color: #FFFFFF;
  background-color: #D32F2F;
}
button.action, .button.action {
  color: var(--navy);
  background-color: transparent;
  border: 2px solid var(--navy);
}
button.action:hover, button.action:active, .button.action:hover, .button.action:active {
  color: #FFFFFF;
  background-color: var(--navy);
  box-shadow: none;
}
button.update, .button.update {
  color: #FFFFFF;
  background-color: var(--blue);
}
button.update:hover, button.update:active, .button.update:hover, .button.update:active {
  color: #FFFFFF;
  background-color: var(--mid-blue);
}
button svg, .button svg {
  vertical-align: inherit;
}

/* ── Shared Components: Header ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  border-bottom: var(--border1);
  padding: var(--x3) var(--gutter-mobile);
}
@media all and (min-width: 778px) {
  .site-header {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}

.nav-container {
  max-width: var(--w-total);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: var(--x2);
  padding: 0;
}

.nav-logo {
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-logo:hover {
  color: var(--blue);
  text-decoration: none;
}

.nav-logo-icon {
  display: block;
  flex-shrink: 0;
  text-decoration: none;
}
.nav-logo-icon:hover {
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.nav-logo-img {
  height: calc(var(--x1) + var(--x4));
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: var(--x2);
  list-style: none;
  margin-bottom: 0;
  margin-left: auto;
}
.nav-links a {
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 400;
  color: var(--c2);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.nav-links a:hover {
  color: var(--blue);
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .nav-links {
    display: none;
  }
}

.nav-cta {
  font-size: var(--f6);
  line-height: var(--g6);
  padding: var(--x5) var(--x3);
}
@media all and (max-width: 768px) {
  .nav-cta {
    display: none;
  }
}

/* ── Shared Components: Footer ── */
.site-footer {
  background-color: var(--navy);
  color: rgba(255, 255, 255, 0.7);
  padding: calc(var(--x1) * var(--phi)) var(--gutter-mobile);
}
@media all and (min-width: 778px) {
  .site-footer {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}

.footer-container {
  max-width: var(--w-total);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: var(--x1);
  padding-bottom: var(--x1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: var(--x2);
}
@media all and (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--x2);
  }
}

.footer-col h4 {
  color: #FFFFFF;
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 700;
  margin-bottom: var(--x3);
}
.footer-col p {
  font-size: var(--f6);
  line-height: var(--g6);
  margin-bottom: var(--x4);
}
.footer-col p:last-child {
  margin-bottom: 0;
}

.footer-links {
  list-style: none;
  margin-bottom: 0;
}
.footer-links li {
  margin-bottom: var(--x5);
}
.footer-links li:last-child {
  margin-bottom: 0;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--f6);
  line-height: var(--g6);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: var(--x6);
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.footer-links a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.footer-social {
  display: flex;
  gap: var(--x3);
  margin-top: var(--x3);
}
.footer-social a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: var(--f6);
  line-height: var(--g6);
  transition: color 0.3s ease;
}
.footer-social a:hover {
  color: var(--accent);
}

.footer-bottom {
  text-align: center;
  font-size: var(--f6);
  line-height: var(--g6);
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: var(--x6);
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.footer-bottom a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

/* ── Home: Hero ── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, #0F2440 100%);
  padding: 8rem var(--gutter-mobile) calc(var(--x1) * var(--phi));
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 778px) {
  .hero {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -15%;
  width: 60%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(58, 123, 191, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 50%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(232, 119, 34, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.hero-container {
  max-width: var(--w-total);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--x1);
  align-items: center;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 900px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.hero-content h1 {
  font-size: clamp(var(--f2), 5vw, var(--f1) * var(--phi));
  line-height: clamp(var(--g2), 7.5vw, var(--g1) * var(--phi));
  color: #FFFFFF;
  font-weight: 900;
  margin-bottom: var(--x2);
}

.hero-subtitle {
  font-size: var(--f4);
  line-height: var(--g4);
  color: rgba(255, 255, 255, 0.8);
  max-width: var(--w-content);
  margin-bottom: var(--x2);
}

.hero-ctas {
  display: flex;
  gap: var(--x3);
  flex-wrap: wrap;
}
@media all and (max-width: 900px) {
  .hero-ctas {
    justify-content: center;
  }
}

@media all and (max-width: 900px) {
  .hero-stats {
    order: 2;
  }
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--x3);
}

.stat-item {
  text-align: center;
  padding: var(--x3);
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--x4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-number {
  font-family: var(--font2);
  font-size: var(--f2);
  line-height: var(--g2);
  font-weight: 900;
  color: var(--accent);
}

.stat-label {
  font-size: var(--f6);
  line-height: var(--g6);
  color: rgba(255, 255, 255, 0.7);
  margin-top: var(--x5);
}

/* ── Home: Audience Cards ── */
.audience-section {
  padding: calc(var(--x1) * var(--phi)) var(--gutter-mobile);
  background-color: var(--bg1);
}
@media all and (min-width: 778px) {
  .audience-section {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}

.section-header {
  text-align: center;
  max-width: var(--w-content);
  margin: 0 auto var(--x1);
}
.section-header h2 {
  margin-bottom: var(--x4);
}
.section-header p {
  color: var(--c2);
  font-size: var(--f4);
  line-height: var(--g4);
}

.audience-grid {
  max-width: var(--w-total);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--x2);
}
@media all and (max-width: 768px) {
  .audience-grid {
    grid-template-columns: 1fr;
  }
}

.audience-card {
  background: var(--bg1);
  border: var(--border1);
  border-radius: var(--x4);
  padding: var(--x2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 var(--x4) var(--x2) rgba(27, 58, 92, 0.1);
}
.audience-card h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  margin-bottom: var(--x4);
}
.audience-card p {
  color: var(--c2);
  margin-bottom: var(--x3);
}

.card-icon {
  width: calc(var(--x1) + var(--x3));
  height: calc(var(--x1) + var(--x3));
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--x3);
}
.card-icon svg {
  width: var(--x2);
  height: var(--x2);
}

.card-icon-church {
  background-color: rgba(27, 58, 92, 0.1);
  color: var(--navy);
}

.card-icon-edu {
  background-color: rgba(46, 93, 138, 0.1);
  color: var(--blue);
}

.card-icon-family {
  background-color: rgba(232, 119, 34, 0.1);
  color: var(--accent);
}

.card-icon-individual {
  background-color: rgba(58, 123, 191, 0.1);
  color: var(--mid-blue);
}

.card-link {
  font-weight: 700;
  color: var(--ca);
  text-decoration: none;
  transition: color 0.3s ease;
}
.card-link:hover {
  color: var(--accent-dark);
}

/* ── Home: Featured Courses ── */
.courses-section {
  padding: calc(var(--x1) * var(--phi)) var(--gutter-mobile);
  background-color: var(--light-bg);
}
@media all and (min-width: 778px) {
  .courses-section {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}

.courses-grid {
  max-width: var(--w-total);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--x2);
}
@media all and (max-width: 900px) {
  .courses-grid {
    grid-template-columns: 1fr;
  }
}

.course-card {
  background: var(--bg1);
  border-radius: var(--x4);
  padding: var(--x2);
  border-left: 3px solid var(--accent);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 var(--x4) var(--x2) rgba(27, 58, 92, 0.1);
  border-left-width: 5px;
}
.course-card h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  margin-bottom: var(--x4);
}
.course-card p {
  color: var(--c2);
  margin-bottom: var(--x3);
}

.course-badge {
  display: inline-block;
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: #FFFFFF;
  background-color: var(--blue);
  padding: var(--x6) var(--x4);
  border-radius: var(--radius-full);
  margin-bottom: var(--x3);
}

.courses-cta {
  text-align: center;
  margin-top: var(--x1);
}

/* ── Home: Social Proof ── */
.proof-section {
  padding: calc(var(--x1) * var(--phi)) var(--gutter-mobile);
  background-color: var(--bg1);
}
@media all and (min-width: 778px) {
  .proof-section {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}

.proof-stats {
  max-width: var(--w-total);
  margin: 0 auto var(--x1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--x2);
  text-align: center;
}
@media all and (max-width: 768px) {
  .proof-stats {
    grid-template-columns: 1fr;
  }
}

.proof-stat {
  padding: var(--x2);
}

.proof-number {
  font-family: var(--font2);
  font-size: var(--f1);
  line-height: var(--g1);
  font-weight: 900;
  color: var(--accent);
}

.proof-label {
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c2);
  margin-top: var(--x5);
}

.testimonial-grid {
  max-width: var(--w-total);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--x2);
}
@media all and (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  background: var(--light-bg);
  border-radius: var(--x4);
  padding: var(--x2);
}
.testimonial-card blockquote {
  font-size: var(--f5);
  line-height: var(--g5);
  font-style: italic;
  color: var(--c1);
  border-left: none;
  padding-left: 0;
  margin-bottom: var(--x3);
}

.testimonial-author {
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  color: var(--navy);
}

/* ── Home: Latest Content ── */
.latest-section {
  padding: calc(var(--x1) * var(--phi)) var(--gutter-mobile);
  background-color: var(--light-bg);
}
@media all and (min-width: 778px) {
  .latest-section {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}

.latest-grid {
  max-width: var(--w-total);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--x2);
}
@media all and (max-width: 900px) {
  .latest-grid {
    grid-template-columns: 1fr;
  }
}

.content-card {
  background: var(--bg1);
  border-radius: var(--x4);
  padding: var(--x2);
  border: var(--border1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 var(--x4) var(--x2) rgba(27, 58, 92, 0.1);
}
.content-card h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  margin-bottom: var(--x4);
}
.content-card p {
  color: var(--c2);
  margin-bottom: var(--x3);
}

.content-type-badge {
  display: inline-block;
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 700;
  padding: var(--x6) var(--x4);
  border-radius: var(--radius-full);
  margin-bottom: var(--x3);
}

.badge-article {
  color: var(--navy);
  background-color: rgba(27, 58, 92, 0.1);
}

.badge-video {
  color: var(--blue);
  background-color: rgba(46, 93, 138, 0.1);
}

.badge-audio {
  color: var(--accent);
  background-color: rgba(232, 119, 34, 0.1);
}

/* ── Home: CTA Banner ── */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  padding: calc(var(--x1) * var(--phi)) var(--gutter-mobile);
  text-align: center;
}
@media all and (min-width: 778px) {
  .cta-banner {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}
.cta-banner h2 {
  color: #FFFFFF;
  max-width: var(--w-content);
  margin: 0 auto var(--x3);
}
.cta-banner p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--f4);
  line-height: var(--g4);
  max-width: var(--w-content);
  margin: 0 auto var(--x2);
}

/* ── Page/Error Content Section ── */
#content {
  padding: 8rem var(--gutter-mobile) calc(var(--x1) * var(--phi));
  word-break: break-word;
}
@media all and (min-width: 778px) {
  #content {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}

/* ── Utility: Animations ── */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---:[ Custom CSS ]:---*/
/* cti-home-page-css v3 — 2026-05-26 */
:root {
  --navy: #00264C;
  --steel-blue: #104863;
  --light-grey: #EAEAEA;
  --light-blue: #E7F0F9;
  --bright-blue: #0070C0;
  --green: #00B050;
  --green-dark: #008038;
  --green-light: #2ECC71;
  --purple: #CC99FF;
  --purple-dark: #9B59D9;
  --purple-light:#E0BFFF;
  --blue: #0070C0;
  --blue-light: #3FA0E0;
  --blue-dark: #004E86;
  --orange: #D07C00;
  --text-dark: #000000;
  --text-mid: #333333;
  --white: #FFFFFF;
  --border-dark: #001a36;
  --radius-lg: 28px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Aptos", "Aptos Display", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-dark);
  background: var(--white);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---------- Layout primitives ---------- */
.bleed {
  width: 100%;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Top nav ---------- */
.nav {
  background: var(--white);
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 80px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 18px;
}

.nav-brand span {
  line-height: 1.2;
}

.nav-logo {
  height: 72px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 14px;
}

.nav-links a {
  display: block;
  color: var(--text-dark);
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  padding: 10px 16px;
  border: 2px solid var(--border-dark);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 55%, var(--light-grey) 100%);
  /* 3D raised, lighter scale of the .cta-btn treatment */
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.85), inset 0 -3px 5px rgba(0, 0, 0, 0.16), 0 3px 0 rgba(0, 0, 0, 0.22), 0 4px 7px rgba(0, 0, 0, 0.18);
  transition: transform 0.08s ease, box-shadow 0.08s ease;
  position: relative;
  top: 0;
}

.nav-links a:hover {
  color: var(--text-dark);
}

.nav-links a:active {
  top: 3px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 4px rgba(0, 0, 0, 0.18), 0 1px 0 rgba(0, 0, 0, 0.22), 0 2px 4px rgba(0, 0, 0, 0.16);
}

/* ---------- Hero band (navy) ---------- */
.hero {
  background: var(--navy);
  color: var(--white);
  padding: 50px 0 60px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
  align-items: start;
}

.hero h1 {
  color: var(--white);
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 28px;
  letter-spacing: -0.5px;
}

.hero-feature {
  text-align: center;
  margin: 0 auto;
}

.hero-feature-frame {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border: 4px solid var(--white);
  border-radius: 4px;
  overflow: hidden;
}

.hero-feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-feature-caption-top {
  position: absolute;
  top: 12px;
  left: 14px;
  right: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  text-align: left;
  text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000, 0 0 6px rgba(0, 0, 0, 0.85);
  z-index: 2;
}

.hero-feature-overlay-img {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 240px;
  height: auto;
  z-index: 2;
}

.hero-feature-caption {
  color: var(--white);
  margin-top: 18px;
  text-align: center;
  font-size: 17px;
  line-height: 1.45;
}

.hero-right {
  background: var(--white);
  color: var(--text-dark);
  border-radius: var(--radius-lg);
  padding: 22px;
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
}

.hero-right-img {
  display: block;
  margin: 0 auto 16px;
  max-width: 100%;
  max-height: 280px;
  width: auto;
  height: auto;
  border-radius: 4px;
  border: 2px solid #B8D9F0; /* light blue frame around the standard document */
}

.hero-right h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.hero-right p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.4;
}

.hero-right .download-link {
  color: var(--bright-blue);
  text-decoration: none;
  font-weight: 600;
}

/* ---------- Intro band (light grey) ---------- */
.intro {
  background: var(--light-grey);
  padding: 50px 0;
  text-align: center;
}

.intro-lead {
  display: inline-block;
  text-align: left;
  font-size: 19px;
  line-height: 1.6;
  color: var(--text-dark);
  margin: 0;
}

.intro-question {
  margin: 36px auto 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.4;
}

/* ---------- Differentiators bulleted box ---------- */
.diff-band {
  background: var(--light-grey);
  padding: 0 0 50px;
}

.diff-box {
  background: var(--white);
  border: 2.5px solid var(--border-dark);
  border-radius: var(--radius-lg);
  padding: 26px 34px;
}

.diff-box ul {
  margin: 0;
  padding-left: 22px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--text-mid);
}

.diff-box li {
  margin-bottom: 10px;
}

.diff-box li:last-child {
  margin-bottom: 0;
}

.diff-box .verse {
  color: var(--bright-blue);
}

/* ---------- Testimonials + CTA columns ---------- */
.testify-band {
  background: var(--light-grey);
  padding: 10px 0 40px;
}

.testify-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.testify-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
}

.quote-card {
  background: var(--white);
  border: 2px solid var(--border-dark);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  margin-bottom: 18px;
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-mid);
}

.quote-card .attrib {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 14px;
}

/* CTA buttons (green + purple) — 3D raised effect */
.cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  max-width: 760px;
  margin: 0 auto 40px;
}

.cta-frame {
  background: var(--light-grey);
  border: 2px solid var(--border-dark);
  border-radius: 14px;
  padding: 12px;
}

.cta-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 22px 12px;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--white);
  text-decoration: none;
  border: 2px solid var(--border-dark);
  -webkit-text-stroke: 1px var(--text-dark);
  paint-order: stroke fill;
  /* 3D: gradient fill + inset highlight (top) + inset shadow (bottom) + drop shadow */
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.45), inset 0 -4px 6px rgba(0, 0, 0, 0.3), 0 4px 0 rgba(0, 0, 0, 0.35), 0 6px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.08s ease, box-shadow 0.08s ease;
  position: relative;
  top: 0;
}

.cta-btn:active {
  top: 3px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 4px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cta-btn.green {
  background: linear-gradient(180deg, var(--green-light) 0%, var(--green) 55%, var(--green-dark) 100%);
}

.cta-btn.purple {
  background: linear-gradient(180deg, var(--purple-light) 0%, var(--purple) 55%, var(--purple-dark) 100%);
}

.cta-btn.blue {
  background: linear-gradient(180deg, var(--blue-light) 0%, var(--blue) 55%, var(--blue-dark) 100%);
}

/* Founder block */
.founder {
  text-align: center;
}

.founder-img {
  display: block;
  margin: 0 auto 16px;
  width: 200px;
  height: 260px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%/50%;
  border: 3px solid var(--border-dark);
  background: var(--light-grey);
}

.founder h4 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
}

.founder p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0 auto;
  text-align: left;
  max-width: 460px;
}

/* ---------- "How To Host" band (light blue) ---------- */
.host-band {
  background: var(--light-blue);
  padding: 32px 0 60px;
}

.host-title-wrap {
  text-align: center;
  margin-bottom: 36px;
}

.host-title {
  display: inline-block;
  background: var(--navy);
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
  padding: 16px 60px;
  border-radius: var(--radius-md);
  border: 2px solid var(--border-dark);
}

.host-title-link {
  text-decoration: none;
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.card {
  background: var(--white);
  border: 2.5px solid var(--border-dark);
  border-radius: var(--radius-lg);
  padding: 26px 28px;
}

.card h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 14px;
  text-align: center;
}

.card ul {
  margin: 0;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.55;
}

.card ul li {
  margin-bottom: 8px;
}

.card p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.card .courseline {
  margin: 0 0 14px;
}

.card .courseline strong {
  font-weight: 700;
}

.card .card-foot {
  margin-top: 18px;
  text-align: center;
  color: var(--bright-blue);
  font-size: 15px;
}

.card .card-foot a {
  color: var(--bright-blue);
  text-decoration: none;
}

.card .event {
  margin: 0 0 12px;
  font-size: 15px;
}

/* ---------- Placeholder content band ---------- */
.misc-band {
  background: var(--light-blue);
  padding: 0 0 70px;
}

.misc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
}

.misc-left, .misc-right {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.misc-card {
  background: var(--white);
  border: 2.5px solid var(--border-dark);
  border-radius: var(--radius-lg);
  padding: 22px 26px;
  min-height: 130px;
}

.misc-card.title-card {
  text-align: center;
  min-height: 240px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 22px;
}

.misc-card h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
}

.misc-card .placeholder-img {
  width: 220px;
  height: auto;
  margin-top: 14px;
  border-radius: 4px;
  border: 1px solid var(--border-dark);
}

/* ---------- Pre-footer CTA (steel blue) ---------- */
.prefooter {
  background: var(--steel-blue);
  color: var(--white);
  padding: 60px 0;
  text-align: center;
}

.prefooter h2 {
  color: var(--white);
  font-family: "Aptos Display", "Aptos", Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 22px;
  letter-spacing: -0.3px;
}

.prefooter p {
  color: var(--white);
  font-size: 19px;
  line-height: 1.5;
  max-width: 820px;
  margin: 0 auto 30px;
}

.btn-orange {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  font-size: 19px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 10px;
  border: 2px solid var(--border-dark);
  text-decoration: none;
}

/* ---------- Footer (navy) ---------- */
.footer {
  background: var(--navy);
  color: var(--white);
  padding: 50px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr 1fr;
  gap: 40px;
  text-align: center;
}

.footer-col h4 {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}

.footer-col p, .footer-col a {
  font-size: 15px;
  color: var(--white);
  margin: 6px 0;
  text-decoration: none;
  display: block;
  line-height: 1.5;
}

.footer-col a:hover {
  text-decoration: underline;
}

.footer-bottom {
  color: var(--white);
  text-align: center;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
}

/* ---------- Mobile ---------- */
@media (max-width: 820px) {
  .hero-grid,
  .testify-grid,
  .cards-grid,
  .misc-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 32px;
  }
  .cta-row {
    grid-template-columns: 1fr;
  }
  .prefooter h2 {
    font-size: 28px;
  }
  .hero-feature-img {
    width: 260px;
    height: 260px;
  }
  .nav-logo {
    height: 56px;
  }
}
.byline {
  display: none !important;
}

#content {
  padding-top: 0px !important;
}

/* let the menu fill the row and breathe */
.nav .nav-links {
  flex: 1;
  justify-content: flex-start;
  gap: 12px;
}

.nav .nav-links a {
  padding: 10px 14px;
}

.nav .nav-brand span {
  font-size: 16px;
}

/* ---------- Front-page search box (Goal 4) — styled only, behavior wired later ---------- */
.cti-search {
  max-width: 760px; /* aligns with .cta-row width */
  margin: 0 auto 34px;
  padding: 22px 0 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.18); /* light framing lines */
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  text-align: center;
}

.cti-search-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
}

.cti-search-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
  max-width: 560px;
  margin: 0 auto;
}

.cti-search-input {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  padding: 12px 16px;
  color: var(--text-dark);
  background: #fff;
  border: 2px solid var(--border-dark);
  border-radius: 10px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.14); /* pressed-in to complement raised button */
}

.cti-search-input::placeholder {
  color: #8a8a8a;
}

.cti-search-btn {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  padding: 12px 26px;
  border: 2px solid var(--border-dark);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 55%, var(--light-grey) 100%);
  cursor: pointer;
  /* 3D raised — same family as .nav-links a */
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.85), inset 0 -3px 5px rgba(0, 0, 0, 0.16), 0 3px 0 rgba(0, 0, 0, 0.22), 0 4px 7px rgba(0, 0, 0, 0.18);
  transition: transform 0.08s ease, box-shadow 0.08s ease;
  position: relative;
  top: 0;
}

.cti-search-btn:active {
  top: 3px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 4px rgba(0, 0, 0, 0.18), 0 1px 0 rgba(0, 0, 0, 0.22), 0 2px 4px rgba(0, 0, 0, 0.16);
}

/* stays visible on phones (unlike the nav); stack on very narrow screens */
@media (max-width: 520px) {
  .cti-search-row {
    flex-direction: column;
  }
  .cti-search-btn {
    width: 100%;
  }
}
/* ---------- Mobile menu restore (Goal 3 follow-up): centered pyramid, no JS ---------- */
@media (max-width: 820px) {
  .nav .nav-inner {
    flex-direction: column;
    gap: 14px;
  }
  .nav .nav-brand {
    justify-content: center;
    text-align: center;
  }
  .nav .nav-links {
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
/* ---------- Newsletter signup (EP Email contact form, in Misc box) ---------- */
.ep-newsletter-card {
  background: #1a6d92;
  border-color: #14566f;
  color: #fff;
  text-align: center;
  padding: 26px 26px 30px;
}

.ep-nl-title {
  color: #fff !important;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 2px 0 18px !important;
}

.ep-newsletter-card .ep-contact-form-wrapper {
  max-width: none;
  margin: 0;
}

.ep-newsletter-card .ep-contact-form .form-field {
  margin-bottom: 14px;
}

/* labels visually hidden (design uses placeholders) but kept for screen readers */
.ep-newsletter-card .ep-contact-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.ep-newsletter-card .ep-contact-form .required {
  display: none;
}

.ep-newsletter-card .ep-contact-form input[type=text],
.ep-newsletter-card .ep-contact-form input[type=email] {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
}

.ep-newsletter-card .ep-contact-form input::placeholder {
  color: #7a7a7a;
}

.ep-newsletter-card .ep-contact-submit {
  width: 100%;
  background: #1c2450;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 4px;
}

.ep-newsletter-card .ep-contact-submit:hover {
  background: #151b3d;
}

.ep-newsletter-card .ep-contact-response {
  margin-top: 12px;
  color: #fff;
  font-weight: 600;
}

/* ---------- Footer: podcast subscribe buttons ---------- */
.footer-col .footer-podcast-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
}

.footer-col .footer-podcast-links a {
  display: block;
  width: 100%;
  max-width: 190px;
  margin: 0;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-col .footer-podcast-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

/* ---------- Footer text links: accent color + underline (pill buttons excluded by more-specific rule above) ---------- */
.footer-col a {
  color: #6bbcf0;
  text-decoration: underline;
}

.footer-col a:hover {
  color: #93d2f7;
  text-decoration: underline;
}