body {
  margin: 0 auto;
  padding: 0;
  font: normal 14px Arial, Verdana, sans-serif;
  text-align: left;
  color: #372012;
  background: #d7dde3 url(images/home-main-bg.gif) repeat-x top center;
}

#body-bg {
  width: 100%;
  background: url(images/light-bg.gif) no-repeat top center;
}

a {
  color: #372012;
  text-decoration: underline;
  transition: color .2s ease-in-out;
}

a:hover {
  color: #000;
}

.clr {
  clear: both;
}

#container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 5px 0;
}

#header {
  width: 1000px;
  margin: 0;
  padding: 0;
  border-bottom: 9px solid #e3e3e3;
}

.logo {
  float: left;
  margin: 0;
  padding: 0;
}

.logo img {
  display: block;
  width: 336px;
  height: auto;
  margin-top: 18px;
}

.logo img:hover,
#hsearch img:hover,
#footer img:hover {
  opacity: .72;
}

#sitenav {
  min-width: 550px;
  float: right;
  background: none;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: center;
}

#hsearch {
  float: right;
  width: 335px;
  margin: 21px 0 22px 2px;
  height: 28px;
}

#hsearch form {
  float: left;
  margin: 0;
  padding: 0;
}

#hsearch input[type="text"] {
  float: left;
  color: #797979;
  width: 190px;
  height: 25px;
  margin: 0;
  padding: 0 2px 0 5px;
  background: #fff;
  border: 1px solid #c5c3c0;
  font-size: 12px;
}

#hsearch button {
  float: left;
  background: #bbcc16 url(images/go.gif) no-repeat center center;
  border: 1px solid #99a617;
  width: 25px;
  height: 27px;
  margin: 0 0 0 -1px;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

#hsearch .social-top {
  float: right;
  margin: -6px 0 0 8px;
}

#hsearch .social-top img {
  margin-left: 6px;
  width: 26px;
  height: 26px;
}

.menu-header ul {
  margin: 0;
  padding: 7px 6px 51px 8px;
  text-align: center;
  background: #f6f6f6;
  font-family: "Myriad Pro", Arial, Verdana, sans-serif;
  border-radius: 6px;
  box-shadow: inset 0 0 3px 2px #e6e6e6;
}

.menu-header ul li {
  list-style: none;
  float: left;
  display: inline;
  position: relative;
}

.menu-header ul li a {
  color: #341714;
  display: block;
  float: left;
  width: 102px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  margin: 0 2px;
  padding: 10px 0;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: #666 0 -1px 8px;
  background: url(images/nav.png) repeat-x top center;
}

.menu-header ul li a:hover,
.menu-header ul li.current a {
  color: #007dc3;
  background: url(images/nav.png) no-repeat 0 -41px;
}

#main {
  width: 1000px;
  min-height: 365px;
  margin: 0;
  padding: 0;
  background: #fff url(images/loader.gif) no-repeat center center;
  box-shadow: #666 0 1px 5px;
  overflow: hidden;
}

.hero-slider {
  position: relative;
  width: 1000px;
  height: 365px;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: sliderFade 20s infinite;
}

.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 5s; }
.slide:nth-child(3) { animation-delay: 10s; }
.slide:nth-child(4) { animation-delay: 15s; }

.slide img {
  display: block;
  width: 1000px;
  height: 365px;
  object-fit: cover;
}

@keyframes sliderFade {
  0% { opacity: 0; }
  5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 0; }
}

#home-container {
  width: 960px;
  background: url(images/home-con-bg.jpg) no-repeat top center;
  margin: 11px 0 0 0;
  padding: 6px 20px 0 20px;
}

#home-left {
  float: left;
  width: 70%;
}

#home-right {
  float: right;
  width: 30%;
}

.promo-button {
  display: block;
  width: 629px;
  height: 65px;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: #a2a6ab 1px 3px 6px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(#3ba2dc, #147bb9);
  font-family: "Myriad Pro", Arial, Verdana, sans-serif;
  font-size: 26px;
  line-height: 65px;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.promo-button.secondary {
  background: linear-gradient(#b8c64b, #91a214);
}

table#home {
  background: none;
  border-collapse: collapse;
}

table#home td {
  margin: 0;
  padding: 0 20px 20px 0;
  vertical-align: top;
}

#leadership,
#learning,
#blog {
  box-shadow: #a2a6ab 1px 3px 6px;
  border-radius: 6px;
}

