@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: TitleFont;
    src: url("../fonts/Metropolis-Bold.ttf") format("truetype");
}
@font-face {
    font-family: TitleFont2;
    src: url("../fonts/Metropolis-Light.ttf") format("truetype");
}
@font-face {
    font-family: MenuFont;
    src: url("../fonts/Metropolis-Regular.ttf") format("truetype");
}
@font-face {
    font-family: MainBodyFont;
    src: url("../fonts/Metropolis-Regular.ttf") format("truetype");
}
@font-face {
    font-family: PWDFont;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: Scripty;
    src: url("../fonts/STENCIL.TTF") format("truetype");
}

/*Scroll Bar*/
/* width */
::-webkit-scrollbar {
  width: 11px;
	background: transparent;
}
/* Track */
::-webkit-scrollbar-track {
  background: #7f7f7f;
}
/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #2fc3ea;
	margin-right: 1px;
	margin-left: 1px;
	width: 8px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
#pagecontainer{
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: stretch;
}
#PWD {
	display: inline-flex;
	flex-direction: row;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	align-self: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	transform: scale(0.9);
}

#PWD:hover > .PWDLink {
	color: #5b37cc;
}
.PWDspidericon{
	width: 25px;
	height: 25px;
	padding-left: 5px;
}
.PWDspider {
	fill: #bbb;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#PWD:hover .PWDspider {
	fill: #5b37cc !important;

}
.PWDeyes {
	fill: #5b37cc;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#PWD:hover .PWDeyes {
	fill: #44ef44 !important;
}
.PWDtext {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: PWDFont;
}
.PWDlink:link {
	text-decoration: none;
	color: #bbb;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.PWDlink:visited {
	text-decoration: none;
	color: #bbb;
}
.PWDlink:hover {
	text-decoration: none;
	color: #5b37cc;
}
.PWDlink:active {
	text-decoration: none;
}
.PrimaryColor {
	color: #2fc3ea !important;	
}
.SecondaryColor {
	color: #7f7f7f !important;
}
.White {
	color: #ffffff !important;
}
.Black {
	color: #000000 !important;
}
.Grey {
	color: #808080 !important;
}
.Handwriting {
	font-family: Scripty !important;
}
.copywritesection{
	min-height: 40px !important;
	background-color: #000;
	position: absolute;
}
.socialcontainer{
	width: auto;
	white-space: nowrap;
	display: grid;
	grid-template-columns: 22px 30px 30px 30px 30px 30px 30px;
	grid-gap: 0;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.healthgrades {
	background-image: url("../FunctionalMedicine/Affiliations/healthgrades.svg");
	width: 20px;
	height: 20px;
	display: grid;
	grid-template-columns: 1fr;
	-webkit-background-size:20px 20px; 
   -moz-background-size:20px 20px; 
   -o-background-size:20px 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.healthgrades:hover {
	background-image: url("../FunctionalMedicine/Affiliations/healthgradeshover.svg");
}
.healthgradeslarge {
	background-image: url("../FunctionalMedicine/Affiliations/healthgrades.svg");
	width: 30px;
	height: 30px;
	display: grid;
	grid-template-columns: 1fr;
	-webkit-background-size:30px 30px; 
   -moz-background-size:30px 30px; 
   -o-background-size:30px 30px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.healthgradeslarge:hover {
	background-image: url("../FunctionalMedicine/Affiliations/healthgradeshover.svg");
}
#svgmask{
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
	display: grid;
	align-self: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	transform-origin: center center;
	}
#svgmaskcontainer{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: flex;
	align-self: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	transform-origin: center center;
	margin-left: auto;
	margin-right: auto;
	}
.linecolor{
	background-color: #202020;
	border-left: solid 4px #3b5998;
}
.iconcolor{
	fill:#808080;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.iconcolorblue{
	fill:#2fc3ea;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hometab:hover .iconcolor{
	fill:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hometab:hover .iconcolorblue{
	fill:#808080;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.DescriptionTextContainer{
	margin-left:20px;
	margin-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:40px;
	padding-left:40px;
	background-color: #003F86;
}
.HomeScripty {
	font-family: Scripty;
	text-transform: none;
	font-weight: normal;
	font-size: 80%;
}
.FullVideo{
	min-width:100%;
	min-height: 100%;
	object-fit: cover; 
	transform-origin: center center; 
	background-image: url("../Graphics/MedicalLab.gif");
   -webkit-background-size:400px 300px; 
   -moz-background-size:400px 300px; 
   -o-background-size:400px 300px; 
   background-size:400px 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
.HalfVideo{
	min-width:100%; 
	height: 500px; 
	object-fit: cover; 
	transform-origin: center center; 
	background-image: url("../Graphics/MedicalLab.gif");
   -webkit-background-size:300px 200px; 
   -moz-background-size:300px 200px; 
   -o-background-size:300px 200px; 
   background-size:300px 200px;
	background-position: center center;
	background-repeat: no-repeat;
}
 video[poster]{
    object-fit: cover;
  }
#PopupContainer{
	width: 100%;
	position: fixed;
	display: none;
	z-index: 0;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#PopupContainer.stick{
	-webkit-animation: popupfadeincontainer 1s ease-in forwards;
	-moz-animation: popupfadeincontainer 1s ease-in forwards;
	-o-animation: popupfadeincontainer 1s ease-in forwards;
	animation: popupfadeincontainer 1s ease-in forwards;
	animation-delay: 0.5s;
}
#Popup{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	display: block;
	position: relative;
	background-color: transparent;
	margin-top: 50px;
	padding-top:0px;
	overflow: visible;
	justify-content: center;
	align-self: center;
}
#PopupText{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	background-color: transparent;
	z-index: 2;
	max-width: 600px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0%;
	padding-right: 0%;
	font-size: 100%;
}
#PopupBackground{
	display: block;	
	z-index: 1;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

