@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 200px) {
#Navbar{
	display: none;
	z-index: 3;
}
#Navbars{
	display: none;
	z-index: 3;
}
#HeaderButton{
	display: none;
	z-index: 3;
}
#HeaderButton.stick{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	border-left: 0.1px solid rgba(111,114,113,0.3);
}



#Navbar2{
	display: none;
	width: 30%;
	margin-right:10%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	float:left;
	top: 0px;
	font-size: 100%;
}
#menu{
	width: 100%;
	height: 100%;
	margin:0;
	margin:auto;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: flex;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-evenly;
	max-width: 700px;
}
#pagemenusidebar{
	width: 100%;
	height: 100%;
	margin:0;
	margin:auto;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: flex;

	max-width: 700px;
}
.dropmenu{
	
}
.menuRight{

}
#menu a{

}
#menu a.stick{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	color: #6f7271;
	font-size: 16px;
}
#menu ul a{
	margin-top: 0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	min-height: auto;
	max-height: auto;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	height: 100%;
	font-size: 16px;
	opacity: 0;
	border-right: 1px solid rgba(255,255,255,0.3);
	border-left: 1px solid rgba(255,255,255,0.3);
	background-color: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#menu ul a:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
#menu ul a.stick{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}


#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	min-height: 100%;
	margin-left: 0%;
	margin-right: 0%;
	position: fixed;
	height: 100vh;
	display: none;
	background-color: rgba(106,95,75,0.75);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	z-index: 50;
	float:right;
	max-width: inherit;
	margin-top: 0px;
	padding-top:10px;
	font-size: 65%;
	-webkit-animation: pagefadeinright 0.5s linear;
	-moz-animation: pagefadeinright 0.5s linear;
	-o-animation: pagefadeinright 0.5s linear;
	animation: pagefadeinright 0.5s linear;
	overflow-y: scroll !important;
}
#NavbarPhone.stick{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	margin-top: 63px;
}
.PhoneNavbarButtons{
	z-index: 2;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	max-width: inherit;
	margin-top: 0px;
	padding-top:5px;
}
.PhoneNavbarLogo{
	z-index: 1;
	width: 100%;
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	justify-content: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	display: flex;
	position: absolute;
	background: linear-gradient(to bottom right, transparent,transparent,#173866,transparent,transparent);
	background-position: 175% 175%;
	background-size: 275% 275%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	margin-top: 0px;
	padding-top:5px;
}
.PhoneNavbarLogoAdjust {
	opacity: 0.5;
	display: inline;
	fill: inherit;
	width: 100%;
	max-width: 200px;
}
#NavbarPhoneNumbers{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#032c40;
	z-index: 450;
	position: absolute;
	float:right;
	max-width: inherit;
	margin-top: 70px;
	padding-top:30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#HeaderBackground {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: block;
	width:100%;
	position: absolute;
	height: 79px;
	z-index: 1;
	background-color: rgba(0,0,0,0.95);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	box-sizing: border-box;
	
	background-size: auto 100%;
	background-position: center center;
}
#HeaderBackground.stick {
	transition: all 1s linear 0s;
	border-bottom: 1px solid rgba(0,0,0,1);
}
#Logo {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin:auto;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	flex-wrap: wrap;
	z-index: 5;
	padding-left: 10px;
}
#Logo.stick {
	border-right: 0.1px solid rgba(111,114,113,0.3);
}
.Logo{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	padding-bottom: 0px;
	margin: auto auto auto 0;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
	max-width: 170px;
	overflow: visible;
}
.Logo.stick{

}
.Logo2{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	top:0;
	max-width: 200px;
	padding-bottom: 0px;
	margin-top: 0px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
}
.Logo2.stick{
	opacity: 1;
	height: auto;
	max-width: 175px;
}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:80px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
#LogoText {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 0;
}
#LogoText.stick {
	-webkit-transition: all 1s ease-in-out 0.75s;
	-moz-transition: all 1s ease-in-out 0.75s;
	-ms-transition: all 1s ease-in-out 0.75s;
	-o-transition: all 1s ease-in-out 0.75s;
	transition: all 1s ease-in-out 0.75s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
}
#LogoText2 {
	-webkit-transition: all 1s ease-in-out 0.75s;
	-moz-transition: all 1s ease-in-out 0.75s;
	-ms-transition: all 1s ease-in-out 0.75s;
	-o-transition: all 1s ease-in-out 0.75s;
	transition: all 1s ease-in-out 0.75s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
}
#LogoTextPhone{
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-8px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 0;
	}
#LogoTextPhone.stick{
	-webkit-transition: all 1s ease-in-out 1s;
	-moz-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
	-o-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-8px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
	}
#LogoTextPhone2{
	-webkit-transition: all 1s ease-in-out 1s;
	-moz-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
	-o-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-8px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
	}
.LogoTitle{
	font-family: TitleFont2;
	font-size: 150%;
	letter-spacing: 0rem;
	font-weight: lighter;
	color: #000;	
	}
#LogoHeaderBackground{
	display:block;
	position:absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:140px;
	background-color:#fff;
	margin-left:25%;
	width:50%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground.stick{
	display:block;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:100px;
	background-color:#fff;
	margin-left:30%;
	width:40%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground2{
	display:block;
	position:absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:200px;
	background-color:#e4d9bc;
	margin-left:2%;
	width:400px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground2.stick{
	display:block;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:115px;
	background-color:#e4d9bc;
	margin-left:2%;
	width:250px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoBackgroundLeft{
	width:100%;
	background-image:url(../FoxChapelDayCare/Logo/APlaceToGrowDaycareBack.png);
	background-size: 400px;
	background-attachment: inherit;
	-webkit-background-size: 400px;
	-moz-background-size: 400px;
	-o-background-size: 400px;
	background-repeat: no-repeat;
	background-position:-75px center !important;	
}
#HeaderPhone {
	display:none;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#PhoneButtonsContainer {
	position: relative;
	width: auto;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	z-index: 600;
}
#PagePhoneButtonsContainer {
	position: fixed;
	top: 0;
	right: 0;
	width: auto;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	z-index: 600;
	border-left: 1px solid rgba(255,255,255,0.3);
	transform: scale(100%);
	margin: 0 0 auto auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	box-sizing: border-box;
}
#PagePhoneButtonsContainer.stick {
	height: 63px;
	opacity: 1;
	transition: height 0s linear 0s, opacity 0.5s linear 0.5s;
}
.header {
  width: 100%;
  height: auto;
	min-height: auto;
  z-index: 100;
	top: 0;
	left: 0;
  position: fixed;
  transition: transform 0.6s linear 0s;
  transform: translate3d(0, 0px, 0);
	box-sizing: border-box;
}
.header.unpinned {
  transform: translate3d(0, -80px, 0);
	transition: transform 0.6s linear 0.05s;
}
#PageNavigation {
  position: relative;
  bottom:0px;
	height: auto;
	left: 0;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	justify-content: space-between;
	box-sizing: border-box;
	background: rgba(14,58,71,0.7);
	transition: all 0.6s linear 0s;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	border-left: none;
	border-right: none;
	z-index: 99;
}
#PageNavigationContainer{
	left: 0px;
	display: grid;
	grid-template-columns: 285px 30px;
	position: -webkit-sticky;
  position: sticky;
  bottom:0px;
	height: auto;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
	transition: all 0.6s linear 0s;
	border: 1px solid rgba(255,255,255,0.3);
	border-left: none;
	border-right: none;
	z-index: 99;
}
#PageNavigationContainer.stick{
	left: -285px;
}
#PageNavigationContainer.stickheight{
	height: 100%;
}
#PageNavigationContainer:hover{
	left: 0px;
}
#PageMenuOpener{
	height: 100%;
	display: flex;
	position: relative;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#menuopenertext{
	rotate: 270deg;
	display: block;
	background-color: rgba(13,121,136,1);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 5px 20px;
	opacity: 0;
	white-space: nowrap;
	transition: all 0.6s linear 0s;
}
#menuopenertext.stick{
	opacity: 1;
}
#PageNavigation.stick {
  transition: all 0.6s linear 0s;
  top: 0px;
}
.pageanchor{
	position: absolute;
	margin-top: -70px;
}
#PageNavigation.backcolor {
  background: rgba(255,255,255,0.9);
	transition: all 0.6s linear 0s;
}
#PageMenuTitle {
  position: relative;
	height: 63px;
	width: 100%;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	border-right: none;
	box-sizing: border-box;
	transition: all 0.6s linear 0s;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	opacity: 1;
	z-index: 600;
}
#PageMenuTitle.stick {
	transition: all 0.6s linear 0s;
	opacity: 1;
	height: 63px;
	overflow: visible;
}
.pagemenutitle{
	width: auto !important;
	margin-left: 10px !important;
	white-space: nowrap;
}
#PageMenu {
	display: none;
}
#PageMenuPhone {
  position: relative;
	height: 100%;
	width: 100%;
	margin-right: 0px;
	display: flex;
	justify-content: center;
	border-right: none;
	box-sizing: border-box;
	transition: all 0.6s linear 0s;
}
#PageMenu.stick {
	transition: all 0.6s linear 0s;
}
#HeaderBar {
	transition: all 0.6s linear 0s;
	display: grid;
	grid-template-columns: 60% 40%;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:80px;
	background: rgba(255,255,255,0);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid rgba(255,255,255,0);
	font-size:inherit;
	box-sizing: border-box;
	z-index: 2;
}
#HeaderBar.stick {
	
}
#TopHeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	grid-template-columns: 37.5% 25% 37.5%;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:30px;
	background-color: rgba(48,161,161,0);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	box-sizing: border-box;
	font-size:inherit;
	z-index: 2;
}
#BottomHeaderBarContainer {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	z-index: 4;
}
#BottomHeaderBar {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	width: 0%;
	background-color: rgba(0,0,0,1);
	height:1px;
}
#BottomHeaderBar.stick {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
}
#HeaderBarBackground {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:80px;
	background-color: #fff;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#HeaderBarBackground.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:80px;
	background-color: #fff;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#HeaderBarBackground2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:115px;
	background-color: #E8DCDF;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
.HomeBodyLeft {
	width: 40%;
	height: auto;
	margin: auto auto auto 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 10;
	box-sizing: border-box;
}
.HomeBodyLeftTitle{
	width: 100%;
	height: auto;
	margin: auto auto auto 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.HomeBodyLeftText{
	width: 100%;
	height: auto;
	margin: 10px auto auto 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: rgba(0,0,0,0.6);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	outline: 1px solid rgba(176,41,38,1);
}

.HomeBodyRight {
	width: 40%;
	height: auto;
	margin: auto 0 auto auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 10;
	box-sizing: border-box;
}
.HomeBodyRightTitle{
	width: 100%;
	height: auto;
	margin: auto auto auto 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.HomeBodyRightText{
	width: 100%;
	height: auto;
	margin: 10px auto auto 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: rgba(0,0,0,0.6);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	outline: 1px solid rgba(176,41,38,1);
}
.ProjectFirstImageLink{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectFirstImageTint{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 1000px;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: flex-end;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	
}
.ProjectFirstImageTint:hover{
	opacity: 1;
}
#BodyRightOver {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:inherit;
	position: relative;
	z-index:50;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 2%;
	margin-right:2%;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 96%;
	display: block;
	font-size:inherit;
}
.CloudsLeft {
	float: left;
	width: 500px;
	max-width: none;
	display: block;
	left:5%;
	position: absolute;
	z-index:5;
	border: none;
}
.CloudsCenter {
	width: 100%;
	max-width: none;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: absolute;
	z-index:6;
	border: none;
}
.TruckingOverlay {
	width: 100%;
	height: 100%;
	display: block;
	left:0;
	top: 0;
	position: absolute;
	z-index:2;
	opacity: 1;
	border: none;
	background: url("../OversizedLoadTrucking/HeavyTrucking/LargeCargoHauling/TruckingServices/OversizedHaulingTruckingCompany.svg"); 
	background-size: 10% auto; 
	background-position: center top;
	background-repeat: repeat;
	max-width: 100%;
	overflow: hidden;
}
.TruckingOverlayDiamonds {
	width: 100%;
	height: 100%;
	display: block;
	left:0;
	top: 0;
	position: absolute;
	z-index:2;
	opacity: 1;
	border: none;
	background: url("../OversizedLoadTrucking/HeavyTrucking/LargeCargoHauling/TruckingServices/USAOversizedLoadTruckingServices.svg"); 
	background-size: 5% auto; 
	background-position: center top;
	background-repeat: repeat;
	max-width: 100%;
	overflow: hidden;
	filter: brightness(20%);
}
.TruckingOverlayDots {
	width: 100%;
	height: 100%;
	display: block;
	left:0;
	top: 0;
	position: absolute;
	z-index:2;
	opacity: 1;
	border: none;
	background: url("../OversizedLoadTrucking/HeavyTrucking/LargeCargoHauling/TruckingServices/OversizedHaulingTruckingServices.svg"); 
	background-size: 10% auto; 
	background-position: center top;
	background-repeat: repeat;
	max-width: 100%;
	overflow: hidden;
}
.TruckingOverlayPGH {
	width: 100%;
	height: 100%;
	display: block;
	left:0;
	top: 0;
	position: absolute;
	z-index:2;
	opacity: 1;
	border: none;
	background: url("../OversizedLoadTrucking/HeavyTrucking/LargeCargoHauling/TruckingServices/TruckingOversizedLoadsUSA.svg"); 
	background-size: cover; 
	background-position: center top;
	background-repeat: repeat;
	max-width: 100%;
	overflow: hidden;
}
.TruckingOverlayTread {
	width: 100%;
	height: 100%;
	display: block;
	left:0;
	top: 0;
	position: absolute;
	z-index:2;
	opacity: 1;
	border: none;
	background: url("../OversizedLoadTrucking/HeavyTrucking/LargeCargoHauling/TruckingServices/USAOversizedLoadTrucking.svg"); 
	background-size: 30% auto; 
	background-position: center top;
	background-repeat: repeat;
	max-width: 100%;
	overflow: hidden;
}
.CloudsRight {
	float: right;
	width: 500px;
	max-width: none;
	display: block;
	right:5%;
	position: absolute;
	z-index:5;
	border: none;
}
.TableFlex {
	position: relative;
	width: 100%;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
    
}
.ButtonTableFlex {
	position: relative;
	width: 100%;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
    
}
.TableFlexItem {
	flex-basis: calc(100% - 1px);
	flex: 1 0 calc(100% - 1px);
}
.ButtonTableFlexItem {
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
	text-decoration: none;
	position: relative;
	transition: all 0.6s ease;
	background-color: rgba(0,0,0,0.7);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}
.ButtonTableFlexItem:hover .BrightTeal {
	color: #ffffff !important;
	transition: all 0.6s ease;
}
.ButtonTableFlexItem:hover .White {
	color: #15c1ce !important;
	transition: all 0.6s ease;
}
.ButtonTableFlexItem::after, .ButtonTableFlexItem::before {
  content: "";
	display: flex;
  position: absolute;
  width: 0%;
  height: 0%;
  border: 1px solid;
  transition: all 0.6s ease;
  border-radius: 0px;
}
.ButtonTableFlexItem::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	transition: all 0.6s ease;
}
.ButtonTableFlexItem::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
	transition: all 0.6s ease;
}
.ButtonTableFlexItem:hover:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
	border-bottom-color: #c02134;
  border-right-color: #c02134;

}
.ButtonTableFlexItem:hover:before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
	border-top-color: #c02134;
  border-left-color: #c02134;
}
	