#leadership {
  width: 304px;
  height: 275px;
  overflow: hidden;
  background: url(images/leadership.jpg) no-repeat top left;
  border: 1px solid #75aadb;
}

#learning {
  width: 304px;
  height: 275px;
  overflow: hidden;
  background: url(images/learning.jpg) no-repeat top left;
  border: 1px solid #75aadb;
}

#leadership p,
#learning p {
  padding: 120px 20px 10px 20px;
  margin: 0;
  color: #252525;
  line-height: 130%;
  font-size: 14px;
}

a.more {
  color: #907601;
  width: 134px;
  margin: 15px 0 0 5px;
  height: 36px;
  font-size: 0;
  display: block;
  text-decoration: none;
  background: url(images/readmore.gif) no-repeat top center;
}

a.more:hover {
  background-position: 0 -36px;
  box-shadow: #a2a6ab 1px 3px 6px;
}

#blog {
  width: 302px;
  min-height: 122px;
  overflow: hidden;
  background: #eff1f4 url(images/blog.gif) no-repeat top left;
  border: 1px solid #c3ccd5;
}

#blog h2 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 130%;
  margin: 0;
  padding: 8px 12px;
  background: #afb8c1;
}

.video-box {
  height: 177px;
  background: #fff url(images/home-slider-hire.jpg) center center / cover no-repeat;
  display: block;
  position: relative;
  text-decoration: none;
}

.video-box span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 126, 195, .82);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
}

#sub-container {
  width: 1000px;
  background: url(images/sub-con-bg.jpg) no-repeat top center;
  margin: 5px 0 0 0;
  padding: 22px 0 0 0;
}

.content-panel {
  background: #fff;
  width: 884px;
  min-height: 380px;
  border: 1px solid #b5c0cc;
  margin: 0 auto 25px;
  padding: 35px;
  border-radius: 5px;
}

h1 {
  margin: 0 0 1px 0;
  padding: 15px 10px 5px 0;
  text-align: left;
  line-height: 140%;
  color: #0078c0;
  font-size: 25px;
  font-weight: bold;
  font-family: "Myriad Pro", "Times New Roman", Times, Arial, Verdana, sans-serif;
}

h2 {
  margin: 0;
  padding: 0 0 10px 0;
  font-family: "Myriad Pro", "Times New Roman", Times, Arial, Verdana, sans-serif;
  text-align: left;
  line-height: 140%;
  color: #8a2e1d;
  font-size: 22px;
  font-weight: bold;
}

p {
  color: #372012;
  text-align: left;
  font-size: 14px;
  line-height: 170%;
  margin: 5px 0 15px 0;
  padding: 0;
}

#footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 22px 0;
  background: #fff;
}

#footer-in {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  border-top: 8px solid #2b91cc;
  position: relative;
  min-height: 100px;
}

#footer p {
  margin: 0;
  padding: 16px 0 0 20px;
  line-height: 150%;
}

#footer p a {
  text-decoration: none;
}

#footer p a:hover {
  color: #0d508e;
  text-decoration: none;
}

#footer-icon {
  font-size: 0;
  margin: -20px 26px 0 0;
  display: block;
  float: right;
  width: 110px;
  height: 100px;
  background: url(images/bluekey-icon.png) no-repeat 0 -28px;
}

.footer-social {
  position: absolute;
  right: 150px;
  top: 18px;
}

.footer-social img {
  width: 26px;
  height: 26px;
  margin-left: 7px;
}

@media (max-width: 1040px) {
  #container,
  #header,
  #main,
  #footer-in,
  #sub-container,
  .hero-slider,
  .slide img {
    width: 100%;
  }

  #container {
    max-width: 1000px;
  }

  #sitenav,
  .logo {
    float: none;
  }

  .logo img {
    margin: 18px auto 10px;
  }

  #sitenav {
    padding: 0 10px 10px;
  }

  #hsearch {
    float: none;
    margin: 0 auto 16px;
  }

  .menu-header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 7px;
  }

  .menu-header ul li a {
    float: none;
    width: 132px;
    margin-bottom: 6px;
  }

  #home-container {
    width: auto;
  }

  #home-left,
  #home-right {
    float: none;
    width: 100%;
  }

  .promo-button {
    max-width: 100%;
  }

  table#home,
  table#home tbody,
  table#home tr,
  table#home td {
    display: block;
    width: 100%;
  }

  #leadership,
  #learning,
  #blog {
    margin: 0 auto;
  }

  .content-panel {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}