/* Custom breakpoints for mobile carousel */
/* Navy icons */
.node.node--type-component-page {
  background-color: #01202C; }
  .node.node--type-component-page.node--view-mode-full {
    padding-bottom: 58px; }
  .node.node--type-component-page .field--name-field-display-components .field--item:last-child .component {
    padding-bottom: 0;
    margin-bottom: 0; }
    .node.node--type-component-page .field--name-field-display-components .field--item:last-child .component .article-listing__title {
      padding-top: 20px; }
      @media (min-width: 992px) {
        .node.node--type-component-page .field--name-field-display-components .field--item:last-child .component .article-listing__title {
          padding-top: 0; } }

.new-home .node.node--type-component-page.node--view-mode-full {
  padding-bottom: 0; }

.new-home .node.node--type-component-page .node--type-component-icon-link-list {
  position: relative;
  background-color: #000;
  margin: 0;
  width: 100%;
  height: 100%;
  padding-top: 5rem; }
  .new-home .node.node--type-component-page .node--type-component-icon-link-list:before {
    background: url(/themes/custom/navycom/assets/images/waves.svg) repeat 0 0;
    position: absolute;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    height: 100%;
    width: 100%; }

.new-home .node.node--type-component-page .field--name-field-display-title {
  font-family: "Liberator-Light", Helvetica, sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 1px;
  letter-spacing: 0.1rem; }
