/* 1200px and up - laptop/desktop */

.L {
	float: left;
}
.R {
	float: right;
}
.CLEAR {
	clear: both;
}

.centered { 
	text-align:center; 
}
.leftalign { 
	text-align:left; 
}
.rightalign { 
	text-align:right; 
}

.FULL {
  width: 98%;
  margin: 0 1%;
}
.HALF {
  width: 48%;
  margin: 0 1%;
}
.THIRD {
  width: 31.3%;
  margin: 0 1%;
}
.THIRDx2 {
  width: 64.6%;
  margin: 0 1%;
}
.QUARTER {
  width: 23%;
  margin: 0 1%;
}
.QUARTERx3 {
  width: 73%;
  margin: 0 1%;
}
.FIFTH {
  width: 18%;
  margin: 0 1%;
}
.SIXTH {
  width: 14.6%;
  margin: 0 1%;
}
.TWELVEx5 {
  width: 39.6%;
  margin: 0 1%;
}

.wrapW {
	width:100%;
}
.pageW {
	width:1380px;
	margin:0 auto;
}

.italic {
  font-style: italic;
}
.unbold {font-weight: normal;}
.red { color: #F00 !important; }

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  	background-color: #FFF;
}



img.centered {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
img {
	max-width: 100%;
	height: auto;
} 

a.ANCHOR {
	margin: -240px 0 240px;
	display: inline-block;
}




/* FIXED TOP+HEADER */
body {
	padding-top: 0; /* slider behind TOP */
	position: relative;
}

#wrapHDR {
	position: absolute;
	top: 0;
}


/* HEADER */
/*
#wrapTOP {
}
#TOP {
	height: 35px;
	background-color: var(--BCSred);
}
#TOP .HALF {
	width: 50%;
	margin: 0;
}
#TOPL {
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
	padding-top: 7px;
	text-align: center;
	height: 28px;
}
#TOPR {
	background-image: url("images/BCKrightheader.png");
	font-size: 23px;
	color: var(--BCSyellow);
	font-weight: 300;
	padding-top: 7px;
	text-align: center;
	height: 37px;
}
#TOPR strong {
  font-weight: 800;
  color: var(--BCSyellow);
}
#TOPR a, #TOPR a strong {
  color: #FFF !important;
}
#TOPR a:hover {
  text-decoration: none;
}
*/


#wrapHDR {
}



/*
#wrapHDR.Scrolling {
	background-color: #FFF;
	transition: background-color 0.5s ease;
}
*/
#HDR {
	height: 128px;
	position: relative;
	z-index: 1000;
}
#LOGO {
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 2000;
}
#LOGO img {
	height: 60px;
	width: auto;
}
#CALLNOW {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2000;
	transform: translateY(-50%);
}
#CALLNOW a.btRED {
	background-color: var(--DMPred);
	color: #FFF;
	font-weight: 600;
	font-size: 14pt;
	padding: 5px 10px;
	display: inline-block;
	margin: 0 0 0 20px;
}
#CALLNOW a.btGRAY {
	background-color: var(--DMPgray);
	color: #000;
	font-weight: 600;
	font-size: 14pt;
	padding: 5px 10px;
	display: inline-block;
	margin: 0;
}
#CALLNOW a.btRED:hover, #CALLNOW a.btGRAY:hover {
	background-color: #000;
	color: #FFF;
    text-decoration: none;
}


/* NAVI */
#NAVI {
	top: 50%;
	position: absolute;
	right: 0;
	width: max-content;
	transform: translateY(-50%);
}
.navbar {
	text-align: right;
}
.main-navigation {
	display: inline-block;
}





/* SLIDER */
#wrapSLIDER {
	background-color: var(--color-primary);
}
#wrapINNERBANNEREMPTY {
	height: 130px;
	background-color: var(--color-primary);
	background-image: url("images/BCKbannerGrad.jpg");
}

#wrapSLIDER {
  height: 100vh;
}

