@import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* color: #709F91; */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
body:before{
    content:"";
    width:100%;
    height:100%;
    display:block;
}
#backVideo {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	background-color: #BCE5D9;
	z-index: 0;
}
#backVideo video {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
	filter: hue-rotate(70deg);
	opacity: 0.12;
}
#blockVideo {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	z-index: 1;
}
#BGAlogoFront {
	width: 400px;
	max-width: 68%;
	min-width: 150px;
	height: auto;
	display: inline-block;
}
#pageHeading {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100vh;
	vertical-align: middle;
	text-align: center;
}
.slogan {
	position: relative;
	width: 76%;
	max-width: 680px;
	margin: 20vh auto 0px auto;
	animation: fadeIn 5s;
	display: inline-block;
	z-index: 20;
}
.slogan h1 {
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size: calc(100% + 1.9vw);
	font-weight: 500;
	color: #000103;
	text-decoration: none;
	text-align: center;
	margin-bottom: 3vh;
	line-height: 100%;
}
.slogan h1 sup {
	font-size: small;
	vertical-align: super;
	line-height: 200%;
}
.slogan p {
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size: calc(100% + .1vw);
	font-weight: 500;
	color: #000103;
	text-decoration: none;
	text-align: center;
	margin-top: 30px;
	line-height: 170%;
}
.slogan p sup {
	font-size: x-small;
	vertical-align: super;
	line-height: 200%;
}
.enterButton {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(100% + .6vw);
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 8px 26px 9px 26px;
	background-color: #000103;
	border-radius: 18px;
	margin-top: 5vh;
	line-height: 100%;
	display: inline-block;
}
#frontHead {
	position: absolute;
	bottom: 0vh;
	left: 0;
	right: 0;
	height: 2px;
	margin: auto;
	vertical-align: middle;
	background-color: #000103;
}
#frontHead p {
	font-family: "Gelasio", serif;
	font-weight: 400;
	font-size: calc(100% + .1vw);
	line-height: 165%;
	margin: 15px 4vw;
	color: #FFFFFF;
}
@keyframes fadeIn {   0% { opacity: 0; }   100% { opacity: 1; } }
#firstLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: calc(100% + .5vw);
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 135px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 18px;
	border: solid 1px #FFFFFF;
	border-radius: 12px;
	width: 160px;
	text-decoration: none;
	display: inline-block;
}
#firstLink a:hover {
	background-color: rgba(255,255,255,0.1);
}
.mainContainer {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: center;
}
.mainContent {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: auto;
	vertical-align: middle;
	text-align: center;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(100% + 1.8vw);
	color: #709F91;
	font-weight: 600;
	text-decoration: none;
	line-height: 165%;
	letter-spacing: -.03em;
	text-align: left;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(100% + .8vw);
	color: #639284;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: -.03em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: left;
	margin-bottom: 0px;
	margin-top: 55px;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(100% + .5vw);
	color: #639284;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: -.03em;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #33697D;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: -.03em;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.largetxt {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(100% + .15vw);
	font-weight: 400;
	color: #444444;
	text-decoration: none;
	line-height: 178%;
	text-align: left;
}
.mediumtxt {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(100%);
	font-weight: 400;
	color: #444444;
	text-decoration: none;
	line-height: 178%;
	text-align: left;
}
.mediumtxt a, .largetxt a {
	color: #444444;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
	font-weight: 600;
}
.mediumtxt a:hover, .largetxt a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom: solid 1px #999999;
	font-weight: 600;
}
.mediumtxtBold {
	font-weight: 600;
}
.smalltxt {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	text-decoration: none;
	line-height: 148%;
	text-align: left;
}
.smalltxt a, .smalltxt a {
	color: #444444;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
	font-weight: 600;
}
.smalltxt a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom: solid 1px #999999;
	font-weight: 600;
}
.smalltxtBold {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #444444;
	text-decoration: none;
	line-height: 148%;
	text-align: left;
}			
sup {
	font-size: xx-small;
	vertical-align: super;
	line-height: 200%;
}
.pageBreak {
	position: relative;
	width: 100&;
	max-width: 1200px;
	height: 160px;
	margin: 10px auto 25px auto;
	border-bottom: solid 1px #FFFFFF;
}
.pageBreakText {
	position: absolute;
	bottom: -2px;
	left: 2vw;
	vertical-align: bottom;
}
.pageBreakText h1 {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: calc(100% + 2.8vw);
	color: #FFFFFF;
	font-weight: 500;
	text-decoration: none;
	line-height: 65%;
	letter-spacing: -.05em;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.0);;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: text-bottom;
}
#footer {
	position: relative;
	width: 100%;
	background-color: #000000;
	border-top: solid 1px #000000;	
	border-bottom: solid 1px #000000;
	margin-top: 78px;
}
#footerContent {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 65px auto 30px auto;
	text-align: center;
}
#footerData {
	position: relative;
	width: auto;
	overflow: visible;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2vw;
	font-family: 'Montserrat', sans-serif;
	font-size: calc(100% + .1vw);
	color: #FFFFFF;
	text-align: center;
	line-height: 175%;
	text-decoration: none;
}
#footerData a {
	color: #FFFFFF;
	text-decoration: none;
}
#BGAfooter {
	width: 190px;
	min-width: 150px;
	height: auto;
	display: inline-block;
}
#footerCopyright {
	position: relative;
	width: 90%;
	overflow: visible;
	display: block;
	vertical-align: middle;
	margin: 60px auto 25px auto;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	line-height: 175%;
}
#footerCopyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerCopyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.greenTxt {
	color: #709F91;
	font-weight: 600;
}
.boldText {
	font-weight: 600;
}
#serviceIconX {
	position: relative;
	float: right;
	width: 480px;
	max-width: 60%;
	min-width: 250px;
	height: auto;
	margin-top: -78px;
	z-index: 50;
}
#serviceIconX img {
	position: relative;
	max-width: 100%;
	height: auto;
}
.mainContainerGreen {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	min-height: 600px;
	vertical-align: middle;
	text-align: center;
	padding-top: 35px;
	margin-top: 42px;
	background: linear-gradient(#709F91 250px, transparent 100px);
}
.mainContainerGreen h1 {
	color: #FFFFFF;
	margin-bottom: 0px;
}
.mediumtxtWhite {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(100%);
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 178%;
	text-align: left;
	margin-top: 0px;
}
.mediumtxtWhite a, .largetxtWhite a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
	font-weight: 600;
}
.mediumtxtWhite a:hover, .largetxtWhite a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 1px #999999;
	font-weight: 600;
}
.mediumtxtWhite strong {
	font-weight: 500;
}
.affiliateTable {
	position: relative;
	width: 100%;
	height: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 3vw 10px;
}
.affiliateData {		
	position: relative;
	width: 33%;
	vertical-align: top;
	background-color: #EDEDED;
	display: table-cell;
}
.affiliateBox {
	position: relative;
	margin: 20px 2vw;
	padding-bottom: 60px;
	text-align: left;
}
.affiliateBox p{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	/* font-size: calc(100%); */
	font-weight: 400;
	color: #111111;
	text-decoration: none;
	line-height: 168%;
	text-align: left;
	margin-top: 12px;
	margin-left: 12px;
}
.affiliateLogo {
	position: relative;
	width: 100%;
	aspect-ratio: 6/3;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
}
.affiliateLogo img {
	max-width: 80%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
}
.affiliateLogo .centerImg {
	margin-top: 50%;
}
.affiliateLink {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.affiliateLink a {
	color: #709F91;
	text-decoration: none;
}
.affiliateWhiteBG {
	background-color: #FFFFFF;
}
.affiliateDivider {
	clear: both;
	height: 30px;
	display: block;
}
.pin {
  width: 100px ;
  height: 100px ;
  background-color: #a55eea ;
  border-radius: 60px 60px 0px 60px ;
  position:relative ;
  transform: rotate(45deg);
}
.pin::after {
  content: "" ;
  width: 50px ;
  height: 50px ;
  background: #222 ;
  position: absolute ;
  left: 26% ;
  top: 26% ;
  border-radius: 60px ;
}
.bgaIcon {
	height: auto;
	width: 46px;
	margin-right: 16px;
	vertical-align: text-bottom;
	margin-bottom: -12px;
	display: inline-block;
}
.bgaContact {
	position: relative;
	width: auto;
	display: block;
}
.bgaContact p {
	padding-left: 62px;
	text-indent: -62px;
	margin-top: 30px;
}
.industryTable {
	position: relative;
	width: 100%;
	height: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 2vw 10px;
}
.industryData {		
	position: relative;
	width: 25%;
	vertical-align: top;
	background-color: #EDEDED;
	display: table-cell;
}
.industryBox {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding-bottom: 15px;
	text-align: left;
}
.industryBox p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	/* font-size: calc(100%); */
	font-weight: 400;
	color: #111111;
	text-decoration: none;
	line-height: 158%;
	text-align: left;
	margin: 12px 1vw;
}
.industryBox h3 {
	margin-left: 2vw;
	margin-right: 2vw;
}
.industryBox ul {
	padding: 0px 1vw;
	margin: 0px 1vw;
}
.doubleLine {
	line-height: 245%;
}
.industryBox li {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	/* font-size: calc(100%); */
	font-weight: 400;
	color: #111111;
	text-decoration: none;
	line-height: 158%;
	text-align: left;
	margin-top: 8px;
	margin-left: 12px;
}
.industryLogo {
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
}
.industryLogo img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
}
.industryLogo .centerImg {
	margin-top: 50%;
}
.industryLink {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.industryLink a {
	color: #709F91;
	text-decoration: none;
}
.industryWhiteBG {
	background-color: #FFFFFF;
}
.contactDivider {
	position: relative;
	clear: both;
	height: 0px;
}
.noWrap {
	white-space: nowrap;
}
.fader {
  opacity: 0;
}
.faded {
  animation: fadeIn 1100ms both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1100px) {
	.pageBreak {
	height: 120px;
	margin: 0px auto 0px auto;
	}
	.bgaContact {
	display: block;
	}
	#serviceIcon {
	position: relative;
	float: right;
	width: 480px;
	max-width: 60%;
	min-width: 250px;
	height: auto;
	margin-top: -28px;
	z-index: 50;
	}
	#serviceIcon img {
	position: relative;
	max-width: 100%;
	height: auto;
	}
	.industryBox li {
	font-size: 13px;
	}
}
@media only screen and (max-width: 940px) {
	.industryTable {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	border-collapse: separate;
	border-spacing: 2vw 10px;
	}
	.industryData {		
	position: relative;
	width: 44%;
	vertical-align: top;
	background-color: #EDEDED;
	display: inline-block;
	margin: 20px 2vw;
	min-height: 540px;
	}
	.industryBox {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding-bottom: 15px;
	text-align: left;
	}
	.industryBox p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	/* font-size: calc(100%); */
	font-weight: 400;
	color: #111111;
	text-decoration: none;
	line-height: 158%;
	text-align: left;
	margin: 12px 1vw;
	}
	.industryBox h3 {
	margin-left: 2vw;
	margin-right: 2vw;
	}
	.industryBox ul {
	padding: 0px;
	margin: 0px 20px 0px 20px;
	width: auto;
	display: block;
	list-style-position: inside;
	}
	.doubleLine {
	line-height: inherit;
	}
	.industryBox li {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	/* font-size: calc(100%); */
	font-weight: 400;
	color: #111111;
	text-decoration: none;
	line-height: 158%;
	text-align: center;
	margin-top: 8px;
	margin-left: 0px;
	}
	.industryLogo {
	position: relative;
	width: 100%;
	max-width: 200px;
	margin: 18px auto 0px auto;
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	.industryLogo img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	}
	.industryLogo .centerImg {
	margin-top: 50%;
	}
	.industryLink {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	}
	.industryLink a {
	color: #709F91;
	text-decoration: none;
	}
	.industryWhiteBG {
	background-color: #FFFFFF;
	}
}
@media only screen and (max-width: 860px) {
	.pageBreakText {
	position: absolute;
	bottom: -1px;
	left: 4vw;
	vertical-align: bottom;
	}
	#footerContent {
	margin: 75px auto 25px auto;
	text-align: center;
	}
	#footerData {
	display: block;
	margin: 28px auto 0px auto;
	text-align: center;
	font-size: 14px;
	}
	#BGAfooter {
	width: 170px;
	max-width: 60%;
	min-width: 150px;
	height: auto;
	display: inline-block;
	}
	.affiliateTable {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	border-collapse: separate;
	border-spacing: 3vw 10px;
	}
	.affiliateData {		
	position: relative;
	width: 80%;
	vertical-align: top;
	background-color: #EDEDED;
	display: block;
	margin: 25px auto;
	padding-top: 10px;
	}
	.affiliateBox {
	position: relative;
	margin: 20px 25px;
	padding-bottom: 60px;
	text-align: left;
	}
	.affiliateBox p{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	/* font-size: calc(100%); */
	font-weight: 400;
	color: #111111;
	text-decoration: none;
	line-height: 168%;
	text-align: left;
	margin-top: 12px;
	margin-left: 12px;
	}
	.affiliateLogo {
	position: relative;
	width: 50%;
	min-width: 250px;
	aspect-ratio: 6/3;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	.affiliateLogo img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	}
	.affiliateLogo .centerImg {
	margin-top: 50%;
	}
	.affiliateLink {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	}
	.affiliateLink a {
	color: #709F91;
	text-decoration: none;
	}
	.affiliateWhiteBG {
	background-color: #FFFFFF;
	}
	.affiliateDivider {
	clear: both;
	height: 0px;
	display: block;
	}
}
@media only screen and (max-width: 780px) {
	#backVideo {
	background-image: url(../images/front-page-back.jpg);
	background-size: cover;
	}
	#backVideo video {
	display: none;
	}
	#blockVideo {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	z-index: 10;
	}
}
@media only screen and (max-width: 710px) {
	#serviceIcon {
	position: relative;
	float: none;
	width: 480px;
	max-width: 100%;
	min-width: 250px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	#serviceIcon img {
	position: relative;
	max-width: 100%;
	height: auto;
	}
}
@media only screen and (max-width: 580px) {
	.affiliateLogo {
	width: 75%;
	min-width: 150px;
	}
	.affiliateData {		
	width: 96%;
	}
	.industryTable {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	border-collapse: separate;
	border-spacing: 2vw 10px;
	}
	.industryData {		
	position: relative;
	width: 90%;
	vertical-align: top;
	background-color: #EDEDED;
	display: inline-block;
	margin: 20px auto;
	min-height: 140px;
	}
}
@media only screen and (max-height: 550px) {
	.pageBreak {
	height: 0px;
	margin: 0px auto 0px auto;
	}

}