:root {
  --logo-blue: #004fa4;
  --logo-red: #ed1a3b;
  --red-dark: #5e1b15;
  --red-medium: #961e28;
  --red: #c4122f;
  --blue-dark: #0f2846;
  --blue: #13477d;
  --blue-light: #005099;
  --blue-pale: #c4d1df;
  --taupe: #7e6d5f;
  --taupe-dark: #4d4037;
  --taupe-light: #d0c4b6;
  --taupe-pale: #e2dfdb;
  --slate: #446c73;
  --slate-dark: #324448;
  --slate-light: #aabdbe;
  --slate-pale: #d9e1e3;
  --green: #526a3e;
  --green-dark: #526a3e;
  --green-light: #526a3e;
  --green-pale: #d6e2cf;
  --teal: #008290;
  --teal-dark: #00616c;
  --teal-light: #64c7c7;
  --teal-pale: #d9ecf3;
  --yellow: #eeb137;
  --yellow-dark: #bb7b0f;
  --yellow-light: #f4c74b;
  --yellow-pale: #fcf4e9;
  --warm-blue: #005578;
  --warm-blue-dark: #184359;
  --warm-blue-light: #006796;
  --warm-blue-pale: #d1d9de;
  --grey: #5e6769;
  --grey-dark: #414547;
  --grey-light: #99a3a6;
  --grey-pale: #d9dada;
  --orange: #d46b21;
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #5e6769;
  --default-link: #006796;
  --default-link-hover: #1774a9;
  --default-link-visit: #004d70;
  --hover-collapse-color: #e5f0f4;
}
section.section-colored-bg {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 0;
}
section.section-colored-bg .row .row {
  padding: 0 15px;
}
section.section-colored-bg.narrow-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.section-main .section-right section.section-colored-bg {
  margin: 0 15px 25px;
}
section.bg-full-bleed {
  padding: 25px 0;
}
section.bg-full-bleed .row-center {
  max-width: 100vw;
}
section.bg-full-bleed.bg-blue.dark p,
section.bg-full-bleed.bg-blue.dark p.drop-cap:first-letter,
section.bg-full-bleed.bg-blue.dark address,
section.bg-full-bleed.bg-blue.dark q,
section.bg-full-bleed.bg-blue.dark blockquote,
section.bg-full-bleed.bg-blue.dark blockquote:before,
section.bg-full-bleed.bg-blue.dark blockquote:after,
section.bg-full-bleed.bg-blue.dark cite,
section.bg-full-bleed.bg-blue.dark figcaption,
section.bg-full-bleed.bg-blue.dark figure,
section.bg-full-bleed.bg-blue.dark li,
section.bg-full-bleed.bg-blue.dark dt,
section.bg-full-bleed.bg-blue.dark dd,
section.bg-full-bleed.bg-blue.dark h1,
section.bg-full-bleed.bg-blue.dark h2,
section.bg-full-bleed.bg-blue.dark h3,
section.bg-full-bleed.bg-blue.dark h4,
section.bg-full-bleed.bg-blue.dark h5,
section.bg-full-bleed.bg-blue.dark h6,
section.bg-full-bleed.bg-blue.dark small {
  color: #fff !important;
}
section.bg-full-bleed.bg-blue.dark strong a,
section.bg-full-bleed.bg-blue.dark a.decor,
section.bg-full-bleed.bg-blue.dark li a {
  text-decoration: underline;
  color: #f4c74b !important;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #fff;
     -moz-text-decoration-color: #fff;
          text-decoration-color: #fff;
  text-decoration-skip: ink;
}
section.bg-full-bleed.bg-blue.dark strong a:visited,
section.bg-full-bleed.bg-blue.dark a.decor:visited,
section.bg-full-bleed.bg-blue.dark li a:visited {
  color: rgba(244, 199, 75, 0.95) !important;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.85);
     -moz-text-decoration-color: rgba(255, 255, 255, 0.85);
          text-decoration-color: rgba(255, 255, 255, 0.85);
}
section.bg-full-bleed.bg-blue.dark strong a:hover,
section.bg-full-bleed.bg-blue.dark a.decor:hover,
section.bg-full-bleed.bg-blue.dark li a:hover,
section.bg-full-bleed.bg-blue.dark strong a:focus,
section.bg-full-bleed.bg-blue.dark a.decor:focus,
section.bg-full-bleed.bg-blue.dark li a:focus {
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #f4c74b;
     -moz-text-decoration-color: #f4c74b;
          text-decoration-color: #f4c74b;
  text-decoration-skip: ink;
  color: #fff !important;
}
section.bg-full-bleed.bg-blue.dark .alert p,
section.bg-full-bleed.bg-blue.dark .alert li {
  color: #343434 !important;
}
section.bg-full-bleed.bg-blue.dark .alert p strong a,
section.bg-full-bleed.bg-blue.dark .alert li strong a,
section.bg-full-bleed.bg-blue.dark .alert p a.decor,
section.bg-full-bleed.bg-blue.dark .alert li a.decor,
section.bg-full-bleed.bg-blue.dark .alert p li a,
section.bg-full-bleed.bg-blue.dark .alert li li a {
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #aabdbe;
     -moz-text-decoration-color: #aabdbe;
          text-decoration-color: #aabdbe;
  text-decoration-skip: ink spaces;
  color: #006796;
}
section.bg-full-bleed.bg-blue.dark .alert p strong a:hover,
section.bg-full-bleed.bg-blue.dark .alert li strong a:hover,
section.bg-full-bleed.bg-blue.dark .alert p a.decor:hover,
section.bg-full-bleed.bg-blue.dark .alert li a.decor:hover,
section.bg-full-bleed.bg-blue.dark .alert p li a:hover,
section.bg-full-bleed.bg-blue.dark .alert li li a:hover,
section.bg-full-bleed.bg-blue.dark .alert p strong a:focus,
section.bg-full-bleed.bg-blue.dark .alert li strong a:focus,
section.bg-full-bleed.bg-blue.dark .alert p a.decor:focus,
section.bg-full-bleed.bg-blue.dark .alert li a.decor:focus,
section.bg-full-bleed.bg-blue.dark .alert p li a:focus,
section.bg-full-bleed.bg-blue.dark .alert li li a:focus {
  color: #1774a9;
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #446c73;
     -moz-text-decoration-color: #446c73;
          text-decoration-color: #446c73;
  text-decoration-skip: ink spaces;
}
@media (min-width: 992px) {
  section.bg-full-bleed.bg-blue.dark .alert p strong a:focus,
  section.bg-full-bleed.bg-blue.dark .alert li strong a:focus,
  section.bg-full-bleed.bg-blue.dark .alert p a.decor:focus,
  section.bg-full-bleed.bg-blue.dark .alert li a.decor:focus,
  section.bg-full-bleed.bg-blue.dark .alert p li a:focus,
  section.bg-full-bleed.bg-blue.dark .alert li li a:focus {
    outline: 1px dotted #1774a9 !important;
    outline-offset: -1px;
  }
}
@media (min-width: 992px) {
  .section-main > div > div > div > div > div > section.section-colored-bg {
    margin-left: -15px;
  }
  .section-main section.section-colored-bg {
    margin-right: -30px;
  }
  .section-main section.section-colored-bg .row .row {
    padding: 0;
  }
  .section-main .section-center section.section-colored-bg {
    margin-right: -15px;
    margin-left: -15px;
  }
  .section-main .col-grid.col-md-6 section.section-colored-bg {
    margin-right: 0;
  }
  .section-main .section-right section.section-colored-bg {
    margin: 0 0 25px;
  }
}
@media (min-width: 1310px) {
  section.bg-full-bleed .row-center {
    max-width: 1310px;
  }
}