.SliderHOME {
	background-color: var(--color-secondary);
	background-image: url("images/homepage.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}
.GradOverlay {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( to bottom, #045aa3, #045aa300 50%);
	z-index: 5;
}
.SliderHOME .clouds {
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100vw;
	height:100vh;
	position:absolute;
	z-index: 10;
}
		.SliderHOME .clouds img {
		  -o-object-fit:contain;
		  object-fit:contain;
		  -o-object-position:center;
		  object-position:center;
		  height:auto;
		  /*transition:left 10s linear;*/
		  position:absolute
		}
		.SliderHOME .clouds .cloud-1 {
		  opacity:0;
		  width:66rem;
		  top:20%;
		}
		.SliderHOME .clouds .cloud-2 {
		  opacity:.7;
		  width:46rem;
		  top:19%;
		  left:47%
		}
		.SliderHOME .clouds .cloud-3 {
		  opacity:.8;
		  width:68rem;
		  top:84.5%;
		  left:52.5%
		}
		.SliderHOME .clouds .cloud-4 {
		  opacity:.85;
		  width:88rem;
		  top:70.5%;
		  left:67%
		}

		.move11 { left: 100%; opacity: 0; animation: LOOPclouds11 100s linear infinite; }
		.move12 { left: -50%; opacity: 0; animation: LOOPclouds12 130s linear infinite; }
		.move13 { left: 100%; opacity: 0; animation: LOOPclouds13 120s linear infinite; }
		.move14 { left: -50%; opacity: 0; animation: LOOPclouds14 140s linear infinite; }

			@keyframes LOOPclouds11 {
				 0% { opacity: 0; }	
				 4% { left: 100%; opacity: 0; }
			 5% { left: 100%; opacity: 0.75; }
			 20% { left: -50%; opacity: 0.75; }
				 21% { left: -50%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds12 {
				 0% { opacity: 0; }	
				 29% { left: -50%; opacity: 0; }
			 30% { left: -50%; opacity: 0.75; }
			 40% { left: 100%; opacity: 0.75; }
				 41% { left: 100%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds13 {
				 0% { opacity: 0; }	
				 49% { left: 100%; opacity: 0; }
			 50% { left: 100%; opacity: 0.75; }
			 60% { left: -50%; opacity: 0.75; }
				 61% { left: -50%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds14 {
				 0% { opacity: 0; }	
				 79% { left: -50%; opacity: 0; }
			 80% { left: -50%; opacity: 0.75; }
			 90% { left: 100%; opacity: 0.75; }
				 91% { left: 100%; opacity: 0; }
				 100% { opacity: 0; }	
			}

		.move21 { left: 100%; opacity: 0; animation: LOOPclouds21 100s linear infinite; }
		.move22 { left: -50%; opacity: 0; animation: LOOPclouds22 130s linear infinite; }
		.move23 { left: 100%; opacity: 0; animation: LOOPclouds23 140s linear infinite; }
		.move24 { left: -50%; opacity: 0; animation: LOOPclouds24 120s linear infinite; }

			@keyframes LOOPclouds21 {
				 0% { opacity: 0; }	
				 6% { left: 100%; opacity: 0; }
			 7% { left: 100%; opacity: 0.75; }
			 22% { left: -50%; opacity: 0.75; }
				 23% { left: -50%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds22 {
				 0% { opacity: 0; }	
				 29% { left: -50%; opacity: 0; }
			 30% { left: -50%; opacity: 0.75; }
			 45% { left: 100%; opacity: 0.75; }
				 46% { left: 100%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds23 {
				 0% { opacity: 0; }	
				 46% { left: 100%; opacity: 0; }
			 47% { left: 100%; opacity: 0.75; }
			 63% { left: -50%; opacity: 0.75; }
				 64% { left: -50%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds24 {
				 0% { opacity: 0; }	
				 75% { left: -50%; opacity: 0; }
			 76% { left: -50%; opacity: 0.75; }
			 98% { left: 100%; opacity: 0.75; }
				 99% { left: 100%; opacity: 0; }
				 100% { opacity: 0; }	
			}

		.move31 { left: 100%; opacity: 0; animation: LOOPclouds31 120s linear infinite; }
		.move32 { left: -50%; opacity: 0; animation: LOOPclouds32 100s linear infinite; }
		.move33 { left: 100%; opacity: 0; animation: LOOPclouds33 210s linear infinite; }
		.move34 { left: -50%; opacity: 0; animation: LOOPclouds34 130s linear infinite; }

			@keyframes LOOPclouds31 {
				 0% { opacity: 0; }	
				 1% { left: 100%; opacity: 0; }
			 2% { left: 100%; opacity: 0.75; }
			 22% { left: -50%; opacity: 0.75; }
				 23% { left: -50%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds32 {
				 0% { opacity: 0; }	
				 25% { left: -50%; opacity: 0; }
			 26% { left: -50%; opacity: 0.75; }
			 42% { left: 100%; opacity: 0.75; }
				 43% { left: 100%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds33 {
				 0% { opacity: 0; }	
				 51% { left: 100%; opacity: 0; }
			 52% { left: 100%; opacity: 0.75; }
			 64% { left: -50%; opacity: 0.75; }
				 65% { left: -50%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds34 {
				 0% { opacity: 0; }	
				 65% { left: -50%; opacity: 0; }
			 66% { left: -50%; opacity: 0.75; }
			 88% { left: 100%; opacity: 0.75; }
				 89% { left: 100%; opacity: 0; }
				 100% { opacity: 0; }	
			}


		.move41 { left: 100%; opacity: 0; animation: LOOPclouds41 140s linear infinite; }
		.move42 { left: -50%; opacity: 0; animation: LOOPclouds42 90s linear infinite; }
		.move43 { left: 100%; opacity: 0; animation: LOOPclouds43 120s linear infinite; }
		.move44 { left: -50%; opacity: 0; animation: LOOPclouds44 160s linear infinite; }

			@keyframes LOOPclouds41 {
				 0% { opacity: 0; }	
				 10% { left: 100%; opacity: 0; }
			 11% { left: 100%; opacity: 0.75; }
			 19% { left: -50%; opacity: 0.75; }
				 20% { left: -50%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds42 {
				 0% { opacity: 0; }	
				 27% { left: -50%; opacity: 0; }
			 28% { left: -50%; opacity: 0.75; }
			 45% { left: 100%; opacity: 0.75; }
				 46% { left: 100%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds43 {
				 0% { opacity: 0; }	
				 50% { left: 100%; opacity: 0; }
			 51% { left: 100%; opacity: 0.75; }
			 58% { left: -50%; opacity: 0.75; }
				 59% { left: -50%; opacity: 0; }
				 100% { opacity: 0; }	
			}
			@keyframes LOOPclouds44 {
				 0% { opacity: 0; }	
				 70% { left: -50%; opacity: 0; }
			 81% { left: -50%; opacity: 0.75; }
			 95% { left: 100%; opacity: 0.75; }
				 96% { left: 100%; opacity: 0; }
				 100% { opacity: 0; }	
			}
/**/










.SliderYACHT #videoslider {
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  position: absolute;
  min-height: 100vh;
  width: auto;
  min-width: 100vw;
}
.SliderYACHT {
  position: relative;
  overflow: hidden;
  height: 100vh;
}


#wrapSLIDER #OVERLAY {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  width: 60%;
  left: 20%;
	z-index: 20;
}
#wrapSLIDER #OVERLAY h1 {
  color: #FFF;
  font-weight: 700;
  font-size: 48pt;
	text-shadow: 0 0 16px #0008;
}
#wrapSLIDER a.BigButton {
  background-color: #FFF;
  color: var(--color-primary);
  font-size: 12pt;
  padding: 20px 60px;
  border-radius: 12px;
  box-shadow: 0 0 16px #0008;
  margin-top: 60px;
}
#wrapSLIDER a.BigButton:hover {
  color: #FFF;
  background-color: var(--color-primary);
  cursor: pointer;
}






/*
#wrapHOME_SLIDER {
	position: relative;
	overflow: hidden;
	height: 100vh;
}
#wrapHOME_SLIDER #videoslider {
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	position: absolute;
	width: 120vw;
}
#wrapHOME_SLIDER #OVERLAY {
  background-color: #FFF9;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  animation: OverlayAnim 1s;
}
#wrapHOME_SLIDER #OVERLAY h1 {
  margin: 0;
  animation: OverlayAnimH1 1s;
}
#wrapHOME_SLIDER #OVERLAY h3 {
  margin: 20px 0 0;
  color: #000;
  animation: OverlayAnimH3 1s;
}

@keyframes OverlayAnim {
  0% { bottom: -200px; opacity:0; }
  40% {  opacity:0.5; }
  100% { bottom: 5px; opacity:1; }
}
@keyframes OverlayAnimH1 {
  0% { opacity:0; }
  40% {  opacity:0; }
  70% { opacity:1; }
}
@keyframes OverlayAnimH3 {
  0% { opacity:0; }
  70% {  opacity:0; }
  100% { opacity:1; }
}
*/

/*
#INNERBANNER h1 {
	padding: 100px 20px;
	color: #FFF;
	text-shadow: 2px 2px 5px #0006;
	font-size: 48pt;
}
*/



/* THEME ELEMENTS */

a.BigButton {
	font-size: 16pt;
	font-weight: 700;
	color: #FFF;
	background-color: #000;
	padding: 10pt 20pt;
	display: block;
	width: max-content;
	transition: background-color box-shadow 0.2s ease;
	box-shadow: 0 5px 10px #0006;
}
a.RedButton {
  background-color: var(--DMPred);
}
a.BigButton:hover {
  background-color: var(--DMPgray);
  text-decoration: none;
  transition: background-color box-shadow 0.2s ease;
  color: #000;
  box-shadow: none;
}
a.BiggerButton {
	font-size: 24pt;
	padding: 10pt 30pt;
}
.page-featured-image img {
	border-radius: 16px;
}
div.BlueBox {
	padding: 50px;
	box-sizing: border-box;
	background-color: var(--color-primary);
	border-radius: 10px;
	background: linear-gradient( to bottom, var(--color-primary), var(--color-secondary) );
}





/* animations on scroll for Visible items */
body {
	overflow-x: hidden;
}
.HideOverflow{
	_overflow: hidden;
}
.AnimFromRight, .AnimFromLeft, .AnimFromBottom, .AnimFromFade {
  position: relative;
}
.AnimFromRight.Visible {
	animation: _AnimationFromRight_ 1s;	
}
	@keyframes _AnimationFromRight_ {
	  0% { right: -50vw; opacity:0; }
	  33% { right: -50vw; opacity:0; }
	  100% { right: 0vw; opacity:1; }
	}
.AnimFromLeft.Visible {
	animation: _AnimationFromLeft_ 1s;	
}
	@keyframes _AnimationFromLeft_ {
	  0% { left: -50vw; opacity:0; }
	  33% { left: -50vw; opacity:0; }
	  100% { left: 0vw; opacity:1; }
	}
.AnimFromBottom.Visible {
	animation: _AnimationFromBottom_ 1s;	
}
	@keyframes _AnimationFromBottom_ {
	  0% { bottom: -50vh; opacity:0; }
	  33% { bottom: -50vh; opacity:0; }
	  100% { bottom: 0vh; opacity:1; }
	}

.AnimFromFade {
	transition: opacity 2s;
	opacity:0;
} 
.AnimFromFade.Visible {
	opacity:1;	
} 









/* TITLES ICONS */

.HomeIntro h2 {
	background-image: url("images/wing-icon.svg");
	background-repeat: no-repeat;
	padding-top: 75px;
	font-weight: 700;
}
.PageABOUT h1 {
	background-image: url("images/icon_homeabout.png");
	background-repeat: no-repeat;
	padding-top: 75px;
}
.PageTEAM h1 {
	background-image: url("images/icon_team.png");
	background-repeat: no-repeat;
	padding-top: 75px;
}
.PageBLOG h1 {
	background-image: url("images/icon_news.png");
	background-repeat: no-repeat;
	padding-top: 75px;
}
.PageCONTACT h1 {
	background-image: url("images/wing-icon.svg");
	background-repeat: no-repeat;
	padding-top: 75px;
}
.PageYACHT .LetUsChart h2 {
	background-image: url("images/alg_superyacht_icon_white.svg");
	background-repeat: no-repeat;
	padding-top: 75px;
}
#PARTNERSHIP h2 {
	background-image: url("images/alg_superyacht_icon.svg");
	background-repeat: no-repeat;
	padding-top: 75px;
}

#YACHTFORM h2 {
	background-image: url("images/alg_superyacht_icon_white.svg");
	background-repeat: no-repeat;
	padding-top: 75px;
}
.page-snippet-text.SNIPPET-aircraft-registration h3 {
	background-image: url("images/icon_areaAR.png");
	background-repeat: no-repeat;
	padding: 10px 0 20px 60px;
	font-size: 18pt !important;
}
.page-snippet-text.SNIPPET-aircraft-sales-and-tax-use h3 {
	background-image: url("images/icon_areaASTU.png");
	background-repeat: no-repeat;
	padding: 10px 0 20px 60px;
	font-size: 18pt !important;
}
.page-snippet-text.SNIPPET-aviation-litigation h3 {
	background-image: url("images/icon_AL.png");
	background-repeat: no-repeat;
	padding: 10px 0 20px 60px;
	font-size: 18pt !important;
}
.page-snippet-text.SNIPPET-financing-and-loan-securitization h3 {
	background-image: url("images/icon_FLS.png");
	background-repeat: no-repeat;
	padding: 10px 0 20px 60px;
	font-size: 18pt !important;
}
.page-snippet-text.SNIPPET-transactions h3 {
	background-image: url("images/icon_areaT.png");
	background-repeat: no-repeat;
	padding: 10px 0 20px 60px;
	font-size: 18pt !important;
}

.PAGE-aircraft-registration h1 {	
	background-image: url("images/icon_areaAR.png");
	background-repeat: no-repeat;
	padding-top: 75px;
}
.PAGE-aircraft-sales-and-tax-use h1 {	
	background-image: url("images/icon_areaASTU.png");
	background-repeat: no-repeat;
	padding-top: 75px;
}
.PAGE-aviation-litigation h1 {	
	background-image: url("images/icon_AL.png");
	background-repeat: no-repeat;
	padding-top: 75px;
}
.PAGE-financing-and-loan-securitization h1 {	
	background-image: url("images/icon_FLS.png");
	background-repeat: no-repeat;
	padding-top: 75px;
}
.PAGE-transactions h1 {	
	background-image: url("images/icon_areaT.png");
	background-repeat: no-repeat;
	padding-top: 75px;
}






/* HOME BARS */

#LOGOS {
  padding: 40px 0;
  text-align: center;
}
#LOGOS a {
	margin: 0 4% 0px;
	width: 15%;
	box-sizing: border-box;
	display: inline-block;
	height: 90px;
}
#LOGOS a img {
	/* max-width: initial; */
	max-height: 80px;
	vertical-align: middle;
}




#MAINwrap.PageCONTACT {
	background-color: var(--color-secondary);
	background-image: url("images/cta-image.webp");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding-top: 80px;
}
.ContactOverlay {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( to left, #003257FF, #00325700 );
}
.PageCONTACT #FORM {
	z-index: 100;
	position: relative;
}

#MAINwrap.PageCONTACT h1 {
  color: #FFF;
}
#MAINwrap.PageCONTACT a {
  color: #FFF;
}





#YACHTFORMwrap {
	background-color: var(--color-secondary);
	background-image: url("images/adobestock_192392891.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.YachtOverlay {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( to left, #003257FF, #00325700 );
}
#YACHTFORM {
	padding: 60px 0;
	z-index: 100;
	position: relative;
}
#PARTNERSHIP {
	margin-bottom: 40px;
}
#PARTNERSHIP > .R {
  display: flex;
}
#PARTNERSHIP .R div {
  margin: auto;
  padding: 20px;
}
#PARTNERSHIP .R img {
  height: fit-content;
}
#PARTNERSHIP > .R > .R {
  border-left: solid 1px var(--color-primary);
}


#MAINwrap.PageTEAM {
	background-color: #FCFCFC;
}
.page-snippet {
	display: flex;
}
.page-snippet .page-snippet-image {
  width: 48%;
  float: left;
  margin-right: 2%;
  padding-bottom: 20px;
}
.page-snippet .page-snippet-text,
.biodetails .text {
}
.page-snippet .page-snippet-text {
	width: 50%;
	float: right;
	/* margin-top: 80px; */
	vertical-align: text-bottom;
	align-content: flex-end;
	padding-bottom: 20px;
}

.page-snippet-text h3,
.biodetails .text h3 {
	margin-top: 20px;
	font-size: 14pt !important;
}
.page-snippet-text p,
.biodetails .text p {
	margin-top: 0 !important;
	font-size: 11pt !important;
	margin-bottom: 4pt !important;
	line-height: 1.5;
}
.biodetails .text .entry-title {
	margin-top: 140px;
}
.biodetails_more {
	margin-top: 60px;
}

.page-snippet-image img, 
.biodetails .image img {
	width: calc( 100% - 20px);
	box-shadow: -20px 20px var(--color-gray);
	border-radius: 20px;
	border: solid 0.15px var(--color-gray-transp);
}
.BlueBox .page-snippet-image img {
	border: none;
}
.HEADSSEPARATOR {
	height: 40px;
}
div.BlueBox .page-snippet-text h3 {
	color: #FFF !important;
}
div.BlueBox .page-snippet-text p {
	color: #FFF !important;
}
div.BlueBox .page-snippet-readmore a {
  color: #FFF !important;
}

#AREAS .page-snippet .page-snippet-text {
	width: initial;
}

#AREAS {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#AREAS > div {
  width: 27%;
  padding: 20px;
  box-shadow: 0 0 30px #0002;
  border-radius: 16px;
  margin: 15px;
}
#AREAS .page-snippet-readmore  {
  margin-top: 30px !important;
}


.HomeIntro,
.LetUsChart {
	background-color: var(--color-tertiary);
	background-position: center;
	background-size: cover;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
}
.HomeIntro {
	background-image: url("images/adobestock_1516060011-edit.png");
}
.LetUsChart {
	background-image: url("images/BCK_250827_yacht-edit.png");
}
.HomeIntro .R,
.LetUsChart .R {
	position: relative;
	z-index: 100;
}
.LetUsChart h2,
.HomeIntro h2 {
  color: #FFF !important;
  font-size: 28pt !important;
}
.LetUsChart p,
.HomeIntro p {
  color: #FFF;
  font-size: 11pt;
}
.OverlayDark {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( to left, #003257FF 50%, #00325700 );
}


.BCKPlane {
	background-color: var(--color-tertiary);
	background-image: url("images/adobestock_1428787779-edit.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
	height: 100vh;
}
.PlaneOverlay {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( to bottom, #FFFF, #FFF0 50% );	
}


/*

#wrapINTRO {
  background-color: var(--DMPgray2);
}
#INTRO {
  padding: 60px 0;
}
#INTRO .L {
	width: 46%;
}
#INTRO h2 {
  margin-top: 0;
}


#wrapWHY {
  background-color: #000;
	background-image: url("images/BCKwhy.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
#WHY {
	padding: 60px 0 155px;
}
#WHY h2 {
  color: #FFF;
  text-align: center;
  font-size: 30pt;
}
#WHY a.BigButton {
  margin: 60px auto 0;
}
#WHY p {
  color: #FFF;
}
.TransparentBox {
	border: solid 2px #FFF9;
	background-color: #FFF2;
	box-sizing: border-box;
	padding: 10pt;
	min-height: 170px;
	margin-bottom: 20px;
}
.TransparentBox h4 {
  margin-top: 0;
  color: #FFF;
  font-size: 18pt;
}
.TransparentBox p {
  color: #FFF;
  text-align: left;
  margin-bottom: 0;
}
.TransparentBox:hover {
	background-color: #FFF6;
	transition: all 0.3s;
	min-height: 190px;
	margin-bottom: 0;
}


#DELIVERING {
  background-color: var(--DMPred);
  padding: 60px;
  box-sizing: border-box;
  transform: translateY(-50%);
}
#DELIVERING h2 {
  margin: 0;
  color: #FFF;
}
#DELIVERING .BigButton {
  margin: 0 auto;
}

#QUALITY {
  padding: 0 0 60px;
}
#QUALITY h2 {
  margin-top: 0;
  font-size: 24pt;
}

#wrapCONNECT {
  position: relative;
  padding: 120px 10%;
  box-sizing: border-box;
}
#wrapCONNECT .L {
  background-color: var(--DMPred);
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 75%;
  float: none;
  width: 25%;
  z-index: 1;
}
#wrapCONNECT .R {
	background-color: var(--DMPgray2);
	background-image: url("images/BCKconnect.jpg");
	background-position: center;
	background-size: cover;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25%;
	right: 0;
	float: none;
	z-index: 1;
	width: 75%;
}
#wrapCONNECT #FLOATINGBOX {
	z-index: 2;
	position: relative;
	background-color: #000;
	width: 25%;
	padding: 60px;
	transition: padding 0.3s;
}
#wrapCONNECT #FLOATINGBOX:hover {
	background-color: #000C;
	padding: 60px 70px;
}
#wrapCONNECT #FLOATINGBOX h3 {
  color: #FFF;
  margin: 0;
}
#wrapCONNECT #FLOATINGBOX p {
  color: #FFF;
  text-align: left;
}





#wrapMAP {
	margin-bottom: -4px;
	filter: grayscale(1);
}
*/


#wrapFORM {
}
#FORM {
	padding: 0;
}
#FORM h2 {
	font-size: 36pt;
}
#FORM h2, #FORM p, #FORM a {
  color: #FFF;
	margin-top: 0;
}
#FORM input, #FORM #Comments {
	font-family: Poppins, Verdana, Helvetica, Arial, "sans-serif";
	color: var(--color-tertiary);
	font-size: 16px;
	background-color: #FFF;
	padding: 6pt;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	border: none;
	margin: 0 0 20px 0;
	font-weight: normal;
	border-radius: 8px;
}
#FORM .button {
	font-family: Poppins, Verdana, Helvetica, Arial, "sans-serif";
	width: max-content;
	margin-top: 20px;
	background-color: #FFF;
	color: var(--color-primary);
	font-weight: 700;
	font-size: 18px;
	padding: 20px 60px;
	border-radius: 10px;
	display: inline-block;
	transition: all 0.5s;
}
#FORM .button:hover {
	border: none;
	color: #FFF;
	background-color: var(--color-primary);
	cursor: pointer;
	box-shadow: none;
}
#HorizontalResults {
	width: 100%;
	margin-top: 0;
	display: none;
	/* background-color: #FFF; */
	/* padding: 20px 0; */
	box-sizing: border-box;
	height: 260px;
	/* border: solid 2px #C00; */
}

