@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------------------------
BOOTSTRAP OVERWRITES
   ------------------------------------------------------------------ */

iframe {
	width:100%;
}
body {
	font-family: proxima-nova, "Helvetica Neue", Roboto,  Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 19px;
	line-height: 1.52857143;
	color: rgba(0, 0, 0, 0.87);
	background-color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: 300;
	width: 100%;
	height: 100%;
	margin-top: 0!important;
}
body.overflow-horiz {
	overflow-x:hidden;
}
#the-content {
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.print {
	display:none;
}
#the-content.slide-nav {
	    -webkit-transform: translateX(-600px);
	    transform: translateX(-600px);
	    -webkit-transition: all ease-in-out 0.3s;
	    transition: all ease-in-out 0.3s;
	    min-height: 100%;
	    position: relative;
	    outline: 1px solid rgba(0,0,0,0);
	    z-index: 10;
	    -webkit-box-shadow: 13px 0px 60px -10px rgba(0, 0, 0, 0.08);
	    box-shadow: 13px 0px 60px -10px rgba(0, 0, 0, 0.08);
}
#the-content.slide-menu {
	    -webkit-transform: translateX(50%);
	    transform: translateX(50%);
	    -webkit-transition: all ease-in-out 0.3s;
	    transition: all ease-in-out 0.3s;
	    min-height: 100%;
	    position: relative;
	    outline: 1px solid rgba(0,0,0,0);
	    z-index: 10;
	    -webkit-box-shadow: -13px 0px 60px -10px rgba(0, 0, 0, 0.08);
	    box-shadow: -13px 0px 60px -10px rgba(0, 0, 0, 0.08);
}
 a {
	    border-bottom: 1px dotted #777;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
	/* background: url('../images/ring.svg') 50% 50% no-repeat rgb(249,249,249); */
}
.loading {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  border: .3rem solid transparent;
  border-top-color: #00703c;
  margin: auto;
  position: absolute;
  top:calc(50% - 120px);
  left:calc(50% - 60px);
  -webkit-animation: spin 1s infinite ease-in-out;
  animation: spin 1.2s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
em {
	font-style:italic;
}
a {
	color: #00703c;
	text-decoration: none;
	/* text-overflow: clip; */
	/* overflow-wrap: break-word; */
}
a:hover, a:focus {
	color: #9066FF;
	/* border-bottom:none; 
	cursor: pointer;
	text-decoration:none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
a:hover, a:active, a:focus {
	outline:0px none;
	text-decoration: none;
	/* border-color: transparent; */
	text-decoration: none;
}
p {
	margin: 0 0 15px;
}
p a {
	color: #00703c;
	border-bottom: 1px #CCC dotted;
	text-decoration: none;
}
	p a:hover {
		color: #33f;
		border-bottom: 1px rgb(61, 61, 245) dotted;
		text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: proxima-nova, "Helvetica Neue", Roboto,  Helvetica, Arial, "Lucida Grande";
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
h2 {
	font-size: 2em;
	color: #656565;
	font-weight: 500;
}
h3 {
	font-size:28px;
	font-weight:500;
}
h4, .h4 {
	/* line-height: 1em; */
	margin: 0px 0px 1em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
h5, .h5 {
	font-size: .8em;
	line-height: 1.2em;
	color: rgb(65, 65, 65);
	margin: 0px 0px 1em;
}
h5 em, .h5 em {
	font-size:.9em;
}
h6, .h6 {
	font-size: 12px;
}
th.metasearchsubmit {
	display:none;
}
blockquote {
    padding: 10px 30px;
    margin: 30px 0 30px;
    font-size: 17.5px;
    font-style:italic;
    border-left: 5px solid #eee;
}
.loader-logo {
	position:fixed;
	bottom: 50px;
	left:calc(50% - 35px);
}
.practice-main-details a {
	/* overflow-wrap: break-word; */
	/* border-bottom: 1px dotted #ddd; */
}
.practice-main-details a.btn {
	overflow-wrap: break-word;
	border-bottom: 1px solid;
}
.practice-main-details a.btn.continue-reading-btn, .practice-main-details a.btn.continue-reading-btn-two {
	border: 1px solid rgba(22,148,255,1);
	color: rgba(22,148,255,1);
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  width: 100%;
}
.btn, .btn:link {
    display: inline-block;
    line-height: 1.42857143;
    white-space: inherit;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: transparent;
    color: rgba(22,148,255,1);
    font-size: .9em;
    border: 1px solid rgba(22,148,255,1);
    border-color: rgba(22,148,255,1);
    padding: 10px 40px;
    border-radius: 0;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.btn:hover, .btn:active, .btn:focus {
    color: #00703c;
    background-color: rgba(234,234,234,0);
    text-decoration: none;
    border: 1px solid #00703c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    outline: rgba(22,148,255,1);
}
a.btn:hover, a.btn:active, a.btn:focus {
    color: #00703c;
    background-color: rgba(234,234,234,0);
    text-decoration: none;
    border: 1px solid #00703c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    outline: rgba(22,148,255,1);
}
.btn .fa {
	padding-left:10px;
	
}
.btn.fat {
	padding:2em;
}
.btn.fit {
	width:100%;
}
.footer-btn {
	border-color:transparent;
	font-size:16px;
}
.main-btns {
	/* margin:5px 0; */
	width: auto;
	display: inline-block;
}
.main-btns .btn.our-team-btn {
	color:#fff;
	border: 1px solid #00b679;
	background-color: #00b679;
	margin-right: 2em;
}

.main-btns .btn {
	color:#fff;
	border-color:#fff;
	background-color:transparent;
	font-weight: 400;
	margin-bottom: 0;
}
.main-btns .btn:hover {
	color:#00703c;
	border-color:rgba(255, 255, 255, 0.9);
	background-color:rgba(255, 255, 255, 0.7);
	font-weight: 400;
}
.sm-location .btn {
	color:#fff;
	border-color: #1b751b;
	background-color: #00b679;
	font-weight: 400;
}

.btn.blue {
	color:rgba(22,148,255,1);
	border-color: rgba(22,148,255,1);
	background-color: transparent;
	font-weight: 400;
}
.btn.blue:hover {
	color:#fff;
	border-color: rgba(22,148,255,1);
	background-color: rgba(22,148,255,1);
	font-weight: 400;
}
.btn.white {
	color:#fff;
	border-color: #fff;
	background-color: transparent;
	font-weight: 400;
}
.btn.white:hover {
	color:#00b679;
	border-color: #fff;
	background-color: rgba(255, 255, 255, 0.77);
	font-weight: 400;
}
.btn.dark-green {
	color:#00703c;
	border-color: #00703c;
	background-color: transparent;
	font-weight: 400;
}
.btn.dark-green:hover, .btn.dark-green.active {
	color: #fff;
	border-color: #00703c;
	background-color: #00703c;
	font-weight: 400;
}
.btn.dark-green-color:hover, .btn.dark-green-color.active {
	color:#00703c;
	border-color: #00703c;
	background-color: transparent;
	font-weight: 400;
}
.btn.dark-green-color {
	color: #fff;
	border-color: #00703c;
	background-color: #00703c;
	font-weight: 400;
}
.btn.green {
	color:#00b679;
	border-color: #00b679;
	background-color: transparent;
	font-weight: 400;
}
.btn.green:hover, .btn.green.active {
	color: #fff;
	border-color: #00b679;
	background-color: #00b679;
	font-weight: 400;
}
.btn.grey {
	color: #656565;
	border-color: #656565;
	background-color: transparent;
	font-weight: 400;
}
.btn.grey:hover, .btn.grey.active {
	color: #fff;
	border-color: #656565;
	background-color: #656565;
	font-weight: 400;
}
.btn.red {
	color: #bd0000;
	border-color: #bd0000;
	background-color: transparent;
	font-weight: 400;
}
.btn.red:hover, .btn.red.active {
	color: #fff;
	border-color: #bd0000;
	background-color: #bd0000;
	font-weight: 400;
}
.btn.continue-reading-btn, .btn.continue-reading-btn-two {
	display:none;
}
.sm-location .btn.our-team-btn {
	color:#fff;
	border-color:#fff;
	background-color:transparent;
}
.leftside-stories-wrapper .btn {
	text-transform:none;
	letter-spacing:0;
	/* width:100%; */
	margin: 20px auto;
	font-size: .9em;
}
.leftside-stories-wrapper .btn .fa{
	padding-left:10px;
}
ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}
ul ul {
	margin-top:0;
	margin-bottom:0;
}
li {
	/* line-height: 1.52857143; */
}
.accordion-toggle {
	text-decoration:none;
}
.accordion-toggle :hover{
	text-decoration:none;
}
.accordion-toggle > h2 :hover {
	text-decoration:none;	
}
.panel-title a {
	display:block;
	border-bottom: 0;
}
.panel-title a.collapsed:after, .panel-title a.collapse:after  {
	font-family:"fontawesome";
	content:"\f107";
	margin-right:10px;
	color:#00703c;
	position:absolute;
	right:15px;
}
#accordion-menu .panel-title a.collapsed:after, #accordion-menu .panel-title a.collapse:after  {
	font-family:"fontawesome";
	content:"\f107";
	margin-right:10px;
	color:#00703c;
	position:absolute;
	right:5px;
}
.panel-title a:after {
	font-family:"fontawesome";
	content:"\f106";
	margin-right:10px;
	color:#00703c;
	position:absolute;
	right: 5px;
}
.map-link .panel-title a:after {
	content:"\f105";
}
.panel-title a .fa {
	margin-right:20px;
	color:#777;
}
h4.panel-title {
	text-transform:none;
	font-weight:300;
	font-size:1.25em;
	padding:.5em .5em;
}
#accordion-menu h4.panel-title {
	text-transform:none;
	font-weight: 300;
	font-size: 1.75em;
	text-transform:uppercase;
	font-family: roboto;
	padding: .2em .5em;
	color: #00b679;
}
.map-link {
	width:100%;
	display:block;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	padding: 10px 15px;
}
.map-link h4.panel-title {
	text-transform:none;
	font-weight: 300;
	font-size: 1.75em;
	text-transform:uppercase;
	font-family: roboto;
	padding: .2em .5em;
	color: #00b679;
}

.dropdown-menu {
    position: absolute;
    top: 90%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 15px;
    margin: 2px 0 0;
    font-size: 1.1em;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.content {
	margin-bottom: 0;
}
.the-main-body {
	padding:0 5%;

}
.secondary-body {
	padding:0 5%;
	float:left;
	/* font-size: 20px; */
	width: 100%;
}

.maincontact {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.right-column-info {
	border-right: 1px solid #EFEFEF;
	padding: 30px 20px;
	font-family: roboto;
}
.left-column-FAD {
	opacity:.3;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-top: 8px;
}
.left-column-FAD:hover {
	opacity:1;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mobile-contact .panel-default>.panel-heading {
    border: 0px solid #fff;
    /* border-bottom: 1px dotted #ddd; */
    background-color: rgba(255,255,255,0.9);
    /* transition: all .3s ease-in-out; */
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 10;
    height: 30px;
}


.form-control {
	border-radius:0px;
	height: 40px;
	font-size: 16px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.form-control:focus {
    border-color: rgba(22,148,255,.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.6);
}
select.form-control {
  	-webkit-border-radius: 0px;
	border-radius: 0px;
    background: #fff url("http://www.gbmc.org/images/cancer/arrowdown.gif") no-repeat 95% 50%;
    background-size: 20px 20px;
    background-position-x:98%;
}

.parallax-window {
    min-height: 550px;
    background: transparent;
    background-position: top center;
    margin-top: 0;
}
.home-media .parallax-window {
	background-position: top center;
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
@supports (-ms-ime-align:auto) 
{
.home-media .parallax-window {
	background-size: cover;
	background-attachment: initial;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
.home-media .parallax-window {
	background-size: cover;
	background-attachment: inherit;
}
}
.open-content .parallax-window {
    min-height: 450px;
    background: transparent;
    background-position: center center;
}
.thumbnail {
    width: 100%;
    /* display: flex; */
    border: 1px solid #ddd!important;
    border-radius: 0;
}
.thumbnail:hover {
    border: 1px solid #9066FF!important;
}
.thumbnail .caption {
	width:100%;
	display:block;
	text-align: left;
	color: #585858;
	padding: 1em;
}
.thumbnail .caption h3 {
	font-size: 1.5em;
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 100%;
}
.flex {
	display: flex;
	float: none;
}
section {
	margin: 0 auto;
	margin-bottom: 2em;
	max-width: 1300px;
}
section#topsection {
	padding-top: 0;
}
section#services {
	float:right;
	min-width: 850px;
	max-width: 1200px;
}
.right section#services {
	float:right;
	padding-right:150px;
}
figure {
	position: relative;
	float: left;
}
figure img {
	max-width: 100%;
}
.image-left {
	padding: 1em;
	max-width: 400px;
	float: left;
}
.image-full {
	padding: 1em 0;
	width: 100%;
	float: left;
}
.image-right {
	padding: 1em;
	max-width: 400px;
	text-align: center;
	float: right;
}
.image-left-small {
	padding: 1em;
	max-width: 300px;
	float: left;
}
.image-right-small {
	padding: 1em;
    max-width: 300px;
    float: right;
}
.split {
	width:100%;
	float: left;
}
.split .image-left, .split .image-right {
	width:50%;
	max-width: 50%;
}
figcaption {
	width: 90%;
	font-size:.7em;
	line-height:1.2em;
	padding: 10px;
	background: rgba(255, 255, 255, 0.78);
	/* position: absolute; */
	bottom: 0;
	/* font-style: italic; */
	margin-left: 5%;
	color: #797979;
	text-align: left;
}
figcaption::before {
	width: 18px;
	border-top: 2px solid #00b679;
	left: 0;
	margin-top:6px;
	margin-left: 5%;
	position: absolute;
	content: '';
}
.page-alert {
	width: 100%;
	display: block;
	background: rgba(0, 112, 60, 0.77);
	padding: 1em;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
	transition:all .3s ease-in-out;
	}
    .page-alert:hover {
    	background:rgba(61, 15, 255, 0.76);
    	color:#fff;
    }
    .page-alert .fa {
    	margin:0 1em;
    }
.page-alert-primary {
	text-transform:none;
	text-align: left;
	font-size: 1.2em;
	width: 100%;
	display: block;
	background: rgba(0, 112, 60, 0.77);
	padding: 1em;
	color: #fff;
	margin-bottom: 30px;
}
    .page-alert-primary .fa {
    	display:block;
    	text-align:center;
    	margin-bottom:10px;
    	color: yellow;
    }
    .page-alert-primary a {
    	    color: #ddd;
    border-bottom: 1px dotted #ddd;
	transition:all .3s ease-in-out;
    }
    .page-alert-primary a:hover {
    	color:yellow;
    	border-bottom: 1px dotted yellow;
    }
/* -----------------------------------------------------------------
								CUSTOMS
   ------------------------------------------------------------------ */

.leftnav-mobileonly {
	display: none;
}
.lazy-hidden {
	opacity:0;
}
.lazy-loaded {
	-webkit-transition:opacity .3s;
	-moz-transition:opacity .3s;
	-ms-transition:opacity .3s;
	-o-transition:opacity .3s;
	transition:opacity .3s;
	opacity:1;
}
.inline {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.inline.phone-fax {
	margin-bottom:0px;
}
.wrapper {
	max-width: 710px;
	margin: 0px auto;	
}
.full {
	width: 100%;
	display: inline-block;
	float: left;
}
.buttons {
	text-align: center;
	margin: 0;
	padding-left: 20px;
}
.fit {
	max-width: 100%;

}
.full-fit {
	max-width: 100%;
	width: 100%;
}
.icon-btn {
	font-size: 1em;
	/* width: 100%; */
	display:block;
	color: rgb(187, 187, 187);
	float: left;
	padding-right: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
	.icon-btn :hover {
		color:#00703c;	
		width: 100%;
		display:block;
		background-color:transparent;
	}
.text-btn {
	font-size: 1em;
	/* width: 100%; */
	/* text-align: center; */
	display:block;
	float: left;
}
.phone-top-bar {
	display:none;
}
#pagetitlecontainer h1 {
color: #464646;
    font-size: 2.8em;
    margin: 0;
    padding: 5px 0 0;
    font-weight: 400;
    padding-bottom: 10px;
    padding-right: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.noborder {
	border:0px;
}
.form-style-gbmc{
    font-family: 'Roboto', arial, sans;
    max-width: 600px;
    padding: 30px;
    /* background: #FFFFFF; */
    margin: 50px auto;
    /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22); */
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    /* -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22); */
}
.gl-home-story .form-style-gbmc{background: none;margin: auto;box-shadow: none;}
.form-style-gbmc h2{
    color: #00703c;
    font-size: 2em;
    font-weight: 100;
    margin: 30px 0px;
    text-align: center;
}
.form-style-gbmc input[type="text"],
.form-style-gbmc input[type="date"],
.form-style-gbmc input[type="datetime"],
.form-style-gbmc input[type="email"],
.form-style-gbmc input[type="number"],
.form-style-gbmc input[type="search"],
.form-style-gbmc input[type="time"],
.form-style-gbmc input[type="url"],
.form-style-gbmc input[type="password"],
.form-style-gbmc textarea,
.form-style-gbmc select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    /* font: 16px Arial, Helvetica, sans-serif; */
    height: 45px;
    border-radius: 0;
    border-bottom-right-radius: 0;
    color: #a9a9a9;
}
.form-style-gbmc textarea{
    resize:none;
    overflow: hidden;
}
.form-style-gbmc input[type="button"], 
.form-style-gbmc input[type="submit"]{
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1em;
    text-align: center;
    margin: 2em auto 0;
    /* max-width: 300px; */
    position: relative;
}
.form-style-gbmc input[type="button"]:hover, 
.form-style-gbmc input[type="submit"]:hover {
}
.form-style-gbmc .fa {
	margin-right: 10px;
	color:#fff;
}
.finda-search .page-header {
	display:none;
}
.finda-search h2 {
	display:none;
}
.finda-search .form-style-gbmc {
	background: transparent;
	position: relative;
	width: 100%;
	margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.finda-search {
	color:transparent;
	position:relative;
	background:transparent;
	display: inline-block;
	width: 100%;
}
.finda-search form {
	color:#2f2f2f;
	padding:2em;
	background:transparent;
	padding: 0;
	width: 100%;
}
.search-divider {
	text-transform:lowercase;
	font-style:italic;
	text-align:center;
	color:#00b679;
}
.small-nav-only {
	display:none;
}
topmargin-nomobile {
	margin:20px 0px;
}

.col-xs-12.col-sm-8.col-sm-offset-2.col-md-5.col-md-offset-1.maincontact {
    padding: 10px 20px;
    border-radius: 0px;
    /* border: 3px solid rgba(255, 255, 255, 0.54); */
    /* background-color: rgba(255,255,255,.5); */
    width: auto;
    float: right;
    margin-right: 8.33333333%;
}

.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.align-center {
	text-align:center;
}
ul.two-columns {

}
.two-columns {
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
}
.two-columns li {
	list-style-type:none;
	margin-bottom:20px;
		-webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}
.absolute {
position:absolute;
}  
/* -----------------------
	BREADCRUMBS
   ----------------------- */

.breadcrumbs {
	padding: 1em 4em 2em;
	padding-right: 0;
	z-index: 5000;
	position: absolute;
	bottom: 0;
	vertical-align: bottom;
	-webkit-box-shadow: 0 4px 6px -6px #222;
	-moz-box-shadow: 0 4px 6px -6px #222;
	box-shadow: 0 4px 6px -6px #222;
	display: table;
}
.right .breadcrumbs {
	padding-right:150px;
	padding-bottom: 1em;
}
.no-feature-image .breadcrumbs {
	background-color: rgba(245, 245, 245, 0);
	/* top: 175px; */
}
.breadcrumbs h1 {
	text-transform: none;
	font-size: 3.2em;
	font-family: proxima-nova,"helvetica neue", roboto;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
	width: 95%;
	display: inline-block;
	color: #fff;
	line-height: 1em;
}
.breadcrumb {
  padding: 0;
  background-color: rgba(245, 245, 245, 0);
  list-style: none;
  border-radius: 4px;
  color: #6C6C6C;
  text-transform: lowercase;
  letter-spacing: 0px;
  font-size: .8em;
  margin-bottom:0px;
  display: none;
  text-align: right;
}
.mobilelogo, .quicklinks, .quicklinks-title {
	display:none;
}
.service-title {
	width: 80%;
	display: TABLE-CELL;
}


/* -----------------------
	Story Spotlight STYLES 
   ----------------------- */
.gl-home-story {
	padding: 3em 0;
	z-index: 4;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 750px;
	float: left;
	width: 100%;
	margin-bottom: 2em;
	-webkit-box-shadow: inset 0px 58px 174px -62px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 58px 174px -62px rgba(0,0,0,0.75);
	box-shadow: inset 0px 58px 174px -62px rgba(0, 0, 0, 0.36);
}
@supports (-ms-ime-align:auto) {
	.gl-home-story {
		background-attachment:initial;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
	.gl-home-story {
		background-attachment:inherit;
	}
}
.gl-home-story .description {
	width: 50%;
	vertical-align: bottom;
	position: absolute;
	bottom: 22%;
	left: 0;
	padding: 1em;
	/* background: rgba(255, 255, 255, 0.83); */
	padding-left: 13%;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0 4px 6px -6px #222;
	-moz-box-shadow: 0 4px 6px -6px #222;
	box-shadow: -2px 0px 6px -6px #222;
	color: #fff;
}
.gl-home-story .description.right-description {
	left: inherit;
	right:0;
	padding-right:10%;
	padding-left:1em;
}
.gl-home-story .description h2 {
	font-size: 2.3em;
	line-height: normal;
	color: #fff;
	margin: 0;
}
.gl-home-story .description h2 span {
	/* background: rgba(0, 112, 60, 0.84); */
	color: #00703c;
}
.gl-home-story .description p {
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
	margin: 10px 0 30px;
}
.gl-home-story .description p span {
	color:#00703c;
}
.gl-home-story .description p span a, .gl-main-top .description p span a span {
	color:#9066FF;
}
.gl-home-story .description .btn {
	color: #00b679;
	border-color: #00b679;
	width: auto;
}
.gl-home-story .description .btn:hover {
	color: #fff;
	border-color: #fff;
	background-color: #00b679;
}
.gl-home-story .related-title {
	margin-left: 10%;
	width: auto;
}
.tablet-down-image {
	width:100%;
	display:none;
}
.black-gradient {
    background-color: rgba(0, 0, 0, 0.63);
    background-image: repeating-linear-gradient(to right,rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 41.8%,rgba(0, 0, 0, 0.5) 60.3%,rgba(0, 0, 0, 0.3) 100%);
    background-image: -ms-repeating-linear-gradient(left,rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 41.8%,rgba(0, 0, 0, 0.5) 60.3%,rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -3em;
    opacity: .7;
}
 


/* -----------------------
	Footer STYLES 
   ----------------------- */

#footer {
  color: #7f7f7f;
  margin: 0;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  z-index: 0;
  padding-left: 0;
  width: 100%;
  -webkit-box-shadow: -5px -14px 62px -2px rgba(255,255,255,1);
  -moz-box-shadow: -5px -14px 62px -2px rgba(255,255,255,1);
  box-shadow: -5px -14px 62px -2px rgba(255,255,255,1);
}
#footer a {
	color: #00703c;
	text-decoration:none;
	border:0;
}
#footer a:hover {
	color: #33f;
}
#footer .inside-footer-left a {
	text-decoration:none;
	width:100%;
	display: block;
	font-size: .9em;
}
#footer .footer-top {
  /* background: #f2f2f2; */
  font-size: 12px;
  line-height: 21px;
  padding: 100px 0 50px;
  width: 100%;
  background: -moz-linear-gradient(left,#d7dbdd 1%,#efefef 10%,#f8f9f9 50%,#efefef 90%,#d7dbdd 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#d7dbdd),color-stop(10%,#efefef),color-stop(50%,#f8f9f9),color-stop(90%,#efefef),color-stop(100%,#d7dbdd));
  background: -webkit-linear-gradient(left,#d7dbdd 1%,#efefef 10%,#f8f9f9 50%,#efefef 90%,#d7dbdd 100%);
  background: -o-linear-gradient(left,#d7dbdd 1%,#efefef 10%,#f8f9f9 50%,#efefef 90%,#d7dbdd 100%);
  background: -ms-linear-gradient(left,#d7dbdd 1%,#efefef 10%,#f8f9f9 50%,#efefef 90%,#d7dbdd 100%);
  background: linear-gradient(to right,#d7dbdd 1%,#efefef 10%,#f8f9f9 50%,#efefef 90%,#d7dbdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7dbdd', endColorstr='#d7dbdd', GradientType=1);
}
#footer .footer-bottom {
  background: #f7f7f7;
  border-top-width: 1px;
  font-size: 15px;
  line-height: 17px;
  padding: 21px 0 20px;
}

#footer .phone,
#footer .address {
  /* padding-left: 34px; */
  position: relative;
  text-align: right;
  font-size: 1.3em;
  line-height: 1.5em;
}
#footer .links img {
	max-width:180px;
}
.disclaimer {
	padding: 2em 1em 0em;
	text-align:center;
	width: 100%;
	line-height: 1em;
}
.disclaimer-list {
	list-style:none;
	list-style-type:none;
	text-align:center;
	margin-bottom:0;
}
.disclaimer-list li {
	width:auto;
	display:inline-block;
	padding-right:30px;
}
.footer-left {
	font-size:1.3em;
	line-height:inherit;
}
.footer-left .icon {
	padding-left:10px;
}

.inside-footer-left {
	margin: 0 auto;
	max-width: 220px;
	text-align:left;
}
.inside-footer-right {
	margin: 0 auto;
	max-width: 260px;
	text-align:left;
	position: relative;
	height: 100%;
	display: block;
}
.footer-feather ul {
	text-align: right;
	list-style-type: none;
	font-size: 1.5em;
	padding-left: 0;
	width: 50%;
	float: right;
}
.contact-us-body .footer-feather ul {
	width:100%;
	font-size:1.25em;
}
.footer-feather li {
	border-bottom:1px solid #ddd;
	padding:.5em;
}
.footer-feather li a {
	border-bottom: 0;
}
.footer-feather li.between-child {
	background: #eaeaea;
	border: 0;
	padding: 0.05em;
}
/* -----------------------
	LIGHTBOX 
   ----------------------- */
.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 1em;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */
		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(255, 255, 255, 0.97);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling small or empty content */
		min-width:  30%;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}
	style.featherlight-inner {
		color:transparent;
		height:0;
	}
	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
		-webkit-overflow-scrolling: touch;
	}
	.featherlight #pagetitlecontainer {
		display:none;
	}
	

	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
		height: 100%;
	}

	.featherlight iframe {
		/* styling */
		border: none;
		/* max-width: 720px; */
		margin: 0 auto;
		height: 100%;
	}
