.L {
	float: left;
}
.R {
	float: right;
}
.CLEAR {
	clear: both;
}
.centered { 
	text-align:center; 
}
.leftalign { 
	text-align:left; 
}
.rightalign { 
	text-align:right; 
}
.HALF {
  width: 49%;
  margin: 0 0.5%;
}
.THIRD {
  width: 32.3%;
  margin: 0 0.5%;
}
.QUARTER {
  width: 24%;
  margin: 0 0.5%;
}
.FIFTH {
  width: 19%;
  margin: 0 0.5%;
}
.wrapW {
	width:100%;
}
.pageW {
	width:1140px;
	margin:0 auto;
}

.italic {
  font-style: italic;
}
.unbold {font-weight: normal;}
.red { color: #910d0d; }

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: #FFFFFF;
}


body {
	padding-top: 152px;
}
#wrapTOP {
	background-color: #f5f7f7;
	position: fixed;
	top: 0;
  z-index: 1000;
}
#wrapHDR {
	position: fixed;
	top: 42px;
	background-color: #FFF;
	box-shadow: 0 6px 6px #0002;
  z-index: 1002;
}

/* HEADER */
#wrapTOP {
	background-color: #f5f7f7;
}
#TOP {
	color: #969fa8;
	font-size: 10pt;
	padding: 10px 0;
}
.topphones {
	color: #0080ff;
	font-size: 16pt;
	margin-left: 7px;
}
#TOP a.btBlue {
	display: inline-block;
	padding: 6px 7px;
	margin-left: 7px;
	position: relative;
	bottom: 6px;
}


#wrapHDR {}
#HDR {
  height: 110px;
  position: relative;
}
#LOGO {
    position: absolute;
    top: 28px;
    left: 0px;
}
#LOGO img {
    height: 48px;
    width: auto;
}


/* NAVI */
#NAVI {
	bottom: 33px;
	position: absolute;
	right: 0;
}
#HDRAppointment {
	bottom: 36px;
	position: absolute;
	right: 0;
}
a.btBlue {
	background-color: #013f7c;
	font-size: 10pt;
	font-weight: 500;
	color: white;
	display: inline-block;
	padding: 10px 10px;
	border-radius: 20px;
	width: 90px;
	text-align: center;
  transition: color .3s ease,background-color .3s ease,border-color .3s ease;
}
a.btBlue:hover,
a.btBlue.biggerButton:hover {
	background-color: #0080FF;
	text-decoration: none;
  border-radius: 0;
  transition: background-color .5s ease,border-radius .5s ease;
}










/* 220302 - tweaks */

/* HDR blocks as full height divs */
@media screen and (min-width: 768px) {

		#wrapHDR {
			height: 150px;
			top: 0;
		}
		#HDR {
			height: 150px;
			position: initial;
			width: 100%;
		}
		#HDR > div {
			float: left;
			height: 150px;
			position: relative;
		}
		#LOGO {
			top: unset;
			left: unset;
			width: 25%;
		}
			#LOGO img {
				max-width: 90%;
				height: auto;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
			}
		#NAVI {
			bottom: unset;
			left: unset;
			width: 62.5%;
		}
			ul#menu-main-menu-2022 {
				text-align: center;
				display: flex;
				flex-direction: row;
				height: 150px;
				border-left: solid 1px #0d5891;
			}
			ul#menu-main-menu-2022 > li {
				flex: 1;
				text-align: center;
			}

			ul#menu-main-menu-2022 > li > a {
				height: 70px;
				padding: 70px 10% 10px;
				color: #0d5891;
				border-right: solid 1px #0d5891;
				text-transform: capitalize;
				font-size: 1.2vw;
				text-align: left;
			}
			ul#menu-main-menu-2022 > li > a:hover {
				background-color: #0d589133;
				color: #000 !important
			}
			ul#menu-main-menu-2022 > li > a {
				text-transform: capitalize;
				color: #000;
			}
			ul#menu-main-menu-2022 > li > a > strong {
				text-transform: uppercase;
				display: block;
				color: #333;
			}



		#CALLUS {
			top: unset;
			right: unset;
			width: 12.5%;
		}
			#CALLUS a {
				height: 70px;
				padding: 80px 6% 0;
				color: #0d5891;
				border-right: solid 1px #0d5891;
				text-transform: capitalize;
				font-size: 1vw;
				display: block;
				text-align: center;
			}
			#CALLUS a:hover {
				background-color: #0d589133;
			}

		#HDRAppointment {
		  top: unset;
		  left: unset;
		  width: 12.5%;
		  bottom: initial;
		  right: initial;
		}	
		#HDRAppt1 {
		}
			#HDRAppt1 a {
				background-color: #0d5891;
				text-align: center;
				font-size: 1vw;
				color: #FFF;
				display: block;
				height: 75px;
				padding-top: calc(38px - 1.2vw);
				line-height: 1.2;
				box-sizing: border-box;
			}
			#HDRAppt1 a: hover {
				background-color: #000;
			}
		#HDRAppt2 {
			text-align: center;
			padding: 5px 3%;
			height: 75px;
			box-sizing: border-box;
		}
			#HDRAppt2 p {
			  font-size: 0.8vw;
			  margin-bottom: 5px;
			  text-align: center;
			  margin-top: 4px;
			  line-height: 1.3;
			}
			#HDRAppt2 a.btBlue {
				padding: 5px 10px;
				font-size: 1vw;
				display: inline-block;
				width: auto;
			}
}
/* /HDR blocks as full height divs */