.ButtonTableFlexItemSmall {
	flex-basis: 100%;
	flex: 1 0 100%;
	text-decoration: none;
	position: relative;
	transition: all 0.6s ease;
	background: -webkit-linear-gradient(to bottom right, #137893, #0d7988);  
    background: -moz-linear-gradient(to bottom right, #137893, #0d7988);  
    background: -o-linear-gradient(to bottom right, #137893, #0d7988);  
    background: linear-gradient(to bottom right, #137893, #0d7988);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}
.ButtonTableFlexItemSmall:hover .BrightTeal {
	color: #ffffff !important;
	transition: all 0.6s ease;
}
.ButtonTableFlexItemSmall:hover .White {
	color: #15c1ce !important;
	transition: all 0.6s ease;
}
.ButtonTableFlexItemSmall::after, .ButtonTableFlexItemSmall::before {
  content: "";
	display: flex;
  position: absolute;
  width: 0%;
  height: 0%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 0px;
}
.ButtonTableFlexItemSmall::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	transition: all 0.6s ease;
}
.ButtonTableFlexItemSmall::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
	transition: all 0.6s ease;
}
.ButtonTableFlexItemSmall:hover:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
	border-bottom-color: #15c1ce;
  border-right-color: #15c1ce;

}
.ButtonTableFlexItemSmall:hover:before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
	border-top-color: #15c1ce;
  border-left-color: #15c1ce;
}
.TableFlexItemContent {
	display: flex;
	position: relative;
    height: 100%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1.6rem 1.6rem;
    text-align: center;
    outline: rgba(255, 255, 255, 0.3) solid 1px;
}
.TableFlexItemTitle{
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
    height: auto;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    outline: rgba(255, 255, 255, 0.3) solid 1px;
}
.ButtonTableFlexItemContent {
	display: flex;
    height: 100%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1rem 1rem;
    text-align: center;
    outline: rgba(255, 255, 255, 0.3) solid 1px;
}
.AboutGrid {
	display:grid;
	grid-template-columns: 100%;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	grid-gap: 20px;
}
.AboutGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
	box-sizing: border-box;
	position: relative;
}
.ContactGrid {
	display:grid;
	grid-template-columns: 100%;
	margin-left:2%;
	margin-bottom:0;
	margin-top:0;
	margin-right:2%;
	width: 96%;
}
.ContactGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
	box-sizing: border-box;
	position: relative;
}
.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	grid-gap: 10px;
}
.ProjectLink{
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;	
}
.ProjectGridItem{
	margin: 0rem;
	border: none;
    background-color: #efefef;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	border: 1px solid rgba(106,95,75,0);
	min-height: 200px;
}
.ProjectGridItem:hover{
	border: 1px solid rgba(106,95,75,1);
    background-color: #fff;

}
.ProjectTint{
	display: inline-flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	padding-top: 50%; /* Aspect Ratio */
    position: relative; 
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectTitle{
	margin: 0 2% 10px 2%;
	border: none;
    border-radius: 0px;
	z-index:1;
	width: 96%;
}
.ProjectGridItem:hover .ProjectTint{
	opacity: 1;
}
.mobiletext{
	display: inherit;
}
.desktoptext{
	display: none;
}
.desktopgallery{
	display: none;
}
#GridCenter {
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterBio {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterHome {
	display:grid;
	position: relative;
	grid-template-columns: 1fr;
	margin-left:2%;
	margin-bottom:0;
	margin-top:0;
	margin-right:2%;
	width: 96%;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
#GridCenterThree {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
	width: 100%;
    border-radius: 0px;
	border-radius: 0px;
	z-index:1;
}
#GridRightLg {
	padding: 0rem;
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#GridRightSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridLeftLg {
	width: 100%;
	padding: 0rem;
	border: none;
    border-radius: 0px;
	position: relative;
	max-width: 100%;
	background-image: none;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	box-sizing: border-box;
}
.softwaregrid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
   margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	width: 100%;
	z-index: 10;
}
.softwaregrid-item {
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-decoration: none;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.softwaregrid-item:hover {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*Gallery*/
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
}
.grid-layoutsmall {
    display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
     grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    grid-template-areas:
    "a b"
    "a c"
	"d f"
    "e f"
	"g h";
    grid-gap: 5px;
    padding: 1px;
}

.grid-item {
    padding: 0rem;
	padding-top: 60%; /* Aspect Ratio */
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	border: 1px solid;
	border-color: rgba(255,255,255,0.3);
	box-sizing: border-box;
}
.grid-itemA, .grid-itemB, .grid-itemC, .grid-itemD, .grid-itemE, .grid-itemF, .grid-itemG, .grid-itemH  {
    padding: 0rem;
	padding-top: 60%; /* Aspect Ratio */
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	border: 1px solid;
	border-color: rgba(255,255,255,0.3);
	box-sizing: border-box;
}
.grid-itemA{
	grid-area: a;	
}
.grid-itemB{
	grid-area: b;	
}
.grid-itemC{
	grid-area: c;	
}
.grid-itemD{
	grid-area: d;	
}
.grid-itemE{
	grid-area: e;	
}
.grid-itemF{
	grid-area: f;	
}
.grid-itemG{
	grid-area: g;	
}
.grid-itemH{
	grid-area: h;	
}

.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}
.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}
/*Gallery end*/

.PictureRadius {
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
.BodyCenter {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	display: block;
	font-size:100%;
	text-align: center;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}
.BodyFull {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 10;
	box-sizing: border-box;
}
#BodyFullSlide {
	width: 100%;
	display: flex;
	position: relative;
	text-align: center;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 5;
	box-sizing: border-box;
}
.BodyCenterSmall {
	width: 93%;
	display: flex;
	box-sizing: border-box;
	position: relative;
}
#ContactForm {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:20px;
	margin-top:20px;
	width: 100%;
	display: block;
	font-size:inherit;
	background-color: #efefef;
	box-sizing: border-box;
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 10px;
}
#ContactFormTint{
	float: left;
	margin-left: 1%;
	margin-right:1%;
	margin-bottom:50px;
	margin-top:50px;
	width: 98%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-attachment:fixed;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	width: 100%;
	position: relative;
	display: grid;
	padding: 20px 0px;
	box-sizing: border-box;
}
#FooterRightMiddle {
	width: 100%;
	border:none;
	position: relative;
	display: grid;
}
#FooterGrid {
	width: 100%;
	border:none;
	position: relative;
	display: grid;
	box-sizing: border-box;
}
.FooterHeader {
	color: #1B3D6D;
	font-size: 20px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	color: #515151;
	font-size: 16px;
	font-family: MainBodyFont, sans-serif;
	padding-right:0px;
	padding-left:0px;
	font-weight: normal;
}
.FootText {
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 111%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
#FooterBottom {
	display: flex;
	width:100%;
	min-width: 100%;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top:none;

}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 110%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#TruckRentals {
	height:1px;
	left: 0;
	top: 0;
	overflow:hidden;
	position:absolute;
	font-size:100%;
	font-weight:bolder;
	width:100%;
	z-index: -1;
}
#BodyD1{
	position: relative;
	display: inline-grid;
	flex-wrap: wrap;
	margin-top: 0;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
	overflow: hidden;
}
.ProcessContainer{
	position: relative;
	display: flex;
	margin-top: 0px;
	width: 100%;
	box-sizing: border-box;
}
.ProcessLeft{
	position: relative;
	display: flex;
	flex: 1 20 auto;
	margin-top: 0px;
	width: 100%;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	border-right: 5px solid #231f20;
	box-sizing: border-box;
}
.ProcessRight{
	width: 100%;
	flex: 1 1 auto;
	box-sizing: border-box;
}
.ProcessItem{
	position: relative;
	display: grid;
	grid-template-columns: 10% 90%;
	flex-wrap: wrap;
	margin-top: 50px;
	width: 100%;
	box-sizing: border-box;
}
.ProcessItemFirst{
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	flex-wrap: wrap;
	margin: 20px 5% 75px 5%;
	width: 90%;
}
.ProcessItemMiddle{
	position: relative;
	display: grid;
	flex-wrap: wrap;
	margin: 0px;
	width: 150px;
	box-sizing: border-box;
}
.ProcessNumber{
	box-sizing: border-box;
}
.ProcessText{
	margin: 7px 0px 20px 10px;
	width: 90%;
	box-sizing: border-box;
}
.ProcessNumberSVGnumber{
	fill: #fcfdff;
	font-family: MainBodyFont, sans-serif;
	font-size: 8.5px;
}
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
	display: grid;
  width: 100%;
  height: 100%;
	z-index: 2;
}
#BodyPadding{
	margin-top: 0;
	width: 94%;
	display: block;
	margin-left: 3%;
	margin-right: 3%;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: relative;
	display: inline-grid;
	flex-wrap: wrap;
	margin-top: 0;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 200px !important;
	z-index: 10;
}
#BodyD3{
	position: relative;
	display: inline-grid;
	margin-top: 100px;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
	min-height: 60vh;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.MainBodyLg {
	text-rendering: optimizelegibility;
	font-size: 18px;
	font-family: MainBodyFont, sans-serif;
	text-shadow: none;
	text-decoration:none;
}
.MainBody {
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	padding-left: 0px;
	padding-right:0px;
	font-size: 16px;
	line-height:1.2;
	font-family: MainBodyFont, sans-serif;
    font-style: normal;
}
.MainBodyTitle {
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	padding-left: 0px;
	padding-right:0px;
	font-size: 14px;
	line-height:1.2;
	font-family: MainBodyFont, sans-serif;
    font-style: normal;
	letter-spacing: 0.2rem;
}
.MainBodySm {
	text-rendering: optimizelegibility;
	padding-left: 0px;
	padding-right:0px;
	font-size: 16px;
	font-family: MainBodyFont, sans-serif;
}
.MainBodySmaller {
	text-rendering: optimizelegibility;
	padding-left: 0px;
	padding-right:0px;
	font-size: 14px;
	font-family: MainBodyFont, sans-serif;
}
.BigMainBodyWhiteHome {
	text-rendering: optimizelegibility;
	color: #FFF;
	font-size: 350%;
	font-family: MudgeRanch, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:30px;
	font-weight: bolder;
	margin:0px;
}
#FooterLeft {
	position: relative;
	width:98%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
  	display: block;
    justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
#FooterGridLeft {
	position: relative;
	grid-column: span 9 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100%;
}
#FooterGridLeftTop {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	height: 100px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(111,114,113,0.3);
	border-right: 1px solid rgba(111,114,113,0.3);
	border-top: 1px solid rgba(111,114,113,0.3);
	background: rgba(255,255,255,0.9);
}
#FooterGridLeftBottom {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	width: 100%;
	padding: 50px 10px 10px;
	box-sizing: border-box;
}
#FooterGridRightTop {
	width: 100%;
	height: 100px;
	border:none;
	display: grid;
	position: relative;
	grid-template-columns: repeat(4, minmax(0px, 1fr));
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(111,114,113,0.3);
	border-top: 1px solid rgba(111,114,113,0.3);
}
.FooterGridRightTopLeft {
	position: relative;
	grid-column: span 2 / span 2;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 0px 10px;
	height: 100px;
	border-right: 1px solid rgba(111,114,113,0.3);
}
.FooterGridRightTopRight {
	position: relative;
	grid-column: span 2 / span 2;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: 100%;
}
#FooterGridBottom {
	width: 100%;
	display: grid;
	position: relative;
	grid-template-columns: 100%;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}
#FooterGridBottomLeft {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: auto;

}
#FooterGridBottomCenter {
	position: relative;
	grid-column: span 6 / span 6;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 0px 10px;
	height: auto;

}
#FooterGridBottomRight {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: auto;
}
#FooterLeftPhone {
	display:block;
	position: relative;
	width:74%;
	float:left;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0;
	margin-top:10px;
	font-size:90%;
}
#FooterCenter {
	display:block;
	width:98%;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
	padding: 0px;
	text-align: center;
	box-sizing: border-box;
	font-size: 75%;
}
#FooterRight {
	display:block;
	position: relative;
	width:98%;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	text-align: center;
	box-sizing: border-box;
	font-size: 75%;
}
.socialcontainer{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
.socialcontainerfooter{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-evenly;
	align-content: center;
	align-items: center;
	margin-top: 20px;
	max-width: 400px;
	margin: 20px auto auto auto;
}
#FooterGridRight {
	position: relative;
    grid-column: span 9 / span 9;
	box-sizing: border-box;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
}
.CopywriteBlock {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	white-space: nowrap;
}
.CopywriteBlockMiddle {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	border-left: none;
	border-right: none;
	white-space: nowrap;
}
.hometabsflexed{
	display: grid;
	grid-template-columns: 1fr;
	width:100%;
	grid-gap: 10px;
	margin-left: 0%;
}
.BalloonHeader {
	color: #fff;
	margin: -150px auto 20px 0;
	float: left;
	padding: 10px 0;
	display: inline-flex;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(1px) invert(1);
	backdrop-filter: blur(1px) invert(1);
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	transition: all 0.3s ease-in-out;
	width: 100%;
	justify-content: center;
	text-align: right;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.BalloonHeaderRight {
	color: #fff;
	margin: -150px 0 20px auto;
	float: right;
	padding: 10px 0;
	display: inline-flex;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(1px) invert(1);
	backdrop-filter: blur(1px) invert(1);
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	transition: all 0.3s ease-in-out;
	width: 100%;
	justify-content: flex-end;
	text-align: left;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.hometab {
	position: relative;
	width:90%;
	float:left;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
    align-items: center;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}
.hometablogoleft{
	position: absolute;
	opacity: 1;
	width: 60px;
	left: 0;
	bottom: 0;	
	padding: 10px;
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}
.hometablogoright{
	position: absolute;
	opacity: 1;
	width: 60px;
	right: 0;
	bottom: 0;	
	padding: 10px;
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}
#homepagetopcontainer {
	top:0%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:50vh;
	z-index:5;
}
#homepagebody {
	width: 100%;
	height: 100%;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 10;
	box-sizing: border-box;
	max-width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
}
	
#pagetopcontainerfull {
	top:0%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:auto;
	max-height: 100vh;
	z-index:6;
	overflow: hidden;
	max-width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
#pagetopcontainerfullsequence {
	top:0%;
	width:100%;
	position: absolute;
	z-index:1;
	max-width: 100%;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	width:100%;
	height:100%;
	max-height: none;
}
#pagetopcontainer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:300px;
	z-index:5;
	overflow: hidden;
	max-width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#pagetopcontainermedium {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:400px;
	z-index:5;
	overflow: hidden;
	max-width: 100%;
}

#pagetopcontainersmall {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:165px;
	z-index:5;
}
#pagevideobannercontainer {
	position: relative;
	width:100%;
	z-index: 2;
	overflow: hidden;
	display: grid;

}
#VideoBackground {
	display: flex;
	top:0px;
	width:100%;
	height:50vh;
	min-height: 400px;
	z-index:-1;
	overflow: hidden;
	position: absolute;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BackVideo{
	display: flex;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	max-width: 100vw;
	overflow: hidden;
	width:96%;
	padding: 10px;
	height: auto; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;	
	border-right: 1px solid rgba(106,95,75,0.3);
	border-left: 1px solid rgba(106,95,75,0.3);
}
maindistortion {
  position: relative;
  width: calc(100% - 22px);
	outline: 1px solid rgba(255,255,255,0.3);
	height: 600px;
	overflow: hidden;
}
#pagination {
  position: absolute;
  top: 0%;
  right: 0px;
  z-index: 6;
	display: flex;
	width: 100%;
}
.slider-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 96%;
  height: auto;
  margin: 0 auto;
	padding-top: 75px;
  z-index: 5;
}
#slider canvas {
	min-width: 100%;
  height: 100% !important;
	display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
	opacity: 0.5;
}
#slider img {
  min-width: 100%;
  position: relative;
  z-index: 0;
	opacity: 1;
}
.fullvideoadjust {
	display: flex;
	position: relative;
    height: 500px;
    width: auto;
	margin: 0;
	border: 2px solid transparent;
	box-sizing: border-box;
	justify-content: center;
}
.VideoBox{
	position: absolute;
	width: 96%;
	bottom: 22px;
	right: 2%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	border: 1px solid rgba(255,255,255,0.3);
}
#VideoBackground2 {
	display: grid;
	top:0px;
	left:0px;
	width:100%;
	height:500px;
	z-index:1;
	overflow: hidden;
	position: absolute;
}
#VideoBanner {
	position: absolute;
	display: flex;
	height: 100vh;
	width: 100%;
	min-height: 2000px;
	z-index: -1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat !important;
	background-position:center center !important;
	transform-origin: center center;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#BannerBackground {
	top:0px;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top:80px;
	width:100%;
	height:100%;
	z-index:1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	box-sizing: border-box;
}
#AutonomousSolutions{
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 2;
	opacity: 0.2;
	max-width: 100%;
	overflow: hidden;
	background-image: none;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#PageBannerBackground {
	top:0px;
	position: relative;
	margin-top:0px;
	width:100%;
	height:100%;
	z-index:1;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.whitepagebackground {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.1;
	background-size: 1000px auto;
	-webkit-background-size:1000px auto;
	-moz-background-size:1000px auto;
	-o-background-size: 1000px auto;
	background-repeat: no-repeat;
	background-position:center center!important;
}
#SloganBox {
	display: flex;
	position: relative;
	width:100%;
	margin: auto;
	padding: 20px 10px;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: rgba(7,7,7,0.9);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	box-sizing: border-box;
	height: auto;
	text-align: center;
	z-index: 10;
	font-size: 80%;
}
#HomeImageDraw {
	display: flex;
	position: absolute;
	width:100%;
	height: 100%;
	z-index: 2;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: hidden;
	max-width: 100%;
}
#SloganBox2 {
	display: flex;
	grid-template-columns: 100%; 
	position: absolute;
	width:90%;
	margin: auto;
	margin-top: 90px;
	z-index: 6;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: left;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#SloganBoxSequence {
	display: grid;
	grid-template-columns: 100%; 
	position: absolute;
	width:90%;
	margin: 0 5%;
	top: 90vh;
	right:0%;
	z-index: 6;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: left;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#SloganUnderLine {
	height:2px;
	background-color:#fff;
	width:650px;
	position:fixed;
	display:block;
	left:0;
	top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:500px;
	z-index:50;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	margin-top:150px;
	left:10%;
	font-size:90%;
	background-color: transparent;
}
#SloganTextContainer{
	display:block;
	width:100%;
	position:relative;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#SloganBoxLeft{
	display:block;
	width:98%;
	margin-left: 1%;
	margin-right: 1%;
	position:relative;
	text-align: center;
}
#SloganBoxRight{
	display:block;
	width:98%;
	margin-left: 1%;
	margin-right: 1%;
	position:relative;
	text-align: center;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:250px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
