/*  pages_splash.css - 1694817089 */

#nav_menu {
    display:none;
}

#account_menu {
    display:none;
}

#job_search_wrapper {
    display:none;
}

#view_header {
    display:none;
}

#view {
  max-width: none;
}

#view {
  padding: 0;
}

.background-div {
    width: 100%; /* Set the width of the div */
    height: 470px; /* Set the height of the div */
    background-image: url('/images/splash_hero_image.jpg'); /* Specify the path to your image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-position: right top; /* Position the image to the right top corner */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    margin-bottom: 50px;
}
.back-to-work-div {
  font-size: 48px;
  color: white;
  font-weight: bold;
}
.back-to-work-buttons-div {
  width: 100%;
  margin-top: 12px;
}
 .back-to-work-button {
   margin: 0 27px;
   display: inline-block;
   text-decoration: none;
   color: #789904;
   font-size: 15px;
   background-color: white;
   padding: 5px 25px;
   border-radius: 10px;
 }
 .contents-div {
   font-size: 14px;
 }
 .content-header-div {
   color: #00205c;
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;
   margin-bottom: 23px;
 }
 .content-divider-div {
   width: 90px;
   height: 2px;
   background-color: #bbcb8a;
   margin: 47px auto;
 }
 .footer-div {
   margin: 0px auto;
   padding-bottom: 50px;
 }
 .footer-section-div {
   padding-top: 50px;
   width: 317px;
   display: inline-block;
 }
 .footer-find-jobs-image {
   width: 48px;
   height: 48px;
   background-image: url("/images/splash_find_jobs.png");
   margin: 0px auto;
 }
 .footer-post-jobs-image {
   width: 94px;
   height: 49px;
   background-image: url("/images/splash_post_jobs.png");
   margin: 0px auto;
 }
 .footer-find-resources-image {
   width: 61px;
   height: 58px;
   background-image: url("/images/splash_find_resources.png");
   margin: 0px auto;
 }
 .footer-content-title-div {
   font-size: 18px;
   line-height: 24px;
   margin-top: 15px;
   margin-bottom: 5px;
 }
 .footer-content-title-link, a.footer-content-title-link:visited {
   color: #789904;
   font-weight: bold;
   text-decoration: none;
 }
 .footer-content-div {
   font-size: 16px;
   line-height: 24px;
   margin: 0 auto;
   width: 200px;
 }
 .content-div {
   margin: 0px auto;
   font-size: 16px;
   line-height: 24px;
 }
 
 @media only screen and (min-width: 560px) {
  .content-one-div {
   width: 440px;
  }
  .content-two-div {
   width: 560px;
  }
 }
 