/* SLIDER */
#SLIDERwrap {
	background-color: var(--FSSblue2);
	position: relative;
	height: calc(100vh - 150px);
	background-image: url(images/AdobeStock_295799090_.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    position: relative;
}
/*
#VideoSlider {
	height: 892px;
	width: 100% !important;
	height: auto !important;
	margin-bottom: -5px;
}
*/
#SLIDERwrap #button a {
  margin: 0 10pt;
}
#SLIDERwrap #title {
	position: absolute;
	text-align: center;
	width: 100%;
  	z-index: 200;
    bottom: 20%;
    opacity:1.0;
  	animation: TitleAnim 2s;
}
@keyframes TitleAnim {
  0% { bottom: 0%; opacity:0.0; }
  45% { bottom: 0%; opacity:0.0 }
  50% { bottom: 0%; opacity:0.0 }
  100% { bottom: 20%; opacity:1.0 }
}
#SLIDERwrap #title h1 {
	font-size: 40px;
	color: #013F7C;
	/* background-color: #FFFFFF66; */
	padding: 20px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 4vw;
	text-shadow: 0 2px 4px #0d589188;
}
/*
@media (max-width: 1280px) {
	#SLIDERwrap #title h1 {
		font-size: 28px;
	}
}
@media (max-width: 1024px) {
	#SLIDERwrap #title h1 {
		font-size: 28px;
	}
}
@media (max-width: 960px) {
	#SLIDERwrap #title h1 {
		font-size: 27px;
	}
}
@media (max-width: 768px) {
	#SLIDERwrap #title h1 {
		font-size: 22px;
	}
}
@media (max-width: 640px) {
	#SLIDERwrap #title h1 {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	#SLIDERwrap #title h1 {
		font-size: 13px;
	}
	a.btBlue.biggerButton {
		padding: 10px 30px;
	}
}
@media (max-width: 480px) {
	#SLIDERwrap #title h1 {
		font-size: 11px;
	}
	a.btBlue.biggerButton {
		padding: 5px 20px;
	}
}
*/

#SLIDERwrap #button {
	position: absolute;
	text-align: center;
	width: 100%;
  	z-index: 200;
    bottom: 10%;
    opacity:1.0;
  	animation: ButtonAnim 3s;
}
@keyframes ButtonAnim {
  0% { bottom: 0%; opacity:0.0; }
  65% { bottom: 0%; opacity:0.0 }
  70% { bottom: 0%; opacity:0.0 }
  100% { bottom: 10%; opacity:1.0 }
}




