
/* -------------------------------- 
MAIN TOP NAVIGATION STYLES
Primary style
-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}
.overflow-hidden {
  overflow: hidden;
}
@media only screen and (max-width: 1169px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}
input {
  /* font-family: sans-serif; */
  /* font-size: 1.6rem; */
}
input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* -------------------------------- 
Main components 
-------------------------------- */
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1169px) {
  .cd-main-content.nav-is-visible {
  }
   .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0%);
    left: 0;
  }
}
@media only screen and (max-width: 668px) {
     .cd-main-header.nav-is-visible {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -ms-transform: translateX(0px);
   -o-transform: translateX(0px);
   transform: translateX(0px);
   left:0;
   background-color: rgb(255, 255, 255);
   /* border-bottom: 2px solid #ddd; */
  }
}
.cd-main-content {
  background: #fff;
  min-height: 500px;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 30px -9px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 30px -9px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 30px -9px rgba(0,0,0,0.15);
  margin-bottom: 420px;
}
.cd-main-header {
  height: 65px;
  /* background: rgba(255, 255, 255, .95); */
  -webkit-box-shadow: 0 4px 6px -6px #222;
  -moz-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
  position: fixed;
  width:100%;
  top: 40px;
  z-index: 1042;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cd-main-header.headroom--not-top {
 background: rgba(255, 255, 255, .95);
}
	.cd-main-header a {
		text-decoration:none;
		border-bottom:none;
		border: 0;
	}
	.cd-main-header a:hover {
	   border:0;
	}
	.cd-main-header ul {
		list-style:none;
		line-height: 26px;
		margin-bottom: 0;
		height: 50px;
		margin-top: 0;
	}

	.cd-main-header a.top-menu {
	}
	.fad-detail-body .cd-main-header a.search-menu {
	color: #00703c;
	}
		.fad-detail-body .cd-main-header a.top-menu {
	color: #00703c;
	}
		.fad-detail-body.Yes .cd-main-header a.search-menu {
	color: #ffffff;
	}
		.fad-detail-body.Yes .cd-main-header a.top-menu {
	color: #ffffff;
	}

.logo-box {
  width: 500px;
  margin: 0 auto;
  height: 1px;
  /* box-shadow: 0px 20px 204px 20px #000000; */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
.option-box {
     position: absolute;
     right: 200px;
     text-transform: uppercase;
     padding-top: 27px;
     padding-right:30px;
     transition:all .3s ease-in-out;
}
    .option-box a {
    	    color: #00703c;
    	    padding: 20px 30px;
    	    font-weight: 600;
    	    font-family:proxima-nova;
    	    letter-spacing: 1px;
    	    background: transparent;
    	    border-radius: 5px;
    	    transition:all .3s ease-in-out;
    	    -webkit-font-smoothing: antialiased;
    }
    .option-box a:hover {
    	    background:#00b679;
    }
    .white .option-box a {
    	    color:#fff;
    }
      
.headroom--not-top .option-box {
	padding-top:17px;
}
.headroom--not-top .option-box a {
	color:#00703c;
	font-size:.9em;
	padding-top:0;
}  
.headroom--not-top .logo-box {
  box-shadow:none;
}
.logo-box-lines {
  border-left: 1px dashed rgba(221, 221, 221, 0.5);
  border: 1px dashed rgba(221, 221, 221, 0.8);
  border-top: 0;
  width: 440px;
  height: 100%;
  left: calc(50% - 220px);
  top: 0;
  position: absolute;
}
.menu-box {
  right: 0;
  position: absolute;
  width: 100px;
  height: 100%;
  margin: auto;
  border-left: 1px dotted rgba(202, 202, 202, 0.77);
  }
.fad-detail-body .menu-box {
border:0;
}
.fad-detail-body.Yes .menu-box {
  border-left: 1px dotted rgba(202, 202, 202, 0.47);
}
.headroom--not-top .menu-box, .headroom--not-top .search-box {
  border-color:#ddd;
}
.search-box {
  right: 100px;
  position: absolute;
  width: 100px;
  height: 100%;
  margin: auto;
  border-left: 1px dotted rgba(202, 202, 202, 0.77);
  }
.menu-box:hover, .search-box:hover {
    background: rgba(0,182,121,.8);
     color:#fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-box a:hover, .search-box a:hover {
	    color:#fff;
}
.fad-detail-body .search-box {
border:0;
}
.fad-detail-body.Yes .search-box {
  border-right: 1px dotted rgba(202, 202, 202, 0.47);
}
.i-menu {
  font-size: 2.5em;
  position: absolute;
  right: 23px;
  top: 0px;
}
.i-search {
  font-size: 2em;
  position: absolute;
  right: 9px;
  top: 24px;
  /* text-shadow: 2px 2px 4px rgb(107, 107, 107); */
  transition: all .3s ease-in-out;
  }
.headroom--not-top .i-search {
  top:15px;
  text-shadow:none;
}
.headroom--not-top .i-menu {
  text-shadow:none;
}
.fad-detail-body .i-search, .fad-detail-body .i-menu {
  text-shadow:none;
}
.go-search {
  font-size: 4em;
  position: absolute;
  right: 30px;
  top: 11px;
  color: rgb(107,107,107);
  }
.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .cd-main-header.headroom--top {
    height: 85px;
    top: 40px;
    position: fixed;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: none;
    font-family: roboto;
    border-bottom: 1px dotted rgba(202, 202, 202, 0.77);
  }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
  .headroom--top {
    background-color: rgba(255, 255, 255, .95);
}
 .fad-detail-body .cd-main-header.headroom--top {
 
border-bottom: 0;
 
background: rgba(144, 144, 144, 0);
 
}
 .fad-detail-body.Yes .cd-main-header.headroom--top {
 
    border-bottom: 1px dotted rgba(202, 202, 202, 0.47);
 
background: rgba(144, 144, 144, 0);
 
}
}

.cd-logo {
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    margin: 0 auto;
    position: relative;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out;
    z-index: 1200;
    display: block;
}
.headroom--top .cd-logo {
    background-image: url(../images/logos/logo_gbmc_hc_horiz.png);
    left: 50px;
    top: 10px;
    width: 400px;
    height: 65px;
    opacity: 1;
}
.headroom--top .cd-logo.white {
    background-image: url(../images/logos/logo_gbmc_hc_horiz_white.png);
}
.nav-is-visible.headroom--top .cd-logo.white {
    background-image: url('../images/logos/logo_gbmc.png');
    display: none;
}
.headroom--not-top .cd-logo {
   background-image: url('../images/logos/logo_gbmc_hc_horiz.png');
   height: 65px;
   width: 350px;
   right: initial;
   position: absolute;
   left: 40px;
}

.cd-logo img {
  display: block;
  height: 30px;
  top: 10px;
  left: 50px;
  position: absolute;
}
.mobile-only-logo {
 display:none
}
.greater-living-body .cd-logo {
    height: 38px;
    width: 125px;
    top: 18px;
    left: 50px;
    position: absolute;
    margin: 0;
}
@media only screen and (max-width: 768px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
  .cd-logo {
 background-image: none;
 display: none;
 }
 .mobile-only-logo {
    width: 110px;
    margin-left: calc(50% - 55px);
    margin-top: 10.5px;
    display:block;
    position: absolute;
    top: 0;
    }
}
@media only screen and (min-width: 768px) {
  .cd-logo {
    /* top: 10px; */
    /* left: 50px; */
    -webkit-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out;
  }
}
.cd-header-buttons {
  position: absolute;
  display: none;
  top: 3px;
  right: 5%;
}
.cd-header-buttons li {
  display: inline-block;
  line-height: inherit;
}
@media only screen and (max-width: 768px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
.cd-logo {
    position: absolute;
    top: 9px;
    left: 0;
    margin: auto;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cd-header-buttons {
  position: relative;
  display: block;
  top: 0;
  right: 0;
  width:100%;
  padding-left: 0;
}
.cd-main-header ul {
  height: 65px;
}
}
@media only screen and (min-width: 1170px) {
  .cd-header-buttons {
    top: 0px;
    right: 4em;
    padding-left: 0px;
  }
}
.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;/* hide text */
  color: transparent;
  z-index: 3;
  top: 4px;
}
.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 9px;
  left: 11px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid #004A28;
  transition:border ease-in-out .3s;
}
.cd-search-trigger:hover::before {
  border: 2px solid #9066FF;
  transition:border ease-in-out .3s;
}
.cd-search-trigger::after {
  /* handle */
  height: 2px;
  width: 8px;
  background: #004A28;
  bottom: 14px;
  right: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition:background ease-in-out .3s;
}
.cd-search-trigger:hover::after {
  background:#69aa6f;
  transition:background ease-in-out .3s;
}
.cd-search-trigger span {/* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
  border: 1px solid #9066FF;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span:hover::before, .cd-search-trigger span:hover::after {
  background:#33f;
}
.headroom--top .cd-search-trigger::before {
  border-color: #fff;
}
.headroom--top .cd-search-trigger::after {
  background:#fff;
}
.headroom--top .cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  color:#fff;
  background: #9066FF;
}
.headroom--top .cd-search-trigger::before {
  border-color: #004A28;
}
.headroom--top .cd-search-trigger::after {
  background: #004A28;
}
.headroom--top .cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  color:#00703c;
  background: #9066FF;
}

.cd-nav-trigger span::before {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 33.25px;
  background: #2e3233;
  left:0px;
   -webkit-transition: all 0.3s 0.3s;
  -moz-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
 
}

.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 19px;
  right: 8px;
  margin-top: -2px;
  -webkit-transition: all 0.3s 0.3s;
  -moz-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.6px;
  line-height:27px;
  font-weight: 600;
}
.cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 33.25px;
  background: #2e3233;
  left:0px;
  -webkit-transition: all 0.3s 0.3s;
  -moz-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: 1px;
  right: 0;
  -webkit-transition: all 0.3s 0.3s;
  -moz-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: -5.5px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
   -webkit-transition: all 0.3s 0.3s;
  -moz-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #9066FF;
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 25.25px;
 -webkit-transition: all 0.3s 0.3s;
  -moz-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.cd-nav-trigger.nav-is-visible span{
  color: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(1px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(-1.5px) rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    display: none;
  }
}

@media only screen and (max-width: 1169px) {

.headroom--top .cd-search-trigger::before {
  border-color: #2e3233;
}
.headroom--top .cd-search-trigger::after {
  background:#2e3233;
}
}

@media only screen and (min-width: 1170px) {
  
 .headroom--top .nav-phone {
    color:#fff;
  }
.headroom--top .nav-phone {
    color: #004A28;
    border-right: 1px solid #004A28;
  }
}

.cd-search {
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1042;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search form {
  height: 100%;
  width: 100%;
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 4px 6px -6px #222;
  -moz-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}
@media only screen and (min-width: 1170px) {
  .cd-search {
    height: 100px;
    top: 0;
  }
  .cd-search input {
    padding: 0 2em;
    font-size: 2em;
    font-weight: 300;
  }
}
.cd-overlay {/* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  /*background-color: rgba(105, 170, 111, 0.8);*/
  background-color: rgba(1, 41, 23, 0.93);
  background-color: rgba(239, 239, 239, 0.97);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, 
  -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, 
  -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  background: rgba(0, 0, 0, 0.57);
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
.slide-nav .cd-overlay.is-visible, .slide-menu .cd-overlay.is-visible {
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible {
  }
  .nav-on-left .cd-overlay.is-visible {
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: 678px) {
  .cd-overlay.is-visible {
  }
}
/* -------------------------------- 
support for no js 
-------------------------------- */

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}


@media only screen and (max-width : 1169px) {	

.mobilelogo {
	display:block;
	padding: 8px 10px 20px 20px;
  	text-align: right;
}

}
@media only screen and (max-width : 766px) {

.cd-main-content {
  padding-left:0px;
  margin-bottom: 20px;
}
}

.two-columns {
  -webkit-columns: 2;
  -moz-columns: 2;
	columns: 2;
}
@media only screen and (max-width: 1170px) {
.two-columns {
  -webkit-columns: 1;
  -moz-columns: 1;
	  columns: 1;
}
.cd-nav-trigger {
    top: 3px;
    right: 10px;
    position: absolute;
    z-index: 1201;
}
.cd-search-trigger {
  top: 3px;
  left: 5px;
  z-index: 1201;
} 
}
@media only screen and (max-width: 600px) {
.cd-main-content {
  margin-bottom:0;
}
}

.header-overlay {
    width: 100%;
    height: 50px;
    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);
    background: #fff;
    opacity: .95;
    position: fixed;
    z-index: -1;
}