.lightbox {
	display:none;
}
.lightbox .row {
	margin:0;
}
.featherlight .featherlight-close-icon {
	background: rgba(255, 255, 255, 0.49);
	width: auto;
	line-height: normal;
	/* border-bottom: 1px solid #dadada; */
	position: fixed;
	padding: 10px 20px;
	color: rgba(51, 51, 255, 0.64);
	font-size: 3em;
	right: 20px;
	top: 10px;
	font-weight: 700;
	font-family: proxima-nova;
	z-index: 9999;
	cursor: pointer;
	text-align: center;
}
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  border: 10px solid #FFF;
}
.video-box {
	width:500px;
	height:271px;
}
.profile-box {
	width:700px;
	height:700px;
}
.featherlight .featherlight-content {
  position: relative;
  /* position: centering vertical and horizontal; */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images; */
  overflow: auto;
  overflow-x:hidden;
  padding: 60px 10px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling small or empty content; */
  min-width: 30%;
  /* dimensions: handling large content; */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 100%;
  background: none;
  cursor: auto;
  white-space: normal;
  max-width: 1300px;
  width: 100%;
  margin: 0;
  border: 0px;
}
.featherlight.featherlight-iframe {
	background:rgba(255, 255, 255, 0.87);
	padding: 0;
}
.featherlight.featherlight-iframe .featherlight-content {
	max-width:680px;
	/* float:right; */
	position: absolute;
	right: 0;
	max-height: 100%;
	margin:0;
	background:rgba(255, 255, 255, 0.87);
	box-shadow: -20px 0px 120px -16px rgba(119, 119, 119, 0.45);
}
.contact-us-body .featherlight .featherlight-content {
	max-width:400px;
	height: 100%;
	float:right;
	margin:0;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: -20px 0px 120px -16px rgba(119, 119, 119, 0.45);
}
.featherlight-inner h1 {
	font-weight: 600;
	padding-left:10px;
	margin-top: 30px;
	font-size: 32px;
	display: block;
}
.featherlight-inner h1 img{
	margin-right:20px;
	border-left: 15px solid #ddd;
}
.our-team-profile h1{
	width:100%;

}
.directions-embed {
	padding:1em;
}
/* -----------------------
	Top of page Main Image Area
   ----------------------- */