/* BANNER */
#FEATUREDwrap {
	background-color: var(--FSSblue2);
	/* height: calc(100vh - 150px); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	position: relative;
	height: 450px;
	background-attachment: initial;
}
#BannerTitles {
	background-color: #FFF9;
	height: 100%;
	padding: 0 5% 0 35%;
	width: 60%;
	text-align: center;
}
#BannerTitles h2 {
	padding-top: 130pt;
	font-weight: bold;
	margin-bottom: 0;
  text-shadow: 0px 1px 4px #FFFF;
}
#BannerTitles h3 {
	padding-top: 10pt;
	font-weight: bold;
	margin-bottom: 0;
  text-shadow: 0px 1px 4px #FFFF;
}
#BannerTitles p {
	padding-top: 30pt;
	font-weight: bold;
  text-shadow: 0px 1px 4px #FFFF;
}
#FEATUREDwrap #button a {
  margin: 0 10pt;
}





/* videos */
.videoframe {
	width: 556px;
	height: 313px;
	box-shadow: 1px 1px 8px #0006;
	border-radius: 6px;
}
.innervideoframe {
	width: 100%;
	height: 404px;
	box-shadow: 1px 1px 8px #0006;
	border-radius: 6px;
}
.YouTubeVIDEOwrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10pt;
}
.YouTubeVIDEO {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


/* HOME BARS */
#Home220302buttonswrap {
	background-color: #0d5891;
}
#Home220302buttons a {
	width: 100%;
	display: block;
	text-align: center;
	font-family: montserrat,Arial,Helvetica,sans-serif;
	font-weight: 300;
	font-size: 18pt;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
}
#Home220302buttons a:hover {
	background-color: #3a94d2;
}

#Home220304buttonswrap {
	background-color: #0d5891;
}
#Home220304buttons a {
	width: 100%;
	display: block;
	text-align: center;
	font-family: montserrat,Arial,Helvetica,sans-serif;
	font-weight: 300;
	font-size: 13pt;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
}
#Home220304buttons a:hover {
	background-color: #3a94d2;
}



#Home1SCHEDULEwrap {
	background-color: #AAA;
}
#Home1SCHEDULE {
	padding: 50px 0;
}
#Home1SCHEDULE h3 {
	font-weight: 300;
	color: white;
  margin-top: 16px;
}
#Home1SCHEDULE .R {
	text-align: right;
}
a.btBlue.biggerButton {
	display: inline-block;
	width: auto;
	padding: 20px 40px;
	border-radius: 40px;
	font-size: 11pt;
}

/*
#Home2EXPERTSwrap {
}
#Home2EXPERTS {
    padding: 80px 0;
}
#Home2EXPERTS div.R {
	width: 45%;
}
#Home2EXPERTS h2 {
	font-weight: 300;
	font-size: 33pt;
	margin-bottom: 20pt;
}
*/

/*
#Home3FEATUREDwrap {
	background-color: #f4f7f7;
}
#Home3FEATURED {
	padding: 80px 0;
	text-align: center;
}
#Home3FEATURED h2 {
	font-weight: 300;
	font-size: 25pt;
}
#Home3FEATURED h4 {
	font-weight: 500;
	color: #999;
	margin-bottom: 30px;
}
.H3FeatCol {
  background-color: white;
	box-shadow: 0 0 8px #0001;
	width: 30.3%;
	margin: 0 1.5%;
	padding-bottom: 40px;
}
.H3FeatCol a {
	color: #0080FF;
	font-size: 11pt;
}
.H3FeatPic {
	width: 100%;
	height: auto;
}
.H3FeatCol h3 {
	font-weight: 300;
	margin: 30px 30px 20px;
}
.H3FeatCol p {
	font-weight: 300;
	font-size: 11pt;
	line-height: 16pt;
	margin: 0 30px 20px;
}
.H3FeatCol a {
	color: #0080FF;
	font-size: 11pt;
}
.H3FeatCol a:hover {
	text-decoration: none;
	color: #001789;
}
.H3FeatCol a .rounded {
	border: solid 1px #0080FF;
	border-radius: 22pt;
	display: inline-block;
	padding: 4pt 3pt 3pt;
	width: 12pt;
	margin-left: 3pt;
}
.H3FeatCol a:hover .rounded {
	border-color: #001789;
}
*/

