html,body
{
	width:100%;
	height:100%;
	margin-right:auto;
    margin-left:auto;
	/* IE10 Consumer Preview */ 
	background-color:#0C4A60;
	color: #000000;
 }

h2
{
	color:#4547e7;
}

.tk-hummingbird
{
	font-family: "hummingbird",sans-serif;
font-style: normal;
font-weight: 700;
}


.wrapper
{
	background-color:#E0DCDA;
	overflow:auto;
	width:960px;	
	font-family:arial;
    margin-right:auto;
    margin-left:auto;
    position:relative;
    
}

.header
{
	width:960px;
	height:130px;
	background-color:#a7bac8;
	
}

.headerinfo
{
    position:absolute;
	color:#ffffff;
	width:auto;
    height:auto;
    right:20px;
    top:20px;
}

.headerinfo2
{
	position:absolute;
	text-align:right;
	color:#ffffff;
    width:auto;
    height:auto;
    right:20px;
    top:70px;
}

img.logo 
{
	width: auto;
	height: 120px;
	padding: 10px 10px 0px 30px;
	float: left;
}

.imagegallery 
{
	width:170px; 
    float:left; 
    margin:6px
}

.imagegallery 
{
    	opacity:0.8;
		-moz-box-shadow: 3px 3px 1px #000;-webkit-box-shadow: 3px 3px 4px #000;box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.imagegallery:hover 
{
	opacity:1;
}

.hoverbold:hover
{
    font-weight:bold;
}

/*#staffprofiles
{
	text-align:left;
	width:100%;
    font-size:1em;
	margin: 50px 200px 50px 50px;
}*/

.content
{
	margin: 30px;
	padding: 20px 30px;
}

.content_staff
{
	margin: 20px 80px 20px 80px ;
	padding: 20px;
}

#services_page
{
    text-align:left;
	float:right;
	overflow:auto;
	width:780px;
    font-size:.8em;
}

.profile
{
	margin-left:115px;
	margin-right:24px;
	font-size:.8em;
}

.profilepic
{
	width:100px;
	float:left;
}
/*
.services
{
    margin-right:50px;
}*/

hr
{
	color: #696969;
	padding:.5px;
	width:640px;
	margin-left:110px;
}

#primary_nav_wrap
{
	
	width:960px;
	/*margin-top:15px;*/
	float:left;
	background-color:#a7bac8;
}

#primary_nav_wrap ul
{
	
	list-style:none;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	text-decoration:none;
	font-weight:700;
	font-size:16px;
	line-height:36px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
		
	
}

#primary_nav_wrap ul li a
{
	display: block;
  	text-decoration: none;
	color:#ffffff;	
}

#primary_nav_wrap ul li.current-menu-item
{
	background-color:#ee6b33;
}


#primary_nav_wrap ul li:hover
{
	background-color:#656667;
	
}

#primary_nav_wrap ul a:hover
{
	color:#ffffff;
	
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#a7bac8;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
}

a
{
	text-decoration:none;
	font-size:medium;
}

/*----- Accordian ----- */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
} /* -----  END Accordian ----- */


div.partners
{
	background-color: #e5e4e4;
	padding: 25px 20px 20px 20px;
}

img.partners
{
	float: left;
	margin: 0px 20px 0px 0px;
}

/* -----Appt button ----- */
.button {
    background-color: #ee6b33; /* Orange */
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	border-radius: 8px;
}

.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
} /* ----- END appt button ----- */

/* ----- MAP settings ----- */
.map
{
	width: 430px;
	margin: auto;
	padding: 20px;
}/* ----- END of map settings ----- */


/* ----- GALLERY settings ----- */
* {
  box-sizing: border-box;
}

.row > .column {
  padding: 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 70px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


/* ----- END of style for gallery -----*/

.footer
{
	background-color:#656667;
	text-align:center;
	color: #FFFFFF;
}

.footer a
{
	text-decoration:none;
	font-size:medium;
	color:#FFFFFF;
}

.footer a:hover
{
	text-decoration:underline;
}