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

.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: 170px;
}
#wrapTOP {
	position: fixed;
	top: 0px;
  	z-index: 1002;
}
#wrapHDR {
	position: fixed;
	top: 30px;
	box-shadow: 0 6px 6px #0002;
  	z-index: 1002;
}



/* HEADER */
#wrapTOP {
	background-color: var(--TSEblue);
}
#TOP {
	height: 30px;
	position: relative;
	z-index: 1000;
}
#TOP p {
	margin: 4px 0 0;
	text-align: right;
	color: var(--TSEorange2);
	font-size: 15px;
}
#TOP a {
	color: var(--TSEorange2);
}
#TOP a:hover {
	color: #FFF;
}
#TOPspecials p {
	text-align: center;
	font-weight: 400;
}

#wrapHDR {
	background-color: #FFF;
}
#HDR {
	height: 140px;
	position: relative;
	z-index: 1000;
}
#LOGO {
	position: absolute;
	top: -30px;
	left: 0px;
	z-index: 2000;
}
#LOGO img {
	height: 154px;
	width: auto;
}



/* NAVI */
#NAVI {
	top: 84px;
	position: absolute;
	right: 0px;
	width: max-content;
}
.navbar {
	text-align: center;
}
.main-navigation {
	display: inline-block;
}

a.BigButton {
	font-family: Montserrat, Helvetica, Arial, "sans-serif";
	font-size: 24pt;
	color: #FFF;
	background-color: #0008;
	padding: 10pt 20pt;
	border: solid 1px #FFF8;
	margin: 0px auto 50pt;
	display: block;
	width: max-content;
}
a.BigButton:hover {
	text-decoration: none;
	background-color: #000;
	cursor: pointer;
}

a.BlueButton {
	padding: 10px 20px;
	font-size: 12pt;
	border: solid 1px var(--CMBblue);
	background-color: var(--CMBblue);
	box-shadow: 0px 5px 8px #0003;
	display: inline-block;
	color: #FFF;
	text-decoration: none !important;
}
a.BlueButton:hover {
	box-shadow: none;
	text-decoration: none;
	background-color: var(--CMBbluelight);
	color: #FFF;
	border-color: var(--CMBbluelight);
}





/* SLIDER */
#wrapHOMESLIDER {
	position: relative;
	overflow: hidden;
	background-color: var(--TSEblue);
	background-image: url("images/SLIDER_back.jpg");
	background-position: top center;
	background-size: cover;
}
/*
#wrapHOMESLIDER h1 {
	position: absolute;
	bottom: 30%;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	font-weight: 600;
	font-size: 40pt;
	color: #FFF;
	text-shadow: 0px 5px 6px #0008;
	animation: TitleAnim 3s;
	font-size: 3.5vw;
}
@keyframes TitleAnim {
  0% { bottom: -15%; opacity:0; }
  30% { bottom: -15%; opacity:0; }
  100% { bottom: 30%; opacity:1; }
}
*/



#wrapINNERTITLEBANNER {
	background-color: var(--TSEblue);
	color: var(--TSEorange2);
	font-size: 24pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3pt 0;
}

#wrapMAPBANNER {
	position: relative;
	margin-bottom: -7px;
	overflow-y: hidden;
}
/* B/W gray map */
#wrapMAPBANNER iframe {
	filter: grayscale(1);
}
/* COLOR locator */
#MapLocator {
	position: absolute;
	left: 50%;
	top: 44%;
	transform: translate(-20px, -20px);
}


/* HOME BARS */
#CATALOG {
	padding: 60px 0;
}
#CATALOG a {
	font-family: Montserrat, Helvetica, Arial, "sans-serif";
	font-size: 24pt;
	font-weight: 600;
	display: inline-block;
	width: 31%;
	padding: 20px 100px 20px 20px;
	margin: 0 1% 0;
	box-shadow: 0 2px 8px #0004;
	box-sizing: border-box;
	
	background-color: var(--TSEorange2);
	background-image: url("images/BtBook.png");
	background-position: center right;
	background-size: contain;	
	background-repeat: no-repeat;
}
#CATALOG a:hover {
	background-color: var(--TSEblue);
	color: var(--TSEorange2);
	text-decoration: none;
	box-shadow: none;
}