.home-media {
    display: block;
    overflow: hidden;
    position: relative;
    background: #ddd;
    height: 450px;
    width: 100%;
    z-index: 4;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.no-feature-image-body .home-media {
	height:350px;
}
.no-feature-image-body.contact-us-body .featherlight {
    background: rgba(255, 255, 255, 0.82);
    padding: 0;
    }
.no-feature-image {
    display: block;
    overflow: hidden;
    position: relative;
    background: url(../images/campus/gbmc-line-header.jpg);
    height: 350px;
    width: 100%;
    z-index: 4;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.gallery .no-feature-image {
	height:520px;
}
.main-image {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    color: #fff;
	    padding: 10px 20px 10px 0px;
	    display: block;
	    background: rgba(0, 0, 0, 0.28);
	    -moz-box-shadow: inset 0px -254px 174px -62px rgba(0, 0, 0, 0.46);
	    box-shadow: inset 0px -254px 174px -62px rgba(0, 0, 0, 0.28);
}

.no-feature-image .main-image.grey {
	opacity:1;
	 background: rgba(232, 232, 232, 0.75);
}
.main-image h1 {
	margin-top: 1px;
	padding: .2em 1em;
	width: 50%;
	font-size: 3em;
	float: left;
	font-family: proxima-nova, "Helvetica Neue", roboto, sans-serif,helvetica, arial;
	font-weight: 100;
	margin-bottom: 0;
	bottom:0;
	position: absolute;
	letter-spacing: 1px;
	background: -ms-linear-gradient(left, rgba(255,255,255,.6) 0%, rgba(255,255,255,0.3) 77%, rgba(237,237,237,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,.6) 0%, rgba(255,255,255,0.3) 77%, rgba(237,237,237,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,.6) 0%, rgba(255,255,255,0.3) 77%, rgba(237,237,237,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,.6) 0%, rgba(255,255,255,0.3) 77%, rgba(237,237,237,0) 100%);
	border-image: linear-gradient(to right, black, rgba(0, 0, 0, 0)) 1 100%;
}


/* -----------------------
	GBMA DOC STYLES 
   ----------------------- */
.practice-main-details {
	position: relative;
	padding: 10px 10px 40px;
}
.practice-main-details .row {
	margin:0;
}
.practice-main-details ul > li {
	margin-bottom:5px;
}
.practice-main-details h2 {
	margin-bottom:40px;
	margin-top: 40px;
}

.providers {
	padding: 0px 0px 20px 0px;
	float: left;
}
#topsection .row{
	margin: 0;
}
#ourteam .row {
	margin: 0;
}
#ourteam .row {
	margin: 0;
}
.doc-space-three .doc:nth-child(1) {
	margin-left:12.5%;
}
.doc-space-two .doc:nth-child(1) {
	margin-left:25%;
}
.row-team-member {
	margin:1em 0;
	padding:1em;
	border-top:2px dotted #ddd;
	border-bottom:2px dotted #ddd;
}
.team-member {
	margin:1em 0;
	padding:1em;
	border-top:2px dotted #ddd;
	border-bottom:2px dotted #ddd;
}
.team-member-photo {
	width:30%;
	display: inline-block;
	vertical-align:top;
	float: left;
	padding: .5em;
}
.team-member-photo img {
	max-width:100%;
}
.team-member-name {
	width: 68%;
	display: inline-block;
	vertical-align:top;
	padding-left: 10px;
	float: left;
}
.team-member-bio {
	width: 68%;
	display: inline-block;
	vertical-align:top;
	padding-left: 10px;
	float: left;
}
.row-team-member .team-member-bio {
	width:100%;
}
.team-member.no-border  {
	border:0px;
}
.no-border .team-member  {
	border:0px;
}
.doc {
	padding: 0px 0px 25px 3px;
	height: auto;
	width: 25%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	/* max-width: 275px; */
	/* max-height: 325px; */
}
.doc:nth-child(5){
	clear:left;
}
.doc:nth-child(4n+5){
	clear:left;
}
.doc-top {
	padding: 0px 0px 5px 0px;
	-moz-box-shadow: -5px 15px 1px -15px #DAD6D6;
	-webkit-box-shadow: -5px 15px 1px -15px #DAD6D6;
	box-shadow: -5px 15px 1px -15px #DAD6D6;
	width: 48%;
	float: left;
	height: 130px;
}
.doc-title {
	font-size: 1.2em;
	margin-top: 10px;
	text-align: center;
	padding: 0;
}
.doc-pic {
	font-size: 1em;
	text-align:center;
	padding: 0;
	/* height: 270px; */
	overflow: hidden;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.21);
	transition: all .1s linear;
}
.doc:hover .doc-pic img {
	/* transform: scale(0.95) rotate(0deg); */
	transition: all .1s linear;
}
.doc h5 {
	position: relative;
	bottom: 0;
	left: 0;
	float: left;
	/* background-color: rgb(255, 255, 255); */
	color: #464646;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1em .5em .5em;
	vertical-align: bottom;
	font-size: .8em;
	font-weight: 500;
	text-align: center;
	border-bottom:2px solid transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.doc h5:after {
	content: '';
	display: block;
	margin-top:5px;
	height: 3px;
	width: 0;
	background: #00b679;
	transition: width .5s ease, background-color .5s ease;
}
.doc:hover a h5:after  {
height: 3px;
width:100%;
background: #00b679;
}
.doc em {
	line-height:normal;
}
.doc em.dept-title {
	color:#00703c;
	font-style:normal;
}
.doc-pic img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	float: left;
	width: 100%;
}

.doc-info {
	font-size: 1em;
	margin-bottom: 10px;
	text-align: left;
}
.doc-info a {
	color: #767676;
	/* border: 1px solid rgb(212, 212, 212); */
	border-radius: 0;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .8px;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.doc a {
	width: 100%;
	float: left;
	border: 0;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.dl-horizontal {
    margin-right: 0rem;
    margin-left: 0rem;
}
dl#header_01 {
	display:none;
}
.btn-blue {
	width: 100%;
}
.btn-blue:hover {
	border-color:#00703c;
	color:#00703c;
}

.about-us {
	padding: 30px 20px;
}
.our-stories {
	padding-top: 20px;
	padding-bottom: 20px;
}
.our-team {
	margin-top:10px;
}
.title-box {
  border-bottom: 0px solid #e1e1e1;
  margin: 30px 0;
  position: relative;
  width: 100%;
  display: inline-block;
}
.title-box:after {
  /* background: #fff; */
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  right: initial;
  margin: 0px 0 2px;
  position: absolute;
  width: 260px;
  border-bottom: 2px solid #00b679;
}
#ourteam .title-box {
	margin-bottom:10px;
}
.select-to-learn {
	font-size:.7em;
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
	color:#777;
}
#pagetitlecontainer.title-box {
  border-bottom: 0px solid #e1e1e1;
  margin: 30px auto;
  margin-left: 200px;
  position: relative;
  width: auto;
  /* max-width:992px; */
  display: block;
}
#ourteam .title-box:after {
	right: calc(50% - 130px);
}
.open-content-green .title-box:after {
	border-color:#fff;
}
.title-box:before {
  background: #fff;
  top: 0;
  content: "";
  display: none;
  height: 0px;
  right: 0;
  margin: 0px 0 2px;
  position: absolute;
  width: 35px;
  border-top: 1px dashed #c7c7c7;
}

