/* 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 */
}
#wrapHDR {
	position: fixed;
	top: 0;
	z-index: 1002;
}


/* HEADER */

#wrapHDR {
	background-color: var(--GBSblue);
	transition: all 0.5s ease;
	box-shadow: none;
	background-image: url("images/AdobeStock_439025398_thin.jpeg");
	background-position: right;
	background-size: cover;
	background-blend-mode: soft-light;
}
#wrapHDR.IsHomePage.Scrolling {
	box-shadow: 0 6px 6px #0002;
}
#wrapHDR.IsHomePage {
	background-color: #FFF0;
	background-image: none;
}
#wrapHDR.IsHomePage.Scrolling {
	background-color: var(--GBSblue);
}

#HDR {
	height: 110px;
	position: relative;
	z-index: 1000;
}
#LOGO {
	position: absolute;
	top: 17px;
	left: 0px;
	z-index: 2000;
}
#LOGO img {
	height: 76px;
	width: auto;
}
#CALLNOW {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2000;
	transform: translateY(-50%);
}
#CALLNOW a.btRED {
	background-color: #d13e4aa3;
	color: #FFF;
	font-weight: 500;
	font-size: 12pt;
	padding: 9px 13px;
	display: inline-block;
	margin: 0 0 0 20px;
	border-radius: 5px;
}
#CALLNOW a.btRED:hover {
	background-color: var(--GBSred);
	text-decoration: none;
}


/* NAVI */
#NAVI {
	top: 50%;
	position: absolute;
	right: 160px;
	width: max-content;
	transform: translateY(-50%);
}
.nav-menu li a {
	text-transform: uppercase;
}
.navbar {
	text-align: right;
}
.main-navigation {
	display: inline-block;
}
/*
#wrapHDR.Scrolling .nav-menu li a {
  color: var(--GBSblue);
}
#wrapHDR.Scrolling .nav-menu li a:hover {
  color: var(--GBSblue2);
}
*/



/* SLIDER */
#wrapSLIDER {
  background-color: var(--GBSblue);
	background-image: url("images/BCKsldr.png");
	background-position: center;
	background-size: cover;
}
#SLIDER {
  height: 100vh;
  position: relative;
}
#SLIDER #TEXT {
	position: absolute;
	top: 50%;
	width: 50%;
	transform: translateY(-50%);
	left: 0;
}
#SLIDER #TEXT h1 {
	margin: 0;
	animation: OverlayAnimH1 1s;
	color: #FFF;
	text-shadow: var(--GBSshadow);
	font-weight: 700;
	font-size: 30pt;
}
#SLIDER #TEXT h3 {
	margin: 20px 0 0;
	animation: OverlayAnimH3 1s;
	color: var(--GBSblue2);
	text-shadow: var(--GBSshadow);
	font-weight: 700;
}
#SLIDER #TEXT .BigButton {
	margin: 40px 0 0;
	animation: OverlayAnimButton 1s;
}

@keyframes OverlayAnim {
  0% { bottom: -200px; opacity:0; }
  40% {  opacity:0.5; }
  100% { bottom: 5px; opacity:1; }
}
@keyframes OverlayAnimH1 {
  0% { opacity:0; }
  20% {  opacity:0; }
  50% { opacity:1; }
}
@keyframes OverlayAnimH3 {
  0% { opacity:0; }
  40% {  opacity:0; }
  70% { opacity:1; }
}
@keyframes OverlayAnimButton {
  0% { opacity:0; }
  60% {  opacity:0; }
  90% { opacity:1; }
}