#wrapSPACE {
	height: 60px;
}
#SERVICES {
	padding: 0 0 60px;
}
#SERVICES img {
	border: solid 1px #CCC;
	box-sizing: border-box;
}
#SERVICES h2 {
	font-family: Montserrat, Helvetica, Arial, "sans-serif";
	font-size: 24pt;
	font-weight: 600;
	margin-top: 0;
	text-align: center;
	margin-bottom: 0;
}
#SERVICES h2 a {
	color: var(--TSEorange);
}
#SERVICES p {
	text-align: center;
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 30px;
}
#SERVICE6 {
	text-align: center;
}
#SERVICE6 img {
	max-height: 374px;
}

#wrapHOMEINTRO {
	background-color: var(--TSEblue);
	background-image: url("images/BCKbluerays.png");
	background-position: top center;
	background-size: cover;
}
#HOMEINTRO {
	padding: 60px 0;
}
#HOMEINTRO h2 {
	color: var(--TSEorange2);
}
#HOMEINTRO h3 {
	color: var(--TSEorange2);
	font-weight: normal;
}
#HOMEINTRO p {
	color: #FFF;
	font-size: 14pt;
}
#HOMEINTRO .HALF {
	margin: 0 2% 0 0;
}

#wrapTESTIMONIALS {
	border-bottom: solid 1px var(--TSEorange2);
}
#TESTIMONIALS {
	padding: 60px 0;
}
#TESTIMONIALS h2 {
	margin-top: 0;
	text-align: center;
	font-weight: normal;
}
.Testimonial {
	padding: 3%;
	box-sizing: border-box;
}
.Testimonial p.What {
	font-size: 16pt;
	font-style: italic;
	padding-left: 50px;
	background-image: url("images/Testimonials_quote.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 44px auto;
}
.Testimonial p.Who {
	font-size: 14pt;
	text-align: right;
	font-weight: bold;
	padding-top: 30px;
	background-image: url("images/Testimonials_bottom.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 30px;
}

#OFFICES {
	padding: 60px 0;
}
#OFFICES h3 {
	font-size: 18pt;
	font-weight: normal;
	margin: 0;
}
#OFFICES h4 {
	font-size: 14pt;
	font-weight: normal;
	margin: 5pt 0;
}
#OFFICES p {
	font-size: 14pt;
}

#ASSEENON {
	padding: 60px 0;
	text-align: center;
}
#ASSEENON h2 {
	font-weight: normal;
	margin-bottom: 20pt;
	margin-top: 0;
}
#ASSEENON img {
	margin: 0 10pt;
}

#SpecialsBoxes {
	display: flex;
	flex-direction: row;
}
#SpecialsBoxes .SpecialBox {
	text-align: center;
	border: dotted 3px var(--TSEorange);
	background-color: #FFF9;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 3px 3px 12px #ff73024a;
}
#SpecialsBoxes .SpecialBox h2 {
	margin: 0 auto;
	color: var(--TSEblue);
}
#SpecialsBoxes .SpecialBox h4 {
	margin: 0 auto;
}
#SpecialsBoxes .SpecialBox img {
	margin: 20px auto;
}
#SpecialsBoxes .SpecialBox p {
	text-align: center;
}