.HeaderScript {
	color: #FFF;
	font-size: 450%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.marginTB50 {
	margin-top:25px;
	margin-bottom:25px;
}
.paddingTB100 {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingHomeTop {
	padding-top:50px;
	padding-bottom:0px;
}
.paddingTB20 {
	padding-top:20px;
	padding-bottom:20px;
}
.marginTB10 {
	margin-top:10px;
	margin-bottom:10px;
}
.paddingT100 {
	padding-top:50px;
	padding-bottom:5px;
}
.paddingB100 {
	padding-top:0px;
	padding-bottom:50px;
}
.paddingTB150 {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingFullPage {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingTB50 {
	padding-top:25px;
	padding-bottom:25px;
}
.paddingB50 {
	padding-bottom:25px;
}
.marginTB150 {
	display: flex;
	margin-top:30px;
	margin-bottom:30px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	padding-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}
#PortfolioGrid{
	display:grid;
	grid-template-columns: 1fr;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	grid-gap: 5px;
}
#PortfolioBlock{
	display:block;
	color: #fff !important;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	transition: all 0.25s linear;
}
#PortfolioBlock img{
	height: auto;
	width: 80%;
}

#PortfolioBlockDark{
	display: inline-block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	min-height: 100%;
	background-color: rgba(11, 89, 124, 1);
	padding-top: 50px;
	padding-bottom: 50px;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 0.5px solid #fff;
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.25);
	position:absolute;
	z-index:2;
	margin-top:0px;
}
#homelogotint{
	width:100%;
	height:100%;
	display: flex;
	position:absolute;
	z-index:2;
	-webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
	-webkit-mask-image: url("../CattleCompany/MeatForSale/CattleRanch/SteaksForSale-CattleRanchWashington.svg");
  	mask-image: url("../CattleCompany/MeatForSale/CattleRanch/SteaksForSale-CattleRanchWashington.svg");
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
	-webkit-mask-size: 200px;
  	mask-size: 200px;
	-webkit-mask-position: center center;
  	mask-position: center center;
	mask-mode: alpha;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
}
#homelogotintcover{
	width:40%;
	height:100%;
	position:absolute;
	opacity: 0.3;
	z-index:3;
	background-image: url("../FunctionalMedicine/Pittsburgh/icons/FunctionalMedicineWexford.svg");
	background-size: 400px auto;
	-webkit-background-size:400px auto;
	-moz-background-size:400px auto;
	-o-background-size: 400px auto;
	background-repeat: no-repeat;
	background-position:left center;
	overflow: visible;
}
.flexed{
	display: block;
	width:100%;
}


.flexblock {
    border: none;
    position: relative;
	width:98%;
	min-height:250px;
	float:left;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
	background-color: transparent;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: center;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	justify-content: center;
	-moz-box-shadow: 0 0 20px #efefef;
	-webkit-box-shadow: 0 0 20px #efefef;
	box-shadow: 0 0 20px #efefef;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	outline: 1px solid rgba(106,95,75,0.3);
	overflow: hidden;
}
.flexblocklabel{
	background-color: rgba(0,0,0,0.4);
	padding: 0px;
	position: absolute;
	display: block;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.flexblocklabelTop{
	background-color: rgba(0,0,0,0.4);
	padding: 10px 10px;
	position: absolute;
	display: block;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	flex-wrap: wrap;
	top: 0;
	box-sizing: border-box;
}
.flexblocklabelBottom{
	background-color: rgba(0,0,0,0.4);
	padding: 10px 10px;
	position: absolute;
	display: block;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	flex-wrap: wrap;
	bottom: 0;
	box-sizing: border-box;
}
.flexblock:hover .flexblocklabel{
	background-color: rgba(0,0,0,0.2);

}
.flexblock:hover {
	-moz-box-shadow: 0 0 10px #353535;
	-webkit-box-shadow: 0 0 10px #353535;
	box-shadow: 0 0 10px #353535;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.BodyFlexAngled{
	width:100%;
	display: inline-block;
	position: relative;
	align-items:center;
	align-content: center;
	justify-content:center;
	box-sizing: border-box;
	overflow: none;
	max-width: 100vw;
}
.BodyFlexAngledReverse{
	width:100%;
	display: inline-block;
	position: relative;
	align-items:center;
	align-content: center;
	justify-content:center;
	box-sizing: border-box;
	overflow: none;
	max-width: 100vw;
}
#BodyFlexReverse{
	width:100%;
	min-height:auto;
	display: inline-block;
	flex-direction: row;
}
.BodyFlexFull{
	position: relative;
	width: 100%;
    display: inline-block;
}
.BodyFlexFullReverse{
	width:100%;
	position: relative;
	min-height:auto;
	display: inline-block;
	flex-direction: row;
}
.BodyFlexAngledText{
	width:100%;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	display: block;
	align-items:center;
	justify-content:center;	
	box-sizing: border-box;
}

.BodyFlexAngledMedia{
	height: calc(200px - 22px);
	margin-left:auto;
	margin-right:auto;
	display: none;
	position: relative;
	align-items:center;
	justify-content:center;
	box-sizing: border-box;
	overflow: hidden;
	width: calc(100% - 22px);
	box-sizing: border-box;
	margin: 10px;

}
.BodyFlexAngledMediaReverse{
	height: calc(200px - 22px);
	position: relative;;
	display: none;
	align-items:center;
	justify-content:center;
	overflow: hidden;
	width: calc(100% - 22px);
	box-sizing: border-box;
	margin: 10px;

}
.PictureBorderMobileAdjust {
	width: 80% !important;
	margin-left: 10% !important;
	margin-right: 10% !important;
}
.BodyFlexItem{
	position: relative;
	flex-basis: calc(100% - 1px);
	flex: 1 0 calc(100% - 1px);
}
.BodyFlexItem3{
	position: relative;
	flex-basis: calc(100% - 1px);
	flex: 1 0 calc(100% - 1px);
}
.FlexContent {
	display: flex;
	position: relative;
    height: auto;
	flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
	
}
.FlexContentVideo {
	width: calc(100% - 22px);
	box-sizing: border-box;
	flex-grow: 1;
	padding: 10px;
	height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#BodyFlexItem{
	width:100%;
	min-height:60px;
	float:right;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0;
	margin-top:0;
	display: block;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftDesktop{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftPhone{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: none;
	align-items:center;
	justify-content:center;	
}
.TitleHeaderSm {
	text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
	font-family: TitleFont, sans-serif;
	font-size: 25px;
	line-height: 1;
	font-weight: lighter;
    font-style: normal;
}
.TitleHeader {
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: TitleFont, sans-serif;
	font-size: 25px;
	line-height: 1;
	font-weight: normal;
    font-style: normal;
	letter-spacing: 0.01em
}
.TitleHeaderLg {
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: TitleFont, sans-serif;
	font-size: 35px;
	line-height: 1;
	font-weight: lighter;
    font-style: normal;
	letter-spacing: 0.01em
}
.PageTitleHeader {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 35px;
	line-height: 1.3;
	font-weight: normal;
    font-style: normal;
	letter-spacing: 0em
}
.widthwrapmobile {
		width: 350px;
}
.PageTitleHeader2 {
	font-family: TitleFont, sans-serif;
	font-size: 30px;
}
.slideshow-container {
  position: relative;
  background: none;
  width:100%;
  min-height:400px;
}
.SliderTitleFont{
	color: #FFFFFF;
	font-size: 25px;
	font-family: TitleFont, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.slideshow .slide .title {
    margin: 0 auto 0px;
	margin-top:-80px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 30px;
    letter-spacing: 0em;
	z-index: 10;
	opacity: 0;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 22px;
    line-height:1;
	font-family: MainBodyFont, sans-serif;
	z-index: 10;
	opacity: 0;
}
.slideshow .buttongrid {
	display: grid;
	grid-template-columns: 1fr;
	width: 90%;
	margin-top: 30px;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
}
.slideshow .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 10 !important;
    color: #fff;
    text-align: center;
    display: grid;
	grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
	vertical-align: center;	
	margin-bottom: inherit;	
}
.slideshow .slide .caption {
    padding: 0px 0px 30px 0px;
	z-index: 10;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	opacity: 0;
}
.slideshow .pagination {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
	display: none;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    bottom: 5%;
    cursor: pointer;
    z-index: 3;
	display: none;
}
.btn {
    display: inline-block;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #BD8998;
    border: 2px solid #BD8998;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
    font-size: 20px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
	transition: padding-left 0.4s linear 0s, padding-right 0.4s linear 0s, background-color 0.4s linear 0s;
	
}
	
#pagesectionzerofull{
	min-height: none;
	display: grid;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}	
	
#footersection{
	display: grid;
	position: relative;
	border: none;
	height: auto;
	width: 100%;
	z-index:10;
}
#footertint{
	border: none;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 0;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	background: rgb(34, 34, 34);
}
#slidetextboxright{
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	position: relative;
	margin-top: 0;
	right: 0%;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
	box-sizing: border-box;
}
#slidetextboxleft{
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	position: relative;
	margin-top: 0;
	left: 0%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
	box-sizing: border-box;	
}
.contentpadding{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 30px 0px;
}
.DateBlockContainer{
	display:block;
	width:100%;
	margin:0;
	float:left;
}
.DateBlockItem{
	display:block;
	width:100%;
	margin:10px 0px;
	float:left;
}
.DateBlock{
	display:block;
	width:auto;
	margin:0;
	float:left;
}
.Event{
	display:inline-block;
	position: relative;
	float: right;
	width: calc(100% - 110px);
	padding: auto 10px;
	box-sizing: border-box;
}
.Month{
	display:block;
	width:auto;
	margin:0;
	float:left;
	z-index:1;
	position:absolute;
	background-color:#e4d9bc;
	color: #000;
	font-size: 150%;
	font-family: MainBodyFont, sans-serif;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	margin:0px;
}
.Day{
	display:block;
	width:100px;
	min-width:95px;
	margin-left:0;
	margin-bottom:0px;
	margin-top:20px;
	margin-right:0px;
	float:left;
	background-color:#6a5f4b;
	color: #fff;
	font-size: 400%;
	font-family: MainBodyFont, sans-serif;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	margin:0px;
	box-sizing: border-box;
}

#fadetowhite{
	background: -webkit-linear-gradient(transparent,#efefef);  
    background: -moz-linear-gradient(transparent,#efefef);  
    background: -o-linear-gradient(transparent,#efefef);  
    background: linear-gradient(transparent,#efefef);
	background-size: 1px 201px;
	background-repeat: repeat-x;
	background-position: top center;
	height: 200px;
	width: 100%;
	z-index: 5;
	position: fixed;
	border-bottom: 3px solid #efefef;
	bottom: 0;
}
.imagescroll{
	height: 200vh;
	width: 50%;
	position: fixed;
	background-image: url("../BuildingContractor/CommercialContractor/CommercialConstructionServices.jpg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	z-index: 4;
	display: inline-block;
}
.filters{
	display: flex;
	position: relative;
	width: 90%;
	margin-left: 5%;
	align-self: center;
	justify-content: space-evenly;
	background-color: #0b597c;
}
#filterscontainer label {
	color: #fff;
	font-size: 15px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 0px;
	padding-right: 0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#filterscontainer label:hover {
	color: #40d7ff;
}
.imagescrollcontainer{
	width:calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	position: relative;
	height: 300px;
	overflow: hidden !important;
	box-sizing: border-box;
	display: block;
}
.imageoverlay{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 3;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	-webkit-backdrop-filter: invert(1);
    backdrop-filter: invert(1);
	-webkit-mask-image: url("../AutonomousVehicles/CameraManufacturing/CarnegieRobotics-AutonomousVehicleSolutions.svg");
  	mask-image: url("../AutonomousVehicles/CameraManufacturing/CarnegieRobotics-AutonomousVehicleSolutions.svg");
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
	-webkit-mask-size: 100px;
  	mask-size: 100px;
	-webkit-mask-position: center center;
  	mask-position: center center;
	mask-mode: alpha;
}
.imageoverlaytext{
	width: 100%;
	height: 50%;
	bottom: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 2;
	opacity: 1;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.imageoverlay:hover{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}
.homelogoinvert{
	width: 195px;
	height: 179px;
	margin-bottom: 50px;
	position: absolute;
	display: block;
	z-index: 3;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	-webkit-backdrop-filter: invert(1) blur(2px);
    backdrop-filter: invert(1) blur(2px);
	-webkit-mask-image: url("../AutonomousVehicles/AutonomousVehicleSolutions/ManufacturingAutonomy.svg");
  	mask-image: url("../AutonomousVehicles/AutonomousVehicleSolutions/ManufacturingAutonomy.svg");
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
  	mask-size: 100%;
	-webkit-mask-position: center center;
  	mask-position: center center;
	mask-mode: alpha;	
}
.homelogodraw{
	width: 200px;
	height: 181px;
	margin-bottom: 50px;
	position: absolute;
	display: block;
	z-index: 4;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}
.imageoverlay:hover ~ .imageoverlaytext{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}
#fullimagescrollcontainer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid transparent;
	position: relative;
	height: 100%;
	overflow: hidden !important;
	box-sizing: border-box;
}
#imagescrollcontainerSVG{
	width: 100%;
	height: 100%;
	min-height: 500px;
	min-width: 100%;
	content: "";
	object-fit: contain;
	-webkit-clip-path: url(#svgmask);
	clip-path: url(#svgmask);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
}
#LogoOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background-image: url("../FunctionalMedicine/FunctionalMedicineOverlay.png");
	-webkit-background-size: 77.15% 99.055%;
	-moz-background-size: 77.15% 99.055%;
	-o-background-size: 77.15% 99.055%;
	background-size: 77.15% 99.055%;
	background-repeat: no-repeat;
	background-position: left top;
}
#overlayscrollcontainerSVG{
	width:100%;
	max-width: 800px;
	height: 800px;
	min-width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#homeimagescrollcontainerleft{
	width:41%;
	max-width: none;
	margin-left: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 7vh;
	position: absolute;
}
#homeimagescrollcontainerright{
	width:41%;
	max-width: none;
	margin-right: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 95vh;
	position: absolute;
	right: 0;
}
.imageslide{
	min-width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	z-index: 1;
	height: 700px;
	margin-top: -150px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#fullimageslide{
	min-width: 100%;
	min-height: 100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}
.imageslideSVG{
	min-width:100%;
	height: 450px;
	margin-top: -100px;
	top:0;
	overflow: hidden;
	position: absolute;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#IVTherapyContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#IVTherapyTitle{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform-origin: left;
	rotate: 0deg;
}
#IVTherapyTitle.turn{
	rotate: 90deg;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#IVTherapyText {
	width: 50%;
	margin-top: 250px;
	margin-left: 48%;
	margin-right: 2%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#IVTherapyBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	background-image: url("../WeightlossInjections/AtHomeIVInjections/IVInjectionsAtHomeNearMe.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#IVTherapyBackground.stick{
	opacity: 1;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#WeightlossTitle{
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#WeightlossTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 250px;
	left: 0;
	margin-left: 25px;
	display: flex;
	width: auto;
	margin-top: 200px;
	z-index: 1;
	rotate: -90deg;
	transform-origin: left;
	box-sizing: border-box;
}
#WeightlossText {
	width: 89%;
	margin-top: 150px;
	margin-left: 10%;
	margin-right: 1%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
	box-sizing: border-box;
}
#WeightlossBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/MedspaServices.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#BotoxFillerTitle{
	position: absolute;
	top: 200px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#BotoxFillerTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 350px;
	left: 0px;
	display: block;
	width: auto;
	margin-top: 300px;
	margin-left: 25px;
	z-index: 1;
	rotate:-90deg;
	transform-origin: left;
	box-sizing: border-box;
}
#BotoxFillerText {
	width: 89%;
	margin-top: 150px;
	margin-left: 10%;
	margin-right: 1%;
	margin-bottom: 50px;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
	box-sizing: border-box;
}
#BotoxFillerBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/TeleHealthWeightloss.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
}

/* Tablet */

@media only screen and (min-width: 576px) {
#Navbar{
	display: none;
}
#Navbars{
	display: none;
}
#HeaderButton{
	display: none;
}



#Navbar2{
	display: none;
	width: 30%;
	margin-right:10%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	float:left;
	top: 0px;
	font-size: 100%;
}
#menu{
	width: 100%;
	height: 100%;
	margin:0;
	margin:auto;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: flex;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-evenly;
	max-width: 700px;
}
#pagemenusidebar{
	width: 100%;
	height: 100%;
	margin:0;
	margin:auto;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: flex;

	max-width: 700px;
}
.dropmenu{
	
}
.menuRight{

}
#menu a{

}
#menu a.stick{
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	color: #6f7271;
	font-size: 16px;
}
#menu ul a{
	margin-top: 0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	min-height: auto;
	max-height: auto;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	height: 100%;
	font-size: 16px;
	opacity: 0;
	border-right: 1px solid rgba(255,255,255,0.3);
	border-left: 1px solid rgba(255,255,255,0.3);
	background-color: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}
#menu ul a:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
#menu ul a.stick{
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}


#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	min-height: 100%;
	margin-left: 0%;
	margin-right: 0%;
	position: relative;
	height: 100vh;
	display: none;
	z-index: 50;
	float:right;
	max-width: inherit;
	margin-top: 0px;
	padding-top:5px;
	font-size: 65%;
}
.PhoneNavbarButtons{
	z-index: 2;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	max-width: inherit;
	margin-top: 0px;
	padding-top:5px;
}
.PhoneNavbarLogo{
	z-index: 1;
	width: 100%;
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	justify-content: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	display: flex;
	position: absolute;
	background: linear-gradient(to bottom right, transparent,transparent,#173866,transparent,transparent);
	background-position: 175% 175%;
	background-size: 275% 275%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	margin-top: 0px;
	padding-top:5px;
}
.PhoneNavbarLogoAdjust {
	opacity: 0.5;
	display: inline;
	fill: inherit;
	width: 100%;
	max-width: 200px;
}
#NavbarPhoneNumbers{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#032c40;
	z-index: 450;
	position: absolute;
	float:right;
	max-width: inherit;
	margin-top: 70px;
	padding-top:30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#HeaderBackground {
height: 79px;
}
#HeaderBackground.stick {

}
#Logo {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin:auto;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	flex-wrap: wrap;
	padding-left: 10px;
}
#Logo.stick {
	
}
.Logo{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	padding-bottom: 0px;
	margin: auto auto auto 10px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
	max-width: 170px;
}
.Logo.stick{

}
.Logo2{
	display: none;
}
.Logo2.stick{
	opacity: 1;
}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:80px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
#LogoText {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 0;
}
#LogoText.stick {
	-webkit-transition: all 1s ease-in-out 0.75s;
	-moz-transition: all 1s ease-in-out 0.75s;
	-ms-transition: all 1s ease-in-out 0.75s;
	-o-transition: all 1s ease-in-out 0.75s;
	transition: all 1s ease-in-out 0.75s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
}
#LogoText2 {
	-webkit-transition: all 1s ease-in-out 0.75s;
	-moz-transition: all 1s ease-in-out 0.75s;
	-ms-transition: all 1s ease-in-out 0.75s;
	-o-transition: all 1s ease-in-out 0.75s;
	transition: all 1s ease-in-out 0.75s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
}
#LogoTextPhone{
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-11px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 0;
	}