/*
#Home4SEPARATESwrap {
	background-image: url(images/bck-dr-taskonak.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#Home4SEPARATES {
  padding: 80px 0;
}
#Home4SEPARATES h2 {
  color: white;
  margin-left: 30px;
  margin-bottom: 20px;
  font-weight: 300;
}
#Home4SEPARATES h3 {
  color: white;
  margin-left: 30px;
  margin-bottom: 20px;
  font-weight: 300;
}
#Home4SEPARATES h4 {
  color: white;
  margin-left: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.videoframe {
	width: 556px;
	height: 313px;
	box-shadow: 1px 1px 8px #0006;
	border-radius: 6px;
}
.innervideoframe {
	width: 100%;
	height: 404px;
	box-shadow: 1px 1px 8px #0006;
	border-radius: 6px;
}
*/

/*
#Home5LOCATIONwrap {
  background-color: #1E73BE;
}
#Home5LOCATION {
  padding: 80px 0;
  text-align: center;
}
#Home5LOCATION .L {
	margin-top: 20px;
}
#Home5LOCATION h2 {
  color: white;
  margin-left: 30px;
  margin-bottom: 20px;
  font-weight: 300;
}
#Home5LOCATION h3 {
  color: white;
  margin-left: 30px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16pt;
}
#Home5LOCATION h4 {
  color: white;
  margin-left: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 11pt;
}
*/


.FullWvideo {
	max-width: 100%;
	height: 314px;
}
















/*
#BOXES {
	margin-top: -100px;
	z-index: 9999;
}
.BOX img {
	max-width: 100%;
}

#TXT1wrap {
	background-color: #001473;
	margin-top: -106px;
}
#TXT1 h2 {
	color: white;
	font-size: 19pt;
	font-style: italic;
	padding: 130px 2.5% 60px;
	text-align: center;
	width: 95%;
}

#TXT2 {
	padding: 40px 0;
}
#TXT2 h3 {
	color: #174900;
}
#TXT2 ul {
	padding-left: 15px;
	padding-right: 15px;
}
#TXT2 li {
	color: #6e4700;
	list-style: disc;
	margin: 0 0 3pt;
}

#TXT3wrap {
	background-color: #001473;
  background-image:url(images/SceneryTxt.jpg) ;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#TXT3 h2 {
	color: white;
	font-size: 19pt;
	font-style: italic;
	padding: 50px 2.5% 280px;
	text-align: center;
	width: 95%;
	text-shadow: 1px 1px 4px #000F;
	margin: 0;
}
*/


/*
#wrapFORMBOX {
	background: #ECECEC;
}
#FORMBOX {
    padding: 30px 0;
}
#RInqForm {}
#RInqForm .button {
	padding: 5px 20px 5px;
	font-size: 16pt;
	font-weight: bold;
	width: auto;
	background-color: #404040;
	cursor: pointer;
	margin: 15px 0;
	color: white;
	border: none;
}
#RInqForm .button:hover {
  background-color: black;
}
#RInqForm input,
#RInqForm input, #RInqForm textarea {
	font-family: 'Raleway', Helvetica, Arial, "sans-serif";
	padding: 4px;
	font-size: 10pt;
	width: 96%;
	border: solid 1px #AAA;
	background-color: #F8F8F8;
}
#RInqForm p {
	font-size: 10pt;
	margin: 0 0 6pt;
	color: #404040;
}
#FORMBOX h2 {
	color: #404040;
}
.g-recaptcha {
    margin-top: -5px;
}
#MENSAJE {
    font-size: 11pt;
    line-height: 16pt;
    color: #D00;
    margin-bottom: 20px;
  margin-left: 10px;
}
#RInqForm .error {
    color: #900;
    font-size: 10pt;
    margin: 2px 0;
    background-color: #FEE;
}
*/