#SLIDER #COMPO {
	position: absolute;
	background-image: url("images/SLDRpicOlogo.png");
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	right: 0;
	left: 50%;
}
#SLDRpic4 {
  position: absolute;
  top: 51%;
  right: 53%;
  border-radius: 10px;
  box-shadow: var(--GBSshadow);
  width: 50%;
  animation:CompoAnimp4 4s;
  opacity:1.0;
}
#SLDRpic2 {
  position: absolute;
  bottom: 49%;
  left: 51%;
  border-radius: 10px;
  box-shadow: var(--GBSshadow);
  width: 40%;
  animation:CompoAnimp2 4s;
  opacity:0.9;
}
#SLDRpic3 {
  position: absolute;
  top: 53%;
  left: 49%;
  border-radius: 10px;
  box-shadow: var(--GBSshadow);
  width: 33%;
  animation:CompoAnimp3 4s;
  opacity:0.8;
}
#SLDRpic1 {
  position: absolute;
  bottom: 52%;
  right: 52%;
  border-radius: 10px;
  box-shadow: var(--GBSshadow);
  width: 25%;
  animation:CompoAnimp1 4s;
  opacity:0.7;
}

@keyframes CompoAnimp4 {
  0% { top: 0; opacity:0; }
  30% { top: 0; opacity:0; }
  40% {  top: 51%; opacity:1.0; }
}
@keyframes CompoAnimp2 {
  0% { bottom: 0; opacity:0; }
  40% { bottom: 0; opacity:0; }
  50% {  bottom: 49%; opacity:0.9; }
}
@keyframes CompoAnimp3 {
  0% { left: 0; opacity:0; }
  50% { left: 0; opacity:0; }
  60% {  left: 49%; opacity:0.8; }
}
@keyframes CompoAnimp1 {
  0% { right: 0; opacity:0; }
  60% { right: 0; opacity:0; }
  70% {  right: 52%; opacity:0.7; }
}



#wrapINNERBANNER {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 150px;
}
#INNERBANNER {
	height: 500px;
}
#wrapINNERBANNEREMPTY {
	height: 150px;
}
/*
#INNERBANNER h1 {
	padding: 100px 20px;
	color: #FFF;
	text-shadow: 2px 2px 5px #0006;
	font-size: 48pt;
}
*/



/* THEME ELEMENTS */

img.ShadowPic {
  box-shadow: -10px 10px 0 var(--DMPred);
}
.Rounded {
  border-radius: 10px;
}
.Shadowed {
  box-shadow: var(--GBSshadow);
}
.wp-block-image.ShadowPic img {
	box-shadow: 0 10px 20px #0003;
	border-radius: 10px;
	margin-top: -0.5em;
}

a.BigButton {
	font-size: 16pt;
	font-weight: 600;
	color: #FFF;
	background-color: #000;
	padding: 10pt 20pt;
	display: block;
	width: max-content;
	transition: background-color box-shadow 0.5s ease;
	box-shadow: var(--GBSshadow);
	border-radius: 5px;
}
a.RedButton {
	background-color: var(--GBSred);
}
a.BigButton:hover {
  background-color: var(--GBSblue2);
  text-decoration: none;
  transition: background-color box-shadow 0.2s ease;
  color: #FFF;
  box-shadow: none;
}
a.BiggerButton {
	font-size: 24pt;
	padding: 10pt 30pt;
}
div.MidWidth {
	max-width: 1200px;
	margin: 0 auto;
}

ul.BulletLogoO {
	list-style: none;
	padding-left: 0;
}
ul.BulletLogoO li {
	list-style: none;
	color: var(--GBSred);
	font-weight: 700;
	position: relative;
	padding: 20px 0 0px 50px;
}
ul.BulletLogoO li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 40px;
	height: 40px;
	background: url("images/BulletOlogo.png") no-repeat center center;
	background-size: contain;
}


/* animations on scroll for Visible items */
body {
	overflow-x: hidden;
}
.HideOverflow{
	_overflow: hidden;
}
.AnimFromRight, .AnimFromLeft, .AnimFromBottom {
  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; }
	}