.title-box.text-right:before, .title-box.text-right:after {
  left: auto;
  right: 0;
}
.title-box.text-center:before {
  left: 50%;
  margin-left: -20px;
}
.title-box.text-center:after {
    right: calc(50% - 130px);
}
.title-box .title {
  color: #464646;
  font-size: 2.3em;
  margin: 0;
  padding: 5px 0 0;
  font-weight: 400;
  padding-bottom: 10px;
  padding-right: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.title-box.text-center .title {
	padding-right:0;
}
.open-content-green .title-box .title {
	color:#fff
}
.practice-main-details .title-box .title {
  /* font-size: 2.5em; */
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.practice-main-details .title-box .title.left {
  text-align: left;
}
.title-box h1.title,
.title-box .h1.title {
  font-size: 24px;
}
aside .title-box .title {
	font-size: 1.3em;
	text-align: right;
	margin-bottom: 8px;
}
aside .title-box.related-title .title {
	text-align: left;
	margin-bottom: 8px;
	font-size: 2em;
	padding-bottom: 10px;
}
.smx-departments-feed .title-box .title {
	text-transform:initial;
	font-size: 1.25em;
}
/* -----------------------
	Structural Stuff 
   ----------------------- */
#bottom-stop {
	position:absolute;
	bottom:0;
	height: 1000px;
	width:1px;
	background-color: transparent;
}
.push-for-features {
	/* padding-left:17%; */
	/* margin-top: 450px; */
	margin-bottom: 0;
	padding-top: 20px;
	background: #fff;
}

.push-for-features p a, .push-for-features ul a {
	color:#00703c;
	border-bottom: 1px dotted #c5c5c5;
	overflow-wrap: break-word; */
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.push-for-features #services a, .push-for-features #services p a, .push-for-features #services ul a {
	color:#d4d4d4;
	border-bottom: 1px dotted #c5c5c5;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.push-for-features #services a.btn {
	color:#fff;
	border-color:#fff;
}
.push-for-features #services a:hover, .push-for-features p a:hover, .push-for-features ul a:hover, .push-for-features #services p a:hover, .push-for-features #services ul a:hover {
	color:rgb(0, 64, 255);
	border-bottom: 1px dotted rgba(22,148,255,1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.push-for-features #services a.btn:hover {
	color:#00703c;
	border-color:#00703c;
	background-color:#fff;
}
.open-content {
	padding:0;
	margin-bottom: 4em;
	/* font-size: 20px; */
}
.open-content .picture-back {
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		height: 100%;
		opacity: .8;
		width: 100%;
		position: relative;
		float: left;
		padding: 9em;
		font-size: 1.2em;
		margin-bottom: 50px;
		display: block;
}

.open-content .title-box {
}
.open-content .inside {
  /* padding: 11em; */
  width: 100%;
  position: relative;
  float: left;
  font-size: 1.2em;
  color: #fff;
}
.open-content .inside .quote {
	font-size: 1.75em;
	line-height: 1em;
	font-weight: 100;
	/* text-shadow: 5px 1px 2px rgba(0,0,0, 1); */
	margin: 20px 0px;
	padding: 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.78);
	/* font-style: italic; */
	letter-spacing: 1px;
	font-family: roboto;
}
.open-content .inside .quote .byline {
	width:100%;
	font-size: .4em;
	line-height: normal;
	padding: 10px 0;
}
.open-content .inside .btn {
	  background-color: rgba(47, 47, 47, 0.87);
	  color: #fff!important;
}
.open-content-green {
	background-color: #00b679;
	color: #fff;
	padding: 4em;
	-webkit-box-shadow: inset 0px 58px 174px -62px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 58px 174px -62px rgba(0,0,0,0.75);
	box-shadow: inset 0px 58px 174px -62px rgba(0, 0, 0, 0.36);
}
.lhlw-outer h3 {
	/* float: right; */
	display: block;
	color:#ddd;
	width: 100%;
	text-align: center;
}
.lhlw-outer h3 div {
	display:inline-block;
	padding:0 1em;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.lhlw-outer h3 div.selected {
	color: rgba(22,148,255,1);	
}
.lhlw-outer h3 div:hover {
	color: rgba(22,148,255,1);
	cursor:pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.border-right {
	border-right:1px dotted #ddd;
}
/* -----------------------------------------------------------------
								FIND A DOC
   ------------------------------------------------------------------ */
#container_list {
	margin-bottom:40px;
}


.header.col-sm-12.even, .header.col-sm-12.odd {
	padding:0;
}
.page-header {
	margin-bottom:30px;
	border-bottom: 0px;
}
.smx_news .page-header h2 {
	font-size:16px;
	margin: 0;
}
.smx_news .page-header {
	margin:0;
}
.FAD {
	width:100%;
}
.FAD-title {
	width: 70%;
    vertical-align: bottom;
    text-align: left;
    display: inline-block;
}
.page-header .title-box.FAD-title h1.title {
	font-size: 2.5em;
}
.FAD-photo {
	width:25%;
	display:inline-block;
}
.FAD-photo img {
	max-width:220px;
	display:inline-block;
}
.btn.featherlight-inner[href="Javascript:history.back();"] {
	display:none!important
}
.fad-search.title-box {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 40px;
  position: relative;
  font-size:.75em;
}
.mobile-map, .mobile-phone {
	display:none;
}
.phone-fax {
	display:block;
}

.hours, .address, .resources {
	padding-bottom: 1em;
	padding-left: 0px;
}
.hours :hover, .address :hover, .resources :hover {
	text-decoration:none;
}
/* -----------------------
	ICON - aka FontAwesome
   ----------------------- */
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	padding-right: 10px;
}
.icon > .label {
	display: none;
}
.tablet-nav {
	display:none;
}
.tablet-nav-spacer {
	display:none;
}
.nopad {
	padding-left: 0px;
  	padding-right: 0px;
}
.mobile-contact {
	display:none;
}
.desk-contact {
	display:block;
}
.nomobile {
	display:block;
}
.related-phys .doc {
	width:100%;
}
.share {
	display:none;
}
.share {
	position: fixed;
	width: 100%;
	height: 70px;
	background: rgba(255, 255, 255, 0.91);
	z-index: 20000;
	border-top: 2px solid #ddd;
	display: block;
}
.share .trigger {
	width: auto;
	float: left;
	text-align: center;
	height: 70px;
	border-right: 1px solid #ddd;
	color: #7d7d7d;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.share .trigger.first {
	border:none;
}
.share .trigger.more-pages {
	width: auto;
	float:left;
	background: transparent;
	color: #00b679;
	border-right: 1px solid #00b679;
	margin-top: -1px;
}
.trigger-full {
}
.trigger .fa {
	vertical-align: -webkit-baseline-middle;
	font-size: 40px;
	padding: 15px;
	width: auto;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.trigger:hover {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.trigger:hover .fa.fa-facebook {
	color:#3b5998;
}
.trigger:hover .fa.fa-twitter:hover {
	color:#00aced;
}
.trigger:hover .fa.fa-cog:hover {
	color: #ae565a
}
.trigger .label {
	width: auto;
	text-align:center;
	color: #444;
	border-radius: 0;
	vertical-align: text-top;
	background-color:transparent;
	text-transform: uppercase;
	font-size: 2em;
	padding: 0 1em 0em;
	font-weight: 300;
	display: inline-block;
}
.share .trigger.more-pages .label{
	color: #00b679;
	font-family: "Roboto";
	vertical-align: top;
	padding-top: 5px;
}
.share .trigger.more-pages .label.mobileonly{
	display:none;
}
.share.headroom--pinned {
	bottom: -50px;
	top: inherit;
	transform: translateY(100%);
}
.share.headroom--unpinned {
	bottom: 0;
	top: inherit;
	transform: translateY(0%);
	background: rgba(255, 255, 255, 0.94);
}
.share.pages .gl-logo {
	width: 80%;
	float: left;
	padding: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.share.pages .gl-logo img {
	/* width: 100%; */
	padding: 5px;
	max-height: 70px;
}
.share.pages .gl-logo h2 {
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	font-weight: 100;
	font-family: roboto;
	font-size: 1.5em;
	}
.more-pages-nav {
	visibility:visible;
	padding: 2em;
	font-family: roboto;
	-webkit-transition: all .3s ease-in-out;
	font-size: 1.25em;
	text-align: left;
}

.more-pages-nav ul  ul{margin: 0;list-style: none;padding-left: 0;-webkit-padding-start: 30px;}
.more-pages-nav ul {margin: 0;list-style: none;padding: 10px;direction: ltr;}
.more-pages-nav ul.children li.child {font-size: .8em;padding: .2em 1em .2em .75em;/* border-bottom: 1px dotted #ddd; */}
.more-pages-nav ul.children li.between-child {font-size: 1em;padding: 0 1em; margin:.5em 0;border-bottom: 1px dotted #ddd; }
.more-pages-nav ul.children li.child ul li.child {font-size: 1em;/* padding: 1em; */border-bottom: 0px dotted #ddd;}
.more-pages-nav ul.children li.child a {border-bottom: 0;}
.more-pages-nav ul.children li.child a span {color:#757575;}
.more-pages-nav ul.children li.child a:hover span {color:#9066FF;}
.more-pages-nav ul.children li.child a:after {
 	font-family:fontawesome;
 	content:"\f105";
 	position:absolute;
 	right: 15px;
 	color:#c7c7c7;
 }
.more-pages-nav ul.children li.child a:hover:after, .more-pages-nav ul.children li.child a:focus:after  {
 	color: #00b679;
 	transition: all .3s ease-in-out;
 	-webkit-transition: all .3s ease-in-out;
 }

.more-pages-nav li.parent.first-child:before {
 	font-family:fontawesome;
 	content:"\f104";
 	position:absolute;
 	left:-10px;
 	color:#c7c7c7;
	}
.more-pages-nav ul.children li.child ul li.child:before {
 	font-family:fontawesome;
 	content: "\f101";
 	position:absolute;
 	left: 65px;
 	color: #dadada;
 	font-size: .5em;
 	margin-top: 10px;
 	display:none;
 }

.more-pages-nav.is-hidden {
	visibility:hidden;
	height: 0px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.more-pages-nav .parent > a span {
	font-weight: 300;
	font-size:1.25em;
	line-height: normal;
}
.mobileonly {
	display: none;
}
script.featherlight-inner{
	display:none!important;
}
a.link-box {
	padding: 1em;
	border: 1px solid #ddd;
	text-align: center;
	position: relative;
	display: block;
	margin: 10px 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}
a.link-box:hover {
	border: 1px solid #9066FF;
	}
a.link-box.fat {
	padding:4em 2em;
}
.link-box .fa {
	width:100%;
	text-align: center
	}
.link-box .box-name {
	width:100%;
	text-align: center
	}
.continue-reading-btn, .continue-reading-btn-two {
	display:none;
}
#contact-items {
	padding:1em;	
}
.contact-item {
	padding: .5em;
	margin-bottom: 0;
	display: inline-block;
	border: 1px dotted #ddd;
	margin: 1%;
	width: 22.5%;
	height: 160px;
	vertical-align: middle;
}
.contact-item:hover{
border: 1px dotted #9066FF
}
.contact-item .outer {
	display:table;
	width:100%;
	height:100%;
	text-align:center;
	font-family:roboto;
}
.contact-item .inner {
	display:table-cell;
	width:100%;
	vertical-align: middle;
	border-bottom: 0;
}
.call-mobile {
	width: 12%;
	text-align:center;
	text-transform:uppercase;
	font-size: .6em;
	padding:.5em;
	border:1px solid #ddd;
	display: none;
}
.call-mobile .fa {
	font-size:1.5em;
	/* display: table-cell; */
}
.contact-item .inner .inner-number{
	width:100%;
	display:block;
	font-size:.8em;
	font-weight:500;
	margin-top:10px;
}
.main-service {
	float: right;
	display: block;
	line-height: 1em;
	color: #fff;
	background: rgba(0, 112, 60, 0.82);
	padding: 5px;
	font-size: .8em;
}
.main-service span {
	width:100%;
	display: block;
	font-size: 1.1em;
	line-height: 0.9em;
}
.main-service span i {
	color:#ffff00;
}
.top-image-wrapper {
	width:100%;
	height: auto;
	max-width: 900px;
	max-height: 506.91px;
	margin: auto;
	/* padding:0 15px; */
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    max-height: 506.91px;
}
.tablet-up {
	display:block;
}
.doc:hover a .doc-pic, .doc:focus a .doc-pic { 
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .21);
	transform: scale(0.95) rotate(0deg);
	transition: all .1s linear;
	}
/*-------- Calendar ----------*/
.container-list.smx_eventMgmtSystem.title {
	display:none;

}
.event-image {
	width:100%;
}
.event-image img {
	margin:auto;
}
	#topsection .row.time-row {
		margin-bottom: 2em;
    	padding: 1em;
    	border: 1px dotted #ddd;
	}
	.time-row-date {
		border-right:1px dotted #ddd;
	}
	.time-row-date span {
		width:100%;
		display:block;
	}
	.time-row-date span.dow {
		
padding-right: 0;
	}
	.time-row-date span.month {
   	 	font-size: 1.5em;
   	 	line-height: .8em;
   	 	font-weight:  600;
 }
	.time-row-date span.date {
    	font-size: 3.25em;
    	line-height: 1em;
    	font-family: roboto;
    	font-weight: 600;
    	color: #757575;
    	padding-top:10px;
	}
	.time-row-info-title {
	    font-size: 1.75em;
    	font-weight: 600;
    	color: #4c4c4c;
    	line-height: 1em;
	}
	.time-row-info-doc {
	    font-size: 1.25em;
    	color: #00703c;
		line-height: 1.2em;
    	margin-top: 20px;
	}
		.time-row-info-item {
		margin: 10px 0;
		font-size: 1.2em;
		font-family: roboto;
		}
	.time-row-info-item.event-description {
		border-top:1px dotted #ddd;
		padding:10px;
		}
	.item-icon {
			color: #00b679;
			padding-right: 5px;
			padding-top: 3px;
			line-height: normal;
			height: 100%;
			display: inline-block;
			vertical-align: top;
		}
	.item-response {
		display: inline-block;
	}
	.item-icon .material-icons {
	font-size: 1em;
	vertical-align: top;
	line-height: normal;
	padding-bottom: 3px;
	}
	.team-member {
    margin: 0 0 1em;
    padding: 0 1em;
	}
	.featherlight .time-row-info {
		padding: 1em;
    border: 1px dotted #ddd;
    background: #f9f9f9;
	}
	.time-row .btn {
		margin-top: 20px;
		padding:1em;
	}
	.time-row .btn .fa {
		margin-right: 10px;
	}
	.time-row .btn.addtocal {
		display:none;
	}
/*-------------------------------
------------------------------
Featherlight Loading Animation
------------------------------
---------------------------------*/
@-webkit-keyframes featherlightLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes featherlightLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.featherlight-loading.featherlight .featherlight-content {
  -webkit-animation: featherlightLoader 1s infinite linear;
          animation: featherlightLoader 1s infinite linear;
  background: transparent;
  border: 3px solid #00703c;
  border-left-color: #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  min-width: 0;
}

.featherlight-loading .featherlight-content > * {
  display: none !important;
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
  display: none;
}


/*-------------------------------
------------------------------
------------------------
-------------------
------------
MEDIA QUERIES
------------
-------------------
-------------------------
------------------------------
---------------------------------*/
@media only screen and (max-width : 3221px) {

section#services {
	padding-right:15%
}
section#ourteam {/* max-width: 1100px; */}
}
@media only screen and (min-width : 1920px) {
	.home-media {
 height: 740px;
}
	.home-media .parallax-window {
 min-height: 740px;
 background-size:cover;
 background-attachment:  inherit;
}
}
@media only screen and (max-width : 1920px) {
	.home-media {
 height: 650px;
}
	.parallax-window {
 min-height: 650px;
}
.doc {
	width: 25%;
}
.doc:nth-child(4n+5) {
    clear: left;
}
.doc-space-three {
	px; */
	padding-left:;
}
.doc.doc-two {
	width:25%;
}
.doc.doc-one {
	width:37.5%;
}

section {
	max-width: 1100px;
}
section#services {
	padding-right:10%;
	max-width: 1100px;
}
}
@media only screen and (max-width : 1800px) {
section#services {
	padding-right:5%;
	max-width: 900px;
}
}
@media only screen and (max-width : 1500px) {
section {
	max-width: 992px;
}
	.parallax-window {
 min-height: 550px;
}
	.home-media {
 height: 550px;
}

section#services {
	padding-right:5%;
	max-width: 900px;
}
}
@media only screen and (max-width : 1400px) {
.practices-main-text > h1 {
  font-size: 2.4em;
}
.push-for-features {
	padding-right:0px;
}

.footer-group {
	width:20%;
	text-align:center;
}
.doc {
	width: 25%;
}
.home-media {
 height: 550px;
}
.parallax-window {
    min-height: 550px;
}
.breadcrumbs h1 {
	width:100%;
	font-size: 2.75em;
}
.the-main-body {
	padding:0;
}
}
@media only screen and (max-width : 1300px) {
.phonenumber {
	font-size: 1.3em;
	top: 46px;
}
.col-xs-12.col-sm-8.col-sm-offset-2.col-md-5.col-md-offset-1.maincontact {
	margin-right:2%;
	margin-left: 2%;
}
.doc h5 {
	font-size:.8em;
}
.mdx_physdirectory div.row.metalist.multicolumn.even, .mdx_physdirectory div.row.metalist.multicolumn.odd {
	width: 32%;
}
.social-nav-list > li {
    font-size: .7em;
    line-height: inherit;
}
.open-content .picture-back {
	padding:4em;
}
.request-appointment {
	font-size:1.25em;
}
section {
	padding-left:105px;
}
.right section {
	padding-right:105px;
	padding-left: 2%;
}
.home-media .parallax-window {
	background-attachment:initial;
	background-size: cover;
}
.links img {
	max-width: 200px;
}

}
/*-------------------------------

1169px

---------------------------------*/
@media only screen and (max-width : 1169px) {	
.open-content .picture-back {
	padding:4em;
	background-attachment:initial;
}

.phonenumber {
	font-size: 1.2em;
  	width: 20%;
  	margin-top: 3px;
}
.right-side-nav {
	font-size: 1.5em;
  	color: #E3E3E3;
  	margin-top: -4px;
}
.practices-main-text > h1 {
	font-size: 2.3em;
}
.header-spacer {
	height:80px;
}
select.metasearch {
	line-height: 1.5em;
	/* font-size:1em; */
	width: 100%;
}
.small-nav-only {
	display:block;
    padding-left:10px;
}
.tablet-nav {
	display:block;
}
.tablet-nav-spacer {
	display:block;
	margin-bottom:50px; 
	border-bottom:none;
}
table.metasearch {
    margin:0px auto 10px auto;
    max-width: 300px;
}
.phone-top-bar {
  font-size: 2em;
  color: #3B3B3B;
  top: 5px;
  right: 110px;
  position: absolute;
  display: none;
  }
.practices-info-banner {
    margin-top:40px;
}
.push-for-features {
	padding-left:0%;
	/* margin-top: 320px; */
	padding-right: 0px;
}
.see-all {
	display:none;
}

.main-image h1 {
	font-size:2.4em;
}
ul.social-nav-list  {
	/* padding-right: 5em; */
}
.doc {
	width:25%
}
.practice-main-details {
	padding: 0px 10px 20px;
}
.footer-btn {
	border-color:transparent;
	font-size:12px;
}
.home-media {
    width: 100%;
    /* float: left; */
    z-index: 4;
    background-attachment: inherit!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position:center!important;
}

.right-column-info {
    border-right: 1px solid #EFEFEF;
    padding: 30px 0px;
}
.gl-home-story {
	background-attachment:initial;
}
.gallery .no-feature-image {
    height: 420px;
}
.home-media .parallax-window {
	background-attachment:initial;
	background-size: cover;
}
.right .breadcrumbs {
	padding-left:1.5em;
	padding-right:110px;
	padding-bottom: .5em;
}
.footer-feather ul {
	width: 75%;
}
section#services {
	padding-right:5%;
}
}
/*-------------------------------

1024px

---------------------------------*/
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;
		width: 100%;
		padding: 10px;
		padding-left: 0;
		border-bottom: 10px solid transparent;
	 	overflow-y: scroll;
		 -webkit-overflow-scrolling: touch;
}
	.home-media {
    height: 450px;
}
	.parallax-window {
    min-height: 450px;
}
.breadcrumbs {
	padding-left:1.5em;
	padding-bottom: .5em;
}
.breadcrumbs h1 {
	font-size:2.5em;
}
.service-title {
    width: 90%;
    display: TABLE-CELL;
}
.contact-item {
	width: 30%;
	height: 160px;
	vertical-align: middle;
}
.featherlight .featherlight-inner {
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.gl-home-story .description {
	width:65%;
}
}
/*-------------------------------

992px

---------------------------------*/
@media only screen and (max-width : 992px) {
.open-content .picture-back {
	background-image:none;
}
.practices-main-text > h1 {
  font-size: 2em;
}
.leftnav-deskonly {
	display: none;
}
.leftnav-mobileonly {
	display: block;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.right-side-nav {
	font-size: 1.2em;
  	color: #E3E3E3;
  	margin-top: -4px;
}
.right-column-info {
    border-right: 0;
    padding: 0px;

}
.practices-main-img {
	/* display:none; */
	position: absolute;
	right: -30px;
	top: 50px;
}
.practices-info-banner {
    margin-top: 0px;
}

.col-xs-12.col-sm-8.col-sm-offset-2.col-md-5.col-md-offset-1.maincontact {
	margin-right: 20%;
	margin-left: 20%;
	float: left;
	width:100%;
	padding: 10px 20px;
	border-radius: 0px;
}
.contacts {
	font-size:1.1em;
}
.main-image h1 {
	font-size: 2.2em;
}

.maincontact .nav>li>a {
	font-size: .9em;
	border: 1px solid transparent;
	padding: 10px 0px;
	height: auto;
	font-weight: 500;
	font-family: proxima-nova;
	/* text-transform: uppercase; */
}
#navigationLeft .nav>li {
	text-align:left;
	border-bottom:1px dotted #ddd;
	border-left:0px;
}
.nav>li {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 32%;
    text-align: center;
    border-left: 1px solid #ddd;
    border-radius: 0px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #616161;
    font-size: 1em;
}
.nav {
    padding-left: 0;
    margin-bottom: 0px;
    list-style: none;
}
.nav-pills>li+li {
    margin-left: 5px; 
}
.mobile-btns-wrap {
	width:100%;
	float: left;
	font-family: proxima-nova;
}
.mobile-phone {
	width: 48%;
	float: right;
	border: 1px solid rgba(130,155,255,.23);
	/* border-radius: 5px; */
	color: #ABABAB;
	text-align: center;
	padding: 8px 0;
	display:block;
	background-color:none;
}	
.mobile-map {
	width: 48%;
	float: left;
	border: 1px solid rgba(130, 155, 255, 0.23);
	/* border-radius: 5px; */
	text-align: center;
	padding: 8px 0;
	display:block;
	color: #ABABAB;
	background-color:none;
}
.mobile-phone:hover, .mobile-map:hover, .mobile-phone:focus, .mobile-map:focus {
	background-color:#829BFF;
	color:#fff;
}
.mobile-btns-wrap > a {
	color: #829BFF;	
}
.mobile-btns-wrap > a:hover {
	color: #fff;
}
.mobile-phone span.icon, .mobile-map span.icon {
	/* padding-left:20px; */
}
.maincontact {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.doc {
	width:25%
}
aside .title-box.related-title .title {
	text-align: left;
	margin-bottom: 8px;
	font-size: 1.3em;
}
#footer {
	position:relative;
}
.footer-left {
	font-size:1.3em;
	line-height:inherit;
}
.lhlw-logo h3 {
	display: block;
}
.hours-btn-wrapper {
	padding-right: 0px;
}
.doc h5:after {
	display: none;
}
.doc:hover h5:after  {
display:none;
}
section {
	padding-left:0px;
}
.right section {
	padding: 0px;
}
.right section#services {
	padding-right:0px;
}
#pagetitlecontainer.title-box {
  margin-left: 15px;
}
.right .breadcrumbs {
	padding:1.5em;
	padding-bottom:.5em;
}
.col-md-6.border-right {
	border-bottom:1px dotted #ddd;
	border-right:0;
	margin-bottom:30px;
}
section#services {
	min-width: auto;
}
section#services {
	padding-right:0;
}
}
/*-------------------------------

768px

---------------------------------*/
@media only screen and (max-width : 768px) {
.featherlight .featherlight-content {
	 /* has to be scroll, not auto */
	 overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
}
.featherlight.featherlight-iframe .featherlight-content {
	 padding-right: 0px;
	 width: 90%;
	 max-height: 100%;
	 font-size: .9em;
	 -webkit-box-shadow: 6px 0px 20px 5px rgba(119, 119, 119, 0.45);
	 box-shadow: 6px 0px 20px 5px rgba(119, 119, 119, 0.45);
}
.maincontact.mobile-contact {
	display: block;
	position: relative;
	z-index: 5;
	/* background: rgb(255, 255, 255); */
	margin-top: 0;
	-webkit-box-shadow: 0 4px 6px -6px #222;
	-moz-box-shadow: 0 4px 6px -6px #222;
	box-shadow: 0 4px 6px -6px #222;
	padding: 0;
	height: 65px;
	border-top: 1px solid #ddd;
}
.nav-is-visible .maincontact.mobile-contact {
	display:none;
}
.desk-contact {
	display:none;
}
.third {
	width: 100%;
}
.contact-col {
	margin-bottom:0px;
}
.button {
	font-size: .85em;
}
.stat-right {
	text-align: right;
}
.icon-btn {
	width:100%;
}
.text-btn {
	width:100%;
	display: block;
	text-align: center;
}
.wrapper {
	max-width: 710px;
	margin: 0px auto;
}
.phonenumber {
	font-size:1.5em;
	width:80%;
	float:right;
	text-align:right;
	margin-top: -1px;
  	margin-right: 28px;
}
.right-side-nav {
	display:none;
}
.practices-main-img {
	position: absolute;
	right: -30px;
	top: 0px;
}
.practices-main-text > h1 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

aside.links {
	padding:1em;
}
aside.newsletter {
	text-align:center;
	margin-bottom: 10px;
}

.breadcrumb {
  display: none;
}
  #footer {
    margin-top: 0;
  }
  #footer .sidebar {
    margin-top: 0;
  }
  #footer .footer-top {
    padding-bottom: 50px;
  }
  #footer .footer-top .col-md-3 {
    margin-bottom: 36px;
    overflow: hidden;
  }
  #footer .footer-bottom .col-md-3 {
    overflow: hidden;
	text-align: center;
  	padding-left: 15px;
  }
  #footer .footer-bottom .copyright {
    padding: 1em;
    text-align: center;
  }
  #footer .phone,
  #footer .address {
    /* float: left; */
    margin-bottom: 11px;
    /* width: 48%; */
    text-align: center;
    padding-left:0px;
}
  #footer .phone .title {
    display: block;
  }
  #footer .address {
    float: right;
  }
  #footer .up {
    float: none;
    margin: 0 auto;
  }
  .footer-left {
	padding-top:10px;
	border-right:1px solid #ddd;
	line-height: 2em;
}
.our-team {
  margin-top: 0px;
}
.green-nav {
	display: none;
}
.practices-info-banner {
    height: auto;
    margin-top: 40px;
    padding: 2em 0 0 0;
}
.practices-main-text {
	text-align:center;
	padding: 3em;
}
#footer .sidebar .widget {
  margin-bottom: 12px;
  width: 100%;
}
.maincontact {
	margin-bottom:0px;
}
.resources {
	padding-left:0px;
}
.col-xs-12.col-sm-8.col-sm-offset-2.col-md-5.col-md-offset-1.maincontact {
	margin-right: 0;
	margin-left: 0;
	float: left;
	padding: 5px;
	border: 0;
	width: 100%;
}
.maincontact .tab-content {
	width: 100%;
	float:left;
	padding: 0;
}
.maincontact {
    border-radius: 0px;
    border: 0px solid #fff;
    background-color: rgba(255,255,255,1);
    position: relative;
    /* margin-top: 10px; */
    padding: 10px;
}
.contacts {
    width: 90%;
}
.resource-full {
    width: 100%;
}
.hours, .address, .resources {
 	 padding-bottom: 10px;
 	 padding-left:20px;
}
.address {
	width: 100%;
	text-align:left;
	float: left;
}
.mobile-btns-wrap {
	width:35%;
	float: right;
}
.mobile-map {
	width:100%;
	margin: 0;
}
.mobile-phone {
	width:100%;
	margin:10px 0;
}
.btn-resources {
  color: #000;
  padding: 5px;
  background-color: transparent;
  width: 25%;
  height: 85px;
  transition: background-color 0.8s ease-in-out, color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out, border 0.5s ease-in-out;
  -webkit-transition: background-color 0.8s ease-in-out, color 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out, border 0.5s ease-in-out;
}
.maincontact .nav {
	width:100%;
	margin: 0px;
	padding-top: 0px;
	background: transparent;
	border-radius: 0px;
	border-top: 0px solid rgba(168, 159, 255, 0.36);
	border-bottom: 0px solid rgba(168, 159, 255, 0.36);
}
.maincontact .nav>li {
	width: 33.33333%;
	height: auto;
}
.maincontact .nav>li>a:focus, .maincontact .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.54);
    color: rgb(130, 155, 255);
    border: 0px solid rgba(130, 155, 255, 0);
    border-radius: 0px;
    transition: all .3s ease-in-out;
}
.maincontact .nav-pills>li.active>a, .maincontact .nav-pills>li.active>a:focus, .maincontact .nav-pills>li.active>a:hover {
    color: rgb(130, 155, 255);
    background-color: rgba(255, 255, 255, 0.54);
    border: 0px solid rgba(130, 155, 255, 0);
    border-radius: 0px;
}