#wrapFORM.ReviewsForm {
	background-color: #000;
}
#wrapFORM.ReviewsForm h3 {
	color: var(--ILLorange);
	text-align: center;
	margin-bottom: 20pt;
}


.Map {
	margin-bottom: -5px;
	filter: grayscale(1);
}

#wrapMAPS {
	background-color: #000;
}
#MAPS {
	padding: 60px 0;
}
#MAPS h3, #MAPS p {
	text-align: center;
	color: #FFF;
}
iframe.gMap {
	border: solid 1px var(--JSGred2) !important;
	box-sizing: border-box;
}




/* MAIN */
#MAINwrap {
	background-color: #FFF;
}
#MAIN {
	padding: 60px 2% 80px;
	box-sizing: border-box;
}
#MAIN.InnerFullWPage {
}







#MAIN.ContactPage {
	padding: 0;
}
#MAIN h1 {
	font-size: 36pt;
	color: var(--H1color);
	line-height: 1.3;
	margin-bottom: 30pt;
}
	
#MAIN h2 {
	font-size: 36pt;
	color: var(--H2color);
	line-height: 1.3;
}
#MAIN h2:first-child {
	margin-top: 0;
}
#MAIN h3 {
	font-size: 18pt;
	color: var(--H3color);
	line-height: 1.3;
}
#MAIN h4 {
	font-size: 15pt;
	color: var(--H4color);
	line-height: 1.3;
}
#MAIN .wp-block-spacer {
	clear: both;
	height: 30pt !important;
}
#MAIN hr.wp-block-separator {
	clear: both;
	margin: 40pt 0;
	border: none;
	background-color: var(--JSGred2);
}