.Visible.Delay1 {
	animation-delay: calc( var(--AnimationDelay) * 1s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay2 {
	animation-delay: calc( var(--AnimationDelay) * 2s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay3 {
	animation-delay: calc( var(--AnimationDelay) * 3s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay4 {
	animation-delay: calc( var(--AnimationDelay) * 4s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay5 {
	animation-delay: calc( var(--AnimationDelay) * 5s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay6 {
	animation-delay: calc( var(--AnimationDelay) * 6s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay7 {
	animation-delay: calc( var(--AnimationDelay) * 7s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay8 {
	animation-delay: calc( var(--AnimationDelay) * 8s );
	animation-fill-mode: forwards;
	opacity: 0;
}




/* HOME BARS */


#BENEFITS {
  padding: 60px 0;
}
#BENEFITS h2 {
  text-align: center;
  margin: 0 0 50px;
}
#BENEFITS .THIRD {
  text-align: center;
}
#BENEFITS .THIRD h4 {
  margin: 0 0 40px;
  color: var(--GBSblue);
}


#wrapFULLSERVICE {
  background-color: var(--GBSblue);
  background: linear-gradient(to bottom, var(--GBSblue), var(--GBSblue4));
}
#FULLSERVICE {
  padding: 60px 0;
}
#FULLSERVICE h2 {
  margin: 0 0 20px;
  color: #FFF;
}
#FULLSERVICE p {
  color: #FFF;
}


#OURSPECIALITIES {
  padding: 60px 0;
}
#OURSPECIALITIES h2 {
  margin: 0 0 30px;
  text-align: center;
}
#OURSPECIALITIES p {
  text-align: center;
}
#OURSPECIALITIES ul.BulletLogoO {
	transform: translateX(25%);
}


#wrapWHYOUTSOURCE {
	background-color: var(--GBSblue);
	background: linear-gradient(to bottom, var(--GBSblue) 0%, var(--GBSblue4) 50%, #FFF 50%, #FFF );
}
#WHYOUTSOURCE {
  padding: 60px 0;
}
#WHYOUTSOURCE h2 {
	margin: 0 0 40px;
	color: #FFF;
	text-align: center;
}
#TESTIMONIALS {
	display: flex;
}
#TESTIMONIALS > div.THIRD {
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
}
#TESTIMONIALS p {
  margin-top: 0;
}
#TESTIMONIALS small {
  color: var(--GBSblue);
}


#wrapNATIONWIDE {
  background-color: var(--GBSlightgray);
}
#NATIONWIDE {
  padding: 60px 0;
}
#NATIONWIDE h2 {
  margin: 0 0 20px;
  text-align: center;
}
#NATIONWIDE h4 {
  color: var(--GBSblue);
  font-size: 14pt;
  font-weight: 700;
}


#wrapHOMEFORM {
  background-color: var(--GBSblue3);
	background-image: url("images/BCKform.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
#HOMEFORM {
  padding: 60px 0;
}


#HOMEFORM h2 {
	margin: 0;
  font-size: 27pt;
}
#HOMEFORM h3 {
	color: var(--GBSblue);
	font-weight: 700;
	margin-top: 32pt;
}
#HOMEFORM ul {
  padding-left: 3px;
}
#HOMEFORM li {
  list-style: none;
  text-shadow: 0 0 4px #FFF;
  font-size: 18pt;
  font-weight: 700;
	text-indent: -15px;
	padding-left: 29px;
}
#HOMEFORM li i {
  color: var(--GBSred);
  font-weight: 900;
}


#LOGOS {
  padding: 60px 0;
}
#LOGOS h4 {
  color: var(--GBSblue);
  text-align: center;
  font-weight: 700;
  margin: 0 0 40px;
}
#LOGOS p {
  text-align: center;
  margin: 0;
}



#FTR .QUARTER {
	width: 100%;
}



.ui-accordion .ui-accordion-header {
	background: none;
	border: none;
	padding: 10px 0 10px 40px;
	font-weight: 700;
}
.ui-accordion .ui-accordion-content {
	border: none;
	margin: 0 0 20px;
}

.logobullets .ui-state-default .ui-icon {
	background: url("images/BulletOlogo.png") no-repeat center center;
	width: 40px;
	height: 40px;
}
.ui-accordion.logobullets .ui-accordion-header {
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 0;
}


