.services-container li[data-id="96729"] {
  background: red;
}
.copyright-container {
  overflow: hidden;
}
.fh-logo img {
  border: 1px solid #1B948F;
  box-shadow: 3px 3px rgba(27,148,143,0.5);
  transition: transform 0.4s;
}
.fh-logo img:hover {
  transform: scale(0.9) rotate(5deg);
}
.cp-wrappings {
  clear: both;
  margin-top: 20px;
  overflow: hidden;
}
#PayMyBillButton {
  font-family: 'Crete Round', 'Open Sans', sans-serif;
  font-size: 34px;
  border-width: 6px;
  cursor: pointer;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.7);
}
.services-menu-wrapper {
  text-align: center;
}
.pageContent:before,
.pageContent:after {
  content: " ";
  display: table;
}
.pageContent:after {
  clear: both;
}
.pageContent {
  *zoom: 1;
}
iframe {
  max-width: 100%;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: transparent;
  text-shadow: 1px 1px 0 rgba(255,255,255,0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  left: auto;
  right: 0;
  font-family: "FontAwesome";
  font-size: 30px;
  display: inline-block;
  content: '\f060';
  color: rgba(25,148,143,0.6);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.footer-icon-wrapper {
  text-align: center;
  color: #fff;
}
.copyright {
  overflow: hidden;
}
.copyright > li.icon-item {
  float: right;
}
.copyright > li {
  float: left;
}
.icon-item .footer-icon-wrapper {
  text-align: right;
}
.footer-icon-wrapper a:link,
.footer-icon-wrapper a:visited,
.footer-icon-wrapper a:hover,
.footer-icon-wrapper a:focus,
.footer-icon-wrapper a:active {
  text-decoration: none;
  color: #fff;
  font-size: 1.8em;
}
.footer-icon-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-icon-wrapper li {
  display: inline-block;
  width: 20%;
  margin: 5px 10px;
}
.footer-icon-wrapper .fa {
  display: inline-block;
  padding: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
}
.menu-cells {
  width: 100%;
  max-width: 920px;
  margin: 20px auto;
  display: table;
  table-layout: fixed;
}
.menu-cell {
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-cell:first-child {
  width: 64.4%;
}
.menu-cell:nth-child(2) {
  width: 35.6%;
  background: #fff;
  padding: 10px;
}
.menu-cell .services-container {
  margin-top: 0;
}
.menu-cell:nth-child(2) {
  background: #fff;
  padding: 10px;
  background-image: url(/docs/left-img.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-family: arial;
  font-size: 12px;
  line-height: 20px;
}
.menu-cell.services-menu-wrappings a:link,
.menu-cell.services-menu-wrappings a:visited {
  color: #285078;
}
.menu-cell.services-menu-wrappings a:hover {
  color: #d2dfed;
}
@media only screen and (max-width: 1060px) {
  .menu-cells {
    max-width: none;
  }
  .menu-cell {
    display: block;
    margin: 20px;
  }
  .menu-cell:first-child,
  .menu-cell:nth-child(2) {
    width: auto;
  }
}
.our-masthead-text-wrapper {
  font-size: 1.1em;
  background: #19948f;
  color: white;
  padding: 10px;
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media only screen and (max-width: 1000px) {
  .our-masthead-text-wrapper {
    max-width: none;
  }
}
.cp-items {
  margin: 20px auto;
  padding: 0;
  list-style: none;
  max-width: 1000px;
  text-align: left;
}
.cp-items li {
  display: inline-block;
  margin-right: 10px;
}
.cp-items a:link,
.cp-items a:visited,
.cp-items a:hover,
.cp-items a:focus,
.cp-items a:active {
  text-decoration: none;
  color: #000;
  font: 0.688em/1.8333 Verdana, Helvetica, Arial, sans-serif;
}
.cp-items a:hover,
.cp-items a:focus,
.cp-items a:active {
  text-decoration: underline;
}
.mission-wrapper {
  color: #383637;
  text-align: center;
}
.mission-wrapper h1 {
  font-size: 22px;
}
.flex-direction-nav a {
  z-index: 99999;
  opacity: 1;
}
.flex-direction-nav a.lex-prev,
.flex-direction-nav a.flex-prev {
  left: 20px;
}
.flex-direction-nav a.lex-prev:before,
.flex-direction-nav a.lex-next:before,
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before {
  font-family: FontAwesome;
}
.flex-direction-nav a.lex-next,
.flex-direction-nav a.flex-next {
  right: 20px;
}
.flex-direction-nav a.lex-prev:before,
.flex-direction-nav a.flex-prev:before {
  font-family: FontAwesome;
  content: "\f060";
}
.flex-direction-nav a.lex-next:before,
.flex-direction-nav a.flex-next:before {
  font-family: FontAwesome;
  content: "\f061";
}
.pageContent img,
.pageContent iframe,
.pageContent embed,
.pageContent object {
  max-width: 100%;
}
.pageContent img {
  height: auto;
}
.mission-wrappings {
  padding: 20px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #bb7b22;
  text-shadow: 0px 0px 4px #fff;
}
.mission-wrapper {
  max-width: 918px;
  padding: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255,255,255,0);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 968px) {
  .mission-wrapper {
    max-width: none;
    width: auto;
    margin: 20px 0;
    padding: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.our-masthead-wrapper {
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.our-masthead-wrapper img {
  vertical-align: bottom;
}
@media only screen and (min-width: 1000px) {
  .our-masthead-wrapper {
    max-height: 400px;
  }
}
@media only screen and (max-width: 1000px) {
  .our-masthead-wrapper {
    max-width: none;
    width: auto;
  }
}
.navigation-menu > li:first-child {
  border-left: 0;
  background-color: transparent;
}
.header-content .fa {
  font-size: 18px;
  padding-right: 10px;
  color: #5192a6;
}
.menu-cell:nth-child(2) {
  background: #fff;
  padding: 10px;
  background-image: none;
  background-position: left bottom;
  background-repeat: no-repeat;
  font-family: arial;
  font-size: 12px;
  line-height: 20px;
}
.copyright > li {
  float: left;
  right: -740px;
}
.navigation ul li {
  background-color: #dba964;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.home-news-ticker,
.home-news-ticker ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-news-ticker {
  margin-left: 10px;
}
.home-news-ticker ul {
  margin-left: 20px;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  left: -5px;
  background: rgba(0,0,0,0);
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  min-height: 170px;
}
.fh-logo {
  float: left;
  clear: left;
}
.fh-logo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.the-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.the-list  li:before {
  content: "\00bb";
  margin-right: 6px;
  color: #285078;
}
.footer-icon-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hanbooks p {
  font-size: 24px;
  font-weight: bold;
  color: #285078;
  text-align: center;
}
.hnd-btn a:link,
.hnd-btn a:visited {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 10px;
  display: block;
}
.hnd-btn a:hover {
  background-color: #d2dfed;
  border-radius: 10px;
  padding: 10px;
  display: block;
}
.hnd-btn a:link,
.hnd-btn a:visited {
  color: #285078;
  text-decoration: none;
}
.hnd-btn a:hover {
  color: #000;
  text-decoration: none;
}
.fh-logo {
  width: 344px;
  height: 154px;
  margin: 0;
  padding: 0;
  margin-top: -10px;
}
.search.header-search-div p {
  color: #0d7b76;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: -10px;
}
.ticker-title {
  padding: 10px;
  background-color: #285078;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  font-family: arial;
  text-decoration: none;
}
.ticker-title p {
  color: #000;
  font-size: 12px;
  font-family: arial;
  text-decoration: none;
}
.image_caption {
  font-size: 12px;
  font-weight: normal;
}
.footer-icon-wrapper .fa {
  display: inline-block;
  padding: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0172b3;
}
.doctor-links {
  display: none;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
}
.doctor-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-search-wrapper,
.mobile-search,
.close-menu {
  display: none;
}
.close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
}
.mobile-search {
  text-align: center;
  padding: 5px 10px;
}
.mobile-navbar {
  display: none;
  overflow: hidden;
  padding: 5px 10px;
  background: #19948f;
  color: #fff;
  font-size: 28px;
}
.mobile-navbar .fa {
  cursor: pointer;
}
.mobile-navbar .show-menu {
  float: left;
}
.mobile-navbar .show-search {
  float: right;
}
@media only screen and (max-width: 900px) {
  .fh-logo {
    width: auto;
    height: auto;
    text-align: center;
    margin: 10px 0;
  }
  .copyright > li.icon-item {
    float: none;
    display: block;
    clear: both;
    text-align: center;
  }
  .icon-item .footer-icon-wrapper {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-navbar,
  .mobile-search-wrapper {
    display: block;
  }
  .header-search-div {
    display: none !important;
  }
  .navigation {
    display: none;
  }
  .show-mobile-menu .close-menu,
  .show-mobile-search .mobile-search {
    display: block;
  }
  .show-mobile-menu .navigation {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #19948f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .show-mobile-menu .navigation-menu > li {
    border-left: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
  }
  .show-mobile-menu .sub-navigation-menu {
    position: static;
    background: none;
    border: none;
  }
  .show-mobile-menu .sub-navigation-menu li {
    background: none;
  }
  .show-mobile-menu .sub-navigation-menu a:link,
  .show-mobile-menu .sub-navigation-menu a:visited,
  .show-mobile-menu .sub-navigation-menu a:hover,
  .show-mobile-menu .sub-navigation-menu a:focus,
  .show-mobile-menu .sub-navigation-menu a:active {
    background: none;
  }
  .footer-icon-wrapper li {
    display: block;
    text-align: center;
    margin: 10px 0;
    width: auto;
  }
}
img:not([width]):not([height]) {
  max-width: 100%;
  height: auto;
}
.header-content {
  margin-top: 5px;
  color: #e9dec8;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  font-family: arial;
  padding-top: 25px;
}
a[href=""],
a[href="#"] {
  cursor: default;
}
.services-container .text-content {
  padding-top: 10px;
  color: #f1f1f1;
  text-align: center;
}
.services-container li:hover .text-content {
  color: #fff;
}
ul.ecard li {
  display: inline-block;
  width: 25%;
  margin-right: 5%;
}
table.ecard-table {
  background: #5c778d;
}
.services-container li:hover a h2 {
  color: #fff;
  background-color: #67a260;
  text-shadow: -1px 0px 3px #000000;
}
.doctor {
  font-size: 14px;
  line-height: 34px;
}
.speciality-list {
  font-size: 20px;
  color: #5192A5;
  text-transform: uppercase;
  padding-bottom: 10px;
}
body {
  background-color: #f8f5f2;
  margin: 0;
  padding: 0;
  background-image: url(/docs/left-img.png), url(/docs/right-img.png), url(/docs/bd4c10f3.png);
  background-position: left bottom, 100% bottom;
  background-repeat: no-repeat, no-repeat, repeat;
  margin-bottom: -390px;
}
.rx-label,
.rx-field {
  display: block;
}
.rx-field {
  margin-bottom: 12px;
}
.rx-field,
.rx-submit-container {
  width: 260px;
}
.rx-submit-container {
  text-align: center;
}
.rx-submit {
  display: inline;
}
.pageContent a:link {
  color: #19948f;
}
.pageContent a:visited {
  color: #19948f;
}
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #66a55e;
}
label[for="baby-date"] {
  margin-left: 20px;
}
.nursery-lists {
  width: 100%;
  box-sizing: border-box;
}
.nursery-lists tr td {
  vertical-align: top;
}
.baby-picture {
  max-width: 100%;
}
.baby-view-box {
  background-repeat: repeat;
  background-position: top left;
}
.baby-view-list {
  background-color: #FFF;
  padding-top: 20px;
}
h1.baby-title {
  font-size: 22px;
  line-height: 1.3;
}
p.baby-instructions {
  margin-top: 10px;
  margin-bottom: 10px;
}
h3.baby-message-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
table.baby-search-table label.feature14 {
  font-size: 14px;
}
table.baby-search-table div.baby-list-month {
  font-size: 16px;
}
table.nursery-lists ul.baby-name-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
ul.baby-name-list a {
  font-size: 11px;
  padding-right: 10px;
}
.baby-view-list {
  background-color: Transparent;
  height: 100%;
  list-style-type: none;
  margin: 0 auto;
  width: 300px;
}
ul.baby-view-list li {
  height: 20px;
  margin: 3px 0px;
  line-height: 20px;
}
.baby-view-box {
  height: 617px;
  width: 670px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top left;
}
.baby-view-male {
  background-image: url(/images/background_boy.gif);
}
.baby-view-female {
  background-image: url(/images/background_girl.gif);
}
.baby-picture {
  max-width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}
h1.specialty-title {
  vertical-align: top;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.contentimage {
  float: right;
  margin: 20px 0 20px 20px;
  padding: 0;
}
.contentimage img {
  border: 1px solid #888;
  padding: 5px;
  background-color: white;
}
.header .logo {
  float: left;
  width: 370px;
  padding-top: 25px;
}
.header .search {
  float: right;
  text-align: right;
}
.header,
.navigation,
.footer {
  margin: 0 auto;
}
.services-container,
.copyright-container {
  max-width: 1000px;
  margin: 0 auto;
}
.navigation a,
.services-container a,
.footer .location a {
  color: #e9dec8;
  text-decoration: none;
  font: 0.90em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
}
.navigation a,
.services-container a,
.footer .location a:link,
.footer .location a:visited {
  color: #fff;
  text-decoration: none;
  font: 0.90em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
}
.navigation a,
.services-container a:hover,
.footer .location a:hover {
  color: #fff;
  text-decoration: none;
  font: 0.955em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
}
.footer .location a {
  font-size: 100%;
}
.content-menu a {
  color: #032845;
  text-decoration: none;
  font-size: 14px;
  display: block;
  font: 0.75em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
}
.content-menu a:link,
.content-menu a:visited {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  display: block;
  font: 1.05em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 30px;
}
.content-menu a:hover {
  color: #015639;
  text-decoration: none;
  font-size: 14px;
  display: block;
  font: 1.05em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 30px;
}
.content-menu .subheading {
  display: inline-block;
  text-decoration: none;
  margin: 0 0 10px 0;
  padding: 0 0 1px 0;
  border-bottom: 1px solid #014b32;
  font: 1.45em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  color: #19948f;
  text-transform: uppercase;
}
.copyright-container {
  padding: 25px 0 20px 0;
}
.copyright a {
  color: #cddde9;
  text-decoration: none;
  font: 0.688em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
}
.copyright a:link,
.copyright a:visited {
  color: #014b32;
  text-decoration: none;
  font: 0.688em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
}
.copyright a:hover {
  color: #dba964;
  text-decoration: none;
  font: 0.688em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
}
.header .utils,
#fh-content-page .content-wrap,
#fh-content-page .service-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#fh-content-page .content-wrap {
  display: table;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#fh-content-page .content-container {
  padding: 20px 40px 100px 40px;
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
}
#fh-content-page .content-container:after {
  display: table;
  content: "";
  clear: both;
}
.lt-ie8 #fh-content-page .content-container {
  zoom: 1;
}
.header .utils-wrap {
  background-color: #cedde9;
  background-image: url(/images/background_masthead_tile.png);
  background-repeat: repeat;
  background-position: left top;
}
.header .utils-wrap-2 {
  overflow: hidden;
  background-color: #fff;
}
.footer {
  background: #1b948f;
  border-bottom: 2px solid #dba964;
}
.footer .location {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font: 0.75em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
}
.content-container {
  background: #fff;
}
#fh-content-page .content-menu,
#fh-content-page .pageContent {
  display: table-cell;
  vertical-align: top;
}
#fh-content-page .content-menu {
  width: 20%;
  padding-right: 20px;
}
#fh-content-page .pageContent {
  width: 80%;
  padding-left: 20px;
  border-left: 1px solid #cfd8e1;
  font: 1.05em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-family: Open Sans, sans-serif;
}
.navigation {
  padding: 10px 0px 0px 10px;
  background: #19948f;
  clear: both;
  border-bottom: 4px solid #dba964;
}
.navigation {
  text-align: center;
}
.copyright > li,
.navigation-menu > li,
.footer .location > ul > li,
.services-container li,
.search .links-list li {
  display: inline-block;
}
.search .links-list li {
  vertical-align: top;
  margin-left: 20px;
}
.search ul.links-list {
  margin-right: 0px;
}
.search form {
  margin-top: 10px;
}
.search input,
.search button {
  margin: 0;
  vertical-align: top;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.search input[type="search"] {
  border-radius: 0;
  height: 30px;
  width: 265px;
  padding: 0 0 0 5px;
  border: 0;
  font-size: 15px;
  line-height: 30px;
  background-color: #f1f1f1;
}
.search button {
  text-indent: -50000px;
  cursor: pointer;
  padding: 0;
  border: 0;
  width: 40px;
  height: 30px;
  background: #fff url(/images/site_search_button.png) no-repeat center center;
  background-color: #66a55e;
}
.search a {
  color: #0d7b76;
  text-decoration: none;
  font: 1.05em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
}
.services-container {
  text-align: left;
  margin-top: -60px;
  z-index: 200;
  position: relative;
}
.services-container li {
  border-radius: 10px 0px 20px 5px;
  width: 275px;
  height: 120px;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
  background-color: #5192a6;
  font-family: arial;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid rgba(0,0,0,0.6);
  border-left: 1px solid rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.8);
  box-shadow: 0 0 4px rgba(0,0,0,0.8);
}
.services-container li {
  margin: 10px 10px 0 10px;
}
.services-container li.service-list-item-1,
.services-container li.service-list-item-2 {
  margin-top: 0;
}
.services-container .text {
  padding: 0 10px;
  margin-top: -3px;
}
@media only screen and (max-width: 680px) {
  .services-container li:first-child,
  .services-container li:nth-child(2),
  .services-container li:nth-child(3),
  .services-container li:nth-child(4) {
    margin: 10px 0;
    width: auto;
  }
  .services-container li {
    padding: 0;
    display: block;
    margin: 10px 0;
    width: auto;
  }
}
.services-container a h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
  padding: 10px;
  margin-top: -18px;
  text-align: center;
  text-shadow: -1px 0px 3px #000000;
}
.services-container a {
  display: block;
  padding: 10px;
  vertical-align: top;
  color: #063a61;
  font: 0.90em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
  margin-top: 15px;
  font-weight: normal;
}
.copyright > li {
  margin-right: 10px;
}
.footer .location > ul > li {
  padding: 0 10px;
}
.footer [itemprop="addressLocality"],
.footer .location > ul > li {
  border-left: 1px solid #538093;
}
.footer .location [itemprop="streetAddress"] {
  padding: 0 10px 0 0;
}
.footer [itemprop="addressLocality"] {
  padding-left: 10px;
}
.footer .location > ul > li:first-child {
  border-left: 0;
}
.navigation-menu > li {
  margin: 0;
  padding: 0 20px;
  border-left: 1px solid #032845;
}
.navigation-menu > li:first-child {
  border-left: 0;
}
.navigation-menu > li > a {
  font-size: 1.0em;
}
.copyright,
.navigation ul,
.footer .location ul,
.services-container ul,
.search .links-list,
.doctor-bio-page .specialties,
.content-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sub-navigation-menu {
  display: none;
  position: absolute;
  text-align: left;
  z-index: 1000;
  background-color: #014b32;
}
.sub-navigation-menu li {
  background: #02223b;
}
.sub-navigation-menu a {
  padding: 5px 10px;
  display: block;
  font-size: 13px;
  color: #e9dec8;
}
.sub-navigation-menu .is-label a {
  font-weight: bold;
  font-size: 20px;
}
.content-menu .not-label a:before,
.sub-navigation-menu .not-label a:before {
  margin-right: 6px;
  display: none;
}
.sub-navigation-menu .not-label a:link,
.sub-navigation-menu .not-label a:visited {
  color: #fff;
  background-color: #19948f;
}
.sub-navigation-menu .not-label a:hover,
.sub-navigation-menu .not-label a:focus,
.sub-navigation-menu .not-label a:active {
  color: #fff;
  background-color: #dba964;
}
.content-menu .is-label a {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
  display: block;
}
img {
  border: none;
}
:focus {
  outline: none;
}
img[align="right"] {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
img[align="left"] {
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.heading,
.pagetitle {
  margin: 0;
  padding: 0;
}
.speciality-list2 {
  font-size: 16px;
  text-decoration: none;
  background-color: inherit;
  font-weight: 100;
}
.speciality-list a {
  font-weight: 100;
}
.fcondark {
  font: bold 14px Arial, sans-serif;
  color: #FFFFFF;
  background-color: inherit;
}
.fcondark a:link {
  color: #3399FF;
  background-color: inherit;
}
.fcondark a:visited {
  color: #3399FF;
  background-color: inherit;
}
.fcondark a:hover {
  color: #00FFFF;
  background-color: inherit;
}
.fcondarklabel {
  font-family: Open Sans, sans-serif;
  color: #FFFF00;
  background-color: inherit;
}
.formlabel {
  font-family: Open Sans, sans-serif;
}
.piclinks {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}
.piclinks a:link {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  color: #415694;
  background-color: inherit;
}
.piclinks a:hover {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  color: #415694;
  background-color: inherit;
}
.piclinks a:visited {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  color: #415694;
  background-color: inherit;
}
.pagetitle {
  font: 1.75em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #19948f;
  background-color: inherit;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.feature18 {
  font: 1.65em/1.8333 Verdana, Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  color: #5192A5;
  background-color: inherit;
}
.feature14 {
  font: bold 1.25em/1.5em arial, sans-serif;
  color: #deaa60;
  background-color: inherit;
  font-family: Open Sans, sans-serif;
  padding-bottom: 20px;
}
.feature12 {
  font-weight: bold;
  font-size: 12px;
  background-color: inherit;
  font-family: Open Sans, sans-serif;
}
.feature {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}
.feature a {
  text-decoration: none;
  color: #0000FF;
  background-color: inherit;
}
.feature a:hover {
  text-decoration: none;
  color: #FF0000;
  background-color: inherit;
}
.text12b {
  font: bold 12px Arial, sans-serif;
  color: #000000;
  background-color: inherit;
}
.text12 {
  font: normal 12px Arial, sans-serif;
  color: #000000;
  background-color: inherit;
}
.dateevent {
  font-family: Open Sans, sans-serif;
  font-size: 10px;
}
.dateevent {
  font-family: Open Sans, sans-serif;
  font-size: 10px;
}
.formlabel {
  font: bold 14px Arial, sans-serif;
  background-color: inherit;
  color: #0000CC;
  font-family: Open Sans, sans-serif;
}
.label {
  font: bold 14px Arial, sans-serif;
  font-family: Open Sans, sans-serif;
}
.summary {
  font-size: 12px;
}
.remove {
  color: #FF0000;
  background-color: inherit;
}
.myform {
  font: bold 12px Arial, sans-serif;
  background-color: #E6E6FA;
  color: inherit;
}
.jobform {
  background-color: rgba(0,0,0,0);
  color: inherit;
}
.general {
  color: #000000;
  background-color: inherit;
  font-size: 14px;
}
.F {
  font: bold 12px Arial, sans-serif;
  background-color: #FFB6C1;
  color: inherit;
}
.M {
  font: bold 12px Arial, sans-serif;
  background-color: #93D2FB;
  color: inherit;
}
table {
  font-size: 1em;
  font-family: Open Sans, sans-serif;
}
.contentpic2 {
  padding: 0px;
  border: solid;
  border-width: 0px;
  background-color: #1C5E91;
  border-style: none;
}
.contentpic2 p {
  border-width: thick;
  border-style: solid;
}
#job-listing-cell {
  background-color: white;
}
.cal-nav-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.cal-nav-item {
  display: inline;
  margin-right: 20px;
}
.cal-event-listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cal-event,
.cal-day-of-week {
  font-weight: bold;
  font-size: 1.2em;
}
.cal-event-description {
  padding-bottom: 10px;
  border-bottom: 1px solid #888;
}
.activedate {
  background-color: #f1f1f1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  border-bottom: 1px solid #ece8db;
  border-top: 1px solid #Ffffff;
}
.inactivedate {
  background-color: #fff;
  border: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 1px solid #cfd9de;
  border-top: 1px solid #eaeef0;
}
.today {
  background-color: #deaa60;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #29618c;
}
.month {
  background-color: #19948f;
  font-weight: bold;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 24px;
  border-bottom: 1px solid #22557d;
  border-top: 1px solid #3878a9;
  text-shadow: 1px 2px 4px #1C4C71, 0 0 0 #000, 1px 2px 4px #1C4C71, 0 1px 0 #FFF;
  height: 40px;
}
.day {
  background-color: #67a260;
  color: #ffffff;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #618696;
  border-top: 1px solid #96bbcc;
}
.calendar_table {
  border: none;
}
@media only screen and (max-width: 480px) {
  body {
    background-image: none;
  }
  .doctor-links {
    display: block;
  }
  .doctor-listing-page tr,
  .doctor-listing-page th,
  .doctor-listing-page td {
    display: block;
  }
  .doctor-listing-page img,
  .doctor-listing-page br {
    display: none;
  }
  .doctor-listing-page .speciality-list {
    font-size: 1.6em;
    padding-bottom: 10px;
  }
  .doctor-listing-page .doctor-bio-link {
    padding-bottom: 10px;
  }
  .doctor-listing-page .doctor-name,
  .doctor-listing-page .doctor-office,
  .doctor-listing-page .doctor-bio-link {
    font-size: 1.4em;
  }
  .doctor-listing-page .doctor {
    font-weight: bold;
    font-size: 1.1em;
  }
  .doctor-listing-page td:nth-child(5) {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .header .utils-wrap-2 {
    background-image: none;
  }
  #fh-content-page .content-menu {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  body {
    background-image: none;
  }
  .copyright > li,
  .copyright > li.icon-item {
    float: none;
  }
  .fh-logo {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .services-menu-wrapper iframe {
    max-width: 100%;
  }
}

/* IE Fixes */

.lt-ie8 .content-menu .subheading,
.lt-ie8 .copyright > li,
.lt-ie8 .navigation-menu > li,
.lt-ie8 .footer .location > ul > li,
.lt-ie8 .services-container li,
.lt-ie8 .search .links-list li {
   display: inline;
   zoom: 1;
}

.lt-ie8 .navigation-menu > li {
    position: relative;
}

.lt-ie8 .sub-navigation-menu {
    min-width: 250px;
    top: 22px;
    left: 0;
}

.lt-ie8 #fh-content-page .content-menu {
    float: left;
}

.lt-ie8 #fh-content-page .pageContent {
    float: left;
    width: 700px;
    border-left: 0;
}

/* Media Queries */

@media only screen and (max-width: 1024px) {
    .copyright-container {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 960px) {
    .navigation-menu > li > a {
        font-size: 1em;
    }
}

@media only screen and (max-width: 915px) {
    .services-container {
        margin-top: -80px;
    }

    #fh-content-page .content-container {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 875px) {
    .services-container {
        margin-top: -100px;
    }

    #fh-content-page .content-container {
        padding-bottom: 140px;
    }
}

@media only screen and (max-width: 810px) {
    .services-container {
        margin-top: -120px;
    }

    .navigation-menu > li > a {
        font-size: 0.9em;
    }

    #fh-content-page .content-container {
        padding-bottom: 160px;
    }
}

@media only screen and (max-width: 810px) {
    .services-container {
        margin-top: -140px;
    }

    #fh-content-page .content-container {
        padding-bottom: 180px;
    }

    #fh-content-page .content-menu {
        width: 180px;
    }
}