#LogoTextPhone.stick{
	-webkit-transition: all 1s ease-in-out 1s;
	-moz-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
	-o-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-11px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
	}
#LogoTextPhone2{
	-webkit-transition: all 1s ease-in-out 1s;
	-moz-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
	-o-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-11px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
	}
.LogoTitle{
	font-family: TitleFont2;
	font-size: 175%;
	letter-spacing: 0rem;
	font-weight: lighter;
	color: #000;	
	}
#LogoHeaderBackground{
	display:block;
	position:absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:160px;
	background-color:#fff;
	margin-left:30%;
	width:40%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground.stick{
	display:block;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:100px;
	background-color:#fff;
	margin-left:35%;
	width:30%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground2{
	display:block;
	position:absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:200px;
	background-color:#e4d9bc;
	margin-left:2%;
	width:400px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground2.stick{
	display:block;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:115px;
	background-color:#e4d9bc;
	margin-left:2%;
	width:250px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoBackgroundLeft{
	width:100%;
	background-image:url(../FoxChapelDayCare/Logo/APlaceToGrowDaycareBack.png);
	background-size: 400px;
	background-attachment: inherit;
	-webkit-background-size: 400px;
	-moz-background-size: 400px;
	-o-background-size: 400px;
	background-repeat: no-repeat;
	background-position:-75px center !important;	
}
#HeaderPhone {
	display:none;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#PhoneButtonsContainer {
	position: relative;
	width: auto;
}
#PagePhoneButtonsContainer {
	width: auto;
}
[data-scroll-container] {
	min-height:  none;
	height: auto;
	min-width: 100%;
	perspective: 1px;
	position: relative;
	transform: perspective(1px);
	display: inline-grid;
	padding: 0;
	margin: 0;
	border: none;
}
.header {
  width: 100%;
  height: auto;
  z-index: 100;
	top: 0;
	left: 0;
  position: fixed;
  transform: translate3d(0, 0px, 0);
}
.header.unpinned {
  transform: translate3d(0, -80px, 0);
}
#PageNavigation {

}
#PageNavigationContainer{
	
}
#PageMenuOpener{
	
}
#menuopenertext{
	
}
#PageNavigation.stick {
}
.pageanchor{
	margin-top: -70px;
}
#PageMenuTitle {
	position: relative;
	height: 63px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-right: none;
	box-sizing: border-box;
	transition: all 0.6s linear 0s;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	opacity: 1;
}
.pagemenutitle{
	width: auto !important;
	margin-left: 10px !important;
}
#PageMenu {
  display: none;
}
#PageMenuPhone {
  position: relative;
	height: 100%;
	width: 100%;
	margin-right: 0px;
	display: flex;
	justify-content: flex-end;
	border-right: none;
	box-sizing: border-box;
	transition: all 0.6s linear 0s;
}
#HeaderBar {
	display: grid;
	grid-template-columns: 60% 40%;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:80px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:inherit;
}
#HeaderBar.stick {

}
#TopHeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	grid-template-columns: 37.5% 25% 37.5%;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:30px;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#HeaderBarBackground {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:70px;
	background-color: #fff;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#HeaderBarBackground.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:70px;
	background-color: #fff;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom:none;
	font-size:inherit;
}
#HeaderBarBackground2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:115px;
	background-color: #E8DCDF;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
.HomeBodyLeft {
}
.HomeBodyLeftTitle{

}
.HomeBodyLeftText{

}

.HomeBodyRight {

}
.HomeBodyRightTitle{

}
.HomeBodyRightText{

}
.ProjectFirstImageLink{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectFirstImageTint{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 1000px;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: flex-end;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	
}
.ProjectFirstImageTint:hover{
	opacity: 1;
}
#BodyRightOver {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
	position: relative;
	z-index:50;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 2%;
	margin-right:2%;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 96%;
	display: block;
	font-size:100%;
}
.CloudsLeft {
	width: 500px;
	max-width: none;
}
.CloudsCenter {
	width: 100%;
	max-width: none;
}
.TruckingOverlay {
}
.TruckingOverlayDiamonds {
}
.TruckingOverlayDots {
}
.TruckingOverlayPGH {
}
.TruckingOverlayTread {
}
.CloudsRight {
	width: 500px;
	max-width: none;
}
#FloatContainer {
	width:90%;
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
}
/*Picture Left*/
#BodyRightOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom: auto;
	grid-column: 1; 
	grid-row: 1;
	font-size:inherit;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyRightOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyLeftFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: auto;
	grid-column: 1; 
	grid-row: 2;
	z-index: inherit;
	font-size:100%;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
/*Picture Right*/
#BodyLeftOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:auto;
	grid-column: 1; 
	grid-row: 1;
	font-size:inherit;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyLeftOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyRightFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: auto;
	grid-column: 1; 
	grid-row: 2; 
	z-index: inherit;
	font-size:inherit;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.TableFlex {

}
.ButtonTableFlex {
    
}
.TableFlexItem {
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
}
.ButtonTableFlexItem {
}
.ButtonTableFlexItemSmall {
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
}
.TableFlexItemContent {
	padding: 1.6rem 1.6rem;
}
.TableFlexItemTitle{
		
}
.ButtonTableFlexItemContent {

}
.AboutGrid {
	display:grid;
	grid-template-columns: 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
}
.AboutGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
}
.ContactGrid {
	grid-template-columns: 100%;
}
.ContactGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
}
.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
}
.ProjectLink{
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;	
}
.ProjectGridItem{
	margin: 0rem;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
	padding: 10px;
}
.ProjectTint{
	display: inline-flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	padding-top: 50%; /* Aspect Ratio */
    position: relative; 
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectTitle{
	margin: 0 2% 10px 2%;
	border: none;
    border-radius: 0px;
	z-index:1;
	width: 96%;
}
.ProjectGridItem:hover .ProjectTint{
	opacity: 1;
}

.mobiletext{
	display: inherit;	
}
.desktoptext{
	display: none;
}
.desktopgallery{
	display: none;
}
#GridCenter {
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterBio {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	grid-gap: 50px;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterHome {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:2%;
	margin-bottom:0;
	margin-top:0;
	margin-right:2%;
	width: 96%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterThree {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridRightLg {
	padding: 0rem;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#GridRightSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridLeftLg {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.softwaregrid-layout {
	 grid-template-columns: 1fr 1fr 1fr;
}
.softwaregrid-item {

}
/*Gallery*/
.grid-layout {
}
.grid-layoutsmall {
   grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    grid-template-areas:
    "a b"
    "a c"
	"d f"
    "e f"
	"g h";
    grid-gap: 5px;
    padding: 1px;
}

.grid-item {

}

.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}
/*Gallery end*/

.PictureRadius {
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
.BodyCenter {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	display: block;
	font-size:100%;
	text-align: center;
	position: relative;
}
.BodyFull {

}
#BodyFullSlide {
	width: 100%;
	display: flex;
	position: relative;
	text-align: center;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 5;
}
.BodyCenterSmall {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: flex;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:20px;
	margin-top:20px;
	width: 100%;
	display: block;
	font-size:100%;
	padding: 20px;
}
#ContactFormTint{
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-bottom:50px;
	margin-top:50px;
	width: 90%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-attachment:fixed;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#Footer {
	width: 100%;
	display: grid;
	padding: 60px 0px;
}
#FooterRightMiddle {
	width: 100%;
	border:none;
	display: grid;
}
#FooterGrid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(12, minmax(0px, 1fr));
	justify-content: center;
	align-content: center;
	align-items: center;
}
.FooterHeader {
	color: #1B3D6D;
	font-size: 24px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	font-size: 16px;
	padding-right:0px;
	padding-left:0px;
	font-weight: normal;
}
.FootText {
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 111%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
#FooterBottom {
	display: flex;
	width:100%;
	min-width: 100%;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top:none;
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 110%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#TruckRentals {
	height:1px;
	overflow:hidden;
	position:absolute;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: relative;
	display: inline-grid;
	flex-wrap: wrap;
	margin-top: 0;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
}
.ProcessContainer{
	position: relative;
	display: flex;
	margin-top: 0px;
	width: 100%;
}
.ProcessLeft{
	position: relative;
	display: flex;
	flex: 1 20 auto;
	margin-top: 0px;
	width: 100%;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	border-right: 5px solid #231f20;
}
.ProcessRight{
	width: 100%;
	flex: 1 1 auto;
}
.ProcessItemFirst{
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	flex-wrap: wrap;
	margin: 20px 5% 75px 5%;
	width: 90%;
	box-sizing: border-box;
}
.ProcessItem{
	position: relative;
	display: grid;
	grid-template-columns: 10% 90%;
	flex-wrap: wrap;
	margin-top: 50px;
	width: 100%;
}
.ProcessItemMiddle{
	position: relative;
	display: grid;
	flex-wrap: wrap;
	margin: 0px;
	width: 200px;
}
.ProcessNumber{}
.ProcessText{
	margin: 7px 0px 20px 10px;
	width: 90%;
}
.ProcessNumberSVGnumber{
	fill: #fcfdff;
	font-family: MainBodyFont, sans-serif;
	font-size: 8.5px;
}
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
	display: grid;
  width: 100%;
  height: 100%;
}
#BodyPadding{
	margin-top: 0;
	width: 94%;
	display: block;
	margin-left: 3%;
	margin-right: 3%;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: relative;
	display: inline-flex;
	margin-top: 400px;
	width: 100%;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	padding-bottom: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

}
#BodyD3{
	position: relative;
	display: inline-grid;
	margin-top: 100px;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.MainBodyLg {
	font-size: 18px;
	text-shadow: none;
	text-decoration:none;
}
.MainBody {
	padding-left: 0px;
	padding-right:0px;
	font-size: 15px;
	line-height:1.1;
}
.MainBodyTitle {
	padding-left: 0px;
	padding-right:0px;
	font-size: 17px;
	line-height:1.2;
	letter-spacing: 0.3rem;
}
.MainBodySm {
	padding-left: 0px;
	padding-right:0px;
	font-size: 16px;
}
.MainBodySmaller {
	padding-left: 0px;
	padding-right:0px;
	font-size: 14px;
}
.BigMainBodyWhiteHome {
	text-rendering: optimizelegibility;
	color: #FFF;
	font-size: 600%;
	font-family: MudgeRanch, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:30px;
	font-weight: bolder;
	margin:0px;
}
#FooterLeft {
	position: relative;
	width:98%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
  	display: block;
    justify-content: center;
	text-align: center;
}
#FooterGridLeft {
	position: relative;
	grid-column: span 6 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	height: 100%;
}
#FooterGridLeftTop {
	
}
#FooterGridLeftBottom {
	padding: 10px;
}
#FooterGridRightTop {
	grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.FooterGridRightTopLeft {
	position: relative;
	grid-column: span 2 / span 2;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 0px 10px;
	height: 100px;
	border-right: 1px solid rgba(111,114,113,0.3);
}
.FooterGridRightTopRight {
	position: relative;
	grid-column: span 2 / span 2;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: 100%;
}
#FooterGridBottom {
	width: 100%;
	border:none;
	display: grid;
	position: relative;
	grid-template-columns: 100%;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}
#FooterGridBottomLeft {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: auto;

}
#FooterGridBottomCenter {
	position: relative;
	grid-column: span 6 / span 6;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 0px 10px;
	height: auto;

}
#FooterGridBottomRight {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: auto;
}
#FooterLeftPhone {
	display:block;
	position: relative;
	width:74%;
	float:left;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0;
	margin-top:10px;
	font-size:100%;
}
#FooterCenter {
	display:block;
	width:98%;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
	padding: 0px;
	font-size: inherit;
}
#FooterRight {
	display:block;
	position: relative;
	width:98%;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	font-size: inherit;
}
.socialcontainer{
	justify-content: flex-start;
}
.socialcontainerfooter{
	justify-content: center;
	margin-top: 20px;
}
#FooterGridRight {
	position: relative;
    grid-column: span 6 / span 9;
	box-sizing: border-box;
}
.CopywriteBlock {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.CopywriteBlockMiddle {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-left: none;
	border-right: 1px solid #00B095;
	white-space: nowrap;
}
.hometabsflexed{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width:100%;
	grid-gap: 10px;
	margin-left: 0%;
}
.BalloonHeader {
	color: #fff;
	margin: -150px auto 20px 0;
	float: left;
	padding: 10px 0;
	display: inline-flex;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(1px) invert(1);
	backdrop-filter: blur(1px) invert(1);
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	transition: all 0.3s ease-in-out;
	width: 100%;
	justify-content: center;
	text-align: right;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.BalloonHeaderRight {
	color: #fff;
	margin: -150px 0 20px auto;
	float: right;
	padding: 10px 0;
	display: inline-flex;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(1px) invert(1);
	backdrop-filter: blur(1px) invert(1);
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	transition: all 0.3s ease-in-out;
	width: 100%;
	justify-content: flex-end;
	text-align: left;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.hometab {
	width:90%;
	margin-bottom:20px;
	margin-top:20px;
}
.hometablogoleft{
	position: absolute;
	opacity: 1;
	width: 60px;
	left: 0;
	bottom: 0;	
	padding: 10px;
}
.hometablogoright{
	position: absolute;
	opacity: 1;
	width: 60px;
	right: 0;
	bottom: 0;	
	padding: 10px;
}
#homepagetopcontainer {
	height:70vh;
}
#homepagebody {
	
}
#pagetopcontainerfull {
	top:0%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:auto;
	max-height: 100vh;
}
#pagetopcontainerfullsequence {
	
}
#pagetopcontainer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:400px;
}
#pagetopcontainermedium {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:600px;
}

#pagetopcontainersmall {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:165px;
	z-index:5;
}
#pagevideobannercontainer {
	position: relative;
	width:100%;
	z-index: 2;
	overflow: hidden;
	display: grid;

}
#VideoBackground {
	display: flex;
	top:0px;
	width:100%;
	height:70vh;
	z-index:-1;
	overflow: hidden;
	position: absolute;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BackVideo{
	width:96%;
	padding: 10px;
	height: auto; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;	

}
maindistortion {
  aspect-ratio: 16 / 16;
	height: auto;
}
#pagination {
  position: absolute;
  top: 0%;
  right: 30px;
  z-index: 6;
	display: flex;
	width: 500px;
}
.slider-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 96%;
  height: auto;
  margin: 0 auto;
	padding-top: 75px;
  z-index: 5;
}
#slider canvas {
	min-width: 100%;
  height: 100% !important;
	display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
	opacity: 1;
}
#slider img {
	 min-width: 100%;
  position: relative;
  z-index: 0;
	opacity: 1;
}
.fullvideoadjust {
	aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
	margin: 0 0%;
	border: 2px solid transparent;
}
.VideoBox{
	width: 96%;
	bottom: 22px;
	right: 2%;
}
#VideoBackground2 {
	display: grid;
	top:0px;
	left: 0;
	width:100%;
	height:600px;
	z-index:1;
	overflow: hidden;
	position: absolute;
}
#VideoBanner {
	position: absolute;
	height: 100vh;
	width: 100%;
	min-height: 2000px;
	z-index: -1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat !important;
	background-position:center center !important;
	
}
#BannerBackground {
	top:0px;
	position: relative;
	margin-top:80px;
}
#AutonomousSolutions{
	background-size: cover;
}
#PageBannerBackground {
	top:0px;
	position: relative;
	margin-top:0px;
}
.whitepagebackground {
}
#SloganBox {
	width:100%;
	margin: auto;
	padding: 20px 20px;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#HomeImageDraw {

}
#SloganBox2 {
	width:90%;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#SloganBoxSequence {
	width:90%;
	margin: 0 5%;
	top: 90vh;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#SloganUnderLine {
	height:2px;
	background-color:#fff;
	width:650px;
	position:fixed;
	display:block;
	left:0;
	top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:500px;
	z-index:50;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	margin-top:150px;
	left:10%;
	font-size:90%;
	background-color: transparent;
}
#SloganTextContainer{
	display:block;
}
#SloganBoxLeft{
	text-align: center;
}
#SloganBoxRight{
	text-align: center;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:130px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