#PopupPageTint{
	display: block;	
	width: 100%;
	height: 100%;
	background-color: rgba(47,195,234,0.7);
}
#popupsale{
	width: 90%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 9999 !important;
	left: 50%;
	right: auto;
	position: fixed;
	background-color: transparent;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	overflow-y: scroll;
	justify-content: center;
	float: none;
	max-width: 750px;
	align-self: center;
	transform: translate(-50%, 0%);
}
.hidescroll::-webkit-scrollbar { 
    display: none; 
}
.hidescroll{ 
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */ 
}
#popupsaleText{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	background-color: transparent;
	z-index: 2;
	max-width: 700px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0%;
	font-size: 100%;
	overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box; /* So the width will be 100% + 17px */
}
#popupsaleBackground{
	z-index: 9998 !important;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(47,195,234,0.7);
}
.sup{
	vertical-align: super;
	font-size: 14px;
}
.textpadding{
	padding:0px 5px !important;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.HeadlineFade{
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 200px;
	z-index: 2;
	background: -webkit-linear-gradient(transparent, #101923);  
    background: -moz-linear-gradient(transparent, #101923);  
    background: -o-linear-gradient(transparent, #101923);  
    background: linear-gradient(transparent, #101923);
	background-size: 1px 100%;
	background-repeat: repeat-x;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.MainBody {
	padding-left: 0px;
	padding-right:0px;
	font-size: 20px;
	line-height:1.2;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
}
.MainBodySm {
	padding-left: 0px;
	padding-right:0px;
	font-size: 18px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
}
.MainBody2 {
	color: #fff;
	padding-left: 0px;
	padding-right:0px;
	font-size: 22px;
	line-height:1.5;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
}
.MainBodyW2 {
	color: #fff;
	font-size: 200%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 300;
	padding-right:0px;
	padding-left:0px;
}
.more {
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.FooterIcons {
	color: #232323;
	font-size: 200%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 100;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
.MainBodyWhite {
	color: #fff;
	font-size: 20px;
	line-height:1.5;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyProjectsBlue {
	color: #40d7ff;
	font-size: 18px;
	line-height:1.5;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.TitleHeaderProjectsBlue {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 24px;
	letter-spacing: normal;
	font-weight: 500;
	color: #40d7ff;
}
.MainBodyWhiteFlip {
	color: #101923;
	font-size: 175%;
	font-family: TitleFont2, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyWhiteFlipLg {
	color: #101923;
	font-size: 225%;
	font-family: TitleFont2, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyWhiteLg {
	color: #fff;
	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;
	font-weight: normal;
}

.FooterBody {
	color: #000;
	font-size: 30px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	line-height:1.5;
	text-shadow: none;
	text-decoration:none;
}
.MainBodyGrey {
	color: #777;
	font-size: 150%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	font-weight:bold;
	text-shadow: none;
}

.MainBodyBlue {
	color:#03B297;
	font-size: 30px;
	font-family: TitleFont2, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	font-weight: normal;
	text-shadow:none;
	text-decoration:none;
}
.MainBodyBlueLg {
	color:#03B297;
	font-size: 36px;
	font-family: TitleFont2, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	font-weight: normal;
	text-shadow:none;
	text-decoration:none;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 300%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:100;
	margin:0px;
}

.MainBodyWhiteSubHeader {
	color: #ffffff;
	font-size: 200%;
	font-family: TitleFont, Helvetica, Arial, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	font-weight: bold;
	margin:0px;
}

.MainBodyWhiteSm {
	color: #FFF;
	font-size: 18px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;

}


#tint2{
	width:100%;
	height:100%;
	display: flex;
	min-height:800px;
	left: 0;
	background-color:rgba(0,0,0,0.25);
	-webkit-backdrop-filter: grayscale(50%) brightness(50%);
    backdrop-filter: grayscale(50%) brightness(50%);
	position:relative;
	z-index:2;
	margin-top:0px;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.Copyright {
	color: #fff;
	font-size: 111%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-right: 11px;
	padding-left: 11px;
	line-height: 1.5;
}

#BodyFlexInline{
	width:100%;
}
.Red {
	color:#F00;
}

.PictureBorder{
	-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-width: 2px;
    border-style: solid;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-color: #2fc3ea;
}
.PictureBorder2{
	-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-width: 2px;
    border-style: solid;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-color: #2fc3ea;
}
.TextBorder{
	background-color: rgba( 20, 20, 20, 1);
	padding: 10px 0px;
	width: 100%;
	display: block;
	-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;
	text-decoration: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:0px;
	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;
}

.BalloonLink{
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	text-decoration: none;
}

.BalloonHeader2 {
	display: inline-block;
	height:35px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 0.3s ease-in-out;
}
.TitleLineFlexed{
	display: flex;
	width:100%;
	align-items: center;
	align-content: center;
	vertical-align: middle;
}
.TitleLine{
	width: 100px;
	height: 50px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	transform: scale(1.3);
	-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 .TitleLine {
	width: 100px;
	height: 50px;
	padding-right: 25px;
	padding-top:20px;
    transform: scale(1.25);
    -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;
    }
.whitebtn:hover .TitleLine {
	width: 20px;
	padding-right: 5px;
    transform: scaleY(1);
    -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;
    }
.whitebtnsmall:hover .TitleLine {
	width: 20px;
	padding-right: 5px;
    transform: scaleY(1);
    -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;
    }
.hometabHoverTextColor{
	color: #2fc3ea;
	font-family: TitleFont;
	-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 .hometabHoverTextColor {
	color: #fff;
	-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;
    }
.grid-item:hover {
    padding: 0rem;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
	border: 2px solid #00B095;
    background-color: #efefef;
    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;
	-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;
	filter: brightness(80%);
}

.ConsultForm{
	background: -webkit-linear-gradient(to bottom left, #28323e, #101923, #28323e);  
    background: -moz-linear-gradient(to bottom left, #28323e, #101923, #28323e);  
    background: -o-linear-gradient(to bottom left, #28323e, #101923, #28323e);  
    background: linear-gradient(to bottom left, #28323e, #101923, #28323e);
	background-size: 100% 100%;
	background-position: center center;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	border-image: linear-gradient(to bottom, #fecd8f, #f7941d, #3b2313) 1;
	width: 90%;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	max-width: 500px;
	}

.imagebackground{
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.imagebackgroundslide{
	position: absolute;
	height: 120vh;
	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;
}
.tint{
	-webkit-filter: brightness(75%);
	filter: brightness(75%);
}
.tintlight{
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}
.tintlighter{
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
}
.tint2{
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
	width: 100%;
	height: 100%;
}
.tintwhite{
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
}
.tintBlur{
	background-color: rgba(0,0,0,0);
	-webkit-backdrop-filter: brightness(60%) blur(3px);
    backdrop-filter: brightness(60%) blur(3px);
	width: 100%;
	height: 100%;
}
.tintBlurVideo{
	-webkit-filter: brightness(40%) blur(5px);
    filter: brightness(40%) blur(5px);
}
.tintBW{
	background-color: rgba(0,0,0,0.5);
	-webkit-backdrop-filter: grayscale(100%);
    backdrop-filter: grayscale(100%);
	width: 100%;
	height: 100%;
}

/* Backgrounds */
.whitebackground { 
    background-color: #ffffff !important;
}
.corianbackground { 
    background-color: #ffffff !important;
	background-image: url("../FunctionalMedicine/Pittsburgh/Wexford/FunctionalMedicineWellnessCenter/WellnessCenter/WexfordWellnessCenter.jpeg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
.fernbackgroundleft { 
    background-color: #ffffff !important;
	background-image: url("../FunctionalMedicine/Pittsburgh/Wexford/FunctionalMedicineWellnessCenter/WellnessCenter/WexfordFunctionalMedicine.jpeg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
.fernbackgroundright { 
    background-color: #ffffff !important;
	background-image: url("../FunctionalMedicine/Pittsburgh/Wexford/FunctionalMedicineWellnessCenter/WellnessCenter/WexfordPAFunctionalMedicine.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
.fernbackgroundtop { 
    background-color: #ffffff !important;
	background-image: url("../FunctionalMedicine/Pittsburgh/Wexford/FunctionalMedicineWellnessCenter/WellnessCenter/MedicalTreatmentsWexford.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
.woodbackground{
	background-color: #ffffff !important;
	background-image: url("../FunctionalMedicine/Pittsburgh/Wexford/FunctionalMedicineWellnessCenter/WellnessCenter/FunctionalMedicineTreatmentsWexfordPA.jpeg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
.bamboowoodbackground{
	background-color: #ffffff !important;
	background-image: url("../FunctionalMedicine/Pittsburgh/Wexford/WellnessCenter/WexfordWellnessCenter.jpeg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
.blackbackground { 
    background: #000;
}
.blueorangebackground {
	background: -webkit-linear-gradient(to bottom right, #003F86, #E5B380, #003F86);  
    background: -moz-linear-gradient(to bottom right, #003F86, #E5B380, #003F86);  
    background: -o-linear-gradient(to bottom right, #003F86, #E5B380, #003F86);  
    background: linear-gradient(to bottom right, #003F86, #E5B380, #003F86);
}
.greybackground {  
    background: -webkit-linear-gradient(to bottom right, #efefef, #f5f5f5, #efefef);  
    background: -moz-linear-gradient(to bottom right, #efefef, #f5f5f5, #efefef);  
    background: -o-linear-gradient(to bottom right, #efefef, #f5f5f5, #efefef);  
    background: linear-gradient(to bottom right, #efefef, #f5f5f5, #efefef);
}
.darkbackground {  
    background: -webkit-radial-gradient(#171717, #000);
	background: -moz-radial-gradient(#171717, #000);
	background: -o-radial-gradient(#171717, #000);
	background: radial-gradient(#171717, #000);
}
.greenbackground {
	background: -webkit-linear-gradient(to bottom, #00B095, #B0D3CC, #00B095);  
    background: -moz-linear-gradient(to bottom, #00B095, #B0D3CC, #00B095);  
    background: -o-linear-gradient(to bottom, #00B095, #B0D3CC, #00B095);  
    background: linear-gradient(to bottom, #00B095, #B0D3CC, #00B095);
}
.pagebackground {
	background-image: url("../WeightlossInjections/WeightlossProgramNearMe.jpeg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}

/* Buttons */
.buttonlink {
	width: auto;
	margin: auto;
	display: inline-block;
}
.buttonlinkslider {
	width: 250px;
	margin: auto;
	max-width: 250px;
	margin-top: 20px;
}
.button {
  width: 250px;
  height: 60px;
  position: relative;
	display: block;
  background: transparent;
  cursor: pointer;
	margin:12px;
	background: linear-gradient(45deg, rgba(47,195,234,0.5), rgba(47,195,234,0.5), rgba(47,195,234,0.5), rgba(47,195,234,0.5), rgba(47,195,234,0.5), rgba(47,195,234,0.75), #8bdbff, #8bdbff, #2fc3ea, #2fc3ea, #2fc3ea, #2fc3ea, #2fc3ea, #2fc3ea);
	background-size: 350% 200%;
	background-position: right center;
	margin-left: auto;
	margin-right: auto;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-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;
	transform: scale(100%);
	border-radius: 50px;
	border:1px solid #2fc3ea;
}
.button span {
  position: absolute;
  color: #fff;
  font-family: MenuFont, sans-serif;
  opacity: 1;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.button .line {
  background: #f4f2c9;
  position: absolute;
  transition: none;
  transform: scale(0);
  opacity: 1;
	filter: brightness(200%);
}
.button .line:nth-child(1) {
  transform-origin: 100% 100%;
  height: 3px;
  width: 20%;
  bottom: -2px;
	left: -1.5px;
}
.button .line:nth-child(4) {
  transform-origin: 0 100%;
  height: 3px;
  width: 20%;
  top: -2px;
  right: -1.5px;
}
.button .line:nth-child(2) {
  transform-origin: 100% 100%;
  height: 100%;
  width: 3px;
  bottom: -1.5px;
  left: -2px;
}
.button .line:nth-child(5) {
  transform-origin: 100% 0;
  height: 100%;
  width: 3px;
  bottom: 0;
  right: -1.5px;
}
.button .line:nth-child(3) {
  transform-origin: 0 100%;
  height: 3px;
  width: 100%;
  top: -2px;
  left: -1.5px;
}
.button .line:nth-child(6) {
  transform-origin: 100% 0;
  height: 3px;
  width: 100%;
  bottom: -2px;
  right: -1.5px;
}
.button:hover > .line {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s;
	filter: brightness(300%);
}
.button:hover > .line:nth-child(2), .button:hover > .line:nth-child(5) {
  transition-delay: 0.25s;
}
.button:hover > .line:nth-child(3), .button:hover > .line:nth-child(6) {
  transition-delay: 0.45s;
}
.button:hover {
  background-position: left center;
	-moz-box-shadow: 0px 0px 10px #7f7f7f;
	-webkit-box-shadow: 0px 0px 10px #7f7f7f;
	box-shadow: 0px 0px 10px #7f7f7f;
	transform: scale(105%);
	border:1px solid #fff;
}
.button:hover span {
  color: #ffffff;
	font-weight: bold;
	transition-delay: 0.2s;
}
.button span:after {
  color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition-delay: 0.2s;
}


.buttonlight {
  width: 250px;
  height: 60px;
  position: relative;
	display: inline-flex;
  background: transparent;
  cursor: pointer;
	margin:12px;
	background: linear-gradient(45deg, #2fc3ea, #2fc3ea, #2fc3ea, #2fc3ea, #2fc3ea, #2fc3ea, #8bdbff, #8bdbff, #2fc3ea, #2fc3ea, #2fc3ea, #2fc3ea, #2fc3ea, #2fc3ea);
	background-size: 350% 200%;
	background-position: right center;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-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;
	transform: scale(100%);
	border-radius: 50px;
	border:1px solid #2fc3ea;
}
.buttonlight span {
  position: absolute;
  color: #fff;
  font-family: MenuFont, sans-serif;
  opacity: 1;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.buttonlight .line {
  background: #f4f2c9;
  position: absolute;
  transition: none;
  transform: scale(0);
  opacity: 1;
	filter: brightness(200%);
}
.buttonlight .line:nth-child(1) {
  transform-origin: 100% 100%;
  height: 3px;
  width: 20%;
  bottom: -2px;
	left: -1.5px;
}
.buttonlight .line:nth-child(4) {
  transform-origin: 0 100%;
  height: 3px;
  width: 20%;
  top: -2px;
  right: -1.5px;
}
.buttonlight .line:nth-child(2) {
  transform-origin: 100% 100%;
  height: 100%;
  width: 3px;
  bottom: -1.5px;
  left: -2px;
}
.buttonlight .line:nth-child(5) {
  transform-origin: 100% 0;
  height: 100%;
  width: 3px;
  bottom: 0;
  right: -1.5px;
}
.buttonlight .line:nth-child(3) {
  transform-origin: 0 100%;
  height: 3px;
  width: 100%;
  top: -2px;
  left: -1.5px;
}
.buttonlight .line:nth-child(6) {
  transform-origin: 100% 0;
  height: 3px;
  width: 100%;
  bottom: -2px;
  right: -1.5px;
}
.buttonlight:hover > .line {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s;
	filter: brightness(300%);
}
.buttonlight:hover > .line:nth-child(2), .buttonlight:hover > .line:nth-child(5) {
  transition-delay: 0.25s;
}
.buttonlight:hover > .line:nth-child(3), .buttonlight:hover > .line:nth-child(6) {
  transition-delay: 0.45s;
}
.buttonlight:hover {
  background-position: left center;
	-moz-box-shadow: 0px 0px 10px #7f7f7f;
	-webkit-box-shadow: 0px 0px 10px #7f7f7f;
	box-shadow: 0px 0px 10px #7f7f7f;
	transform: scale(105%);
	border:1px solid #ffffff;
}
.buttonlight:hover span {
  color: #ffffff;
	font-weight: bold;
	transition-delay: 0.2s;
}
.buttonlight span:after {
  color: #223f8b;
	font-size: 18px;
	font-weight: bold;
	transition-delay: 0.2s;
}




.buttoncontainer {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	align-content: center;
  border-radius:2px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:10px;
}
.buttoncontainersmall {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  border-radius:2px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
}

.buttoncenter {
  width: auto;
  height: 60px;
  position: relative;
	margin: 5px 0px;
}
.buttoncentersmall {
  width: auto;
  height: 50px;
  position: relative;
}

.greenbtn {
  width: auto;
	height: 60px;
	cursor: pointer;
	background: linear-gradient(45deg, rgba(37,87,142,0.5), rgba(37,87,142,0.5), rgba(37,87,142,0.5), rgba(37,87,142,0.5), rgba(37,87,142,0.5), rgba(37,87,142,0.5), rgba(37,87,142,0.5), #f4f2c9, rgba(37,87,142,0.75), rgba(37,87,142,0.75), rgba(37,87,142,0.75), rgba(37,87,142,0.75), rgba(37,87,142,0.75), rgba(37,87,142,0.75), rgba(37,87,142,0.75));
	background-size: 300% 200%;
	background-position: right center;
	border-radius:0px;
	border-width: 2px;
    border-style: solid;
	border-color: transparent;
    padding-left:50px;
	padding-right:50px;
	outline: none;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	-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;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
}
.whitebtn {
	width: 100%;
	height: 60px;
	cursor: pointer;
	background: none;
	background-size: 1px 200%;
	background-repeat: repeat-x;
	background-position: bottom center;
	border-radius:0px;
	border-width: 3px;
    border-style: solid;
	border-color: #000000;
    padding-left:50px;
	padding-right:50px;
	outline: 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;
}
.whitebtnsmall {
	width: 100%;
	height: 50px;
	cursor: pointer;
	background: -webkit-linear-gradient(#fecd8f,#f7941d);  
    background: -moz-linear-gradient(#fecd8f,#f7941d);  
    background: -o-linear-gradient(#fecd8f,#f7941d);  
    background: linear-gradient(#fecd8f,#f7941d);
	background-size: 1px 200%;
	background-repeat: repeat-x;
	background-position: bottom center;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	border-image: linear-gradient(to bottom, #1c4a88, #173866, #000000) 1;
    padding-left:20px;
	padding-right:20px;
	outline: 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;
	-moz-box-shadow: 0px 0px 2px #3282f2;
	-webkit-box-shadow: 0px 0px 2px #3282f2;
	box-shadow: 0px 0px 2px #3282f2;
	-webkit-animation: bordermove 5s infinite ease-in-out;
  -moz-animation: bordermove 5s infinite ease-in-out;
  -o-animation: bordermove 5s infinite ease-in-out;
  animation: bordermove 5s infinite ease-in-out;
}

#greenButtonSVG {
	position: absolute;
	display:inline;
	left: 0;
	top: 0;
	fill: none;
	stroke: #eabd6b;
	stroke-width: 1px;
	stroke-dasharray: 150 480;
	stroke-dashoffset: 150;
	-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;
}
#whiteButtonSVG {
	position: absolute;
	display:inline;
	left: 0;
	top: 0;
	fill: none;
	stroke: #00B095;
	stroke-width: 3px;
	stroke-dasharray: 150 480;
	stroke-dashoffset: 150;
	-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;
}
#whiteButtonsmallSVG {
	position: absolute;
	display:inline;
	left: 0;
	top: 0;
	fill: none;
	stroke: #fecd8f;
	stroke-width: 1px;
	stroke-dasharray: 150 480;
	stroke-dashoffset: 150;
	-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;
}

.greenbtn:hover {
	background-position: left center;
	-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;
	animation-play-state: paused;
}
.whitebtn:hover {
	background-position: top center;
	background-color: #000;
	-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;
	animation-play-state: paused;
}
.whitebtnsmall:hover {
	background-position: top center;
	border: 2px solid #f7941d;
	-moz-box-shadow: 0px 0px 1px #3282f2;
	-webkit-box-shadow: 0px 0px 1px #3282f2;
	box-shadow: 0px 0px 1px #3282f2;
	-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;
}

.greenbtn:hover #greenButtonSVG {
  stroke-dashoffset: -480;
	-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;
}
.whitebtn:hover #whiteButtonSVG {
  stroke-dashoffset: -480;
	-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;
}
.whitebtnsmall:hover #whiteButtonsmallSVG {
  stroke-dashoffset: -480;
  -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;
}

.buttonhovertext {
  color: #000;
  font-size: 24px;
  font-weight:bold;
  font-family:MainBodyFont;
  white-space:nowrap;
  -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;
}
.buttonhovertextlight {
  color: #000;
  font-size: 20px;
  font-weight:bold;
  font-family:MainBodyFont;
  white-space:nowrap;
  -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;
	text-shadow: none !important;
}
.buttonhovertextsmall {
  color: #FFFFFF;
  font-size: 20px;
  
  font-weight:bold;
  font-family:TitleFont2;
  white-space:nowrap;
  -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-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;
	transition-delay: 0s !important;
}

.greenbtn:hover > .buttonhovertextlight {
	color:#fff;
	-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;
}
.whitebtn:hover > .buttonhovertext {
	color:#FFFFFF;
	-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;
}
.whitebtnsmall:hover > .buttonhovertextsmall {
	color:#123f6f;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-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;
	transition-delay: 0s !important;
	animation-delay: 0s;
}


/* Links */
.HeaderLinksContainer{
	width: auto;
	box-sizing: border-box;
	right: 0;
	display: grid;
	grid-template-columns: 140px 160px 220px;
	margin: auto;
	margin-right: 40px;
	transform-origin: right;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.HeaderLink {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
	color: #fff;
	width: auto;
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.HeaderLink:visited {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
	color: #fff;
	width: auto;
	text-align: center;
}
.HeaderLink:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
	color: #7f7f7f;
}
.FooterLink:link {
	text-decoration: none;
	color: #fff;
}
.FooterLink:visited {
	text-decoration: none;
	color: #fff;
}
.FooterLink:hover {
	text-decoration: none;
	color: #2fc3ea;
}
.FooterLink:active {
	text-decoration: none;
}
.WhiteLink:link {
	text-decoration: none;
	color: #fff;
}
.WhiteLink:visited {
	text-decoration: none;
	color: #fff;
}
.WhiteLink:hover {
	text-decoration: none;
	color: #ff1b27 !important;
}
.WhiteLink:active {
	text-decoration: none;
}
.BlueLink:link {
	color: #1B3D6D;
	font-weight:normal;
	text-decoration:none;
}
.BlueLink:visited {
	color: #1B3D6D;
	text-decoration:none;
}
.BlueLink:hover {
	text-decoration: none;
	color: #D72131;
}
.BlueLink:active {
	text-decoration: none;
}
.OrangeLink:link {
	color: #f4f2c9;
	font-weight:bold;
	text-decoration:none;
}
.OrangeLink:visited {
	color: #f4f2c9;
	text-decoration:none;
}
.OrangeLink:hover {
	text-decoration: none;
	color: #28b5e0;
}
.OrangeLink:active {
	text-decoration: none;
}


.BlackLink:link {
	text-decoration: none;
	color: #000;
}
.BlackLink:visited {
	text-decoration: none;
	color: #000;
}
.BlackLink:hover {
	text-decoration: none;
	color: #2fc3ea;
}
.BlackLink:active {
	text-decoration: none;
}


.menuA1{
	color:#fff !important;
}
.menuA1.stick{
	color:#fff !important;
}
.menuA2{
	color:#000 !important;
}
.menuA2:hover{
	color:#000 !important;
}
.socialbutton{
	padding: 5px;
	margin-left: 2px;
	margin-right: 2px;
}

/* Main Menu */

#menu li{
	width: 100%;
	min-height: 100%;
	position: relative;
	padding-bottom:0px;
	background-color:transparent;
	-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-bottom: none;
}

#menu li:hover{
	background-color: transparent;
	

}
.navbarjoin {   
	background-color: rgba(255,27,39, 1) !important;
	color: #fff !important;
	box-sizing: border-box;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
    border-style: solid;
	border-color: transparent;
}
.navbarjoin:hover {   
	background-color: rgba(139,219,255, 1) !important;
	color: #223f8b !important;
}

#menu li:nth-child(10) a:hover {   
	background-color: rgba(119, 210, 247, 0.5);
	color: #fff !important;
}

#menu li:hover > a {
    color: #ffffff;
	-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(47,195,234, 1);
    }


#menu li:hover > ul{
	display: block;
	height: 50px;
	max-height: 120px;
	opacity:1;
	pointer-events: inherit;
	border-top: 1px solid hsla(0, 0%, 100%, 0.2);
	-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 li:hover > ul a{
	opacity:1;
	-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;
}

/* Sub-menu */
#menu ul{
	display: block;
	pointer-events:none;
	position: absolute;
	opacity:0;
	left:0px;
	padding:0px;
	width: 325px; 
	overflow: visible;
	min-width:100%;
	height: 50px;
	max-height: 120px;
	margin-top: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid hsla(0, 0%, 100%, 0.2);
	-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 li{
	margin: 0px;
	padding: 0px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: transparent;
	-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;
	text-align:center;
	overflow: hidden;
}
#menu ul li:first-child{
	border-top-right-radius: 20px;
}
#menu ul li:last-child{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#MenuCenter{
	width: 96%;
	padding: 0 2%;
	display: grid;
	grid-template-columns: 50% 50%;
	box-sizing: border-box;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
}
#MenuLeft{
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	padding: 0px 5px;
}
#MenuRight{
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 5px;
}
.menutable{
	background-color: rgba(37,87,142,0.5);
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	min-width: 500px;
}
.menutablelink{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#menu ul a:hover{
	background-color: rgba(47,195,234, 1);
	color: #ffffff;
	-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;
}


/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	
	}





/* Main Menu Phone */
#menu2{
	width: 100%;
	height: 100%;
	margin-left:  0%;
	padding: 20px 0px 0px 0px;
	list-style: none;  
	border-top:none;
}

#menu2 li{
	float: left;
	padding: 0px 0px 0px 0px;
	position: relative;
	width:96%;
	margin-left: 2%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	border-width: 0;
    border-bottom: 0px solid;
}

#menu2 a{
	display: block;
	height: auto;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:0px;
	padding-top:7px;
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	font-family: MenuFont, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
	background-color: transparent;
}

#menu2 li:hover > a{
	color: #fff;
	background: transparent;	
}

*html #menu2 li a:hover{ /* IE6 */
	color: #3282f2;
	background: transparent;
}

#menu2 li:hover > ul{
    display: block;
    opacity:1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	
}
/* Sub-menu */
#menu2 ul{
	list-style: none;
	display: none;
	position: relative;
	border: none;
	left: -35px;
	width: auto; 
	min-width: auto;
	z-index: 99999;
	background: none;
	blend-mode: multiply;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
	text-shadow: none;
	margin-bottom: 10px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	border-radius: 0px;
}
#menu2 ul li{
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #000;
	text-shadow: none;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	width: 100%;
	border-bottom: none;
}
#menu2 ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #000;
	text-shadow:none;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; 
	border: none; 
}
#menu2 ul a{
	padding: 7px 0px;
	padding-left:40px; 
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	margin-right: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: none;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
}
*html #menu2 ul a{ /* IE6 */   
	height: 10px;
	color: #000;
	text-shadow:none;
	font-weight:bold;
}
*:first-child+html #menu2 ul a{ /* IE7 */    
	height: 10px;
	color: #000;
	text-shadow:none;
}
#menu2 ul a:hover{
	width: auto;
	text-shadow:none;
    background: transparent;
}
#menu2 ul li:first-child a{  
}
#menu2 ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
}
#menu2 ul li:first-child a:hover:after{
    border-bottom-color: transparent; 
}
#menu2 ul li:last-child a{
}
/* Clear floated elements */
#menu2:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html #menu2             { zoom: 1; } /* IE6 */
*:first-child+html #menu2 { zoom: 1; } /* IE7 */

/* Sub-Sub-menu */
#menu2 ul ul{
	list-style: none;
	display: none;
	position: relative;
	border: none;
	right: 0;
	width: auto; 
	min-width:100%;
	z-index: 99999;
	margin-left: 25px;
	background: none;
	blend-mode: multiply;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
	text-shadow: none;
	margin-bottom: 10px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	border-radius: 0px;
}


/*Accordian*/
 .accordion {
    width: 100%;
	 background-color: #808080;
}
.accordion .accordion-head {
    color: #808080;
    background-color: #efefef;
    border-bottom: none;
    position: relative;
    padding: 13px;
    cursor: pointer;
    overflow: hidden;
}
.accordion .accordion-head * {
    cursor: pointer;
}
.accordion .accordion-head h4 {
    float: left;
	 width:90%;
	margin-left: 5%;
	font-size: 200%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	line-height: 1;
}
.accordion .accordion-body p {
    float: left;
	 width:100%;
	font-size: 175%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	color: #fff;
	background-color: #808080;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.accordion .accordion-body span {
    width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	display: block;
}
.accordion .accordion-head:hover {
	color: #fff !important;
	background-color: #2fc3ea;
}
.accordion .accordion-head:hover .faqarrow {
    margin-top: 27px;
    border-bottom-color: #fff;
    border-top-color: transparent;
}
.accordion .accordion-body {
    border-bottom: none;
    height: auto;
    display: none;
	background-color: #808080;
}
.faqarrow {
    float: right;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    margin-top: 45px;
    border-top-color: #808080;
}
.accordion-head.open .faqarrow {
    margin-top: 27px;
    border-bottom-color: #fff;
    border-top-color: transparent;
}
.accordion-head.open {
    border-bottom: none;
	color: #fff;
	background-color: #2fc3ea;
}

