html {
  font-size: 16px;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.max-container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}
.header-logo {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 9;
}
.header-logo img {
  width: 80%;
}
.header-menu {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 9;
  left: 400px;
  top: 70px;
}
.header-menu li {
  margin-right: 20px;
  position: relative;
}
.header-menu li:hover .submenu {
  display: block;
}
.submenu {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  width: 225px;
  display: none;
}
.submenu li {
  margin-right: 0;
}
li .submenu li a {
  background: rgba(62, 113, 166, 0.85);
}
.submenu li a:hover {
  text-decoration: underline;
}
.header-menu li a {
  padding: 15px 32px;
  border: 1px solid #ccc;
  display: block;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
}
.hamburger-menu {
  display: none;
  text-align: right;
  padding-right: 20px;
  padding-top: 60px;
}
.hamburger-menu a {
  color: #fff;
  font-size: 24px;
}
.page-header {
  position: relative;
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-slider .home-slide {
  height: 90vh;
  background-size: cover;
  position: relative;
}
#home-slider .home-slide div {
  position: absolute;
  top: 70%;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  box-sizing: border-box;
  min-height: 160px;
  background-color: rgba(162, 196, 224, 0.75);
}
#home-slider .home-slide a {
  text-decoration: none;
}
#home-slider .home-slide h2 {
  font-size: 48px;
  font-family: arial;
  color: #013b6a;
}
#home-slider .home-slide p {
  font-size: 36px;
  font-family: arial;
  color: #013b6a;
}
.inside {
  height: 70vh;
}
.home {
  background-image: url(../img/homeheader-bg.jpg);
}
.show {
  display: block !important;
}
.sep-hr hr {
  height: 10px;
  background: #ffc92b;
  border: 0;
  margin: 5px 0 0;
}
.sep-hr hr:nth-child(1) {
  background: #96c5e1;
}
.home-promo {
  padding: 20px;
  font-size: 3.75rem;
  text-align: center;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  color: #3e71a6;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 8px;
}
.home-intro div {
  margin-bottom: 120px;
  margin-top: 80px;
  text-align: center;
  font-size: 2rem;
  color: #3e71a6;
}
.home-intro h2 {
  text-align: center;
  font: 3.125rem arial;
  margin: 60px 20px;
  color: #3e71a6;
}
.home-blocks {
  display: flex;
  padding: 0 0;
  color: #013b6a;
  margin: 35px 15px 0;
  font-size: 1.25rem;
  justify-content: space-between;
}
.home-blocks > div {
  position: relative;
  height: 378px;
  width: 30%;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}