#wrapFORM {
	background-color: var(--TSEblue);
}
#FORM {
	padding: 60px 0;
}
#FORM h2 {
	margin-top: 0;
	font-weight: normal;
}
#FORM p {
	color: #FFF;
	font-size: 14pt;
}
#FORM input, #FORM #Comments, #FORM #Review, #FORM #HearAboutUs {
	font-family: Poppins, Roboto, Helvetica, Arial, "sans-serif";
	color: var(--TSEblue);
	font-size: 12pt;
	background-color: #FFF;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	border: none;
	margin: 0 0 10px 0;
	font-weight: 100;
}
#FORM .button {
	border: none;
	color: var(--TSEblue);
	background-color: var(--TSEorange2);
	font-family: Poppins, Roboto, Helvetica, Arial, "sans-serif";
	font-size: 18pt;
	font-weight: 600;
	padding: 10px 40px;
	width: max-content;
	margin-top: 10px;
}
#FORM .button:hover {
	border: none;
	color: #FFF;
	background-color: #000;
	cursor: pointer;
	box-shadow: none;
}
#HorizontalResults {
	width: 100%;
	margin-top: 20px;
	display: none;
	/* background-color: #FFF; */
	/* padding: 20px 0; */
	box-sizing: border-box;
	height: 170pt;
	/* 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: #FFF;
}
#MAPS {
	padding: 60px 0;
}
#MAPS .OfficeAddress {
	padding: 30px;
	box-sizing: border-box;
	background-color: #fdad3012;
	border: solid 1px var(--TSEorange2);
	margin-bottom: 30pt;
}
#MAPS h2 {
	margin-top: 0;
	margin-bottom: 4pt;
}
#MAPS h4 {
	margin-top: 0;
}
#MAPS a {
	font-weight: bold;
}
iframe.gMap {
	border: solid 1px var(--TSEblue) !important;
	box-sizing: border-box;
}




/* MAIN */
#MAINwrap {
	color: var(--TSEorange2);
	background-image: url("images/BCKorangerays.png");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	
	border-top: solid 1px var(--TSEorange2);
	border-bottom: solid 1px var(--TSEorange2);
}
#MAIN {
	padding: 90px 0;
}
#MAIN.InnerFullWPage {
	padding: 40px 0% 80px;
	box-sizing: border-box;
}
#MAIN.ContactPage {
	padding: 0;
}
#MAIN h1 {
	font-size: 30pt;
	color: var(--TSEorange);
	line-height: 1.3;
	margin-bottom: 30pt;
	text-transform: initial;
	font-weight: bold;
}
	
#MAIN h2 {
	font-size: 24pt;
	color: var(--TSEorange);
	color: #000;
	line-height: 1.3;
}
#MAIN h3 {
	font-size: 20pt;
	color: var(--TSEorange);
	line-height: 1.3;
}
#MAIN h4 {
	font-size: 17pt;
	color: var(--TSEorange);
	line-height: 1.3;
}
#MAIN p {
	font-size: 14pt;
	color: var(--TSEblue);
	line-height: 1.5;
}
#MAIN a {
	color: var(--TSEblue);
	text-decoration: underline;
}

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

.wp-block-image .alignright {
	float: right;
	margin: 0 0 20pt 20pt;
}
.wp-block-image .alignleft {
	float: left;
	margin: 0 20pt 20pt 0;
}



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





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





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