.HeaderScript {
	color: #FFF;
	font-size: 450%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.marginTB50 {
	margin-top:25px;
	margin-bottom:25px;
}
.paddingTB100 {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingHomeTop {
	padding-top:50px;
	padding-bottom:0px;
}
.marginTB10 {
	margin-top:10px;
	margin-bottom:10px;
}
.paddingT100 {
	padding-top:50px;
	padding-bottom:5px;
}
.paddingB100 {
	padding-bottom:50px;
}
.paddingTB150 {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingFullPage {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingTB50 {
	padding-top:25px;
	padding-bottom:25px;
}
.paddingB50 {
	padding-bottom:25px;
}
.marginTB150 {
	display: flex;
	margin-top:30px;
	margin-bottom:30px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	padding-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}

#PortfolioBlock{
	display:block;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	padding: 10px;
	float:left;
}
#PortfolioBlock img{
	height: 300px;
	width: auto;
}
#PortfolioGrid{
	display:grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#PortfolioBlockDark{
	display: inline-block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	min-height: 100%;
	background-color: rgba(11, 89, 124, 1);
	padding-top: 50px;
	padding-bottom: 50px;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 0.5px solid #fff;
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.25);
	position:absolute;
	z-index:2;
	margin-top:0px;
}
#homelogotint{
	width:40%;
	height:100%;
	-webkit-mask-size: 250px;
  	mask-size: 250px;
}
#homelogotintcover{
	width:40%;
	height:100%;
	position:absolute;
	opacity: 0.3;
	z-index:3;
	background-size: 400px auto;
	-webkit-background-size:400px auto;
	-moz-background-size:400px auto;
	-o-background-size: 400px auto;
	background-repeat: no-repeat;
	background-position:left center;
	overflow: visible;
}
.flexed{
	display: block;
	width:100%;
}


.flexblock {
	width:48%;
	min-height:200px;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
}
.flexblock:hover {

}

.BodyFlexAngled{
	width:100%;
	display: inline-block;		
}
.BodyFlexAngledReverse{
;
}
#BodyFlexReverse{
	width:100%;
	min-height:auto;
	display: inline-block;
	flex-direction: row;
}
.BodyFlexFull{
	position: relative;
	width: 100%;
    display: inline-block;
}
.BodyFlexFullReverse{
	width:100%;
	min-height:auto;
	display: inline-block;
	flex-direction: row;
}
.BodyFlexAngledText{
	width:100%;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	display: block;
	align-items:center;
	justify-content:center;
}

.BodyFlexAngledMedia{
	height: calc(300px - 22px);
	margin-left:auto;
	margin-right:auto;
	display: none;
	align-items:center;
	justify-content:center;
	width: calc(100% - 22px);
	box-sizing: border-box;
	margin: 10px;
}
.BodyFlexAngledMediaReverse{
	height: calc(300px - 22px);
	margin-left:auto;
	margin-right:auto;
	display: none;
	align-items:center;
	justify-content:center;
	width: calc(100% - 22px);
	box-sizing: border-box;
	margin: 10px;
	
}
.PictureBorderMobileAdjust {
	width: 80% !important;
	margin-left: 10% !important;
	margin-right: 10% !important;
}
.BodyFlexItem{
	position: relative;
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
}
.BodyFlexItem3{
	position: relative;
	flex-basis: calc(100% - 1px);
	flex: 1 0 calc(100% - 1px);
}
.FlexContent {    
	height: 100%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
.FlexContentVideo {
    width: calc(100% - 22px);
	box-sizing: border-box;
	padding: 10px;
}
#BodyFlexItem{
	width:100%;
	min-height:60px;
	float:right;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0;
	margin-top:0;
	display: block;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftDesktop{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftPhone{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: none;
	align-items:center;
	justify-content:center;	
}
.TitleHeaderSm {
	font-size: 25px;
}
.TitleHeader {
	font-size: 30px;
}
.TitleHeaderLg {
	font-size: 50px;
}
.PageTitleHeader {
	font-size: 40px;
}
.widthwrapmobile {
		width: auto;
}
.PageTitleHeader2 {
	font-size: 35px;
	color: #fff;
}
.slideshow-container {
  position: relative;
  background: none;
  width:100%;
  min-height:400px;
}
.SliderTitleFont{
	color: #FFFFFF;
	font-size: 33px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.slideshow .slide .title {
    margin: 0 auto 15px;
	margin-top:-30px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 35px;
    letter-spacing: 0em;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 22x;
    line-height:1;
	font-family: MainBodyFont;
}
.slideshow .buttongrid {
	display: grid;
	grid-template-columns: 1fr;
	width: 80%;
	margin-top: 30px;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
}
.slideshow .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 10 !important;
    color: #fff;
    text-align: center;
    display: grid;
	grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
	vertical-align: center;	
	margin-bottom: inherit;	
}
.slideshow .slide .caption {
    padding: 0px 0px 30px 0px;
	z-index: 10;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.slideshow .pagination {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
	display: block;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    bottom: 10%;
    cursor: pointer;
    z-index: 3;
}
.btn {
    display: inline-block;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #BD8998;
    border: 2px solid #BD8998;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
    font-size: 20px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
	transition: padding-left 0.4s linear 0s, padding-right 0.4s linear 0s, background-color 0.4s linear 0s;
	
}	
#pagesectionzerofull{
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}	
	
#footersection{
	display: grid;
	position: relative;
	border: none;;
	height: auto;
	width: 100%;
	z-index:10;
}
#footertint{
	border: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 0;
	height: 100%;
	width: 100%;
}
#slidetextboxright{
	width: 100%;
	margin-top: 0;
	right: 0%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
}
#slidetextboxleft{
	width: 100%;
	margin-top: 0vh;
	left: 0%;
	bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
}
.contentpadding{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 30px 0px;
}
.DateBlock{
	width:auto;
	margin:0;
}
.Event{
	width: calc(100% - 160px);
	padding: auto 10px;
}
.Month{
	width:auto;
	font-size: 150%;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}
.Day{
	width:140px;
	min-width:95px;
	font-size: 400%;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:auto;
	padding-right:auto;
	margin:0px;
}
#fadetowhite{
	background: -webkit-linear-gradient(transparent,#efefef);  
    background: -moz-linear-gradient(transparent,#efefef);  
    background: -o-linear-gradient(transparent,#efefef);  
    background: linear-gradient(transparent,#efefef);
	background-size: 1px 201px;
	background-repeat: repeat-x;
	background-position: top center;
	height: 200px;
	width: 100%;
	z-index: 5;
	position: fixed;
	border-bottom: 3px solid #efefef;
	bottom: 0;
}
.homeimagecontainer{
	overflow: hidden;
	height: 100vh;
	width: 45%;
	position: fixed;
}
.imagescroll{
	height: 200vh;
	width: 50%;
	position: fixed;
	background-image: url("../BuildingContractor/CommercialContractor/CommercialConstructionServices.jpg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	z-index: 4;
	display: inline-block;
}
.filters{
	display: flex;
	position: relative;
	width: 90%;
	margin-left: 5%;
	align-self: center;
	justify-content: space-evenly;
	background-color: #0b597c;
}
#filterscontainer label {
	color: #fff;
	font-size: 15px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 0px;
	padding-right: 0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#filterscontainer label:hover {
	color: #40d7ff;
}
.imagescrollcontainer{
	height: 400px;
}
.imageoverlay{
	opacity: 1;
	-webkit-mask-size: 150px;
  	mask-size: 150px;
}
.homelogoinvert{
	width: 295px;
	height: 270px;	
}
.homelogodraw{
	width: 301px;
	height: 272px;
}
.imageoverlaytext{
	opacity: 1;
}
#fullimagescrollcontainer{

}
#imagescrollcontainerSVG{
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 500px;
	content: "";
	object-fit: contain;
	-webkit-clip-path: url(#svgmask);
	clip-path: url(#svgmask);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
}
#LogoOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background-image: url("../FunctionalMedicine/FunctionalMedicineOverlay.png");
	-webkit-background-size: 77.15% 99.055%;
	-moz-background-size: 77.15% 99.055%;
	-o-background-size: 77.15% 99.055%;
	background-size: 77.15% 99.055%;
	background-repeat: no-repeat;
	background-position: left top;
}
#overlayscrollcontainerSVG{
	width:100%;
	max-width: 800px;
	height: 1000px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#homeimagescrollcontainerleft{
	width:41%;
	max-width: none;
	margin-left: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 7vh;
	position: absolute;
}
#homeimagescrollcontainerright{
	width:41%;
	max-width: none;
	margin-right: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 95vh;
	position: absolute;
	right: 0;
}
.imageslide{
	height: 800px;
	margin-top: -100px;
}
#fullimageslide{

}
.imageslideSVG{
	min-width:100%;
	height: 650px;
	margin-top: -100px;
	top:0;
	position: absolute;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#IVTherapyContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#IVTherapyTitle{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 1;
}
#IVTherapyText {
	width: 50%;
	margin-top: 250px;
	margin-left: 48%;
	margin-right: 2%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#IVTherapyBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	background-image: url("../WeightlossInjections/AtHomeIVInjections/IVInjectionsAtHomeNearMe.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#IVTherapyBackground.stick{
	opacity: 1;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#WeightlossTitle{
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#WeightlossTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 250px;
	left: 0;
	margin-left: 25px;
	display: flex;
	width: auto;
	margin-top: 200px;
	z-index: 1;
	rotate: -90deg;
	transform-origin: left;
	
}
#WeightlossText {
	width: 89%;
	margin-top: 250px;
	margin-left: 10%;
	margin-right: 1%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
}
#WeightlossBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/MedspaServices.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#BotoxFillerTitle{
	position: absolute;
	top: 200px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#BotoxFillerTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 350px;
	left: 0px;
	display: block;
	width: auto;
	margin-top: 300px;
	margin-left: 25px;
	z-index: 1;
	rotate:-90deg;
	transform-origin: left;
}
#BotoxFillerText {
	width: 89%;
	margin-top: 250px;
	margin-left: 10%;
	margin-right: 1%;
	margin-bottom: 50px;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
}
#BotoxFillerBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/TeleHealthWeightloss.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
}


/* Small Desktop */

@media only screen and (min-width: 1000px) {
#Navbar{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:90%;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:auto;
	position: relative;
	max-width:none;
	justify-content: center;
	align-content: center;
	align-items: center;
    box-sizing: border-box;
}
#Navbars{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:90%;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:auto;
	position: relative;
	max-width:none;
	justify-content: center;
	align-content: center;
	align-items: center;
    box-sizing: border-box;
}
#HeaderButton{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:auto;
	position: relative;
	max-width:none;
	font-size: 100%;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
    box-sizing: border-box;
	border-left: 1px solid rgba(255,255,255,0.3);
}



#Navbar2{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:25px;
	margin-bottom:0px;
	position: absolute;
	float: right;
	right:0;
	top: 0;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#menu{
	width: 100%;
	height: 100%;
	margin:auto 0 auto auto;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: flex;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-evenly;
	max-width: 700px;
}
#pagemenusidebar{
	width: 100%;
	height: 100%;
	margin:0;
	margin:auto;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: block;
	flex-wrap: wrap;

	max-width: 700px;
}
.dropmenu{
	display: grid;
	grid-template-columns: 250px 450px;
	grid-column-gap: 1px;
	position: relative;
	box-sizing: border-box;
}
.menuRight{
	justify-content: space-around !important;
	margin:auto auto auto auto !important;
}
#menu a{
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	display: flex;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-wrap: none;
	text-transform: none;
	font-family: MenuFont, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	flex-wrap: wrap;
	vertical-align: middle;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-size: 100% 50%;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0);
	border-color: transparent;
	border-width: 5px;
	border-style: solid;
	box-sizing: border-box;
}
#menu a.stick{
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	color: #000;
	font-size: 16px;
}
#menu ul a{
	margin-top: 0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:0px;
	min-height: auto;
	max-height: auto;
	color: #000;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	height: 100%;
	font-size: 16px;
	opacity: 0;
	border-right: 1px solid rgba(153,0,0,1);
	border-left: 1px solid rgba(153,0,0,1);
	background: rgba(255,255,255,0.95);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}
#menu ul a:last-child{
	border-bottom: 1px solid rgba(153,0,0,1);
}
#menu ul a.stick{
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}
#NavbarPhone{
	display: none;
}
#NavbarPhoneNumbers{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#032c40;
	z-index: 500;
	position: fixed;
	float:right;
	max-width:600px;
	margin-top: 50px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #f00116;
	-webkit-box-shadow: 0px 0px 10px #f00116;
	box-shadow: 0px 0px 10px #f00116;
	font-size: 70%;
	-webkit-animation: slideInDown ease-in 1s;
	-moz-animation: slideInDown ease-in 1s;
	-o-animation: slideInDown ease-in 1s;
	animation: slideInDown ease-in 1s;
}
#HeaderBackground {
height: 100px;
	background-image: url("../TruckRentals/Arlington-Everett-Washington/DumpTruck-FlatBed-Truck-Rentals/DumpTruckRentals-ArlingtonWA.svg");
	background-color: transparent;
}
#HeaderBackground.stick {
	background-color: rgba(255,255,255,1);
}
#Logo {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin:auto;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-left: inherit;
	margin-top: -17px;
}
#Logo.stick {
	
}
#Logo:hover {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	background-color: rgba(234, 189, 107, 0);
}
#LogoLines {
	
}
#LogoLines.stick {

}
.Logo{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	margin-top: -2px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
	max-width: 200px;
}
.Logo.stick{

}
.Logo2{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	top:0;
	max-width: 200px;
	padding-bottom: 0px;
	margin-top: 0px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
}
.Logo2.stick{
	opacity: 1;
	height: auto;
	max-width: 175px;
}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:100px;
	margin-right:0%;
	margin-left:50px;
	margin-top:0px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
}

#HeaderPhone {
	display: block;
	width:70%;
	float:right;
	right:0%;
	margin-right:20px;
	margin-left:2%;
	margin-top:10px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#PhoneButtonsContainer {
	display: none;
}
#PagePhoneButtonsContainer {
	display: none;
}
[data-scroll-container] {
	min-height: 100vh;
	height: auto;
	min-width: 100%;
	perspective: 1px;
	position: fixed;
	transform: perspective(1px);
	display: inline-grid;
	padding: 0;
	margin: 0;
	border: none;
}
.header {
  width: 100%;
  height: 80px;
  z-index: 100;
	top: 0;
	left: 0;
  position: fixed;
  transform: translate3d(0, 0px, 0);
}
.header.unpinned {
  transform: translate3d(0, -130px, 0);
}
#PageNavigation {

}
#PageNavigationContainer{
	position: fixed;
	bottom:0px;
	height: calc(100% - 112px);
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 280px;
}
#PageMenuOpener{
	
}
#menuopenertext{
	
}
#PageNavigation.stick {
}
.pageanchor{
	margin-top: -10px;
}
#PageMenuTitle {
	position: relative;
	height: auto;
	width: 100%;
	top: 0;
	margin: 20px auto;
	display: block;
	justify-content: flex-start;
	border-right: none;
	box-sizing: border-box;
	transition: all 0.6s linear 0s;
	opacity: 1;
	border-bottom: none;
}
.pagemenutitle{
	max-width: inherit;
	margin-left: inherit;
}
#PageMenu {
  position: relative;
	height: 100%;
	width: 100%;
	margin-right: 0px;
	display: flex;
	justify-content: flex-end;
	border-right: none;
	box-sizing: border-box;
	transition: all 0.6s linear 0s;
}
#PageMenuPhone {
	display: none;
}
#HeaderBar {
	display: grid;
	grid-template-columns: 300px 1fr;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	position: relative;
	width: 100%;
	height:70px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:inherit;
}
#HeaderBar.stick {
}
#TopHeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: flex;
	grid-template-columns: 100%;
	justify-content: right;
	align-content: flex-end;
	align-items: flex-end;
	position: relative;
	width: 100%;
	height:30px;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
	padding: 0px 0px;
}
.HomeBodyLeft {

}
.HomeBodyLeftTitle{

}
.HomeBodyLeftText{

}
.HomeBodyRight {

}
.HomeBodyRightTitle{

}
.HomeBodyRightText{

}
#BodyRightOver {
	float: right;
	margin-left: 35%;
	margin-right:15%;
	margin-top: 150px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
	position: absolute;
	z-index:50;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 4%;
	margin-right:4%;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 92%;
	display: block;
	font-size:100%;
}
.CloudsLeft {
	width: 500px;
	max-width: none;
}
.CloudsCenter {
	width: 100%;
	max-width: none;
}
.TruckingOverlay {
}
.TruckingOverlayDiamonds {
}
.TruckingOverlayDots {
}
.TruckingOverlayPGH {
}
.TruckingOverlayTread {
}
.CloudsRight {
	width: 500px;
	max-width: none;
}
#FloatContainer {
	width:90%;
	display:grid;
	grid-template-columns: repeat(20, 1fr);
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
}
/*Picture Left*/
#BodyRightOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:75px;
	margin-bottom: auto;
	grid-column: 10 / 20; 
	grid-row: 1;
	font-size:100%;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyRightOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyLeftFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: auto;
	grid-column: 2 / 11; 
	grid-row: 1;
	z-index: 1;
	font-size:100%;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