/* MAIN */
#wrapMAIN {
    background-color: white;
}
#MAIN {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex; /* using FLEX now to make both columns same height */
    align-content: space-between; /* using FLEX now to make both columns same height */
}
#MAINL {
  width: 63%;
  margin-right: 4%;
  /*float: left; - using FLEX now to make both columns same height */
}
#MAINR {
  width: 33%;
  /*float:right; - using FLEX now to make both columns same height */
}
.MAINLWithWatermark {
	background-image: url(images/FSSwatermark.180201.png);
	background-repeat: no-repeat;
	background-position: bottom center;
  background-size: contain;
}
#RSubPagesList {
	margin-bottom: 40px;
}
#RSubPagesList a:hover {
  text-decoration: none;
}
#RSubPagesList h2 {
	list-style: none;
	display: block;
	margin: 0 0 1px;
	/*font-size: 17pt;*/
}
#RSubPagesList h2 a,
#RSubPagesList h2 a:visited {
	padding: 10px;
	color: #001789;
  display: block;
}
#RSubPagesList h2 a:hover {
  background-color: #001789;
	color: #FFF;
}

#RSubPagesList ul {
	margin: 0;
	padding: 0;
}
#RSubPagesList ul li {
	list-style: none;
	margin: 0 0 1px;
	font-size: 12pt;
}
#RSubPagesList ul li a,
#RSubPagesList ul li a:visited {
	padding: 10px;
	background-color: #999;
	color: #FFF;
	font-weight: 500;
  display: block;
}
#RSubPagesList ul li a:hover {
  background-color: #001789;
}

#RPhonesList {
	text-align: center;
	margin-bottom: 40px;
}
#RPhonesList hr {
	height: 1px;
	border: none;
	background-color: #c1cbff;
	width: 60%;
}

#RTestimonials {
	margin-bottom: 40px;
}



/* 180112 - FULL WIDTH pages */
#FullW {
}
#FullW h1, #FullW h2, #FullW h3, #FullW h4 {
	padding: 40px 4% 0;
}
#FullW p {
	font-size: 12pt;
	padding: 0 4%;
}
#FullW ul {
	font-size: 12pt;
	padding: 0 6%;
}
#FullWright {
	padding: 40px 4%;
	width: 44%;
	margin: 0 0 10px 2%;
	background-color: #546C91;
}
#FullWvideo {
	width: 600px;
	height: 450px;
	/*box-shadow: 0 0 25px #0006;*/
}

/* FAQ accordion */
.ui-state-default {
	color: #0d5891 !important;
	margin-top: 7px !important;
}


.L.HALF.SpecialCoupon {
	border: dashed 3px #546C91;
	padding: 20px 2%;
	width: 43%;
	margin: 0 1% 20px;
	border-radius: 4px;
	text-align: center;
	background-color: #E9F0FC;
	/*min-height: 180px;*/
}
.L.HALF.SpecialCoupon:nth-child(2n) {
	clear: both;
}


/* FOOTER */
#FTRwrap {
	background-color: #4B4B4B;
}
#FTR {
	padding: 50px 0;
}
#FTR .QUARTER {
	width: 21%;
	margin: 0 2%;
}
#FTR img {
	max-width: 100%;
	height: auto;
}
#FTR ul {
  margin-top: 0;
  padding-left: 0;
}
#FTR h3 {
	color: #FFF;
	font-size: 15pt;
	margin-bottom: 10px;
	font-weight: 300;
}
#FTR h4 {
	color: #DDD;
	font-size: 13pt;
}
#FTR p {
	font-size: 9pt;
	color: #DDD;
	list-style: none;
	line-height: 18pt;
}
#FTR li {
	font-size: 10pt;
	color: #DDD;
	list-style: none;
	margin-bottom: 7pt;
}

#FTR a, #FTR a:visited {
  color: #DDD;
  text-decoration:none;
}
#FTR a:hover {
  text-decoration:underline;
  color: #FFF;
}


#POSTFTRwrap {
  background-color: #000;
  border-top: solid 1px #FFF;
  text-align: center;
}
#POSTFTR {
  padding: 30px 0;
}
#POSTFTR p {
    font-size: 9pt;
    color: #666;
    line-height: 15pt;
}
#POSTFTR a {
    color: #999;
}







