/*@media only screen and (max-width: 800px)
#hero-contact {
    float: none!important;
    width: 100%;
	background-color: white;
}
#hero .address-container {
    position: relative;
    width: 100%;
    max-width: 1172px;
    margin: 0 auto;
    padding-top: 2%;
}
#hero-contact .heroAddress {
    padding: 10px 30px 30px 50px;
    background-color: inherit!important;
    max-height: 600px;
    border-radius: inherit;
    max-width: 600px;
    font-family: Arial;
    font-size: 11pt;
    font-weight: 300;
    line-height: 1.1;
}*/
/*#hero-contact .heroAddress h1
{
	background: transparent url(/files/78694/LCFHeaderLogo.png) no-repeat;
    padding-top: 50px;
	text-indent: -3333px;
    max-width: 500px;
    border: 0;
    margin: 0;
    background-size: 300px;
}
#hero-contact li {
    list-style-type: none;
    margin: 3px 0;
    display: block;
}
#SNcontainer li {
	list-style-type: none;
    overflow: hidden;
    word-break: break-all;
    margin-top: 10px;
    display: inline;
}
#hero-contact .officeAddress
{
	margin: 5px 0px;
}
#hero-contact .office-phone-block, #hero-contact .office-fax-block, #hero-contact .office-email-block
{
	margin: 5px 0px;
}
*/
main#contentContainer{
	margin:0px;
}
#contentWrapper{
	padding: 50px 0px;
	max-width:100%;
}
#cardInfo
{
	margin-top:50px;
}
.lcpage p{
	font-family:proximanova;
	color: #737373;
	font-size:12pt;
	font-weight: 300;
	line-height: 1.8;
}
.lcSectionCenter{
	max-width:1000px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: auto;
	/*margin-left: 90px;
	margin-right:90px;
		padding: 75px 0;margin:auto;*/
}

