/*******************************************
********************************************
RESPONSIVE STYLES */

body:not(.desktop) * {
  background-attachment: scroll !important;
}
@media screen and (max-width: 1250px){
	#nav-bar #phone {
		display: none;
	}	
	.menu-btn {
		margin: 0px 15px;
	}
}
@media screen and (max-width: 1155px){
	#nav-bar,#about > .cell,.about-full-box{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#nav-bar .page > .cell:first-child{
		width: 30%;
	}
	.logo{
		left: 0;
	}
	.fb-post:after{
		top: inherit;
		left: 19px;
		bottom: 19px;
	}
}
@media screen and (max-width:1050px) { 
	.nav-btns > a:not(:last-child) {
		display: none !important;
	}	 
}
@media screen and (max-width:1000px) { /* Target Screen Width */
	.logo,.fixed .logo{
		width: 100%;
		height: 89px;
		background-size: 100%;
		min-width: 240px;
		background-size: contain !important;
	}
	a#login{
		margin-right: 30px;
	}
	#gallery > .cell{
		background: none;
	}
	
	#gallery .galleries .gal-box {
  	margin-left: 0px !important;
	}
	
	.gal-split {
  	display: block;
  	width: 100%;
  	height: 30px;
	}
	
}
@media screen and (max-width:900px) {
	a#phone{
		display: none;
	}
	.specialist-info .slick-slider{
		height: 100%;
	}
	.specialist-info .slick-list{
		overflow-y: auto;
		max-height: 330px;
	}
	#specialists h3{
		padding-right: 20px;
	}
	#specialists p{
		padding-right: 20px;
	}
	#faq_full > .cell:first-child,
	#menu > .cell:first-child{
		width: 35%;
	}
	.fb-post img{
		height: 100%;
	}
	.banner > .cell:after, #menu > .cell:first-child:after{
		content: none;
	}
	.fb-post img{
		height: auto;
	}
	.fb-post-text p{
		display: none;
	}
	#resources .page:last-child{
		background: #ffffff;
	}
	#specialists > .cell {
  	padding-bottom: 30px;
	}
	
	#specialists .cell {
    height: 100% !important;
  }
  
  .tabs li a {
    font-size: 12px;
    line-height: 16px;
  }
  
  .tabs,
  .tabs li {
    height: 100px;
  }
  
  #choose-tab {
    margin-top: 0px;
  }
  
  #specialists .staff-modal h3 {
	  font-size: 28px;
	  line-height: 1;
  }
  #specialists .staff-modal h3 span {
	  font-size: 21px;
	  padding: 0;
	  margin-top: 10px;
  }
  #specialists .staff-modal h3 span:after {
	  display: none;
  }
}


@media screen and (max-width:770px) { /* Tablet View */
	/* iOS Clicking Fix */
	body {
		cursor: pointer;
	}
	#specialists .photo{
		width: 40%;
	}
	#specialists .photo img{
		width: 100%;
		height: auto;
	}
	.photo-spec-slider{
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		z-index: 0;
		margin-top: 0;
	}
	#faq .btn{
		display: block;
		margin: 20px auto 0;
		width: 200px;
	}
	
	.banner-text h2 + span {
  	padding-left: 20px;
  	padding-right: 20px;
	}
	
	.banner > .cell {
  	position: relative;
	}
	
  .staff-member { 
    width: 40%;
  }
  
  .staff-member:nth-child(odd) {
    margin-left: 0px !important;
  }
  
  .staff-member:nth-child(n+3) {
    padding-top: 20px;
  }
  
  #all-staff > .table > .cell {
    padding-bottom: 50px;
  }
  
  .staff-modal .flexbox > div:first-child {
	  margin-top: 0;
	  height: auto;
	  min-width: 280px;
  }
  
  .tabs-wrapper > div > a {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
  }
  
  .selectBox {
    display: block;
  }
  
  #choose-tab {
    display: none;
  }

  #gallery .img-box .img-overlay {
    opacity: 1;
  }

  footer .no-show {
    display: none;
  }

  #footer,
  #footer * {
    text-align: center !important;
  }

  #footer > p > span {
    display: block;
  }
  
  #footer > p > a {
/*     display: block; */
    padding: 15px 0px 0px;
  }
  
  #footer {
    padding: 18px 15px
  }
  
  #faq-full > .cell:first-child {
    display: none;
  }
  
  #faq-full .faq-right .scroll {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 115px !important;
  }
}