/*Picture Right*/
#BodyLeftOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:auto;
	grid-column: 2 / 12; 
	grid-row: 1;
	font-size:100%;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyLeftOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyRightFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 75px;
	margin-bottom: auto;
	grid-column: 11 / 20; 
	grid-row: 1; 
	z-index: 1;
	font-size:100%;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.TableFlex {

}
.ButtonTableFlex {
    
}
.TableFlexItem {
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
}
.ButtonTableFlexItem {
}
.ButtonTableFlexItemSmall {
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
}
.TableFlexItemContent {
	padding: 1.6rem 1.6rem;
}
.TableFlexItemTitle{
		
}
.ButtonTableFlexItemContent {

}
.AboutGrid {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
}
.AboutGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
}
.ContactGrid {
	grid-template-columns: 65% 30%;
	grid-gap: 5%;
}
.ContactGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
}
.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
}
.ProjectLink{
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;	
}
.ProjectGridItem{
	margin: 0rem;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
	padding: 10px;
}
.ProjectTint{
	display: inline-flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	padding-top: 50%; /* Aspect Ratio */
    position: relative; 
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectTitle{
	margin: 0 2% 10px 2%;
	border: none;
    border-radius: 0px;
	z-index:1;
	width: 96%;
}
.ProjectGridItem:hover .ProjectTint{
	opacity: 1;
}		
.mobiletext{
	display: none;	
}
.desktoptext{
	display: inherit;
}
.desktopgallery{
	display: block;
}
#GridCenter {
	display:grid;
	grid-template-columns: 4fr 3fr;
	grid-template-rows: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterBio {
	display:grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	grid-gap: 0px;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	grid-column-gap: 100px
}
#GridCenterHome {
	display:grid;
	grid-template-columns: 4fr 3fr;
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 95%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterThree {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridRightLg {
	padding: 0rem;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#GridRightSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridLeftLg {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.softwaregrid-layout {
	 grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.softwaregrid-item {

}
/*Gallery*/
.grid-layout {
}
.grid-layoutsmall {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    grid-template-areas:
    "a b c d"
    "a e c f"
	"g e h f";
    grid-gap: 5px;
    padding: 1px;
}

.grid-item {

}
.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}
/*Gallery end*/
.BodyCenter {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	display: block;
	font-size:100%;
	text-align: center;
	position: relative;
}
.BodyFull {

}
#BodyFullSlide {
	width: 100%;
	display: flex;
	position: relative;
	text-align: center;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 5;
}
.BodyCenterSmall {
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top:0px;
	width: 60%;
	display: flex;
	font-size:100%;
	text-align: center;
}
#ContactForm {
	float: none;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:20px;
	margin-top:20px;
	width: 100%;
	max-width:500px;
	display: block;
	font-size:100%;
	padding: 20px;
}
#Footer {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	grid-gap: 20px;
	padding: 20px 0px;
}
#FooterRightMiddle {
	width: 100%;
	border:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
}
#FooterGrid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(12, minmax(0px, 1fr));
	justify-content: center;
	align-content: center;
	align-items: center;
}
.FooterHeader {
	color: #1B3D6D;
	font-size: 26px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	font-size: 16px;
	padding-right:0px;
	padding-left:0px;
	font-weight: normal;
}
.FootText {
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 111%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
#FooterBottom {
	display:flex;
	width:100%;
	min-width: 100%;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top:none;
	text-align: center;
	min-height: 300px;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#TruckRentals {
	height:1px;
	overflow:hidden;
	position:absolute;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: relative;
	display: inline-grid;
	flex-wrap: wrap;
	margin-top: 0;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
}
.ProcessContainer{
	position: relative;
	display: flex;
	margin-top: 0px;
	width: 100%;
}
.ProcessLeft{
	position: relative;
	display: flex;
	flex: 1 20 auto;
	margin-top: 0px;
	width: 100%;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	border-right: 5px solid #231f20;
}
.ProcessRight{
	width: 100%;
	flex: 1 1 auto;
}
.ProcessItemFirst{
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	flex-wrap: wrap;
	margin: 20px 5% 75px 5%;
	width: 90%;
}
.ProcessItem{
	position: relative;
	display: grid;
	grid-template-columns: 10% 90%;
	flex-wrap: wrap;
	margin-top: 50px;
	width: 100%;
}
.ProcessItemMiddle{
	position: relative;
	display: grid;
	flex-wrap: wrap;
	margin: 0px;
	width: 200px;
}
.ProcessNumber{}
.ProcessText{
	margin: 7px 0px 20px 10px;
	width: 90%;
}
.ProcessNumberSVGnumber{
	fill: #fcfdff;
	font-family: MainBodyFont, sans-serif;
	font-size: 8.5px;
}
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
	display: grid;
  width: 100%;
  height: 100%;
}
#BodyD2{
	position: relative;
	display: inline-flex;
	margin-top: 500px;
	width: 100%;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	padding-bottom: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: relative;
	display: inline-grid;
	margin-top: 100px;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.MainBodyLg {
	font-size: 21px;
	text-shadow: none;
	text-decoration:none;
}
.MainBody {
	padding-left: 0px;
	padding-right:0px;
	font-size: 16px;
	line-height:1.1;
}
.MainBodyTitle {
	padding-left: 0px;
	padding-right:0px;
	font-size: 17px;
	line-height:1.2;
	letter-spacing: 0.3rem;
}
.MainBodySm {
	padding-left: 0px;
	padding-right:0px;
	font-size: 18px;
}
.MainBodySmaller {
	padding-left: 0px;
	padding-right:0px;
	font-size: 16px;
}
.BigMainBodyWhiteHome {
	text-rendering: optimizelegibility;
	color: #FFF;
	font-size: 700%;
	font-family: MudgeRanch, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:30px;
	font-weight: bolder;
	margin:0px;
}
#FooterLeft {
	position: relative;
	width:85%;
	margin-bottom:0;
	margin-left:15%;
	margin-right:0%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
  	display: block;
    justify-content: center;
	text-align: left;
}
#FooterGridLeft {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	height: 100%;
}
#FooterGridLeftTop {
	
}
#FooterGridLeftBottom {
	padding: 10px;
}
#FooterGridRightTop {
	grid-template-columns: repeat(9, minmax(0px, 1fr));
}
.FooterGridRightTopLeft {
	position: relative;
	grid-column: span 6 / span 6;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 0px 10px;
	height: 100px;
	border-right: 1px solid rgba(111,114,113,0.3);
}
.FooterGridRightTopRight {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: 100%;
}
#FooterGridBottom {
	width: 100%;
	border:none;
	display: grid;
	position: relative;
	grid-template-columns: repeat(12, minmax(0px, 1fr));
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	background-color: #000;
}
#FooterGridBottomLeft {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: 50px;

}
#FooterGridBottomCenter {
	position: relative;
	grid-column: span 6 / span 6;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: 50px;

}
#FooterGridBottomRight {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: 50px;
}
#FooterLeftPhone {
	display:none;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0;
	margin-top:20px;
}
#FooterCenter {
	display:block;
	width:85%;
	margin-bottom:0;
	margin-left:10%;
	margin-right:5%;
	margin-top:0;
	padding: 0px;
	text-align: left;
}
#FooterRight {
	position: relative;
	width:85%;
	margin-bottom:0;
	margin-left:10%;
	margin-right:5%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
	display: flex;
    justify-content: center;
	text-align: right;
}
.socialcontainer{
	justify-content: flex-start;
}
.socialcontainerfooter{
	justify-content: flex-end;
	margin-top: 0px;
	width: auto;
}
#FooterGridRight {
	position: relative;
    grid-column: span 9 / span 9;
	box-sizing: border-box;
}
.CopywriteBlock {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.CopywriteBlockMiddle {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: none;
	border-right: 1px solid #00B095;
	white-space: nowrap;
}
.hometabsflexed{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width:100%;
	grid-gap: 10px;
	margin-left: 0%;
}
.BalloonHeader {
	color: #fff;
	margin: -150px auto 20px 0;
	float: left;
	padding: 10px 0;
	display: inline-flex;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(1px) invert(1);
	backdrop-filter: blur(1px) invert(1);
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	transition: all 0.3s ease-in-out;
	width: 70%;
	justify-content: center;
	text-align: right;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.BalloonHeaderRight {
	color: #fff;
	margin: -150px 0 20px auto;
	float: right;
	padding: 10px 0;
	display: inline-flex;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(1px) invert(1);
	backdrop-filter: blur(1px) invert(1);
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	transition: all 0.3s ease-in-out;
	width: 70%;
	justify-content: flex-end;
	text-align: left;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.hometab {
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: center;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	cursor: pointer; 
	align-content: space-between;
	align-items: stretch; 
}
.hometablogoleft{
	position: absolute;
	opacity: 0;
	width: 60px;
	left: 0;
	bottom: 0;	
	padding: 10px;
}
.hometablogoright{
	position: absolute;
	opacity: 0;
	width: 60px;
	right: 0;
	bottom: 0;	
	padding: 10px;
}
.hometab:hover {
	transition: all 0.3s ease-in-out;
	}
.hometab:hover .hometablogoleft{
	opacity: 0.75;
}
.hometab:hover .hometablogoright{
	opacity: 0.75;
}
.box1 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:0s;
}
.box2 {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:1s;
}
.box3 {
  grid-column-start: 6;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:2s;
}
.box4 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 2;
	animation-delay:1.25s;
}
.box5 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 2;
	animation-delay:2.25s;
}
.arrowmove{
	padding-left: 0px;
	opacity: 0;
	color: #cb7225;
	font-size: 25px;
	margin-top: 5px;
	}
.hometab:hover .arrowmove{
	padding-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}
.hometab:hover .BalloonHeader{
	color: #cb7225;
	margin: -150px auto 20px 0;
	width: 80%;
	transition: all 0.3s ease-in-out;
	}
.hometab:hover .PictureBorderHover:after {
  width: 110%;
  height: 110%;
	
}
.hometab:hover .PictureBorderHover:before {
  width: 110%;
  height: 110%;
	
}
.hometab:hover .PictureBorderHover2:after {
  width: 110%;
  height: 110%;
	
}
.hometab:hover .PictureBorderHover2:before {
  width: 110%;
  height: 110%;
	
}
.hometab:hover .BalloonHeaderRight{
	color: #cb7225;
	margin: -150px 0 20px auto;
	width: 80%;
	transition: all 0.3s ease-in-out;
	}
#homepagetopcontainer {
	height:80vh;
}
#homepagebody {
	
}
#pagetopcontainerfull {
	top:0%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:auto;
	max-height: 100vh;
}
#pagetopcontainerfullsequence {
	
}
#pagetopcontainer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:600px;
}
#pagetopcontainermedium {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:600px;
}

#pagetopcontainersmall {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:265px;
	z-index:5;
}
#pagevideobannercontainer {
	position: relative;
	width:100%;
	min-height:650px;
	z-index: 2;
	overflow: hidden;
	display: grid;

}
#VideoBackground {
	display: flex;
	top:0px;
	width:100%;
	height:80vh;
	z-index:-1;
	overflow: hidden;
	position: absolute;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BackVideo{
	width:96%;
	padding: 20px;
	height: auto; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;	
	
}
maindistortion {
  aspect-ratio: 16 / 10;
}
#pagination {
  position: absolute;
  top: 0%;
  right: 30px;
  z-index: 6;
	display: flex;
	width: 500px;
}
.slider-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 96%;
  height: auto;
  margin: 0 auto;
	padding-top: 20px;
  z-index: 5;
}
#slider canvas {
	min-width: 100%;
  height: 100% !important;
	display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
	opacity: 1;
}
#slider img {
	 min-width: 100%;
  position: relative;
  z-index: 0;
	opacity: 1;
}
.fullvideoadjust {
	aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
	margin: 0 0%;
	border: 2px solid transparent;
}
.VideoBox{
	width: calc(70% - 21px);
	bottom: 22px;
	right: 23px;
}
#VideoBackground2 {
	display: grid;
	top:0px;
	left: 0;
	width:100%;
	height:600px;
	z-index:1;
	overflow: hidden;
	position: absolute;
}
#VideoBanner {
	position: absolute;
	height: 150vh;
	width: 100%;
	min-height: 1200px;
	z-index: -1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat !important;
	background-position:center center !important;
	
}
#BannerBackground {
	top:0px;
	position: relative;
	margin-top:0px;
}
#AutonomousSolutions{
	background-size: cover;
	background-image: url("../ImportsAndExports/ShippingLogistics/InternationalShippingCompany/InternationalShippingLogisticsCompany.svg");
}
#PageBannerBackground {
	top:0px;
	position: relative;
	margin-top:0px;
}
.whitepagebackground {
}
#SloganBox {
	width:90%;
	margin: auto;
	padding: 30px 30px;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	transform: translateY(-50%);
}
#HomeImageDraw {

}
#SloganTextContainer{
	display:flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}
#SloganBoxLeft{
	text-align: right;
}
#SloganBoxRight{
	text-align: left;
}
#SloganBox2 {
	width:90%;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: left;
}
#SloganBoxSequence {
	width:90%;
	margin: 0 5% 0 5%;
	top: 80vh;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: left;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:130px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
.HeaderScript {
	color: #FFF;
	font-size: 450%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.marginTB50 {
	margin-top:50px;
	margin-bottom:50px;
}
.paddingTB100 {
	padding-top:100px;
	padding-bottom:100px;
}
.paddingHomeTop {
	padding-top:0px;
	padding-bottom:0px;
}
.marginTB10 {
	margin-top:10px;
	margin-bottom:10px;
}
.paddingT100 {
	padding-top:100px;
	padding-bottom:5px;
}
.paddingB100 {
	padding-bottom:100px;
}
.paddingTB150 {
	padding-top:150px;
	padding-bottom:150px;
}
.paddingFullPage {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingTB50 {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingB50 {
	padding-bottom:50px;
}
.marginTB150 {
	display: flex;
	margin-top:150px;
	margin-bottom:150px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	padding-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}

#PortfolioBlock{
	display: inline-block;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	min-height: 100%;
	padding: 10px;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#PortfolioBlock:hover{
	display:block;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:20px;
	float:left;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	color: #65000b;
}
#PortfolioBlock img{
	height: 300px;
	width: auto;
}
#PortfolioGrid{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#PortfolioBlockDark{
	display: inline-block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	min-height: 100%;
	background-color: rgba(11, 89, 124, 1);
	padding-top: 50px;
	padding-bottom: 50px;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 0.5px solid #fff;
}
#tint{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	margin-top:0px;
	background-color: rgba(0,0,0,0.5);
}
#homelogotint{
	width:40%;
	height:100%;
	-webkit-mask-size: 250px;
  	mask-size: 250px;
}
#homelogotintcover{
	width:40%;
	height:100%;
	position:absolute;
	opacity: 0.3;
	z-index:3;
	background-size: 400px auto;
	-webkit-background-size:400px auto;
	-moz-background-size:400px auto;
	-o-background-size: 400px auto;
	background-repeat: no-repeat;
	background-position:left center;
	overflow: visible;
}
.flexed{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width:100%;
}


.flexblock {
	width:23%;
	min-height:400px;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;	
}
.flexblock:hover {

}

.BodyFlexAngled{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	padding: 20px 0;
}
.BodyFlexAngledReverse{
	width:100%;
	display: flex;
	flex-direction: row-reverse;
	flex-grow: 1;
	padding: 20px 0;
}
#BodyFlexReverse{
	width:100%;
	min-height:auto;
	display: flex;
	flex-direction: row-reverse;
}
.BodyFlexFull{
	position: relative;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.BodyFlexFullReverse{
	width:100%;
	min-height:auto;
	display: flex;
	flex-direction: row-reverse;
}

#BodyFlexEnd{
	height:100%;
	width: 100%;
	min-height:auto;
	display: flex;
	position: absolute;
	z-index: 5;
	place-items:end;
}
	
.BodyFlexAngledText{
	width:100%;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	display: flex;
	align-items:center;
	justify-content:center;	
	max-width: 600px;
}