/* 240410 redesign */
#HomeEXPERTSwrap {
	background-color: var(--FSSbckblue);
}
#HomeEXPERTS {
    display: flex;
	flex-direction: 50%;
}
#HomeEXPERTS #L, #HomeEXPERTS #R {
	width: 50%;
	padding: 80px 3%;
	box-sizing: content-box;
}
#HomeEXPERTS #L {
  background-color: #FFF;
}
#HomeEXPERTS h2 {
	font-weight: 300;
	font-size: 36pt;
	margin-bottom: 20pt;
	text-align: center;
}
#HomeEXPERTS  p {
  font-size: 16pt;
}
#HomeEXPERTS #R {
  text-align: center;
}
#HomeEXPERTS #R h4 {
  letter-spacing: 1vw;
  font-size: 1.5vw;
}
#HomeEXPERTS #R h2 {
  letter-spacing: 1vw;
  font-size: 9vw;
  line-height: 1;
}
#HomeEXPERTS #R h2 strong {
  font-size: 11vw;
}
#HomeEXPERTS #R h3.highlight {
  background-color: var(--FSSblue2);
  font-size: 4vw;
  letter-spacing: 2vw;
  border-radius: 10px;
  color: #FFF;
  margin-bottom: 4vw;
}

#HomeFEATUREDwrap {
  background-color: var(--FSSbckblue);
}
#HomeFEATURED {
  padding: var(--FSSzonepadding);
}
#HomeFEATURED .BlockIntro h2 {
  text-align: center;
}
#HomeFEATURED .BlockIntro {
  max-width: var(--FSSintromaxwidth);
  margin: 0 auto 60px;
}
#HomeFEATURED .BlockIntro h4 {
  font-weight: 300;
}
#HomeFEATURED .Block {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  background-color: #FFF;
  border-radius: 0 10px 10px 0;
  box-shadow: var(--FSSsoftshadow);
}
#HomeFEATURED .Block .Picture {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#HomeFEATURED .Block .Text {
  width: 50%;
  padding: 80px 40px;
  box-sizing: border-box;
}
#HomeFEATURED .Block .Text h3 {
  text-align: center;
}
#HomeFEATURED .Block .Text a {
  margin: 30px auto 0;
}

#HomeSEPARATESwrap {
	background-image: url(images/bck-dr-taskonak.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: var(--FSSblue);
}
#HomeSEPARATES {
  padding: 120px 0;
}
#HomeSEPARATES h2 {
  color: white;
  margin-left: 30px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 48pt;
  text-align: center;
}
#HomeSEPARATES h3 {
  color: white;
  font-weight: 300;
  font-size: 24pt;
  text-align: center;
  margin: 24pt 0;
}
#HomeSEPARATES h4 {
  color: white;
  font-weight: 300;
  text-align: center;
  max-width: var(--FSSintromaxwidth);
  margin: 0 auto;
}
#VideoSEPARATES {
	margin: 20pt auto 0;
	display: block;
}

#HomeLOCATIONwrap {
  background-color: var(--FSSbckblue);
}
#HomeLOCATION {
  padding: 80px 0;
  text-align: center;
}
#HomeLOCATION .L {
	margin-top: 20px;
}
#HomeLOCATION h2 {
  /*! color: white; */
  margin-left: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24pt;
}
#HomeLOCATION h3 {
  font-weight: 300;
  font-size: 24pt;
  margin: 20px 0;
}
#HomeLOCATION h4 {
  font-weight: 300;
  font-size: 14pt;
  margin: 20px 0;
}
#HomeLOCATION > div {
	background-color: #FFF;
	padding: 20px;
	max-width: var(--FSSintromaxwidth);
	margin: 40px auto 0;
	border-radius: 10px;
	box-shadow: var(--FSSsoftshadow);
}



/* 2024 inner page */
#FEATUREDwrap.inner2024 {
	height: calc(100vh - 150px);
	background-attachment: fixed;
}
#FEATUREDwrap.inner2024 #titles {
	position: absolute;
	text-align: center;
	width: 100%;
  	z-index: 200;
    bottom: 20%;
    opacity:1.0;
  	animation: FTitleAnim 2s;
	width: 90%;
	left: 5%;
}
#FEATUREDwrap #titles h1 {
	padding: 1vw;
	text-transform: uppercase;
	color: #FFF;
	font-size: 5vw;
	text-shadow: 0 2px 4px #0d589188;
	margin: 0;
	font-weight: 300;
}
#FEATUREDwrap #titles h2 {
	padding: 1vw;
	text-transform: uppercase;
	color: #FFF;
	font-size: 2vw;
	text-shadow: 0 2px 4px #0d589188;
	margin: 0;
	font-weight: 300;
}
#FEATUREDwrap #titles p {
	padding: 1vw;
	color: #FFF;
	font-size: 1.3vw;
	text-shadow: 0 2px 4px #0d589188;
	margin: 0;
	font-weight: 300;
}
@keyframes FTitleAnim {
  0% { bottom: 0%; opacity:0.0; }
  45% { bottom: 0%; opacity:0.0 }
  50% { bottom: 0%; opacity:0.0 }
  100% { bottom: 20%; opacity:1.0 }
}

