@charset "UTF-8";
/*
  CUSTOM CSS FOR: surfpac

  WARNING
  =======
  This file is generated automatically. Changes made by hand may be
  overwritten without notice.

  Built: Tue Jan 05 2021 11:45:58 GMT-1000 (Hawaii-Aleutian Standard Time)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/**
 * VARIABLES SPECIFIC TO AFPIMS
 */
/* The expected width of the AFPIMS persona bar, when visible. */
/* The expected height of the AFPIMS edit bar, when visible. */
/**
 * NAVY COLOR TOKENS
 */
/**
 * BOOTSTRAP COLOR TOKENS
 */
/**
 * AFPIMS COLOR TOKENS
 *
 * Colors that appear in AFPIMS but don’t correspond to other design
 * systems.
 */
/**
 * USWDS COLOR TOKENS
 *
 * Used when existing colors aren’t usable for some reason, and supports
 * future migration to USWDS.
 */
/**
 * THEME TOKENS
 */
/** The default body text color for the Bootstrap-based NavyTheme2. */
/**
 * NAVY FONT STACKS
 */
/**
 * THEME FONT ROLES
 */
/**
 * ROOT FONT SIZE
 */
/**
 * USWDS FONT SIZE TOKENS
 */
/**
 * THEME TYPE SCALE
 */
/**
 * SYSTEM FONT WEIGHT TOKENS
 */
/**
 * THEME FONT WEIGHT TOKENS
 */
/**
 * USWDS LINE HEIGHT TOKENS - body
 */
/**
 * USWDS LINE HEIGHT TOKENS - heading
 */
/**
 * MEASURE TOKENS
 */
/**
 * THEME MEASURE TOKENS
 */
/**
 * USWDS SPACING UNIT TOKENS
 */
/**
 * TOUCH TARGET SIZE
 */
:not(#\9) .alpha-list-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 24px;
}

