body {
background-color: #ffffff;
	background-size: cover;
	
	background-repeat: no-repeat;
font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height: 28px
}

.clearfloat {
	clear:both;
}


a {
   color: #036d4a;
  text-decoration: none;
}
a:hover {
 color: #039364;
}
.container {
	margin: 0;
	padding: 0;
	width:100%;
	position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*overflow-y: hidden;*/
	
	

}



.container .logo {
	width: 100%;
	max-width:1400px;
	margin: 0 auto;
	visibility:visible;
	display:block;
	
}

.container .mobi-hdr {
	visibility:hidden;
	display:none;
}

.container .mobi-hdr img {
	width:0;
	height:auto;
}

.container .logo img {
	width:100%;
	height:auto;
}



.container.menu-open {
  position: relative;
	
  /*right:230px;*/
  -webkit-transform: translate(-230px, 0);
  -moz-transform: translate(-230px, 0);
  -ms-transform: translate(-230px, 0);
  -o-transform: translate(-230px, 0);
  transform: translate(-230px, 0);
  /*      .animation( open 0.6s linear once); */
  overflow-y: visible;
}
.container #nav {
  font-family: 'Montserrat', sans-serif;
  background-color:#ffffff;	
 
  text-align: center;
  margin: 0;


}
.container #nav.open .bars .bar1 {
  -webkit-transform: rotate(45deg) translate(8px, 7px);
  -moz-transform: rotate(45deg) translate(8px, 7px);
  -ms-transform: rotate(45deg) translate(8px, 7px);
  -o-transform: rotate(45deg) translate(8px, 7px);
  transform: rotate(45deg) translate(8px, 7px);
}
.container #nav.open .bars .bar2 {
  opacity: 0;
}
.container #nav.open .bars .bar3 {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
  -moz-transform: rotate(-45deg) translate(7px, -6px);
  -ms-transform: rotate(-45deg) translate(7px, -6px);
  -o-transform: rotate(-45deg) translate(7px, -6px);
  transform: rotate(-45deg) translate(7px, -6px);
}
.container #nav li {
  display: inline-block;
	margin:0;
	padding:0;
	
	
}
.container #nav li.bars {
  display: none;
  position: absolute;
  left: -80px;
  top: 0;
  cursor: pointer;

  padding: 15px 15px 10px;
}

.nomobile {
	visibility:hidden;
	width:0;
	padding:0;

}

.nodesk {
		visibility:visible;
	font-size:18px;
	font-weight:400;
	color:#036d4a;
	}

.container #nav li.bars .bar1,
.container #nav li.bars .bar2,
.container #nav li.bars .bar3 {
  width: 40px;
  height: 5px;
  background: #036d4a;
  margin-bottom: 5px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.container #nav li a {
  display: block;
 line-height:28px;
	color:#848484;
  font-size: 16px;
	
  padding: 0 25px;
  border: 2px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container #nav li a:hover {
 color:#036d4a;
}


.hp-header img{
	width:100%;
	height: auto;
	margin-top:20px;
	padding:0;
}

.hidey-ho {
	visibility:visible:
}