.lcSectionBoxes {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
}
/*Wide Screen*/
@media screen and (min-width: 770px){
	.lcSectionBoxes{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.lcSectionBoxes > div{
    text-align: center;
	margin:10px;
}
.lcDivWhite{
	text-align: center;
	background-color: white;
}
.lcDivLight{
	text-align: center;
	background-color:rgba(219, 199, 232, 0.18);
}
.lcDivDark{
	text-align: center;
	background-color: #45245b;
}
/*@media (min-width: 1200px)
.container {
    width: 1170px;
}
@media (min-width: 992px)
.lcContainer {
    width: 970px;
}
@media (min-width: 768px)
.lcContainer {
    width: 750px;
}
.lcContainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.lcContainer {
    padding: 0 10px;
}
.lcSectionTextured{
}*/
/*.lc-page-full-width {
  width: 100vw;
  height: 100px;
  margin-bottom: 40px;
}*/
.appointment-box
{
	display: inline-block; 
	margin: auto;
	width: 70%;
	border: 3px solid #45245b;
	padding: 10px;
}
.sitesubtitle 
{
	text-align:center;
	font-weight: bolder;
}
a.myButton{
	color:#ffffff;
}
a.myButton:link{
	color:#ffffff;
}
a.myButton:visited{
	color:#ffffff;
}
a.myButton:hover{
	color:#ffffff;
}
.myButton {
	/*-moz-box-shadow:inset 0px 1px 3px 0px #dbc7e8;
	-webkit-box-shadow:inset 0px 1px 3px 0px #dbc7e8;
	box-shadow:inset 0px 1px 3px 0px #dbc7e8;*/
	background-color:#398443;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
	border:1px solid #1C3F20;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	/*font-weight:bold;*/
	letter-spacing: 1px;
	padding:11px 23px;
	text-decoration:none;
	/*text-shadow:0px -1px 0px #45245b;*/
}
.myButton:hover {
	background-color:#57C666;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}



.lcDarkButton {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #ce8ff7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ce8ff7;
	box-shadow:inset 0px 1px 0px 0px #ce8ff7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dbc7e8), color-stop(1, #b19dbf));
	background:-moz-linear-gradient(top, #dbc7e8 5%, #b19dbf 100%);
	background:-webkit-linear-gradient(top, #dbc7e8 5%, #b19dbf 100%);
	background:-o-linear-gradient(top, #dbc7e8 5%, #b19dbf 100%);
	background:-ms-linear-gradient(top, #dbc7e8 5%, #b19dbf 100%);
	background:linear-gradient(to bottom, #dbc7e8 5%, #b19dbf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbc7e8', endColorstr='#b19dbf',GradientType=0);
	background-color:#dbc7e8;
	border:1px solid #dbc7e8;
	display:inline-block;
	cursor:pointer;
	color:#45245b;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	
	text-decoration:none;*/
	padding:6px 12px;
	cursor:pointer;
}
.lcDarkButton:hover {
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b19dbf), color-stop(1, #dbc7e8));
	background:-moz-linear-gradient(top, #b19dbf 5%, #dbc7e8 100%);
	background:-webkit-linear-gradient(top, #b19dbf 5%, #dbc7e8 100%);
	background:-o-linear-gradient(top, #b19dbf 5%, #dbc7e8 100%);
	background:-ms-linear-gradient(top, #b19dbf 5%, #dbc7e8 100%);
	background:linear-gradient(to bottom, #b19dbf 5%, #dbc7e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b19dbf', endColorstr='#dbc7e8',GradientType=0);
	background-color:#b19dbf;*/
	background-color:rgba(219, 199, 232, 0.18);
}
.lcDarkButton:active {
	position:relative;
	top:1px;
}

.myBlueButton {
	-moz-box-shadow:inset 0px 1px 3px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 3px 0px #54a3f7;
	box-shadow:inset 0px 1px 3px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #154682;
}
.myBlueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myBlueButton:active {
	position:relative;
	top:1px;
}
.lcListUL
{
	font-family:proximanova;
	font-size:16pt;
	font-weight: 300;
	line-height: 1.8;
	padding-left: 3rem; 
	margin-top: 0.8125rem; 
	margin-bottom: 0.8125rem; 
	line-height: 1.625rem; 
}
.lcListIL
{
	font-family:proximanova;
	font-size:12pt;
	font-weight: 300;
	line-height: 1.8;
	margin-top: 0.8125rem; 
	margin-bottom: 0.8125rem;
}
.lcListULCheck
{
	font-family:proximanova;
	font-size:16pt;
	font-weight: 300;
	line-height: 1.8;
	padding: 0px;  
	margin: 0px;
	list-style: none;
}
.lcListILCheck
{
	font-family:proximanova;
	font-size:12pt;
	font-weight: 300;
	line-height: 1.8;
	margin-top: 0.8125rem; 
	margin-bottom: 0.8125rem;
	list-style: none;
}
.lcListILChecked
{
	font-family:proximanova;
	font-size:12pt;
	font-weight: 300;
	line-height: 1.8;
	margin-top: 0.8125rem; 
	margin-bottom: 0.8125rem;
	list-style: none;
}
.lcListILChecked:before
{
	list-style: none;
	content: 'â˜‘ ';
	font-size:20pt;
	font-weight:bolder;
	
}
.lcListILCheck:before
{
	list-style: none;
	content: 'â˜ ';
	font-size:20pt;
	font-weight:bolder;
}
.enroll_now
{
	visibility: hidden;
	display: none;
}
.numberCircle {
	width: 70px;
	height: 70px;
	margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #45245b;
	color: #ffffff;
    font-size: 50px;
    border-radius: 50px 50px 50px 50px;
	font-weight: 600;
	line-height: 1;
}
.longarrow{
    margin-top: -45px;
}
.mapsection{
	padding: 15px 15px 15px 15px;
	width: 320px;
}
/*@media screen and (max-width: 1020px) {
    .roadmap {
        display: none !important;
    }
}*/

/*@media screen and (max-width: 1020px) .roadmap  {
    display: none;
}*/
.roadmap{
   display: inline;
}
@media screen and (max-width:1020px){
  .roadmap{
     display: none;
   }
}
.lcSectionBoxesListMap{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 550px){
	.lcSectionBoxesListMap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		padding-left: 15px;
		padding-right: 50px;
	}
}
.listmap{
	display: inline;
}
@media screen and (min-width:1020px){
  .listmap{
     display: none;
   }
}
.smallscreenhidediv{
   display: inline;
}
@media screen and (max-width:770px){
  .smallscreenhidediv{
     display: none;
   }
}
/*LCSlider Div CSS Code*/
/*.lcslider {
  max-width: 600px;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;  
}
.lcslide {
  width: 600px;
  flex-shrink: 0;
  height: 100%;
  scroll-behavior: smooth;
}
.lcslide > div {

  scroll-snap-align: start;
}
.lcslide > div:target {
  transform: scale(0.8);
}*/

.lcslider {
  width: 750px;
  text-align: center;
  overflow: hidden;
  margin: auto;
}

.lcslides {
  display: flex;
  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.lcslides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.lcslides::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
}
.lcslides::-webkit-scrollbar-track {
  background: transparent;
}
.lcslides > div {
	scroll-snap-align: start;
    flex-shrink: 0;
    width: 750px;
    height: 100%;
    margin-right: 50px;
    /* border-radius: 10px; */
    background: #ffffff;
    /* transform-origin: center center; */
    /* transform: scale(1); */
    /* transition: transform 0.5s; */
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* font-size: 100px;
}
.lcslides > div:target {
/*   transform: scale(0.8); */
}
@media screen and (max-width:770px){
  .lcslider {
		width: 100%;
		text-align: center;
		overflow: show;
		margin: auto;
	}
	.lcslides{
		display: flex;
		flex-direction: row;
		overflow-x: normal;
	}
  .lcslides > div {
		scroll-snap-align: start;
		flex-shrink: 0;
		width: 100%;
		height: 100%;

	}
	.videoShrink{
		width: 100%;
	}
}