/**
 Landing Page Backgrounds
 */
@media (min-width: 640px) {
  /* News */
  .bg-eagle {
    background-image: url("../../images/backgrounds/fdic-news-calendar-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-blue-gradient {
    background-image: url("../../images/backgrounds/fdic-news-multimedia-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-podium {
    background-image: url("../../images/backgrounds/fdic-news-testimony-bg-top.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* Analysis */
  .bg-financialresearch {
    background-image: url("../../images/backgrounds/fdic-analysis-financialresearch-bg.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-consumerresearch {
    background-image: url("../../images/backgrounds/fdic-analysis-consumer-research-bg.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-quarterlyprofile {
    background-image: url("../../images/backgrounds/fdic-analysis-qbp-bg.jpg");
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-natsurvey {
    background-image: url("../../images/backgrounds/fdic-analysis-unbanked-survey-bg.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  /* Resources */
  .bg-depositinsurance {
    background-image: url("../../images/backgrounds/fdic-resources-depositinsurance-bg.png");
    background-position: 70% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-supervision {
    background-image: url("../../images/backgrounds/fdic-resources-supervision-bg.png");
    background-position: 76% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-lawsregulations {
    background-image: url("../../images/backgrounds/fdic-resources-lawsregulations.png");
    background-position: 70% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-resolutions {
    background-image: url("../../images/backgrounds/fdic-resources-resolutions.jpg");
    background-position: 60% 40%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-tools {
    background-image: url("../../images/backgrounds/fdic-resources-tools.jpg");
    background-position: 70% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* About */
  .bg-microphone {
    background-image: url("../../images/backgrounds/fdic-about-leadership-bg3.jpg");
    background-position: top left;
    background-repeat: no-repeat;
  }

  .bg-careers {
    background-image: url("../../images/backgrounds/fdic-about-careers-bg.jpg");
    background-position: 40% 0;
    background-repeat: no-repeat;
    max-height: 515px;
  }

  .bg-initiatives {
    background-image: url("../../images/backgrounds/fdic-resources-initiatives-bg.png");
    background-position: 70% 0;
    background-repeat: no-repeat;
    max-height: 515px;
  }

  .bg-job-opportunities {
    background-image: url("../../images/backgrounds/fdic-careers-job-opportunities-bg.png");
    background-position: 70% 0;
    background-repeat: no-repeat;
    max-height: 515px;
  }

  .bg-meet-our-team {
    background-image: url("../../images/backgrounds/fdic-careers-difference-bg.png");
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 690px;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
/* end landing page backgrounds */