#MAIN.ReviewsPage p {
	margin: 40pt 10%;
	font-size: 15pt;
}

.wp-block-video {
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
}


/* Columns & captions */
.wp-block-columns {
	margin-bottom: 0;
}
.wp-block-columns.NOSHADOW .aligncenter.size-full {
	box-shadow: none;
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
	display: block;
	text-align: center;
}
.wp-block-image.NOSHADOW img {
	box-shadow: none;
}
.wp-block-image.size-large {
	text-align: center;
	margin-bottom: 20pt;
}






/* MAIN STYLES */

#MAINL {
	padding-right: 4%;
	box-sizing: border-box;
}

#MAINR h2 {
	color: var(--ILLorange);
	font-size: 24pt;
}
#MAINR ul {
	padding-left: 20px;
}
#MAINR li {
	font-size: 12pt;
}
.widget_block {
	margin-bottom: 60px;
}
.widget_block li, .widget_block p, .widget_block a {
	color: var(--ILLorange);
}

#MAIN a {
	color: var(--color-primary);
	font-weight: 600;
}
#MAIN a:hover {
	text-decoration: underline;
}


p.parent-link {
  border-top: solid 1px var(--color-tertiary);
  margin-top: 60px;
  padding-top: 20px;
}
p.parent-link a {
  background-color: var(--color-primary);
  color: #FFF !important;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
p.parent-link a:hover {
  text-decoration: none !important;
  background-color: var(--color-secondary);
}















/* BLOG */
.PostCell {
	margin-bottom: 50pt;
}
.PostCell .Thumb {
	background-color: var(--FPTgreen);
	padding: 40pt 10pt 10pt;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: solid 3px var(--FPTgreen);
}
#MAIN .PostCell .Thumb h3.PostsTit {
	color: #FFF;
	font-size: 24pt;
	text-shadow: 0 3px 7px #000;
}
#MAIN .PostCell p {
	margin: 5pt 0 0;
}
#MAIN a.morelink {
	color: var(--FPTtourquoise);
	text-align: right;
	display: block;
	font-weight: bold;
}