.BodyFlexAngledMedia{
	width: 100%;
	height: 100%;
	min-height: 400px;
	content: "";
	display: flex;
	object-fit: contain;
	-webkit-clip-path: url(#svgmask);
	clip-path: url(#svgmask);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 10px;
	border-right: none;
	border-left: none;
}
.BodyFlexAngledMediaReverse{
	width: 100%;
	height: 100%;
	min-height: 400px;
	min-width: none;
	content: "";
	display: flex;
	object-fit: contain;
	-webkit-clip-path: url(#svgmaskreverse);
	clip-path: url(#svgmaskreverse);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
	flex-grow: 1;
}
.PictureBorderMobileAdjust {
	width: 48% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.BodyFlexItem{
	position: relative;
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
}
.BodyFlexItem3{
	position: relative;
	flex-basis: calc(33% - 1px);
	flex: 1 0 calc(33% - 1px);
}
.FlexContent {
	display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
.FlexContentVideo {
    width: 100%;
	padding: 10px;
}
#BodyFlexItem{
	width:49%;
	min-height:60px;
	float:right;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:0;
	margin-top:0;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftDesktop{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftPhone{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: none;
	align-items:center;
	justify-content:center;	
}
.TitleHeaderSm {
	font-size: 30px;
}
.TitleHeader {
	font-size: 40px;
}
.TitleHeaderLg {
	font-size: 60px;
}
.PageTitleHeader {
	font-size: 50px;	
}
.widthwrapmobile {
		width: auto;
}
.PageTitleHeader2 {
	font-size: 40px;
	color: #fff;
	
}
.slideshow-container {
  position: relative;
  background: none;
  width:100%;
  min-height:400px;
}
.SliderTitleFont{
	color: #FFFFFF;
	font-size: 35px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.slideshow .slide .title {
    margin: 0 auto 0px;
	margin-top:-80px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 50px;
    letter-spacing: 0em;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 26px;
    line-height:1;
	font-family: MainBodyFont;
}
.slideshow .buttongrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 70%;
	margin-top: 30px;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
}
.slideshow .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 10 !important;
    color: #fff;
    text-align: center;
    display: grid;
	grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
	vertical-align: center;	
	margin-bottom: inherit;	
}
.slideshow .slide .caption {
    padding: 0px 0px 30px 0px;
	z-index: 10;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.slideshow .pagination {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
	display: block;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    bottom: 35%;
    cursor: pointer;
    z-index: 3;
}
.btn {
    display: inline-block;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #BD8998;
    border: 2px solid #BD8998;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
    font-size: 20px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
	transition: padding-left 0.4s linear 0s, padding-right 0.4s linear 0s, background-color 0.4s linear 0s;
	
}	
#pagesectionzerofull{
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}	
	
#footersection{
	display: grid;
	position: relative;
	border: none;
	height: auto;
	width: 100%;
	z-index:10;
}
#footertint{
	border: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 0;
	height: 100%;
	width: 100%;
}
#slidetextboxright{
	width: 75%;
	margin-top: 0;
	right: 0%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
}
#slidetextboxleft{
	width: 75%;
	margin-top: 0;
	left: 0%;
	bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
}
.contentpadding{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 30px 0px;
}
.DateBlock{
	width:auto;
	margin:0;
}
.Event{
	width: calc(100% - 160px);
	padding: auto 10px;
}
.Month{
	width:auto;
	font-size: 150%;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}
.Day{
	width:140px;
	min-width:95px;
	font-size: 400%;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:auto;
	padding-right:auto;
	margin:0px;
}
#fadetowhite{
	background: -webkit-linear-gradient(transparent,#efefef);  
    background: -moz-linear-gradient(transparent,#efefef);  
    background: -o-linear-gradient(transparent,#efefef);  
    background: linear-gradient(transparent,#efefef);
	background-size: 1px 201px;
	background-repeat: repeat-x;
	background-position: top center;
	height: 200px;
	width: 100%;
	z-index: 5;
	position: fixed;
	border-bottom: 3px solid #efefef;
	bottom: 0;
}
.homeimagecontainer{
	overflow: hidden;
	height: 100vh;
	width: 45%;
	position: fixed;
}
.imagescroll{
	height: 200vh;
	width: 50%;
	position: fixed;
	background-image: url("../BuildingContractor/CommercialContractor/CommercialConstructionServices.jpg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	z-index: 4;
	display: inline-block;
}
.filters{
	display: flex;
	position: relative;
	width: 90%;
	margin-left: 5%;
	align-self: center;
	justify-content: space-evenly;
	background-color: #0b597c;
}
#filterscontainer label {
	color: #fff;
	font-size: 15px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 0px;
	padding-right: 0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#filterscontainer label:hover {
	color: #40d7ff;
}
.imagescrollcontainer{
	height: 600px;
}
.imageoverlay{
	opacity: 0;
	-webkit-mask-size: 200px;
  	mask-size: 200px;
}
.homelogoinvert{
	width: 395px;
	height: 360px;	
}
.homelogodraw{
	width: 400px;
	height: 364px;
}
.imageoverlaytext{
	opacity: 0;	
}
#fullimagescrollcontainer{

}
#imagescrollcontainerSVG{
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 500px;
	content: "";
	object-fit: contain;
	-webkit-clip-path: url(#svgmask);
	clip-path: url(#svgmask);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
}
#LogoOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background-image: url("../FunctionalMedicine/FunctionalMedicineOverlay.png");
	-webkit-background-size: 77.15% 99.055%;
	-moz-background-size: 77.15% 99.055%;
	-o-background-size: 77.15% 99.055%;
	background-size: 77.15% 99.055%;
	background-repeat: no-repeat;
	background-position: left top;
}
#overlayscrollcontainerSVG{
	width:100%;
	max-width: 800px;
	height: 1000px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#homeimagescrollcontainerleft{
	width:41%;
	max-width: none;
	margin-left: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 7vh;
	position: absolute;
}
#homeimagescrollcontainerright{
	width:41%;
	max-width: none;
	margin-right: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 95vh;
	position: absolute;
	right: 0;
}
.imageslide{
	height: 850px;
	margin-top: -100px;
}
#fullimageslide{

}
.imageslideSVG{
	min-width:100%;
	height: 800px;
	margin-top: -125px;
	top:0;
	position: absolute;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#IVTherapyContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#IVTherapyTitle{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 1;
}
#IVTherapyText {
	width: 50%;
	margin-top: 250px;
	margin-left: 48%;
	margin-right: 2%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#IVTherapyBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	background-image: url("../WeightlossInjections/AtHomeIVInjections/IVInjectionsAtHomeNearMe.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#IVTherapyBackground.stick{
	opacity: 1;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#WeightlossTitle{
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#WeightlossTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	left: 0;
	margin-left: 25px;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 1;
	rotate: 0deg;
	transform-origin: left;
}
#WeightlossText {
	width: 70%;
	margin-top: 250px;
	margin-left: 28%;
	margin-right: 2%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
}
#WeightlossBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/MedspaServices.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#BotoxFillerTitle{
	position: absolute;
	top: 200px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#BotoxFillerTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	left: 20px;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 1;
	rotate: 0deg;
	transform-origin: left;
}
#BotoxFillerText {
	width: 70%;
	margin-top: 250px;
	margin-left: 28%;
	margin-right: 2%;
	margin-bottom: 50px;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
}
#BotoxFillerBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/TeleHealthWeightloss.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
}

/* Desktop */

@media only screen and (min-width: 1300px) {
#Navbar{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:auto;
	position: relative;
	max-width:none;
	justify-content: center;
	align-content: center;
	align-items: center;
    box-sizing: border-box;
}
#Navbars{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:auto;
	position: relative;
	max-width:none;
	justify-content: space-between;
	align-content: center;
	align-items: center;
    box-sizing: border-box;
}
#HeaderButton{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:auto;
	position: relative;
	max-width:none;
	font-size: 100%;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
    box-sizing: border-box;
	border-left: 1px solid rgba(255,255,255,0.3);
}



#Navbar2{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:25px;
	margin-bottom:0px;
	position: absolute;
	float: right;
	right:0;
	top: 0;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#menu{
	width: 100%;
	height: 100%;
	margin:auto 0 auto auto;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: flex;
	align-content: space-evenly;
	align-items: space-evenly;
	justify-content: space-evenly;
	max-width: 850px;
}
#pagemenusidebar{
	width: 100%;
	height: 100%;
	margin:0;
	margin:auto;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: block;
	flex-wrap: wrap;

	max-width: 700px;
}
.dropmenu{
	display: grid;
	grid-template-columns: 300px 650px;
	grid-column-gap: 1px;
}
.menuRight{;
	justify-content: space-around !important;
	margin:auto auto auto auto !important;
}
#menu a{
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	display: flex;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-wrap: none;
	text-transform: none;
	font-family: MenuFont, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	flex-wrap: wrap;
	vertical-align: middle;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-size: 100% 50%;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0);
	border-color: transparent;
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
}
#menu a.stick{
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	color: #000;
	font-size: 16px;
}
#menu ul a{
	margin-top: 0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:0px;
	min-height: auto;
	max-height: auto;
	color: #000;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	height: 100%;
	font-size: 16px;
	opacity: 0;
	border-right: 1px solid rgba(153,0,0,1);
	border-left: 1px solid rgba(153,0,0,1);
	background: rgba(255,255,255,0.95);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}
#menu ul a:last-child{
}
#menu ul a.stick{
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
}
#NavbarPhone{
	display: none;
}
#NavbarPhoneNumbers{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#032c40;
	z-index: 500;
	position: fixed;
	float:right;
	max-width:600px;
	margin-top: 50px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #f00116;
	-webkit-box-shadow: 0px 0px 10px #f00116;
	box-shadow: 0px 0px 10px #f00116;
	font-size: 70%;
	-webkit-animation: slideInDown ease-in 1s;
	-moz-animation: slideInDown ease-in 1s;
	-o-animation: slideInDown ease-in 1s;
	animation: slideInDown ease-in 1s;
}
#HeaderBackground {
	height: 100px;
	background-image: url("../TruckRentals/Arlington-Everett-Washington/DumpTruck-FlatBed-Truck-Rentals/DumpTruckRentals-ArlingtonWA.svg");
	background-color: transparent;
}
#HeaderBackground.stick {
	background-color: rgba(255,255,255,1);

}
#Logo {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin:auto;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-left: inherit;
	margin-top: -17px;
}
#Logo.stick {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin:auto;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	flex-wrap: wrap;
}
#Logo:hover {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	background-color: rgba(34,63,139,0);
}
#LogoLines {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin-right:0%;
	margin-left:0px;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: 225px;
	font-size: 100%;
	opacity: 1;
	overflow: hidden;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
#LogoLines.stick {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin-right:0%;
	margin-left:0px;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: 150px;
	font-size: 100%;
	opacity: 1;
	overflow: hidden;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
.Logo{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	margin-top: -2px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
	max-width: 225px;
}
.Logo.stick{

}
.Logo2{
	display: none;
}
.Logo2.stick{

}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:100px;
	margin-right:0%;
	margin-left:50px;
	margin-top:0px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
}

#HeaderPhone {
	display: block;
	width:70%;
	float:right;
	right:0%;
	margin-right:20px;
	margin-left:2%;
	margin-top:10px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#PhoneButtonsContainer {
	display: none;
}
#PagePhoneButtonsContainer {
	display: none;
}
.header {
  width: 100%;
  height: 80px;
  z-index: 100;
	top: 0;
	left: 0;
  position: fixed;
  transform: translate3d(0, 0px, 0);
}
.header.unpinned {
  transform: translate3d(0, -130px, 0);
}

#PageNavigation {
  position: relative;
  bottom:0px;
	height: 100%;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 285px;
}
#PageNavigationContainer{
	position: fixed;
	bottom:0px;
	height: calc(100% - 112px);
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 285px;
}
#PageMenuOpener{
	
}
#menuopenertext{
	
}
#PageNavigation.stick {
}
.pageanchor{
	margin-top: -10px;
}
#PageMenuTitle {
	position: relative;
	height: auto;
	width: 100%;
	top: 0;
	margin: 20px auto;
	display: block;
	justify-content: flex-start;
	border-right: none;
	box-sizing: border-box;
	transition: all 0.6s linear 0s;
	opacity: 1;
	border-bottom: none;
}
.pagemenutitle{
	max-width: inherit;
	margin-left: inherit;
}
#PageMenu {
  position: relative;
	height: 100%;
	width: 100%;
	margin-right: 0px;
	display: flex;
	justify-content: flex-end;
	border-right: none;
	box-sizing: border-box;
	transition: all 0.6s linear 0s;
}
#PageMenuPhone {
	display: none;
}
#HeaderBar {
	display: grid;
	grid-template-columns: 320px 1fr;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	position: relative;
	width: 100%;
	height:70px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:inherit;
}
#HeaderBar.stick {
	
}
#TopHeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: flex;
	grid-template-columns: 100%;
	justify-content: right;
	align-content: flex-end;
	align-items: flex-end;
	position: relative;
	width: 100%;
	height:30px;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
	padding: 0px 0px;
}
.HomeBodyLeft {

}
.HomeBodyLeftTitle{

}
.HomeBodyLeftText{

}
.HomeBodyRight {

}
.HomeBodyRightTitle{

}
.HomeBodyRightText{

}
#BodyRightOver {
	float: right;
	margin-left: 35%;
	margin-right:15%;
	margin-top: 150px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
	position: absolute;
	z-index:50;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 4%;
	margin-right:4%;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 92%;
	display: block;
	font-size:100%;
}
.CloudsLeft {
	width: 1000px;
	max-width: none;
}
.CloudsCenter {
	width: 100%;
	max-width: none;
}
.TruckingOverlay {
}
.TruckingOverlayDiamonds {
}
.TruckingOverlayDots {
}
.TruckingOverlayPGH {
}
.TruckingOverlayTread {
}
.CloudsRight {
	width: 500px;
	max-width: none;
}
#FloatContainer {
	width:90%;
	display:grid;
	grid-template-columns: repeat(20, 1fr);
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
}
/*Picture Left*/
#BodyRightOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:75px;
	margin-bottom: auto;
	grid-column: 10 / 20; 
	grid-row: 1;
	font-size:100%;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyRightOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyLeftFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: auto;
	grid-column: 2 / 11; 
	grid-row: 1;
	z-index: 1;
	font-size:100%;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
