@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: 10px;
	background: transparent;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #998851;
	margin-right: 2px;
	width: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #998851;

}
#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: #000;
	-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: #998851 !important;	
}
.SecondaryColor {
	color: #998851 !important;
}
.White {
	color: #ffffff !important;
}
.Black {
	color: #000000 !important;
}
.Grey {
	color: #BBBBBB !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%;
}

.sup{
	vertical-align: super;
	font-size: 14px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.iframevideoadjust {
	aspect-ratio: 16 / 9;
    height: auto;
    width: 98% !important;
	margin: 0 1%;
}
.iframevideoadjusttall {
	aspect-ratio: 9 / 16;
    height: 450px;
    width: auto;
	margin: 0 1%;
}
.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;
}


.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;
}

.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;
}

.PictureBorderRight{
	-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-width: 3px;
    border-style: solid;
	border-color: #998851;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.PictureBorderLeft{
	-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-width: 3px;
    border-style: solid;
	border-color: #998851;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
}
.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-width: 3px;
    border-style: solid;
	border-color: #998851;
}
.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;
	border-color: #998851;
}

.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{
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.tint2{
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
	width: 100%;
	height: 100%;
}
.tint3{
	-webkit-filter: brightness(30%);
	filter: brightness(30%);
}
.tintlight{
	-webkit-filter: brightness(75%);
	filter: brightness(75%);
}
.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%;
}
.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: #ffffff;
}
.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);
}
.lightbackground {
 
    background: rgba(153,136,81,1);
	padding: 20px;
	border-radius: 20px;
}
.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 */
.svgbutton {
  position: relative;
  padding: 1em 1.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 20px;
  margin: 1em 0.8em;
}
.svgbutton.type1 {
  color: #77D2F7;
}
.svgbutton.type1.type1::after, .svgbutton.type1.type1::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.svgbutton.type1.type1::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #77D2F7;
  border-right-color: #77D2F7;
}
.svgbutton.type1.type1::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #77D2F7;
  border-left-color: #77D2F7;
}
.svgbutton.type1.type1:hover:after, .svgbutton.type1.type1:hover:before {
  width: 100%;
  height: 100%;
}

.svgbuttondark {
  position: relative;
  padding: 1em 1.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 20px;
  margin: 1em 0.8em;
}
.svgbuttondark.type1 {
  color: #003F86;
}
.svgbuttondark.type1.type1::after, .svgbuttondark.type1.type1::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.svgbuttondark.type1.type1::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #003F86;
  border-right-color: #003F86;
}
.svgbuttondark.type1.type1::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #003F86;
  border-left-color: #003F86;
}
.svgbuttondark.type1.type1:hover:after, .svgbuttondark.type1.type1:hover:before {
  width: 100%;
  height: 100%;
}


.buttoncontainer {
  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;
}
.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, #998851, #998851, #998851, #998851, #998851, #998851, #998851, #ffffff, #ffffff, #000000, #000000, #000000, #000000, #000000, #000000, #000000);
	background-size: 300% 200%;
	background-position: right center;
    padding-left:50px;
	padding-right:50px;
	border-radius: 50px;
	border: 1px solid #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 {
	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;
}
.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: #fff;
  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;
}


.socialcontainer{
	width: auto;
	white-space: nowrap;
	float: left;
	margin: auto auto auto 0;
	display: grid;
	grid-template-columns: 22px 30px 30px 30px 30px;
	grid-gap: 5px;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.topheadertextcontainer{
	width: auto;
	white-space: nowrap;
	float: right;
	margin: auto 0 auto auto;
	display: block;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

/* Links */
.HeaderLinksContainer{
	width: 100%;
	max-width: 100vw;
	box-sizing: border-box;
	right: 0;
	display: grid;
	grid-template-columns: 50% 50%;
	margin: auto;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	position: relative;
}
.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: #ddd;
}
#HeaderLink a {
	-webkit-transition: all 0.5s ease-in-out 0.4s;
	-moz-transition: all 0.5s ease-in-out 0.4s;
	-ms-transition: all 0.5s ease-in-out 0.4s;
	-o-transition: all 0.5s ease-in-out 0.4s;
	transition: all 0.5s ease-in-out 0.4s;
	text-decoration: none;
	color: #fff;
}
#HeaderLink a.stick {
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-ms-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
	text-decoration: none;
	color: #000;
}
#HeaderLink a:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	text-decoration: none;
	color: #BD8998;
}
#HeaderLink a.stick:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	text-decoration: none;
	color: #BD8998;
}
.FooterLink:link {
	text-decoration: none;
	color: #202020;
}
.FooterLink:visited {
	text-decoration: none;
	color: #202020;
}
.FooterLink:hover {
	text-decoration: none;
	color: #00B095;
}
.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: #aa7b1f;
}
.WhiteLink:active {
	text-decoration: none;
}
.BlueLink:link {
	color: #0B08DC;
	font-weight:bold;
	text-decoration:none;
}
.BlueLink:visited {
	color: #0B08DC;
	text-decoration:none;
}
.BlueLink:hover {
	text-decoration: none;
	color: #123f6f;
}
.BlueLink:active {
	text-decoration: none;
}
.OrangeLink:link {
	color: #998851;
	font-weight:bold;
	text-decoration:none;
}
.OrangeLink:visited {
	color: #998851;
	text-decoration:none;
}
.OrangeLink:hover {
	text-decoration: none;
	color: #808080;
}
.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: #998851;
}
.BlackLink:active {
	text-decoration: none;
}
.BlackLinkFooter:link {
	text-decoration: none;
	color: #000;
}
.BlackLinkFooter:visited {
	text-decoration: none;
	color: #000;
}
.BlackLinkFooter:hover {
	text-decoration: none;
	color: #fff;
}
.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: auto;
	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;
}

.bookbutton{
	background-color: rgba(0,0,0,1) !important;
	color: #ffffff !important;
}

#menu li:hover{
	background-color: transparent;
	

}



#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(0,0,0,1);
    }


#menu li:hover > ul{
	display: block;
	height: 35px;
	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:auto;
	height:0px;
	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: none;
	-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: 0px 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:left !important;
}




#menu ul a:hover{
	background-color: rgba(153,136,81,1);
	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;
}


/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	
	}





/* Main Menu Phone */
#menu2{
	width: 100%;
	position: relative;
	height: 100%;
	margin-left:  0%;
	padding: 10px 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: #998851;
	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: #eabd6b;
	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: #efefef;
	 position: relative;
	 display: block;
	 box-sizing: content-box;
	 height: auto !important;
}
.accordion .accordion-head {
    color: #000;
    background-color: #fff;
    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: 150%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
}
.accordion .accordion-body p {
    float: left;
	 width:100%;
	margin: 0;
	background-color: #efefef;
	position: relative;
}
.accordion .accordion-body span {
    width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	padding-bottom: 20px;
	padding-top: 20px;
	display: block;
	background-color: #efefef;
	position: relative;
}
.accordion .accordion-head:hover {
    background-color: #998851;
	color: #fff !important;
}
.accordion .accordion-head:hover .faqarrow {
    margin-top: 20px;
    border-bottom-color: #fff;
    border-top-color: transparent;
}
.accordion .accordion-body {
    border-bottom: none;
    height: auto;
    display: none;
	background-color: #efefef;
}
.faqarrow {
    float: right;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    margin-top: 35px;
    border-top-color: #808080;
}
.accordion-head.open .faqarrow {
    margin-top: 27px;
    border-bottom-color: #fff;
    border-top-color: transparent;
}
.accordion-head.open {
   background-color: #998851;
	color: #fff !important;
	position: relative;
	display: block;
}