#FEATUREDwrap #button {
	position: absolute;
	text-align: center;
	width: 100%;
  	z-index: 200;
    bottom: 10%;
    opacity:1.0;
  	animation: FButtonAnim 3s;
}
@keyframes FButtonAnim {
  0% { bottom: 0%; opacity:0.0; }
  65% { bottom: 0%; opacity:0.0 }
  70% { bottom: 0%; opacity:0.0 }
  100% { bottom: 10%; opacity:1.0 }
}



#Inner2024MAIN {
	padding: 0 4%;
}
#Inner2024MAIN h1 {
  font-size: 36pt;
}
#Inner2024MAIN p, #Inner2024MAIN li {
  font-size: 14pt;
}

#Inner2024Video {
  background-color: var(--FSSblue2);
  text-align: center;
  padding: var(--FSSzonepadding);
}
#Inner2024Video #FullWvideowrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 60%;
	max-width: var(--FSSintromaxwidth);
	margin: 0 auto;
}
#Inner2024Video #FullWvideowrapper #FullWvideo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;	
}

#Inner2024ContentMore {
	padding: var(--FSSzonepadding);
	background-color: var(--FSSblue);
}
#Inner2024ContentMore h2 {
  color: #FFF;
  font-size: 28pt;
}
#Inner2024ContentMore h4 {
  color: var(--FSSbckblue);
  margin-top: 24pt;
  font-size: 18pt;
}
#Inner2024ContentMore p {
  color: #FFF;
}

#Inner2024Testimonials {
	padding: var(--FSSzonepadding);
	background-color: #FFF;
}

/* LAYERS : divs */

.LayerTextWrap {
	padding: 0 calc((100vw - 1140px)/2);
}
.LayerLightBlue {
	background-color: var(--FSSbckblue) !important;
}

#Inner2024MAIN .wp-block-columns figure {
	margin: 0;
}
#Inner2024MAIN .wp-block-columns img {
  width: 100%;
}
#Inner2024MAIN .wp-block-columns {
  margin: 0;
}
#Inner2024MAIN .wp-block-columns h2, #Inner2024MAIN .wp-block-columns p {
  margin: 0 5% 20pt;
}


.SMILEDESIGN {
	padding-top: 60px;
	padding-bottom: 60px;
}
.SMILEDESIGN .wp-block-columns {
	margin-top: 40pt !important;
}
.EXPERTS_LayerExperts {
  text-align: center;
}
.EXPERTS_LayerExperts h4 {
  letter-spacing: 1vw;
  font-size: 1.5vw;
}
.EXPERTS_LayerExperts h2 {
	letter-spacing: 8pt;
	font-size: 80pt;
	line-height: 1;
}
.EXPERTS_LayerExperts h2 strong {
	font-size: 100pt;
}
.EXPERTS_LayerExperts h3.highlight {
	background-color: var(--FSSblue2);
	font-size: 40pt;
	letter-spacing: 10pt;
	border-radius: 10px;
	color: #FFF;
	margin-bottom: 4vw;
}
.LayerWhiteBox {
	margin: 20pt 0;
	background-color: #FFF !important;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	box-shadow: var(--FSSsoftshadow);
}
.LayerWhiteBox hr {
  height: 6px;
  background-color: var(--FSSblue);
  border-radius: 6px;
}
.LayerWhiteBox h5 {
  font-size: 36pt;
  margin: 0;
}
.LayerWhiteBox li {
  text-align: left;
}
.LayerWhiteBox ul {
  margin: 20pt 20pt 40pt;
}
.SMILEDESIGN img {
  border-radius: 10px;
  box-shadow: var(--FSSsoftshadow);
}

