@import "reset.css";

@import "homecontent.css";
/*@media (min-width:768px) and (max-width:1023px){
}*/
@media screen and (max-width: 767px) {
  .no-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .no-tablet {
    display: none;
  }
}
body,
.Normal {
  font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 25px;
  color: #53565a;
  font-weight: normal;
}
p {
  padding-bottom: 25px;
}
#headerWrap {
  background-color: #512d6d;
  width: 100%;
  height: 43px;
  padding: 16px 0;
  position: relative;
  z-index: 21;
}
#headerWrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  #headerWrap {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  
}
#headerWrap #header {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #headerWrap #header {
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #headerWrap #header {
    width: auto;
    padding: 0;
  }
}
#headerWrap #header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#headerWrap #header #dnn_logo_hypLogo {
  float: left;
  display: block;
}
@media screen and (max-width: 1024px) {
  #headerWrap #header #dnn_logo_hypLogo {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #headerWrap #header #dnn_logo_hypLogo {
    width: 155px;
  }
}
@media screen and (max-width: 300px) {
  #headerWrap #header #dnn_logo_hypLogo {
    width: 135px;
  }
}
#headerWrap #header #dnn_logo_hypLogo img {
  width: 100%;
}
#headerWrap #header .top-menu-pane {
  float: right;
}
#headerWrap #header .top-menu-pane .default-container h3 {
  display: none;
}
#headerWrap #header .top-menu-pane .dnnFormMessage.dnnFormInfo {
  display: none;
}
@media screen and (max-width: 1023px) {
  #headerWrap {
    width: 100%;
  }
}
.locations-menu li {
  list-style: none;
  background-color: #ffffff;
}
.locations-menu li.even-item {
  background-color: #e6e4e8;
}
.mobile-toggle {
  display: none;
  top: 71px;
  width: 100%;
  overflow: auto;
  background-color: #ffffff;
}
.mobile-toggle .mobile-dropdown {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: relative;
  right: 0px;
  border-style: solid;
  border-color: #512d6d;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}
.mobile-toggle .mobile-dropdown li {
  list-style: none;
}
.mobile-toggle .mobile-dropdown li.even-item {
  /*background-color: #e6e4e8;*/
  background-color: #ffffff;
}
.mobile-toggle .mobile-dropdown li.even-item img {
     display: none !important;
}
.mobile-toggle .mobile-dropdown li.odd-item img {
     display: none !important;
}
.mobile-toggle .mobile-dropdown li.even-item li {
  background-color: #ffffff;
}
.mobile-toggle .mobile-dropdown li.even-item li.even-item {
  /*background-color: #e6e4e8;*/
  background-color: #ffffff;
}
.mobile-toggle .mobile-dropdown li a {
  color: #512d6d;
  display: block;
  padding: 8px 5px;
}
.mobile-toggle .mobile-dropdown li li {
  /*background-color: #e6e4e8;*/
  background-color: #ffffff;
}
.mobile-toggle .mobile-dropdown li li.even-item {
  background-color: #ffffff;
}
#mobileNavWrap .locations span {
  display: none;
}
#mobileNavWrap .locations .locations-menu {
  display: none!important;
}
#mobileNavWrap .search-item {
  display: block;
  padding: 3px 55px 3px 3px;
}
#mobileNavWrap .search-item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#mobileNavWrap .search-item .NormalTextBox {
  width: 100%;
  float: left;
  padding: 3px;
  border: 1px solid #e7dcf0;
}
#mobileNavWrap .search-item .header-search {
  display: inline-block;
  width: 30px;
  height: 23px;
  line-height: 23px;
  background-color: #512d6d;
  color: #ffffff;
  margin-right: -48px;
  padding: 3px;
  text-align: center;
  float: right;
}
@media (min-width: 768px) {
  #mobileNavWrap .search-item {
    display: none!important;
  }
}
#mobileNavWrap .search-item .dnnSearchBoxClearText {
  display: inline-block !important;
  margin-top: 4px;
  padding-top: 0;
}
#mobileNavWrap .search-item .searchSkinObjectPreview {
  width: 100%;
  margin-right: -8px;
}
#mobileNavWrap .search-item .searchSkinObjectPreview p {
  padding-bottom: 0;
}
#dnn_siteSearch_ClassicSearch .NormalTextBox {
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#dnn_siteSearch_ClassicSearch .NormalTextBox::-webkit-input-placeholder {
  font-family: "myriad-pro-i6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
#dnn_siteSearch_ClassicSearch .NormalTextBox:-moz-placeholder {
  font-family: "myriad-pro-i6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
#dnn_siteSearch_ClassicSearch .NormalTextBox::-moz-placeholder {
  font-family: "myriad-pro-i6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
#dnn_siteSearch_ClassicSearch .NormalTextBox:-ms-input-placeholder {
  font-family: "myriad-pro-i6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