/* PAGES' TWEAKS */
.wp-block-image.HardShadow .alignleft {
	margin-right: 2em;
}
.wp-block-image.HardShadow img {
	border: none;
	box-shadow: 10px 10px 0px #000;
	border-radius: 0;
}
.wp-block-image.HardShadow figcaption {
	font-size: 11pt;
	text-align: center;
	line-height: 1.4;
	margin-top: 10pt;
}






/* BLOG STYLES */

h4.PostsTit {
  margin-bottom: 0;
}
.PostsDate {
	font-size: 10pt;
	font-weight: 400;
	color: var(--CILbluelighttext);
}

#MAINR h2:first-child {
	margin-top: 0;
}

.navigation.post-navigation {
	padding: 30px 0;
	border-top: solid 1px var(--CILbluetext);
	margin-top: 50px;
}
.navigation.post-navigation .L {
	text-align: left;
}
.navigation.post-navigation .R {
	text-align: right;
}







/* FAQs */
/*
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
	margin-top: 10px !important;
	background: none;
	border: none;
}
.ui-accordion .ui-accordion-content {
	border: none;
	padding: 0 0 20px 1.3em;
	border-left: dotted 2px #CCC;
	margin-left: 0.9em;
	border-radius: 0;
	background: #0a436e11;
	margin-bottom: 20px;
}
.ui-accordion-content li {
	list-style: square;
}
*/