.box {
  width: 95%;
  max-width: 1500px;
	background: linear-gradient(#ebebeb, #ffffff, #ffffff);

  text-align: center;
  position: relative;
  /*top: 45px; */
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  
  padding: 30px;
  box-sizing:border-box;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}

.box .space-cadet {
	width:100%;
	height:60px;
}

.box span {
	font-weight:300;
	color:rgb(59,85,97);
}

.box img {
	width:100%;
	height:auto;
}
.box h1 {
font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 32px;
	color:#848484;
  margin: 10px 0 10px 0;
	
}

.box h2 {
font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 28px;
	color:#848484;
  margin: 0 0 30px 0;
	
}

.box h3 {
	font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 24px;
	color:#000000;
  margin: 20px 30px;
	text-align:left;
	
	
}

.box ul {
    list-style: square url("../images/green-diamond.png");
	line-height:30px;
}

.box li{
	text-align:left;
	margin:0 50px;
}

.box p {
	text-align:left;
	margin:0 30px;
	font-size: 18px;
}

.headshot {
	max-width:250px;
	margin-left:1.89%;
	width:20%;
	/*margin-top:30px; */
}

.headshot img {
	width:100%;
	height:auto;
}

.bio-set {
	padding:40px;
	box-sizing: border-box;
	text-align:left;
}
.bio-set span{
	font-size:19px;
	font-weight:300;
	letter-spacing:-1px;
}

.bio {
	margin-left:40px;
	max-width:700px;
	width:70%
}

.col-46-67p{
	width:46.67%;
}

.col-2-33p {
	width:2.33%;
}

.col-2p {width:2%;}

.headshot, .bio, .map-box, .addresses, .col-36-6p, .col-60p, .col-58p, .half-p, .half-p-l, .col-46-67p, .col-2-33p, .col-2p {
	min-height: 1px;
	margin-top:40px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    float: left;

}

.pic-captions {
	position:absolute;
	bottom:15px;
	width:100%;
	background-color: rgba(250,250,250,0.60);
	font-size:18px;
	line-height:36px;
	text-align:center;
	
}



.footie {
	width:100%;
	margin-top:0;
	background-color:#036d4a;
	padding:20px 0;
	color:#ffffff;
	box-sizing:border-box;
}

.footie .loc {
	font-size: 18px;
	line-height: 30px;
	text-align:center;
}

.footie .loc img {
	width:53px;
	height:24px;
	margin:24px 0;
	position:relative;
	
}

.footie .loc span {
	font-size:24px;
	color:#ffffff;
}





.footie .cright {
	font-size: 12px;
	line-height:24px;
	text-align:center;
	margin-top:30px;
}

.footie .social {
	width:120px;
	margin:20px auto;
}

.footie .social span { 
	width:10px;
	min-height:1px;
	display:inline;
}

.footie .social img{
	margin: 0 6px;
	width:48px;
	height:48px;
	display:inline;
}


hr.style18 { 
  	width:100px;
	height: 30px; 
  	border-style: solid; 
  	border-color: #8c8b8b; 
  	border-width: 1px 0 0 0; 
  	border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}

hr.hrstyle-1 {
	width:200px;
	border-top: 2px solid rgba(59,85,97,0.50);
	margin: 30px auto 30px auto;
	
}

.cigna {
	width:125px;
	height:auto;
	margin:0 auto;
}

.appts {
	margin-top:50px;
}

.mar-rt {
	margin-right:2%;
}

.phonie {
	text-align: center;
	font-weight:600;
}

.map-box {
	width:300px;
	height:225px;
	margin: 0 0 0 100px;
}

.addresses {
	width:300px;
	margin-left:40px;
}

.col-60p {
	width:60%;
}

.col-58p {
	width:58%;
}

.col-36-6p {
	width:36.6%;
	margin-left:2%;
}

.half-p {
	width: 30%;
	margin-top:40px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.half-p-l {
	width: 22%;
	margin-top:40px;}

.hammy img{
	width:20px;
	height:auto;
}

/* Begin Form Styles */

* {
  position: relative;
  box-sizing: border-box;
  outline: none;
}

/* Form opened styles */
.form.active {
  padding: 24px;
  background: #355260;
  border: 6px solid #ebcf6e;
  box-shadow: 0px 30px 20px -20px rgba(0,0,0,0.3);
  overflow: hidden;
  width: 320px;
  height: 380px;
  -webkit-animation: openForm 1.4s;
  -webkit-animation-timing-function: cubic-bezier(0.9, 0.1, 0.1, 0.9);
  animation: openForm 1.4s;
  animation-timing-function: cubic-bezier(0.9, 0.1, 0.1, 0.9);
}
.form.active * {
  top: 0;
  opacity: 1;
}
.form.active::after,
.form.active::before {
  opacity: 0;
}
.submit {
  top: 0;
  opacity: 1;
  width: 160px;
  padding: 8px;
  text-align: center;
  margin: 24px auto 0 auto;
  background: #ebcf6e;
  cursor: pointer;
  text-transform: uppercase;
  color: #355260;
  box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px 0px 0px rgba(0,0,0,0.5) inset;
  -webkit-transition: all 1.1s 1s ease;
  transition: all 1.1s 1s ease;
}
input,
textarea {
  top: 0;
  display: block;
  width: 100%;
  
  padding: 10px;
  background: #fefefe;
  margin: 12px 0 0 0;
  font-style: italic;
  border: 2px solid #bbb;
}
input {
  top: 0;
}
input:nth-child(1) {
  -webkit-transition: all 0.5s 1s ease;
  transition: all 0.5s 1s ease;
}
input:nth-child(2) {
  -webkit-transition: all 0.7s 1s ease;
  transition: all 0.7s 1s ease;
}
textarea {
  top: 0;
  opacity: 1;
  max-height: 100px;
  -webkit-transition: all 0.9s 1s ease;
  transition: all 0.9s 1s ease;
}
h5 {
  top: 0;
  opacity: 1;
  text-align: center;
  font-size: 24px;
  
  
  -webkit-transition: all 0.3s 1s ease;
  transition: all 0.3s 1s ease;
}
/* Form closed styles */
.form {
  width: 64px;
  height: 64px;
  background: #355260;
  border: 6px solid #ebcf6e;
  box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.3);
  cursor: pointer;
  overflow: hidden;
}
.form * {
  top: -12px;
  opacity: 0;
}
.form::before,
.form::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 1;
  left: 10px;
  z-index: 100;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: scale(0.9999, 0.9999);
  transform: scale(0.9999, 0.9999);
}
.form::before {
  top: 15px;
  -webkit-transform: perspective(1000) rotateX(0deg);
          transform: perspective(1000) rotateX(0deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  border-top: 11px solid #fff;
  border-right: 16px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid transparent;
}
.form::after {
  top: 17px;
  border-top: 11px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 11px solid #fff;
  border-left: 16px solid #fff;
}
.form:hover::before {
  -webkit-transform: perspective(1000) rotateX(180deg);
          transform: perspective(1000) rotateX(180deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
/* ok mes */
.ok_message {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background: #6c4a27;
  z-index: 100;
  -webkit-transform: scale(0, 0) rotate(-90deg);
  transform: scale(0, 0) rotate(-90deg);
  -webkit-transition: all 0.5s 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
  transition: all 0.5s 0.3s cubic-bezier(0.9, 0.1, 0.1, 0.9);
  line-height: 64px;
  text-align: center;
  cursor: pointer;
}
.ok_message span {
  text-transform: uppercase;
  font-size: 16px;
  color: #cb9a4b;
  opacity: 0;
  -webkit-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  -webkit-transition: all 0.6s 0.4s ease;
  transition: all 0.6s 0.4s ease;
}
.ok_message.active {
  width: 320px;
  margin-left: -160px;
  -webkit-transform: scale(1, 1) rotate(0deg);
  transform: scale(1, 1) rotate(0deg);
}
.ok_message.active span {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  left: 0px;
}
@-webkit-keyframes openForm {
  0% {
    width: 64px;
    height: 64px;
  }
  50% {
    width: 320px;
    height: 64px;
  }
  100% {
    width: 320px;
    height: 400px;
  }
}
@keyframes openForm {
  0% {
    width: 64px;
    height: 64px;
  }
  50% {
    width: 320px;
    height: 64px;
  }
  100% {
    width: 320px;
    height: 380px;
  }
}



@media only screen and (max-width: 1000px) and (min-width: 801px) {
	.map-box, .addresses {
		margin:20px auto;
		
	}
	
	.addresses h2 {
		text-align:center;
	}
	
	.addresses p {
		text-align:center;
	}
	
	.map-box, .addresses {
		float:none;
	}
}
	
	
	



@media screen and (max-width: 800px) {
	
	body {
		font-size:18px;
		line-height:30px;
	}
	
	
	.container .logo {
		width:0;
		visibility:hidden;
		display:none;
	
}

.container .mobi-hdr {

	visibility:visible;
	display:block;
	width:100%;
}
	
	.container .mobi-hdr img {
	width:100%;
	height:auto;
}


  
  .box {
    width: 100%;
  }
	
	

	
  .container #nav {
    width: 230px;
    max-width: 480px;
    height: inherit;
    position: absolute;
    top: 0;
    right: -230px;
	 
	 
	
	
  }
	
	
	
	
  .container #nav li.bars {
    display: block;
  }
	
	.container #nav li a{
		
	}	
	
  .container #nav li a:hover {
    
    color: #72acac;
	 
	
  }
	
	.ima-box, .intro-box {
		float:none;
		margin: 30px auto;
		width:50%;
	}
	
	.intro-box {
		
		
	}
	
	.hidey-ho {
	visibility:hidden;
		height:1px;
}

	
	.box {
		width:95%;
		padding:30px 0px;
  box-sizing:border-box;
	}
	
	.box li {
		margin:0 15px;
	}
	
	.nomobile {
	visibility:visible;
		width:100%;
		padding:inherit;
}
	
	.nodesk {
		visibility:hidden;
	}
	
	.headshot {
		margin:20px auto;
		width:100%;
	}
	
	.bio {
		margin:0 auto;
		width:100%
		
	}
	
	.map-box, .addresses {
		margin:20px auto;
		
	}
	
	.addresses h2 {
		text-align:center;
	}
	
	.addresses p {
		text-align:center;
	}
	
	.headshot, .bio, .map-box, .addresses {
		float:none;
	}
	
	.container #nav li a {
		margin:12px 0;
		
	}
	
	.col-46-67p, .col-2-33p, .col-2p .half-p, .half-p-l{
	width:100%;
		float:none;
		margin-top:0;
}
	
	
	
	
	.col-58p {
		margin:none;
	}

.col-36-6p {
	width:70%;
	margin:10% auto;
	float:none;
}
	
	.half-p-l p {
		text-align:center;
	}
	
	.half-p-l h3{
		text-align:center;
	}
	
	
}