:not(#\9) .alpha-list-filter > .index {
  border-radius: 8px;
  border: 1px solid #003b4f;
  color: #003b4f;
  display: block;
  font-family: "Roboto Slab", RobotoSlabLocal, serif;
  font-size: 1.0625rem;
  height: 48px;
  line-height: 48px;
  margin: 8px;
  min-width: 48px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

:not(#\9) .alpha-list-filter > .index.active {
  background-color: #003b4f;
  color: #fff;
  font-size: 1.375rem;
  pointer-events: none;
}

:not(#\9) .alpha-list-filter > .index:hover {
  background-color: #003b4f;
  color: #fff;
  text-decoration: none;
}

:not(#\9) .alpha-list-filter > .index[aria-disabled="true"] {
  border-color: #71767a;
  color: #71767a;
  pointer-events: none;
}

:not(#\9) .biography-listing > ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* Names */
  /* Titles */
}

:not(#\9) .biography-listing > ul > li {
  padding: 16px;
  text-align: center;
  width: 25%;
}

:not(#\9) .biography-listing > ul h2 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.35;
  padding-top: 12px;
}

:not(#\9) .biography-listing > ul h3 {
  font-family: Roboto, RobotoLocal, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
}

/**
 * AFPIMS - body
 */
:not(#\9) body {
  color: #08262c;
  font-family: Roboto, RobotoLocal, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: auto;
}

:not(#\9) .DnnModule-DDRMenu .base-container {
  /*
    Dropdown menus may need to overflow DDR Menu modules. Override the
    skin style preventing this.
  */
  overflow: visible;
}

:not(#\9) #dnn_HeaderPane,
:not(#\9) #dnn_HeaderPane_SyncPanel {
  /*
    Allow overflow in the header pane since it may contain subsite
    navigation with dropdown menus.
   */
  overflow: visible !important;
}

:not(#\9) .cpf-article-teaser::after {
  clear: both;
  content: "";
  display: block;
}

:not(#\9) * + .cpf-article-teaser {
  border-top: 1px solid #c6ccd0;
  margin-top: 32px;
  padding-top: 32px;
}

:not(#\9) .cpf-article-teaser__heading {
  font-size: 1.375rem;
  line-height: 1.35;
  margin-bottom: 24px;
}

:not(#\9) .cpf-article-teaser__summary {
  font-family: Roboto, RobotoLocal, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/*
  Style the photo (if any) two ways. First, style the media container, in
  case the JavaScript for extracting the image fails to run.
*/
:not(#\9) .cpf-article-teaser__media-container {
  margin-bottom: 16px;
  /* Reset the width on the image container... */
}

:not(#\9) .cpf-article-teaser__media-container .media-inline {
  width: 100%;
  /* ...and the image itself. */
}

:not(#\9) .cpf-article-teaser__media-container .media-inline img {
  width: 100%;
}

@media screen and (min-width: 500px) {
  :not(#\9) .cpf-article-teaser__media-container {
    float: left;
    margin-right: 24px;
    max-width: 240px;
  }
}

@media screen and (min-width: 768px) {
  :not(#\9) .cpf-article-teaser__media-container {
    margin-bottom: 0;
    max-width: 320px;
  }
}

@media screen and (min-width: 992px) {
  :not(#\9) .cpf-article-teaser--featured .cpf-article-teaser__heading {
    font-size: 2rem;
  }
  :not(#\9) .cpf-article-teaser--featured .cpf-article-teaser__media-container {
    max-width: 480px;
  }
}

/*
  Tags are rendered so we can compute an appropriate kicker for the
  story with JavaScript, but we don’t want to render the tags otherwise.
*/
:not(#\9) .cpf-article-teaser__tag-container {
  display: none;
}

:not(#\9) .cpf-article-teaser-section--deck {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 500px) {
  :not(#\9) .cpf-article-teaser-section--deck {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media screen and (min-width: 768px) {
  :not(#\9) .cpf-article-teaser-section--deck {
    margin-left: -16px;
    margin-right: -16px;
  }
}

:not(#\9) .cpf-article-teaser-section--deck > .cpf-article-teaser {
  padding-bottom: 16px;
  padding-top: 16px;
}

@media screen and (min-width: 500px) {
  :not(#\9) .cpf-article-teaser-section--deck > .cpf-article-teaser {
    flex: 0 1 50%;
    padding: 8px;
  }
}

@media screen and (min-width: 768px) {
  :not(#\9) .cpf-article-teaser-section--deck > .cpf-article-teaser {
    flex: 0 1 33.33333%;
    padding: 16px;
  }
}

@media screen and (min-width: 992px) {
  :not(#\9) .cpf-article-teaser-section--deck > .cpf-article-teaser {
    flex: 0 1 25%;
  }
}

:not(#\9) .cpf-article-teaser-section--deck * + .cpf-article-teaser {
  border-top: none;
  margin-top: 0;
}

:not(#\9) .cpf-article-teaser-section--deck .cpf-article-teaser__heading {
  font-size: 1.0625rem;
  margin-bottom: 0;
}

:not(#\9) .cpf-article-teaser-section--deck .cpf-article-teaser__media-container {
  float: none;
  margin-left: 0;
  margin-bottom: 8px;
  max-width: 600px;
}

:not(#\9) .cpf-article-teaser-section--deck .cpf-article-teaser__summary {
  display: none;
}

:not(#\9) .cpf-aside-heading {
  margin-bottom: 40px;
  margin-top: 48px;
  text-align: center;
}

/**
 * GENERIC HEADER BACKGROUND
 *
 * A module designed to be added to the Header pane of the Navy2 skin to
 * push subsequent modules out from under the header.
 *
 * On mobile, the module is hidden. On larger displays, the module’s height
 * is designed to be equal to the page header height.
 */
:not(#\9) .cpf-generic-header-background {
  display: none;
}

@media screen and (min-width: 992px) {
  :not(#\9) .cpf-generic-header-background {
    display: block;
    background-color: #0f242a;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/Portals/54/Images/Backgrounds/Dark%20Ocean.jpg");
    height: 339px;
  }
}
@media screen and (min-width: 992px) {
  :not(#\9) .cpf-generic-header-background-2 {
    display: block;
    background-color: #0f242a;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/Portals/54/Images/Backgrounds/Dark-Ocean-Small.jpg");
    height: 284px;
  }
}

:not(#\9) .cpf-leader-teaser {
  text-align: center;
}

:not(#\9) .cpf-leader-teaser__empty-state-container {
  margin-left: auto;
  margin-right: auto;
}

:not(#\9) .cpf-leader-teaser__empty-state-container.cpf-leader-teaser--width-120 {
  max-width: 120px;
}

:not(#\9) .cpf-leader-teaser__empty-state-container.cpf-leader-teaser--width-240 {
  max-width: 240px;
}

:not(#\9) .cpf-leader-teaser__empty-state {
  border: 1px solid #71767a;
  padding-top: 125%;
  position: relative;
}

:not(#\9) .cpf-leader-teaser__empty-state-text {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  top: 0;
  width: 100%;
}

:not(#\9) .cpf-leader-teaser__empty-state-text > span {
  color: #71767a;
  font-family: Roboto, RobotoLocal, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

:not(#\9) .cpf-leader-teaser__name {
  font-size: 1.375rem;
  line-height: 1.35;
  padding-top: 12px;
}

:not(#\9) .cpf-leader-teaser__photo-container {
  display: inline-block;
  margin: 4px auto;
}

:not(#\9) .cpf-leader-teaser--width-120 .cpf-leader-teaser__photo-container {
  max-width: 120px;
}

:not(#\9) .cpf-leader-teaser--width-240 .cpf-leader-teaser__photo-container {
  max-width: 240px;
}

:not(#\9) .cpf-leader-teaser__placeholder {
  background-color: #f0f0f0;
  background-image: url("https://www.navy.mil/Portals/_default/Skins/NavyTheme2/Resources/img/BlueRegisteredTradeMake.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 1px solid #dfe1e2;
  padding-top: 125%;
}

:not(#\9) .cpf-leader-teaser--width-120 .cpf-leader-teaser__placeholder {
  width: 120px;
}

:not(#\9) .cpf-leader-teaser--width-240 .cpf-leader-teaser__placeholder {
  width: 240px;
}

:not(#\9) .cpf-leader-teaser__title {
  color: #333;
  font-family: Roboto, RobotoLocal, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5;
}

:not(#\9) .cpf--margin-bottom--4 {
  margin-bottom: 32px;
}

:not(#\9) .cpf-sm--margin-top--4 {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  :not(#\9) .cpf-sm--margin-top--4 {
    margin-top: inherit;
  }
}

:not(#\9) .cpf-prose {
  font-family: Roboto, RobotoLocal, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.62;
}

:not(#\9) .cpf-prose > figure {
  width: 480px;
}

:not(#\9) .cpf-prose > figure > figcaption {
  font-size: 0.9375rem;
  margin-top: 8px;
}

:not(#\9) .cpf-prose > figure > a {
  display: block;
}

:not(#\9) .cpf-prose > figure > img,
:not(#\9) .cpf-prose > figure > a > img {
  display: block;
  max-width: 100%;
}

:not(#\9) .cpf-prose > figure.cpf--float--right {
  float: right;
  margin-bottom: 32px;
  margin-left: 32px;
}

:not(#\9) .cpf-prose > h2 {
  margin-bottom: 24px;
}

:not(#\9) .cpf-prose > * + h2 {
  margin-top: 48px;
}

:not(#\9) .cpf-prose > h3 {
  margin-bottom: 24px;
}

:not(#\9) .cpf-prose > * + h3 {
  margin-top: 48px;
}

:not(#\9) .cpf-prose > ol,
:not(#\9) .cpf-prose > ul {
  margin-top: 24px;
  max-width: 72ex;
}

:not(#\9) .cpf-prose > ol > li > p,
:not(#\9) .cpf-prose > ul > li > p {
  line-height: 1.62;
  margin-bottom: 12px;
}

:not(#\9) .cpf-prose > p {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 72ex;
}

:not(#\9) .cpf-prose > * + p {
  margin-top: 1.5em;
}

:not(#\9) .cpf-site-footer {
  font-family: Roboto, RobotoLocal, sans-serif;
  margin: 64px auto 86px;
}

:not(#\9) .dnnEditState .cpf-site-footer {
  margin-bottom: 128px;
}

:not(#\9) .cpf-site-footer__address {
  font-size: 1.0625rem;
}

:not(#\9) .cpf-site-footer__command-name {
  font-weight: 700;
}

:not(#\9) .cpf-site-footer__container {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

:not(#\9) .cpf-site-footer__address-social-container {
  border-top: 3px solid #08262c;
  flex: 0 1 auto;
  line-height: 1.5;
}

:not(#\9) .cpf-site-footer__address-social-container > * {
  margin: 16px 0 0;
}

:not(#\9) .cpf-site-footer__address-social-container > .cpf-site-footer__address {
  margin-top: 12px;
}

:not(#\9) .cpf-site-footer__email-webmaster {
  margin-top: 8px;
  margin-bottom: 24px;
}

:not(#\9) .cpf-site-footer__email-webmaster > a,
:not(#\9) .cpf-site-footer__email-webmaster > a:visited {
  color: #003b4f;
  text-decoration: underline;
}

:not(#\9) .cpf-site-footer__email-webmaster > a:hover,
:not(#\9) .cpf-site-footer__email-webmaster > a:visited:hover {
  color: #0056b3;
}

:not(#\9) .cpf-site-footer__official-navy-website {
  font-size: 1.0625rem;
}

:not(#\9) * + .cpf-site-footer__social-list-item {
  margin-left: 12px;
}

:not(#\9) .cpf-site-footer__social-link,
:not(#\9) .cpf-site-footer__social-link:visited {
  background-color: #f0f0f0;
  color: #08262c;
  display: block;
  line-height: 48px;
  width: 48px;
  text-align: center;
  font-size: 1.375rem;
}

:not(#\9) .cpf-site-footer__social-link:hover,
:not(#\9) .cpf-site-footer__social-link:visited:hover {
  background-color: #003b4f;
  color: #fff;
}

:not(#\9) .cpf-site-footer__required-links {
  flex: 0 1 auto;
  margin-top: 16px;
}

:not(#\9) .cpf-site-footer__required-link,
:not(#\9) .cpf-site-footer__required-link:visited {
  background-color: #f0f0f0;
  color: #08262c;
  display: block;
  height: 100%;
  line-height: 1;
  padding: 12px 15px;
}

:not(#\9) .cpf-site-footer__required-link:hover,
:not(#\9) .cpf-site-footer__required-link:visited:hover {
  background-color: #003b4f;
  color: #fff;
}

:not(#\9) .cpf-site-footer__required-link-list {
  display: block;
  list-style-type: none;
  margin: -4px;
  padding: 0;
}

:not(#\9) .cpf-site-footer__required-link-item {
  padding: 4px;
}

:not(#\9) .cpf-site-footer__social-list {
  display: flex;
  list-style-type: none;
  padding: 0;
}

@media screen and (min-width: 400px) {
  :not(#\9) .cpf-site-footer__required-link-list {
    display: flex;
    flex-wrap: wrap;
  }
  :not(#\9) .cpf-site-footer__required-link-item {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  :not(#\9) .cpf-site-footer__container {
    padding-left: 0;
    padding-right: 0;
  }
  :not(#\9) .cpf-site-footer__required-link-list {
    margin-left: -19px;
    margin-right: -19px;
  }
}

@media screen and (min-width: 576px) {
  :not(#\9) .cpf-site-footer__container {
    max-width: 510px;
  }
  :not(#\9) .cpf-site-footer__required-links {
    margin-top: 24px;
  }
  :not(#\9) .cpf-site-footer__required-link,
  :not(#\9) .cpf-site-footer__required-link:visited {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width: 768px) {
  :not(#\9) .cpf-site-footer__container {
    max-width: 690px;
  }
  :not(#\9) .cpf-site-footer__required-link-item {
    width: 33.33333%;
  }
}

@media screen and (min-width: 992px) {
  :not(#\9) .cpf-site-footer {
    margin-bottom: 48px;
  }
  :not(#\9) .cpf-site-footer__address-social-container {
    margin-right: 24px;
    width: calc(58.33333% - 24px);
  }
  :not(#\9) .cpf-site-footer__required-links {
    width: calc(41.66667%);
  }
  :not(#\9) .cpf-site-footer__container {
    flex-direction: inherit;
    max-width: 930px;
  }
  :not(#\9) .cpf-site-footer__required-links {
    margin-top: 0;
  }
  :not(#\9) .cpf-site-footer__required-link-item {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  :not(#\9) .cpf-site-footer__container {
    max-width: 1030px !important;
  }
}

:not(#\9) .cpf-subsite-navigation {
  border-bottom: 3px solid #212529;
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

:not(#\9) .cpf-subsite-navigation__link {
  color: #212529;
  font-family: Roboto, RobotoLocal, sans-serif;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-transform: uppercase;
  /*
    Make the line height match the subtitle’s line height for correct
    baseline alignment.
   */
  line-height: 21.6px;
}

:not(#\9) button.cpf-subsite-navigation__link {
  /*
      A button is rendered instead of a link when subpages exist. Remove
      the button’s default styles.
    */
  background-color: transparent;
  border: none;
}

:not(#\9) .cpf-subsite-navigation__link:hover {
  color: #0056b3;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

:not(#\9) .cpf-subsite-navigation__list {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  /*
    Reserve space for the leading and trailing padding from
    .cpf-subsite-navigation__link.
   */
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

:not(#\9) .cpf-subsite-navigation__nav {
  flex-shrink: 0;
  margin-left: 16px;
  /*
    Make this a flex container and align its child (the navigation list) to
    the bottom of the container (the subsite navigation).
  */
  display: flex;
  align-items: flex-end;
}

:not(#\9) .cpf-subsite-navigation__title {
  font-family: "Roboto Slab", RobotoSlabLocal, serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 4px;
}

:not(#\9) .cpf-subsite-navigation__title-link {
  color: #212529;
}

:not(#\9) .cpf-subsite-navigation__title-link:hover {
  color: #0056b3;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

:not(#\9) .cpf-subsite-navigation__title-lockup {
  margin-right: 16px;
}

:not(#\9) .cpf-subsite-navigation__submenu {
  /*
   * Override the radius provided by the built-in styles so the submenu
   * appears to attach to the bottom border.
   */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /*
    To align the menu item names flush left with the menu names, we need
    to shift the menu RIGHT by the left padding of
    .cpf-subsite-navigation__link, then LEFT by the amount of the menu’s
    left padding, then LEFT by the amount of left padding of
    .dropdown-menu a.
  */
  left: -15px;
  /*
    Same padding as .navbar-nav .dropdown-menu.
  */
  padding: 3px;
  /*
    Shift the top of the menu to be flush with the bottom border.
  */
  top: calc(100% - 3px);
}

:not(#\9) .cpf-subsite-navigation__submenu.hover {
  /*
    The .hover class is applied by the script that manages the overall
    site navigation. When applied, override the display rule on
    .dropdown-menu.
   */
  display: block;
}

:not(#\9) .cpf-subsite-navigation__subtitle {
  font-family: Roboto, RobotoLocal, sans-serif;
  line-height: 1.35;
  margin-bottom: 8px;
}