.footer-group {
	width:50%;
	text-align:center;
}
ul.social-nav-list  {
	padding-right: 0em;
	padding-top: 0;
}
aside .title-box.related-title .title {
	font-size: 1.3em;
	text-align: left;
	margin-bottom: 8px;
}
.main-image img {
	display:none;
}

.right-column-info {
    border-right: 0px;
}

.deskonly {
	display: none;
}

.smx-departments-feed.is-visible.deskonly {
    display: none;
}
.mobileonly {
	display: block;
	border-radius: 0px;
}
h1.mobileonly {
	display: none;
	border-radius: 0px;
}
.no-feature-image h1.mobileonly {
	display: block;
	border-radius: 0px;
}
.right-column-info {
	border-left: 0px;
	/* margin:0 -15px; */
	width:100%;
	padding: 0;
}
.mdx_physdirectory .row {
	margin:0;
	padding:0;
}
.mdx_physdirectory div.row.metalist.multicolumn.even, .mdx_physdirectory div.row.metalist.multicolumn.odd {
	width: 100%;
	display: inline-block;
	border: 1px solid transparent;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 10px;
	height: auto;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
	.mdx_physdirectory div.row.metalist.multicolumn.even:hover, .mdx_physdirectory div.row.metalist.multicolumn.odd:hover {
		border: 1px solid rgba(22,148,255,1);
		-webkit-transition:all .3s ease-in-out; 
		transition:all .3s ease-in-out; 
	}
.metalist.list_photo {
	max-width: 90px;
	margin:0 auto;
	float: left;
	width:22%;
	padding-right:3%;
}
.metalist.list_photo img {
	max-width: 100%;
}
.metalist.list_city {
	font-style:italic;
	float: right;
	/* padding-left: 10px; */
	width:75%;
	text-align:left;
}
.metalist.list_specialty1 {
	float: right;
	/* padding-left: 10px; */
	width:75%;
	text-align:left;
}
.metalist.list_lastname{
	margin: 0 auto 0;
	float: left;
	padding-left: 10px;
	width: 75%;
	text-align:left;
}
.metalist.list_lastname a strong {
	color:#00703c;
	margin:10px auto 0;
	font-weight:500!important;

}
.header.col-sm-12.even, .header.col-sm-12.odd {
	padding:0;
}
.page-header {
	margin-bottom:30px;
	margin-top: 0px;
}
.FAD {
	width:100%;
}
.FAD-title {
	width: 100%;
    vertical-align: bottom;
    text-align: center;
    display: inline-block;
}
.page-header .title-box.FAD-title h1.title {
	font-size: 1.5em;
	padding:0;

}
.page-header .title-box.FAD-title h3 {
	margin-top: 0;
}
.title-box.FAD-title:before {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 0 -1px -20px;
  position: absolute;
  width: 40px;
}
.title-box.FAD-title:after {
  background: #ddd;
  bottom: -1px;
  content: "";
  display: block;
  height: px;
  left: 0;
  position: absolute;
  width: 100%;
}
.FAD-photo {
	width:100%;
	display:inline-block;
	text-align:center;
}
.FAD-photo img {
	max-width:220px;
	display:inline-block;
}
.open-content .inside {
    padding: 1em 0;
}
.no-feature-image {
	background: none;
	background-image: none;
	height: inherit;
	/* margin-top: 100px; */
}
.no-feature-image .main-image.grey {
	opacity:0.2;
	 background: rgba(232, 232, 232, 0.75);
}
.open-content .picture-back {
	padding: 0em;
	background-attachment: inherit;
	background-position: left;
	height: auto;
	z-index: 10;
}
.push-for-features {
	padding-top: 20px;
}
.request-appointment {
	width:100%;
	padding: 2em;
	font-size:1em;
}

.no-feature-image h1 {
	    text-align: center;
	    padding: 0 5px;
	    position: relative;
	    color: #505050;
	    font-weight: 100;
	    float: left;
	    width: 100%;
	    margin-bottom: 0;
	    font-size:2em;
	    margin-top: 90px;
	    margin-bottom: 46px;
	    /* display: none; */
}
.home-media {
	margin-top: 130px;
}
.home-media.no-nav-header {
	margin-top: 65px;
}
.no-feature-image-body .home-media {
    height: 250px;

}
.no-feature-image-body .home-media.no-nav-header {
	margin-top:80px;
	height: auto;
}
.tablet-down-image {
	width:100%;
	display:block;
	padding:1em;
	position: relative;
}
.tablet-down-image img {
	width:100%;
}
.gl-home-story .related-title {
    margin-left: 0;
}
.gl-home-story {
	height: auto;
	padding: 2em;
	background-image: none!important;
	background: #f7f7f7;
	margin-bottom: 0;
	box-shadow: none;
}
.gl-home-story .description {
	position:relative;
	width:100%;
	padding:1em;
	margin:0;
	display: inline-block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.gl-home-one {
	-webkit-box-shadow:none;
	box-shadow:none;
	padding-bottom: 0;
}
.gl-home-two {
	-webkit-box-shadow:none;
	box-shadow:none;
	padding: 2em;
	padding-top: 0;
}
.share .trigger.more-pages .label.deskonly{
	display:none;
}
.share .trigger.more-pages .label.mobileonly{
	display:inline-block;
}
.black-gradient {
	opacity:0;
	display: none;
}
.gl-home-story .related-title {
    margin-left: 0;
}
.gl-home-story {
	height: auto;
	padding: 1em 1em 2em;
	background: #f7f7f7;
}
.gl-home-story .description {
	padding:0;

}
.gl-home-story .title-box {
	margin: 10px 0;
}
.gl-home-story .description h2 {
	font-size:1.5em;
	padding-top:10px;
	color: #464646;
}
.gl-home-story .description .btn {
    width: 100%;
}
.gl-home-story .description p {
	font-size: .9em;
	line-height: 1.2em;
	color: #505050;
}
.doc-space-three .doc:nth-child(1) {
	margin-left:0%;
}
#pagetitlecontainer.title-box {
	margin-left:auto;
}
#pagetitlecontainer h1 {
    color: #464646;
    font-size: 2.2em;
    padding-right: 0;
}
.contact-item {
	width: 47%;
	height: 120px;
	vertical-align: middle;
}
.links img {
	max-width: 140px;
	padding-top: 1em;
}
.footer-feather ul {
	width: 100%;
}
.disclaimer {
    padding: 2em 10em 0em;
}
}
/*-------------------------------

766px

---------------------------------*/
@media only screen and (max-width: 766px) {
h2 {
	font-size:32px;
}
.practices-banner {
    width: 100%;
    opacity: .1;
    height: 300px;
}
.practices-main-img {
	display:none; 
}
.mobile-break {
	position: relative;
	border-bottom: 2px dotted #ddd;
	width: 102px;
	margin: auto;
}
.doc-space-one, .doc-space-two, .doc-space-three {padding-left: 0;}
.doc {
	width: 33%;
	height: auto;
	margin-bottom: 0px;
	/* border: 1px solid #F5F4F4; */
	padding: 7px;
	text-align: center;
	margin: 0 0px;
}
.doc:nth-child(4) {
	clear:both;
}
.doc:nth-child(4n+5) {
    clear: none;
}
.social-box {
	padding-left: 0px;
}
#footer {
	padding-left: 0px;
	position: relative;
}

