@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/PRISTINA.TTF") format("truetype");
}

/*Scroll Bar*/
/* width */
::-webkit-scrollbar {
  width: 11px;
	background: transparent;
}
/* Track */
::-webkit-scrollbar-track {
  background: #cc0000;
}
/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #ffe500;
	margin-right: 1px;
	margin-left: 1px;
	width: 8px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffe500;
}
#pagecontainer{
	width: 100%;
	overflow: hidden;
}
#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;
}

#PWD:hover > .PWDLink {
	color: #5b37cc;
}
.PWDspidericon{
	width: 25px;
	height: 25px;
	padding-left: 5px;
}
.PWDspider {
	fill: #202020;
	-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: #202020;
	-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: #202020;
}
.PWDlink:hover {
	text-decoration: none;
	color: #5b37cc;
}
.PWDlink:active {
	text-decoration: none;
}
.PrimaryColor {
	color: #cc0000 !important;	
}
.SecondaryColor {
	color: #ffe500 !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;
}
.linecolor{
	background-color: #202020;
	border-left: solid 4px #3b5998;
}
.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%;
	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;
  }
.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: 16px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
}
.MainBody2 {
	color: #000;
	padding-left: 0px;
	padding-right:0px;
	font-size: 20px;
	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{
	background-color: rgba( 37,87,142, 1);
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	-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: 3px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite ease-in-out;
    -moz-animation: bordermovelight 7s infinite ease-in-out;
    -o-animation: bordermovelight 7s infinite ease-in-out;
    animation: bordermovelight 7s infinite ease-in-out;
}
.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;
}
.BalloonHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 2.5em;
	color: #fff;
	margin: 0;
	padding: 0;
	display: inline-block;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:35px;
	padding-bottom: 5px;
	transition: all 0.3s ease-in-out;
}
.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: 0px;
	height: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	display: inline-block;
	transform: scaleY(0);
	-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: 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;
    }
.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: #fff;
	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: #f7941d;
	-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: 100vh;
	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;
}
.tint{
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}
.tint2{
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
	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: #d9ccbb !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-radial-gradient(#231700, #000);
	background: -moz-radial-gradient(#231700, #000);
	background: -o-radial-gradient(#231700, #000);
	background: radial-gradient(#231700, #000);
	background-size: 100% 100%;
}
.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 */
.btn-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-container:nth-child(1) {
  --btn-bg: #da0000;
  --bg: #f22c3a;
}
.btn-container:nth-child(2) {
  --btn-bg: #fac300;
  --bg: #fc6100;
}

button {
  --width: 180px;
  --height: 60px;
  border: 0;
  position: relative;
  min-width: 250px;
  min-height: var(--height);
  border-radius: var(--height);
  color: #fff;
  font-family:MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
  font-weight: bold;
  background: rgba(255,229,0, 1);
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
}
button .text,
button .icon-container {
  position: relative;
  z-index: 2;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
button .icon-container {
  --icon-size: 25px;
  position: relative;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-left: 15px;
  transition: transform 500ms ease;
}
button .icon-container .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  transition: transform 500ms ease, opacity 250ms ease;
}
button .icon-container .icon--left {
  transform: translateX(-200%);
  opacity: 0;
}
button .icon-container .icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--btn-bg);
  border-radius: var(--height);
  z-index: 1;
  transition: transform 500ms ease;
}
button:hover::after {
  transform: translateX(185px);
}
button:hover .icon-container {
  transform: translateX(125%);
}
button:hover .White {
  color: #cc0000 !important;
	 -webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
button:hover .icon-container .icon--left {
  transform: translateX(0);
  opacity: 0;
}
button:hover .icon-container .icon--right {
  transform: translateX(10px);
  opacity: 1;
}



/* Links */
.HeaderLinksContainer{
	width: 100%;
	box-sizing: border-box;
	right: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: auto;
	margin-left: 0;
	max-width: 150px;
	transform-origin: right;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.HeaderLinksContainerTop{
	width: 100%;
	box-sizing: border-box;
	right: 0;
	display: grid;
	grid-template-columns: 4fr 4fr 4fr 1fr 1fr;
	margin: auto;
	margin-right: 30px;
	max-width: 475px;
	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;
}
.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: #ffe500;
}
.FooterLink:link {
	text-decoration: none;
	color: #202020;
}
.FooterLink:visited {
	text-decoration: none;
	color: #202020;
}
.FooterLink:hover {
	text-decoration: none;
	color: #cc0000;
}
.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: #f4f2c9;
}
.WhiteLink:active {
	text-decoration: none;
}
.BlueLink:link {
	color: #cc0000;
	font-weight:bold;
	text-decoration:none;
}
.BlueLink:visited {
	color: #cc0000;
	text-decoration:none;
}
.BlueLink:hover {
	text-decoration: none;
	color: #ffe500;
}
.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: #cc0000;
}
.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%;
	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;
	

}
#menu li:nth-child(10) a {   
	background-color: rgba(119, 210, 247, 0.8);
	-webkit-backdrop-filter: invert(1) blur(2px);
    backdrop-filter: invert(1) blur(2px);
	color: #0b597c;
	font-weight: bolder;
}
#menu li:nth-child(10) a:hover {   
	background-color: rgba(119, 210, 247, 0.8);
	-webkit-backdrop-filter: invert(1) blur(11px);
    backdrop-filter: invert(1) blur(11px);
	color: #0b597c;
}

#menu li:hover > a {
    color: #fff;
	-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(204,0,0, 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: 100%; 
	overflow: visible;
	min-width:250px;
	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;
}
#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(255,229,0, 1);
	color: #cc0000;
	-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: #ffffff;
	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: #ffffff;
	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: #f4f2c9;
}
.accordion .accordion-head {
    color: #fff;
    background-color: #25578e;
    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: #f4f2c9;
	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 {
    filter: alpha(opacity=80);
    opacity: 0.80;
	color: #f4f2c9 !important;
}
.accordion .accordion-head:hover .faqarrow {
    margin-top: 27px;
    border-bottom-color: #f4f2c9;
    border-top-color: transparent;
}
.accordion .accordion-body {
    border-bottom: none;
    height: auto;
    display: none;
	background-color: #f4f2c9;
}
.faqarrow {
    float: right;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    margin-top: 45px;
    border-top-color: #fff;
}
.accordion-head.open .faqarrow {
    margin-top: 27px;
    border-bottom-color: #f4f2c9;
    border-top-color: transparent;
}
.accordion-head.open {
    border-bottom: none;
	color: #f4f2c9;
}