@media screen and (max-width:670px) { /* Phone View */
	.menu-btn {
		margin: 0px;
	}
	.logo {
	   background-size:contain !important;
		 height:44px !important;
		 min-width:185px !important;
	}
	#about .page .cell:first-child,#about .page .cell:last-child{
		display: block;
		width: 100%;
		padding: 0;
	}
	#about > .cell{
		padding: 45px 20px 85px;
	}
	#about h1{
		text-align: center;
	}
	#about h1 br {
  	display: none;
	}
	.banner > .cell:before{
	  bottom: -80px;
    -webkit-transform: scale(0.6);
    -moz-transform:    scale(0.6);
    -ms-transform:     scale(0.6);
    -o-transform:      scale(0.6);
    transform:         scale(0.6);
	}
	#about h1{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#about h1:before{
		left: 50%;
		margin-left: -91px;
	}
	#specialists  .cell{
		height: auto;
	}
	#specialists .photo{
		display: block;
		width: 100%;
		max-width: 355px;
		margin: 0 auto;
		padding-top: 20px;
		overflow: hidden;
	}
	.specialist-info .slick-list{
		max-height: 100%;
	}
	#specialists .slick-arrow{
		bottom: inherit;
		top: -100px;;
	}
	#specialists .slick-prev{
		left: 20px;
	}
	#specialists .slick-next{
		left: inherit;
		right: 20px;
	}
	.specialist-info{
		padding: 25px 20px;
	}
	#resources .nav-prev{
		left: 20px;
	}
	#resources .nav-next{
		right: 20px;
	}
	#contact .page > .cell:first-child,
	#contact .page > .cell{
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	#contact .page > .cell.info{
		padding-top: 25px;
		text-align: center;
	}
	#faq .cell{
		height: auto;
		padding: 20px;
	}
	#nav-bar{
		padding-top: 0;
	}
	a#login,
	.header-forms {
		float: right;
    font-size: 12px;
    height: 70px;
    letter-spacing: normal;
    line-height: 14px;
    margin: 0 0 0 8px;
    overflow-wrap: break-word;
    padding: 19px 8px;
    position: relative;
    text-align: center;
    white-space: normal;
    width: 80px;
	}
	.menu-btn {
    display: inline-block;
    padding: 28px 15px 18px;
    vertical-align: middle;
    width: auto;
		background-color:#405A89;
		height:70px;
  }
	.menu-btn span {
    width:38px;
		background-color:#FFF !important;
	}
	.fixed .nav-items {
		padding-top: 0px;
	}
	#nav-bar {
	  padding-right: 0px !important;
	}
	#nav-bar{
		height: 70px !important;
		background-color:#FFF !important;
	}
	.logo, .fixed .logo{
		top: 10px;
		height: 70px;
	}
	.logo {
	  background-image: url("../images/layout/logo_dark.png") !important;
	}
	#appointment > .cell:before{
		content: none;
	}
	#resources > .cell{
		padding: 25px 0;
	}
	#faq_full .faq-right .scroll{
		padding: 120px 20px 30px;
	}
	#faq_full .faq-left{
		background-position: center 70px;
	}
	#gallery > .cell{
		padding: 25px 0;
	}
	.about-full-box{
		padding-top: 120px;
	}
	.close-btn{
		top: 95px;
	}
	#contact > .cell{
		padding: 25px 0;
	}
	.banner-text {
  	padding-bottom: 0px;
  	vertical-align: middle !important;
	}
	
	.split > ul > li {
  	width:100% !important;
	}
	#contact-form .sbSelector {
    line-height: 15px;
    padding-right: 30px;
    padding-top: 10px;
	}
	
	.close-staff {
		position: fixed;
		right: 20px;
	}
	.staff-modal .staff-modal-content {
		height: 100%;
		overflow: auto;
	}
	.staff-modal .flexbox {
		flex-wrap: wrap;
	}
	.staff-modal .flexbox > div:first-child {
		border-radius: 50%;
		margin: 50px auto 0;
		height: 200px;
		min-width: 200px;
		width: 200px;
	}
	.staff-modal .flexbox > div:last-child {
		height: 100%;
		padding: 30px;
	}

	
}
@media screen and (max-width:550px){
  #gallery > .cell {
    padding-left: 30px;
    padding-right: 30px;
  }

  #gallery .galleries .gal-box {
    width: 100%;
    min-width: 100%;
  }

}
@media screen and (max-width:480px){
	p{
		font-size: 16px;
	}
	.banner-text h2{
		font-size: 35px;
	}
	#nav-bar{
		padding-left: 10px;
		padding-right: 10px;
	}
	 #menu > .cell:first-child{
		 width: 15%;
	 }
	 #menu nav li{
		 padding-bottom: 20px;
	 }
	 #specialists .slick-prev{
		left: -15px;
		border-color: #061e39 !important;
		background-color: #061e39;
	 }
	 #specialists .slick-next{
		 right: -15px;
		 border-color: #061e39 !important;
		 background-color: #061e39;
	 }
	#specialists .slick-arrow.slick-next:hover,
	 #specialists .slick-arrow.slick-prev:hover{
		 border-color: #9f7c68 !important;
	}
	#appointment h3{
		font-size: 30px;
	}
	#appointment h3 span{
		font-size: 50px;
	}
	h3.compl-title{
		font-size: 24px;
	}
	#resources .nav-prev{
		left: 0;
	}
	#resources .nav-next{
		right: 0;	
	}
	#faq h3{
		line-height: 45px;
	}
	#faq_full > .cell:first-child{
		width: 0;
	}
	.box-toggle .head-toggle{
		padding-left: 50px;
		padding-top: 0;
		font-size: 16px;
	}
	.box-toggle .head-toggle span{
		margin-right: 7px;
		width: 40px;
		height: 40px;
	}
	.box-toggle .open-toggle .head-toggle span::before{
		line-height: 40%;
	}
	.box-toggle .head-toggle span::before{
		line-height: 60%;
	}
	.box-toggle .content-toggle{
		padding-left: 0;
	}
	#gallery .page .cell{
		display: block;
		padding-bottom: 25px;
	}
	#gallery .page > .cell:first-child{
	padding-right: 0;
}
	#gallery .page > .cell:last-child{
		padding-left: 0;
	}
	.fb-post-text .link{
		font-size: 12px;
	}
	.fb-post-text{
		padding: 10px;
	}
	.fb-post-text h4{
		margin-bottom: 10px;
	}
	.fb-post:after{
		content: none;
	}
	#appointment h3 + p{
		font-size: 21px;
	}
	form .cell{
		display: block;
		height: auto;
	}
	form .cell.space{
		display: none;
	}
	form .input{
		margin-bottom: 0;
	}
	form input[type="checkbox"]:not(checked) + label{
		line-height: 24px;
	}
	.slick-arrow.slick-prev, .slick-arrow.slick-next, .nav-arrow{
		width: 40px;
		height: 40px;
	}
	.close-btn{
		top: 85px;
		right: 10px;
	}
	.tab-item a{
		padding: 20px 30px 19px 11px;
	}
	
	#menu > .cell:first-child {
	  display:none;
	}
	
	#menu nav .close-menu {
	  top:28px;
	}
	
	#menu nav {
	  padding:0px 20px 0px 30px;
	}
	
	.banner-text h2 {
    line-height: 42px;
  }
  
  .tabs-wrapper {
    padding: 22px;
  }
  
  .tabs-wrapper > div > a {
    background-position: right 10px top 50%;
    padding: 20px 35px 19px 11px;
  }
  
  .tabs-wrapper > div > a:last-of-type {
    margin-bottom: 0px !important;
  }
  
  #footer .mobile-shift {
    display: block;
  }
  
  #faq-full .faq-right .scroll {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  
}