#dnn_siteSearch_ClassicSearch .header-search {
  font-family: "myriad-pro-n9", "myriad-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase!important;
  font-size: 12pt;
}
.searchInputContainer {
  float: left;
}
#bodyWrap {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  padding: 0 20px;
}
#bodyWrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bodyWrap .google-translate {
  float: right;
  margin: 16px 100px 0 0;
 -webkit-margin-end:185px;
 -moz-margin-end:185px;
  min-height: 24px;
}
@media screen and (max-width: 767px) {
  #bodyWrap .navigation-pane {
    display: block;
    padding: 1px 0 0 0;
  }
}
#bodyWrap #welcomeSearch {
  height: 62px;
}
@media screen and (max-width: 800px) {
  #bodyWrap #welcomeSearch .google-translate {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #bodyWrap #welcomeSearch .google-translate #google_translate_element {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #bodyWrap #welcomeSearch {
    line-height: 1;
  }
}
@media screen and (max-width: 478px) {
  #bodyWrap #welcomeSearch .google-translate {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #bodyWrap #welcomeSearch .google-translate #google_translate_element {
    margin: 0 0 0 20px;
  }
}
#bodyWrap #welcomeSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bodyWrap #welcomeSearch span.welcome {
  line-height: 32px !important;
  padding: 15px 0;
  float: left;
  display: block;
  color: #53565a;
  line-height: 36px;
  font-size: 26px;
  padding-left: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#bodyWrap #welcomeSearch span.welcome #dnn_SubTitlePane .Normal {
  font-size: 12px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  #bodyWrap #welcomeSearch span.welcome {
    font-size: 20px !important;
    float: none;
  }
}
#bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch {
  float: right;
  display: block;
  padding: 19px 0;
  width: 155px;
}
#bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch .searchInputContainer {
  width: 100%;
  margin-left: -65px !important;
  z-index: 900;
}
#bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch .dnnSearchBoxClearText {
  display: inline-block !important;
  margin-top: 5px;
}
#bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch .searchSkinObjectPreview p {
  padding-bottom: 0;
}
#bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch input {
  display: inline-block;
  width: 100%;
  padding: 3px 8px;
  margin-left: -65px;
  height: 18px;
  line-height: 18px;
  border-color: #e7dcf0;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  color: rgba(81, 45, 109, 0.5);
  font-size: 17px !important;
  margin-left: -20px;
}
#bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch a.header-search {
  display: inline-block;
  background-color: #512d6d;
  width: 35px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch a.header-search:hover {
  background-color: #53565a;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch {
    display: none;
  }
}
#bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch input {
  float: left;
}
#bodyWrap .navigation-pane .dnnFormMessage.dnnFormInfo {
  display: none;
}
#bodyWrap .navigation-pane .container > h3 {
  display: none;
}
#bodyWrap .navigation-pane .Normal {
  width: 1020px;
  border-top: 1px solid #e6e4e8;
  margin: 0 0 14px;
  float: left;
  display: block;
  z-index: 800;
}
@media screen and (max-width: 1023px) {
  #bodyWrap .navigation-pane .Normal {
    width: 100%;
  }
}
#bodyWrap .navigation-pane .Normal > ul {
  padding: 0 11px;
  margin: 0;
  display: block;
  position: relative;
}
#bodyWrap .navigation-pane .Normal > ul > li {
  list-style: none;
  float: left;
  display: block;
  margin: 0;
}
#bodyWrap .navigation-pane .Normal > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  #bodyWrap .navigation-pane .Normal > ul {
    display: none;
  }
}
#bodyWrap .navigation-pane .Normal > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bodyWrap .navigation-pane .Normal > ul > li {
  border-right: 1px solid #e6e4e8;
  padding-bottom: 0px;
  padding-top: 0;
}
#bodyWrap .navigation-pane .Normal > ul > li.selected {
  background-color: #e6e4e8;
}
#bodyWrap .navigation-pane .Normal > ul > li.selected > a {
  background-color: #e6e4e8;
}
#bodyWrap .navigation-pane .Normal > ul > li.last {
  border-right: none;
}
#bodyWrap .navigation-pane .Normal > ul > li a {
  color: #512d6d;
  padding: 8px 11px;
  display: block;
  font-size: 17px;
  font-weight: 600;
}
#bodyWrap .navigation-pane .Normal > ul > li .sub-nav-wrap {
  display: none;
}
#bodyWrap .navigation-pane .Normal > ul > li.has-children {
  padding-right: 11px;
  display: block;
}
#bodyWrap .navigation-pane .Normal > ul > li.has-children > a {
  background-image: url(images/arrow-down-purple-small.png);
  background-position: right 20px;
  background-repeat: no-repeat;
  display: block;
  padding-right: 15px;
}
#bodyWrap .navigation-pane .Normal > ul > li.has-children.expand > a {
  background-image: url(images/arrow-down-white-small.png);
}
#bodyWrap .navigation-pane .Normal > ul > li.expand {
  background-color: #e6e4e8;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand > a {
  color: #ffffff;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand > a:hover {
  text-decoration: none;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap {
  background-color: #ffffff;
  left: 0;
  margin-right: 186px;
  padding: 30px 186px 30px 48px;
  position: absolute;
  border-style: solid;
  border-color: #512d6d;
  border-top-width: 6px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1020px;
  z-index: 1000;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  #bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap {
    width: 100%;
  }
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer3,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer4,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer5,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer6,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer7,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer8,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer9,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer10 {
  float: left;
  display: block;
  width: auto;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer3:after,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer4:after,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer5:after,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer6:after,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer7:after,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer8:after,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer9:after,
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav-wrap .listContainer10:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav {
  width: 240px;
  float: left;
  display: block;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav li {
  line-height: 2;
  list-style: none;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav li > a {
  font-weight: 700;
  line-height: 1;
  padding: 8px 0;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav li .sub-sub-nav li {
  margin-left: 15px;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .sub-nav li .sub-sub-nav li a {
  color: #53565a;
  font-weight: 400;
  line-height: 1;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .shortcuts {
  margin-right: -140px;
  width: 138px;
  float: right;
  display: block;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .shortcuts li {
  list-style: none;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .shortcuts li a {
  color: #53565a;
  display: block;
  margin-bottom: 15px;
  padding: 16px 20px;
  font-family: "myriad-pro-n7", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 138px;
}
#bodyWrap .navigation-pane .Normal > ul > li.expand .shortcuts li a:hover {
  border-color: #53565a;
  color: #53565a;
  text-decoration: none;
}
#bodyWrap .navigation-pane .Normal > div {
  padding: 20px 20px 0;
}
#bodyWrap .navigation-pane .Normal > div select {
  display: none;
  padding: 4px 6px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #bodyWrap .navigation-pane .Normal > div select {
    display: block;
  }
}
#bodyWrap #contentWrap {
  /*
        position:relative;
        z-index:700;
        */

}
#bodyWrap #contentWrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bodyWrap #contentWrap .content-pane {
  width: 553px;
}
#bodyWrap #contentWrap .aside-pane {
  width: 292px;
}
#bodyWrap #contentWrap .aside-pane h3,
#bodyWrap #contentWrap .aside-pane h3 .Head {
  line-height: 1;
}
#bodyWrap #contentWrap .lower-left-pane {
  clear: both;
  float: left;
  display: block;
  margin: 0;
  width: 32.666666666666664%;
  margin-right: 1%;
}
#bodyWrap #contentWrap .lower-center-pane {
  float: left;
  display: block;
  margin: 0;
  width: 32.666666666666664%;
  margin-right: 1%;
}
#bodyWrap #contentWrap .lower-right-pane {
  float: left;
  display: block;
  margin: 0;
  width: 32.666666666666664%;
}
@media screen and (max-width: 767px) {
  #bodyWrap {
    z-index: 0;
  }
}
@media (max-width: 767px) {
  #bodyWrap {
    padding: 0;
    width: 100%;
  }
  #bodyWrap #contentWrap .content-pane {
    width: 100%;
  }
  #bodyWrap #contentWrap .aside-pane {
    width: 100%;
  }
  #bodyWrap #contentWrap .lower-left-pane,
  #bodyWrap #contentWrap .lower-center-pane,
  #bodyWrap #contentWrap .lower-right-pane {
    clear: both;
    float: left;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  #bodyWrap {
    padding: 0;
    width: 100%;
  }
  #bodyWrap #contentWrap {
    /*.lower-left-pane,
              .lower-center-pane,
              .lower-right-pane{.clear; .left; .full-width;}*/
  
  }
  #bodyWrap #contentWrap .content-pane {
    width: 386px;
  }
  #bodyWrap #contentWrap .aside-pane {
    width: 292px;
  }
}
@media (min-width: 801px) and (max-width: 920px) {
  #bodyWrap {
    padding: 0;
    width: 100%;
  }
  #bodyWrap #contentWrap .content-pane,
  #bodyWrap #contentWrap .full-width-footer-pane {
    width: 418px;
  }
  #bodyWrap #contentWrap .aside-pane {
    width: 292px;
  }
}
@media (min-width: 921px) and (max-width: 1024px) {
  #bodyWrap {
    padding: 0;
    width: 100%;
  }
  #bodyWrap #contentWrap {
    /*.lower-left-pane,
              .lower-center-pane,
              .lower-right-pane{.clear; .left; .full-width;}*/
  
  }
  #bodyWrap #contentWrap .content-pane {
    width: 538px;
  }
  #bodyWrap #contentWrap .aside-pane {
    width: 292px;
  }
}
@media screen and (max-width: 767px) {
  .nh-home-skin #bodyWrap #contentWrap {
    display: none;
  }
}
.mobile-icon-list {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -4px 0 0;
}
.mobile-icon-list li {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-icon-list li a {
  background-image: url('images/MyChart-Icon-mobile.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-icon-list li.odd-item {
  background-color: #e6e4e8;
}
.mobile-icon-list li.find-doctor {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-icon-list li.find-doctor a {
  background-image: url('images/mobile-icon-doctor.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-icon-list li.find-doctor.odd-item {
  background-color: #e6e4e8;
}
.mobile-icon-list li.schedule-appointment {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-icon-list li.schedule-appointment a {
  background-image: url('images/Mobile-icon-calendar.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-icon-list li.schedule-appointment.odd-item {
  background-color: #e6e4e8;
}
.mobile-icon-list li.find-location {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-icon-list li.find-location a {
  background-image: url('images/mobile-icon-find-location.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-icon-list li.find-location.odd-item {
  background-color: #e6e4e8;
}
.mobile-icon-list li.services-offered {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-icon-list li.services-offered a {
  background-image: url('images/mobile-medical-services.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-icon-list li.services-offered.odd-item {
  background-color: #e6e4e8;
}
.mobile-icon-list li.mychart-signin {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-icon-list li.mychart-signin a {
  background-image: url('images/MyChart-Icon-mobile.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-icon-list li.mychart-signin.odd-item {
  background-color: #e6e4e8;
}
.mobile-icon-list li.visiting-hours {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-icon-list li.visiting-hours a {
  background-image: url('images/Mobile-icon-clock.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-icon-list li.visiting-hours.odd-item {
  background-color: #e6e4e8;
}
.mobile-icon-list li.emergency-services {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-icon-list li.emergency-services a {
  background-image: url('images/mobile-icon-emergency-services.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-icon-list li.emergency-services.odd-item {
  background-color: #e6e4e8;
}
.mobile-content-pane {
  position: relative;
  z-index: 20;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-content-pane {
    display: block;
  }
}
.mobile-content-pane .Normal {
  margin: 0;
}
.mobile-content-pane .Normal img {
  width: 100%;
}
.mobile-content-pane .Normal ul {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -4px 0 0;
}
.mobile-content-pane .Normal ul li {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-content-pane .Normal ul li a {
  background-image: url('images/MyChart-Icon-mobile.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-content-pane .Normal ul li.odd-item {
  background-color: #e6e4e8;
}
.mobile-content-pane .Normal ul li.find-doctor {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-content-pane .Normal ul li.find-doctor a {
  background-image: url('images/mobile-icon-doctor.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-content-pane .Normal ul li.find-doctor.odd-item {
  background-color: #e6e4e8;
}
.mobile-content-pane .Normal ul li.schedule-appointment {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-content-pane .Normal ul li.schedule-appointment a {
  background-image: url('images/Mobile-icon-calendar.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-content-pane .Normal ul li.schedule-appointment.odd-item {
  background-color: #e6e4e8;
}
.mobile-content-pane .Normal ul li.find-location {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-content-pane .Normal ul li.find-location a {
  background-image: url('images/mobile-icon-find-location.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-content-pane .Normal ul li.find-location.odd-item {
  background-color: #e6e4e8;
}
.mobile-content-pane .Normal ul li.services-offered {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-content-pane .Normal ul li.services-offered a {
  background-image: url('images/mobile-medical-services.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-content-pane .Normal ul li.services-offered.odd-item {
  background-color: #e6e4e8;
}
.mobile-content-pane .Normal ul li.mychart-signin {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-content-pane .Normal ul li.mychart-signin a {
  background-image: url('images/MyChart-Icon-mobile.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-content-pane .Normal ul li.mychart-signin.odd-item {
  background-color: #e6e4e8;
}
.mobile-content-pane .Normal ul li.visiting-hours {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-content-pane .Normal ul li.visiting-hours a {
  background-image: url('images/Mobile-icon-clock.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-content-pane .Normal ul li.visiting-hours.odd-item {
  background-color: #e6e4e8;
}
.mobile-content-pane .Normal ul li.emergency-services {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.mobile-content-pane .Normal ul li.emergency-services a {
  background-image: url('images/mobile-icon-emergency-services.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mobile-content-pane .Normal ul li.emergency-services.odd-item {
  background-color: #e6e4e8;
}
.Normal ul.show-desktop {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -4px 0 0;
}
.Normal ul.show-desktop li {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.Normal ul.show-desktop li a {
  background-image: url('images/MyChart-Icon-mobile.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.Normal ul.show-desktop li.odd-item {
  background-color: #e6e4e8;
}
.Normal ul.show-desktop li.find-doctor {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.Normal ul.show-desktop li.find-doctor a {
  background-image: url('images/mobile-icon-doctor.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.Normal ul.show-desktop li.find-doctor.odd-item {
  background-color: #e6e4e8;
}
.Normal ul.show-desktop li.schedule-appointment {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.Normal ul.show-desktop li.schedule-appointment a {
  background-image: url('images/Mobile-icon-calendar.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.Normal ul.show-desktop li.schedule-appointment.odd-item {
  background-color: #e6e4e8;
}
.Normal ul.show-desktop li.find-location {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.Normal ul.show-desktop li.find-location a {
  background-image: url('images/mobile-icon-find-location.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.Normal ul.show-desktop li.find-location.odd-item {
  background-color: #e6e4e8;
}
.Normal ul.show-desktop li.services-offered {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.Normal ul.show-desktop li.services-offered a {
  background-image: url('images/mobile-medical-services.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.Normal ul.show-desktop li.services-offered.odd-item {
  background-color: #e6e4e8;
}
.Normal ul.show-desktop li.mychart-signin {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.Normal ul.show-desktop li.mychart-signin a {
  background-image: url('images/MyChart-Icon-mobile.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.Normal ul.show-desktop li.mychart-signin.odd-item {
  background-color: #e6e4e8;
}
.Normal ul.show-desktop li.visiting-hours {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.Normal ul.show-desktop li.visiting-hours a {
  background-image: url('images/Mobile-icon-clock.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.Normal ul.show-desktop li.visiting-hours.odd-item {
  background-color: #e6e4e8;
}
.Normal ul.show-desktop li.emergency-services {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.Normal ul.show-desktop li.emergency-services a {
  background-image: url('images/mobile-icon-emergency-services.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.Normal ul.show-desktop li.emergency-services.odd-item {
  background-color: #e6e4e8;
}
#footer {
  width: 1020px;
  margin: 0 auto;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 48px;
  padding-top: 35px;
  position: relative;
  z-index: 19;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #footer {
    width: 100%;
  }
}
#footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer .left-footer-pane {
  float: left;
  display: block;
  margin-left: 48px;
  width: 474px;
}
@media screen and (max-width: 767px) {
  #footer .left-footer-pane {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #footer .left-footer-pane {
    width: 45%;
  }
}
#footer .right-footer-pane {
  float: right;
  display: block;
  margin-right: 48px;
  width: 395px;
}
@media screen and (max-width: 767px) {
  #footer .right-footer-pane {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #footer .right-footer-pane {
    width: 40%;
  }
}
#footer .rotator-pane {
  clear: both;
  padding: 40px 0 14px;
}
@media screen and (max-width: 767px) {
  #footer .rotator-pane {
    padding: 20px 0;
  }
}
#footer #footerAnchor {
  clear: both;
  padding: 0 99px 0 24px;
}
#footer #footerAnchor:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer #footerAnchor #footerSocialLinks {
  margin: 0;
  float: right;
  width:99px;
  display: block;
  margin-right: -99px;
}
#footer #footerAnchor #footerSocialLinks > li {
  list-style: none;
  float: left;
  display: block;
  margin: 0;
}
#footer #footerAnchor #footerSocialLinks:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  #footer #footerAnchor #footerSocialLinks {
    margin-right: -66px;
	width: 66px;
  }
}
#footer #footerAnchor #footerSocialLinks a {
  text-indent: -9999px;
  display: block;
  background: url(images/social-footer-icons.png) no-repeat #e6e4e8;
  width: 31px;
  height: 32px;
  line-height: 32px;
  margin-left: 2px;
}
#footer #footerAnchor #footerSocialLinks a.facebook {
  background-position: 0 0;
}
#footer #footerAnchor #footerSocialLinks a.twitter {
  background-position: 0 -31px;
}
#footer #footerAnchor #footerSocialLinks a.youtube {
  background-position: 0 -62px;
}
#footer #footerAnchor #footerSocialLinks a.pinterest {
    background-position: 0 -93px;
}
#footer #footerAnchor #footerSocialLinks a.linkedin {
    background-position: 0 -124px;
}
#footer #footerAnchor #footerSocialLinks a.googleplus {
    background-position: 0 -160px;
}
@media screen and (max-width: 767px) {
  
}
@media screen and (max-width: 1023px) {
  #footer #footerAnchor #footerSocialLinks li {
    /*clear: both;*/
    margin-bottom: 2px;
  }
}
#footer #footerAnchor #footerLinks {
  float: right;
  display: block;
  background-color: #e6e4e8;
  margin: 0;
  padding: 0 12px;
  width: 100%;
}
#footer #footerAnchor #footerLinks > li {
  list-style: none;
  float: left;
  display: block;
  margin: 0;
}
#footer #footerAnchor #footerLinks li {
  padding: 0 9px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
#footer #footerAnchor #footerLinks li a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
#footer #footerAnchor #footerLinks > div {
  margin: 0;
  float: left;
}
#footer #footerAnchor #footerLinks > div > li {
  list-style: none;
  float: left;
  display: block;
  margin: 0;
}
#footer #footerAnchor #footerLinks .copyright {
  width: 20%;
}
#footer #footerAnchor #footerLinks .footerNav {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  #footer #footerAnchor #footerLinks {
    float: right;
    padding: 0;
    height: 99px;
  }
  #footer #footerAnchor #footerLinks li {
    height: 18px;
    line-height: 18px;
    padding: 0 9px;
    display: inline-block;
    float: none;
  }
  #footer #footerAnchor #footerLinks li a {
    height: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  #footer #footerAnchor #footerLinks {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  #footer #footerAnchor {
    padding: 0 66px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}
.full-width-skin #bodyWrap #contentWrap .content-pane {
  width: 100%;
}
.hospital #bodyWrap #welcomeSearch {
  height: 62px;
}
@media screen and (max-width: 767px) {
  .hospital #bodyWrap #welcomeSearch {
    line-height: 1;
  }
}
.hospital #bodyWrap #welcomeSearch span.welcome {
  float: left;
  display: block;
  color: #53565a;
  line-height: 62px;
  font-size: 20px !important;
}
@media screen and (max-width: 767px) {
  .hospital #bodyWrap #welcomeSearch span.welcome {
    font-size: 20px !important;
  }
}
.hospital #bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch {
  padding: 19px 0;
}
.hospital.nh #bodyWrap #welcomeSearch {
  height: 62px;
}
@media screen and (max-width: 767px) {
  .hospital.nh #bodyWrap #welcomeSearch {
    line-height: 1;
  }
}
.hospital.nh #bodyWrap #welcomeSearch span.welcome {
  float: left;
  display: block;
  color: #53565a;
  line-height: 36px;
  font-size: 20px!important;
}
@media screen and (max-width: 767px) {
  .hospital.nh #bodyWrap #welcomeSearch span.welcome {
    font-size: 20px !important;
  }
}
.hospital.nh #bodyWrap #welcomeSearch span#dnn_siteSearch_ClassicSearch {
  padding: 19px 0;
}
.hospital #contentWrap,
.default-skin #contentWrap,
.full-width-skin #contentWrap {
  margin: 60px 48px 0;
}
@media screen and (max-width: 1023px) {
  .hospital #contentWrap,
  .default-skin #contentWrap,
  .full-width-skin #contentWrap {
    margin: 20px;
  }
}
.hospital #contentWrap > h1,
.default-skin #contentWrap > h1,
.full-width-skin #contentWrap > h1 {
  margin: 65px 0 25px;
}
.hospital #contentWrap .header-content-pane,
.default-skin #contentWrap .header-content-pane,
.full-width-skin #contentWrap .header-content-pane {
  width: 100%;
  margin-bottom: 55px;
}
.hospital #contentWrap .header-content-pane.DNNEmptyPane,
.default-skin #contentWrap .header-content-pane.DNNEmptyPane,
.full-width-skin #contentWrap .header-content-pane.DNNEmptyPane {
  margin-bottom: 0;
}
.alt-skin #bodyWrap #contentWrap {
  position: relative;
}
.alt-skin #bodyWrap #contentWrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.alt-skin #bodyWrap #contentWrap > h1 {
  float: left;
  margin-top: 0;
  width: 574px;
}
@media screen and (max-width: 767px) {
  .alt-skin #bodyWrap #contentWrap > h1 {
    width: 100%;
  }
}
.alt-skin #bodyWrap #contentWrap #ddrBreadcrumbs {
  display: block;
  float: left;
  width: 553px;
  clear: left;
}
@media screen and (max-width: 767px) {
  .alt-skin #bodyWrap #contentWrap #ddrBreadcrumbs {
    width: 100%;
  }
}
.alt-skin #bodyWrap #contentWrap .right.aside-pane {
  margin-top: -150px;
}
@media screen and (max-width: 767px) {
  .alt-skin #bodyWrap #contentWrap .right.aside-pane {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .alt-skin #bodyWrap #contentWrap > h1,
  .alt-skin #bodyWrap #contentWrap #ddrBreadcrumbs {
    width: 386px;
  }
}
@media (min-width: 801px) and (max-width: 920px) {
  .alt-skin #bodyWrap #contentWrap > h1,
  .alt-skin #bodyWrap #contentWrap #ddrBreadcrumbs {
    width: 418px;
  }
}
@media (min-width: 921px) and (max-width: 1023px) {
  .alt-skin #bodyWrap #contentWrap > h1,
  .alt-skin #bodyWrap #contentWrap #ddrBreadcrumbs {
    width: 538px;
  }
}
@media (width: 1024px) {
  .alt-skin #bodyWrap #contentWrap > h1,
  .alt-skin #bodyWrap #contentWrap #ddrBreadcrumbs {
    width: 586px;
  }
}
.nh-home-skin #bodyWrap #contentWrap {
  margin: 70px 0 0;
  margin: 70px 0 0;
  margin: 70px 0 0;
}
.nh-home-skin #bodyWrap #contentWrap .header-content-pane {
  margin-bottom: 15px;
  padding-top:8px;
}
.nh-home-skin #bodyWrap #contentWrap .aside-pane {
  width: 341px;
}
@media screen and (max-width: 1024px) {
  .nh-home-skin #bodyWrap #contentWrap .aside-pane {
    display: none;
  }
}
.nh-home-skin #bodyWrap #contentWrap .content-pane {
  width: 664px;
}
.nh-home-skin #bodyWrap #contentWrap .left-aside-pane {
  width: 341px;
}
@media screen and (max-width: 1024px) {
  .nh-home-skin #bodyWrap #contentWrap .left-aside-pane {
    display: none;
  }
}
.nh-home-skin #bodyWrap #contentWrap .right-main-pane {
  width: 664px;
}
.nh-home-skin #bodyWrap #contentWrap .my-chart-signin {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nh-home-skin #bodyWrap #contentWrap {
    /*@asideWidth:341px;
                  .aside-pane{.aside-content(@asideWidth);}
                  .content-pane{.main-content(@fixedWidth - @asideWidth - @bottomMargin);}
                  .left-aside-pane{.aside-content(@asideWidth);}
                  .right-main-pane{.main-content(@fixedWidth - @asideWidth - @bottomMargin);}*/
  
  }
  .nh-home-skin #bodyWrap #contentWrap .content-pane {
    width: 100%;
  }
}
@media (min-width: 801px) and (max-width: 920px) {
  .nh-home-skin #bodyWrap #contentWrap {
    /*@asideWidth:141px;
                  .aside-pane{.aside-content(@asideWidth);}
                  .content-pane{.main-content(@fixedWidth - @asideWidth - @bottomMargin);}
                  .left-aside-pane{.aside-content(@asideWidth);}
                  .right-main-pane{.main-content(@fixedWidth - @asideWidth - @bottomMargin);}*/
  
  }
}
@media (min-width: 921px) and (max-width: 1024px) {
  .nh-home-skin #bodyWrap #contentWrap {
    /*@asideWidth:300px;
                  .aside-pane{.aside-content(@asideWidth);}
                  .content-pane{.main-content(@fixedWidth - @asideWidth - @bottomMargin);}
                  .left-aside-pane{.aside-content(@asideWidth);}
                  .right-main-pane{.main-content(@fixedWidth - @asideWidth - @bottomMargin);}*/
  
  }
}
.hospital-home-skin #bodyWrap #contentWrap {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .hospital-home-skin #bodyWrap #contentWrap {
    margin: -50px 0 0;
  }
}
.hospital-home-skin #bodyWrap #contentWrap > * {
  margin-bottom: 15px !important;
}
.hospital-home-skin #bodyWrap #contentWrap .header-content-pane {
  margin-bottom: 15px;
}
.hospital-home-skin #bodyWrap #contentWrap .content-pane {
  width: 680px;
}
.hospital-home-skin #bodyWrap #contentWrap .content-pane .container {
  margin-bottom: 0!important;
}
@media screen and (max-width: 767px) {
  .hospital-home-skin #bodyWrap #contentWrap .content-pane {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hospital-home-skin #bodyWrap #contentWrap .content-pane {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hospital-home-skin #bodyWrap #contentWrap .aside-pane {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hospital-home-skin #bodyWrap #contentWrap .aside-pane {
    width: 100%;
  }
}
.hospital-home-skin #footer {
  border: none!important;
  margin-top: 0!important;
}
.landing-skin #bodyWrap #contentWrap #titleWrap {
  position: relative;
  width: 100%;
}
.landing-skin #bodyWrap #contentWrap #titleWrap #dnn_titleLeftPane {
  width: 602px;
  float: left;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .landing-skin #bodyWrap #contentWrap #titleWrap #dnn_titleLeftPane {
    width: auto;
  }
  .landing-skin #bodyWrap #contentWrap #titleWrap #dnn_titleLeftPane img {
    display: none;
  }
  .landing-skin #bodyWrap #contentWrap #titleWrap #dnn_titleLeftPane h1 {
    background-image: none!important;
    bottom: auto;
    color: #512d6d;
    clear: both;
    display: block;
    height: auto;
    line-height: 1.231;
    margin: 45px 0 25px;
    padding: 0;
    width: 100%;
    position: relative;
    top: 0;
  }
}
.landing-skin #bodyWrap #contentWrap #titleWrap #dnn_titleRightPane {
  width: 312px;
  float: right;
}
@media screen and (max-width: 1023px) {
  .landing-skin #bodyWrap #contentWrap #titleWrap #dnn_titleRightPane {
    display: none;
  }
}
.landing-skin #bodyWrap #contentWrap #titleWrap img {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .landing-skin #bodyWrap #contentWrap #titleWrap img {
    display: none;
  }
}
.landing-skin #bodyWrap #contentWrap #titleWrap h1 {
  color: #ffffff;
  left: 0;
  line-height: 1;
  padding: 0 4%;
  position: absolute;
  bottom: 18px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .landing-skin #bodyWrap #contentWrap #titleWrap h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .landing-skin #bodyWrap #contentWrap #titleWrap h1 {
    background-image: none!important;
    bottom: auto;
    color: #512d6d;
    clear: both;
    display: block;
    height: auto;
    line-height: 1.231;
    margin: 45px 0 25px;
    padding: 0;
    width: 100%;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .landing-skin #bodyWrap #contentWrap #titleWrap {
    margin-top: 60px;
  }
}
.landing-skin #bodyWrap #contentWrap > h1 {
  position: relative;
  background-size: contain;
  color: #ffffff;
  display: block;
  height: 100%;
  margin: 65px -48px 55px;
  padding: 0 48px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .landing-skin #bodyWrap #contentWrap > h1 {
    padding: 0 0;
    margin: 65px 0 55px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .landing-skin #bodyWrap #contentWrap > h1 {
    background-image: none!important;
    color: #512d6d;
    clear: both;
    display: block;
    height: auto;
    margin: 65px 0 25px;
    width: 100%;
  }
}
.landing-skin #bodyWrap #contentWrap > h1 span {
  bottom: 18px;
  display: block;
  position: absolute;
  width: 574px;
}
@media screen and (max-width: 767px) {
  .landing-skin #bodyWrap #contentWrap > h1 span {
    bottom: 0;
    display: inline;
    height: auto;
    padding: 0;
    position: relative;
    width: 100%;
  }
}
#ddrBreadcrumbs {
  border-bottom: 1px solid #e6e4e8;
  clear: both;
  display: block;
  font-size: 13px;
  font-size: 14px;
  margin: 0 0 20px;
}
#ddrBreadcrumbs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#ddrBreadcrumbs a {
  color: #512d6d;
  float: left;
  display: block;
  height: 18px;
}
#ddrBreadcrumbs a,
#ddrBreadcrumbs span {
  white-space: nowrap;
}
#ddrBreadcrumbs img {
  margin-top: 2px;
  float: left;
  display: block;
  padding: 0 13px 0 11px;
}
.nh-content-skin #dnn_pageBreadcrumb_lblBreadCrumb,
.full-width-skin #dnn_pageBreadcrumb_lblBreadCrumb {
  width: 924px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nh-content-skin #dnn_pageBreadcrumb_lblBreadCrumb,
  .full-width-skin #dnn_pageBreadcrumb_lblBreadCrumb {
    width: 100%;
  }
}
.container .Head {
  margin-bottom: 42px;
}
.container .DNNModuleContent .Normal:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.purple-container {
  background-color: #e6e4e8;
  padding: 35px 29px;
}
.dark-purple-container {
  background-color: #512d6d;
  padding: 35px 29px;
}
.dark-purple-container .Head {
  color: #ffffff;
  font-size: 56px;
}
.dark-purple-container .Normal {
  color: #ffffff;
  font-weight: normal;
}
.purple-border-container {
  padding: 31px 44px;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .side-nav {
  margin: 0!important;
  font-size: 14px;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 6px;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .side-nav li {
  list-style: none;
  margin: 0!important;
}
.Normal .side-nav > li {
  list-style: none;
}
.Normal .side-nav > li > a {
  display: block;
  background: url(images/arrow-right-white.png) right no-repeat #512d6d;
  color: #ffffff !important;
  padding: 8px 19px;
  border-bottom: 6px solid #ffffff;
}
.Normal .side-nav > li > a:hover {
  background-color: #53565a;
  text-decoration: none;
}
.Normal .side-nav > li li {
  background-color: #e7dcf0;
  font-weight: 700;
  padding: 8px 19px 0px;
}
.Normal .side-nav > li li ul {
  margin: 0 -19px;
  padding-top: 6px;
  padding-bottom: 0;
}
.Normal .side-nav > li li ul li {
  background-color: #ffffff;
}
.Normal .side-nav > li li ul li a {
  display: block;
  padding: 4px 19px 8px 35px;
  border-bottom: 1px solid #e7dcf0;
  font-weight: normal!important;
  margin: 0 -19px;
}
#TreeViewNav ul li a {
  font-size: 18px;
}
.paneOutline {
  border: none;
}
.paneOutline .SubHead {
  background-color: #edeaf0;
  display: block;
  line-height: 1;
  margin-bottom: 7.5px;
  font-size: 14px;
  font-family: "schoolbook-web-n7", "schoolbook-web", serif;
  font-weight: 700;
  font-style: normal;
}
.paneOutline .SubHead center {
  margin-bottom: -5px;
  padding-top: 10px;
  line-height: 1;
}
#ScrollTop,
#__dnnVariable {
  display: none;
}
.full-width {
  width: 100%;
}
.fixed-width {
  width: 1020px;
}
.centered {
  margin: 0 auto;
}
.full-centered {
  width: 100%;
  margin: 0 auto;
}
.fixed-centered {
  width: 1020px;
  margin: 0 auto;
}
.fixed-margined-centered {
  width: 924px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.img-left {
  float: left;
  margin-right: 10px;
}
.img-right {
  float: right;
  margin-left: 10px;
}
.img-border {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-menu {
  margin: 0;
}
.list-menu > li {
  list-style: none;
  float: left;
  display: block;
  margin: 0;
}
.third-width {
  margin: 0;
  width: 32.666666666666664%;
}
.fourth-width {
  margin: 0;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .no-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .no-tablet {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .media-full-width {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .hide-media-320 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-media-767 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .hide-media-1023 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hide-media-1024 {
    display: none;
  }
}
.box-sizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.thick-border-hover {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #53565a;
}
/* clearfix */
.clearfix {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.clear-fix {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* End clearfix */
.Normal .color-boxes {
  margin: 0 -8px 0 -8px;
}
.Normal .color-boxes li {
  width: 138px;
  height: 138px;
  float: left;
  display: block;
  line-height: 138px;
  text-align: center;
  color: #ffffff;
  margin: 8px;
}
.Normal .color-boxes li.purple {
  background-color: #512d6d;
}
.Normal .color-boxes li.orange {
  background-color: #ea7600;
}
.Normal .color-boxes li.pink {
  background-color: #840b55;
}
.Normal .color-boxes li.yellow {
  background-color: #f0b323;
}
.Normal .color-boxes li.white {
  background-color: #ffffff;
  color: #53565a;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .color-boxes li.lightPurple {
  background-color: #e7dcf0;
  color: #53565a;
}
.Normal .color-boxes li.grey {
  background-color: #53565a;
}
.Normal .color-boxes li.medGrey {
  background-color: #a7a8aa;
}
@media screen and (max-width: 767px) {
  .Normal .color-boxes li {
    margin: 2%;
    width: 46%;
    height: 46%;
    max-width: 138px;
    max-height: 138px;
  }
}
@media screen and (max-width: 767px) {
  .Normal .color-boxes {
    margin: 0 -1% 0 -1%;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* TYPOGRAPHY */
.serif {
  font-family: 'schoolbook-web', serif;
}
.sans-serif {
  font-family: 'myriad-pro', sans-serif;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.normal-style {
  font-style: normal;
}
.serif-light {
  font-family: 'schoolbook-web', serif;
  font-weight: 300;
  font-style: normal;
}
.serif-light-italic {
  font-family: 'schoolbook-web', serif;
  font-weight: 300;
  font-style: italic;
}
.serif-regular {
  font-family: "schoolbook-web-n4", "schoolbook-web", serif;
  font-weight: 400;
  font-style: normal;
}
.serif-italic {
  font-family: "schoolbook-web-i4", "schoolbook-web", serif;
  font-weight: 400;
  font-style: italic;
}
.serif-semibold {
  font-family: 'schoolbook-web', serif;
  font-weight: 600;
  font-style: normal;
}
.serif-semibold-italic {
  font-family: 'schoolbook-web', serif;
  font-weight: 600;
  font-style: italic;
}
.serif-bold {
  font-family: "schoolbook-web-n7", "schoolbook-web", serif;
  font-weight: 700;
  font-style: normal;
}
.serif-bold-italic {
  font-family: "schoolbook-web-i7", "schoolbook-web", serif;
  font-weight: 700;
  font-style: italic;
}
.serif-black {
  font-family: 'schoolbook-web', serif;
  font-weight: 900;
  font-style: normal;
}
.serif-black-italic {
  font-family: 'schoolbook-web', serif;
  font-weight: 900;
  font-style: italic;
}
.sans-serif-light {
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.sans-serif-light-italic {
  font-family: "myriad-pro-i3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.sans-serif-regular {
  font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sans-serif-italic {
  font-family: "myriad-pro-i4", "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.sans-serif-semibold {
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.sans-serif-semibold-italic {
  font-family: "myriad-pro-i6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.sans-serif-bold {
  font-family: "myriad-pro-n7", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sans-serif-bold-italic {
  font-family: "myriad-pro-i7", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.sans-serif-black {
  font-family: "myriad-pro-n9", "myriad-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.sans-serif-black-italic {
  font-family: "myriad-pro-i9", "myriad-pro", sans-serif;
  font-weight: 900;
  font-style: italic;
}
h1::selection,
h1::-moz-selection,
h2::selection,
h2::-moz-selection,
h3::selection,
h3::-moz-selection,
h4::selection,
h4::-moz-selection,
h5::selection,
h5::-moz-selection,
p::selection,
p::-moz-selection,
a::selection,
a::-moz-selection,
li::selection,
li::-moz-selection {
  background-color: #512d6d;
}
.Normal {
  font-size: 16px;
}
.NormalRed {
  font-size: 16px;
  color: #840b55;
}
.NormalDisabled,
.NormalDeleted {
  font-size: 16px;
  color: #a7a8aa;
}
strong,
b {
  font-weight: 700;
}
.NormalBold {
  font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 25px;
  color: #53565a;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
}
.NormalBold ul.show-desktop {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -4px 0 0;
}
.NormalBold ul.show-desktop li {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.NormalBold ul.show-desktop li a {
  background-image: url('images/MyChart-Icon-mobile.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.NormalBold ul.show-desktop li.odd-item {
  background-color: #e6e4e8;
}
.NormalBold ul.show-desktop li.find-doctor {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.NormalBold ul.show-desktop li.find-doctor a {
  background-image: url('images/mobile-icon-doctor.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.NormalBold ul.show-desktop li.find-doctor.odd-item {
  background-color: #e6e4e8;
}
.NormalBold ul.show-desktop li.schedule-appointment {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.NormalBold ul.show-desktop li.schedule-appointment a {
  background-image: url('images/Mobile-icon-calendar.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.NormalBold ul.show-desktop li.schedule-appointment.odd-item {
  background-color: #e6e4e8;
}
.NormalBold ul.show-desktop li.find-location {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.NormalBold ul.show-desktop li.find-location a {
  background-image: url('images/mobile-icon-find-location.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.NormalBold ul.show-desktop li.find-location.odd-item {
  background-color: #e6e4e8;
}
.NormalBold ul.show-desktop li.services-offered {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.NormalBold ul.show-desktop li.services-offered a {
  background-image: url('images/mobile-medical-services.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.NormalBold ul.show-desktop li.services-offered.odd-item {
  background-color: #e6e4e8;
}
.NormalBold ul.show-desktop li.mychart-signin {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.NormalBold ul.show-desktop li.mychart-signin a {
  background-image: url('images/MyChart-Icon-mobile.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.NormalBold ul.show-desktop li.mychart-signin.odd-item {
  background-color: #e6e4e8;
}
.NormalBold ul.show-desktop li.visiting-hours {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.NormalBold ul.show-desktop li.visiting-hours a {
  background-image: url('images/Mobile-icon-clock.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.NormalBold ul.show-desktop li.visiting-hours.odd-item {
  background-color: #e6e4e8;
}
.NormalBold ul.show-desktop li.emergency-services {
  background-color: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
}
.NormalBold ul.show-desktop li.emergency-services a {
  background-image: url('images/mobile-icon-emergency-services.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #512d6d;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 70px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.NormalBold ul.show-desktop li.emergency-services.odd-item {
  background-color: #e6e4e8;
}
.NormalBold .side-nav {
  margin: 0!important;
  font-size: 14px;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 6px;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NormalBold .side-nav li {
  list-style: none;
  margin: 0!important;
}
.NormalBold .side-nav > li {
  list-style: none;
}
.NormalBold .side-nav > li > a {
  display: block;
  background: url(images/arrow-right-white.png) right no-repeat #512d6d;
  color: #ffffff !important;
  padding: 8px 19px;
  border-bottom: 6px solid #ffffff;
}
.NormalBold .side-nav > li > a:hover {
  background-color: #53565a;
  text-decoration: none;
}
.NormalBold .side-nav > li li {
  background-color: #e7dcf0;
  font-weight: 700;
  padding: 8px 19px 0px;
}
.NormalBold .side-nav > li li ul {
  margin: 0 -19px;
  padding-top: 6px;
  padding-bottom: 0;
}
.NormalBold .side-nav > li li ul li {
  background-color: #ffffff;
}
.NormalBold .side-nav > li li ul li a {
  display: block;
  padding: 4px 19px 8px 35px;
  border-bottom: 1px solid #e7dcf0;
  font-weight: normal!important;
  margin: 0 -19px;
}
.NormalBold a:link {
  color: #512d6d;
  font-weight: 700;
  text-decoration: none;
}
.NormalBold a:visited {
  color: #a7a8aa;
}
.NormalBold a:hover {
  color: #53565a;
  text-decoration: underline;
}
.NormalBold a.disabled {
  color: #a7a8aa;
  font-weight: normal;
}
.NormalBold .CommandButton,
.NormalBold .CommandButton:link {
  font-size: 16px;
  color: #53565a !important;
  text-decoration: underline;
}
.NormalBold button,
.NormalBold input[type="button"],
.NormalBold input[type="submit"],
.NormalBold a.link-button,
.NormalBold a.link-button:link,
.NormalBold a.link-button:visited,
.NormalBold .dnnPrimaryAction,
.NormalBold .dnnPrimaryAction:link,
.NormalBold a.dnnPrimaryAction:link {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background-color: #512d6d;
  color: #ffffff;
  font-size: 17px;
  padding: 7px 15px 8px;
  cursor: pointer;
  text-decoration: none!important;
  text-shadow: none;
  display: inline-block;
  line-height: 1;
  font-weight: normal!important;
  background-image: none;
  filter: none;
}
.NormalBold button:hover,
.NormalBold input[type="button"]:hover,
.NormalBold input[type="submit"]:hover,
.NormalBold a.link-button:hover,
.NormalBold a.link-button:link:hover,
.NormalBold a.link-button:visited:hover,
.NormalBold .dnnPrimaryAction:hover,
.NormalBold .dnnPrimaryAction:link:hover,
.NormalBold a.dnnPrimaryAction:link:hover {
  background-color: #53565a;
  background-image: none;
  color: #ffffff;
  filter: none;
}
.NormalBold button:active,
.NormalBold input[type="button"]:active,
.NormalBold input[type="submit"]:active,
.NormalBold a.link-button:active,
.NormalBold a.link-button:link:active,
.NormalBold a.link-button:visited:active,
.NormalBold .dnnPrimaryAction:active,
.NormalBold .dnnPrimaryAction:link:active,
.NormalBold a.dnnPrimaryAction:link:active {
  background-color: #ffffff;
  color: #512d6d;
}
.NormalBold button:disabled,
.NormalBold input[type="button"]:disabled,
.NormalBold input[type="submit"]:disabled,
.NormalBold a.link-button:disabled,
.NormalBold a.link-button:link:disabled,
.NormalBold a.link-button:visited:disabled,
.NormalBold .dnnPrimaryAction:disabled,
.NormalBold .dnnPrimaryAction:link:disabled,
.NormalBold a.dnnPrimaryAction:link:disabled,
.NormalBold button.disabled,
.NormalBold input[type="button"].disabled,
.NormalBold input[type="submit"].disabled,
.NormalBold a.link-button.disabled,
.NormalBold a.link-button:link.disabled,
.NormalBold a.link-button:visited.disabled,
.NormalBold .dnnPrimaryAction.disabled,
.NormalBold .dnnPrimaryAction:link.disabled,
.NormalBold a.dnnPrimaryAction:link.disabled {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background-color: #a7a8aa;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 15px 8px;
  cursor: default;
  text-decoration: none;
}
.NormalBold a.dnnSecondaryAction,
.NormalBold .dnnSecondaryAction:link {
  border: none;
  font-weight: 700;
  color: #512d6d;
  background: none transparent;
  filter: none;
  color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.NormalBold a.dnnSecondaryAction:hover,
.NormalBold .dnnSecondaryAction:link:hover {
  color: #53565a;
  background: none transparent;
  filter: none;
}
.NormalBold ul,
.NormalBold ol {
  margin: 0px 0px 20px 20px;
}
.NormalBold ul li,
.NormalBold ol li {
  margin-left: 20px;
}
.NormalBold ul li ul,
.NormalBold ol li ul,
.NormalBold ul li ol,
.NormalBold ol li ol {
  margin: 0;
}
.NormalBold h2 {
  padding-bottom: 42px;
}
.NormalBold p {
  font-size: 18px;
}
.NormalBold ul li {
  font-size: 18px;
}
.NormalBold .locations-footer,
.NormalBold .services-footer {
  width: 46%;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 200%;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .NormalBold .locations-footer,
  .NormalBold .services-footer {
    width: 100%;
    clear: both;
    float: none;
  }
}
.NormalBold .locations-footer li,
.NormalBold .services-footer li {
  list-style: none;
  margin: 0;
  line-height: 200%;
}
.NormalBold .locations-footer li a,
.NormalBold .services-footer li a {
  color: #53565a;
  font-weight: normal;
}
.NormalBold .locations-footer li a.view-all:link,
.NormalBold .services-footer li a.view-all:link {
  color: #512d6d;
  font-weight: 700;
  text-decoration: none;
}
.NormalBold .locations-footer li a.view-all:visited,
.NormalBold .services-footer li a.view-all:visited {
  color: #a7a8aa;
}
.NormalBold .locations-footer li a.view-all:hover,
.NormalBold .services-footer li a.view-all:hover {
  color: #53565a;
  text-decoration: underline;
}
.NormalBold .locations-footer li a.view-all.disabled,
.NormalBold .services-footer li a.view-all.disabled {
  color: #a7a8aa;
  font-weight: normal;
}
.NormalBold .locations-footer.last,
.NormalBold .services-footer.last {
  margin-left: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .NormalBold .locations-footer.last,
  .NormalBold .services-footer.last {
    margin-left: 0;
  }
}
.NormalBold .listContainer1:after,
.NormalBold .listContainer2:after,
.NormalBold .listContainer3:after,
.NormalBold .listContainer4:after,
.NormalBold .listContainer5:after,
.NormalBold .listContainer6:after,
.NormalBold .listContainer7:after,
.NormalBold .listContainer8:after,
.NormalBold .listContainer9:after,
.NormalBold .listContainer10:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .listContainer1 .two-col-list,
.NormalBold .listContainer2 .two-col-list,
.NormalBold .listContainer3 .two-col-list,
.NormalBold .listContainer4 .two-col-list,
.NormalBold .listContainer5 .two-col-list,
.NormalBold .listContainer6 .two-col-list,
.NormalBold .listContainer7 .two-col-list,
.NormalBold .listContainer8 .two-col-list,
.NormalBold .listContainer9 .two-col-list,
.NormalBold .listContainer10 .two-col-list {
  float: left;
  display: block;
  width: 45%;
  margin: 0 9% 0 0;
}
@media screen and (max-width: 767px) {
  .NormalBold .listContainer1 .two-col-list,
  .NormalBold .listContainer2 .two-col-list,
  .NormalBold .listContainer3 .two-col-list,
  .NormalBold .listContainer4 .two-col-list,
  .NormalBold .listContainer5 .two-col-list,
  .NormalBold .listContainer6 .two-col-list,
  .NormalBold .listContainer7 .two-col-list,
  .NormalBold .listContainer8 .two-col-list,
  .NormalBold .listContainer9 .two-col-list,
  .NormalBold .listContainer10 .two-col-list {
    clear: both;
    float: none;
    width: 100%;
  }
}
.NormalBold .listContainer1 .two-col-list.last,
.NormalBold .listContainer2 .two-col-list.last,
.NormalBold .listContainer3 .two-col-list.last,
.NormalBold .listContainer4 .two-col-list.last,
.NormalBold .listContainer5 .two-col-list.last,
.NormalBold .listContainer6 .two-col-list.last,
.NormalBold .listContainer7 .two-col-list.last,
.NormalBold .listContainer8 .two-col-list.last,
.NormalBold .listContainer9 .two-col-list.last,
.NormalBold .listContainer10 .two-col-list.last {
  margin-right: 0;
}
.NormalBold .listContainer1 .two-col-list li,
.NormalBold .listContainer2 .two-col-list li,
.NormalBold .listContainer3 .two-col-list li,
.NormalBold .listContainer4 .two-col-list li,
.NormalBold .listContainer5 .two-col-list li,
.NormalBold .listContainer6 .two-col-list li,
.NormalBold .listContainer7 .two-col-list li,
.NormalBold .listContainer8 .two-col-list li,
.NormalBold .listContainer9 .two-col-list li,
.NormalBold .listContainer10 .two-col-list li {
  list-style: none;
  margin: 0;
}
.NormalBold .listContainer1 .three-col-list,
.NormalBold .listContainer2 .three-col-list,
.NormalBold .listContainer3 .three-col-list,
.NormalBold .listContainer4 .three-col-list,
.NormalBold .listContainer5 .three-col-list,
.NormalBold .listContainer6 .three-col-list,
.NormalBold .listContainer7 .three-col-list,
.NormalBold .listContainer8 .three-col-list,
.NormalBold .listContainer9 .three-col-list,
.NormalBold .listContainer10 .three-col-list {
  float: left;
  display: block;
  width: 27%;
  margin: 0 9% 0 0;
}
@media screen and (max-width: 767px) {
  .NormalBold .listContainer1 .three-col-list,
  .NormalBold .listContainer2 .three-col-list,
  .NormalBold .listContainer3 .three-col-list,
  .NormalBold .listContainer4 .three-col-list,
  .NormalBold .listContainer5 .three-col-list,
  .NormalBold .listContainer6 .three-col-list,
  .NormalBold .listContainer7 .three-col-list,
  .NormalBold .listContainer8 .three-col-list,
  .NormalBold .listContainer9 .three-col-list,
  .NormalBold .listContainer10 .three-col-list {
    clear: both;
    float: none;
    width: 100%;
  }
}
.NormalBold .listContainer1 .three-col-list.last,
.NormalBold .listContainer2 .three-col-list.last,
.NormalBold .listContainer3 .three-col-list.last,
.NormalBold .listContainer4 .three-col-list.last,
.NormalBold .listContainer5 .three-col-list.last,
.NormalBold .listContainer6 .three-col-list.last,
.NormalBold .listContainer7 .three-col-list.last,
.NormalBold .listContainer8 .three-col-list.last,
.NormalBold .listContainer9 .three-col-list.last,
.NormalBold .listContainer10 .three-col-list.last {
  margin-right: 0;
}
.NormalBold .listContainer1 .three-col-list li,
.NormalBold .listContainer2 .three-col-list li,
.NormalBold .listContainer3 .three-col-list li,
.NormalBold .listContainer4 .three-col-list li,
.NormalBold .listContainer5 .three-col-list li,
.NormalBold .listContainer6 .three-col-list li,
.NormalBold .listContainer7 .three-col-list li,
.NormalBold .listContainer8 .three-col-list li,
.NormalBold .listContainer9 .three-col-list li,
.NormalBold .listContainer10 .three-col-list li {
  list-style: none;
  margin: 0;
}
.NormalBold .listContainer1 .four-col-list,
.NormalBold .listContainer2 .four-col-list,
.NormalBold .listContainer3 .four-col-list,
.NormalBold .listContainer4 .four-col-list,
.NormalBold .listContainer5 .four-col-list,
.NormalBold .listContainer6 .four-col-list,
.NormalBold .listContainer7 .four-col-list,
.NormalBold .listContainer8 .four-col-list,
.NormalBold .listContainer9 .four-col-list,
.NormalBold .listContainer10 .four-col-list {
  float: left;
  display: block;
  width: 18%;
  margin: 0 9% 0 0;
}
@media screen and (max-width: 767px) {
  .NormalBold .listContainer1 .four-col-list,
  .NormalBold .listContainer2 .four-col-list,
  .NormalBold .listContainer3 .four-col-list,
  .NormalBold .listContainer4 .four-col-list,
  .NormalBold .listContainer5 .four-col-list,
  .NormalBold .listContainer6 .four-col-list,
  .NormalBold .listContainer7 .four-col-list,
  .NormalBold .listContainer8 .four-col-list,
  .NormalBold .listContainer9 .four-col-list,
  .NormalBold .listContainer10 .four-col-list {
    clear: both;
    float: none;
    width: 100%;
  }
}
.NormalBold .listContainer1 .four-col-list.last,
.NormalBold .listContainer2 .four-col-list.last,
.NormalBold .listContainer3 .four-col-list.last,
.NormalBold .listContainer4 .four-col-list.last,
.NormalBold .listContainer5 .four-col-list.last,
.NormalBold .listContainer6 .four-col-list.last,
.NormalBold .listContainer7 .four-col-list.last,
.NormalBold .listContainer8 .four-col-list.last,
.NormalBold .listContainer9 .four-col-list.last,
.NormalBold .listContainer10 .four-col-list.last {
  margin-right: 0;
}
.NormalBold .listContainer1 .four-col-list li,
.NormalBold .listContainer2 .four-col-list li,
.NormalBold .listContainer3 .four-col-list li,
.NormalBold .listContainer4 .four-col-list li,
.NormalBold .listContainer5 .four-col-list li,
.NormalBold .listContainer6 .four-col-list li,
.NormalBold .listContainer7 .four-col-list li,
.NormalBold .listContainer8 .four-col-list li,
.NormalBold .listContainer9 .four-col-list li,
.NormalBold .listContainer10 .four-col-list li {
  list-style: none;
  margin: 0;
}
.NormalBold .footer-rotator {
  margin: 0;
}
.NormalBold .footer-rotator a {
  font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.NormalBold .footer-rotator li {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .NormalBold .footer-rotator li {
    margin: 0 20px!important;
    width: 278px!important;
  }
}
.NormalBold .footer-rotator li.find-doctor a {
  background-image: url(images/rotator-icon-stethoscope.png);
}
.NormalBold .footer-rotator li.find-location a {
  background-image: url(images/rotator-icon-location.png);
}
.NormalBold .footer-rotator li.wait-times a {
  background-image: url(images/rotator-icon-clock.png);
}
.NormalBold .footer-rotator li a {
  background-position: 34px 51px;
  background-repeat: no-repeat;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 42px;
  color: #53565a;
  display: block;
  height: 173px;
  line-height: 1;
  padding: 36px 50px 34px 128px;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .NormalBold .footer-rotator li a {
    font-size: 36px;
  }
}
.NormalBold .footer-rotator li a:hover {
  border-color: #53565a;
  text-decoration: none;
}
.NormalBold .bx-wrapper {
  position: relative;
  z-index: 10;
}
.NormalBold .bx-wrapper .bx-viewport {
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  
}
.NormalBold .bx-wrapper .bx-controls .bx-controls-direction {
  left: -44px;
  position: absolute;
  top: 53px;
  width: 1108px;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  .NormalBold .bx-wrapper .bx-controls .bx-controls-direction {
    width: 100%;
    height: 0;
    left: 0;
    z-index: 13;
  }
}
.NormalBold .bx-wrapper .bx-controls .bx-controls-direction a {
  background: url(images/Rotator-Arrows.png);
  background-repeat: no-repeat;
  display: block;
  height: 78px;
  text-indent: -9999px;
  width: 33px;
}
@media screen and (max-width: 767px) {
  .NormalBold .bx-wrapper .bx-controls .bx-controls-direction a {
    position: relative;
    z-index: 40;
  }
}
.NormalBold .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
  opacity: .5;
}
.NormalBold .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  background-position: 0 0;
}
.NormalBold .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:hover {
  background-position: 0 -156px;
}
.NormalBold .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  background-position: 0 -78px;
  position: absolute;
  right: 0;
  top: 0;
}
.NormalBold .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:hover {
  background-position: 0 -234px;
}
.NormalBold .menu-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .NormalBold .menu-toggle {
    background-image: url(images/mobile-icon-menu.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-right: 15px;
    margin-top: 5px;
    float: right;
    display: block;
    width: 24px;
    height: 31px;
    text-indent: -9999px;
  }
  .NormalBold .menu-toggle.on {
    background-position: center -31px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .NormalBold .menu-toggle {
    background-image: url(images/mobile-icon-menu.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-right: 15px;
    margin-top: 5px;
    float: right;
    display: block;
    width: 24px;
    height: 31px;
    text-indent: -9999px;
  }
  .NormalBold .menu-toggle.on {
    background-position: center -31px;
  }
}
.NormalBold .location-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .NormalBold .location-toggle {
    background-image: url(images/mobile-icon-location.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-right: 15px;
    margin-top: 5px;
    float: right;
    display: block;
    width: 24px;
    height: 31px;
    text-indent: -9999px;
  }
  .NormalBold .location-toggle.on {
    background-position: center -31px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .NormalBold .location-toggle {
    background-image: url(images/mobile-icon-location.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-right: 15px;
    margin-top: 5px;
    float: right;
    display: block;
    width: 24px;
    height: 31px;
    text-indent: -9999px;
  }
  .NormalBold .location-toggle.on {
    background-position: center -31px;
  }
}
.NormalBold #navScroll {
  width: 100%;
  padding-top: 20px;
}
.NormalBold #quickMenu {
  float: left;
  display: block;
  width: 749px;
  margin-right: 24px;
}
.NormalBold #quickMenu a {
  font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.NormalBold #quickMenu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .NormalBold #quickMenu {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu {
    position: relative;
    background-color: #edeaf0;
    margin: 0;
    bottom: -13px;
    border-style: solid;
    border-color: #512d6d;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
.NormalBold #quickMenu #navSearchWrap {
  display: none;
  padding: 0 20px 0 68px;
  background: #e6e4e8;
}
@media screen and (max-width: 767px) {
  .NormalBold #quickMenu #navSearchWrap {
    display: block;
  }
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch {
  display: block;
  margin: 0;
  padding: 23px 0;
  width: 100%;
  margin-right: 24px;
  padding: 10px 20px;
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch .searchInputContainer {
  width: 100%;
  margin-left: -65px !important;
  z-index: 900;
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch .dnnSearchBoxClearText {
  display: inline-block !important;
  margin-top: 5px;
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch .searchSkinObjectPreview p {
  padding-bottom: 0;
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch input {
  display: inline-block;
  width: 100%;
  padding: 3px 8px;
  margin-left: -65px;
  height: 18px;
  line-height: 18px;
  border-color: #e7dcf0;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  color: rgba(81, 45, 109, 0.5);
  font-size: 17px !important;
  margin-left: -20px;
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch a.header-search {
  display: inline-block;
  background-color: #512d6d;
  width: 35px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch a.header-search:hover {
  background-color: #53565a;
  text-decoration: none;
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch #dnn_navSearch_txtSearch {
  padding: 3px 4px;
  font-size: 16px;
}
.NormalBold #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch .header-search {
  font-family: "myriad-pro-n9", "myriad-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase!important;
}
.NormalBold #quickMenu .big-font {
  color: #ffffff;
  font-size: 22px;
}
.NormalBold #quickMenu > .quick-menu {
  margin: 0;
  float: right;
  display: block;
}
.NormalBold #quickMenu > .quick-menu > li {
  list-style: none;
  float: left;
  display: block;
  margin: 0;
}
.NormalBold #quickMenu > .quick-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu > .quick-menu {
    background-color: #e6e4e8;
    margin: 0;
    width: 100%;
  }
}
.NormalBold #quickMenu > .quick-menu > li {
  padding: 0 37px 0 0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu > .quick-menu > li {
    clear: both;
    line-height: 2.5;
    float: none;
    padding-left: 0;
  }
  .NormalBold #quickMenu > .quick-menu > li li {
    margin: 0;
    background-color: #ffffff;
  }
  .NormalBold #quickMenu > .quick-menu > li li.even-item {
    background-color: #e6e4e8;
  }
  .NormalBold #quickMenu > .quick-menu > li.even-item {
    background-color: #ffffff;
  }
  .NormalBold #quickMenu > .quick-menu > li.even-item li {
    background-color: #e6e4e8;
  }
  .NormalBold #quickMenu > .quick-menu > li.even-item li.even-item {
    background-color: #ffffff;
  }
}
.NormalBold #quickMenu > .quick-menu > li.locations {
  position: relative;
  z-index: 10;
}
.NormalBold #quickMenu > .quick-menu > li.locations:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold #quickMenu > .quick-menu > li.locations > a {
  float: left;
  display: block;
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu > .quick-menu > li.locations > a {
    float: none;
  }
}
.NormalBold #quickMenu > .quick-menu > li.locations span {
  background: url(images/arrow-down-white.png) right center no-repeat;
  display: inline-block;
  height: 16px;
  float: right;
  display: block;
  margin: 14px 0 0 6px;
  text-indent: -9999px;
  width: 16px;
}
.NormalBold #quickMenu > .quick-menu > li.locations span:hover {
  background-color: rgba(231, 220, 240, 0.4);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu > .quick-menu > li.locations span {
    display: none;
  }
}
.NormalBold #quickMenu > .quick-menu > li.locations .locations-menu {
  background-color: #ffffff;
  border: 1px solid #e7dcf0;
  border-bottom: none;
  display: none;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 260px;
  z-index: 990;
}
.NormalBold #quickMenu > .quick-menu > li.locations .locations-menu li {
  border-bottom: 1px solid #e7dcf0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu > .quick-menu > li.locations .locations-menu li {
    clear: both;
  }
}
.NormalBold #quickMenu > .quick-menu > li.locations .locations-menu li a {
  color: #512d6d !important;
  display: block;
  padding: 4px 14px;
}
.NormalBold #quickMenu > .quick-menu > li.locations .locations-menu li a:hover {
  color: #53565a !important;
}
.NormalBold #quickMenu > .quick-menu > li a {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu > .quick-menu > li a {
    color: #512d6d !important;
    font-size: 14px;
    padding: 0 0 0 20px;
    float: none;
  }
}
.NormalBold #quickMenu > .quick-menu > li > a {
  line-height: 40px;
  color: #ffffff;
  font-size: 22px;
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu > .quick-menu > li > a {
    color: #512d6d !important;
    line-height: 2.5;
    font-size: 14px;
    display: block;
  }
}
.NormalBold #quickMenu > .quick-menu > li.sub-menus {
  line-height: normal;
  margin-top: -8px;
  margin-left: 29px;
  padding-right: 0px;
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu > .quick-menu > li.sub-menus {
    margin: 0;
  }
}
.NormalBold #quickMenu > .quick-menu > li > ul li {
  list-style: none;
  line-height: 169.23076923076923%;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu > .quick-menu > li > ul li {
    line-height: 1.5;
    float: none;
  }
}
.NormalBold #quickMenu > .quick-menu > li > ul li a {
  font-size: 13px;
}
@media screen and (max-width: 1023px) {
  .NormalBold #quickMenu > .quick-menu > li > ul li a {
    color: #512d6d !important;
    display: block;
    line-height: 2.5;
    font-size: 14px;
  }
}
.NormalBold .tout-callout {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 17px;
  margin-bottom: 20px;
}
.NormalBold ul.tout-list {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 0px;
  border-bottom-width: 5px;
  border-left-width: 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.NormalBold ul.tout-list li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #e6e4e8;
  padding: 0 13px;
  margin: 0;
}
.NormalBold ul.tout-list li a {
  background-image: url(images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  padding: 20px 67px 24px 13px;
}
@media screen and (max-width: 767px) {
  .NormalBold ul.tout-list li a {
    background-position: right 20px;
    padding: 20px 0px;
  }
}
.NormalBold ul.tout-list li a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold ul.tout-list li a:hover {
  text-decoration: none;
  opacity: .7;
}
.NormalBold ul.tout-list li a img {
  float: left;
  display: block;
  padding-right: 20px;
}
.NormalBold ul.tout-list li a h3,
.NormalBold ul.tout-list li a p {
  color: #53565a;
  font-weight: normal;
  padding-bottom: 0;
  float: left;
  display: block;
  width: 385px;
}
@media screen and (max-width: 767px) {
  .NormalBold ul.tout-list li a h3,
  .NormalBold ul.tout-list li a p {
    line-height: 1;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .NormalBold ul.tout-list li a p {
    clear: both;
    padding-top: 8px;
    width: 100%;
  }
}
.NormalBold .col1-2 {
  float: left;
  display: block;
  width: 47%;
}
.NormalBold .col2-2 {
  float: right;
  display: block;
  width: 47%;
}
.NormalBold .col1-3,
.NormalBold .col2-3 {
  float: left;
  display: block;
  width: 29.3%;
  margin-right: 6%;
}
.NormalBold .col3-3 {
  float: right;
  display: block;
  width: 29.3%;
}
@media screen and (max-width: 767px) {
  .NormalBold .collapse * {
    float: none;
    width: 100%;
  }
}
.NormalBold .columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .columns3 {
  display: block;
}
.NormalBold .columns3:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .columns3:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .columns3 > li {
  float: left;
  display: block;
  margin-right: 45px;
  width: 28%;
}
.NormalBold .columns3 > li.last {
  margin-right: 0;
}
.NormalBold .three-wide-full-width {
  margin: 0;
}
.NormalBold .three-wide-full-width > li {
  list-style: none;
  float: left;
  display: block;
  margin: 0;
}
.NormalBold .three-wide-full-width:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .three-wide-full-width li {
  margin: 0;
  width: 32.666666666666664%;
}
.NormalBold .three-wide-full-width li.item1,
.NormalBold .three-wide-full-width li.item2 {
  margin-right: 1%;
}
.NormalBold .three-wide-full-width li.item3 {
  margin: 0;
}
.NormalBold fieldset {
  background-color: #e6e4e8;
  padding: 35px 29px;
}
.NormalBold .input-format {
  border: 1px solid #dad7dc;
  font-size: 17px;
  color: #a7a8aa;
  padding: 4px 9px;
  font-family: "myriad-pro-i6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.NormalBold input[type="text"],
.NormalBold input[type="password"] {
  border: 1px solid #dad7dc;
  font-size: 17px;
  color: #a7a8aa;
  padding: 4px 9px;
  font-family: "myriad-pro-i6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.NormalBold textarea {
  border: 1px solid #dad7dc;
  font-size: 17px;
  color: #a7a8aa;
  padding: 4px 9px;
  font-family: "myriad-pro-i6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.NormalBold .other-locations {
  margin-left: 0;
}
.NormalBold .other-locations li {
  margin-left: 0;
  list-style: none;
  line-height: 2;
}
.NormalBold .other-locations li a:link {
  color: #53565a;
  font-weight: 400;
}
.NormalBold .my-chart-signin img {
  padding-right: 15px;
}
.NormalBold .my-chart-signin h2 {
  color: #840b55;
  font-size: 36px;
  line-height: 1;
}
.NormalBold .my-chart-signin p {
  padding: 15px 0;
}
.NormalBold .my-chart-signin input[type="text"],
.NormalBold .my-chart-signin input[type="password"] {
  width: 90%;
  margin-bottom: 6px;
}
.NormalBold .my-chart-signin button {
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  font-size: 17px !important;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.NormalBold .my-chart-signin .forgot-links {
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  margin-left: 14px;
}
.NormalBold .q-and-a {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 17px;
  margin-bottom: 20px;
}
.NormalBold .q-and-a dt,
.NormalBold .q-and-a dd {
  padding-left: 60px;
  position: relative;
  min-height: 40px;
  padding-bottom: 16px;
}
.NormalBold .q-and-a dt span,
.NormalBold .q-and-a dd span {
  font-family: 'schoolbook-web', serif;
  font-size: 44px;
  color: #512d6d;
  text-indent: -60px;
  display: inline-block;
  position: absolute;
  top: -5px;
}
.NormalBold .q-and-a dt {
  font-weight: 700;
}
.NormalBold .q-and-a dt span {
  font-weight: 400;
}
.NormalBold .q-and-a dd {
  border-bottom: 1px solid #e7dcf0;
  margin-bottom: 15px;
}
.NormalBold .q-and-a dd.last {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.NormalBold .header-find-doctor {
  width: 100%;
  background-image: url(images/image-find-doctor-header.jpg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.NormalBold .header-find-doctor:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .header-find-doctor a {
  display: block;
  position: relative;
  width: 100%;
  height: 42.92%;
}
.NormalBold .header-find-doctor a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .header-find-doctor a span.button {
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #ffffff;
  font-size: 17px !important;
  left: 74px;
  float: left;
  display: block;
  line-height: 30px;
  padding: 6px 8px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  margin-top: 25%;
  margin-bottom: 8%;
  width: 112px;
}
.NormalBold .header-find-doctor a span.title {
  color: #ffffff;
  font-size: 4.7em;
  height: 89.26%;
  margin-left: 18%;
  line-height: 1;
  padding-top: 9.37%;
  padding-bottom: 9.37%;
  position: relative;
  float: left;
  display: block;
  font-family: 'schoolbook-web', serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .NormalBold .header-find-doctor a span.title {
    font-size: 5vw;
  }
}
.NormalBold .nh-home-action-items > div {
  padding-right: 198px;
}
.NormalBold .nh-home-action-items > div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .nh-home-action-items > div .nh-online-quiz:link {
  background-image: url(images/arrow-right-purple.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  line-height: 1;
  color: #512d6d;
  float: left;
  display: block;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 31px 93px 31px 40px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
}
.NormalBold .nh-home-action-items > div .nh-online-quiz:link:hover {
  background-image: url(images/arrow-right-grey.png);
  border-color: #53565a;
  color: #53565a;
  text-decoration: none;
}
.NormalBold .nh-home-action-items > div .nh-join-team {
  float: right;
  margin-right: -198px;
  width: 183px;
  display: block;
}
.NormalBold .nh-home-action-items > div .nh-join-team img {
  width: 100%;
}
.NormalBold .nh-home-action-items > div .nh-join-team span {
  background-color: #512d6d;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: 47px;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.NormalBold .nh-home-action-items > div .nh-join-team:hover {
  text-decoration: none;
}
.NormalBold .nh-home-action-items > div .nh-join-team:hover span {
  background-color: #53565a;
}
.NormalBold .nh-home-action-items > div .nh-join-team span {
  padding: 23px 55px 40px 23px !important;
  font-size: 32px;
}
.NormalBold .nh-home-action-items .nh-wait-times,
.NormalBold .nh-home-action-items .nh-wait-times:link {
  background: url(images/images-nh-wait-times-hover.png) no-repeat;
  background-size: contain;
  color: #53565a;
  font-size: 42px;
  line-height: 1;
  color: #ffffff !important;
  clear: both;
  display: block;
  line-height: 0.9;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
}
.NormalBold .nh-home-action-items .nh-wait-times img,
.NormalBold .nh-home-action-items .nh-wait-times:link img {
  visibility: visible;
  position: relative;
  z-index: 0;
  width: 100%;
}
.NormalBold .nh-home-action-items .nh-wait-times > span,
.NormalBold .nh-home-action-items .nh-wait-times:link > span {
  position: relative;
  position: absolute;
  left: 25%;
  top: 6%;
  z-index: 1;
}
.NormalBold .nh-home-action-items .nh-wait-times span > span,
.NormalBold .nh-home-action-items .nh-wait-times:link span > span,
.NormalBold .nh-home-action-items .nh-wait-times span > strong,
.NormalBold .nh-home-action-items .nh-wait-times:link span > strong {
  background-color: #ffffff;
  color: #512d6d !important;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  position: relative;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: center;
  width: 127px;
}
.NormalBold .nh-home-action-items .nh-wait-times:hover,
.NormalBold .nh-home-action-items .nh-wait-times:link:hover {
  color: #53565a;
  text-decoration: none;
}
.NormalBold .nh-home-action-items .nh-wait-times:hover img,
.NormalBold .nh-home-action-items .nh-wait-times:link:hover img {
  visibility: hidden;
}
.NormalBold .nh-home-action-items .nh-wait-times:hover span > span,
.NormalBold .nh-home-action-items .nh-wait-times:link:hover span > span,
.NormalBold .nh-home-action-items .nh-wait-times:hover span > strong,
.NormalBold .nh-home-action-items .nh-wait-times:link:hover span > strong {
  background-color: #53565a;
  color: #ffffff !important;
}
.NormalBold .header-mj {
  width: 100%;
  background-color: #e6e4e8;
  background-image: url(images/image-mj.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.NormalBold .header-mj:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .header-mj a {
  background-color: #512d6d;
  background-image: url(images/icon-video-header.png);
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: 40%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  display: block;
  margin-top: -5px;
  position: relative;
  width: 27.8%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .NormalBold .header-mj a {
    background-color: transparent;
    background-position: center 15%;
    background-image: url(images/icon-video-header-purple.png);
    line-height: 1;
  }
}
.NormalBold .header-mj a:hover {
  background-color: #53565a;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .NormalBold .header-mj a:hover {
    background-color: transparent;
  }
}
.NormalBold .header-mj a:hover span {
  color: #53565a;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .NormalBold .header-mj a:hover span {
    background-color: #53565a;
    color: #ffffff;
  }
}
.NormalBold .header-mj a span {
  position: relative;
  background-color: #ffffff;
  display: block;
  line-height: 30px;
  margin: 66.5% auto 25%;
  padding: 0 10px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: center;
  width: 50%;
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  .NormalBold .header-mj a span {
    background-color: #512d6d;
    color: #ffffff;
    font-size: 3vw;
    line-height: 1;
    margin: 50% auto 0;
    padding: 8px;
    width: 90px;
    min-width: 90px;
  }
}
.NormalBold .header-mj p {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #512d6d;
  font-family: 'schoolbook-web', serif;
  font-size: 3.5em;
  height: 20.84%;
  float: left;
  display: block;
  line-height: 1;
  padding: 6.37% 0 5.17% 5.4%;
  width: 66.8%;
}
@media screen and (max-width: 1023px) {
  .NormalBold .header-mj p {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  
}
.NormalBold .hospital-home-links {
  display: block;
  margin-left: 0;
}
.NormalBold .hospital-home-links:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .hospital-home-links:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .hospital-home-links li {
  list-style: none;
  margin-left: 0;
}
.NormalBold .hospital-home-links li h3 a {
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.NormalBold .hospital-home-links li ul {
  margin-left: 0;
}
.NormalBold .hospital-home-links li ul li {
  margin-left: 0;
  list-style: none;
  line-height: 2;
}
.NormalBold .hospital-home-links li ul li a:link {
  color: #53565a;
  font-weight: 400;
}
.NormalBold .hospital-home-links li ul li {
  font-size: 14px;
}
.NormalBold .hospital-home-links li ul li a {
  line-height: 0.875;
}
.NormalBold .hospital-home-links li ul li .standard-link {
  color: #512d6d !important;
  font-weight: 700!important;
  text-decoration: none!important;
}
.NormalBold .orange-callout {
  display: block;
}
.NormalBold .orange-callout img {
  width: 100%;
}
.NormalBold .orange-callout span {
  background-color: #ea7600;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: 93px;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.NormalBold .orange-callout:hover {
  text-decoration: none;
}
.NormalBold .orange-callout:hover span {
  background-color: #53565a;
}
.NormalBold .purple-callout {
  display: block;
}
.NormalBold .purple-callout img {
  width: 100%;
}
.NormalBold .purple-callout span {
  background-color: #512d6d;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: 93px;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.NormalBold .purple-callout:hover {
  text-decoration: none;
}
.NormalBold .purple-callout:hover span {
  background-color: #53565a;
}
.NormalBold .pink-callout {
  display: block;
}
.NormalBold .pink-callout img {
  width: 100%;
}
.NormalBold .pink-callout span {
  background-color: #840b55;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: 93px;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.NormalBold .pink-callout:hover {
  text-decoration: none;
}
.NormalBold .pink-callout:hover span {
  background-color: #53565a;
}
.NormalBold .blue-callout {
  display: block;
}
.NormalBold .blue-callout img {
  width: 100%;
}
.NormalBold .blue-callout span {
  background-color: #005776;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: 93px;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.NormalBold .blue-callout:hover {
  text-decoration: none;
}
.NormalBold .blue-callout:hover span {
  background-color: #53565a;
}
.NormalBold .olive-callout {
  display: block;
}
.NormalBold .olive-callout img {
  width: 100%;
}
.NormalBold .olive-callout span {
  background-color: #787121;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: 93px;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.NormalBold .olive-callout:hover {
  text-decoration: none;
}
.NormalBold .olive-callout:hover span {
  background-color: #53565a;
}
.NormalBold .copper-callout {
  display: block;
}
.NormalBold .copper-callout img {
  width: 100%;
}
.NormalBold .copper-callout span {
  background-color: #be4d00;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: 93px;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.NormalBold .copper-callout:hover {
  text-decoration: none;
}
.NormalBold .copper-callout:hover span {
  background-color: #53565a;
}
.NormalBold .crimson-callout {
  display: block;
}
.NormalBold .crimson-callout img {
  width: 100%;
}
.NormalBold .crimson-callout span {
  background-color: #840b55;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.NormalBold .crimson-callout:hover {
  text-decoration: none;
}
.NormalBold .crimson-callout:hover span {
  background-color: #53565a;
}
.NormalBold .yellow-callout {
  display: block;
}
.NormalBold .yellow-callout img {
  width: 100%;
}
.NormalBold .yellow-callout span {
  background-color: #f0b323;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: 93px;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.NormalBold .yellow-callout:hover {
  text-decoration: none;
}
.NormalBold .yellow-callout:hover span {
  background-color: #53565a;
}
.NormalBold .orange-headline {
  display: block;
  padding-bottom: 10px;
}
.NormalBold .orange-headline img {
  width: 100%;
}
.NormalBold .orange-headline span {
  background-color: #ea7600;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.NormalBold .orange-headline:hover {
  text-decoration: none;
}
.NormalBold .orange-headline:hover span {
  background-color: #53565a;
}
.NormalBold .purple-headline {
  display: block;
  padding-bottom: 10px;
}
.NormalBold .purple-headline img {
  width: 100%;
}
.NormalBold .purple-headline span {
  background-color: #512d6d;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.NormalBold .purple-headline:hover {
  text-decoration: none;
}
.NormalBold .purple-headline:hover span {
  background-color: #53565a;
}
.NormalBold .pink-headline {
  display: block;
  padding-bottom: 10px;
}
.NormalBold .pink-headline img {
  width: 100%;
}
.NormalBold .pink-headline span {
  background-color: #840b55;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.NormalBold .pink-headline:hover {
  text-decoration: none;
}
.NormalBold .pink-headline:hover span {
  background-color: #53565a;
}
.NormalBold .blue-headline {
  display: block;
  padding-bottom: 10px;
}
.NormalBold .blue-headline img {
  width: 100%;
}
.NormalBold .blue-headline span {
  background-color: #005776;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.NormalBold .blue-headline:hover {
  text-decoration: none;
}
.NormalBold .blue-headline:hover span {
  background-color: #53565a;
}
.NormalBold .olive-headline {
  display: block;
  padding-bottom: 10px;
}
.NormalBold .olive-headline img {
  width: 100%;
}
.NormalBold .olive-headline span {
  background-color: #787121;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.NormalBold .olive-headline:hover {
  text-decoration: none;
}
.NormalBold .olive-headline:hover span {
  background-color: #53565a;
}
.NormalBold .copper-headline {
  display: block;
  padding-bottom: 10px;
}
.NormalBold .copper-headline img {
  width: 100%;
}
.NormalBold .copper-headline span {
  background-color: #be4d00;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.NormalBold .copper-headline:hover {
  text-decoration: none;
}
.NormalBold .copper-headline:hover span {
  background-color: #53565a;
}
.NormalBold .crimson-headline {
  display: block;
  padding-bottom: 10px;
}
.NormalBold .crimson-headline img {
  width: 100%;
}
.NormalBold .crimson-headline span {
  background-color: #840b55;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.NormalBold .crimson-headline:hover {
  text-decoration: none;
}
.NormalBold .crimson-headline:hover span {
  background-color: #53565a;
}
.NormalBold .yellow-headline {
  display: block;
  padding-bottom: 10px;
}
.NormalBold .yellow-headline img {
  width: 100%;
}
.NormalBold .yellow-headline span {
  background-color: #f0b323;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.NormalBold .yellow-headline:hover {
  text-decoration: none;
}
.NormalBold .yellow-headline:hover span {
  background-color: #53565a;
}
.NormalBold .timer-wrap h2 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  
}
.NormalBold .timer-wrap .timer {
  max-width: 230px;
  margin: 0 auto;
}
.NormalBold .timer-wrap .timer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NormalBold .timer-wrap .timer .hours,
.NormalBold .timer-wrap .timer .minutes,
.NormalBold .timer-wrap .timer .colon {
  color: #ffffff;
  float: left;
  display: block;
  font-size: 86px;
  line-height: 1;
  margin-bottom: 36px;
  font-family: 'schoolbook-web', serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .NormalBold .timer-wrap .timer .hours,
  .NormalBold .timer-wrap .timer .minutes,
  .NormalBold .timer-wrap .timer .colon {
    font-size: 78px;
  }
}
.NormalBold .timer-wrap .timer .hours span.label,
.NormalBold .timer-wrap .timer .minutes span.label,
.NormalBold .timer-wrap .timer .colon span.label {
  clear: both;
  display: block;
  font-family: 'myriad-pro', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .NormalBold .timer-wrap .timer {
    width: 210px;
    margin: 0 auto;
  }
}
.NormalBold .timer-wrap .timer-frequency {
  background-image: url(images/icon-clock-white-small.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #ffffff;
  line-height: 1.7;
  font-size: 14px;
  padding-left: 30px;
  text-align: left;
  max-width: 230px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .NormalBold .timer-wrap .timer-frequency {
    font-size: 12px;
    width: 180px;
    margin: 0 auto;
  }
}
.NormalBold .icon-link-purple a {
  color: #ffffff;
  background-color: #512d6d;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NormalBold .icon-link-purple a img {
  display: block;
  margin: 0 auto;
}
.NormalBold .icon-link-purple a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.NormalBold .icon-link-orange a {
  color: #ffffff;
  background-color: #ea7600;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NormalBold .icon-link-orange a img {
  display: block;
  margin: 0 auto;
}
.NormalBold .icon-link-orange a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.NormalBold .icon-link-pink a {
  color: #ffffff;
  background-color: #840b55;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NormalBold .icon-link-pink a img {
  display: block;
  margin: 0 auto;
}
.NormalBold .icon-link-pink a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.NormalBold .icon-link-yellow a {
  color: #ffffff;
  background-color: #f0b323;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NormalBold .icon-link-yellow a img {
  display: block;
  margin: 0 auto;
}
.NormalBold .icon-link-yellow a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.NormalBold .icon-link-white a {
  color: #53565a;
  background-color: #ffffff;
  display: block;
  line-height: 1;
  padding: 14px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NormalBold .icon-link-white a img {
  display: block;
  margin: 0 auto;
}
.NormalBold .icon-link-white a:hover {
  background-color: #ffffff;
  border-color: #53565a;
  text-decoration: none;
}
.NormalBold .icon-link-lightPurple a {
  color: #53565a;
  background-color: #e7dcf0;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NormalBold .icon-link-lightPurple a img {
  display: block;
  margin: 0 auto;
}
.NormalBold .icon-link-lightPurple a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.NormalBold .icon-link-grey a {
  color: #ffffff;
  background-color: #53565a;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NormalBold .icon-link-grey a img {
  display: block;
  margin: 0 auto;
}
.NormalBold .icon-link-grey a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.NormalBold .icon-link-medGrey a {
  color: #ffffff;
  background-color: #a7a8aa;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NormalBold .icon-link-medGrey a img {
  display: block;
  margin: 0 auto;
}
.NormalBold .icon-link-medGrey a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
em,
i {
  font-style: italic;
}
.really-big-font {
  font-size: 84px;
}
.big-font {
  font-size: 26px;
}
big {
  font-size: 26px;
}
.medium-font {
  font-size: 14px;
}
.small-font {
  font-size: 13px;
}
small {
  font-size: 13px;
}
.very-small-font {
  font-size: 11px;
}
.bigger-font {
  font-size: 32px;
}
.large-font {
  font-size: 42px;
}
.massive-font {
  font-size: 56px;
}
h1 {
  font-family: "schoolbook-web-n4", "schoolbook-web", serif;
  font-weight: 400;
  font-style: normal;
  color: #512d6d;
  font-size: 72px;
  font-style: normal!important;
  line-height: 1;
}
h2 {
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #53565a;
  font-size: 42px;
  line-height: 1;
}
.headline-title {
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #53565a;
  font-size: 42px;
  line-height: 1;
}
h3,
h3 .Head {
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #53565a;
  font-size: 42px;
  line-height: 1;
}
h4,
.SubHead {
  font-family: "myriad-pro-n9", "myriad-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #53565a;
  font-size: 32px;
  line-height: 1;
}
h5,
.SubSubHead {
  font-family: "myriad-pro-n7", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #53565a;
  font-size: 18px;
  line-height: 1;
}
.Head {
  border: none;
}
a,
a:visited {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .medium-font {
    font-size: 20.004px;
  }
  .small-font {
    font-size: 10.5px;
  }
  h1 {
    font-size: 32.004px;
    font-style: normal!important;
  }
  h2 {
    font-size: 27.996000000000002px;
  }
  .headline-title {
    font-size: 24px;
  }
  h3,
  h3 .Head {
    font-size: 24px;
  }
  h4,
  .SubHead {
    font-size: 22px;
  }
  h5,
  .SubSubHead {
    font-size: 18px;
  }
}
.mobile-font-size {
  font-size: 12px;
}
.alt-header {
  color: #840b55;
  font-size: 36px;
  line-height: 1;
}
.Normal a:link {
  color: #512d6d;
  font-weight: 700;
  text-decoration: none;
}
.Normal a:visited {
  color: #a7a8aa;
}
.Normal a:hover {
  color: #53565a;
  text-decoration: underline;
}
.Normal a.disabled {
  color: #a7a8aa;
  font-weight: normal;
}
.Normal .CommandButton,
.Normal .CommandButton:link {
  font-size: 16px;
  color: #53565a !important;
  text-decoration: underline;
}
.standard-link:link {
  color: #512d6d;
  font-weight: 700;
  text-decoration: none;
}
.standard-link:visited {
  color: #a7a8aa;
}
.standard-link:hover {
  color: #53565a;
  text-decoration: underline;
}
.standard-link.disabled {
  color: #a7a8aa;
  font-weight: normal;
}
.alt-links {
  color: #53565a;
  font-weight: 400;
}
#dnn_pageBreadcrumb_lblBreadCrumb {
  font-size: 13px;
}
.alt-button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background-color: #ffffff;
  color: #512d6d;
  font-size: 17px;
  padding: 7px 15px 8px;
  cursor: pointer;
  text-decoration: none!important;
  text-shadow: none;
  display: inline-block;
  line-height: 1;
  font-weight: normal!important;
  background-image: none;
  filter: none;
  border: 1px solid #e7dcf0;
}
.alt-button:hover {
  background-color: #53565a;
  background-image: none;
  color: #ffffff;
  filter: none;
}
.alt-button:active {
  background-color: #512d6d;
  color: #ffffff;
}
.alt-button:disabled,
.alt-button.disabled {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background-color: #a7a8aa;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 15px 8px;
  cursor: default;
  text-decoration: none;
}
.Normal button,
.Normal input[type="button"],
.Normal input[type="submit"],
.Normal a.link-button,
.Normal a.link-button:link,
.Normal a.link-button:visited,
.Normal .dnnPrimaryAction,
.Normal .dnnPrimaryAction:link,
.Normal a.dnnPrimaryAction:link {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background-color: #512d6d;
  color: #ffffff;
  font-size: 17px;
  padding: 7px 15px 8px;
  cursor: pointer;
  text-decoration: none!important;
  text-shadow: none;
  display: inline-block;
  line-height: 1;
  font-weight: normal!important;
  background-image: none;
  filter: none;
}
.Normal button:hover,
.Normal input[type="button"]:hover,
.Normal input[type="submit"]:hover,
.Normal a.link-button:hover,
.Normal a.link-button:link:hover,
.Normal a.link-button:visited:hover,
.Normal .dnnPrimaryAction:hover,
.Normal .dnnPrimaryAction:link:hover,
.Normal a.dnnPrimaryAction:link:hover {
  background-color: #53565a;
  background-image: none;
  color: #ffffff;
  filter: none;
}
.Normal button:active,
.Normal input[type="button"]:active,
.Normal input[type="submit"]:active,
.Normal a.link-button:active,
.Normal a.link-button:link:active,
.Normal a.link-button:visited:active,
.Normal .dnnPrimaryAction:active,
.Normal .dnnPrimaryAction:link:active,
.Normal a.dnnPrimaryAction:link:active {
  background-color: #ffffff;
  color: #512d6d;
}
.Normal button:disabled,
.Normal input[type="button"]:disabled,
.Normal input[type="submit"]:disabled,
.Normal a.link-button:disabled,
.Normal a.link-button:link:disabled,
.Normal a.link-button:visited:disabled,
.Normal .dnnPrimaryAction:disabled,
.Normal .dnnPrimaryAction:link:disabled,
.Normal a.dnnPrimaryAction:link:disabled,
.Normal button.disabled,
.Normal input[type="button"].disabled,
.Normal input[type="submit"].disabled,
.Normal a.link-button.disabled,
.Normal a.link-button:link.disabled,
.Normal a.link-button:visited.disabled,
.Normal .dnnPrimaryAction.disabled,
.Normal .dnnPrimaryAction:link.disabled,
.Normal a.dnnPrimaryAction:link.disabled {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background-color: #a7a8aa;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 15px 8px;
  cursor: default;
  text-decoration: none;
}
.Normal a.dnnSecondaryAction,
.Normal .dnnSecondaryAction:link {
  border: none;
  font-weight: 700;
  color: #512d6d;
  background: none transparent;
  filter: none;
  color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.Normal a.dnnSecondaryAction:hover,
.Normal .dnnSecondaryAction:link:hover {
  color: #53565a;
  background: none transparent;
  filter: none;
}
.altButton,
.Normal .altButton {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background-color: #ffffff;
  color: #512d6d;
  font-size: 17px;
  padding: 7px 15px 8px;
  cursor: pointer;
  text-decoration: none!important;
  text-shadow: none;
  display: inline-block;
  line-height: 1;
  font-weight: normal!important;
  background-image: none;
  filter: none;
  border: 1px solid #e7dcf0;
}
.altButton:hover,
.Normal .altButton:hover {
  background-color: #53565a;
  background-image: none;
  color: #ffffff;
  filter: none;
}
.altButton:active,
.Normal .altButton:active {
  background-color: #512d6d;
  color: #ffffff;
}
.altButton:disabled,
.Normal .altButton:disabled,
.altButton.disabled,
.Normal .altButton.disabled {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: none;
  background-color: #a7a8aa;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 15px 8px;
  cursor: default;
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: disc;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin: 0;
  padding: 0;
}
ul li ul li,
ol li ul li,
ul li ol li,
ol li ol li {
  margin: 0;
  padding: 0;
  list-style: circle;
}
dl dt {
  font-weight: 700;
  padding-bottom: 5px;
}
dl dd {
  padding-bottom: 10px;
  padding-left: 20px;
}
.Normal ul,
.Normal ol {
  margin: 0px 0px 20px 20px;
}
.Normal ul li,
.Normal ol li {
  margin-left: 20px;
}
.Normal ul li ul,
.Normal ol li ul,
.Normal ul li ol,
.Normal ol li ol {
  margin: 0;
}
table {
  border: 1px solid #e7dcf0;
}
table thead tr th {
  font-family: "myriad-pro-n7", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #53565a;
  font-size: 18px;
  line-height: 1;
  background: #512d6d;
  color: #ffffff;
  padding: 4px 6px;
}
table tbody tr td {
  padding: 4px 6px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #e7dcf0;
}
table tbody tr:hover {
  background-color: #e7dcf0;
}
#footerLinks li {
  font-size: 13px;
  line-height: 32px;
}
#footerLinks li a {
  font-size: 10px;
  font-weight: 500;
  color: #512d6d;
  line-height: 32px;
}
.Normal h2 {
  padding-bottom: 42px;
}
.Normal p {
  font-size: 18px;
}
.Normal ul li {
  font-size: 18px;
}
.Normal .locations-footer,
.Normal .services-footer {
  width: 46%;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 200%;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Normal .locations-footer,
  .Normal .services-footer {
    width: 100%;
    clear: both;
    float: none;
  }
}
.Normal .locations-footer li,
.Normal .services-footer li {
  list-style: none;
  margin: 0;
  line-height: 200%;
}
.Normal .locations-footer li a,
.Normal .services-footer li a {
  color: #53565a;
  font-weight: normal;
}
.Normal .locations-footer li a.view-all:link,
.Normal .services-footer li a.view-all:link {
  color: #512d6d;
  font-weight: 700;
  text-decoration: none;
}
.Normal .locations-footer li a.view-all:visited,
.Normal .services-footer li a.view-all:visited {
  color: #a7a8aa;
}
.Normal .locations-footer li a.view-all:hover,
.Normal .services-footer li a.view-all:hover {
  color: #53565a;
  text-decoration: underline;
}
.Normal .locations-footer li a.view-all.disabled,
.Normal .services-footer li a.view-all.disabled {
  color: #a7a8aa;
  font-weight: normal;
}
.Normal .locations-footer.last,
.Normal .services-footer.last {
  margin-left: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Normal .locations-footer.last,
  .Normal .services-footer.last {
    margin-left: 0;
  }
}
.Normal .listContainer1:after,
.Normal .listContainer2:after,
.Normal .listContainer3:after,
.Normal .listContainer4:after,
.Normal .listContainer5:after,
.Normal .listContainer6:after,
.Normal .listContainer7:after,
.Normal .listContainer8:after,
.Normal .listContainer9:after,
.Normal .listContainer10:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .listContainer1 .two-col-list,
.Normal .listContainer2 .two-col-list,
.Normal .listContainer3 .two-col-list,
.Normal .listContainer4 .two-col-list,
.Normal .listContainer5 .two-col-list,
.Normal .listContainer6 .two-col-list,
.Normal .listContainer7 .two-col-list,
.Normal .listContainer8 .two-col-list,
.Normal .listContainer9 .two-col-list,
.Normal .listContainer10 .two-col-list {
  float: left;
  display: block;
  width: 45%;
  margin: 0 9% 0 0;
}
@media screen and (max-width: 767px) {
  .Normal .listContainer1 .two-col-list,
  .Normal .listContainer2 .two-col-list,
  .Normal .listContainer3 .two-col-list,
  .Normal .listContainer4 .two-col-list,
  .Normal .listContainer5 .two-col-list,
  .Normal .listContainer6 .two-col-list,
  .Normal .listContainer7 .two-col-list,
  .Normal .listContainer8 .two-col-list,
  .Normal .listContainer9 .two-col-list,
  .Normal .listContainer10 .two-col-list {
    clear: both;
    float: none;
    width: 100%;
  }
}
.Normal .listContainer1 .two-col-list.last,
.Normal .listContainer2 .two-col-list.last,
.Normal .listContainer3 .two-col-list.last,
.Normal .listContainer4 .two-col-list.last,
.Normal .listContainer5 .two-col-list.last,
.Normal .listContainer6 .two-col-list.last,
.Normal .listContainer7 .two-col-list.last,
.Normal .listContainer8 .two-col-list.last,
.Normal .listContainer9 .two-col-list.last,
.Normal .listContainer10 .two-col-list.last {
  margin-right: 0;
}
.Normal .listContainer1 .two-col-list li,
.Normal .listContainer2 .two-col-list li,
.Normal .listContainer3 .two-col-list li,
.Normal .listContainer4 .two-col-list li,
.Normal .listContainer5 .two-col-list li,
.Normal .listContainer6 .two-col-list li,
.Normal .listContainer7 .two-col-list li,
.Normal .listContainer8 .two-col-list li,
.Normal .listContainer9 .two-col-list li,
.Normal .listContainer10 .two-col-list li {
  list-style: none;
  margin: 0;
}
.Normal .listContainer1 .three-col-list,
.Normal .listContainer2 .three-col-list,
.Normal .listContainer3 .three-col-list,
.Normal .listContainer4 .three-col-list,
.Normal .listContainer5 .three-col-list,
.Normal .listContainer6 .three-col-list,
.Normal .listContainer7 .three-col-list,
.Normal .listContainer8 .three-col-list,
.Normal .listContainer9 .three-col-list,
.Normal .listContainer10 .three-col-list {
  float: left;
  display: block;
  width: 27%;
  margin: 0 9% 0 0;
}
@media screen and (max-width: 767px) {
  .Normal .listContainer1 .three-col-list,
  .Normal .listContainer2 .three-col-list,
  .Normal .listContainer3 .three-col-list,
  .Normal .listContainer4 .three-col-list,
  .Normal .listContainer5 .three-col-list,
  .Normal .listContainer6 .three-col-list,
  .Normal .listContainer7 .three-col-list,
  .Normal .listContainer8 .three-col-list,
  .Normal .listContainer9 .three-col-list,
  .Normal .listContainer10 .three-col-list {
    clear: both;
    float: none;
    width: 100%;
  }
}
.Normal .listContainer1 .three-col-list.last,
.Normal .listContainer2 .three-col-list.last,
.Normal .listContainer3 .three-col-list.last,
.Normal .listContainer4 .three-col-list.last,
.Normal .listContainer5 .three-col-list.last,
.Normal .listContainer6 .three-col-list.last,
.Normal .listContainer7 .three-col-list.last,
.Normal .listContainer8 .three-col-list.last,
.Normal .listContainer9 .three-col-list.last,
.Normal .listContainer10 .three-col-list.last {
  margin-right: 0;
}
.Normal .listContainer1 .three-col-list li,
.Normal .listContainer2 .three-col-list li,
.Normal .listContainer3 .three-col-list li,
.Normal .listContainer4 .three-col-list li,
.Normal .listContainer5 .three-col-list li,
.Normal .listContainer6 .three-col-list li,
.Normal .listContainer7 .three-col-list li,
.Normal .listContainer8 .three-col-list li,
.Normal .listContainer9 .three-col-list li,
.Normal .listContainer10 .three-col-list li {
  list-style: none;
  margin: 0;
}
.Normal .listContainer1 .four-col-list,
.Normal .listContainer2 .four-col-list,
.Normal .listContainer3 .four-col-list,
.Normal .listContainer4 .four-col-list,
.Normal .listContainer5 .four-col-list,
.Normal .listContainer6 .four-col-list,
.Normal .listContainer7 .four-col-list,
.Normal .listContainer8 .four-col-list,
.Normal .listContainer9 .four-col-list,
.Normal .listContainer10 .four-col-list {
  float: left;
  display: block;
  width: 18%;
  margin: 0 9% 0 0;
}
@media screen and (max-width: 767px) {
  .Normal .listContainer1 .four-col-list,
  .Normal .listContainer2 .four-col-list,
  .Normal .listContainer3 .four-col-list,
  .Normal .listContainer4 .four-col-list,
  .Normal .listContainer5 .four-col-list,
  .Normal .listContainer6 .four-col-list,
  .Normal .listContainer7 .four-col-list,
  .Normal .listContainer8 .four-col-list,
  .Normal .listContainer9 .four-col-list,
  .Normal .listContainer10 .four-col-list {
    clear: both;
    float: none;
    width: 100%;
  }
}
.Normal .listContainer1 .four-col-list.last,
.Normal .listContainer2 .four-col-list.last,
.Normal .listContainer3 .four-col-list.last,
.Normal .listContainer4 .four-col-list.last,
.Normal .listContainer5 .four-col-list.last,
.Normal .listContainer6 .four-col-list.last,
.Normal .listContainer7 .four-col-list.last,
.Normal .listContainer8 .four-col-list.last,
.Normal .listContainer9 .four-col-list.last,
.Normal .listContainer10 .four-col-list.last {
  margin-right: 0;
}
.Normal .listContainer1 .four-col-list li,
.Normal .listContainer2 .four-col-list li,
.Normal .listContainer3 .four-col-list li,
.Normal .listContainer4 .four-col-list li,
.Normal .listContainer5 .four-col-list li,
.Normal .listContainer6 .four-col-list li,
.Normal .listContainer7 .four-col-list li,
.Normal .listContainer8 .four-col-list li,
.Normal .listContainer9 .four-col-list li,
.Normal .listContainer10 .four-col-list li {
  list-style: none;
  margin: 0;
}
.Normal .footer-rotator {
  margin: 0;
}
.Normal .footer-rotator a {
  font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.Normal .footer-rotator li {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .Normal .footer-rotator li {
    margin: 0 20px!important;
    width: 278px!important;
  }
}
.Normal .footer-rotator li.find-doctor a {
  background-image: url(images/rotator-icon-stethoscope.png);
}
.Normal .footer-rotator li.find-location a {
  background-image: url(images/rotator-icon-location.png);
}
.Normal .footer-rotator li.wait-times a {
  background-image: url(images/rotator-icon-clock.png);
}
.Normal .footer-rotator li a {
  background-position: 34px 51px;
  background-repeat: no-repeat;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 42px;
  color: #53565a;
  display: block;
  height: 173px;
  line-height: 1;
  padding: 36px 50px 34px 128px;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Normal .footer-rotator li a {
    font-size: 36px;
  }
}
.Normal .footer-rotator li a:hover {
  border-color: #53565a;
  text-decoration: none;
}
.Normal .bx-wrapper {
  position: relative;
  z-index: 10;
}
.Normal .bx-wrapper .bx-viewport {
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  
}
.Normal .bx-wrapper .bx-controls .bx-controls-direction {
  left: -44px;
  position: absolute;
  top: 53px;
  width: 1108px;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  .Normal .bx-wrapper .bx-controls .bx-controls-direction {
    width: 100%;
    height: 0;
    left: 0;
    z-index: 13;
  }
}
.Normal .bx-wrapper .bx-controls .bx-controls-direction a {
  background: url(images/Rotator-Arrows.png);
  background-repeat: no-repeat;
  display: block;
  height: 78px;
  text-indent: -9999px;
  width: 33px;
}
@media screen and (max-width: 767px) {
  .Normal .bx-wrapper .bx-controls .bx-controls-direction a {
    position: relative;
    z-index: 40;
  }
}
.Normal .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
  opacity: .5;
}
.Normal .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  background-position: 0 0;
}
.Normal .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:hover {
  background-position: 0 -156px;
}
.Normal .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  background-position: 0 -78px;
  position: absolute;
  right: 0;
  top: 0;
}
.Normal .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:hover {
  background-position: 0 -234px;
}
.Normal .menu-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .Normal .menu-toggle {
    background-image: url(images/mobile-icon-menu.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-right: 15px;
    margin-top: 5px;
    float: right;
    display: block;
    width: 24px;
    height: 31px;
    text-indent: -9999px;
  }
  .Normal .menu-toggle.on {
    background-position: center -31px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Normal .menu-toggle {
    background-image: url(images/mobile-icon-menu.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-right: 15px;
    margin-top: 5px;
    float: right;
    display: block;
    width: 24px;
    height: 31px;
    text-indent: -9999px;
  }
  .Normal .menu-toggle.on {
    background-position: center -31px;
  }
}
.Normal .location-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .Normal .location-toggle {
    background-image: url(images/mobile-icon-location.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-right: 15px;
    margin-top: 5px;
    float: right;
    display: block;
    width: 24px;
    height: 31px;
    text-indent: -9999px;
  }
  .Normal .location-toggle.on {
    background-position: center -31px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Normal .location-toggle {
    background-image: url(images/mobile-icon-location.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-right: 15px;
    margin-top: 5px;
    float: right;
    display: block;
    width: 24px;
    height: 31px;
    text-indent: -9999px;
  }
  .Normal .location-toggle.on {
    background-position: center -31px;
  }
}
.Normal #navScroll {
  width: 100%;
  padding-top: 20px;
}
.Normal #quickMenu {
  float: left;
  display: block;
  width: 749px;
  margin-right: 24px;
}
.Normal #quickMenu a {
  font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.Normal #quickMenu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .Normal #quickMenu {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu {
    position: relative;
    background-color: #edeaf0;
    margin: 0;
    bottom: -13px;
    border-style: solid;
    border-color: #512d6d;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
.Normal #quickMenu #navSearchWrap {
  display: none;
  padding: 0 20px 0 68px;
  background: #e6e4e8;
}
@media screen and (max-width: 767px) {
  .Normal #quickMenu #navSearchWrap {
    display: block;
  }
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch {
  display: block;
  margin: 0;
  padding: 23px 0;
  width: 100%;
  margin-right: 24px;
  padding: 10px 20px;
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch .searchInputContainer {
  width: 100%;
  margin-left: -65px !important;
  z-index: 900;
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch .dnnSearchBoxClearText {
  display: inline-block !important;
  margin-top: 5px;
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch .searchSkinObjectPreview p {
  padding-bottom: 0;
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch input {
  display: inline-block;
  width: 100%;
  padding: 3px 8px;
  margin-left: -65px;
  height: 18px;
  line-height: 18px;
  border-color: #e7dcf0;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  color: rgba(81, 45, 109, 0.5);
  font-size: 17px !important;
  margin-left: -20px;
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch a.header-search {
  display: inline-block;
  background-color: #512d6d;
  width: 35px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch a.header-search:hover {
  background-color: #53565a;
  text-decoration: none;
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch #dnn_navSearch_txtSearch {
  padding: 3px 4px;
  font-size: 16px;
}
.Normal #quickMenu #navSearchWrap #dnn_navSearch_ClassicSearch .header-search {
  font-family: "myriad-pro-n9", "myriad-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase!important;
}
.Normal #quickMenu .big-font {
  color: #ffffff;
  font-size: 22px;
}
.Normal #quickMenu > .quick-menu {
  margin: 0;
  float: right;
  display: block;
}
.Normal #quickMenu > .quick-menu > li {
  list-style: none;
  float: left;
  display: block;
  margin: 0;
}
.Normal #quickMenu > .quick-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu > .quick-menu {
    background-color: #e6e4e8;
    margin: 0;
    width: 100%;
  }
}
.Normal #quickMenu > .quick-menu > li {
  padding: 0 37px 0 0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu > .quick-menu > li {
    clear: both;
    line-height: 2.5;
    float: none;
    padding-left: 0;
  }
  .Normal #quickMenu > .quick-menu > li li {
    margin: 0;
    background-color: #ffffff;
  }
  .Normal #quickMenu > .quick-menu > li li.even-item {
    background-color: #e6e4e8;
  }
  .Normal #quickMenu > .quick-menu > li.even-item {
    background-color: #ffffff;
  }
  .Normal #quickMenu > .quick-menu > li.even-item li {
    background-color: #e6e4e8;
  }
  .Normal #quickMenu > .quick-menu > li.even-item li.even-item {
    background-color: #ffffff;
  }
}
.Normal #quickMenu > .quick-menu > li.locations {
  position: relative;
  z-index: 10;
}
.Normal #quickMenu > .quick-menu > li.locations:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal #quickMenu > .quick-menu > li.locations > a {
  float: left;
  display: block;
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu > .quick-menu > li.locations > a {
    float: none;
  }
}
.Normal #quickMenu > .quick-menu > li.locations span {
  background: url(images/arrow-down-white.png) right center no-repeat;
  display: inline-block;
  height: 16px;
  float: right;
  display: block;
  margin: 14px 0 0 6px;
  text-indent: -9999px;
  width: 16px;
}
.Normal #quickMenu > .quick-menu > li.locations span:hover {
  background-color: rgba(231, 220, 240, 0.4);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu > .quick-menu > li.locations span {
    display: none;
  }
}
.Normal #quickMenu > .quick-menu > li.locations .locations-menu {
  background-color: #ffffff;
  border: 1px solid #e7dcf0;
  border-bottom: none;
  display: none;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 260px;
  z-index: 990;
}
.Normal #quickMenu > .quick-menu > li.locations .locations-menu li {
  border-bottom: 1px solid #e7dcf0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu > .quick-menu > li.locations .locations-menu li {
    clear: both;
  }
}
.Normal #quickMenu > .quick-menu > li.locations .locations-menu li a {
  color: #512d6d !important;
  display: block;
  padding: 4px 14px;
}
.Normal #quickMenu > .quick-menu > li.locations .locations-menu li a:hover {
  color: #53565a !important;
}
.Normal #quickMenu > .quick-menu > li a {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu > .quick-menu > li a {
    color: #512d6d !important;
    font-size: 14px;
    padding: 0 0 0 20px;
    float: none;
  }
}
.Normal #quickMenu > .quick-menu > li > a {
  line-height: 40px;
  color: #ffffff;
  font-size: 22px;
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu > .quick-menu > li > a {
    color: #512d6d !important;
    line-height: 2.5;
    font-size: 14px;
    display: block;
  }
}
.Normal #quickMenu > .quick-menu > li.sub-menus {
  line-height: normal;
  margin-top: -8px;
  margin-left: 29px;
  padding-right: 0px;
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu > .quick-menu > li.sub-menus {
    margin: 0;
  }
}
.Normal #quickMenu > .quick-menu > li > ul li {
  list-style: none;
  line-height: 169.23076923076923%;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu > .quick-menu > li > ul li {
    line-height: 1.5;
    float: none;
  }
}
.Normal #quickMenu > .quick-menu > li > ul li a {
  font-size: 13px;
}
@media screen and (max-width: 1023px) {
  .Normal #quickMenu > .quick-menu > li > ul li a {
    color: #512d6d !important;
    display: block;
    line-height: 2.5;
    font-size: 14px;
  }
}
.Normal .tout-callout {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 17px;
  margin-bottom: 20px;
}
.Normal ul.tout-list {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 0px;
  border-bottom-width: 5px;
  border-left-width: 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.Normal ul.tout-list li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #e6e4e8;
  padding: 0 13px;
  margin: 0;
}
.Normal ul.tout-list li a {
  background-image: url(images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  padding: 20px 67px 24px 13px;
}
@media screen and (max-width: 767px) {
  .Normal ul.tout-list li a {
    background-position: right 20px;
    padding: 20px 0px;
  }
}
.Normal ul.tout-list li a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal ul.tout-list li a:hover {
  text-decoration: none;
  opacity: .7;
}
.Normal ul.tout-list li a img {
  float: left;
  display: block;
  padding-right: 20px;
}
.Normal ul.tout-list li a h3,
.Normal ul.tout-list li a p {
  color: #53565a;
  font-weight: normal;
  padding-bottom: 0;
  float: left;
  display: block;
  width: 385px;
}
@media screen and (max-width: 767px) {
  .Normal ul.tout-list li a h3,
  .Normal ul.tout-list li a p {
    line-height: 1;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .Normal ul.tout-list li a p {
    clear: both;
    padding-top: 8px;
    width: 100%;
  }
}
.Normal .col1-2 {
  float: left;
  display: block;
  width: 47%;
  padding: 0;
}
.Normal .col2-2 {
  float: right;
  display: block;
  width: 47%;
  padding: 0;
}
.Normal .col1-3,
.Normal .col2-3 {
  float: left;
  display: block;
  width: 29.3%;
  margin-right: 6%;
}
.Normal .col3-3 {
  float: right;
  display: block;
  width: 29.3%;
}
@media screen and (max-width: 767px) {
  .Normal .collapse * {
    float: none;
    width: 100%;
  }
}
.Normal .columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .columns3 {
  display: block;
}
.Normal .columns3:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .columns3:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .columns3 > li {
  float: left;
  display: block;
  margin-right: 45px;
  width: 28%;
}
.Normal .columns3 > li.last {
  margin-right: 0;
}
.Normal .three-wide-full-width {
  margin: 0;
}
.Normal .three-wide-full-width > li {
  list-style: none;
  float: left;
  display: block;
  margin: 0;
}
.Normal .three-wide-full-width:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .three-wide-full-width li {
  margin: 0;
  width: 32.666666666666664%;
}
.Normal .three-wide-full-width li.item1,
.Normal .three-wide-full-width li.item2 {
  margin-right: 1%;
}
.Normal .three-wide-full-width li.item3 {
  margin: 0;
}
.Normal fieldset {
  background-color: #e6e4e8;
  padding: 35px 29px;
}
.Normal .input-format {
  border: 1px solid #dad7dc;
  font-size: 17px;
  color: #a7a8aa;
  padding: 4px 9px;
  font-family: "myriad-pro-i6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.Normal input[type="text"],
.Normal input[type="password"] {
  border: 1px solid #dad7dc;
  font-size: 17px;
  color: #a7a8aa;
  padding: 4px 9px;
  font-family: "myriad-pro-i6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.Normal textarea {
  border: 1px solid #dad7dc;
  font-size: 17px;
  color: #a7a8aa;
  padding: 4px 9px;
  font-family: "myriad-pro-i6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.Normal .other-locations {
  margin-left: 0;
}
.Normal .other-locations li {
  margin-left: 0;
  list-style: none;
  line-height: 1;
  margin-top: 10px;
}
.Normal .other-locations li a:link {
  color: #53565a;
  font-weight: 400;
}
.Normal .my-chart-signin img {
  padding-right: 15px;
}
.Normal .my-chart-signin h2 {
  color: #840b55;
  font-size: 36px;
  line-height: 1;
}
.Normal .my-chart-signin p {
  padding: 15px 0;
}
.Normal .my-chart-signin input[type="text"],
.Normal .my-chart-signin input[type="password"] {
  width: 90%;
  margin-bottom: 6px;
}
.Normal .my-chart-signin button {
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  font-size: 17px !important;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.Normal .my-chart-signin .forgot-links {
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  margin-left: 14px;
}
.Normal .q-and-a {
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 17px;
  margin-bottom: 20px;
}
.Normal .q-and-a dt,
.Normal .q-and-a dd {
  padding-left: 60px;
  position: relative;
  min-height: 40px;
  padding-bottom: 16px;
}
.Normal .q-and-a dt span,
.Normal .q-and-a dd span {
  font-family: 'schoolbook-web', serif;
  font-size: 44px;
  color: #512d6d;
  text-indent: -60px;
  display: inline-block;
  position: absolute;
  top: -5px;
}
.Normal .q-and-a dt {
  font-weight: 700;
}
.Normal .q-and-a dt span {
  font-weight: 400;
}
.Normal .q-and-a dd {
  border-bottom: 1px solid #e7dcf0;
  margin-bottom: 15px;
}
.Normal .q-and-a dd.last {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.Normal .header-find-doctor {
  width: 100%;
  background-image: url(images/image-find-doctor-header.jpg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.Normal .header-find-doctor:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .header-find-doctor a {
  display: block;
  position: relative;
  width: 100%;
  height: 42.92%;
}
.Normal .header-find-doctor a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .header-find-doctor a span.button {
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #ffffff;
  font-size: 17px !important;
  left: 74px;
  float: left;
  display: block;
  line-height: 30px;
  padding: 6px 8px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  margin-top: 25%;
  margin-bottom: 8%;
  width: 112px;
}
.Normal .header-find-doctor a span.title {
  color: #ffffff;
  font-size: 4.7em;
  height: 89.26%;
  margin-left: 18%;
  line-height: 1;
  padding-top: 9.37%;
  padding-bottom: 9.37%;
  position: relative;
  float: left;
  display: block;
  font-family: 'schoolbook-web', serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .Normal .header-find-doctor a span.title {
    font-size: 5vw;
  }
}
.Normal .nh-home-action-items > div {
  padding-right: 198px;
}
.Normal .nh-home-action-items > div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .nh-home-action-items > div .nh-online-quiz:link {
  background-image: url(images/arrow-right-purple.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  line-height: 1;
  color: #512d6d;
  float: left;
  display: block;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 31px 93px 31px 40px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
}
.Normal .nh-home-action-items > div .nh-online-quiz:link:hover {
  background-image: url(images/arrow-right-grey.png);
  border-color: #53565a;
  color: #53565a;
  text-decoration: none;
}
.Normal .nh-home-action-items > div .nh-join-team {
  float: right;
  margin-right: -198px;
  width: 183px;
  display: block;
}
.Normal .nh-home-action-items > div .nh-join-team img {
  width: 100%;
}
.Normal .nh-home-action-items > div .nh-join-team span {
  background-color: #512d6d;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: 47px;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .nh-home-action-items > div .nh-join-team:hover {
  text-decoration: none;
}
.Normal .nh-home-action-items > div .nh-join-team:hover span {
  background-color: #53565a;
}
.Normal .nh-home-action-items > div .nh-join-team span {
  padding: 23px 55px 40px 23px !important;
  font-size: 32px;
}
.Normal .nh-home-action-items .nh-wait-times,
.Normal .nh-home-action-items .nh-wait-times:link {
  background: url(images/images-nh-wait-times-hover.png) no-repeat;
  background-size: contain;
  color: #53565a;
  font-size: 42px;
  line-height: 1;
  color: #ffffff !important;
  clear: both;
  display: block;
  line-height: 0.9;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
}
.Normal .nh-home-action-items .nh-wait-times img,
.Normal .nh-home-action-items .nh-wait-times:link img {
  visibility: visible;
  position: relative;
  z-index: 0;
  width: 100%;
}
.Normal .nh-home-action-items .nh-wait-times > span,
.Normal .nh-home-action-items .nh-wait-times:link > span {
  position: relative;
  position: absolute;
  left: 25%;
  top: 6%;
  z-index: 1;
}
.Normal .nh-home-action-items .nh-wait-times span > span,
.Normal .nh-home-action-items .nh-wait-times:link span > span,
.Normal .nh-home-action-items .nh-wait-times span > strong,
.Normal .nh-home-action-items .nh-wait-times:link span > strong {
  background-color: #ffffff;
  color: #512d6d !important;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  position: relative;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: center;
  width: 127px;
}
.Normal .nh-home-action-items .nh-wait-times:hover,
.Normal .nh-home-action-items .nh-wait-times:link:hover {
  color: #53565a;
  text-decoration: none;
}
.Normal .nh-home-action-items .nh-wait-times:hover img,
.Normal .nh-home-action-items .nh-wait-times:link:hover img {
  visibility: hidden;
}
.Normal .nh-home-action-items .nh-wait-times:hover span > span,
.Normal .nh-home-action-items .nh-wait-times:link:hover span > span,
.Normal .nh-home-action-items .nh-wait-times:hover span > strong,
.Normal .nh-home-action-items .nh-wait-times:link:hover span > strong {
  background-color: #53565a;
  color: #ffffff !important;
}
.Normal .header-mj {
  width: 100%;
  background-color: #e6e4e8;
  background-image: url(images/image-mj.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.Normal .header-mj:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .header-mj a {
  background-color: #512d6d;
  background-image: url(images/icon-video-header.png);
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: 40%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  display: block;
  margin-top: -5px;
  position: relative;
  width: 27.8%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .Normal .header-mj a {
    background-color: transparent;
    background-position: center 15%;
    background-image: url(images/icon-video-header-purple.png);
    line-height: 1;
  }
}
.Normal .header-mj a:hover {
  background-color: #53565a;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .Normal .header-mj a:hover {
    background-color: transparent;
  }
}
.Normal .header-mj a:hover span {
  color: #53565a;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .Normal .header-mj a:hover span {
    background-color: #53565a;
    color: #ffffff;
  }
}
.Normal .header-mj a span {
  position: relative;
  background-color: #ffffff;
  display: block;
  line-height: 30px;
  margin: 66.5% auto 25%;
  padding: 0 10px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: center;
  width: 50%;
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  .Normal .header-mj a span {
    background-color: #512d6d;
    color: #ffffff;
    font-size: 3vw;
    line-height: 1;
    margin: 50% auto 0;
    padding: 8px;
    width: 90px;
    min-width: 90px;
  }
}
.Normal .header-mj p {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #512d6d;
  font-family: 'schoolbook-web', serif;
  font-size: 3.5em;
  height: 20.84%;
  float: left;
  display: block;
  line-height: 1;
  padding: 6.37% 0 5.17% 5.4%;
  width: 66.8%;
}
@media screen and (max-width: 1023px) {
  .Normal .header-mj p {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  
}
.Normal .hospital-home-links {
  display: block;
  margin-left: 0;
}
.Normal .hospital-home-links:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .hospital-home-links:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .hospital-home-links li {
  list-style: none;
  margin-left: 0;
}
.Normal .hospital-home-links li h3 a {
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .hospital-home-links li ul {
  margin-left: 0;
}
.Normal .hospital-home-links li ul li {
  margin-left: 0;
  list-style: none;
  line-height: 2;
}
.Normal .hospital-home-links li ul li a:link {
  color: #53565a;
  font-weight: 400;
}
.Normal .hospital-home-links li ul li {
  font-size: 14px;
}
.Normal .hospital-home-links li ul li a {
  line-height: 0.875;
}
.Normal .hospital-home-links li ul li .standard-link {
  color: #512d6d !important;
  font-weight: 700!important;
  text-decoration: none!important;
}
.Normal .orange-callout {
  display: block;
}
.Normal .orange-callout img {
  width: 100%;
}
.Normal .orange-callout span {
  background-color: #ea7600;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .orange-callout:hover {
  text-decoration: none;
}
.Normal .orange-callout:hover span {
  background-color: #53565a;
}
.Normal .purple-callout {
  display: block;
}
.Normal .purple-callout img {
  width: 100%;
}
.Normal .purple-callout span {
  background-color: #512d6d;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .purple-callout:hover {
  text-decoration: none;
}
.Normal .purple-callout:hover span {
  background-color: #53565a;
}
.Normal .pink-callout {
  display: block;
}
.Normal .pink-callout img {
  width: 100%;
}
.Normal .pink-callout span {
  background-color: #840b55;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .pink-callout:hover {
  text-decoration: none;
}
.Normal .pink-callout:hover span {
  background-color: #53565a;
}
.Normal .blue-callout {
  display: block;
}
.Normal .blue-callout img {
  width: 100%;
}
.Normal .blue-callout span {
  background-color: #005776;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .blue-callout:hover {
  text-decoration: none;
}
.Normal .blue-callout:hover span {
  background-color: #53565a;
}
.Normal .olive-callout {
  display: block;
}
.Normal .olive-callout img {
  width: 100%;
}
.Normal .olive-callout span {
  background-color: #787121;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .olive-callout:hover {
  text-decoration: none;
}
.Normal .olive-callout:hover span {
  background-color: #53565a;
}
.Normal .copper-callout {
  display: block;
}
.Normal .copper-callout img {
  width: 100%;
}
.Normal .copper-callout span {
  background-color: #be4d00;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .copper-callout:hover {
  text-decoration: none;
}
.Normal .copper-callout:hover span {
  background-color: #53565a;
}
.Normal .crimson-callout {
  display: block;
}
.Normal .crimson-callout img {
  width: 100%;
}
.Normal .crimson-callout span {
  background-color: #840b55;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .crimson-callout:hover {
  text-decoration: none;
}
.Normal .crimson-callout:hover span {
  background-color: #53565a;
}
.Normal .yellow-callout {
  display: block;
}
.Normal .yellow-callout img {
  width: 100%;
}
.Normal .yellow-callout span {
  background-color: #f0b323;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .yellow-callout:hover {
  text-decoration: none;
}
.Normal .yellow-callout:hover span {
  background-color: #53565a;
}
.Normal .light-grey-callout {
  display: block;
  margin: 20px;
}
.Normal .light-grey-callout img {
  width: 100%;
}
.Normal .light-grey-callout span {
  background-color: #e0e0e0;
  background-image: url(images/arrow-aubergine-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 18px;
  color: #512d6d;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.Normal .light-grey-callout:hover {
  text-decoration: none;
}
.Normal .light-grey-callout:hover span {
  background-color: #53565a;
  color: #ffffff;
  background-image: url(images/arrow-white-left-large.png);
}
.Normal .peds-lilac-callout {
  display: block;
}
.Normal .peds-lilac-callout img {
  width: 100%;
}
.Normal .peds-lilac-callout span {
  background-color: #8986ca;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .peds-lilac-callout:hover {
  text-decoration: none;
}
.Normal .peds-lilac-callout:hover span {
  background-color: #53565a;
}
.Normal .peds-light-blue-callout {
  display: block;
}
.Normal .peds-light-blue-callout img {
  width: 100%;
}
.Normal .peds-light-blue-callout span {
  background-color: #41b6e6;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .peds-light-blue-callout:hover {
  text-decoration: none;
}
.Normal .peds-light-blue-callout:hover span {
  background-color: #53565a;
}
.Normal .peds-lime-callout {
  display: block;
}
.Normal .peds-lime-callout img {
  width: 100%;
}
.Normal .peds-lime-callout span {
  background-color: #babc16;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .peds-lime-callout:hover {
  text-decoration: none;
}
.Normal .peds-lime-callout:hover span {
  background-color: #53565a;
}
.Normal .peds-pink-callout {
  display: block;
}
.Normal .peds-pink-callout img {
  width: 100%;
}
.Normal .peds-pink-callout span {
  background-color: #e782a9;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .peds-pink-callout:hover {
  text-decoration: none;
}
.Normal .peds-pink-callout:hover span {
  background-color: #53565a;
}
.Normal .orange-headline {
  display: block;
  padding-bottom: 10px;
}
.Normal .orange-headline img {
  width: 100%;
}
.Normal .orange-headline span {
  background-color: #ea7600;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Normal .orange-headline:hover {
  text-decoration: none;
}
.Normal .orange-headline:hover span {
  background-color: #53565a;
}
.Normal .purple-headline {
  display: block;
  padding-bottom: 10px;
}
.Normal .purple-headline img {
  width: 100%;
}
.Normal .purple-headline span {
  background-color: #512d6d;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Normal .purple-headline:hover {
  text-decoration: none;
}
.Normal .purple-headline:hover span {
  background-color: #53565a;
}
.Normal .pink-headline {
  display: block;
  padding-bottom: 10px;
}
.Normal .pink-headline img {
  width: 100%;
}
.Normal .pink-headline span {
  background-color: #840b55;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Normal .pink-headline:hover {
  text-decoration: none;
}
.Normal .pink-headline:hover span {
  background-color: #53565a;
}
.Normal .blue-headline {
  display: block;
  padding-bottom: 10px;
}
.Normal .blue-headline img {
  width: 100%;
}
.Normal .blue-headline span {
  background-color: #005776;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Normal .blue-headline:hover {
  text-decoration: none;
}
.Normal .blue-headline:hover span {
  background-color: #53565a;
}
.Normal .olive-headline {
  display: block;
  padding-bottom: 10px;
}
.Normal .olive-headline img {
  width: 100%;
}
.Normal .olive-headline span {
  background-color: #787121;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Normal .olive-headline:hover {
  text-decoration: none;
}
.Normal .olive-headline:hover span {
  background-color: #53565a;
}
.Normal .copper-headline {
  display: block;
  padding-bottom: 10px;
}
.Normal .copper-headline img {
  width: 100%;
}
.Normal .copper-headline span {
  background-color: #be4d00;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Normal .copper-headline:hover {
  text-decoration: none;
}
.Normal .copper-headline:hover span {
  background-color: #53565a;
}
.Normal .crimson-headline {
  display: block;
  padding-bottom: 10px;
}
.Normal .crimson-headline img {
  width: 100%;
}
.Normal .crimson-headline span {
  background-color: #840b55;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Normal .crimson-headline:hover {
  text-decoration: none;
}
.Normal .crimson-headline:hover span {
  background-color: #53565a;
}
.Normal .yellow-headline {
  display: block;
  padding-bottom: 10px;
}
.Normal .yellow-headline img {
  width: 100%;
}
.Normal .yellow-headline span {
  background-color: #f0b323;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #53565a;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Normal .yellow-headline:hover {
  text-decoration: none;
}
.Normal .yellow-headline:hover span {
  background-color: #53565a;
}
.Normal .timer-wrap h2 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  
}
.Normal .timer-wrap .timer {
  max-width: 230px;
  margin: 0 auto;
}
.Normal .timer-wrap .timer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Normal .timer-wrap .timer .hours,
.Normal .timer-wrap .timer .minutes,
.Normal .timer-wrap .timer .colon {
  color: #ffffff;
  float: left;
  display: block;
  font-size: 86px;
  line-height: 1;
  margin-bottom: 36px;
  font-family: 'schoolbook-web', serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Normal .timer-wrap .timer .hours,
  .Normal .timer-wrap .timer .minutes,
  .Normal .timer-wrap .timer .colon {
    font-size: 78px;
  }
}
.Normal .timer-wrap .timer .hours span.label,
.Normal .timer-wrap .timer .minutes span.label,
.Normal .timer-wrap .timer .colon span.label {
  clear: both;
  display: block;
  font-family: 'myriad-pro', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .Normal .timer-wrap .timer {
    width: 210px;
    margin: 0 auto;
  }
}
.Normal .timer-wrap .timer-frequency {
  background-image: url(images/icon-clock-white-small.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #ffffff;
  line-height: 1.7;
  font-size: 14px;
  padding-left: 30px;
  text-align: left;
  max-width: 230px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Normal .timer-wrap .timer-frequency {
    font-size: 12px;
    width: 180px;
    margin: 0 auto;
  }
}
.Normal .icon-link-purple a {
  color: #ffffff;
  background-color: #512d6d;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-link-purple a img {
  display: block;
  margin: 0 auto;
}
.Normal .icon-link-purple a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-link-orange a {
  color: #ffffff;
  background-color: #ea7600;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-link-orange a img {
  display: block;
  margin: 0 auto;
}
.Normal .icon-link-orange a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-link-pink a {
  color: #ffffff;
  background-color: #840b55;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-link-pink a img {
  display: block;
  margin: 0 auto;
}
.Normal .icon-link-pink a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-link-yellow a {
  color: #ffffff;
  background-color: #f0b323;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-link-yellow a img {
  display: block;
  margin: 0 auto;
}
.Normal .icon-link-yellow a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-link-white a {
  color: #53565a;
  background-color: #ffffff;
  display: block;
  line-height: 1;
  padding: 14px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-link-white a img {
  display: block;
  margin: 0 auto;
}
.Normal .icon-link-white a:hover {
  background-color: #ffffff;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-link-lightPurple a {
  color: #53565a;
  background-color: #e7dcf0;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-link-lightPurple a img {
  display: block;
  margin: 0 auto;
}
.Normal .icon-link-lightPurple a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-link-grey a {
  color: #ffffff;
  background-color: #53565a;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-link-grey a img {
  display: block;
  margin: 0 auto;
}
.Normal .icon-link-grey a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-link-medGrey a {
  color: #ffffff;
  background-color: #a7a8aa;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-link-medGrey a img {
  display: block;
  margin: 0 auto;
}
.Normal .icon-link-medGrey a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}

/* Clinic skin classes */

.logoClinic-white {
  /*background-image: url(master/images/logos/clinic/NH_Logo-white.png);
  background-repeat: no-repeat;*/
  float: left;
  padding: 0;
  width: auto !important;
}
@media (max-width: 300px) {
  .logoClinic-white {
    width: 60% !important;
  }
}

.logoClinic-color {
  /*background-image: url(/portals/92/master/images/logos/clinic/NH_Logo.png);
  background-repeat: no-repeat;*/
  float: left;
  padding: 0;
  width: auto !important;
}
@media (max-width: 767px) {
  .logoClinic-color {
    width: 60% !important;
  }
}
@media (max-width: 300px) {
  .logoClinic-color {
    width: 60% !important;
  }
}

.Normal .tagline {
  color: #53565a;
  clear: both;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 14px;
  margin-top: 4px;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .Normal .tagline {
    text-align: left;
    padding-top: 20px;
	font-size: 18px;
  }
}
@media (max-width: 767px) {
  .Normal .tagline {
    text-align: left;
    padding-top: 15px;
	font-size: 16px;
  }
}
@media (max-width: 300px) {
  .Normal .tagline {
    text-align: left;
    padding-top: 10px;
	font-size: 12px;
  }
}
/*.Normal .tagline-mobile {
  clear: both;
  display: none;
  margin: 0 0 10px;
}
@media (max-width: 300px) {
  .Normal .tagline-mobile {
    display: block;
  }
}
.Normal .tagline-mobile .language-selector {
  display: block !important;
}
.Normal .tagline-full {
  display: block;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .Normal .tagline-full {
    padding: 0 0 10px 0;
  }
}*/
/* Video Responsive Embed Code */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Video Responsive Embed Code Ends */

/* Headline code */
.Normal .headline-left {
	float: left;
	margin-right: 15px;
	width: 266px;
}
.Normal .headline-right {
	float: left;
	width: 266px;
}

.Normal .icon-headline-purple a {
  color: #ffffff;
  background-color: #512d6d;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: left;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-headline-purple a img {
  display: inline;
  margin: 0 auto;
  width: 50px;
}
.Normal .icon-headline-purple a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-headline-orange a {
  color: #ffffff;
  background-color: #ea7600;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: left;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-headline-orange a img {
  display: inline;
  margin: 0 auto;
  width: 50px;
}
.Normal .icon-headline-orange a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-headline-pink a {
  color: #ffffff;
  background-color: #840b55;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: left;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-headline-pink a img {
  display: inline;
  margin: 0 auto;
  width: 50px;
}
.Normal .icon-headline-pink a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-headline-yellow a {
  color: #ffffff;
  background-color: #f0b323;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: left;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-headline-yellow a img {
  display: inline;
  margin: 0 auto;
  width: 50px;
}
.Normal .icon-headline-yellow a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-headline-blue a {
  color: #ffffff;
  background-color: #005776;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: left;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-headline-blue a img {
  display: inline;
  margin: 0 auto;
  width: 50px;
}
.Normal .icon-headline-blue a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-headline-olive a {
  color: #ffffff;
  background-color: #787121;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: left;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-headline-olive a img {
  display: inline;
  margin: 0 auto;
  width: 50px;
}
.Normal .icon-headline-olive a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-headline-copper a {
  color: #ffffff;
  background-color: #be4d00;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: left;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-headline-copper a img {
  display: inline;
  margin: 0 auto;
  width: 50px;
}
.Normal .icon-headline-copper a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}
.Normal .icon-headline-crimson a {
  color: #ffffff;
  background-color: #840b55;
  display: block;
  line-height: 1;
  padding: 20px;
  font-family: "myriad-pro-n6", "myriad-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: left;
  border-style: solid;
  border-color: #e6e4e8;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Normal .icon-headline-crimson a img {
  display: inline;
  margin: 0 auto;
  width: 50px;
}
.Normal .icon-headline-crimson a:hover {
  background-color: #53565a;
  border-color: #53565a;
  text-decoration: none;
}

/*New Pediatric ADA Compliant touts*/
.Normal .peds-orchid-callout {
  display: block;
}
.Normal .peds-orchid-callout img {
  width: 100%;
}
.Normal .peds-orchid-callout span {
  background-color: #9151C4;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .peds-orchid-callout:hover {
  text-decoration: none;
}
.Normal .peds-orchid-callout:hover span {
  background-color: #813EC1;
}





.Normal .peds-azure-callout {
  display: block;
}
.Normal .peds-azure-callout img {
  width: 100%;
}
.Normal .peds-azure-callout span {
  background-color: #5364E0;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .peds-azure-callout:hover {
  text-decoration: none;
}
.Normal .peds-azure-callout:hover span {
  background-color: #395BD8;
}





.Normal .peds-jade-callout {
  display: block;
}
.Normal .peds-jade-callout img {
  width: 100%;
}
.Normal .peds-jade-callout span {
  background-color: #0CA84E;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .peds-jade-callout:hover {
  text-decoration: none;
}
.Normal .peds-jade-callout:hover span {
  background-color: #14994A;
}





.Normal .peds-sunset-callout {
  display: block;
}
.Normal .peds-sunset-callout img {
  width: 100%;
}
.Normal .peds-sunset-callout span {
  background-color: #FF5E24;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .peds-sunset-callout:hover {
  text-decoration: none;
}
.Normal .peds-sunset-callout:hover span {
  background-color: #F6511F;
}





.Normal .peds-ruby-callout {
  display: block;
}
.Normal .peds-ruby-callout img {
  width: 100%;
}
.Normal .peds-ruby-callout span {
  background-color: #CC327F;
  background-image: url(images/arrow-white-left-large.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 42px;
  color: #ffffff;
  display: block;
  height: auto;
  line-height: 1;
  padding: 25px 55px 25px 25px;
  margin-top: -4px;
  font-family: "myriad-pro-n3", "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.Normal .peds-ruby-callout:hover {
  text-decoration: none;
}
.Normal .peds-ruby-callout:hover span {
  background-color: #BA1C73;
}
/*End New Pediatric ADA Compliant touts*/