.title-box .title {
	font-size:1.5em;
}
.practice-main-details .title-box .title {
	font-size:1.5em;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.no-feature-image {
	background-color: #fdfbfb;
	height: inherit;
	margin-top: 90px;
}
.no-feature-image-body .no-feature-image {
	background-color: #fdfbfb;
	height: inherit;
	margin-top: 0px;
	height: 0;
}
.gallery .no-feature-image {
	height:inherit;
}
  .main-image > p {
	display:none;
	color: #00703c;
}
.main-image p.links {
	font-weight:300;
	text-align: center;
	display:block;
	color: #00703c;
	padding: 0px 10px;
	margin-top: 0;
	width: 100%;
	float: left;
	position: inherit;
	right: 0px;
}
.main-image {
	    background-color: rgba(255, 255, 255, 1);
	    position: relative;
	    bottom: initial;
	    width: 100%;
	    height: auto;
	    color: #00703C;
	    padding: 0px;
	    display: block;
	    float: left;
	    /* margin-top: 125px; */
	    background:none;
}
.main-image.grey {
	background:none;
	opacity: 1;
}
.main-image img {
	display:block;
}
.main-image h1 {
    margin-top: 10px;
    font-size: 1.75em;
    text-align: center;
    padding: 0 .5em;
    position: inherit;
    color: #505050;
    /* border-left: 3px solid #00703c; */
    float: left;
    width: 100%;
    margin-bottom: 0px;
    /* letter-spacing: 1px; */
}
.home-media h1 {
    margin-top: 10px;
    font-size: 2.2em;
    text-align: center;
    padding: 0 10px;
    position: inherit;
    color: #505050;
    font-weight:100;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.main-image.grey h1 {
	padding-right: .5em;
}
.main-image h1 p {
	margin-bottom: 0;
}
.main-image a {
    color: #00703C;
}
.main-image p.links:before {
    display: none;
}
.home-media {
	margin-bottom:0px;
	float: left;
	margin-top: 130px;
	height: inherit;
	background-size: cover!important;
	background-attachment: initial!important;
	background: none!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.no-feature-image-body .home-media {
	margin-top:10px;
	height: 285px;
}


.parallax-window {
    min-height: 0px;
    height:inherit;
}
.change .home-media .parallax-window {
    min-height: 320px;
    height:inherit;
    position: relative;
}
.buttons {
	text-align: center;
	margin-top: 0px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.featherlight-inner h1 {
	font-size: 28px;
	font-weight:300;
}

.doc a {
	width: 100%;
	margin-left: 0px;
	padding: 0px;
	}

.links {
	border-bottom:none;
}
.links img {
    max-width: 130px;
}
.footer-left {
	padding-bottom:20px;
}
.inside-footer-left {
	line-height:2em;
	text-align:center;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
}
.social-nav-list > li {
	position: relative;
	display: inline-block;
	padding: 1em;
	color: #E3E3E3;
	overflow: visible;
	border-bottom: none;
	-webkit-transition: color 0.3s, box-shadow 0.3s;
	-moz-transition: color 0.3s, box-shadow 0.3s;
	transition: color 0.3s, box-shadow 0.3s;
	font-size: 1em;
	text-align: center;
	width:33%;
	float: left;
}
.request-appointment a {
	padding:.5em;
	border: 1px solid rgba(22,148,255,.2);
	margin-top: 20px;
	float:left;
	width:100%;
	font-size: .8em;
}
.request-appointment a .online {
	color: rgba(22,148,255,1);
}
.main-image.grey h1:before, .main-image.grey h1:after {
	display:none;
}
.breadcrumbs {
	display: none;
}
.no-feature-image h1 {
    font-size:2em;
    margin-top: 100px;
}
h1.mobileonly {
	display: block;
}
.lhlw-outer h3 {
	font-size:1em;
}
.btn.continue-reading-btn, .btn.continue-reading-btn-two {
	display:none;
}
	#topsection .row .time-row {
		    padding: 1em .5em;
		    font-size: .8em;
		    margin-left: -15px;
		    margin-right: -15px;
	}
		.time-row-date span.date {
			font-size:3em;
		}
	.time-row-date {
		font-size: 0.7em;
    	padding: .5em;
	}
	.time-row-info-title {
		font-size: 1.3em;
	}
	.time-row-info-doc {
	font-size:1em;
	}
}
/*-------------------------------

525px

---------------------------------*/

@media only screen and (max-width : 525px) {
body {
	font-weight:300;
	font-size: 17px;
}
.tablet-up {
	display:none;
}
.push-for-features {
	padding-top: 20px;
}
p, .p {
	font-size: 1em;
	line-height: 1.5em;
}
.continue-reading, .continue-reading-two {
	height: 450px;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}
.continue-reading:after, .continue-reading-two:after {
	content:"";
	width:100%;
	height: 50px;
	/* background: -webkit-linear-gradient(bottom, #ffffff, transparent); */
	/* background: linear-gradient(0deg, #ffffff, transparent); */
	-webkit-box-shadow: 0px -20px 200px 120px #fff;
	box-shadow: 0px -3px 84px 70px #fff;
	position:absolute;
	bottom: -50px;
	left:0;
	z-index:1;
}
.btn.continue-reading-btn, .btn.continue-reading-btn-two {
	width:80%;
	margin-left:5%;
	position:absolute;
	bottom: 0;
	background:rgba(255, 255, 255, 0.85);
	display:block;
	z-index:2;
	color: rgba(22,148,255,1);
	font-size: .9em;
	border: 1px solid rgba(22,148,255,1);
}
.btn.continue-reading-btn:hover, .btn.continue-reading-btn:focus, .btn.continue-reading-btn-two:hover, .btn.continue-reading-btn-two:focus {
	background:rgba(255, 255, 255, 0.95);
}
.btn.continue-reading-btn.is-hidden, .btn.continue-reading-btn-two.is-hidden {
	display:none;
}
.continue-reading.is-hidden, .continue-reading-two.is-hidden {
	height: auto;
}
.continue-reading.is-hidden:after, .continue-reading-two.is-hidden:after {
	display:none;
}
.home-media {
    margin-bottom: 0px;
    float: left;
    margin-top: 100px;
}
.no-feature-image-body .home-media {
    margin-bottom: 0px;
    float: left;
    margin-top: 10px;
    height: auto;
}
.no-feature-image h1 {
    font-size:1.6em;
    margin-top: 35px;
    margin-bottom: 24px;
}
.change .home-media .parallax-window {
    min-height: 240px;
}
.no-feature-image-body .home-media.no-nav-header {
    margin-top: 10px;
    height: auto;
}
.home-media.no-nav-header {
	margin-top: 50px;
}
.maincontact.mobile-contact {
	height: 50px;
}
.headroom-unpinned .maincontact.mobile-contact {
	border-top:0;
}
.practice-main-details ul > li {
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 1.5em;
}
.nopad {
	padding-left: 0px;
  	padding-right: 0px;
}
topmargin-nomobile {
	margin:0px 0px;
}
.third {
	width: 100%;
}
.contact-col {
	font-size: 1em;
	margin-bottom: 0px;
}
.contact-col h4 {
	font-size: 1.1em;
}
.contacts {
	font-size: 1em;
	width: 100%;
	margin: 0px;
	text-align: left;
	padding: .5em;
}
.contacts p {
	font-size: .9em;
	line-height: 1.4em;
}
.providers {
	padding: 0px;
	font-size: 1em;
}
.providers h4 {
	font-size: 1.2em;
	margin-bottom: .5em;
}
.doc {
	width: 50%;
}

.doc:nth-child(4) {
	clear:none;
}
.doc:nth-child(4n+5){
	clear:none;
}
.doc:nth-child(2n+3) {
	clear: left;
}
.doc-space-two .doc:nth-child(1) {
    margin-left: 0;
}
.doc-img {
	max-width: 75%;
}
.doc-info {
	padding-left:0px;
	text-align: left;
}
.doc-title {
	font-size: 1em;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
.doc-title h5 {
	font-size:1em;
	margin-bottom: 5px;
}
.doc h5 {
	width: 100%;
	float:left;
	font-size: .7em;
	padding: 10px 5px;
	}
.stat-right {
	text-align: right;
	width:100%;
}

.address .stat-right {
	text-align:left;
}
.story {
	width: 210px;
	height:170px;
	float: left;
	text-align: center;
	padding: 10px;
}
.story img {
	width: 180px;
}
.text-btn {
	font-size:.6em;
	line-height: 1em;
	width:100%;
	text-align:center;
}
.home-media h1 {
    margin-top: 10px;
    font-size: 1.5em;
}
.no-feature-image-body .home-media h1 {
    margin-top: 115px;
    font-size: 1.5em;
    position:relative;
    margin-bottom: 20px;
}
.no-feature-image-body .home-media.no-nav-header h1 {
    margin-top: 75px;
    font-size: 1.5em;
    position:relative;
    margin-bottom: 20px;
}
.change h1 {
    margin-top: 10px;
    font-size: 1.5em;
    /* vertical-align:bottom; */
    float: left;
    position: relative;
}
.icon-btn > .icon:before {
	padding-right:0px;
	font-size: 1.8em;
}
.icon-btn {
	font-size:1em;
}
.show-read-more .more-text{
        display: none;
    }
.practices-main-text {
	text-align:center;
	padding: 1em 1em 1em 1em;
}
.practices-main-text > h1 {
	font-size: 1.6em;
	color:#00703c;
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	font-weight: 300;
	padding-left: 10px;
	padding-right: 5px;
}

.breadcrumb {
  	display: none;
}
.nopad-left-mobile {
	padding-left:0px;
	padding-right:10px;
}
.practices {
  	padding-top: 0px;
}
#footer .phone,
  #footer .address {
  	width: 100%;
  	font-size: 1.5em;
  	line-height: 1.4em;
  }
.hours, .address, .resources {
 	 padding-bottom: 10px;
 	 padding-left: 0px;
}
.accordion-body {
	 margin-bottom: 10px;
 	 border-bottom-style: dotted;
 	 border-bottom-width: 1px;
 	 border-bottom-color: rgb(236, 236, 236);
}
.btn-resources {
    color: #4C4C4C;
    /* border: 1px solid #d2f3fa; */
    border-radius: 0px;
    margin: 0px;
    padding: 10px 0px;
    /* background-color: #ffffff; */
    width: 33.3%;
    height: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#pagetitlecontainer h1 {
	color:#00703c;
	margin-top:10px;
	/* margin-bottom:20px; */
	font-size: 1.6em;
	text-align:left;
	padding-bottom: 10px;
	/* border-top: 1px dotted #DEDADA; */
	/* border-bottom: 1px dotted #DEDADA; */
	border-left: none;
	float: inherit;
}
.green-nav {
	margin-top: 30px;
	display: none;
}
.practices-info-banner {
    margin-top: 50px;
    padding: 0em 0 0 0;
}
.doc-pic {
    font-size: 1em;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    padding-left: 0;
    padding-right: 0px;
    width: 100%;
    height:180px
}
.doc-info a {
   font-size: .85em;
   /* padding: 8px; */
   float: left;
}
.doc-info a .btn {
	font-size: .9em;
	padding: 7px 20px;
}
.nav-pills>li+li {
    margin-left: 2px;
    border: 0;
    border-radius: 0px;
    border-left: 1px solid #ddd;
}
.nav {
    margin-left:-5px;
    margin-right:-5px;
}
.practices-banner {
    width: 100%;
    opacity: .1;
    height: 220px;
}
.maincontact {
	margin-bottom:0px;
	background: rgba(255,255,255,0.98);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.98) 0%, rgba(221,221,221,0.99) 59%, rgba(221,221,221,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.98)), color-stop(59%, rgba(221,221,221,0.99)), color-stop(100%, rgba(221,221,221,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.98) 0%, rgba(221,221,221,0.99) 59%, rgba(221,221,221,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.98) 0%, rgba(221,221,221,0.99) 59%, rgba(221,221,221,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.98) 0%, rgba(221,221,221,0.99) 59%, rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 10%, rgba(255,255,255,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0 );
	padding: 0px;
}
.featherlight .featherlight-close-icon {
	font-size: 2em;
	padding: 0 .2em;
	right: 5px;
}
.main-image p.links {
	display:none;
}
.nomobile {
	display:none;
}
.featherlight-inner h1 img{
	display:none;
}
.title-box.FAD-title {
	margin-bottom:10px;
	margin-top:10px;

}
.sidebar .menu li.child a {
	font-size: 1.1em;
	text-align:left;
}
.practice-main-details {
	/* padding: 15px; */
}

.footer-group {
	width:100%;
	text-align:center;
}
.footer-group-all {
	margin-bottom:10px
}

#footer {
	position:relative;
	border-top: 3px solid #e0e0e0;
}
.links {
	border-bottom:1px solid #ddd;
	margin-bottom: 20px;
}

.push-for-features {
	padding-left:0%;
	margin-top: 0px;
	padding-right: 0px;
}
.push-for-features .col-xs-12 .col-md-6 {
	padding:0;
}
.secondary-body .col-xs-12 .col-md-6 {
	padding-left:15px;
	padding-right:15px;
}
#footer .footer-top {
	padding-top: 25px;
}
  .footer-left {
	font-size:1.3em;
	line-height:1.5em;
	padding-left: 2em;
	}