@media only screen and (max-width: 775px) {
    .header .search,
    .header .logo {
        float: none;
        width: auto;
        text-align: center;
    }

    .header .logo {
        margin-bottom: 20px;
    }

    .search form,
    .search ul.links-list {
        display: inline;
    }

    .search ul.links-list {
        float: right;
    }

    .search input[type="search"] {
        width: 225px;
    }
}

@media only screen and (max-width: 768px) {
    .navigation-menu > li {
        padding: 0 10px;
    }

    .footer .location {
        font-size: 0.7em;
    }
}

@media only screen and (max-width: 720px) {
    .services-container {
        margin-top: -160px;
    }
}

@media only screen and (max-width: 660px) {
    .services-container {
        margin-top: -180px;
    }

    .search input[type="search"] {
        width: 180px;
    }

    .contentimage img {
        max-width: 100px;
        height: auto;
    }
}

@media only screen and (max-width: 629px) {
    .masthead {
        height: 245px;
    }

    .navigation-menu > li > a {
        font-size: 0.8em;
    }

    .services-container {
        margin-top: 20px;
    }

    /*
    .services-container li {
        width: 90%;
    }
    */

    #fh-content-page .content-container {
        padding-bottom: 20px;
    }

    .hoverable .navigation-menu > li:hover .sub-navigation-menu,
    .hoverable .navigation-menu > li:focus .sub-navigation-menu,
    .hoverable .navigation-menu > li:active .sub-navigation-menu {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .search input[type="search"] {
        width: 140px;
    }

    .footer .location > ul > li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 580px) {
    .navigation-menu > li > a {
        font-size: 0.7em;
    }

    #fh-content-page .content-menu {
        width: 120px;
    }

    .footer .location > ul > li,
    .footer [itemprop="address"] {
        margin: 0;
        padding: 0;
        display: block;
        border-width: 0;
    }

    .footer .location > ul > li[itemprop="telephone"],
    .footer .location > ul > li[itemprop="faxNumber"] {
        display: inline-block;
    }

    .footer .location > ul > li[itemprop="faxNumber"] {
        border-width: 1px;
        padding-left: 10px;
    }

    .footer .location > ul > li[itemprop="telephone"] {
        padding-right: 10px;
    }

    .footer .location a {
        font-size: 100%;
    }
}

@media only screen and (max-width: 533px) {
    .masthead {
        height: 213px;
    }
}

@media only screen and (max-width: 480px) {
    img[align="right"],
    img[align="left"] {
         float: none !important;
         display: block !important;
         margin-left: auto !important;
         margin-right: auto !important;
    }
}

@media only screen and (max-width: 390px) {
     .header .logo,
     .header .search {
        width: auto;
        float: none;
        text-align: center;
     }

     .header .logo img {
        max-width: 90%;
        height: auto;
        margin-left: 5%;
        margin-right: 5%;
     }

     .search input[type="search"] {
        width: 150px;
     }
}

@media only screen and (max-width: 320px) {
    #fh-content-page .content-menu {
        display: none;
    }

    #fh-content-page .pageContent {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
        border: 0;
    }

    .contentimage {
        float: none;
        clear: both;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .contentimage img {
        max-width: 240px !important;
        height: auto !important;
        box-sizing: border-box;
    }

    .navigation-menu > li {
        display: block;
        border-left: 0;
        padding: 10px 20px;
        text-align: left;
    }

    .navigation-menu > li > a {
        font-size: 1.2em;
    }

    .masthead {
        display: none;
    }

    .search ul.links-list {
        float: none;
        margin: 20px 0;
    }
}