.home-blocks > div div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  box-sizing: border-box;
  min-height: 160px;
  background-color: rgba(162, 196, 224, 0.75);
}
.home-blocks h3 {
  font-size: 2.25rem;
  margin-bottom: 25px;
}
.home-blocks .b1 {
  background-image: url(../img/home-b1.jpg);
}
.home-blocks .b2 {
  background-image: url(../img/home-b2.jpg);
}
.home-blocks .b3 {
  background-image: url(../img/home-b3.jpg);
}
.footer {
  margin-top: 60px;
  color: #fff;
  font-size: 1.5rem;
  background-color: #3e71a7;
}
.footer p {
  margin-bottom: 10px;
}
.footer .max-container {
  display: flex;
  padding: 45px 0;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.footer .max-container > div {
  /* flex: 1 1 0px; */
}
.footer .max-container > div:last-child {
  /* margin-left: 50px; */
}
.footer h4 {
  font-size: 2.25rem;
  margin-bottom: 35px;
}
.footer li {
  margin: 0 0 35px;
}
.footer li a {
  color: #fff;
  text-decoration: none;
}
.footer .copy {
  text-align: center;
  padding: 0 0 40px;
  font-style: italic;
}
/* internal pages*/
.permanent {
  background-image: url(../img/permanent-bg.jpg);
}
.permanent-slide {
  background-image: url(../img/Permanent-Placement-slide-03.jpg);
}
.about {
  background-image: url(../img/about-bg.jpg);
  background-position: center;
}
.contact {
  background-image: url(../img/contact-bg.jpg);
  background-position: center;
}
.c-staffing {
  background-image: url(../img/c-staffing-bg.jpg);
}
.c-staffing-slide {
  background-image: url(../img/Contract-Staffing-slide-02.jpg);
}
.c-staffing h1,
.permanent h1,
.candidate h1,
.about h1,
.contact h1 {
  text-indent: -100000px;
}
.inner-content-wrapper {
  margin: 20px;
  min-height: 100px;
  padding: 30px 60px;
  background-color: #fff;
  box-shadow: 0 0 3px 4px rgb(0 0 0 / 10%);
  font-size: 1.25rem;
}
.inner-content-wrapper h1 {
  color: #23547b;
  font-size: 3.25rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.inner-content-wrapper h2 {
  color: #e7b609;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.inner-content-wrapper p {
  margin-bottom: 20px;
}
.split-cols {
  display: flex;
  flex-direction: row;
}
.split-cols > div {
  flex: 1 1 0px;
  padding: 10px;
}

.candidate {
  background-image: url(../img/candidate-bg.jpg);
}
.candidate-slide {
  background-image: url(../img/Candidate-slide-01.jpg);
}

.form-block {
  width: 70%;
  margin: 60px auto 60px;
  padding: 30px;
  background: #000;
  color: #fff;
}
.about-intro,
.contact-intro {
  display: flex;
}
.about-intro > div:last-child {
  font-size: 23px;
  line-height: 1.5;
  margin-top: 50px;
  padding: 0 100px;
}
.contact-intro {
  color: #23547b;
  line-height: 1.5;
}
.contact-intro h3 {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: bold;
}
.contact-intro > div:last-child {
  align-self: center;
  margin: 0 auto;
  padding: 0 100px;
}

.blogs-intro
 {
  display: flex; flex-direction: column-reverse;
}

.blogs-details {
  display: flex; flex-direction: column;
}

.blogs-details > div:last-child {
  font-size: 23px;
  line-height: 1.5;
  margin-top: 50px;
  padding: 0 100px;
}

.blogs-details ul {margin-left: 5%;}
.blogs-details ul li {list-style: disc; margin-bottom: 1rem}

.blogs {margin-bottom: 1.2rem; margin-top: 2rem; border-bottom: solid 2px #A4A4A4;}



	.blogs a:link {text-decoration: none; }
	.blogs a:hover {text-decoration: none; }
	.blogs a:visited {text-decoration: none; }
	.blogs p {color: #000000;}

@media (max-width: 1000px) {
  html {
    font-size: 14px;
  }
  .home-intro h2 {
    font-size: 2rem;
  }
  .header-logo {
    top: 10px;
    left: 10px;
  }
  .header-logo img {
    width: 120px;
  }
  .header-menu {
    display: none;
    top: 0;
    left: 0;
  }
  .header-menu li {
    margin-right: 0;
  }
  .header-menu li a {
    display: block;
  }
  .submenu {
    position: static;
    width: 100%;
  }
  li .submenu li a {
    background: rgba(62, 113, 166, 0.85);
    padding-left: 40px;
  }
  .hamburger-menu {
    display: block;
    position: relative;
    z-index: 9;
  }
  .page-header,
  #home-slider .home-slide {
    height: 400px !important;
  }
  #home-slider .home-slide div {
    min-height: auto;
  }
  #home-slider .home-slide h2 {
    font-size: 24px;
  }
  #home-slider .home-slide p {
    font-size: 16px;
  }
  .home-promo {
    font-size: 2rem;
  }
  .home-blocks {
    flex-direction: column;
    padding: 0 20px;
  }
  .home-blocks > div {
    width: auto;
    margin-bottom: 20px;
  }
  .footer .max-container {
    flex-direction: column;
  }
  .footer .max-container > div {
    text-align: center;
  }
  .footer .max-container > div:last-child {
    margin: 25px 0 0;
  }
  .inner-content-wrapper {
    padding: 20px;
  }
  .form-block {
    width: auto;
  }

	
  .about-intro,
  .contact-intro {
    flex-direction: column;
  }
  .about-intro > div:last-child,
  .contact-intro > div:last-child {
    padding: 0;
  }
  iframe {
    max-width: 100%;
  }
  .about-intro-img,
  .contact-intro-img {
    max-width: 100%;
  }
  .about-intro > div:last-child {
    margin-top: 50px;
  }

	
  #home-slider .home-slide div {
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: -10% auto 0;
    min-height: 50px;
    background-color: rgba(162, 196, 224, 0.75);
  }
}
@media (min-width: 1001px) and (max-width: 1400px) {
  .max-container {
    box-sizing: border-box;
    margin: 0 2%;
  }
  .home-blocks {
    margin-left: 0;
    margin-right: 0;
  }
  .home-blocks > div {
    width: 28.5%;
  }
  .home-blocks h3 {
    font-size: 1.5rem;
  }
  .home-blocks p {
    min-height: 100px;
  }
  .footer {
    padding: 0 15px;
  }
  .contact-intro > div:last-child {
    padding: 0 0 0 0;
  }
  iframe {
    max-width: 70%;
  }
  .about-intro-img {
    max-width: 400px;
  }
  .about-intro > div:last-child {
    padding: 0 50px;
  }
  .page-header {
    position: relative;
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #home-slider .home-slide {
    height: 60vh;
    background-size: cover;
  }

}