/* 

#LOGOS {
  padding: 40px 0;
  text-align: center;
}
#LOGOS img {
  margin: 0 10px;
}

#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;
}
#MAIN #FORM .HALF {
	margin: 0 1%;
	width: 48%;
}
#MAIN #FORM h3 {
	font-weight: 700;
	font-size: 21pt;
	color: var(--H2color);
	line-height: 1.3;
	margin-top: 0;
}
#FORM input, #FORM #Comments, #FORM #Review, #FORM #HearAboutUs {
	font-family: "Open Sans", Verdana, Helvetica, Arial, "sans-serif";
	color: var(--GBSblue);
	font-size: 14pt;
	background-color: #FFF;
	padding: 6pt;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	border: solid 1px var(--GBSblue3);
	margin: 0 0 10px 0;
	font-weight: normal;
	border-radius: 4px;
}
#FORM .button {
	font-family: "Open Sans", Verdana, Helvetica, Arial, "sans-serif";
	width: max-content;
	margin-top: 20px;
	background-color: var(--GBSblue);
	color: #FFF;
	font-weight: 700;
	font-size: 24px;
	padding: 15px 70px;
	border-radius: 5px;
	display: inline-block;
	box-shadow: 0 10px 20px #0006;
	transition: all 0.25s;
}
#FORM .button:hover {
	border: none;
	color: #FFF;
	background-color: #000;
	cursor: pointer;
	box-shadow: none;
}
#HorizontalResults {
	width: 100%;
	margin-top: -50px;
	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 {
	padding: 120px 0% 80px;
	box-sizing: border-box;
}
#MAIN.InnerFullWPageShort {
	padding: 120px 0% 0;
	box-sizing: border-box;
}
#MAIN.ContactPage {
	padding: 0;
}
#MAIN h1 {
	font-size: 36pt;
	color: var(--H1color);
	line-height: 1.3;
	margin-bottom: 30pt;
	/* text-transform: uppercase; */
	font-weight: bold;
}
	
#MAIN h2 {
	font-size: 21pt;
	color: var(--H2color);
	line-height: 1.3;
}
#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;
	clear: both;
}
.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;
}





#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);
}

/* 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;
}








.PostsInfo {
	border-top: dotted 1px var(--CILbluelighttext);
	margin: -5pt 0 20pt;
	display: block;
	/*text-align: right;*/
	padding-top: 5pt;
}
.PostsDate {
	font-size: 10pt;
	font-weight: bold;
	color: var(--CILbluelighttext);
}

.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;
}

.PostPreview {
	margin-bottom: 40pt;
}
.PostPreview .PostsInfo {
	margin-bottom: 5pt;
}




#MAIN a {
	text-decoration: underline;
}
#MAIN a:hover {
	text-decoration: underline;
}
#MAINL {
	/*padding: 80px 0;*/
}
#MAIN .HALF {
	width: 46%;
	margin: 0 2%;
}


/* 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 {
	background-color: var(--GBSblue4);
	background-image: url("images/BCKftr.png");
	background-position: center;
	background-size: cover;
}
#FTR {
	padding: 40px 0;
}
#FTR .QUARTER {
	text-align: left;
	width: 20%;
	margin: 0 5% 0 0;
}
#FTR h4 {
	color: var(--FTRtitle);
	font-size: 14pt;
	margin: 0 0 20px;
	font-weight: 700;
}
#FTR p {
	color: var(--FTRtxt);
	text-align: left;
	font-size: 10pt;
	margin-top: 0;
}
#FTR p.FTRsocial i {
  font-size: 21pt;
  letter-spacing: 5pt;
}
#FTR a {
	color: var(--FTRa);
}
#FTR a:hover {
	color: #FFF;
	text-decoration: none;
}


#FTR p#FTRend {
  text-align: center;
  font-size: 8pt;
  opacity: 0.6;
  margin-top: 30px;
}


