@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: TitleFont;
    src: url("../fonts/PlayfairDisplay-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/Aramis.ttf") format("truetype");
}

/*Scroll Bar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
	background: #000;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #155e58;
	margin-right: 2px;
	width: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1d8b86;

}
#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: 20px;
	height: 20px;
	padding-left: 5px;
}
.PWDspider {
	fill: #1d8b86;
	-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;
	-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;
}
.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: 14px;
	font-weight: bold;
	font-family: PWDFont;
}
.PWDlink:link {
	text-decoration: none;
	color: #1d8b86;
	-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: #1d8b86;
}
.PWDlink:hover {
	text-decoration: none;
	color: #5b37cc;
}
.PWDlink:active {
	text-decoration: none;
}
.PrimaryColor {
	color: #1d8b86;	
}
.SecondaryColor {
	color: #505050;
}
.PCLight {
	color: #2de8da;
}
.PCDark {
	color: #155e58;
}
.White {
	color: #ffffff;
}
.Black {
	color: #000000;
}
.Handwriting {
	font-family: Scripty !important;
	font-size-adjust: auto;
	font-size: 120%;
}
.copywritesection{
	min-height: 40px !important;
	background-color: #000;
	position: absolute;
}
.linecolor{
	background-color: #202020;
	border-left: solid 4px #3b5998;
}

.landscapeimg{
	min-height: 600px;
	min-width: 100%;
}
.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;
}
.iconback{
	background-image: url("../Counseling/TherapistNearMe/CounselingNearMe/ZenWorksIcon.svg");
   -webkit-background-size:600px; 
   -moz-background-size:600px; 
   -o-background-size:600px; 
   background-size:600px;
	background-position: center center;
	background-repeat: no-repeat;
}
.FullVideo{
	min-width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	object-fit: cover; 
	transform-origin: center center; 
	background-image: url("../Graphics/BergenfieldGym.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/BergenfieldGym.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;
}
#FooterBottomContainer{
	display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
.ProjectGridItem:hover{
	margin: 5px;
	border: 1px solid #1aaa32;
    background-color: transparent;
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
}
.imagebackgroundslide{
	display: flex;
	position: absolute;
	height: 150vh;
	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;
	top: 0px;
	margin-top: 0;
}












.MainBody {
	padding-left: 0px;
	padding-right:0px;
	font-size: 20px;
	line-height:1.5;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
}
.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;
}

#FooterDrop{
	margin: 0;
	padding: 0;
	background-color: transparent;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.FooterHeader {
	font-size: 24px;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.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;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	color: #1d8b86;
	font-size: 16px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
}
.FootText {
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 111%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}

#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;
}
.PictureBorder{
	background-color: rgba( 0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite 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;
}
.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: 2px;
    border-style: solid;
	border-color: #1d8b86;
	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: 2px;
    border-style: solid;
	border-color: #1d8b86;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
}
.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 {
	border: 2px solid #1aaa32;
    background-color: #1aaa32;
    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;
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
}

.tint{
	-webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.tintlight{
	-webkit-filter: brightness(65%);
    filter: brightness(65%);
}
.tintbright {
	-webkit-filter: brightness(110%) contrast(200%);
    filter: brightness(110%) contrast(200%);
}

/* Backgrounds */
.whitebackground { 
    background: #f8f8f8;
}
.lightbackground {
	background: -webkit-linear-gradient(to bottom, #f8f8f8, #f8f8f8, #dae1e7);  
    background: -moz-linear-gradient(to bottom, #f8f8f8, #f8f8f8, #dae1e7);  
    background: -o-linear-gradient(to bottom, #f8f8f8, #f8f8f8, #dae1e7);  
    background: linear-gradient(to bottom, #f8f8f8, #f8f8f8, #dae1e7);
}
.tealblackbackground {  
    background: -webkit-linear-gradient(to bottom, #f8f8f8, #f8f8f8, #dae1e7);  
    background: -moz-linear-gradient(to bottom, #f8f8f8, #f8f8f8, #dae1e7);  
    background: -o-linear-gradient(to bottom, #f8f8f8, #f8f8f8, #dae1e7);  
    background: linear-gradient(to bottom, #f8f8f8, #f8f8f8, #dae1e7);
}
.darktealbackground {
	background: -webkit-linear-gradient(-45deg, #155e58, #1d8b86, #155e58);  
    background: -moz-linear-gradient(-45deg, #155e58, #1d8b86, #155e58);  
    background: -o-linear-gradient(-45deg, #155e58, #1d8b86, #155e58);  
    background: linear-gradient(-45deg, #155e58, #1d8b86, #155e58);
}

/* Buttons */
.btnwrapper {
  display: flex;
  justify-content: center;
}

.cta {
    display: flex;
    text-decoration: none;
	padding: 15px 30px;
    color: white;
	align-items: center;
	align-content: center;
    background: #1aaa32;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
}
.ctatitle {
    display: flex;
    height: 100%;
	align-content: center;
	align-items: center;
}
.cta:focus {
   outline: none; 
}
.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #808080;
	color: black;
}
.cta .btnarrow:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}
.cta:hover  .btnarrow:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}
.btnarrow {
    transform: skewX(15deg) 
}
.btnarrow:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
/**************SVG****************/

.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover .three {
    animation: color_anim 1s linear infinite 0.1s;
}

.cta:hover .one {
    transform: translateX(0%);
    animation: color_anim 1s linear infinite 0.3s;
}

.cta:hover .two {
    transform: translateX(0%);
    animation: color_anim 1s linear infinite 0.2s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
	50% {
        fill: white;
    }
    75% {
        fill: #000;
    }
    100% {
        fill: white;
    }
}


.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;
}
.buttoncentersmall {
  width: auto;
  height: 50px;
  position: relative;
}

.greenbtn {
  width: 100%;
	height: 60px;
	cursor: pointer;
	background: linear-gradient(45deg, #1aaa32, #1aaa32, #1aaa32, #1aaa32, #1aaa32, #1aaa32, #13ea32, #13ea32, #13ea32, #1aaa32, #1aaa32, #1aaa32, #1aaa32, #1aaa32, #1aaa32);
	background-size: 300% 200%;
	background-position: right center;
	border-radius:0px;
	border-width: 2px;
    border-style: solid;
	border-color: #1aaa32;
    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;
	-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: #13ea32;
	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: #fff;
  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;
}
.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:#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;
}
.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;
}


.button {
  width: 250px;
  height: 60px;
	margin: 0px 10px;
  position: relative;
	display: inline-block;
  background: transparent;
  cursor: pointer;
	background: linear-gradient(45deg, #155e58, #155e58, #155e58, #155e58, #155e58, #155e58, #1d8b86, #2de8da, #1d8b86, #155e58, #155e58, #155e58, #155e58, #155e58, #155e58);
	background-size: 350% 200%;
	background-position: right center;
	border-width: 2px;
    border-style: solid;
	border-color: #155e58;
	-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;
}
.button span {
  position: absolute;
  color: #fff;
  font-family: MenuFont, sans-serif;
  opacity: 0.7;
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: 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;
}
.button .line {
  background: #2de8da;
  position: absolute;
  transition: none;
  transform: scale(0);
  opacity: 1;
	filter: brightness(100%);
}
.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(200%);
}
.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 #2de8da;
	-webkit-box-shadow: 0px 0px 10px #2de8da;
	box-shadow: 0px 0px 10px #2de8da;
	border-color: #155e58;
	-webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}
.button:hover span {
  color: #2de8da;
	font-size: 20px;
	font-weight: normal;
	-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;
	transition-delay: 0.2s;
}
.button span:after {
  color: #2de8da;
	font-size: 20px;
	font-weight: normal;
	transition-delay: 0.2s;
}

/* Links */
#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: #1d8b86;
}
.WhiteLink:visited {
	text-decoration: none;
	color: #1d8b86;
}
.WhiteLink:hover {
	text-decoration: none;
	color: #2de8da;
}
.WhiteLink:active {
	text-decoration: none;
}
.BlueLink:link {
	color: #1d8b86;
	font-weight:bold;
	text-decoration:none;
}
.BlueLink:visited {
	color: #1d8b86;
	text-decoration:none;
}
.BlueLink:hover {
	text-decoration: none;
	color: #777;
}
.BlueLink:active {
	text-decoration: none;
}
.OrangeLink:link {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
.OrangeLink:visited {
	color: #000;
	text-decoration:none;
}
.OrangeLink:hover {
	text-decoration: none;
	color: #ea7900;
}
.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: #00B095;
}
.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;
}

#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: #1d8b86;
	-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 li:hover > ul{
	display: block;
	height: auto;
	max-height: inherit;
	opacity:1;
	pointer-events: inherit;
	-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%; 
	min-width:250px;
	height:0px;
	margin-top: 0px;
	-webkit-box-shadow: 0 2px 5px #808080;
	-moz-box-shadow: 0 2px 5px #808080;
	box-shadow: 0 2px 5px #808080;
	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: auto;
	display: block;
	position: relative;
	min-height: inherit;
	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;
}




#menu ul a:hover{
	background-color: rgba(45,232,218,1);
	color: #505050;
	-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: 80%;
	margin-left:  0%;
	padding: 30px 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;


}

#menu2 a{
	display: block;
	height: auto;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:0px;
	padding-top:10px;
	color: #fff;
	font-size: 22px;
	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{
	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;
	right: 0;
	width: auto; 
	min-width:100%;
	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;
	padding-left:20px; 
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	margin-right: 0px;
	color: #00B095;
	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;
	color:#00B095;
	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: #101923;
}
.accordion .accordion-head {
    color: #fff;
    background-color: #28323e;
    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:5px;
	padding-bottom:5px;
}
.accordion .accordion-body p {
    float: left;
	 width:100%;
	font-size: 175%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	color: #fff;
}
.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: #f7941d !important;
}
.accordion .accordion-head:hover .faqarrow {
    margin-top: 27px;
    border-bottom-color: #f7941d;
    border-top-color: transparent;
}
.accordion .accordion-body {
    border-bottom: none;
    height: auto;
    display: none;
	
}
.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: #f7941d;
    border-top-color: transparent;
}
.accordion-head.open {
    border-bottom: none;
	color: #f7941d;
}