.INCLUDED_pg3e1e67756eec {
	display: block;
	background-color: #FFF !important;
	padding-top: 60px;
	padding-bottom: 60px;
}

.LayerLOVE {
  background-image: url(https://iwdftp.com/sites/floridasmilestudio.com/wp-content/uploads/2018/01/general-dentistry-coral-springs-fl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  text-align: center;
  background-position: center;
  background-color: var(--FSSblue2);
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.LayerLOVE h2 {
  color: #FFF;
  font-size: 48pt;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: var(--FSSsoftshadow);
}
.LayerLOVE p {
  color: #FFF;
  max-width: 1140px;
  margin: 0 auto 20pt;
}

.PROCEDURES_pg5668a3e20655 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.PROCEDURES_pg5668a3e20655 h2 {
  font-size: 24pt;
  text-align: center;
  margin-bottom: 20pt;
}
.LayerProcedureBox {
	width: 29%;
	float: left;
	margin: 20pt 2%;
	background-color: #FFF !important;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}
#Inner2024MAIN .LayerProcedureBox p {
  font-size: 12pt;
  margin-bottom: 20pt;
}
#Inner2024MAIN .LayerProcedureBox h3 {
  font-size: 16pt;
  text-align: center;
}

.START_pg9f7545bdfa6a {
  padding: 100px 0;
  text-align: center;
  background-color: var(--FSSblue2) !important;
}
.START_pg9f7545bdfa6a h2 {
  color: #FFF;
  font-size: 48pt;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: var(--FSSsoftshadow);
}
.START_pg9f7545bdfa6a p {
  color: #FFF;
  max-width: 1140px;
  margin: 0 auto 20pt;
}

.SECRET_pg9e0e20fd9820 {
	display: block;
	background-color: #FFF !important;
	padding-bottom: 80px;
	padding-top: 80px;
}

.FAQS_pgf32466740efa {
	display: block;
	background-color: #FFF !important;
	padding-bottom: 80px;
}

.TRANSFORM_pgb53ee06cfee7 {
	display: block;
	background-color: #FFF !important;
	padding-bottom: 80px;
}

.SIMPLESTEPS_pg988dff14967a {
	display: block;
	padding: var(--FSSzonepadding);
}
.SIMPLESTEPS_pg988dff14967a h2 {
	font-size: 36pt;
	margin-bottom: 40pt;
}
#Inner2024MAIN .SIMPLESTEPS_pg988dff14967a p {
  margin: 10pt 0 30pt;
}
#VirtualConsultation {
  padding: var(--FSSzonepadding);
}
#VirtualConsultation .FormField {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 12pt;
  padding: 5pt;
  margin: 15pt 0;
  width: 90%;
  box-sizing: border-box;
}
#VirtualConsultation .FormButton {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 18pt;
  background-color: var(--FSSblue);
  border: none;
  padding: 5pt 20pt;
  margin-top: 20pt;
}
#VirtualConsultation .FormButton:hover {
  background-color: #000;
  cursor: pointer;
}
.FormPicture img {
	width: 90%;
	margin: 5pt 0;
	box-shadow: var(--FSSsoftshadow);
}
.FormPicture input {
  margin-bottom: 20pt;
}

#FTRsocial img {
	filter: invert(1);
}

#wrapTestimonialsLine {
  background-color: var(--FSSblue);
  padding: 60px 0;
}
#TestimonialsLine {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
#TestimonialsLine > div {
	width: auto;
	margin: 0 1%;
}
#TestimonialsLine .TLwhat {
	background-color: #FFF;
	border-radius: 10px 10px 0px 10px;
	box-shadow: var(--FSSsoftshadow);
	padding: 20px;
	box-sizing: border-box;
	font-size: 12pt;
	color: var(--FSSblue);
	min-height: 320px;
}
#TestimonialsLine .TLwho {
	text-align: right;
	font-weight: bold;
	color: #FFF;
}
#TestimonialsLine .TLwho img {
	width: 104px;
}
#TestimonialsLine2 {
	padding-top: 20px;
}
#TestimonialsLine2 .btBlue {
  display: inline-block;
  float: right;
}







