/* 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;
  overflow: hidden; }
  .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: 100vh;
    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; }

.page-node-type-component-page:not(.title-home):not(.title-careers):not(.title-contact-us):not(.custom-page) .node--type-component-page {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(10%, transparent), to(transparent));
  background: -o-linear-gradient(top, black 0%, transparent 10%, transparent 100%);
  background: linear-gradient(180deg, black 0%, transparent 10%, transparent 100%);
  background-position-y: 340px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .page-node-type-component-page:not(.title-home):not(.title-careers):not(.title-contact-us):not(.custom-page) .node--type-component-page {
      background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(20%, transparent), to(transparent));
      background: -o-linear-gradient(top, black 0%, transparent 20%, transparent 100%);
      background: linear-gradient(180deg, black 0%, transparent 20%, transparent 100%);
      background-position-y: 600px; } }
  .page-node-type-component-page:not(.title-home):not(.title-careers):not(.title-contact-us):not(.custom-page) .node--type-component-page::before {
    content: '';
    display: table;
    background: url(../../assets/images/waves.svg) no-repeat 0 0;
    position: absolute;
    top: 400px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.05;
    height: 100vh;
    width: 100%; }
    @media (min-width: 768px) {
      .page-node-type-component-page:not(.title-home):not(.title-careers):not(.title-contact-us):not(.custom-page) .node--type-component-page::before {
        top: 430px;
        height: 1600px; } }
  .page-node-type-component-page:not(.title-home):not(.title-careers):not(.title-contact-us):not(.custom-page) .node--type-component-page::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    z-index: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(10%, rgba(0, 0, 0, 0.1)), to(transparent));
    background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.1) 10%, transparent 100%);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, transparent 100%); }
    @media (min-width: 992px) {
      .page-node-type-component-page:not(.title-home):not(.title-careers):not(.title-contact-us):not(.custom-page) .node--type-component-page::after {
        background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(30%, rgba(0, 0, 0, 0.1)), to(transparent));
        background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.1) 30%, transparent 100%);
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 30%, transparent 100%); } }
  .page-node-type-component-page:not(.title-home):not(.title-careers):not(.title-contact-us):not(.custom-page) .node--type-component-page .field--name-field-display-components {
    position: relative;
    z-index: 1; }
    .page-node-type-component-page:not(.title-home):not(.title-careers):not(.title-contact-us):not(.custom-page) .node--type-component-page .field--name-field-display-components > .field--item:last-child {
      padding-bottom: 60px;
      padding-bottom: 6rem; }
