@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: TitleFont;
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
    font-family: TitleFont2;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: MenuFont;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: MainBodyFont;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

/*Scroll Bar*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background:#51349B;
	border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9166ff;
}

.PrimaryColor {
	color: #51349B !important;	
}
.SecondaryColor {
	color: #9166ff;
}
.White {
	color: #ffffff;
}
.Black {
	color: #000000;
}
.GreenColor {
	color: #47ea89;
}
#FooterDrop {
	width: 100%;
}
.spiderdisplay{
	display: grid !important;
}
.spiderfade {
	-webkit-animation: pagefadein 1s ease-in-out forwards;
	-moz-animation: pagefadein 1s ease-in-out forwards;
	-o-animation: pagefadein 1s ease-in-out forwards;
	-ms-animation: pagefadein 1s ease-in-out forwards;
	animation: pagefadein 1s ease-in-out forwards;
}
.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%;
}
.backgroundimage{
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:right center !important;
}
.container-1{
    padding:0px;
    display:flex;
	max-width: 1000px;
	overflow: visible;
    justify-content: space-around;
	box-sizing: border-box;
	-webkit-touch-action: auto;
	touch-action: auto;
}
.container-2{
    padding:200px;
    display:flex;
    justify-content: space-around;
}
.sup{
	vertical-align: super;
	font-size: 14px;
}
.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;
}
#homebodytextbox{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	border: 1px solid #fff;
	-webkit-animation: bordermove 5s linear infinite;
	-moz-animation: bordermove 5s linear infinite;
	-o-animation: bordermove 5s linear infinite;
	-ms-animation: bordermove 5s linear infinite;
	animation: bordermove 5s linear infinite;
	box-sizing: border-box;
}
.MainBody {
	color: #ccc;
	padding-left: 0px;
	padding-right:0px;
	font-size: 20px;
	line-height:1.5;
	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: #ccc;
	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: #ccc;
	font-size: 24px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
	font-weight: normal;
}

.FooterBody {
	color: #fff;
	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;

}

.FooterText {
	color: #777;
	font-size: 120%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	color: #5b37cc;
	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;
}

#BodyFlexInline{
	width:100%;
}
.Red {
	color:#F00;
}

.PictureBorder{
	border: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 4px;
    border-style: solid;
	border-image: linear-gradient(to bottom, #1c4a88, #173866, #000000) 1;
	min-height:225px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: bordermove 7s infinite linear;
  -moz-animation: bordermove 7s infinite linear;
  -o-animation: bordermove 7s infinite linear;
  animation: bordermove 7s infinite linear;
}
.backgroundshadow{
	-moz-box-shadow: 0px 0px 15px #51349B;
	-webkit-box-shadow: 0px 0px 15px #51349B;
	box-shadow: 0px 0px 15px #51349B;
}
.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 transparent;
    background-color: transparent;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	-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-filter: grayscale(0);
	filter: grayscale(0);
	
}

.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;
}
.tint{
	background-color: rgba(0,0,0,0.5);
	-webkit-backdrop-filter: grayscale(100%) blur(1px);
    backdrop-filter: grayscale(100%) blur(1px);
	width: 100%;
	height: 100%;
}

/* Backgrounds */
.whitebackground { 
    background: #ffffff;
}
.darkbackground {
	background: -webkit-linear-gradient(to bottom right, #000000, #202020, #000000);  
    background: -moz-linear-gradient(to bottom right, #000000, #202020, #000000);  
    background: -o-linear-gradient(to bottom right, #000000, #202020, #000000);  
    background: linear-gradient(to bottom right, #000000, #202020, #000000);
}
.greybackground {  
    background: -webkit-radial-gradient(#B0D3CC, #929393);
	background: -moz-radial-gradient(#B0D3CC, #929393);
	background: -o-radial-gradient(#B0D3CC, #929393);
	background: radial-gradient(#B0D3CC, #929393);
}
.purplebackground {
	background: -webkit-linear-gradient(315deg, #000000, #000000, #000000, #51349B);  
    background: -moz-linear-gradient(315deg, #000000, #000000, #000000, #51349B);  
    background: -o-linear-gradient(315deg, #000000, #000000, #000000, #51349B);  
    background: linear-gradient(-180deg, #000000, #000000, #000000, #51349B), linear-gradient(-90deg, #000000, #000000, #000000, #51349B), linear-gradient(90deg, #000000, #000000, #000000, #51349B);
	background: linear-gradient(217deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2) 70.71%), 
		linear-gradient(127deg, rgba(0, 0, 0, 1), rgba(91,55,204, 0.1)),
		linear-gradient(336deg, rgba(91,55,204, 1), rgba(0, 0, 0, 1));
}
.purplebackground2 {
	background: -webkit-linear-gradient(to bottom right, #51349B, #202020, #51349B);  
    background: -moz-linear-gradient(to bottom right, #51349B, #202020, #51349B);  
    background: -o-linear-gradient(to bottom right, #51349B, #202020, #51349B);  
    background: linear-gradient(to bottom right, #51349B, #202020, #51349B);
}

/* Buttons */
.shinebtn {
  --hue: 260;
  position: relative;
  padding: 1rem 3rem;
	margin: 0px 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid hsl(var(--hue), 100%, 60%);
  outline: transparent;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  transition: 0.25s;
	margin: 10px;
	font-family: MainBodyFont;

}
.shinebtn:hover {
  background: hsl(var(--hue), 100%, 60%);
}
.shinebtn-primary {
  --hue: 260;
}
.shinebtn-ghost {
	color: hsl(var(--hue), 100%, 60%);
	background-color: rgba(91, 55, 204, 0.4);
	border: 1px solid #51349B;
	border-color: hsl(var(--hue), 100%, 60%);
	-webkit-animation: bordermove 5s linear infinite;
	-moz-animation: bordermove 5s linear infinite;
	-o-animation: bordermove 5s linear infinite;
	-ms-animation: bordermove 5s linear infinite;
	animation: bordermove 5s linear infinite;

}
.shinebtn-ghost:hover {
  color: #47ea89;
}
.shinebtn-light {
  color: white;
  background-color: rgba(91,55,204,0.2);
  border-color: white;
	
}
.shinebtn-light:hover {
  color: white;
	border-color: hsl(var(--hue), 100%, 60%);
}
.shinebtn-shine {
  color: white;

}
.shinebtn-shine::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, hsla(var(--hue), 100%, 60%, 0.85), transparent);
  transform: translateX(-100%);
  transition: 0.6s;

}
.shinebtn-shine:hover {
  background: transparent;
  box-shadow: 0 0 20px 10px hsla(var(--hue), 100%, 60%, 0.85);

}
.shinebtn-shine:hover::before {
  transform: translateX(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;
}
.buttoncentersmall {
  width: auto;
  height: 50px;
  position: relative;
}

.greenbtn {
  width: 100%;
	height: 60px;
	cursor: pointer;
	background: #00B095;
	background-size: 1px 200%;
	background-repeat: repeat-x;
	background-position: bottom center;
	border-radius:0px;
	border-width: 3px;
    border-style: solid;
	border-color: #00B095;
    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;
}
.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: #ffffff;
	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;
}
#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: top center;
	background-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;
	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:#00B095;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.whitebtn:hover > .buttonhovertext {
	color:#FFFFFF;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.whitebtnsmall:hover > .buttonhovertextsmall {
	color:#123f6f;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	transition-delay: 0s !important;
	animation-delay: 0s;
}


/* Links */
#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: #777;
}
.FooterLink:visited {
	text-decoration: none;
	color: #777;
}
.FooterLink:hover {
	text-decoration: none;
	color: #51349B;
}
.FooterLink:active {
	text-decoration: none;
}
#WhiteLink a:link {
	text-decoration: none;
	color: #fff;
}
#WhiteLink a:visited {
	text-decoration: none;
	color: #fff;
}
#WhiteLink a:hover {
	text-decoration: none;
	color: #51349B;
}
#WhiteLink a:active {
	text-decoration: none;
}
.BlueLink {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}
.BlueLink:visited {
	color: #fff;
	text-decoration:none;
}
.BlueLink:hover {
	text-decoration: none;
	color: #47ea89;
}
.BlueLink:active {
	text-decoration: none;
}
.OrangeLink {
	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 a:link {
	text-decoration: none;
	color: #000;
}
#BlackLink a:visited {
	text-decoration: none;
	color: #000;
}
#BlackLink a:hover {
	text-decoration: none;
	color: #00B095;
}
#BlackLink a:active {
	text-decoration: none;
}

.SocialMediaButtons {
	max-width:100px;
	opacity:1;
}
.SocialMediaButtons:hover{
	opacity:0.6;
}
.VideoTitles {
	color:#FFF;
	background-color:rgba(22,72,141,0.9);
	font-size:300%;
	padding:10px;
}
.PictureHover{
	opacity:1;
	border:2px solid #092c74;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.PictureHover:hover{
	opacity:0.7;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.GreyPicture{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.GreyPicture:hover{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.LightBlueText {
	color:#34BEEF;
}
.MidBlueText {
	color:#049CDB;
}
.DarkBlueText {
	color:#364765;
}
.GreyText {
	color:#7a878c;
}
.LightGreyText {
	color:#BFBFBF;
}


/* Block Quotes*/

.bubbleleft {
    background-color: #efefef;
    border-radius: 5px;
    box-shadow: none;
    display: inline-block;
    padding: 0px 0px;
    position: relative;
    vertical-align: top;
    margin: 20px 10px;
	border: 1px #999999 solid;
}
.bubbleleft::before {
    background-color: #efefef;
    content:"\00a0";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -15px;
	left:30px;
    -moz-transform: rotate(47deg) skew(5deg);
    -ms-transform: rotate(47deg) skew(5deg);
    -o-transform: rotate(47deg) skew(5deg);
    -webkit-transform: rotate(47deg) skew(5deg);
	transform: rotate(47deg) skew(5deg);
    box-shadow: none;
	border-bottom: 1px #999999 solid;
	border-right: 1px #999999 solid;
}
.bubbleright {
    background-color: #efefef;
    border-radius: 5px;
    box-shadow: none;
    display: inline-block;
    padding: 0px 0px;
    position: relative;
    vertical-align: top;
    margin: 20px 10px;
	border: 1px #999999 solid;
}
.bubbleright::before {
    background-color: #efefef;
    content:"\00a0";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -15px;
	right:30px;
    -moz-transform: rotate(47deg) skew(5deg);
    -ms-transform: rotate(47deg) skew(5deg);
    -o-transform: rotate(47deg) skew(5deg);
    -webkit-transform: rotate(47deg) skew(5deg);
	transform: rotate(47deg) skew(5deg);
    box-shadow: none;
	border-bottom: 1px #999999 solid;
	border-right: 1px #999999 solid;
}

.menuA1{
	color:#fff !important;
}
.menuA1.stick{
	color:#fff !important;
}
.menuA2{
	color:#000 !important;
}
.menuA2:hover{
	color:#000 !important;
}


/* Main Menu */

#menu li{
	width: 25%;
	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-left: 1px solid hsla(0, 0%, 100%, 0.2);
	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;
	-webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    }


#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.5);
	-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;
}

/* Sub-menu */
#menu ul{
	display: block;
	pointer-events:none;
	position: absolute;
	opacity:0;
	left:0px;
	padding-top:0px;
	width: 100%; 
	overflow: visible;
	min-width:auto;
	height:0px;
	margin-top: 0px;
	z-index: -1;
	-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: 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{
	margin-top: 0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	min-height: auto;
	max-height: auto;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	height: 100%;
	font-size: 20px;
	background-color: rgba(3,178,151,0.8);
	-webkit-backdrop-filter: blur(5px) invert(1);
    backdrop-filter: blur(5px) invert(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;
}
#menu ul a.stick{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	min-height: auto;
	max-height: auto;
	color: #fff;
	height: 100%;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#menu ul a:hover{
	background-color: rgba(255,255,255,0.9);
	-webkit-backdrop-filter: blur(15px) invert(1);
    backdrop-filter: blur(15px) invert(1);
	color: #03B297;
	-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: 75px 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: 2px solid;
	border-bottom-color: #000000;
	-webkit-animation: bordermove 7s infinite ease-in-out;
  -moz-animation: bordermove 7s infinite ease-in-out;
  -o-animation: bordermove 7s infinite ease-in-out;
  animation: bordermove 7s infinite ease-in-out;

}

#menu2 a{
	display: block;
	height: auto;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:0px;
	padding-top:10px;
	color: #fff;
	font-size: 24px;
	text-transform: none;
	font-family: MenuFont, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
	background-color: transparent;
}

#menu2 li:hover > a{
	background: transparent;
	color: #47ea89;
}

*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: 10px;
	padding-left:40px; 
	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;
}