/*
	#LEFTMENU {
		background-color: var(--CILgraylightbground);
		padding: 56px 20px 20px 7px;
		margin-bottom: 20px;
	}
	#LEFTMENU ul {
		padding: 0 0 0 10px;
		margin: 0;
	}
	#LEFTMENU li {
		list-style: none;
	}
	#LEFTMENU li a {
		font-family: "BodoniSvtyTwoITCTT-Book", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		margin-top: 0;
		font-size: 14pt;
		color: var(--CILgraytext);
		display: block;
		border-bottom: dotted 1px var(--CILgraytext);
		padding: 8px 0 9px;
		line-height: 1;
	}
	#LEFTMENU>li:last-child a {
		border-bottom: none;
	}
*/

	#MAINLinner a.BigBlueButton {
		display: block;
		margin-bottom: 20px;
		padding: 26px 26px;
	}
	#MAINLinner a.BigBlueButton:hover {
		background-color: #000;
		text-decoration: none;
	}
	#NEEDHELP {
		background-color: var(--CILbluemediumbground);
		padding: 20px;
	}
	#NEEDHELP h3 {
		color: #FFF;
		margin-bottom: 16pt;
	}
	#NEEDHELP p {
		color: #FFF;
		text-align: left;
		line-height: 1.2;
	}
	#NEEDHELP:hover {
		background-color: var(--CILbluebutton);
		text-decoration: none;
	}

	/* POSTS */
	#MAINLinner .widget {
		background-color: var(--CILgraylightbground);
		padding: 20px 20px;
		margin-bottom: 20px;
	}
	#MAINLinner .widget:first-child {
		padding-top: 60px;
	}
	#MAINLinner .widget ul {
		padding-left: 0;
	}
	#MAINLinner .widget li {
		list-style: none;
		/* margin-bottom: 10pt; */
		font-size: 12pt;
		padding: 3pt 5pt;
	}
	#MAINLinner .widget li.current-cat {
		font-weight: bold;
		color: var(--CILbluebutton);
		background-color: var(--CILbluelightbground);
	}
	#MAINLinner .widget li a {
		color: var(--CILgraytext);
		display: block;
		border-bottom: dotted 1px var(--CILgraytext);
	}
	#MAINLinner .widget a:last-child {
		border-bottom: none;
	}

#MAINRinner h1 a, #MAINRinner h2 a, #MAINRinner h3 a, #MAINRinner h4 a {
	text-decoration: none;
}

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


/*
#wrapVIDEOBANNER {
	background-color: var(--CILbluedarkbground);
	background: linear-gradient(180deg, rgba(15,31,49,1) 0%, rgba(0,0,0,1) 50%, rgba(15,31,49,1) 100%);
}
#VIDEOTHUMBS h2 {
	text-align: center;
	border-bottom: solid 1px var(--CILbluelighttext);
	margin-bottom: 10pt;
	padding-bottom: 10pt;
	display: block;
}
.videothumb {
	width: 19%;
	margin: 0 0.5% 10px;
	float: left;
	font-size: 14px;
}
.videothumb a {
	min-height: 60px;
	display: block;
}
.videothumb img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	background-color: var(--CILbluelighttext);
}
*/



#MAIN a {
	text-decoration: none;
}
#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;
}
*/



/* Special pages */
/*
.ProductsPage h1.entry-title {
	display: none;
}
.ProductsPage #LUXXE,
.ProductsPage #CATALINA {
	background-color: var(--VIPgray);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	margin-bottom: 60px;
}
.ProductsPage #LUXXE .pageW,
.ProductsPage #CATALINA .pageW {
	background-color: #FFFD;
	padding: 50px 50px 100px;
	box-sizing: border-box;
	
	background-image: url("images/LOGOsmall.png");
	background-size: initial;
	background-repeat: no-repeat;
	background-position: right 50px bottom 50px;
}
.ProductsPage #LUXXE .pageW h2,
.ProductsPage #CATALINA .pageW h2 {
	font-weight: 300;
}
.ProductsPage #LUXXE .pageW p,
.ProductsPage #CATALINA .pageW p {
	color: #000;
}
.ProductsPage #LUXXE {
	background-image: url("images/BCKparallaxLUXXE.jpg");
}
.ProductsPage #CATALINA {
	background-image: url("images/BCKparallaxCATALINA.jpg");
}

.wp-block-image figcaption {
	margin-top: -80px;
	margin-left: 90px;
	height: 80px;
}
*/




/* FOOTER */
#FTRwrap {
	background-color: var(--TSEblue);
}
#FTR {
	padding: 20px 0;
}
#FTR1 p {
	text-align: center;
}
#FTR2 p, #FTR3 p {
	text-align: left;
}
#FTR h4 {
	color: #FFF;
	font-weight: normal;
}
#FTR p {
	font-size: 10pt;
	color: var(--FTRtxt);
}
#FTR a {
	color: var(--FTRtxt);
}

#FTRbottom {
	text-align: center;
	font-size: 9pt;
}