.slider-img-wrap {
  width: 100%;
  height: 344px;
  float: left;
}

.img-wrap img {
  min-height:100%;
  width:100%;
  float: left;
}

.headroom--pinned {
    top: 40px;
    transform: translateY(0%);
    transition: all 300ms linear;
}
.headroom--unpinned {
    top: 0px;
    transform: translateY(-85px);
    transition: all 300ms linear;
}
.headroom {
    will-change: transform;
    transition: all 300ms linear;
}
.headroom--top {
  background-color: rgba(255, 255, 255, 0);
}
.top-nav a.cd-logo:hover {
  background-color: transparent;
}
.top-nav .option-box a:hover {
	background: rgba(0,182,121,.8);
	color:#fff;
}
.top-menu {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  /* padding: 1em; */
  /* background: #00b679; */
  color: #00703c;
  width: 74px;
  height: 80px;
  position: absolute;
  top: 11px;
  left: 0;
  margin-left: 20px;
  text-align: center;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.white .top-menu {
  color:#fff;
}
.white .search-menu {
  color:#fff;
}
a.top-menu:focus, a.top-menu:hover {
  background-color: transparent;
  color: #fff;
}

.top-menu .menu {
  font-size: 11.5px;
  position: absolute;
  top: 34px;
  right: 31px;
  font-family: roboto;
  font-weight: 400;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  /* text-shadow: 2px 2px 4px rgb(107, 107, 107); */
}
.fad-detail-body .top-menu .menu {
  text-shadow:none;
}
.headroom--not-top .top-menu {
  color:#00703c;
  height: 65px;
  top: 4px;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.headroom--not-top .top-menu .menu {
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  text-shadow: none;
}
.search-menu {
  width: 74px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  text-align: center;
  margin-right: 20px;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  color: #00703c;
}
.search-menu .fa {
  font-size: 2.2em;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.search-menu .menu {
  font-size: .68em;
  position: absolute;
  top: 49px;
  right: 22px;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.headroom--not-top .search-menu {
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  color: #00703c;
  height: 65px;
  top: 0px;
  background: transparent;
}

.headroom--not-top .search-menu .menu {
  color:#00703c;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.nav-is-visible.cd-main-header .search-menu {
  color: #00703c;
  background: transparent;
  display: none;
}
.nav-is-visible .give-menu {
  background: rgba(136, 136, 17, 1);
}
.nav-is-visible.cd-main-header .top-menu {
    color: #9066FF;
    background: transparent;
    border: 0;
}
.nav-is-visible .call-menu {
  background: rgba(91, 12, 125, 1);
}
.headroom--not-top .call-menu {
  right: 185px;
  top:0;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  color: rgb(91, 12, 125);
  background: transparent;
}
.headroom--not-top .give-menu {
  right: 240px;
  top: 0;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  color: rgb(136, 136, 17);
  background: transparent;
}
.headroom--not-top .maps-menu {
  right:350px;
  top: 0;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.headroom--not-top .social-menu {
  right: 400px;
  top: 0;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.headroom--not-top .mygbmc-menu {
  right: 450px;
  top:0;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.menu-addons {
  opacity: 0;
  visibility:hidden;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.menu-addons.is-visible {
  opacity: 0;
  visibility:visible;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.the-nav {
    width: 600px;
    height: 100vh;
    text-align: left;
    z-index: 1040;
    position: fixed;
    overflow: auto;
    font-size: .9em;
    background: transparent;
    top: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    font-family: roboto;
    visibility: hidden;
    opacity:0;
    display:none;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
.the-nav.is-visible {
    opacity: 1;
    visibility: visible;
    /* font-size: .9em; */
    /* padding-right: 50px; */
    padding-top: 0;
    padding-bottom: 0;
    display:block;
    /* background-image: url('../images/overlay.png'); */
    background-repeat: repeat;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
    font-size: .9em;
}
.menu-title {
  color: #9066FF;
  position:fixed;
  top:60px;
  right: 32px;
  font-size:.7em;
  font-weight:100;
  z-index: 1050;
}
.the-menu {
    width: 50%;
    height: 100vh;
    text-align: left;
    z-index: 1040;
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    color: #525252;
    padding: 0;
    font-family: roboto;
    font-size: 100%;
    visibility: hidden;
    opacity:0;
    display: none;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
.the-menu.is-visible {
    opacity: 1;
    visibility: visible;
    /* overflow: auto; */
    padding-left: 0;
    padding-right: 50px;
    padding-top: 65px;
    padding-bottom: 100px;
    /* background-image: url('../images/overlay.png'); */
    background-repeat: repeat;
    display: block;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
#accordion-menu .panel {
  background:transparent
}
#accordion-menu.panel-group {
  margin-bottom:0;
  direction: ltr;
}
.close-logo-wrapper {
	border-bottom:1px solid rgba(221, 221, 221, 0.36);
	position: fixed;
	background: rgba(255, 255, 255, 0.92);
	z-index: 10;
	width: 100%;
}
.close-menu {
  text-align: left;
  width: auto;
  display:block;
  position: fixed;
  font-size: 4em;
  color: #9066FF;
  line-height: 1em;
  font-family: proxima-nova;
  text-transform: none;
  /* font-variant: small-caps; */
  top: 0;
  left: 20px;
  width: 50px;
  height: 50px;
  font-weight: 300;
  z-index: 2000;
  border-bottom:0;
}
.close-menu span{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.close-nav {
  text-align: right;
  width: auto;
  display:block;
  position: fixed;
  font-size: 4em;
  color: #9066FF;
  line-height: 1em;
  font-family: proxima-nova;
  text-transform: none;
  /* font-variant: small-caps; */
  top: 0;
  width: 50px;
  height: 50px;
  right: 45px;
  z-index: 1500;
  border-bottom:0;
}
.close-nav span{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.close-menu .fa-times {

}
.close-search {
  text-align: left;
  width: auto;
  display:block;
  position: fixed;
  font-size: 4em;
  color: #9066FF;
  line-height: 1em;
  font-family: proxima-nova;
  text-transform: none;
  /* font-variant: small-caps; */
  top: 12px;
  left: 20px;
  width: 50px;
  height: 50px;
  font-weight: 300;
  z-index: 2001;
  border:0;
}
.close-search span{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.bottom-btns {
  display:none;
}
.nav-left {
  width: 100%;
  display: block;
  /* padding-right: .5em; */
  /* float: left; */
  margin-bottom: 10px;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.nav-right {
  width: 100%;
  float: left;
  display:inline-block;
  padding-bottom: 100px;
  /* padding-left: 2em; */
  padding-top: 80px;
  margin-right: 97px;
  overflow: auto;
  height: auto;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.nav-right a {
	color: #7d7d7d;
	width: 100%;
	display: inline-block;
	border-bottom: 0;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.nav-right a:hover {
	color: #9066FF;
  	-webkit-transition:all .3s ease-in-out;
  	transition:all .3s ease-in-out;
}
ul#left-nav {
  font-size: 1.75em;
    padding: .5em;
}
a.main-nav-logo {
	position: relative;
	top: 0;
	width: 205px;
	padding: 1em .25em;
	display: block;
	text-align: left;
	border-bottom: 0;
}
a.main-nav-logo:hover {
	cursor:pointer;
}
a.main-nav-logo img {
	max-width:100%;
	padding-left: 40px;
}
.the-nav .spacer {width: 100%;border-top: 2px dotted #ddd;margin: .5em 0;}
.nav-block-full {
  padding: .5em;
  display: block;
  width: 100%;
  border-bottom: 2px dotted #ddd;
  margin-bottom: 10px;
}
.nav-block-full a {
	line-height:normal;
	/* margin-bottom:5px; */
	display: inline-block;
	position: relative;
	width: 50%;
	vertical-align: top;
	border-right: 2px dotted #DDD;
}
.nav-block-full a:nth-child(2) {
	border-right:0
}
.nav-block .label {
  font-size: 1.7em;
  padding: 1em 1.5em;
  text-align: center;
  font-weight: 300;
}
.nav-block .label p {
	font-size: .35em;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 10px;
	display: block;
	line-height: normal;
	color:transparent;
	-webkit-transition:transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.nav-block-full a:hover .label p {
	color:#9066FF;
}
.nav-block .label .fa {
  margin-right: 30px;
  width: 100%;
  text-align:  center;
  font-size: 1.25em;
  padding-bottom: 12px;
}
.bottom-navigation {
  font-family:roboto;
  z-index: 1000;
  position: absolute;
  top: 575px;
  left: 0;
  /* border: 1px solid rgba(128, 128, 128, 0.33); */
  width: 142px;
  height: 202px;
  vertical-align: bottom;
}
.bottom-navigation-tracker {
	z-index: 1000;
	position: absolute;
	top: 500px;
	left: 20px;
	width: 102px;
	height: 267px;
	}
.right .bottom-navigation {
	left: inherit;
	right: 0;
	top: 250px;
	margin-right: 20px;
}
.right .bottom-navigation-tracker {
	left:initial;
	right:20px;
	top: 185px;
}
.nav-menu-item {
  padding-bottom: 15px;
  margin-top: 15px;
  display: block;
  border-bottom: 1px solid #ddd;
}
.nav-menu-item:hover {
    color: #9066FF;
    text-decoration: none;
}
.nav-menu-item:hover .material-icons {
	color: #9066FF;
    text-decoration: none;
    
}
.nav-menu-item:nth-last-child(1) {
  border:none;
  padding-bottom:0px;
}
.nav-menu-item:nth-child(1) {
  margin-top:0
}
.small-nav a {
	width: 100%;
	margin-right: 2%;
	margin-bottom: 8.5px;
}
.side-nav {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    padding: 1em .3em;
    /* border: 2px solid #00b679; */
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    /* height: 100px; */
    /* border-right: 1px dotted; */
    border-color: rgba(128, 128, 128, 0.33)!important;
    border-bottom: 0;
    color: #808080;
}
.side-nav .material-icons {text-align: center;font-size: 2em;color: #00703c;}
.side-nav .material-icons.vert {
  float:left;
  font-size:2.2em;
  width:23px;
  color: #00703c;
}
.side-nav .fa {
  font-size: 1.2em;
  display: table-cell;
  width: 100%;
  position: relative;
  float: left;
}
.side-nav .menu {
  font-size: .8em;
  font-weight: 500;
  line-height: 1.1em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  position: relative;
  /* float: left; */
  margin-top: 5px;
  /* overflow: hidden; */
}
.side-nav .menu .menu-more {
  font-weight: 500;
  width: 100%;
  display: block;
  overflow-wrap: normal;
}
.right .bottom-navigation .side-nav {
	background:transparent;
	color:#fff;
	transition:all .9s ease-in-out;
}
.right .bottom-navigation .side-nav .material-icons {
	color:#fff;
	transition:all .9s ease-in-out;
}
.right .bottom-navigation.fixed .side-nav {
	background:rgba(255, 255, 255, 0.9);
	color:#808080;
	transition:all .9s ease-in-out;
}
.right .bottom-navigation.fixed .side-nav .material-icons {
	color:#808080;
	transition:all .9s ease-in-out;
}
.side-nav:hover, .contact-menu:hover {
  background:rgba(255, 255, 255, 0.9);
}
#bottom {
  height:20px;
  margin-bottom: 340px;
  position:relative;
}
.absolute {
  position: absolute;
  } 
.fixed {
  position:fixed
  } 
.bottom-navigation.fixed {
  position:fixed;
  top: 65px;
  opacity: 1;
  /* transition: all .3s ease-in-out; */
  } 
 .right .bottom-navigation.fixed {
  position:fixed;
  top: 65px;
  }
.bottom-navigation.fixed.absolute {
  transition: all .3s ease-in-out;
  opacity: 0;
  height: 0;
  }
.right .bottom-navigation.fixed.absolute {
  transition: all .3s ease-in-out;
  opacity: 0;
  height: 0;
  }
 .medium-nav {
   font-size: 1.5em;
   border-right: 2px dotted #ddd;
   padding: 1em;
   padding-top: .75em;
   max-width: 715px;
   width: 50%;
   display: inline-block;
   vertical-align: top;
   /* background: #f7f7f7; */
  }
.medium-nav img {
	width: 200px;
	padding-left: 3px;
}
.medium-nav a:hover img {
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
}
.photo-nav {
	padding: 1em 0;
	/* border-bottom: 2px dotted #ddd; */
	border-top: 2px dotted #ddd;
	margin-top: 1em;
	max-width: 678px;
	/* background: #f7f7f7; */
}
.photo-nav a {
	width: 100%;
	display:inline-block;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 20px;
}
.photo-nav img {
	/* padding: 0 1em 0; */
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.photo-nav a:hover img {
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
}
.photo-nav .menu-description {
	display: block;
	text-align: right;
	font-size: .5em;
	width: 100%;
	/* max-width: 300px; */
}

  .small-nav {
    font-size: 1.25em;
    padding: 1em;
    max-width: 715px;
    width: 50%;
    /* background: rgba(247, 247, 247, 0.38); */
    display: inline-block;
    vertical-align: top;
}
  .small-nav:nth-child(3) {
  	padding-top:0;
  	padding-bottom:.5em;
  }
  .small-nav .side-one {
  	width: 100%;
  	display: inline-block;
  }
  .small-nav .side-two {
  	width: 100%;
  	display: inline-block;
  }
.medium-nav a {
    /* color: #00703c; */
    text-align: right;
}
.social-main-nav {
	display:block;
	position:relative;
	float: left;
}
.title span.fa {
  display: none;
}
.title span.fa-angle-right {
  display:none;
}
.close-menu span::before, .close-menu span::after, .close-nav span::before, .close-nav span::after, .close-search span::before, .close-search span::after {
  opacity: 1;
  border: 1px solid #9066FF;
  width:50px;
  height:1px;
  content:'';
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 48px;
  top: 75%;
  margin-top: -2px;
  left: 33%;
  margin-left: -11px;
}
.close-menu span::before, .close-nav span::before, .close-search span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.close-menu span::after, .close-nav span::after, .close-search span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ins-forms-btns {
  position: relative;
  text-align: left;
  direction: ltr;
  border-top: 1px dotted #ddd;
  padding:1em .5em;
  font-size: 1.25em;
}
.new-patient-btn, .insurance-btn {
  padding: .5em 1em;
  display: inline-block;
  color: #888;
  width: 100%;
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.insurance-btn {
  /* border-left: 1px solid #ddd; */
}
.ins-forms-btns .fa {
  padding-right:15px;

}
.ins-forms-btns a:after {
 	font-family:fontawesome;
 	content:"\f105";
 	position:absolute;
 	right: 15px;
 	color:#c7c7c7;
 }
.ins-forms-btns img{
	max-height: 28px;
}
.smx-departments-feed a.sidenav-hp {
	width: 220px;
	display: block;
	text-align: center;
	padding: 20px;
	border: 1px dotted #ddd;
	line-height: .9em;
	direction: ltr;
	transition:all .3s ease-in-out;
}
.smx-departments-feed a.sidenav-hp:hover {
	border:1px dotted #03A9F4;
}
.sidenav-hp h4 {
	margin-bottom:5px;
	color: #828282;
	font-weight: 600;
	transition:all .3s ease-in-out;
}
.smx-departments-feed a.sidenav-hp:hover h4 {
	color:#03A9F4;
}
.cd-search .cse .gsc-search-button input.gsc-search-button-v2, .cd-search input.gsc-search-button-v2 {
    width: 27px;
    height: 13px;
    padding: 24px 28px;
    min-width: 14px;
    margin-top: 2px;
}
.cd-search .gsc-control-cse {
	position: absolute;
	height: 100px;
	padding: 0;
	padding-left: 100px;
	top: 0px;
	z-index: 2000;
	border-bottom: 2px solid #ddd;
	font-family: roboto;
	width:100%;
	}
.cd-search .gsc-control-wrapper-cse {
    position: static;
    height: 100%;

}
.cd-search table.gsc-search-box {
  height:70px;
}
.cd-search #gsc-iw-id1 {
  border:0;
  height: 70px;
  box-shadow: none;
  vertical-align: middle;
}
.cd-search .gsc-control-wrapper-cse input {
  font-size:1.5em;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
  /* opacity: 0; */
}
.cd-search .gsc-control-wrapper-cse table {
  border:0;
  height: 100%;
  margin-bottom: 0;
}
input.gsc-search-button {
  height: 70px;
  width: 65px;
  padding: 25px 24px;
}
.cd-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 70px;
  vertical-align: middle;
}
.cd-search table.gsc-search-box td {
  height: 70px;
  font-size: 1.25em;
  font-weight: 300;
  font-family: roboto;
  color: #333;
  /* opacity: 0; */
}
.cd-search table.gsc-search-box td .gsib_b {
  display:none;
}
.gsc-results-wrapper-nooverlay.gsc-results-wrapper-visible {
  width: 100%;
  background:#fff;
  position: absolute;
  left: 0;
  top: 99px;
  padding: 1em 2em;
  overflow-y: auto;
  height: calc(100vh - 100px);
  padding-bottom: 200px;
  z-index: 1041;
  -webkit-overflow-scrolling: touch;
}
.cd-search form.gsc-search-box {
    font-size: 13px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 3em;
    width: 100%;
    height: 97px;
}
.cd-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-size:2em;
  margin-right:20px;
  color: #777;
}
.cd-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #1155CC;
}

.cd-search input.gsc-search-button, .cd-search input.gsc-search-button:hover, .cd-search input.gsc-search-button:focus, .cd-search button.gsc-search-button, .cd-search button.gsc-search-button-v2 {
  opacity: 1;
  right:50px;
  background-color: transparent;
  border: none;
  background: url(../images/go-arrow-forward.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cd-search button.gsc-search-button-v2 {
	height:50px
}
.gsc-search-button-v2 svg {
	display:none;
}
.cd-search .go-search {
  z-index:1042;
}
.cd-search .gsc-table-result, .cd-search .gsc-thumbnail-inside, .cd-search .gsc-url-top {
    padding:0;
}
.cd-search .gs-webResult .gs-snippet, .cd-search .gs-imageResult .gs-snippet, .cd-search .gs-fileFormatType {
    color: #333333;
    font-family: roboto;
    font-size: 1em;
}
.cd-search .gsc-tabsArea, .cd-search .gsc-refinementsArea, .cd-search .gsc-above-wrapper-area, .cd-search .gsc-wrapper {
  max-width:1300px;
  margin:auto;
}
.cd-search .gsc-results-wrapper-nooverlay.gsc-results-wrapper-visible {
  display:none;
}
.cd-search.is-visible .gsc-results-wrapper-nooverlay.gsc-results-wrapper-visible {
  display:block;
}
ul.social-nav-list  {
	list-style: none;
	list-style-type:none;
	padding: 2em 0 0;
}
.social-nav-list > li {
	position: relative;
	display: inline-block;
	padding: 1em;
	color: #00703c;
	overflow: visible;
	border-bottom: none;
	font-size: .8em;
	width: 12.33%;
	text-align: center;
	line-height: inherit;
}
.social-icon {
	font-size: 2.5em;
	text-decoration:none;
	border-bottom:none;
}
.social-nav-list > li > a .social-icon, .social-nav-list > li > a {
	color: #6D6D6D;
	transition: color 0.8s ease-in-out, color 0.8s ease-in-out, text-shadow 0.8s ease-in-out;
	-webkit-transition: color 0.8s ease-in-out, color 0.8s ease-in-out, text-shadow 0.8s ease-in-out;
	-moz-transition: color 0.8s ease-in-out, color 0.8s ease-in-out, text-shadow 0.8s ease-in-out;
	text-decoration:none;
	border-bottom:none;
	/* float: left; */
	text-align: center;
	line-height: normal;
}
	.social-nav-list > li > a:hover {
		color: #3B5998;
		text-decoration:none;
		border-bottom:none;
		transition: color 0.8s ease-in-out, color 0.8s ease-in-out, text-shadow 0.8s ease-in-out;
 		-webkit-transition: color 0.8s ease-in-out, color 0.8s ease-in-out, text-shadow 0.8s ease-in-out;
		-moz-transition: color 0.8s ease-in-out, color 0.8s ease-in-out, text-shadow 0.8s ease-in-out;
	}
		.social-nav-list > li > a:hover .social-icon {
		color: #3B5998;
		text-decoration:none;
		border-bottom:none;
		transition: color 0.8s ease-in-out, color 0.8s ease-in-out, text-shadow 0.8s ease-in-out;
 		-webkit-transition: color 0.8s ease-in-out, color 0.8s ease-in-out, text-shadow 0.8s ease-in-out;
		-moz-transition: color 0.8s ease-in-out, color 0.8s ease-in-out, text-shadow 0.8s ease-in-out;
	}
		.social-nav-list > li > a:hover .fa-facebook {
		color: #3B5998;
	}
		.social-nav-list > li > a:hover .fa-twitter {
		color: #4099FF;
	}
		.social-nav-list > li > a:hover .fa-youtube {
		color: #CD201F;
	}
		.social-nav-list > li > a:hover .fa-linkedin {
		color: #007BB6;
	}
		.social-nav-list > li > a:hover .fa-pinterest {
		color: #CB2027;
	}
		.social-nav-list > li > a:hover .fa-instagram {
		color: #00b679;
	}
.social-nav-list > li > a .social-name {
	color: rgba(144,144,144,0);
	text-transform: lowercase;
	font-size: .8em;
	transition: color 0.8s ease-in-out, color 0.8s ease-in-out;
	-webkit-transition: color 0.8s ease-in-out, color 0.8s ease-in-out;
	-moz-transition: color 0.8s ease-in-out, color 0.8s ease-in-out;
}
	.social-nav-list > li > a:hover .social-name {
		color: rgba(144,144,144,1);
		text-decoration:none;
		border-bottom:none;
		text-transform: lowercase;
		font-size: .8em;
		transition: color 0.8s ease-in-out, color 0.8s ease-in-out;
		-webkit-transition: color 0.8s ease-in-out, color 0.8s ease-in-out;
		-moz-transition: color 0.8s ease-in-out, color 0.8s ease-in-out;
	}
.social-main-nav {
	max-width: 630px;
	border-top: 2px dotted #ddd;
}
.bottom-nav-logo {
	max-width:100%;
	padding: 30px 10%;
}
.ind-logo {
	display:inline-block;
	width:33%;
	padding:0 1.5em;
}
.ind-logo img {
	max-width:100%;
}
.bottom-nav-logo p {
	width:100%;
	display:block;
	color:#777;
	font-size:.7em;
	text-transform:none;
	margin-top:20px;
	line-height:normal;
}
/*-------------------------------
------------------------------
------------------------
-------------------
------------
COVID
------------
-------------------
-------------------------
------------------------------
---------------------------------*/
.covid19 {
    position: fixed;
    background: rgb(119 119 119 / 95%);
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: .5em;
    text-transform: uppercase;
    font-family: proxima-nova;
    top: 0;
    left: 0;
    font-size: .9em;
    letter-spacing: .5px;
    font-weight: 500;
    transition: all 300ms linear;
    z-index: 50000;
    height: 40px;
}
.covid19 .fa {
	margin:0 20px;
}
.covid19:hover {
	color:yellow;
}
.overflow-hidden .covid19 {
	display:none;
}
.covid-options-wrapper {
	width: auto;
	margin: auto;
}
.covid-options {
	/* width: 100%; */
	display: block;
	text-align: left;
	padding: .5em;
	vertical-align: text-top;
	color: #4b4b4b;
	border-bottom: 1px dotted #ddd;
	border-top: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.covid-options:nth-child(5) {
	border:0;
}
.covid-options:hover, .covid-options:focus {
	background-color:#00b679;
	color:#fff;
	cursor:pointer;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.covid-options .material-icons {
	width:100%;
	font-size:2em;
}
section#ways-to-give {
	padding-left:0;
	max-width: 600px;
}
.covid-options .fa {
		display: inline-block;
		padding: 10px;
		font-size: 1em;
		margin-right: 30px;
		width: 50px;
		text-align: center;
		color: #00703c;
}
.covid-options:hover .fa, .covid-options:focus .fa {
	color:#fff;
}
/*-------------------------------
------------------------------
------------------------
-------------------
------------
MEDIA QUERIES
------------
-------------------
-------------------------
------------------------------
---------------------------------*/
@media only screen and (min-width: 1921px) {
.bottom-navigation, .bottom-navigation-tracker {
  top: 875px;
}
.no-feature-image-body .bottom-navigation {
  top: 360px;
}
.no-feature-image-body .bottom-navigation.fixed {
  top: 65px;
}
.no-feature-image-body .bottom-navigation-tracker {
  top:295px;
}
}
@media only screen and (max-width: 1920px) {
.bottom-navigation {
  top: 700px;
}
.bottom-navigation-tracker {
  top:635px;
}
.no-feature-image-body .bottom-navigation {
  top: 360px;
}
.no-feature-image-body .bottom-navigation.fixed {
  top: 65px;
}
.no-feature-image-body .bottom-navigation-tracker {
  top:295px;
}
.the-nav {
  width: 600px;
  }
#the-content.slide-nav {
  -webkit-transform: transform: translateX(-600px);
  transform: translateX(-600px);
  }
}
@media only screen and (max-width: 1650px) {
.the-nav {
  }
#the-content.slide-nav {
  }
}
@media only screen and (max-width: 1500px) {
.bottom-navigation {
  top: 600px;
}
.bottom-navigation-tracker {
  top:515px;
}
.right .bottom-navigation {
	left:initial;
	right: 0;
	top: 200px;
}
.right .bottom-navigation-tracker {
	top: 135px;
}
}
@media only screen and (max-width: 1400px) {
.nav-right {

    margin-right: 0px;
}

.the-nav {
  }
#the-content.slide-nav {
  }
.the-menu {
  width: 70vw;
  }
.ins-forms-btns {
}
#the-content.slide-menu {
  -webkit-transform: transform: translateX(70%);
  transform: translateX(70%);
  }
}
@media only screen and (max-width: 1300px) {
.the-nav {
  }
#the-content.slide-nav {
  }

}
/*-------------------------------

1220px

---------------------------------*/
@media only screen and (max-width: 1220px) {
.headroom--top .cd-logo.white {
	width:300px;
}
.option-box a {
	font-size:.9em;
}
}
/*-------------------------------

1169px

---------------------------------*/
@media only screen and (max-width: 1169px) {

.nav-service p {
  display:none;
}
.bottom-navigation {
  width: 77px;
  height: 151px;

}

.side-nav {
  width: 90px;
  /* height: 75px; */
  font-size: .9em;
  top:0;
  padding: .5em;
}

.right .bottom-navigation {
	left:initial;
	right: 10px;
	top: 100px;
}
.right .bottom-navigation-tracker {
	top: 35px;
}
.photo-nav img {
	/* max-width: 320px; */
}
  .small-nav .side-two {
  	/* text-align:right; */
  }
.side-nav .menu {
	font-size:.7em;
}
}
/*-------------------------------

1084px

---------------------------------*/
@media only screen and (max-width: 1084px) {
.option-box {
    display:none;
}
}
/*-------------------------------

1024px

---------------------------------*/
@media only screen and (max-width: 1024px) {
.bottom-navigation {
  top: 500px;
}
.bottom-navigation-tracker {
	top: 415px;
}
.headroom--top .cd-logo.white {
    width: 350px;
}
}
/*-------------------------------

992px

---------------------------------*/
@media only screen and (max-width: 992px) {
  .cd-main-content {
    margin-bottom: 0;
  }
  .bottom-navigation, .right .bottom-navigation {
  position:fixed;
  left:0;
  bottom:0;
  border-left:0;
  top: initial;
  width: 100%;
  height: 60px;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid rgba(128, 128, 128, 0.33);
  font-family: proxima-nova;
}
  .bottom-navigation.fixed, .right .bottom-navigation.fixed {
        bottom:0;
      position:fixed;
      top:initial;
  }
    .bottom-navigation.fixed.absolute, .right .bottom-navigation.fixed.absolute {
      bottom:0;
      position:fixed;
      top:initial;
      opacity:1;
    }
.side-nav {
  width: 100%;
  height: 59px;
  font-size: 1.2em;
  top: initial;
  padding: .5em;
  border-bottom: none;
  bottom: 0;
  text-align: left;
  /* position:relative; */
  ve; */
  font-weight: 600;
}
.right .bottom-navigation .side-nav {
    background: rgba(255, 255, 255, 0.92);
    color: #808080;
    transition: all .9s ease-in-out;
}
.right .bottom-navigation .side-nav .material-icons {
    background: rgba(255, 255, 255, 0.92);
    color: #808080;
    transition: all .9s ease-in-out;
}
.contact-menu {
	/* display:none; */
}
.side-nav .fa {
    font-size: 1.75em;
    display: inline-block;
    width: auto;
    position: relative;
    float: left;
}
.side-nav .menu {
    display: inline-block;
    width: auto;
    font-size: 1.25em;
    padding-left: 10px;
    margin-top: -1px;
    font-weight: 300;
    bottom: 18px;
}
.side-nav .material-icons {
	margin-bottom:15px;
	position: relative;
	top: -5px;
}

.medium-nav a .label .title {
  font-size:.9em;
}
.small-nav a .label .title {
  font-size: 1em;
}
.side-nav .menu .menu-more {
   width: auto;
   display:inline-block;
   padding-left: 10px;
   margin-right: 10px;
}
.photo-nav img {
	max-width: 100%;
}
.medium-nav img {
	width: 177px;
}
.social-nav-list > li {
    padding: 1em 1em;
    width: calc(100% / 6.3);
}
.the-nav {
  width: 70%;
  }
#the-content.slide-nav {
  -webkit-transform:transform: translateX(-70%);
  transform: translateX(-70%);
  }
.no-feature-image-body .bottom-navigation {
    top: initial;
}
}
/*-------------------------------

860px

---------------------------------*/
@media only screen and (max-width: 860px) {
.the-nav.is-visible {
  padding-right:20px;
}
.nav-right {
	font-size: .9em;
}
.small-nav a {
    width: 100%;
    margin-right:0;
}
  .small-nav .side-one {
  	width: 100%;
  	display: inline-block;
  }
  .small-nav .side-two {
  	width:100%;
  	display: inline-block;
  	text-align:left;
  	
  }
}
/*-------------------------------

768px

---------------------------------*/
@media only screen and (max-width: 768px) {
.headroom--top {
  background-color: rgba(255, 255, 255, .94);
}
.cd-header-buttons {
  display:inline-block;
}
.headroom--unpinned {
    top: 0px;
    transform: translateY(-75px);
    transition: all 300ms linear;
}
.the-nav ul.secondary {
  width: 100%;
  float:none;
  padding-top: 0;
  /* padding-right: 10px; */
  border-top: 0;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  text-align: left;
  padding-bottom: 100px;
}
.the-nav.is-visible {
  padding-left: 28px;
}
.nav-right, .nav-left {
  width: 95%;
  /* font-size: 1.15em; */
  /* line-height:1.75em; */
}
.nav-left {
	/* padding-top:20px */
}

.nav-right {
  padding-top: 100px;
  padding-right: 0;
  overflow:auto;
  position:fixed;
  -webkit-overflow-scrolling: touch;
  height:100%;
  width:80%;
  max-width: 80%;
}
.nav-block-full {
  width: 100%;
  display: inline-block;
  height: auto;
  padding-left: 0;
  max-width: 95%;
  line-height: 1em;
  padding-right: 0;
}

.nav-block:hover {
  cursor:pointer;
}

.nav-block:hover .label {
  color:#9066FF;
}


.bottom-navigation {
  position:fixed;
  left:0;
  bottom: inherit;
  border-left: 0;
  width: 100%;
  height: 65px;
  border: 0;
}
.no-feature-image-body .bottom-navigation {
  top:76px;
}
.side-nav {
  width: 100%;
  height: 65px;
  font-size: .7em;
  top:0;
  padding: .5em;
  border-bottom: none;
  border-top: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-menu {
	  width: 35%;
	  height: 39px;
	  font-size: 1.1em;
	  top: 0;
	  padding: .3em .5em;
	  /* position:relative; */
	  left: 65%;
	  border-left: 1px solid #ddd;
}
.cd-main-header a.contact-menu {
  border-left: 1px solid #ddd;
}
.side-nav .fa {
    font-size: 1.2em;
    display: inline-block;
    width: auto;
    position: relative;
    float: left;
    padding-top: 8px;
}
.side-nav .menu {
    display: inline-block;
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 2em;
    line-height: 1em;
    margin-top: 3.5px;
    padding-left: 30px;
    margin-bottom: 0;
    bottom: initial;
}
.side-nav .material-icons {
	margin-bottom:15px;
	position: relative;
	top: 6px;
}
.menu-span {
    font-size: .8em;
    line-height: .8em;
    font-weight: 900;
    /* color: #00703c; */
}
.overflow-hidden {
  overflow: auto;
}
.the-nav {
  text-align:left;
  overflow:auto;
  padding-bottom:70px;
  /* padding-top: 50px; */
}

.the-nav {
  width: 81%;
  }
#the-content.slide-nav {
  -webkit-transform:transform: translateX(-70%);
  transform: translateX(-80%);
  }
  .the-menu {
  width: 80vw;
  }
  .ins-forms-btns {
  }
#the-content.slide-menu {
  -webkit-transform: transform: translateX(80%);
  transform: translateX(80%);
  }
.side-nav .material-icons.vert {
  float:left;
  font-size:3.75em;
  width:23px;
  color: #00703c;
}
.headroom--unpinned .side-nav .material-icons.vert {
	color: #fff;
}
.cd-main-header {
    height: 65px;
}
.cd-nav-trigger {
    top: 10px;
    right: 28px;
    position: absolute;
    z-index: 1201;
}
.cd-search-trigger {
  top: 10px;
  left: 19px;
  z-index: 1201;
} 
.cd-search {
  position: fixed;
  height: 75px;
  width: 100%;
  top: 75px;
}
.close-search {
  display:none;
}
.cd-search .gsc-control-cse {
  padding:0;
}
.photo-nav img {
	padding:.25em 0;
	max-width:200px;
}
a.main-nav-logo img {
	padding-left:0px;
	width:150px;
}
.nav-block .label p {
	display:none;
	margin-left: 0;
}
ul.social-nav-list {
	text-align:center;
	float: left;
	width: 100%;
}
.social-nav-list > li {
	position: relative;
	display: inline-block;
	padding: 1em .5em;
	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: 1.3em;
	text-align: center;
	float: left;
}
.social-icon {
	font-size: 2em;
}
.social-name {
	display:none;	
}
.headroom--unpinned .side-nav {
	background: rgba(97, 97, 97, 0.91);
	color: #fff;
	-webkit-transition:.5s all ease-in-out;
	transition:.5s all ease-in-out;
}

}
/*-------------------------------

766px

---------------------------------*/
@media only screen and (max-width: 766px) {
  .cd-main-content {
    margin-bottom:20px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  .overflow-hidden {
  overflow: hidden;
  position:fixed;
}
.cd-search .gsc-control-cse {
  border-bottom: 2px solid #ddd;
  height: 53px;
  top: 2px;
  }
.cd-search .gsc-control-wrapper-cse {

}
.cd-search table.gsc-search-box {
  height: 47px;
}
.cd-search #gsc-iw-id1 {

height: 47px;
}
.cd-search .gsc-control-wrapper-cse input {
  font-size: 1em;
}
.cd-search .gsc-control-wrapper-cse table {

height: 47px;
}
.cd-search .gsc-control-wrapper-cse table.gsc-resultsHeader { 
  display:none;
}
input.gsc-search-button {
  height: 50px;
  width: 65px;
  padding: 25px 24px;
}
.cd-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  height: 47px;
}
.cd-search table.gsc-search-box td {
  height: auto;
  font-size: 1.2em;
  vertical-align: middle;
  padding: 0;
}
.cd-search button.gsc-search-button-v2 {
	height:25px
}
.gsc-results-wrapper-nooverlay.gsc-results-wrapper-visible {
  top: 52px;
  padding: 1em;
  height: calc(100vh - 100px);
  border: 0;
  overflow-y:scroll;
  overflow-x:hidden;
  padding-bottom: 100px;
}
.cd-search form.gsc-search-box {
    height: 100%;
    padding: 0 .5em;
}
.cd-search .cse .gsc-search-button input.gsc-search-button-v2, .cd-search input.gsc-search-button-v2 {
    width: 22px;
    height: 10px;
    padding: 14px 18px;
    min-width: 14px;
    margin-top: 2px;
}
.cd-search .gsc-search-button, .cd-search input.gsc-search-button, .cd-search input.gsc-search-button:hover, .cd-search input.gsc-search-button:focus {
  opacity: 1;
  right:0;
  background-color: transparent;
  margin-top: 9px;
}
.cd-search .gsc-cursor-box.gs-bidi-start-align {
  max-width:100%;
}
.the-nav {
  width: 80%;
  }
#the-content.slide-nav {
  -webkit-transform:transform: translateX(-80%);
  transform: translateX(-80%);
  }
  .nav-right, .nav-left {
  padding-left:0;
  font-size: 1em;
  }
  .nav-left {
  	 margin-top: -20px;
  	 display: inline-block;
  	 position: relative;
  	 margin-top: 0px;
  	 border-right:  0;
  }
  .photo-nav img {
}
.photo-nav a {
	width: 100%;
}
.nav-right a {
	padding-bottom:5px;
	width:100%;
	margin-bottom:  0;
	border-right:  0;
}
.medium-nav {
	width:100%;
	padding:1em;
	border-right: 0;
}
.medium-nav a{
	text-align:left;
	font-size:1em;
}
.small-nav {
	width:100%;
	padding:1em;
	border-right: 0;
}
.photo-nav {
	border-bottom: 2px dotted #ddd; */
}
.covid19 {
    line-height: 1em;
    font-size:.8em;
    /* background: rgba(0,182,121,1); */
}
.covid19 .fa {
	display:none;
}
.covid19 strong {
	display:block
}
}
/*-------------------------------

525px

---------------------------------*/
@media only screen and (max-width: 525px) {
.cd-main-header ul {
  height:50px;
}
.cd-nav-trigger {
    top: 3px;
    right: 10px;
    position: absolute;
    z-index: 1201;
}
.cd-search-trigger {
  top: 3px;
  left: 4px;
  /* right: 69px; */
  z-index: 1201;
  position: absolute;
} 
.cd-search {
  position: fixed;
  height: 50px;
  width: 100%;
  top: 50px;
}
.fad-detail-body .cd-search {
  top: 49px;
}
.greater-living-body .cd-search {
  top: 48px;
}
.top-menu {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 8px;
  right: 3px;
  text-align: center;
  padding: .2em .2em .2em;
  background: none;
  color: #505050;
}
.top-menu .fa {
  font-size: 1.5em;
}
.top-menu .menu {
  font-size: .58em;
  display:none
}
.search-menu {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 7px;
  right: 100px;
  left: 3px;
  text-align: center;
  padding: .2em .4em .5em;
  /* background: #ffffff; */
  color: #505050;
}
.search-menu .fa {
  font-size: 1.5em;
}
.search-menu .menu {
  font-size: .78em;
  display:none;
}
.cd-main-header {
  height: 51px;
  z-index: 1042;
}
.headroom--unpinned {
    top: 0px;
    transform: translateY(-10px);
    transition: all 300ms linear;
}
.headroom--top {
    background-color: rgba(255, 255, 255, 1);
}
.overflow-hidden.fad-detail-body .cd-main-header.headroom--top {
	background:#fff;

}
.cd-header-buttons {
  display:inline-block;
}
.cd-search form {
    height: 100%;
    width: 100%;
}

.the-nav ul.primary li {
    font-size:1.2em;
    line-height:1.3em;
    color: #5f5f5f;
    border-bottom: 1px dotted rgba(97, 97, 97, 0.14);
    padding:10px;
}
 .the-nav ul.primary a:nth-child(3) li {
    border-bottom: 0px dotted rgba(97, 97, 97, 0.14);
}
.the-nav ul.primary li .fa, .the-nav ul.secondary li .fa {
  float:right;
  display: block;
}
.the-nav ul.secondary li {
    font-size: .7em;
    line-height:1.3em;
    /* border-bottom: 1px dotted rgba(97, 97, 97, 0.1); */
    padding:10px;
}
.the-nav.is-visible {
    width: 88%;
    padding-right: 0;
    padding-top: 0;
    padding-left: 12px;
    /* margin-top: 40px; */
}
.the-nav ul {
  padding: 0px 10px 0;
  margin-bottom: 0;
  margin-top: 0;
}
.the-nav ul.social-nav-list {
	width:90%;
	opacity: .8;
}
 .the-nav ul.secondary a {
  width: 30%;
 }
.bottom-navigation {
  height: 50px;
}
.no-feature-image-body .bottom-navigation {
  top:52px;
}
.side-nav {
  font-size: .8em;
  padding: .75em .5em;
  height: 50px;
  -webkit-transition:.5s all ease-in-out;
  transition:.5s all ease-in-out;
}
.headroom--unpinned .side-nav {
	background: rgba(97, 97, 97, 0.91);
	color: #fff;
	-webkit-transition:.5s all ease-in-out;
	transition:.5s all ease-in-out;
}
.contact-menu  {
  font-size: .9em;
}
.the-nav {
 width: 85%;
}
#the-content.slide-nav {
  -webkit-transform: transform: translateX(-85%);
 transform: translateX(-85%);
}
.the-menu.is-visible {
  width: 85vw;
  padding: 1em .5em;
  padding-top: 60px;
   /* has to be scroll, not auto */
  }
.ins-forms-btns {
  line-height:normal;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 0;
}
.new-patient-btn, .insurance-btn {
  padding: .5em 1em;
  display: inline-block;
  color: #888;
  width: 100%;
  text-align:left;
  padding-right: 0;
}
.ins-forms-btns .fa {
  width:auto;
}
#the-content.slide-menu {
  -webkit-transform: transform: translateX(85%);
  transform: translateX(85%);
}
.nav-block .label {
	font-size: 1.75em;
	float: left;
	line-height:1em;
	padding: .25em 0;
}
.medium-nav a .label .title {
  font-size: .8em;
}
.small-nav a .label .title {
  font-size:.7em;
}
.medium-nav {
  padding: .25em 0;
}
.small-nav {
  padding: .5em .1em;
  font-size: 1.4em;
}
.nav-block .label .fa {
    margin-right: 15px;
    width: auto;
    font-size: 1em;
    padding-bottom: 0;
}
.finda-search .form-style-gbmc {
  padding-left:0;
}
#accordion-menu .panel-heading, .map-link {
  padding:0 .5em;
}
.side-nav .material-icons.vert {
  float:left;
  font-size: 2.2em;
  width:23px;
  color: #00703c;
  top: 0;
  margin-bottom: 0;
}
.headroom--unpinned .side-nav .material-icons.vert {
	color:#fff;
	top: 0;
	margin-bottom: 0;
}
.close-menu {
  text-align: left;
  left:10px;
  top: 50px;
  font-size:2.5em;
}
.close-nav {
  top: 6px;
  right: 10px;
  font-size:2.5em;
}
.close-menu span::before, .close-menu span::after, .close-nav span::before, .close-nav span::after {
  opacity: 1;
  border: 1px solid #9066FF;
  width:50px;
  height:1px;
  content:'';
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
}
.menu-title {
  color: #9066FF;
  position:fixed;
  top: 22px;
  right:55px;
  font-size:.7em;
  font-weight:100;
  z-index: 11;
}
.side-nav .menu {
    font-size: 1.2em;
    margin-top: -2px;
    padding-left: 10px;
}
 .mobile-only-logo {
    width: 96px;
    margin-left: calc(50% - 42px);
    margin-top: 6.5px;
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    }
.nav-right {
	padding-top: 55px;
	max-width: 100%;
	width: 90%;
}
  .nav-left {
  	 /* margin-top: -20px; */
  	 font-size: 1.15em;
  	 line-height: 1.75em;
  	 padding-top: 0;
  	 padding: 0 20px;
  }
.ins-forms-btns img {
    max-height: 20px;
}
.photo-nav {
	 padding: .8em 0;
	 margin-top: .75em;
}
.photo-nav img {
	padding: .45em 0;
	max-width: 48%;
}
.nav-right a.services {
	padding-bottom:5px;
}
.nav-block-full {
  line-height: 1.75em;
  width: 95%;
  float: right;
}

.ins-forms-btns a:after {
	right:5px;
}
.medium-nav img {
	width: 161px;
	padding-top: 5px;
}
.photo-nav .menu-description {
	display: inline-block;
	font-size: .4em;
	width: 50%;
	line-height: normal;
	vertical-align: inherit;
	text-align: left;
	padding-left: 10px;
	padding-bottom: .45em;
}
a.main-nav-logo img {
	padding-left:0px;
	width: 75px;
}
.social-nav-list {
	padding-left:0px;
}
.social-icon {
	font-size: 1.5em;
}
ul.social-nav-list  {
	padding-top: 10px;
}
.links.social-main-nav {
	position:relative;
	border-bottom:0;
	padding-top: 1em;
}
.social-nav-list > li {
	font-size:1.5em;
}
#footer .social-nav-list > li {
	width:33%;
}
.social-main-nav .social-nav-list > li {
	font-size:1em;
	padding: .5em;
	width: 33%;
}
.links img {
    display:none;
}
.social-main-nav.links img {display: inline-block;max-width: 100%;}
.bottom-nav-logo {
	padding:0;
}
.ind-logo {
	padding:0 1em
}
.bottom-nav-logo p {
	font-size:.6em;
}
a.main-nav-logo {
	width: auto;
	display: inline-block;
	padding: 1em;
}
.cd-search button.gsc-search-button-v2 {
	height:25px;
	right: 0;
}
.cd-overlay.is-visible.search-is-visible {
	border-top:55px solid #fff;
}
.smx-departments-feed a.sidenav-hp {
	width: 170px;
	margin-top:20px;
	float:left;
	margin-left:20px
}
.home-media {
    margin-bottom: 0px;
    float: left;
    margin-top: 140px;
}
.covid-options {
    width:100%;
    padding:.5em;
    font-size: .8em;
    text-align:left;
    border:0;
    border-bottom:1px dotted #ddd;
}
.covid-options:nth-child(3) {
    border-bottom:1px dotted #ddd;
}
.covid-options:nth-child(4) {
    border-bottom:1px dotted #ddd;
}
.covid-options .fa {
	display:inline-block;
	font-size:1em;
	margin-right: 0px;
}
#ways-to-give h2 {
	font-size:1.25em;
}
}
@media only screen and (max-width: 325px) {
.nav-block .label {
	font-size: 1.5em;
}

}
.cd-search button.gsc-search-button-v2 {
	height:25px;
	right: 0;
}
.cd-overlay.is-visible.search-is-visible {
	border-top:55px solid #fff;
}
}
@media only screen and (max-width: 325px) {
.nav-block .label {
	font-size: 1.5em;
}

}