h2, .h2 {
	font-size: 22px;
	margin:10px 0;
	line-height: normal;
	/* font-family: roboto; */
}
h3, .h3 {
	font-size:20px;
	margin:10px 0;
	line-height: normal;
}
.title-box.text-right:before {
  left: 0;
  right: auto;
}
.open-content {
	padding:0;
	margin-bottom: 1em;
}
.open-content .inside {
    padding: 1em 0;
    font-size: 1em;
}
.open-content .inside .quote {font-size: 1.7em;}

.footer-feather ul {
	text-align:right;
	list-style-type: none;
	font-size: 1.1em;
}
.footer-feather li {
	border-bottom:1px solid #ddd;
	padding:.5em;
}
.request-appointment .fa {
	font-size: 1.2em;
	padding-right:10px;
	width: auto;
}
.request-appointment h1 {
	margin-bottom:10px;
}
.request-appointment .online {
	font-size: 1.2em;
	
}

.no-feature-image .breadcrumbs {
	background-color: rgba(245, 245, 245, 0.51);
	top: 175px;
}
.breadcrumbs h1 {
	text-transform: none;
	font-size: 2em;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 10px;
}
.the-main-body {
	font-size:18px;
}
.practice-main-details h2 {
	margin-bottom:20px;
	margin-top: 20px;
}
.share {
	position: fixed;
	width: 100%;
	height: 40px;
	background: rgba(255, 255, 255, 0.91);
	z-index: 20000;
	border-top: 2px solid #ddd;
	display: block;
	font-family: roboto;
}
.share .trigger {
	width: 100%;
	float: right;
	text-align: center;
	height: 50px;
	border-left:1px solid #ddd;
}
.share .trigger.mobilephone {
	width: 28%;
	background: transparent;
	color: #5B0C7D;
	margin-top: 0px;
}
.share .trigger.first {
	border:none;
}
.trigger-full {
	float: right;
	width: 15%;
}
.share .trigger.more-pages {
    width: 72%;
    float: left;
    background: transparent;
    color: #00703c;
    margin-top: 0px;
    text-align: center;
}
.trigger .fa {
	vertical-align: -webkit-baseline-middle;
	font-size: 18px;
	padding: 11px 10px;
	width: auto;
	float: left;
	padding-right: 0;
	display: inline-block;
}
.trigger.mobilephone .fa {
	padding-left:15px;
}
.share.headroom--pinned {
	bottom: -50px;
	top: inherit;
	transform: translateY(100%);
}
.share.headroom--unpinned {
	bottom: 0;
	top: initial;
	transform: translateY(0%);
}
.share.pages .gl-logo {
	width: calc(100% - 220px);
	float: left;
	padding: 8px 5px;
	text-align: center;
	display: none;
}
.share.pages .gl-logo img {
	max-height: 30px;
	text-align: center;
	margin: auto;
}
.share.pages .gl-logo h2 {
	font-size: .8em;
	text-overflow: inherit;
	white-space: normal;
	font-weight: 300;
	display: none;
}
.more-pages-nav {
	bottom:50px;
	padding: 1em;
	font-size: 1em;
}
.trigger .label {
	width: auto;
	text-align:center;
	color: #444;
	padding: 11px 10px;
	border-radius: 0;
	vertical-align: text-top;
	font-size: .9em;
	font-weight:300;
	float: left;
}
.trigger.mobilephone .label {
	color: #5B0C7D;
}
.share .trigger.more-pages .label {
    color: #00703c;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 200;
    padding-top: 11px;
}
.tablet-down-image {
	padding:0;
}
.tablet-down-image img {
	width:100%;
}

