.bright-text {
	color: #ffad44;
}
.modal p, .more-services p{
	margin: 0;
}

.more-services .btn-link {
	padding: 0;
}

.pricing-wrap table {
	width: 100%;
}

.pricing-wrap td, .pricing-wrap th {
	border: solid #6c757d;
	border-width: 0 1px 0 0;
	padding: .25rem;
}

.pricing-wrap td:last-of-type, .pricing-wrap th:last-of-type {
	border-width: 0;
}

.pricing-wrap tr.d-row {
	background-color: rgba(255, 173, 68, 0.7);
}

.sub-heading {
	line-height: 1;
	margin-bottom: 12px;
}
.sub-heading.head-2 {
	margin-top: 35px;
}

.pricing-wrap .block-7 {
	min-height: calc(100% - 30px);
}
.pricing-wrap .image-tile {
	background-position: center;
	background-size: cover;
	height: 200px;
}
.pricing-wrap .aerial-image {
	background-image: url(../images/pricing/air_1.jpg);
}

.pricing-wrap .sign-image {
	background-image: url(../images/pricing/post_1.jpg);
}

table.equal tr td {
	width: 50%;
}

.btn-bar button {
	width: 100%;
}

#rackcardModal .btn-group {
	margin-bottom: 10px;
}

#changeZone {
	background-color:#fff;
}
#Home, #Services {
	overflow-x: hidden;
}

#servicesVoh #matterportLogo {
	width: 150px;
	max-width: 40%;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
#matterportLogo {
	margin-top: 15px;
	font-size: 0;
}
#matterportLogo p {
	font-size: initial;
	margin-bottom: 0;
}
#matterportLogo img{
	width: 100%;
}
.matterport-pricing {
	position: relative;
}
#servicesVoh #matterportLogo {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.employee .overlay-container {
	position: relative;
	overflow: hidden;
}
.employee .overlay-content {
	width: 100%;
  height: 100%;
  background-color: #fff;
	color: #080808;
	display: flex;
  justify-content: center;
	align-items: center;
	flex-direction: column;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  transition: 0.6s;
  top: 0;
  left: 100%;
  opacity: 0.8;
}
.employee .block-10 {
	border: solid 1px #ffad44;
	padding: 15px;
}
.employee .block-10:hover .overlay-content {
	transform: translateX(-100%);
}
.employee .overlay-content p {
	text-align: center;
	font-size: x-large;
}
#Pricing .ftco-section {
	overflow-x: initial;
}
.contact-section p{
	margin-bottom: 5px;
}

.btn-group.full-width {
	display: flex;
}
.btn-group.full-width .btn {
	flex: 1;
}
.btn-group .btn-outline-primary {
	border-left-color: transparent;
	border-right-color: transparent;
}
.btn-group > .btn-outline-primary:first-child {
	border-left-color: var(--primary);
}
.btn-group > .btn-outline-primary:last-child {
	border-right-color: var(--primary);
}
#vtSelect {
	margin-bottom: 2em;
}

#termsAndPolicies h3 {
	font-size: 1.4rem;
}

.dark-container {
	padding: 35px 10px;
	background: rgba(0,0,0,.5)
}

#employeeVideo{
	position: absolute;
	width: 100%;
	z-index: -1;

}

#About .ftco-cover {
	overflow: hidden;
}

#About .ftco-cover:before {
  content: "";
  background: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
	right: 0;
	transition: background .5s;
}
#About .overlay.ftco-cover:before {
	background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
	#About .ftco-cover {
		display:none;
	}
}

.info-button {
	cursor: pointer;
	display: inline-flex;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #ffad44;
	height: 20px;
	width: 20px;
	justify-content: center;
	align-items: center;
}

.splide__slide img {
	width: 100%;
}

.splide-section .splide__slide img{
	max-height: 75vh;
	object-fit: contain;
}
.splide__slide .fp-slide {
	max-height: 75vh;
	object-fit: contain;
}

.splide__caption {
	text-align: center;
	margin-bottom: 17px;
}

.ftco-cover.blog-cover::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	content: '';
	background: rgba(0, 0, 0, 0.4);
}

#Articles .ftco-cover.blog-cover::before{
	background: rgba(0, 0, 0, 0.3);
}

.author-icon{
	display:inline-block;
	overflow: hidden;
	height: 50px;
	width: 50px;
	border-radius: 50%;
}
.author-icon img{
	width: 100%;
	height: 100%;
}
#Articles .author-icon, #Home .author-icon{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.article-subheading{
	display:inline-block;
}

iframe {
	border: none;
	width: 1px;
	min-width: 100%;
	display: block;
}

#Order .ftco_navbar{
	position: relative;
	transition: none;
}

.btn.btn-outline-white {
	color: white;
}
.navbar-dark.scrolled .nav-item .btn.btn-outline-white {
	color: black;
	border-color: black;
}
.navbar-dark.scrolled .nav-item .btn.btn-outline-white:hover {
	background-color: #ffad44;
	border-color: #ffad44;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		align-items: center;
	}
}