body {
	padding-top: 70px;
}
header .navbar-nav {
	width: 100%;
}

header .nav-item.contact-us {
	margin-left:auto;
}

header .nav-item.contact-us a {
	display: block;
}

header .nav-item.telephone a.nav-link {
	color: #EA8414;
}
header .nav-item.telephone a.nav-link:hover {
	color: #ffcc6f;
}

header nav.navbar {
	/*min-height: 70px;*/
}

.buttons-container .btn {
	width: 100%;
}

.staff-profile-container .btn {
	width: auto;
	margin-top: 10px;
}

#recaptchaFeedback {
	position: absolute;
	color: red;
	font-size: 15px;
	display: none;
}

.sliderContainer {
  display: flex;
  align-items: center;
}
.sl-slider-container {
  display: inline-block;
  position: relative;
  user-select: none;
  font-size: 14px;
  overflow: visible;
  height: 32px;
  transition: all 0.3s;
  width: 47px;
}
.sl-slider-container ~ .sliderLabel {
  margin-bottom: 10px;
}
.sliderContainer label {
  margin-bottom: 0;
  margin-left: 10px;
}
.sl-slider-container:hover .sl-slider ~ .switchWell {
  background-color: #f2f2f2;
  transition: all 0.3s;
}
.sl-slider-container .sl-slider {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  margin: 0;
  transition: all 0.3s;
}
.sl-slider-container .sl-slider:checked ~ .switchWell .switchLabel {
  right: 0;
}
.sl-slider-container .sl-slider:checked ~ .switchWell .switchMessage {

  color: white;
}
.sl-slider-container .switchWell {
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #d2d2d2;
  border-radius: 5px;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  padding: 0;
  transition: all 0.3s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.sl-slider-container .switchLabel {
  border-radius: 3px;
  transition: all 0.2s ease-out;
  position: absolute;
  right: calc(100% - 10px);
  left: 0;
  top: 0;
  color: white;
  z-index: 1;
  padding-left: 10px;
  background-color: #EA8414;
  height: 100%;
  overflow: hidden;
}
.sl-slider-container .switchLabel .switch {
  z-index: 2;
  height: 100%;
  width: 10px;
  right: 0;
  top: 0;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #b5b5b5;
  background-color: white;
}
.sl-slider-container .switchMessage {
  width: 100%;
  line-height: 100%;
  padding-top: 8px;
  display: inline-block;
  text-align: center;
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  right: 0;
  padding-left: 2px;
  z-index: 3;
  transition: all 0.3s;
}
.sl-slider-container .switchOnMessage {
  width: 100%;
  padding-top: 6px;
  line-height: 100%;
  display: inline-block;
  text-align: left;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 100%;
  padding-right: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  padding-left: 7px;
}

.formContainer {
	position: relative;
}

.formContainer .formSuccess, .formContainer .formError {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	flex-direction: column;
	text-align: center;
    left: 0;
}

.formContainer .formError, .formContainer .formSuccess {
	display: none;
}

.container-fluid.marketing.testimonials {
	margin-top: 80px;
}

.testimonials .featurette-heading {
	margin-top: 20px !important;
}
#myCarousel .carousel-item:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #525252cc;
	position: absolute;
}
#myCarousel .carousel-item {
	background: url(/image/home/ppl-engineering-services-banner-512-1400.png);
    background-size: cover;
    background-position: center;
}

#myCarousel .carousel-indicators, 
#myCarousel .carousel-caption {
	z-index: 5;
}

#myCarousel .carousel-caption {
	top: 120px;
}

#myCarousel .carousel-caption .btn {
	background-color: #EA8414;
	border: none;
}
.btn.btn-secondary {
	background-color: #EA8414;
	border: none;
}
.featurette .featurette-heading {
	margin-bottom: 40px;
}
.container-fluid.marketing {
	max-width: 1200px;
}
.container-fluid.marketing.testimonals {
	margin-top: 60px;
	margin-bottom: 80px;
}
.container-fluid.marketing.contact-us {
	max-width: 1200px;
	margin-top: 60px;
	margin-bottom: 80px;
}
.container-fluid.marketing.contact-us .contact-methods {
	margin-top: 75px;
	padding: 20px;
    border-radius: 10px;
    border: solid 1px #d4d4d4;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.container-fluid.marketing.contact-us .contact-methods .contact-link {
	color: grey;
	text-decoration: none !important;
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: flex-start;

}
.container-fluid.marketing.contact-us .contact-methods .contact-link.first {
	border-bottom: solid 1px #d4d4d4;
	position: relative;
	padding-bottom: 35px;
}
.container-fluid.marketing.contact-us .contact-methods .contact-link.first .emailAddress {
	position: absolute;
	bottom: 10px;
	font-size: 15px;
}
.container-fluid.marketing.contact-us .contact-methods .contact-link.last {
	margin-top: 15px;
}
.container-fluid.marketing.contact-us .contact-methods .contact-link .material-icons {
	margin-right: 10px;	
}
.container-fluid.marketing.contact-us textarea {
	resize: none;
}

.container-fluid.marketing .newsArticleContainer hr {
	display: none;
}

.container-fluid.marketing .newsArticle .newsArticleText {
	margin-bottom: 70px;
}
.container-fluid.marketing .row.staff-row {
	position: relative;
}
.container-fluid.marketing .newsArticle .newsArticleButton {
	position: absolute;
	bottom: 0;
	margin: 0;
	width: calc(100% - 24px);
}

