#alert-banner {
  background: #333;
  color: #fff;
  padding: 10px;
}
#alert-banner .flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #alert-banner .flex-row {
    flex-flow: column;
  }
}
#alert-banner .flex-row .left-col {
  text-align: right;
  padding-right: 15px;
  font-size: 115%;
}
@media (max-width: 767px) {
  #alert-banner .flex-row .left-col {
    font-size: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
#alert-banner .flex-row .right-col {
  text-align: left;
}
#alert-banner .flex-row .right-col .btn {
  background: #0873b2;
  color: #fff;
}
.landing-pg p, .landing-pg li {
  font-size: 18px;
}
.landing-pg .gray-bg {
  background-color: #f7f7f7;
}
.landing-pg .blue-bg {
  background-color: #0873b2;
  color: #fff;
}
.landing-pg .blue-bg h2 {
  color: #fff;
}
.landing-pg .black-bg {
  background-color: #222;
  color: #fff;
}
.landing-pg .landing-header {
  background-color: #f7f7f7;
  padding: 0px 0;
  position: relative;
}
@media (min-width: 992px) {
  .landing-pg .landing-header {
    padding-bottom: 150px;
  }
}
.landing-pg .landing-header .background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .landing-pg .landing-header .background-image {
    background: none !important;
  }
}
.landing-pg .landing-header .background-image:before {
  content: '';
  height: 100%;
  width: 100px;
  background: linear-gradient(to right, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 0) 100%);
  position: absolute;
  left: 0;
}
.landing-pg .landing-header .background-image:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #f7f7f7;
}
.landing-pg .landing-header .head-copy {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 25px;
}
@media (min-width: 992px) {
  .landing-pg .landing-header .head-copy {
    padding: 50px;
  }
}
.landing-pg .landing-header .head-copy h1 {
  border-bottom: 1px solid #222;
  max-width: 300px;
  margin: 0 auto;
  font-weight: 100;
  margin-top: 25px;
  padding-bottom: 10px;
}
.landing-pg .landing-header .head-copy h1 strong {
  font-weight: bold;
}
@media (min-width: 992px) {
  .landing-pg .main-intro {
    padding-top: 0;
  }
  .landing-pg .main-intro .row {
    display: flex;
  }
  .landing-pg .main-intro .row .copy {
    /*display: flex;
     justify-content: center;
     flex-flow: column;
     */
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .landing-pg .main-intro {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.landing-pg .main-intro li {
  margin-bottom: 10px;
}
.landing-pg .container-fluid {
  max-width: 1300px;
}
.landing-pg #copyright {
  text-align: center;
}
.landing-pg .contact-form {
  /*position: absolute;*/
  margin-top: 25px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .landing-pg .contact-form {
    width: 75%;
    margin-top: -150px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .landing-pg .contact-form {
    margin: 0 -15px;
  }
}
.landing-pg .contact-form label {
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
}
.landing-pg .contact-form input[type="tel"], .landing-pg .contact-form input[type="email"], .landing-pg .contact-form input[type="text"], .landing-pg .contact-form textarea {
  width: 100%;
}
@media (min-width: 565px) {
  .landing-pg .contact-form .wpcf7-checkbox {
    display: flex;
    flex-flow: row wrap;
  }
  .landing-pg .contact-form .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
  }
  .landing-pg .contact-form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    left: 0;
  }
}
.landing-pg .wpcf7-submit {
  background-color: #222;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  color: #fff;
}
.landing-pg .btn {
  background-color: #0873b2;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  color: #fff;
  font-size: 100%;
}
@media (min-width: 992px) {
  .landing-pg .jobs {
    padding: 50px;
  }
}
.landing-pg .job-listings {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
  padding: 0;
}
.landing-pg .job-listings li {
  list-style: none;
  padding: 15px;
}
@media (min-width: 1200px) {
  .landing-pg .job-listings li {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .landing-pg .job-listings li {
    width: 33.3333%;
  }
}
@media (max-width: 800px) {
  .landing-pg .job-listings li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .landing-pg .job-listings li {
    width: 100%;
  }
}
.landing-pg .job-listings li p, .landing-pg .job-listings li a {
  font-size: 14px;
}
.landing-pg section {
  padding: 50px 0;
}
.landing-pg footer {
  margin-top: 0;
  text-align: center;
}
.landing-pg .more:before {
  content: ' - Less';
}
.landing-pg .more.collapsed:before {
  content: ' + More';
}
