html,
body {
	width: 100%;
	height: 100%;
	font-size:16px;
	margin:0;
	font-family:'Arial', sans-serif;
	background-color:#ffffff;
	color:#000000;
}
#maincenter{width:100%;max-width:1200px;margin:0 auto;box-shadow: 0px 0px 100px #000;}
h1{color:#24323d;font-family:'Open Sans', sans-serif;margin:0;}
h2{
    font-family:'Open Sans', sans-serif;
	 /*font-size:25px; REMOCED NICO October 12 2021 cayse Zach told me to*/
	 color:#395469;
	 font-weight:bold;
	 margin:0px;
    padding:5px 0;
}
h3{margin-top:0px;font-family:'Open Sans', sans-serif;}
h4,h5,h6{font-family:'Open Sans', sans-serif;}
a{
	text-decoration:none;
	color:#24323d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	 font-family: 'Arial', sans-serif;
}
a:hover{
	color:#17303c;	
	text-decoration:none;
}

.center{text-align:center;}
.left{text-align:left;}
.leftcenter{text-align:left;}
.centerleft{text-align:center;}
.right{text-align:right;}
.rightcenter{text-align:right;}
.centerimg{width: 100%;display: block;margin-left:auto;margin-right:auto;}
.floatleft{float:left;}
.floatright{float:right;}
.clear{clear:both;}
.bold{font-weight:bold;}
.hidden{display:none;}
.vcenter{display: inline-block;vertical-align: middle;float: none;}
.pointer{cursor:pointer;}
.facebook {color: #fff;background-color: #3b5998;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;	}
.facebook:hover {color: #fff;background-color: #1b3978;}
.twitter {color: #fff;background-color: #00acee;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;	}
.twitter:hover {color: #fff;background-color: #008cCe;}
.google {color: #fff;background-color: #e93f2e;}
.google:hover {color: #fff;background-color: #c91f0e;}
.pinterest {color: #fff;background-color: #bc0d1e;}
.pinterest:hover {color: #fff;background-color: #9c0b0d;}
.shadow{
	text-shadow: 1px 1px 1px #000000;	
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);
}
.centercol{
	width:100%;max-width:1200px;margin:0 auto;padding:0 4px;
}
.aroundbox{padding:10px}
.box{padding:20px 0;}
.smallbox{padding:5px 0;}
.button{
	padding:5px 10px;
	color:#FFFFFF;
	background-color:#24323d;
	border:0px solid #24323d;
	border-radius:7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
	 font-family: 'Arial', sans-serif;
}
.button:hover{
	color:#EEEEEE;
	background-color:#17303c;
}
.bsmall{
	padding:5px 10px;
	font-size:14px;	
}
.relative{position:relative;}
.absolute{position:absolute;}

#copyright{
	font-family:'Arial', sans-serif;
	color:#999;	
	line-height: 40px;
	font-size:12px;
	background:#393939;
   box-shadow:inset 0px 5px 15px rgba(0,0,0,.5);
}
#copyright a{
	color:#D91;	
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
#copyright a:hover{
	color:#FFF;	
}

#copyrightsw{
	font-family:'Arial', sans-serif;
	color:#999;	
	line-height: 40px;
	font-size:12px;
	background:#393939;
   box-shadow:inset 0px 5px 15px rgba(0,0,0,.5);
}
#copyrightsw a{
	color:#3a9cff;	
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
#copyrightsw a:hover{
	color:#6aCcff;	
}

.shapeshadow{
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2,Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}	




/*CONTACT FORM*/
.form-group {
    margin-bottom: 25px;
}
.form-group input,.form-group textarea {
    padding: 10px;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 236px;
}
.form-control:focus {
    border-color: #87C556;
    box-shadow: none;
}
.text-danger {
    color: #e74c3c;
}

@media only screen and (max-width : 991px) {
	.vcenter{display: inline-block;vertical-align: top;float: none;}
}
@media only screen and (max-width : 767px) {
	.rightcenter{text-align:center;display:block;}
	.leftcenter{text-align:center;display:block;}
   .centerleft{text-align:left;}
}

.showxxs{display:none;}
.py-8 {padding:7.5rem  0!important;}
@media only screen and (max-width : 768px) {
   .py-8 {padding:2rem  0!important;}
}
@media only screen and (max-width : 400x) {
   .hidexxs{display:none;}
   .showxxs{display:inline;}
}

.hspace40{padding:40px 0;}
.row{margin:0;}

p.lead{font-weight: 400;font-size: 1.25rem}
.fs-2 {font-size: 1.5625rem !important;}
.color-7 {color: #949494 !important;font-size:.7rem !important;}
.color-3 {color: #395469 !important;}
.fw-700{font-weight: 700 !important;}.fw-900{font-weight: 900 !important;}.fw-300 {font-weight: 300 !important;}.lh-3 {line-height: 1.3 !important;}

.active{font-weight:bold;}
iframe{display: block;}/*FOR GOOGLE MAP NOT TO HAVE SPACE AT THE BOTTOM*/
.dropdown:hover>.dropdown-menu {display: block;}.dropdown-menu {margin: 0;}/*AUTO SUB-MENU*/
.vcenterbs4{display:flex;flex-direction:column;justify-content:center;}
@media only screen and (max-width : 575px) {
   .hideonsecondpage{display:none;}
   .topdivofhidesecondpage{padding-bottom:0px !important;}
}.footer{height:200px;background-color:#2fafa3}.footer{height:200px;background-color:#2fafa3}.footer{height:200px;background-color:#2fafa3}.footer{height:200px;background-color:#2fafa3}.footer{height:200px;background-color:#2fafa3}.footer{height:200px;background-color:#2fafa3}nav{color:#000000}nav a{color:#24323d;}nav a:hover{color:#238e84;}.bg-nav {background-color: #ddf3f3 !important;}nav .fa-bars{color:#000000;}.logofluid1{max-height:125px;}
@media only screen and (max-width:450px){.logofluid1{max-width:150px;width:100%;}}
.navbar-toggler,.navbar-toggler .fa-bars{color:#24323d}

@media only screen and (max-width:405px) {
.navbar-toggler{margin:auto;}
.navbar-brand{margin:auto;}
}.section1367{background-color:#CCCCCC;height:2px;}.section1924{background-image:url(../images/bg-chair-26221105346.jpg);background-size:cover;background-position:center center;;padding:30px 0;}.section1924 .btn{background-color:#ddf3f3;color:#24323d}.section1924 .btn:hover{color:#238e84}.section1924 h1{color:#24323d;font-size:3vw;}.section1924 h2{color:#238e84;font-size:1vw;}.section1924 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1924 h1{font-size:4vw;}.section1924 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1924 h1{font-size:6vw;}.section1924 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1924 h1{font-size:10vw;}.section1924 h2{font-size:7vw;}}.section1342{background-color:#f1ffff;}.section1368{background-color:#EEEEEE;}.picturesection1368{background-image:url(../images/psychotherapy-session-24101034547.jpg);}.background-holder1368.background-right {left: auto;right: 0;}.background-holder1368 {position: absolute;width: 100%;min-height: 100%;top: 0;left: 0;background-size: cover;background-position: center;overflow: hidden;will-change: transform, opacity, filter;-webkit-backface-visibility: hidden;backface-visibility: hidden;ackground-repeat: no-repeat;}.section1368 .btn{background-color:#24323d;color:#ffffff;}.section1368 .btn:hover{background-color:#17303c;}.section1369{background-color:#ffffff;}.rounded-circle{border-radius: .25rem!important;}.section1923{background-color:#CCCCCC;height:2px;}.section1910{background-color:;}.section1911{background-color:;}.section1912{background-color:;}.section1913{background-color:;}.section1914{background-color:;}.section1915{background-color:;}.section1916{background-color:;}.section1917{background-color:;}.section1918{background-color:;}.section1919{background-color:;}.section1920{background-color:;}.section1839{background-color:#CCCCCC;height:2px;}.section{background-color:;}.section1841{background-color:;}.section{background-color:;}.section1889{background-color:;}.section1892{background-color:;}.section1896{background-color:;}.section1898{background-color:;}.section1900{background-color:;}.section1899{background-color:;}.section{background-color:;}.section{background-color:;}.section1903{background-color:;}.section{background-color:;}.section1904{background-color:;}.section{background-color:;}.section1907{background-color:;}.section1909{background-color:;}.section{background-color:;}.section1891 img{width:65px;}.accordion{background-color:#eee;color:#444;cursor:pointer;padding:18px;margin-bottom:0px;width:100%;border:none;text-align:left;outline:0;font-size:15px;transition:.4s}.accordion:hover,.accactive{background-color:#ccc}.accordion:after{content:'\002B';color:#777;font-weight:700;float:right;margin-left:5px}.accordion.accactive:after{content:"\2212"}.helppanel{padding:0 18px;background-color:#fff;max-height:0;overflow:hidden;transition:max-height .2s ease-out;color:#696969;font-family:arial,helvetica,sans-serif}.section1374{background-color:#CCCCCC;height:2px;}.rounded-circle{border-radius: .25rem!important;}.section1375{background-color:#CCCCCC;height:2px;}.form-group{margin-bottom: 1rem;}.moveout{position:absolute;left:-3000px;top:-3000px;}.formdesc{font-weight: 400;font-size: 1.25rem}.section1348 .row{margin:0 -15px;}.btn1348{background-color:#395469;color:#ffffff}.section1376{background-color:#CCCCCC;height:2px;}.section1353{background-color:#c9e4e7;color:black;line-height: 175%;}.facebook{background-color:#3b5998;color:#FFF;width:100%;max-width:100px;text-align;center}.facebook:hover{background-color:#2b4988;}.twitter{background-color:#1bb2e9;color:#FFF;width:100%;max-width:100px;text-align;center}.twitter:hover{background-color:#0092c9;}.section1353 a{color:black;font-weight:bold;}.active {background-color: #e1d5e7;}
.p-sm-6 {padding: 3rem !important;}
.accordion{background-color: #37505c;color:#FFF;}
.accordion:hover{background-color: #7a5c61;}
.accactive {background-color: #37505c;}
.nav-item{padding-left:5px;padding-right:5px;}
.card-columns .card{background-color:#c9e4e7;}
.nav-link{font-weight:normal;font-size:18px;}
.pointer{cursor:pointer;}
.section1924 .btn {background-color:#343a40 !important;color:#FFF !important;}
.section1924 .btn:hover {background-color:#212529 !important;color:#FFF !important;}
