/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
div {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #b56a27;
  background-repeat: repeat;
}
.printable body {
  background: #fff;
  color: #000;
}
.header-wrap {
  clear: both;
  background: #203866;
  background: rgba(32,56,102,0.8);
}
.header {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 20px 0;
}
.lt-ie8 .header {
  width: 1000px;
}
.header-logo {
  float: left;
  max-width: 68.7%;
}
.header-logo img {
  max-width: 100%;
  height: auto;
}
.header-section {
  float: right;
}
.header-content {
  text-align: right;
  font-size: 1.5em;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.header-content a:link,
.header-content a:visited,
.header-content a:hover,
.header-content a:focus,
.header-content a:active {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .header-logo {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .header-logo {
    float: none;
    max-width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .header-section {
    display: none;
  }
}
.home-page .header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header,
.header-wrap {
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 980px) {
  .home-page .header-wrap {
    position: static;
    width: auto;
  }
}
@media only screen and (min-width: 769px) {
  .header {
    text-align: left;
  }
}
.main-slideshow-wrapper {
  clear: both;
  position: relative;
}
.main-slideshow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-slideshow img {
  vertical-align: bottom;
}
.main-slideshow .shim {
  visibility: hidden;
}
.main-slideshow .slideshow-items li {
  display: none;
}
.main-slideshow .slideshow-items li:first-child {
  display: block;
}
.main-slideshow .slideshow-items li,
.main-slideshow .slideshow-items img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.masthead-links-wrapper {
  position: absolute;
  z-index: 5000;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px 20px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead-links-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.masthead-links-items li {
  display: inline-block;
}
.lt-ie8 .masthead-links-items li {
  display: inline;
  zoom: 1;
}
.masthead-links-items a:link,
.masthead-links-items a:visited,
.masthead-links-items a:focus,
.masthead-links-items a:active {
  background: #fff;
  display: block;
  padding: 15px;
  margin: 0 10px;
  color: #000;
  text-decoration: none;
  border-top: 0px solid #273f6b;
  border-radius: 5px;
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #444446;
  background: #f1f1f1;
  background: -moz-linear-gradient(top,#f1f1f1 0%,#ffffff 50%,#f1f1f1 51%,#eaeaea 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f1f1f1),color-stop(50%,#ffffff),color-stop(51%,#f1f1f1),color-stop(100%,#eaeaea));
  background: -webkit-linear-gradient(top,#f1f1f1 0%,#ffffff 50%,#f1f1f1 51%,#eaeaea 100%);
  background: -o-linear-gradient(top,#f1f1f1 0%,#ffffff 50%,#f1f1f1 51%,#eaeaea 100%);
  background: -ms-linear-gradient(top,#f1f1f1 0%,#ffffff 50%,#f1f1f1 51%,#eaeaea 100%);
  background: linear-gradient(to bottom,#f1f1f1 0%,#ffffff 50%,#f1f1f1 51%,#eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1',endColorstr='#eaeaea',GradientType=0);
}
.masthead-links-items a:hover {
  background-color: #ddf0fc;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.53);
  box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.53);
  background: #eaeaea;
  background: -moz-linear-gradient(top,#eaeaea 0%,#eaeaea 7%,#ffffff 50%,#f1f1f1 51%,#f1f1f1 99%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(7%,#eaeaea),color-stop(50%,#ffffff),color-stop(51%,#f1f1f1),color-stop(99%,#f1f1f1));
  background: -webkit-linear-gradient(top,#eaeaea 0%,#eaeaea 7%,#ffffff 50%,#f1f1f1 51%,#f1f1f1 99%);
  background: -o-linear-gradient(top,#eaeaea 0%,#eaeaea 7%,#ffffff 50%,#f1f1f1 51%,#f1f1f1 99%);
  background: -ms-linear-gradient(top,#eaeaea 0%,#eaeaea 7%,#ffffff 50%,#f1f1f1 51%,#f1f1f1 99%);
  background: linear-gradient(to bottom,#eaeaea 0%,#eaeaea 7%,#ffffff 50%,#f1f1f1 51%,#f1f1f1 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea',endColorstr='#f1f1f1',GradientType=0);
}
@media only screen and (max-width: 768px) {
  .masthead-links-items a:link,
  .masthead-links-items a:visited,
  .masthead-links-items a:hover,
  .masthead-links-items a:focus,
  .masthead-links-items a:active {
    font-size: 12px;
    padding: 5px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 479px) {
  .masthead-links-wrapper {
    display: none;
  }
}
.content-banner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.lt-ie8 .content-banner {
  width: 1000px;
}
.content-banner img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.main-navigation-wrap {
  clear: both;
  background: #203866;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 0px solid #e39e65;
  border-bottom: 6px solid #b56a29;
}
.navigation-menu {
  display: block;
  text-align: center;
}
.submenu-top-item {
  display: inline-block;
  padding: 5px 0 10px 0;
  border-top: 5px solid transparent;
}
.lt-ie8 .submenu-top-item {
  display: inline;
  zoom: 1;
}
.submenu-top-item:hover {
  border-top-color: #b56a29;
}
.navigation-menu a:link,
.navigation-menu a:visited,
.navigation-menu a:hover,
.navigation-menu a:focus,
.navigation-menu a:active {
  text-decoration: none;
  color: #fff;
  display: block;
}
.menu-link-text a:link,
.menu-link-text a:visited,
.menu-link-text a:hover,
.menu-link-text a:focus,
.menu-link-text a:active {
  padding: 0 10px;
  border-left: 1px solid #fff;
}
.submenu-top-item:first-child .menu-link-text a:link,
.submenu-top-item:first-child .menu-link-text a:visited,
.submenu-top-item:first-child .menu-link-text a:hover,
.submenu-top-item:first-child .menu-link-text a:focus,
.submenu-top-item:first-child .menu-link-text a:active {
  border-left: none;
}
.sub-navigation-menu {
  display: none;
  text-align: left;
  position: absolute;
  z-index: 5000;
  background: #b56a29;
}
.sub-navigation-menu a:link,
.sub-navigation-menu a:visited,
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
  padding: 5px 10px;
  display: block;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
  background: #AF5205;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .main-navigation-wrap {
    display: none;
  }
  .main-navigation ul {
    border: none;
  }
  .show-mobile-menu .mobile-close-menu {
    display: block;
  }
  .show-mobile-menu .main-navigation-wrap {
    display: block;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px 0;
  }
  .show-mobile-menu .submenu-top-item {
    display: block;
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
  }
  .show-mobile-menu .menu-link-text a:link,
  .show-mobile-menu .menu-link-text a:visited,
  .show-mobile-menu .menu-link-text a:hover,
  .show-mobile-menu .menu-link-text a:focus,
  .show-mobile-menu .menu-link-text a:active {
    border-left: none;
    font-size: 22px;
  }
  .show-mobile-menu .sub-navigation-menu {
    position: static;
    background: none;
    margin-left: 20px;
  }
  .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 {
    font-size: 22px;
  }
}
.home-box.home-box-1 .feature14,
.home-box.home-box-3 .feature14,
.home-box.home-box-2 .feature14,
.home-box.home-box-4 .feature14,
.home-box.home-box-5 .feature14 {
  padding-left: 5px;
  color: #283f69;
}
.home-box.home-box-4 .feature14 {
  color: #b56a29;
}
.home-box.home-box-2,
.home-box.home-box-4 {
  background-color: white;
}
.home-box-5 h2.feature14.heading {
  padding-right: 130px;
}
.home-box h2.feature14 {
  color: #fff;
}
.home-page img {
  max-width: 100%;
  height: auto;
}
.contact-name {
  font-size: 20px;
}
.home-box-5-wrappings .wrapper {
  background-image: url('/docs/fh-bk-img.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 200px;
}
.home-box-wrappings .wrapper h2 {
  font-size: 20px;
  padding: 10px;
}
.home-box-wrappings {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.lt-ie8 .home-box-wrappings {
  width: 1000px;
}
.home-box {
  overflow: hidden;
}
.home-box a:link,
.home-box a:visited,
.home-box a:hover,
.home-box a:focus,
.home-box a:active {
  color: #fff;
  text-decoration: none;
}
.home-box a:hover,
.home-box a:focus,
.home-box a:active {
  text-decoration: underline;
}
.home-box-wrappings .wrapper {
  padding: 10px;
}
.home-box-wrappings img {
  vertical-align: bottom;
  border-radius: 0px;
}
.home-box-wrappings .side-banner-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-boxes-3-4-5-wrappings,
.home-boxes-1-2-wrapper {
  display: table;
  width: 100%;
}
.home-boxes-3-4-5-wrapper,
.home-boxes-1-2 {
  display: table-row;
}
.home-box-1,
.home-box-2,
.home-box-3,
.home-box-4,
.content-side,
.banner-side {
  display: table-cell;
  vertical-align: top;
}
.home-box-wrappings .banner-side {
  width: 35.6%;
  position: relative;
}
.home-box-1 {
  width: 30%;
}
.home-box-3 {
  width: 46.7%;
}
.home-box-wrappings .banner-side .shim {
  visibility: hidden;
}
.home-box-wrappings .banner-side .side-banner-items li {
  display: none;
}
.home-box-wrappings .banner-side .side-banner-items li,
.home-box-wrappings .banner-side .side-banner-items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-box-wrappings .banner-side .side-banner-items li:first-child {
  display: block;
}
.home-box-5 img {
  max-width: 100%;
  height: auto;
}
.home-box-5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.home-box-5 h2 {
  margin-bottom: 0;
}
.home-box-5 .research-links {
  clear: right;
  float: right;
  margin: 10px 0;
}
.home-box-5 .research-links,
.home-box-5 .research-links li {
  display: inline;
}
.home-box-5 .research-links li {
  margin-right: 10px;
}
.home-box-2 .ceo {
  float: right;
  margin-left: 10px;
  max-width: 50%;
  height: auto;
}
.home-box-5 .contents {
  display: table-cell;
  vertical-align: top;
  padding-left: 130px;
}
.home-box-5 .fh-nurse {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 10px;
}
.home-box-5 .fh-logo {
  float: right;
  clear: right;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.home-boxes-3-4-5-wrappings {
  border-top: 5px solid #fff;
}
.home-box-wrappings {
  color: #283f69;
  background: #283f69;
  border: 5px solid #fff;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.home-box-1,
.home-box-3 {
  background: #e4cdab;
}
.home-box-2,
.home-box-4,
.home-box-5 {
  background: #283f69;
}
.home-box-wrappings h1,
.home-box-wrappings h2 {
  margin-top: 0;
}
.home-box-wrappings h2 {
  line-height: 100%;
  padding: 5px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  max-width: 444px;
}
.home-box-1 h2,
.home-box-3 h2 {
  background: #d6c1a2;
}
.home-box-5 h2 {
  float: right;
  clear: right;
}
.home-box-5 {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 980px) {
  .home-box-wrappings .banner-side {
    display: none;
  }
  .home-box-1 {
    width: 46.7%;
  }
}
@media only screen and (max-width: 680px) {
  .home-boxes-3-4-5-wrappings,
  .home-boxes-1-2-wrapper,
  .home-boxes-3-4-5-wrapper,
  .home-boxes-1-2,
  .home-box-1,
  .home-box-2,
  .home-box-3,
  .home-box-4,
  .content-side,
  .banner-side {
    display: block;
    width: auto;
  }
  .home-box-wrappings,
  .home-box-1,
  .home-box-2,
  .home-box-3,
  .home-box-4,
  .home-box-5 {
    color: #313536;
    background: #eae6db;
  }
  .home-box h2.feature14 {
    color: #000;
  }
  .home-box-1 h2,
  .home-box-2 h2,
  .home-box-3 h2,
  .home-box-4 h2 {
    background: none;
  }
  .home-box-wrappings h2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .home-box-5 h2 {
    text-align: left;
  }
  .home-box a:link,
  .home-box a:visited,
  .home-box a:hover,
  .home-box a:focus,
  .home-box a:active {
    color: #000;
  }
  .home-box-2 .ceo {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .home-box-5 .contents {
    display: block;
    width: auto;
  }
  .home-box-5 .fh-nurse {
    display: none;
  }
}
.testimonials li {
  display: none;
}
.testimonials p {
  font-size: 1em;
  margin-top: 0;
}
.testimonials .testimony-data {
  float: left;
  width: 68%;
}
.testimonials .name {
  font-weight: bold;
  text-decoration: underline;
}
.testimonial-banner {
  float: left;
  width: 30%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: 10px;
}
.testimonial-banner img {
  max-width: 100%;
  height: auto;
}
.calendar-events .event-data {
  margin-bottom: 20px;
}
.calendar-events .event-name {
  font-size: 20px;
}
.calendar-events .event-date {
  font-weight: bold;
  margin-bottom: 20px;
}
.activedate {
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  border: 1px solid #f1f1f1;
  border-top: 0px solid #F4EDD9;
}
.inactivedate {
  background-color: #e8e8e8;
  border: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 0px solid #DED4B6;
  border-top: 0px solid #F4EDD9;
}
.today {
  background-color: #c9d8f3;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #000;
}
.month {
  background-color: #283f69;
  font-weight: bold;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 24px;
  border-bottom: 0px solid #22557d;
  border-top: 0px 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: #eae5d9;
  color: #000;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  border-top: 0px solid #25A8EF;
}
.calendar_table {
  border: none;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80,80,80,0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.bx-wrapper .bx-viewport {
  background: none;
  border-color: #273f6b;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.doctor-scroller {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #273f6b;
  color: #fff;
  position: relative;
  z-index: 1;
}
.lt-ie8 .doctor-scroller {
  width: 1000px;
}
.doctor-scroller ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctor-scroller li {
  display: inline-block;
  vertical-align: top;
}
.lt-ie8 .doctor-scroller li {
  display: inline;
  zoom: 1;
}
.doctor-scroller img {
  max-width: 117px;
  max-height: 145px;
  vertical-align: bottom;
}
.doctor-scroller h2 {
  text-align: center;
  line-height: 100%;
  margin: 0;
  padding-top: 5px;
  font: bold 20px/18px Arial, Helvetica, sans-serif;
}
.doctor-scroller-text .text {
  background: #273f6b;
  color: #fff;
  padding: 10px;
  text-align: center;
  font: normal 16px/18px Arial, Helvetica, sans-serif;
  display: none;
}
.doctor-info-wrappings h1.pagetitle {
  color: #1f315f;
}
.doctor-info-wrappings .bio-details,
.doctor-info-wrappings .more-info-office,
.doctor-info-wrappings .more-info-facility,
.doctor-info-wrappings .doctor-info-specialties,
.doctor-info-wrappings .document-download-wrapper {
  margin-bottom: 20px;
}
.doctor-info-wrappings .doctor-info-specialties {
  text-transform: uppercase;
  color: #d4b096;
  font-weight: bold;
  font-size: 1.5em;
}
.doctor-info-wrappings a.bio-link:link,
.doctor-info-wrappings a.bio-link:visited,
.doctor-info-wrappings a.bio-link:hover,
.doctor-info-wrappings a.bio-link:focus,
.doctor-info-wrappings a.bio-link:active {
  display: block;
  text-align: right;
}
.doctor-info-wrappings .details {
  color: #474e60;
}
.doctor-info-wrappings .more-info-office {
  color: #1f315f;
  font-weight: bold;
  font-size: 1.5em;
}
.doctor-info-wrappings .more-info-facility {
  font-weight: 1.7em;
  color: #000;
}
.doctor-info-wrappings h2.doctor-info-heading {
  color: #1f315f;
  text-transform: uppercase;
}
.doctor-info-wrappings .residency-wrappings,
.doctor-info-wrappings .fellowship-wrappings {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.doctor-info-wrappings .residency-wrappings {
  padding-right: 50px;
}
.doctor-info-wrappings .fellowship-wrappings {
  padding-left: 50px;
}
.doctor-info-wrappings .provider-cv-fellowship-wrapper {
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #eaeae8;
  border-radius: 6px;
}
.doctor-info-wrappings .provider-cv-fellowship-wrapper h2 {
  margin-top: 0;
}
.shot-btn {
  max-width: 300px;
  padding: 5px;
  text-align: center;
  display: block;
}
.shot-btn a:link,
.shot-btn a:visited {
  background-color: #f1f1f1;
  border-radius: 5px;
  max-width: 300px;
  padding: 10px 80px 10px 80px;
  text-align: center;
  border-bottom: 2px solid black;
}
.shot-btn a:hover {
  background-color: #aeadad;
}
.pageContent a:link,
.pageContent a:visited {
  color: #283F69;
  text-decoration: none;
}
.feature14.doc-office-number {
  font-weight: bold;
}
.feature18.doctor-name {
  font-size: 20px;
  font-weight: bold;
  color: #283F69;
}
.pageContent a:hover {
  color: #4c6491;
  text-decoration: underline;
}
.content-page .main {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  overflow: hidden;
  background: #fff;
}
.lt-ie8 .content-page .main {
  width: 1000px;
}
.contentpic2 {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.content-page .main-wrapper {
  padding: 0 20px;
  border-bottom: 6px solid #182A4C;
}
h1 {
  margin-top: 0;
  color: #283F69;
  line-height: 25px;
  padding-top: 10px;
}
h2.feature14.heading {
  padding-left: 0px;
}
.contentimage {
  display: block;
  padding: 6px;
  float: right;
  max-width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contentimage img {
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-menu h2 {
  margin: 0 0 10px 0;
  color: #283F69;
}
.content-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-menu li {
  margin-bottom: 10px;
}
.content-menu a:link,
.content-menu a:visited,
.content-menu a:hover,
.content-menu a:focus,
.content-menu a:active {
  text-decoration: none;
  color: #203866;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.content-menu a:hover,
.content-menu a:focus,
.content-menu a:active {
  text-decoration: underline;
}
.has-content-menu .content-menu-wrapper {
  width: 20%;
  float: left;
  background-color: #FFF;
  background: -moz-linear-gradient(top,#d4d4d4 0%,rgba(212,212,212,0) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D4D4D4),color-stop(100%,rgba(212,212,212,0)));
  background: -webkit-linear-gradient(top,#D4D4D4 0%,rgba(212,212,212,0) 100%);
  background: -o-linear-gradient(top,#d4d4d4 0%,rgba(212,212,212,0) 100%);
  background: -ms-linear-gradient(top,#d4d4d4 0%,rgba(212,212,212,0) 100%);
  background: linear-gradient(to bottom,#D4D4D4 0%,rgba(212,212,212,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4',endColorstr='#00d4d4d4',GradientType=0);
  padding: 10px;
  padding-bottom: 300px;
}
.has-content-menu .pageContent {
  width: 79%;
  float: right;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.pageContent iframe,
.pageContent object,
.pageContent embed {
  max-width: 100%;
}
.no-content-menu .pageContent {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .has-content-menu .content-menu-wrapper {
    display: none;
  }
  .has-content-menu .pageContent {
    width: auto;
    float: none;
  }
  .content-page .main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .content-page .pageContent {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contentimage {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 481px) {
  .contentimage {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .content-page .main-wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: block;
  }
  .no-content-menu .pageContent,
  .has-content-menu .pageContent {
    display: block;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contentimage {
    padding: 0;
    float: none;
    max-width: 100%;
  }
}
footer {
  background: #283F69;
}
.footer {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #283f69;
  font-size: 14px;
  color: #fff;
}
.lt-ie8 .footer {
  width: 1000px;
}
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: none;
  color: #fff;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: underline;
}
.footer .copyright {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.footer .copyright li {
  display: inline-block;
  margin: 5px;
}
.lt-ie8 .footer .copyright li {
  display: inline;
  zoom: 1;
}
.footer .research {
  text-align: center;
  padding: 0 0 5px 0;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.footer-banner {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.footer-banner .shim {
  visibility: hidden;
}
.footer-banner-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-banner img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.footer-banner-items li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.footer-banner-items li.li-0 {
  display: block;
}
@media only screen and (max-width: 1920px) {
  .footer-banner {
    max-width: 100%;
  }
}
.doctor-listing-specialties,
.doctor-listing-specialties ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctor-listing-specialties > li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 1%;
  margin-bottom: 10px;
  overflow: hidden;
}
.doctor-listing-specialties .specialty-doctor-photo,
.doctor-listing-specialties .specialty-profile-item {
  float: left;
}
.doctor-listing-specialties .specialty-doctor-photo {
  max-width: 100px;
  height: auto;
}
.doctor-listing-specialties .specialty-profile-item {
  width: 48%;
}
.doctor-listing-specialties .has-image .specialty-profile-item {
  margin-left: 2%;
}
.mobile-nav-bar,
.mobile-search-wrapper,
.mobile-search,
.mobile-close-menu {
  display: none;
}
.mobile-close-menu {
  font-size: 32px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.mobile-nav-bar {
  font-size: 26px;
  color: #fff;
  background: #203866;
  overflow: hidden;
  padding: 5px 10px;
}
.mobile-nav-bar .fa {
  cursor: pointer;
}
.mobile-nav-bar .show-menu {
  float: left;
}
.mobile-nav-bar .show-search {
  float: right;
}
.mobile-search {
  padding: 5px 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-bar,
  .mobile-search-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .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;
  }
}