.more-pages-nav ul.children li.child.parent:after {
	display:none;
}
.more-pages-nav ul.children li.child {
    font-size: .55em;
    padding: .5em .5em;
    /* border-bottom: 1px dotted #ddd; */
}
.more-pages-nav ul.children li.child:before {
	display:none;
}
.more-pages-nav ul.children li.child ul li.child:after {
 	font-family:fontawesome;
 	/* content: "\f068"; */
 	position:absolute;
 	left:60px;
 	color:#c7c7c7;
 	font-size:.8em;
 }
.open-content-green {
	padding:1em;
}

section#topsection {
	padding-top:1em;
}
.form-style-gbmc {
    font-family: 'Roboto', arial, sans;
    width: 90%;
    padding: 30px;
    /* background: #FFFFFF; */
    margin: 50px auto;
    /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22); */
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    /* -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22); */
    min-height:100vh;
}
.open-content .form-style-gbmc {
	min-height:100%;
}
#topsection .form-style-gbmc {
	margin-top:0;
	padding-top:0;
}
.gl-home-story .form-style-gbmc {
	padding:0;
	color: #000;
}
.row-team-member {
	margin:1em 0;
	padding:0;
}
.team-member {
	padding:0;
}
.team-member-name {
	padding-left:10px;
}
.team-member-bio {
	padding-left:0px;
	width:100%;

}
.team-member-name h3 {
	margin-top:10px;
}
.team-member-name h5 {
	margin-top:0px;
	margin-bottom:0px;
}
.team-member-bio p {
	font-size:.7em;
	line-height:normal;
	margin-top:10px;
}
h4.panel-title {
	font-size:1em;
}
#accordion-menu h4.panel-title, .map-link h4.panel-title {
	font-size: 1.1em;
	padding: .75em .5em;
}
.image-left, .image-left-small {
	padding: 1em 0;
	min-width: calc(100% + 30px);
	max-width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}
.image-full {
	padding: 1em 0;
	min-width: calc(100% + 30px);
	max-width: 100%;
	margin-left: -15px;
	margin-right: -15px;
	float: left;
}
.image-right, .image-right-small {
	padding: 1em 0;
	min-width: calc(100% + 30px);
	max-width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}
.more-pages-nav .parent > a span {
    font-weight: 300;
    font-size: 1em;
    line-height: normal;
}

.more-pages-nav .child > a span {
    font-weight: 300;
    /* font-size: .9em; */
    line-height: normal;
}
.more-pages-nav ul.children li.child a:after {
 	right: 5px;
 }
#accordion-menu .panel-title a.collapsed:after, #accordion-menu .panel-title a.collapse:after ,#accordion-menu .panel-title a:after, .map-link .panel-title a:after  {
	right:-5px;
}
.link-box {
		padding:.5em;
		margin-bottom:10px;
}
.btn.fat {
    padding: 1em;
}
.loading {
  width: 70px;
  height: 70px;
  top: calc(50% - 70px);
  left: calc(50% - 45px);
}
.contact-item {
	width: 100%;
	margin:0;
	margin-bottom:1%;
	height: auto;
	vertical-align: middle;
	padding: .25em 0;
	border: 0;
	border-bottom: 1px dotted #ddd;
}
.contact-item .outer:after {
	font-family:fontawesome;
	content:"\f105";
	/* position:absolute; */
	/* top:0; */
	/* float: right; */
	display: table-cell;
	vertical-align: middle;
	/* height: 100%; */
}
.contact-item .outer {
	/* display:inline-block; */
}
.disclaimer-list li {
	margin-bottom:10px;
}
.time-row-info-item {
    margin: 10px 0;
    font-size: 1em;
    font-family: roboto;
}
.time-row-info {
	padding:0;
	padding-left: 10px;
}
.time-row-date {
	border:0;
	/* border-bottom:1px dotted #ddd; */
	margin-bottom:20px;
}
a.link-box.fat {
	padding:.5em 1em;
}
.contact-item .inner {
	display: table-cell;
	width:80%;
	text-align:left;
	padding-left:10px;
	margin-right: 9px;
	vertical-align: top;
	height: 100%;
	font-size: .8em;
	line-height: 1.2em;
	vertical-align: middle;
}
.contact-item .inner .inner-number{
	display:none;
}
.call-mobile {
	width: 10%;
	text-align:center;
	text-transform:uppercase;
	font-size: .5em;
	padding: .5em;
	border:1px solid #ddd;
	display: table-cell;
	/* float: left; */
	vertical-align: middle;
}
.contact-item:hover{
	border:0;
border-bottom: 1px dotted #ddd
}
figcaption::before {
	margin-left:0%;
}
.page-alert {
	padding: .5em 0;
	font-size:.9em;
	line-height:normal;
}
#footer .inside-footer-left a {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.disclaimer-list { 
	padding-top:1em;
}
.disclaimer {
    padding: 2em 1em 0em;
}
.page-alert-primary {
    font-size:1em;
}
}
/*-------------------------------

420px

---------------------------------*/
@media only screen and (max-width : 420px) {
.change .home-media .parallax-window {
    min-height: 180px;
}
}
/*-------------------------------

325px

---------------------------------*/
@media only screen and (max-width : 325px) {
body {
	font-size: 16px;
}
	.practices-main-text > h1 {
  	padding-left: 10px;
  	padding-right:5px;
  	padding-bottom: 0em;
}
.video-box {
	width:250px;
	height:auto;
}
.profile-box {
	width:250px;
	height:auto;
}
.home-image {
	margin-left: 0;
	margin-right: 0;
}
.address {
	font-size: 1em;
}
.mobile-map {
	font-size: 1em;
	margin-top:0px;
}
.mobile-phone {
	font-size:1em;
	margin-top: 10px;
}
.panel-default>.panel-heading h4 {
	text-align:center;
	/* padding:5px; */
	font-size: 16px;
}
.the-main-body {
	font-size:16px;
}

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */

.slide-menu#the-content .bottom-navigation, .slide-menu#the-content #footer {
	display:none;
}
.slide-nav#the-content .bottom-navigation, .slide-nav#the-content #footer {
	display:none;
}
}