/*
#MAINR.SpecialtiesRBar {
	background-color: var(--SAAred);
	padding: 74px 20px 30px;
	box-sizing: border-box;
	box-shadow: 4px 4px 12px #0006;
}
.SpecialtiesRBar h4 {
	color: #FFF;
}
.SpecialtiesRBar ul {
	padding: 0;
}
.SpecialtiesRBar li {
	padding-left: 1.3em;
	color: #FFF;
	list-style: none;
	font-size: 11pt;
}
.SpecialtiesRBar li::before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.0em;
}
#MAIN .SpecialtiesRBar ul a {
	color: #FFF;
	text-decoration: none;
}
#MAIN .SpecialtiesRBar ul a:hover {
	text-decoration: underline;
}
#MAINR {
	padding: 80px 0;
}

#recent-posts-2 a {
	text-decoration: none;
}
#recent-posts-2 a:hover {
	text-decoration: underline;
}
#recent-posts-2 ul {
	padding: 0;
}
#recent-posts-2 li {
	padding-left: 1.3em;
	color: var(--Acolor);
	list-style: none;
	font-size: 11pt;
}
#recent-posts-2 li::before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.0em;
}
*/





/* FOOTER */
#FTRwrap {
	padding: 50px;
	box-sizing: border-box;
	background-color: var(--color-primary);
	background: linear-gradient( to bottom, var(--color-primary), var(--color-secondary) );
}
#FTR {
	padding: 40px 0;
}
#FTR .QUARTER {
	text-align: left;
	width: 20%;
	margin: 0 5% 0 0;
}
#FTR h3 {
	color: #FFF;
	margin-top: 0;
}
#FTR p {
	color: #FFF;
	text-align: left;
	font-size: 10pt;
	margin-top: 0;
}
#FTR a {
	color: #FFF;
}
.socialbuttons a {
  border: solid 1px #FFF;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  vertical-align: middle;
  margin: 0 10px;
}
.socialbuttons a img {
  vertical-align: ;
  vertical-align: middle;
}
.socialbuttons a:hover {
	text-decoration: none;
}

#FTREND {
  border-top: solid 1px var(--color-gray-transp);
}
#FTREND p, #FTREND a {
  color: var(--color-gray-transp);
}
#FTREND2 p {
  text-align: right;
}