.container-fluid.marketing .newsArticle .rounded-circle {
	margin-bottom: 20px;
	margin-top: 40px;
}

.container-fluid.marketing .newsArticle h2 {
	margin-bottom: 20px;
}
.container-fluid.marketing .contact-us-header {
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.required {
	position: relative;
	width: auto;
	max-width: 100%;
}
.required:after {
	content:"*";
	color: red;
	position: absolute;
	right: -10px;
	top: 0;
}
.brochureContainer {
	height: calc(100vh - 66px) !important;
}

.staff-card.profile {
	margin-top: 60px;
	margin-bottom: 40px;
}

.staff-card.profile img {
	margin-right: 30px;
	height: 300px;
	width: auto;
}

.our-services-image-container {
	padding: 30px;
}

.our-services-image-container .our-services {
	max-width: 100%;
	margin-top: 40px;
	margin-bottom: 60px;
}

.container-fluid.marketing.our-services-page .featurette-heading {
	margin-top: 50px !important;
}

.container-fluid.dark-grey {
	background-color: #4D576A;
	color: white;
	padding-bottom: 40px;
}
.container-fluid.white {
	padding-bottom: 50px;
}
.container-fluid .grey-image-container {
	padding: 20px;
	margin-top: 50px;
}
#informationBanner {
	position: sticky;
    top: 70px;
    z-index: 1;
    left: 0vw;
    width: 100vw;
    text-align: center;
    border-radius: 0;
    z-index: 3;
    margin-bottom: 0;
    margin-top: -10px;
}

footer a, footer a:hover {
	color: #EA8414;
}

main.meet-the-team {
	margin-top: 80px;
}

main.meet-the-team img.rounded-circle {
	margin-bottom: 10px;
}

main.meet-the-team .staff-card { 
	margin-bottom: 80px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}
main.meet-the-team .staff-card h4 {
	text-align: center;
}

#engineeringServicesLogo {
	max-width: calc(100vw - 110px);
	width: 206px;
}
/*
.home-page {
	margin-top: 63px;
}*/

.footerContainer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

@media screen and (max-width: 991px) {
	.container-fluid.marketing .newsArticleContainer hr {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.featurette {
		display: flex;
		flex-direction: column-reverse;
	}
	.featurette .featurette-heading,
	.featurette .lead {
		text-align: center;
	}
	.featurette .col-md-5 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}
	.our-services-feature {
		display: flex;
		flex-direction: column-reverse;
	}
	.our-services-page .featurette-heading {
		font-size: 2.25rem !important;
	}
	.our-services-image-container {
		padding: 0;
	}
	
}

@media screen and (max-width: 700px) {
	
	.staff-profile-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.staff-profile-container h4 {
		margin-top: 20px;
	}
	.staff-profile-container h6 {
		margin-bottom: 30px;
	}
	.staff-profile-container p {
		margin-right: auto;
	}	
	.staff-profile-container img {
		margin-right: 0 !important;
	}
	.staff-profile-container h5 {
		text-align: center;
	}
}
@media screen and (max-width: 992px) {
	.horizontalPlaceholder {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	#myCarousel .carousel-caption {
		top: 50px;
		/*text-align: center !important;*/
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		flex-direction: column;
	}
	#myCarousel .carousel-caption .home-page-strapline {
		font-size: 30px;
	}
}

.navbar-expand-lg .navbar-toggler{margin-left: auto}

header .nav-item {
	padding: 0 20px;
}

header .nav-item.new-for-2022 {
	background-color: #EA8414;
  /*margin-top: -15px;
  margin-bottom: -15px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  /*padding: 0 10px;*/
  order: 6;
  margin-top: 5px;
  width: 100%;
}

header .nav-item.new-for-2022 .nav-link {
	color: white;
	padding: 20px 0;
	height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}

header .nav-item.new-for-2022 .nav-link strong {
	margin-right: 5px;
}

.navbar-expand-lg .navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -8px;
}

.navbar.navbar-expand-lg {
	min-height: 70px;
}

@media screen and (min-width: 1230px) {

	header .nav-item {
		padding: 0;
	}

	header .nav-item.new-for-2022 {
		margin-left: auto;
		margin-top: -15px;
		margin-bottom: -15px;
		margin-right: 0;
		order: 0;
		width: auto;
	}

	header .nav-item.new-for-2022 .nav-link {
		padding: 0 10px;
	}

	.navbar-expand-lg .navbar-collapse{
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
		-ms-flex-preferred-size:auto;
		flex-basis:auto;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.navbar-expand-lg .navbar-toggler{
		display:none;
	}

	.navbar-expand-lg .navbar-nav{
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row
	}

	.navbar-expand-lg{
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-flow:row nowrap;
		flex-flow:row nowrap;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start
	}
	.navbar.navbar-expand-lg {
		padding-bottom: 0.5rem;
	}

}

form input {
    transition: 0.3s ease-in-out;
    border-color: #ced4da;
    box-shadow: none;
}

form .input-container .invalid-feedback {
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    /* margin-top: -3px; */
    margin-bottom: -14px;
    text-align: right;
}

form .input-container input.invalid~.invalid-feedback {
    opacity: 1;
}

form input.has-text {
    border-color: rgb(0, 203, 0);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(81, 255, 101, 0.25);
}

form input.invalid, form input.has-text.invalid {
    border-color: red;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 122, 122, 0.25);
}