@media screen and (max-width:420px){
  #team {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .staff-member {
    width: 100%;
    margin: 0 !important;
    padding-top: 20px !important;
  }
  
  #gallery > .cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #gallery > .cell > p {
    padding: 0px 22px;
  }
  
  .header-forms {
	  display: none;
  }
  
}


@media screen and (max-width:380px){
  .agreement {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 10px;
  }
}


@media screen and (max-width:350px) {
	.banner-text h2{
		font-size: 30px;
	}
	.banner-text h2 span{
		font-size: 62px;
	}
	.logo, .fixed .logo{
		min-width: 200px;
	}
	.about-full-box h2{
		font-size: 24px;
	}
	
	.menu-btn {
  	padding: 28px 10px 18px;
	}
	
	a#login,
	.header-forms {
  	margin: 0px;
  	padding: 19px 6px;
  	font-size: 10px;
  	width: 60px;
	}
	
	.logo {
  	min-width: 170px !important;
	}
	
	#contact .info > div > .find-a-location {
    max-width: 90%;
    padding-left: 42px;
  }
  
  #contact .info > div > .locations-list > li > p {
    padding: 0px 24px;
  }
	
	#contact-form .sbSelector {
    padding-top: 5px;
	}
	.g-recaptcha {
    transform: scale(.92);
    left: -10px;
    position: relative;
	}


}


@media screen and (max-height:470px) {
	.close-staff {
		position: fixed;
		right: 20px;
	}
	.staff-modal .staff-modal-content {
		height: 100%;
		overflow: auto;
	}
}