/*Picture Right*/
#BodyLeftOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:auto;
	grid-column: 2 / 12; 
	grid-row: 1;
	font-size:100%;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyLeftOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyRightFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 75px;
	margin-bottom: auto;
	grid-column: 11 / 20; 
	grid-row: 1; 
	z-index: 1;
	font-size:100%;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.TableFlex {

}
.ButtonTableFlex {
    
}
.TableFlexItem {
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
}
.ButtonTableFlexItem {
}
.ButtonTableFlexItemSmall {
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
}
.TableFlexItemContent {
	padding: 1.6rem 1.6rem;
}
.TableFlexItemTitle{
		
}
.ButtonTableFlexItemContent {

}
.AboutGrid {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	position: relative;
}
.AboutGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
}
.ContactGrid {
	grid-template-columns: 65% 30%;
	grid-gap: 5%;
}
.ContactGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
}
.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
}
.ProjectLink{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.ProjectGridItem{
	margin: 0rem;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
	padding: 10px;
}
.ProjectTint{
	display: inline-flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	padding-top: 50%; /* Aspect Ratio */
    position: relative; 
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectTitle{
	margin: 0 2% 10px 2%;
	border: none;
    border-radius: 0px;
	z-index:1;
	width: 96%;
}
.ProjectGridItem:hover .ProjectTint{
	opacity: 1;
}		
.mobiletext{
	display: none;	
}
.desktoptext{
	display: flex;
}
.desktopgallery{
	display: block;
}
#GridCenter {
	display:grid;
	grid-template-columns: 4fr 3fr;
	grid-template-rows: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterBio {
	display:grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	grid-gap: 0px;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	grid-column-gap: 200px
}
#GridCenterHome {
	display:grid;
	grid-template-columns: 4fr 3fr;
	margin-left:10%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 90%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterThree {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridRightLg {
	padding: 0rem;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#GridRightSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridLeftLg {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.softwaregrid-layout {
	 grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;

}
.softwaregrid-item {

}
/*Gallery*/
.grid-layout {
}
.grid-layoutsmall {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    grid-template-areas:
    "a b c d"
    "a e c f"
	"g e h f";
    grid-gap: 5px;
    padding: 1px;
}
.grid-item {
}
.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}
/*Gallery end*/
.BodyCenter {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	display: block;
	font-size:100%;
	text-align: center;
	position: relative;
}
.BodyFull {

}
#BodyFullSlide {
	width: 100%;
	display: flex;
	position: relative;
	text-align: center;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 5;
}
.BodyCenterSmall {
	float: left;
	width: 60%;
	display: flex;
	font-size:100%;
	text-align: center;
}
#ContactForm {
	float: none;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:40px;
	margin-top:0px;
	width: 100%;
	max-width: 600px;
	display: block;
	font-size:100%;
	padding: 20px;
}
#Footer {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	grid-gap: 20px;
	padding: 20px 0px;
}
#FooterRightMiddle {
	width: 100%;
	border:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
}
#FooterGrid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(12, minmax(0px, 1fr));
	justify-content: center;
	align-content: center;
	align-items: center;
}
.FooterHeader {
	color: #1B3D6D;
	font-size: 28px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	font-size: 16px;
	padding-right:0px;
	padding-left:0px;
	font-weight: normal;
}
.FootText {
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 111%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
#FooterBottom {
	display:flex;
	width:100%;
	min-width: 100%;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top:none;
	text-align: center;
	min-height: 300px;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#TruckRentals {
	height:1px;
	overflow:hidden;
	position:absolute;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: relative;
	display: inline-grid;
	flex-wrap: wrap;
	margin-top: 0px;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
}
.ProcessContainer{
	position: relative;
	display: flex;
	margin-top: 0px;
	width: 100%;
}
.ProcessLeft{
	position: relative;
	display: flex;
	flex: 1 20 auto;
	margin-top: 0px;
	width: 100%;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	border-right: 5px solid #231f20;
}
.ProcessRight{
	width: 100%;
	flex: 1 1 auto;
}
.ProcessItemFirst{
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	flex-wrap: wrap;
	margin: 20px 5% 75px 5%;
	width: 90%;
}
.ProcessItem{
	position: relative;
	display: grid;
	grid-template-columns: 10% 90%;
	flex-wrap: wrap;
	margin-top: 50px;
	width: 100%;
}
.ProcessItemMiddle{
	position: relative;
	display: grid;
	flex-wrap: wrap;
	margin: 0px;
	width: 200px;
}
.ProcessNumber{
	
}
.ProcessText{
	margin: 7px 0px 20px 10px;
	width: 90%;
}
.ProcessNumberSVGnumber{
	fill: #fcfdff;
	font-family: MainBodyFont, sans-serif;
	font-size: 8.5px;
}
canvas {
  display: block;
  vertical-align: bottom;
	background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
	
}
/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
	display: grid;
  width: 100%;
  height: 100%;
  
}
#BodyD2{
	position: relative;
	display: inline-flex;
	margin-top: 600px;
	width: 100%;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	padding-bottom: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: relative;
	display: inline-grid;
	margin-top: 110px;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.MainBodyLg {
	font-size: 23px;
	text-shadow: none;
	text-decoration:none;
}
.MainBody {
	padding-left: 0px;
	padding-right:0px;
	font-size: 17px;
	line-height:1.1;
}
.MainBodyTitle {
	padding-left: 0px;
	padding-right:0px;
	font-size: 19px;
	line-height:1.2;
	letter-spacing: 0.5rem;
}
.MainBodySm {
	padding-left: 0px;
	padding-right:0px;
	font-size: 16px;
}
.MainBodySmaller {
	padding-left: 0px;
	padding-right:0px;
	font-size: 16px;
}
.BigMainBodyWhiteHome {
	text-rendering: optimizelegibility;
	color: #FFF;
	font-size: 700%;
	font-family: MudgeRanch, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:30px;
	font-weight: bolder;
	margin:0px;
}
#FooterLeft {
	position: relative;
	width:85%;
	margin-bottom:0;
	margin-left:15%;
	margin-right:0%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
  	display: block;
    justify-content: center;
	text-align: left;
}
#FooterGridLeft {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	height: 100%;
}
#FooterGridLeftTop {
	
}
#FooterGridLeftBottom {
	padding: 10px;
}
#FooterGridRightTop {
	grid-template-columns: repeat(9, minmax(0px, 1fr));
}
.FooterGridRightTopLeft {
	position: relative;
	grid-column: span 6 / span 6;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 0px 10px;
	height: 100px;
	border-right: 1px solid rgba(111,114,113,0.3);
}
.FooterGridRightTopRight {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: 100%;
}
#FooterGridBottom {
	width: 100%;
	border:none;
	display: grid;
	position: relative;
	grid-template-columns: repeat(12, minmax(0px, 1fr));
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	background-color: #000;
}
#FooterGridBottomLeft {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: 50px;

}
#FooterGridBottomCenter {
	position: relative;
	grid-column: span 6 / span 6;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: 50px;

}
#FooterGridBottomRight {
	position: relative;
	grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	height: 50px;
}
#FooterLeftPhone {
	display:none;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0;
	margin-top:20px;
}
#FooterCenter {
	display:block;
	width:85%;
	margin-bottom:0;
	margin-left:10%;
	margin-right:5%;
	margin-top:0;
	padding: 0px;
	text-align: left;
}
#FooterRight {
	position: relative;
	width:85%;
	margin-bottom:0;
	margin-left:10%;
	margin-right:5%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
	display: flex;
    justify-content: center;
	text-align: right;
}
.socialcontainer{
	justify-content: flex-start;
}
.socialcontainerfooter{
	justify-content: flex-end;
	margin-top: 0px;
	width: auto;
	margin-left: auto;
	margin-right: 0px;
}
#FooterGridRight {
	position: relative;
    grid-column: span 9 / span 9;
	box-sizing: border-box;
}
.CopywriteBlock {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.CopywriteBlockMiddle {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: none;
	border-right: 1px solid #00B095;
	white-space: nowrap;
}
.hometabsflexed{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width:100%;
	grid-gap: 10px;
	margin-left: 0%;
}
.BalloonHeader {
	color: #fff;
	margin: -150px auto 20px 0;
	float: left;
	padding: 10px 0;
	display: inline-flex;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(1px) invert(1);
	backdrop-filter: blur(1px) invert(1);
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	transition: all 0.3s ease-in-out;
	width: 70%;
	justify-content: center;
	text-align: right;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.BalloonHeaderRight {
	color: #fff;
	margin: -150px 0 20px auto;
	float: right;
	padding: 10px 0;
	display: inline-flex;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	-webkit-backdrop-filter: blur(1px) invert(1);
	backdrop-filter: blur(1px) invert(1);
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	transition: all 0.3s ease-in-out;
	width: 70%;
	justify-content: flex-end;
	text-align: left;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.hometab {
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: center;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	cursor: pointer; 
	align-content: space-between;
	align-items: stretch;
}
.hometablogoleft{
	position: absolute;
	opacity: 0;
	width: 60px;
	left: 0;
	bottom: 0;	
	padding: 10px;
}
.hometablogoright{
	position: absolute;
	opacity: 0;
	width: 60px;
	right: 0;
	bottom: 0;	
	padding: 10px;
}
.hometab:hover {
	transition: all 0.3s ease-in-out;
	}
.hometab:hover .hometablogoleft{
	opacity: 0.75;
}
.hometab:hover .hometablogoright{
	opacity: 0.75;
}
.box1 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:0s;
}
.box2 {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:1s;
}
.box3 {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:2s;
}
.box4 {
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:3s;
}
.box5 {
  grid-column-start: 5;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:4s;
}

.arrowmove{
	padding-left: 0px;
	display: inline-flex;
	opacity: 0;
	width: 0px;
	overflow: hidden;
	color: #fff;
	font-size: 25px;
	margin-top: 5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}
.hometab:hover .arrowmove{
	padding-left: 10px;
	opacity: 1;
	width: 25px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}
.hometab:hover .BalloonHeader{
	color: #cb7225;
	margin: -150px auto 20px 0;
	width: 80%;
	transition: all 0.3s ease-in-out;
	}

.hometab:hover .PictureBorderHover:after {
  width: 110%;
  height: 110%;
	
}
.hometab:hover .PictureBorderHover:before {
  width: 110%;
  height: 110%;
	
}
.hometab:hover .PictureBorderHover2:after {
  width: 110%;
  height: 110%;
	
}
.hometab:hover .PictureBorderHover2:before {
  width: 110%;
  height: 110%;
	
}
.hometab:hover .BalloonHeaderRight{
	color: #cb7225;
	margin: -150px 0 20px auto;
	width: 80%;
	transition: all 0.3s ease-in-out;
	}
#homepagetopcontainer {
	height:80vh;
	
}
#homepagebody {
	
}
#pagetopcontainerfull {
	top:0%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:auto;
	max-height: 100vh;
}
#pagetopcontainerfullsequence {
	
}
#pagetopcontainer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:600px;
}
#pagetopcontainermedium {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:400px;
}

#pagetopcontainersmall {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:230px;
	z-index:5;
}
#pagevideobannercontainer {
	position: relative;
	width:100%;
	min-height:800px;
	z-index: 2;
	overflow: hidden;
	display: grid;
}
#VideoBackground {
	display: flex;
	top:0px;
	width:100%;
	height:90vh;
	z-index:-1;
	overflow: hidden;
	position: absolute;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BackVideo{
	width: calc(100% - 40px);
	padding: 10px;
	height: auto; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;	

}
maindistortion {
  aspect-ratio: 16 / 8;
}
#pagination {
  position: absolute;
  top: 0%;
  right: 30px;
  z-index: 6;
	display: flex;
	width: 500px;
}
.slider-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 96%;
  height: auto;
  margin: 0 auto;
	padding-top: 20px;
  z-index: 5;
}
#slider canvas {
	min-width: 100%;
  height: 100% !important;
	display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
	opacity: 1;
}
#slider img {
	 min-width: 100%;
  position: relative;
  z-index: 0;
	opacity: 1;
}
.fullvideoadjust {
	aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
	margin: 0 0%;
	border: 2px solid transparent;
}
.VideoBox{
	width: calc(50% - 21px);
	bottom: 22px;
	right: 23px;
}
#VideoBackground2 {
	display: grid;
	top:0px;
	left: 0;
	width:100%;
	height:600px;
	z-index:1;
	overflow: hidden;
	position: absolute;
}
#VideoBanner {
	position: absolute;
	height: 100vh;
	min-height: 1000px;
	width: 100%;
	z-index: -1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat !important;
	background-position:center center !important;
}
#BannerBackground {
	top:0px;
	position: relative;
	margin-top:0px;
}
#AutonomousSolutions{
	background-size: cover;
	background-image: url("../ImportsAndExports/ShippingLogistics/InternationalShippingCompany/InternationalShippingLogisticsCompany.svg");
}
#PageBannerBackground {
	top:0px;
	position: relative;
	margin-top:0px;
}
.whitepagebackground {
}
#SloganBox {
	width:100%;
	margin: auto auto 0;
	padding: 50px 40px;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	max-width: 1200px;
	transform: translateY(-50%);
	
}
#HomeImageDraw {

}
#SloganTextContainer{
	display:flex;
}
#SloganBoxLeft{
	text-align: right;
}
#SloganBoxRight{
	text-align: left;
}
#SloganBox2 {
	width:90%;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: left;
	max-width: 800px;
	margin-top: 90px;
	left: 10%;
}
#SloganBoxSequence {
	width:90%;
	margin: 0 5% 0 5%;
	top: 80vh;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: left;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:130px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
.HeaderScript {
	color: #FFF;
	font-size: 450%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.marginTB50 {
	margin-top:50px;
	margin-bottom:50px;
}
.paddingTB100 {
	padding-top:100px;
	padding-bottom:100px;
}
.paddingHomeTop {
	padding-top:0px;
	padding-bottom:0px;
}
.marginTB10 {
	margin-top:10px;
	margin-bottom:10px;
}
.paddingT100 {
	padding-top:100px;
	padding-bottom:5px;
}
.paddingB100 {
	padding-bottom:100px;
}
.paddingTB150 {
	padding-top:150px;
	padding-bottom:150px;
}
.paddingFullPage {
	padding-top:202px;
	padding-bottom:100px;
}
.paddingTB50 {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingB50 {
	padding-bottom:50px;
}
.marginTB150 {
	display: flex;
	margin-top:150px;
	margin-bottom:150px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	padding-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}

#PortfolioBlock{
	display: inline-block;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	min-height: 100%;
	padding: 10px;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
}
#PortfolioBlock img{
	height: 350px;
	width: auto;
}
#PortfolioGrid{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#PortfolioBlockDark{
	display: inline-block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	min-height: 100%;
	background-color: rgba(11, 89, 124, 1);
	padding-top: 50px;
	padding-bottom: 50px;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 0.5px solid #fff;
}
#tint{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	margin-top:0px;
	background-color: rgba(0,0,0,0.5);
}
#homelogotint{
	width:40%;
	height:100%;
	-webkit-mask-size: 200px;
  	mask-size: 200px;
}
#homelogotintcover{
	width:40%;
	height:100%;
	position:absolute;
	opacity: 0.4;
	z-index:3;
	background-size: 500px auto;
	-webkit-background-size:500px auto;
	-moz-background-size:500px auto;
	-o-background-size: 500px auto;
	background-repeat: no-repeat;
	background-position:left center;
	overflow: visible;
}
.flexed{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width:100%;
}


.flexblock {
	width:23%;
	min-height:500px;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;	
}
.flexblock:hover {

}

.BodyFlexAngled{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	padding: 20px 0;
}
.BodyFlexAngledReverse{
	width:100%;
	display: flex;
	flex-direction: row-reverse;
	flex-grow: 1;
	padding: 20px 0;
}
#BodyFlexReverse{
	width:100%;
	min-height:auto;
	display: flex;
	flex-direction: row-reverse;
}
.BodyFlexFull{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.BodyFlexFullReverse{
	width:100%;
	min-height:auto;
	display: flex;
	flex-direction: row-reverse;
}

#BodyFlexEnd{
	height:100%;
	width: 100%;
	min-height:auto;
	display: flex;
	position: absolute;
	z-index: 5;
	place-items:end;
}
	
.BodyFlexAngledText{
	width:100%;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	display: flex;
	align-items:center;
	justify-content:center;	
	max-width: 650px;
}

.BodyFlexAngledMedia{
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: none;
	content: "";
	display: flex;
	object-fit: contain;
	-webkit-clip-path: url(#svgmask);
	clip-path: url(#svgmask);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 10px;
	border-right: none;
	border-left: none;
}
.BodyFlexAngledMediaReverse{
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: none;
	content: "";
	display: flex;
	object-fit: contain;
	-webkit-clip-path: url(#svgmaskreverse);
	clip-path: url(#svgmaskreverse);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
	flex-grow: 1;
}
.PictureBorderMobileAdjust {
	width: 48% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;	
}
.BodyFlexItem{
	position: relative;
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
}
.BodyFlexItem3{
	position: relative;
	flex-basis: calc(33% - 1px);
	flex: 1 0 calc(33% - 1px);
}
.FlexContent {
	display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
.FlexContentVideo {
    width: 100%;
	padding: 10px;
}
#BodyFlexItem{
	width:30%;
	min-height:60px;
	float:right;
	margin-bottom:0px;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftDesktop{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftPhone{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: none;
	align-items:center;
	justify-content:center;	
}
.TitleHeaderSm {
	font-size: 35px;
}
.TitleHeader {
	font-size: 50px;
}
.TitleHeaderLg {
	font-size: 70px;
}
.PageTitleHeader {
	font-size: 60px;	
}
.widthwrapmobile {
		width: auto;
}
.PageTitleHeader2 {
	font-size: 55px;
	color: #fff;
	display: inline-flex;
	
}
.slideshow-container {
  position: relative;
  background: none;
  width:100%;
  min-height:400px;
}
.SliderTitleFont{
	color: #FFFFFF;
	font-size: 35px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.slideshow .slide .title {
    margin: 0 auto 0px;
	margin-top:-80px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 60px;
    letter-spacing: 0em;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 26px;
    line-height:1;
	font-family: MainBodyFont;
}
.slideshow .buttongrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 600px;
	max-width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
	position: relative;
}
.slideshow .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 10 !important;
    color: #fff;
    text-align: center;
    display: grid;
	grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
	vertical-align: center;	
	margin-bottom: inherit;	
}
.slideshow .slide .caption {
    padding: 0px 0px 30px 0px;
	z-index: 10;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.slideshow .pagination {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
	display: block;
}
.slideshow .arrows .arrow {
    margin: -15px 0 0;
    padding: 20px;
    position: absolute;
    bottom: 37%;
    cursor: pointer;
    z-index: 3;
}
.btn {
    display: inline-block;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #BD8998;
    border: 2px solid #BD8998;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
    font-size: 20px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
	transition: padding-left 0.4s linear 0s, padding-right 0.4s linear 0s, background-color 0.4s linear 0s;
	
}
#pagesectionzerofull{
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}	
	
#footersection{
	display: grid;
	position: relative;
	border: none;
	height: auto;
	width: 100%;
	z-index:10;
}
#footertint{
	border: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 0;
	height: 100%;
	width: 100%;
}
#slidetextboxright{
	width: 40%;
	margin-top: 0;
	right: 0%;
	top: 0;
	position: absolute;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	transform-origin: center center;
	border-bottom: 1px solid rgba(176,41,38,1);
	border-left: 1px solid rgba(176,41,38,1);
}
#slidetextboxleft{
	width: 40%;
	margin-top: 0;
	left: 0%;
	bottom: 0;
	float: left;
	position: absolute;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	transform-origin: center center;
	border-top: 1px solid rgba(176,41,38,1);
	border-right: 1px solid rgba(176,41,38,1);
}
.contentpadding{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 30px 0px;
}
.DateBlock{
	width:auto;
	margin:0;
	float:left;
}
.Event{
	width: calc(100% - 160px);
	padding: auto 10px;
}
.Month{
	width:auto;
	font-size: 150%;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}
.Day{
	width:140px;
	min-width:95px;
	font-size: 400%;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:auto;
	padding-right:auto;
	margin:0px;
}
#fadetowhite{
	background: -webkit-linear-gradient(transparent,#efefef);  
    background: -moz-linear-gradient(transparent,#efefef);  
    background: -o-linear-gradient(transparent,#efefef);  
    background: linear-gradient(transparent,#efefef);
	background-size: 1px 201px;
	background-repeat: repeat-x;
	background-position: top center;
	height: 200px;
	width: 100%;
	z-index: 5;
	position: fixed;
	border-bottom: 3px solid #efefef;
	bottom: 0;
}
.homeimagecontainer{
	overflow: hidden;
	height: 100vh;
	width: 45%;
	position: fixed;
}
.imagescroll{
	height: 200vh;
	width: 50%;
	position: fixed;
	background-image: url("../BuildingContractor/CommercialContractor/CommercialConstructionServices.jpg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	z-index: 4;
	display: inline-block;
}
.homesection3background{
	z-index: 5;
	background-color: #efefef;
	width: 100%;
	height: 100vh;
	position: fixed;
	display: inline-block;
}

.imagescrollcontainer{
	height: 600px;
}
.imageoverlay{
	opacity: 0;
	-webkit-mask-size: 200px;
  	mask-size: 200px;
}
.homelogoinvert{
	width: 494px;
	height: 450px;	
}
.homelogodraw{
	width: 500px;
	height: 453px;
}
.imageoverlaytext{
	opacity: 0;	
}
#fullimagescrollcontainer{

}
#imagescrollcontainerSVG{
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 500px;
	content: "";
	object-fit: contain;
	-webkit-clip-path: url(#svgmask);
	clip-path: url(#svgmask);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
}
#LogoOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background-image: url("../FunctionalMedicine/FunctionalMedicineOverlay.png");
	-webkit-background-size: 77.15% 99.055%;
	-moz-background-size: 77.15% 99.055%;
	-o-background-size: 77.15% 99.055%;
	background-size: 77.15% 99.055%;
	background-repeat: no-repeat;
	background-position: left top;
}
#overlayscrollcontainerSVG{
	width:100%;
	max-width: 800px;
	height: 1000px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#homeimagescrollcontainerleft{
	width:41%;
	max-width: none;
	margin-left: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 7vh;
	position: absolute;
}
#homeimagescrollcontainerright{
	width:41%;
	max-width: none;
	margin-right: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 75vh;
	position: absolute;
	right: 0;
}
.imageslide{
	height: 850px;
	margin-top: -100px;
}
#fullimageslide{

}
.imageslideSVG{
	min-width:100%;
	height: 900px;
	margin-top: -150px;
	top:0;
	position: absolute;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

}
