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


.main-slideshow-section-wrappings,
.main-slideshow-section-wrappings:before,
.main-slideshow-section-wrappings:after,
.main-slideshow-section-wrappings *,
.main-slideshow-section-wrappings *:before,
.main-slideshow-section-wrappings *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-slideshow-section-wrappings {
  overflow: hidden;
  position: relative;
}
.main-slideshow-listing-items {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-slideshow-listing-items > li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.main-slideshow-listing-items > li a {
  display: block;
}
.main-slideshow-listing-items > li img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
.my-contents .my-contents-rows {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
}
.my-contents .my-content-row {
  display: table-row;
}
.my-contents .my-content-row:first-child .my-content-cell {
  padding-bottom: 20px;
}
.my-contents .my-content-cell {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  padding: 0 10px;
}
.my-contents h2.feature14 {
  color: #5B1201;
}
@media only screen and (max-width: 650px) {
  .my-contents .my-contents-rows,
  .my-contents .my-content-row,
  .my-contents .my-content-cell {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .my-contents .my-content-cell {
    margin: 20px 0;
  }
}
.hover-box {
  display: inline-block;
  position: relative;
}
.hover-box img {
  cursor: pointer;
}
.hover-box .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.hover-box:hover .hover {
  display: block;
  opacity: 0.8;
}
.hover-box:hover .original {
  visibility: hidden;
}
.mobile-footer-icon-wrappings {
  display: none;
  text-align: center;
}
.footer-icon-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-icon-table td {
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 860px) {
  .mobile-footer-icon-wrappings {
    display: block;
  }
  .desktop-footer-icon-wrappings {
    display: none;
  }
}
.footer-form-field {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  -webkit-flex: 1;
  flex: 1;
}
.form-item label {
  display: -webkit-flex;
  display: flex;
}
.footer-form-submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #fff;
  text-decoration: underline;
}
.form-item {
  cursor: pointer;
}
.form-item:hover {
  background: #ec1c25;
}
@keyframes IconMiddleSection {
  0% {
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes IconLeftSection {
  0% {
    -o-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes IconRightSection {
  0% {
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1001px) {
  .zoom {
    transition: transform 0.5s;
    transform: scale(1);
  }
  .zoom:hover {
    transform: translateY(-20px) scale(1.5);
  }
}
.service-icon-table {
  max-width: 100%;
  table-layout: fixed;
}
.mobile-service-icon-wrappings {
  text-align: center;
  display: none;
}
.desktop-service-icon-wrappings {
  text-align: center;
  position: relative;
  z-index: 9999;
}
.desktop-service-icon-wrappings td {
  vertical-align: top;
}
.desktop-service-icon-wrappings p {
  margin: 0;
}
.service-icon-wrappings a:link,
.service-icon-wrappings a:visited,
.service-icon-wrappings a:hover,
.service-icon-wrappings a:focus,
.service-icon-wrappings a:active {
  text-decoration: none;
  border-bottom: none;
}
@media only screen and (min-width: 1001px) {
  .service-icon-container-wrappings {
    background: #0083c9;
  }
  .desktop-service-icon-wrappings .icon-item {
    position: relative;
  }
  .desktop-service-icon-wrappings,
  .desktop-service-icon-wrappings .icon-description {
    color: #fff;
  }
  .desktop-service-icon-wrappings {
    top: -25px;
  }
  .desktop-service-icon-wrappings h1 {
    margin: 0;
  }
  .desktop-service-icon-wrappings h3.icon-title {
    color: #000;
    font-weight: normal;
    margin: 0 0 10px 0;
  }
  .desktop-service-icon-wrappings h3.icon-title:hover {
    margin-bottom: 10px;
  }
  .desktop-service-icon-wrappings .icon-description {
    margin-bottom: 10px;
  }
  .desktop-service-icon-wrappings .service-icon-link-td {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .mobile-service-icon-wrappings {
    display: block;
  }
  .desktop-service-icon-wrappings {
    display: none !important;
  }
}
table.cellpadding2 th,
table.cellpadding2 td {
  padding: 2px;
}
table.cellpadding4 th,
table.cellpadding4 td {
  padding: 4px;
}
table.cellpadding10 th,
table.cellpadding10 td {
  padding: 10px;
}
table.cellpadding15 th,
table.cellpadding15 td {
  padding: 15px;
}
table.cellpadding20 th,
table.cellpadding20 td {
  padding: 20px;
}
.site-news-content-sections {
  text-align: center;
}
.item-listing li {
  clear: both;
}
.news-section-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-section-item img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pageContent .news-section-item h2.news-section-title {
  line-height: 1.2;
  color: transparent;
}
.pageContent .news-section-item h2.news-section-title a,
.pageContent .news-section-item h2.news-section-title a:link,
.pageContent .news-section-item h2.news-section-title a:visited,
.pageContent .news-section-item h2.news-section-title a:hover,
.pageContent .news-section-item h2.news-section-title a:focus,
.pageContent .news-section-item h2.news-section-title a:active {
  color: transparent;
}
.pageContent .news-section-item h2.news-section-title a:hover {
  color: transprent;
}
.pageContent .news-section-item[data-calendar-type="food_menu"] {
  background: url(/docs/CORNERSTONE-CAFE-CLOSED_social-media.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  max-width: 100%;
}
.pageContent .news-section-item[data-calendar-type="food_menu"] h2.news-section-title {
  color: transparent;
}
.pageContent .news-section-item[data-calendar-type="food_menu"] h2.news-section-title a,
.pageContent .news-section-item[data-calendar-type="food_menu"] h2.news-section-title a:link,
.pageContent .news-section-item[data-calendar-type="food_menu"] h2.news-section-title a:visited,
.pageContent .news-section-item[data-calendar-type="food_menu"] h2.news-section-title a:hover,
.pageContent .news-section-item[data-calendar-type="food_menu"] h2.news-section-title a:focus,
.pageContent .news-section-item[data-calendar-type="food_menu"] h2.news-section-title a:active {
  color: transparent;
}
.pageContent .news-section-item[data-calendar-type="food_menu"] h2.news-section-title a:hover {
  color: transparent;
}
.news-section-health-images-listing-wrapper {
  position: relative;
}
.news-section-health-images-listing-wrapper .shim {
  display: block;
  visibility: hidden;
}
.news-section-health-images-listing-wrapper .news-section-health-images-listing li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-section-item----A .news-section-item-date {
  display: none;
}
.news-section-item----B .news-section-item-date {
  display: none;
}
@media only screen and (min-width: 1001px) {
  .site-news-content-sections {
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 2%;
  }
  .site-news-content-sections {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .site-news-content-sections {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .site-news-content-sections .item-listing {
    text-align: left;
  }
  .news-section-item--calendarevents {
    width: 33%;
  }
  .news-section-item--calendarevents {
    -moz-box-flex: 1 0 auto;
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .site-news-content-sections[data-num-sections-gt1="true"] .news-section-item + .news-section-item {
    margin-left: 20px;
    width: 33%;
  }
  .pageContent .news-section-item----A .item-listing li,
  .pageContent .news-section-item----A .item-listing a,
  .pageContent .news-section-item----A .item-listing a:link,
  .pageContent .news-section-item----A .item-listing a:visited,
  .pageContent .news-section-item----A .item-listing a:hover,
  .pageContent .news-section-item----A .item-listing a:focus,
  .pageContent .news-section-item----A .item-listing a:active {
    display: block;
    max-width: 500px;
  }
  .pageContent .news-section-item----A .item-listing li + li {
    margin-top: 15px;
  }
  .pageContent .news-section-item----B .item-listing li {
    display: block;
  }
  .pageContent .news-section-item----B .item-listing a,
  .pageContent .news-section-item----B .item-listing a:link,
  .pageContent .news-section-item----B .item-listing a:visited,
  .pageContent .news-section-item----B .item-listing a:hover,
  .pageContent .news-section-item----B .item-listing a:focus,
  .pageContent .news-section-item----B .item-listing a:active {
    display: block;
    position: relative;
    padding: 10px;
    color: #fff;
    background: #3f8dbe;
    border-radius: 6px;
    font-size: 16px;
    margin-left: 20px;
  }
  .pageContent .news-section-item----B .item-listing a .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:link .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:visited .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:hover .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:focus .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:active .news-section-item-date {
    width: 40px;
    height: 40px;
    padding: 10px;
    position: relative;
    display: block;
    float: left;
    top: -17px;
    left: -28px;
    text-align: center;
    background: #e62224;
    line-height: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .pageContent .news-section-item----B .item-listing a .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:link .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:visited .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:hover .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:focus .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:active .news-section-item-date {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .pageContent .news-section-item----B .item-listing a .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:link .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:visited .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:hover .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:focus .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:active .news-section-item-date {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .pageContent .news-section-item----B .item-listing a .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:link .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:visited .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:hover .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:focus .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:active .news-section-item-date {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .pageContent .news-section-item----B .item-listing a .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:link .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:visited .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:hover .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:focus .news-section-item-date,
  .pageContent .news-section-item----B .item-listing a:active .news-section-item-date {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .pageContent .news-section-item----B .item-listing a .news-section-item-date .news-section-item-date-month,
  .pageContent .news-section-item----B .item-listing a .news-section-item-date .news-section-item-date-day,
  .pageContent .news-section-item----B .item-listing a:link .news-section-item-date .news-section-item-date-month,
  .pageContent .news-section-item----B .item-listing a:link .news-section-item-date .news-section-item-date-day,
  .pageContent .news-section-item----B .item-listing a:visited .news-section-item-date .news-section-item-date-month,
  .pageContent .news-section-item----B .item-listing a:visited .news-section-item-date .news-section-item-date-day,
  .pageContent .news-section-item----B .item-listing a:hover .news-section-item-date .news-section-item-date-month,
  .pageContent .news-section-item----B .item-listing a:hover .news-section-item-date .news-section-item-date-day,
  .pageContent .news-section-item----B .item-listing a:focus .news-section-item-date .news-section-item-date-month,
  .pageContent .news-section-item----B .item-listing a:focus .news-section-item-date .news-section-item-date-day,
  .pageContent .news-section-item----B .item-listing a:active .news-section-item-date .news-section-item-date-month,
  .pageContent .news-section-item----B .item-listing a:active .news-section-item-date .news-section-item-date-day {
    display: block;
  }
  .pageContent .news-section-item----B .item-listing a:hover {
    background: #0083c9;
  }
  .pageContent .news-section-item----B .item-listing > li + li {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .site-news-content-sections > div {
    margin-bottom: 40px;
  }
  .pageContent .news-section-item h2.news-section-title {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.2;
  }
  .service-icon-item + .service-icon-item {
    margin-top: 20px;
  }
  .icon-description {
    color: #3f8bde;
    font-weight: bold;
  }
  h3.icon-title {
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }
  .icon-item {
    margin-bottom: 20px;
  }
  .mobile-service-icon-wrappings {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-icon-wrappings a.icon-link-item,
  .service-icon-wrappings a.icon-link-item:link,
  .service-icon-wrappings a.icon-link-item:visited,
  .service-icon-wrappings a.icon-link-item:hover,
  .service-icon-wrappings a.icon-link-item:focus,
  .service-icon-wrappings a.icon-link-item:active {
    display: block;
    position: relative;
    padding: 10px;
    color: #fff;
    background: #3f8dbe;
    border-radius: 6px;
    font-size: 16px;
  }
  .service-icon-wrappings a.icon-link-item:hover {
    background: #ec1c25;
  }
}
.senior-leadership-table td,
.senior-leadership-table th {
  vertical-align: top;
}
.senior-leadership-table img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 951px) {
  .senior-leadership-table > tbody > tr > td,
  .senior-leadership-table > tr > td {
    padding-bottom: 30px;
  }
  .senior-leadership-table > tbody > tr > td:first-child,
  .senior-leadership-table > tr > td:first-child {
    width: 260px;
  }
  .senior-leadership-table > tbody > tr > td:first-child img,
  .senior-leadership-table > tr > td:first-child img {
    padding: 30px;
    vertical-align: bottom;
  }
}
.fh-info-tabs-container .r-tabs-accordion-title a,
.fh-info-tabs-container .r-tabs-accordion-title a:link,
.fh-info-tabs-container .r-tabs-accordion-title a:visited,
.fh-info-tabs-container .r-tabs-accordion-title a:hover,
.fh-info-tabs-container .r-tabs-accordion-title a:focus,
.fh-info-tabs-container .r-tabs-accordion-title a:active,
.fh-info-tabs-container > .r-tabs-nav a,
.fh-info-tabs-container > .r-tabs-nav a:link,
.fh-info-tabs-container > .r-tabs-nav a:visited,
.fh-info-tabs-container > .r-tabs-nav a:hover,
.fh-info-tabs-container > .r-tabs-nav a:focus,
.fh-info-tabs-container > .r-tabs-nav a:active {
  font-size: 1.4rem;
  display: block;
  background-color: #e71923;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.fh-info-tabs-container .r-tabs-accordion-title a:hover,
.fh-info-tabs-container > .r-tabs-nav a:hover {
  background-color: #c83138;
}
.fh-info-tabs-container .r-tabs-panel {
  background-color: #0084c9;
  color: #fff;
}
.fh-info-tabs-container .r-tabs-panel h1,
.fh-info-tabs-container .r-tabs-panel h2,
.fh-info-tabs-container .r-tabs-panel h3,
.fh-info-tabs-container .r-tabs-panel h4,
.fh-info-tabs-container .r-tabs-panel h5,
.fh-info-tabs-container .r-tabs-panel h6 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #e71923;
}
.fh-info-tabs-container .r-tabs-panel a,
.fh-info-tabs-container .r-tabs-panel a:link,
.fh-info-tabs-container .r-tabs-panel a:visited,
.fh-info-tabs-container .r-tabs-panel a:hover,
.fh-info-tabs-container .r-tabs-panel a:focus,
.fh-info-tabs-container .r-tabs-panel a:active {
  color: #fff;
  color: inherit;
}
@media only screen and (min-width: 769px) {
  .fh-info-tabs-container > .r-tabs-nav {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fh-info-tabs-container > .r-tabs-nav > li {
    -moz-box-flex: 1 1 0%;
    -webkit-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .fh-info-tabs-container > .r-tabs-nav > li + li {
    margin-left: 2px;
  }
  .fh-info-tabs-container .r-tabs-accordion-title a,
  .fh-info-tabs-container .r-tabs-accordion-title a:link,
  .fh-info-tabs-container .r-tabs-accordion-title a:visited,
  .fh-info-tabs-container .r-tabs-accordion-title a:hover,
  .fh-info-tabs-container .r-tabs-accordion-title a:focus,
  .fh-info-tabs-container .r-tabs-accordion-title a:active,
  .fh-info-tabs-container > .r-tabs-nav a,
  .fh-info-tabs-container > .r-tabs-nav a:link,
  .fh-info-tabs-container > .r-tabs-nav a:visited,
  .fh-info-tabs-container > .r-tabs-nav a:hover,
  .fh-info-tabs-container > .r-tabs-nav a:focus,
  .fh-info-tabs-container > .r-tabs-nav a:active {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .fh-info-tabs-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.billboard-listing-items,
.billboard-listing-items:before,
.billboard-listing-items:after,
.billboard-listing-items *,
.billboard-listing-items *:before,
.billboard-listing-items *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.billboard-listing-items {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.billboard-listing-items li,
.billboard-listing-items a {
  display: block;
}
.billboard-listing-items img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
.pageContent a.foundation-btn,
.pageContent a.foundation-btn:link,
.pageContent a.foundation-btn:visited,
.pageContent a.foundation-btn:hover,
.pageContent a.foundation-btn:focus,
.pageContent a.foundation-btn:active {
  border: none;
  color: white;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
  transition-duration: 0.4s;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}
.fa-gratipay {
  font-size: 2.5em;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
}
.button-1 {
  background: red;
  border-radius: 70px;
}
.button-1:hover {
  background: #0083c9;
  transition: .3s;
}
.main-navigation .sub-navigation-menu .sub-navigation-menu {
  display: block !important;
  position: static !important;
  overflow: visible !important;
  margin-left: 20px;
  margin-right: 20px;
}
.pageContent .food-menu-day {
  margin: 20px;
  text-align: center;
  color: transparent;
  font-size: 1.5rem;
  font-weight: bold;
}
.pageContent .food-menu-day a,
.pageContent .food-menu-day a:link,
.pageContent .food-menu-day a:visited,
.pageContent .food-menu-day a:hover,
.pageContent .food-menu-day a:focus,
.pageContent .food-menu-day a:active {
  text-decoration: none;
  color: transparent;
}
.pageContent .food-menu-day a:hover {
  text-decoration: underline;
}
.pageContent .calendar-food-menu {
  display: inline-block;
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
  margin: 0 20px;
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
}
.pageContent .calendar-food-menu li {
  color: transparent;
  margin-left: 30px;
  text-align: left;
}
.food-menu-view-more-wrapper {
  margin: 20px;
}
.pageContent a.food-menu-view-more-link,
.pageContent a.food-menu-view-more-link:link,
.pageContent a.food-menu-view-more-link:visited,
.pageContent a.food-menu-view-more-link:hover,
.pageContent a.food-menu-view-more-link:focus,
.pageContent a.food-menu-view-more-link:active {
  color: transparent;
  background-color: transparent;
  max-width: 100%;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border-radius: 40px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.2em;
}
.pageContent a.food-menu-view-more-link:hover {
  color: transparent;
}
.service-icon-table td,
.service-icon-table th {
  width: 25%;
}
.service-icon-link-td a,
td.footer-icon-link-td a,
.header .search-fields {
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}
.icon-arrow {
  padding: 10px 0;
  text-align: center;
  display: block;
}
.icon-arrow .fa {
  background: #333;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
div.copiah-social-icons a:link,
div.copiah-social-icons a:focus,
div.copiah-social-icons a:visited,
div.copiah-social-icons a:active {
  padding: 10px;
  font-size: 1.2em;
}
div.copiah-social-icons .fa a:hover {
  scale: 1.5;
}
div.copiah-social-icons .fa {
  color: #fff;
  font-size: 1.6em;
  float: right;
  padding: 5px;
  margin-top: -20px;
}
div.copiah-social-icons .fa:hover {
  color: #000080;
}
@media only screen and (min-width: 800px) {
  .navigation-menu {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation-menu {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.info-section.info-section-1 a:link,
.info-section.info-section-1 a:visited {
  color: #0083c9;
}
.info-section.info-section-1 a:hover {
  color: #000;
}
.desktop-service-icon-wrappings td {
  padding-left: 10px;
  padding-right: 10px;
}
.desktop-service-icon-wrappings p {
  margin: 0;
  padding-bottom: 30px;
  line-height: 30px;
  font-size: 1.1em;
}
.service-icon-link-td a:link,
.service-icon-link-td a:visited,
.service-icon-link-td a:hover,
.service-icon-link-td a:focus,
.service-icon-link-td a:active {
  color: #0083c9;
  background-color: #e8f0f5;
  padding: 5px;
  border-radius: 40px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.2em;
}
.service-icon-link-td a:hover {
  color: #fff;
  background-color: #ec1c25;
}
.footer .content .fa {
  float: right;
  padding-right: 10px;
  padding-top: 7px;
}
.service-icon-container-wrappings {
  padding-right: 10%;
  padding-left: 10%;
}
.footer ul,
.footer .content li {
  margin: 0 !important;
  padding: 0 !important;
}
.footer .content ul a:link {
  margin: 0 !important;
}
.footer .content .quick-link-items li {
  padding-bottom: 10px !important;
}
.bx-wrapper .bx-viewport {
  background: none;
  margin: 0;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  top: 0;
}
.quick-link-items {
  margin: 0;
  padding: 0;
}
.footer-form-field {
  color: #fff;
}
.footer-form-field::-webkit-input-placeholder {
  color: #fff;
}
.footer-form-field::-moz-placeholder {
  color: #fff;
}
.footer-form-field:-ms-input-placeholder {
  color: #fff;
}
.footer-form-field:-moz-placeholder {
  color: #fff;
}
.slideshow-pic-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.content-wrap-img {
  max-width: 100%;
  height: 146px;
  background-size: cover;
  display: block;
  background-image: url(/docs/cnt-img-btm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e8f0f5;
  margin-bottom: -40px;
}
.footer-wrapper-img {
  max-width: 100%;
  background-color: #e8f0f5;
  height: 124px;
  margin-bottom: -10px;
  display: block;
  background-image: url(/docs/ftr-copiah.png);
  background-position: center;
  background-repeat: no-repeat;
}
.footer .content ul a,
.footer .content ul a:link,
.footer .content ul a:visited,
.footer .content ul a:hover,
.footer .content ul a:focus,
.footer .content ul a:active {
  background-color: #000080;
  color: #fff;
  border-radius: 20px;
  display: block;
  min-width: 300px;
  font-size: 1.1em;
  margin-bottom: 5px;
  text-decoration: none;
  padding: 9px 20px 9px 20px;
}
.footer .content ul a:hover {
  background-color: #ec1c25;
}
.contentimage {
  display: block;
  float: right;
  padding: 6px;
}
@media only screen and (max-width: 480px) {
  .contentimage {
    float: none;
    padding: 0;
  }
}
.pageContent .footer-icon-title-td a:hover,
.pageContent .footer-icon-title-td a:focus,
.pageContent .footer-icon-title-td a:active {
  color: inherit;
}
.imh-clinic-indicator {
  color: #f00;
}
.pageContent td,
.pageContent th {
  vertical-align: top;
}
.main-menu-link:hover {
  background-color: #0083c9;
}
.the-slideshow-wrappings {
  text-align: center;
  max-width: 100%;
}
.the-slideshow-wrapper {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.the-slideshow-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.the-slideshow-wrapper .shim {
  visibility: hidden;
  display: block;
}
.the-slideshow-wrapper .the-slideshow-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.the-slideshow-wrapper .the-slideshow-items li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.the-slideshow-wrapper .the-slideshow-items li:first-child {
  display: block;
}
.main-banner-section {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
}
.main-banner-section img {
  vertical-align: bottom;
}
.tp-btn {
  display: inline-block;
  margin-left: 3px;
  padding: 15px 23px;
  font-size: 15px;
  line-height: 14.4px;
  color: #535353;
  vertical-align: middle;
  border: 1px solid #eee;
  border-radius: 25px;
}
.tp-btn a:link,
.tp-btn a:visited {
  color: #21205e;
}
.tp-btn a:hover {
  color: #DBE5F1;
}
.contentimage {
  margin-left: 20px;
  margin-bottom: 20px;
}
.overlay-wrapper {
  background: #fff;
}
.footer .content-item {
  float: left;
  width: 31%;
  margin-left: 1%;
  padding: 25px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .content-item a:link,
.footer .content-item a:visited,
.footer .content-item a:hover,
.footer .content-item a:focus,
.footer .content-item a:hover {
  color: #fff !important;
}
.footer .content-item iframe {
  max-width: 100%;
  width: 100%;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .content-item iframe + br + small a {
  display: block !important;
  margin-top: 20px !important;
  text-align: center !important;
}
.footer-icon-table {
  margin-bottom: 40px;
}
td.footer-icon-description-td {
  padding-bottom: 40px;
  padding-right: 10px;
}
td.footer-icon-link-td a:link,
td.footer-icon-link-td a:visited {
  color: #fff;
  background-color: #0083c9;
  padding: 5px 70px 5px 70px;
  border-radius: 40px;
  font-size: 16px;
}
td.footer-icon-link-td a:hover {
  color: #fff;
  background-color: #ec1c25;
  padding: 5px 70px 5px 70px;
  border-radius: 40px;
  border: 0px solid #21205e;
}
.pageContent .info-1 a:link,
.pageContent .info-1 a:visited,
.pageContent .info-2 a:link,
.pageContent .info-2 a:visited {
  color: #F9E898;
  text-decoration: none;
  border-bottom: none;
}
.pageContent .info-1 a:hover,
.pageContent .info-2 a:hover {
  color: #fff;
  text-decoration: none;
}
body {
  margin-bottom: 20px;
  background: #e8f0f5;
  color: #333;
}
.icon-description {
  font-size: 16px;
}
h3.icon-title {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #e62224;
}
h3.icon-title:hover {
  opacity: .5;
}
.header-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
  -moz-transition: margin 1s ease;
  -o-transition: margin 1s ease;
  -ms-transition: margin 1s ease;
  transition: margin 1s ease;
}
.sidepan img:hover {
  margin-left: -200px;
}
.tilt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tilt:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.footer-content-box-right .fa {
  float: right;
  font-size: 20px;
  color: #fff;
}
.content-area a:link,
.content-area a:visited {
  color: white;
}
.content-area a:hover {
  color: #DBE5F1;
}
.footer-content-box-right a:link,
.footer-content-box-right a:visited {
  color: #fff;
}
.footer-content-box-right a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-content-box-right a:link {
  border-radius: 20px;
  padding: 5px;
}
.footer-content-box-right b {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.footer-content-box-right p {
  color: white;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  line-height: 15px;
  margin-top: 30px;
}
.form-name {
  background-color: #000080;
  padding: 15px 20px 15px 20px;
  border-radius: 20px;
  min-width: 300px;
  text-align: left;
  margin-top: -20px;
  font-size: 1em;
  -webkit-box-shadow: 0px 0px 5px 1px #2d739e;
  -moz-box-shadow: 0px 0px 5px 1px #2d739e;
  box-shadow: 0px 0px 5px 1px #2d739e;
}
.form-email {
  background-color: #000080;
  padding: 15px 20px 15px 20px;
  border-radius: 20px;
  min-width: 300px;
  text-align: left;
  margin-top: 10px;
  font-size: 1em;
  -webkit-box-shadow: 0px 0px 5px 1px #2d739e;
  -moz-box-shadow: 0px 0px 5px 1px #2d739e;
  box-shadow: 0px 0px 5px 1px #2d739e;
}
.form-comment {
  background-color: #000080;
  padding: 15px 20px 15px 20px;
  border-radius: 20px;
  min-width: 300px;
  text-align: left;
  margin-top: 10px;
  font-size: 1em;
  -webkit-box-shadow: 0px 0px 5px 1px #2d739e;
  -moz-box-shadow: 0px 0px 5px 1px #2d739e;
  box-shadow: 0px 0px 5px 1px #2d739e;
}
.main-navigation {
  padding-left: 20px;
  padding-right: 20px;
}
.main-navigation li.submenu-top-item {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}
.main-navigation .sub-navigation-menu > li:hover > .sub-navigation-menu {
  display: block !important;
  left: 100% !important;
  top: auto !important;
  z-index: 9999999 !important;
}
#container {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
#container h1 {
  font-weight: normal;
  color: #21205e;
  margin-top: -10px;
}
#container p {
  text-transform: lowercase;
  color: #616161;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  margin-top: -20px;
}
#container a:link,
#container a:visited {
  border: 1px solid #1b1a55;
  padding: 10px 40px 10px 40px;
  border-radius: 20px;
}
#container a:hover {
  border: 0px solid #DBE5F1;
  padding: 10px 40px 10px 40px;
  border-radius: 20px;
}
#left {
  float: left;
  width: 30%;
}
#right {
  float: right;
  width: 30%;
  margin-top: -20px;
}
#center {
  margin: 0 auto;
  width: 30%;
  margin-top: -40px;
}
.info-section {
  text-align: left;
  font-size: 18px;
  color: #3f8dbe;
  letter-spacing: 0.05em;
  border-bottom: 0;
  line-height: 30px;
  padding: 10px 0;
}
@media only screen and (min-width: 1001px) {
  .info-section {
    background-image: url(/docs/copiahbackgroundimg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.info-section h1 {
  font-weight: normal;
  font-family: arial;
  text-align: left;
  color: #e62224;
  line-height: 50px;
  font-size: 2.1em;
  max-width: 1100px;
  margin-left: 4%;
}
.info-section p {
  text-align: left;
  font-size: 1.1em;
  color: #000;
  padding: 10px;
  max-width: 1000px;
  margin-left: 4%;
}
.info {
  -o-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  margin-bottom: -150px;
  overflow: hidden;
  background-color: #0083c9;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0px solid #21205e;
  color: #21205e;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  margin-top: 60px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.info-1 h,
.info-2 h {
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.info-1 p,
.info-2 p {
  font-size: 16px;
  color: #DBE5F1;
  margin-bottom: 60px;
  margin-left: 35px;
  line-height: 30px;
}
.pageContent .info-1 a:link,
.pageContent .info-1 a:visited,
.pageContent .info-1 a:hover,
.pageContent .info-1 a:focus,
.pageContent .info-1 a:active,
.pageContent .info-2 a:link,
.pageContent .info-2 a:visited,
.pageContent .info-2 a:hover,
.pageContent .info-2 a:focus,
.pageContent .info-2 a:active {
  text-decoration: none;
}
.info-1 .section-content + a:link,
.info-1 .section-content + a:visited,
.info-2 .section-content + a:link,
.info-2 .section-content + a:visited {
  border: 0px solid #1b1a55;
  padding: 10px 40px 10px 40px;
  border-radius: 20px;
  background-image: url(/docs/stripe.png);
  background-repeat: repeat;
}
.info-1 .section-content + a:hover,
.info-1 .section-content + a:focus,
.info-1 .section-content + a:active,
.info-2 .section-content + a:hover,
.info-2 .section-content + a:focus,
.info-2 .section-content + a:active {
  border: 0px solid #DBE5F1;
  padding: 10px 40px 10px 40px;
  border-radius: 20px;
  background-color: #DBE5F1;
}
.info-1 {
  width: 45%;
  display: block;
  float: left;
  text-align: center;
  padding-top: 20px;
}
.info-1 .fa,
.info-2 .fa {
  font-size: 30px;
  font-weight: normal;
  color: white;
  padding-right: 20px;
}
.info-2 {
  width: 50%;
  display: block;
  float: right;
  text-align: center;
  padding-top: 20px;
  border-left: 1px solid #0083c9;
}
.info-2 .fa {
  font-size: 30px;
  font-weight: normal;
  color: white;
  padding-right: 20px;
}
.info-2 h {
  font-size: 28px;
  font-weight: bold;
  color: #F9E898;
}
.info-2 p {
  font-size: 16px;
  color: #DBE5F1;
  margin-bottom: 60px;
  margin-right: 35px;
  line-height: 30px;
}
.masthead .slides img {
  width: 100%;
  height: 100%;
}
.mobile-buttons-wrappings {
  display: none;
  text-align: center;
  background: #889191;
}
.mobile-buttons-wrapper {
  padding: 10px;
}
.mobile-buttons-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-buttons-wrapper li {
  display: block;
  text-align: left;
  margin: 10px 0;
}
.mobile-buttons-wrapper li a:link,
.mobile-buttons-wrapper li a:visited,
.mobile-buttons-wrapper li a:hover,
.mobile-buttons-wrapper li a:focus,
.mobile-buttons-wrapper li a:active {
  padding: 10px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #024343;
  background: -moz-linear-gradient(top,#024343 0%,#0b5c60 50%,#154f4e 51%,#01373a 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#024343),color-stop(50%,#0b5c60),color-stop(51%,#154f4e),color-stop(100%,#01373a));
  background: -webkit-linear-gradient(top,#024343 0%,#0b5c60 50%,#154f4e 51%,#01373a 100%);
  background: -o-linear-gradient(top,#024343 0%,#0b5c60 50%,#154f4e 51%,#01373a 100%);
  background: -ms-linear-gradient(top,#024343 0%,#0b5c60 50%,#154f4e 51%,#01373a 100%);
  background: linear-gradient(to bottom,#024343 0%,#0b5c60 50%,#154f4e 51%,#01373a 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#024343', endColorstr='#01373a',GradientType=0 )";
}
.mobile-buttons-wrapper li .fa {
  float: right;
  margin-left: 10px;
}
.header .fa {
  color: #21205e;
  font-size: 16px;
}
.ftable td {
  width: 25%;
  vertical-align: top;
}
.my-sch .section .image {
  max-width: 85%;
}
.pageContent img {
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feature18.doctor-name {
  font-size: 20px;
  font-weight: bold;
  color: #0083c9;
}
.btn-1 {
  width: 117px;
  border-radius: 5px;
  height: 151px;
  background-image: url(/docs/img-ft-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  margin-right: 10px;
}
.btn-2 {
  width: 117px;
  border-radius: 5px;
  height: 151px;
  background-image: url(/docs/img-ft-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  margin-right: 5px;
}
.btn-3 {
  width: 117px;
  border-radius: 5px;
  height: 151px;
  background-image: url(/docs/img-ft-3.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  margin-right: 5px;
}
.btn-4 {
  width: 117px;
  border-radius: 5px;
  height: 151px;
  background-image: url(/docs/img-ft-4.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  margin-right: 5px;
}
.btn-5 {
  margin-top: 5px;
}
.footer-content-box-right {
  float: right;
  overflow: hidden;
  margin: 15px 0;
  padding: 0px 10px 0 10px;
  text-align: right;
}
.content-area-ft-img {
  float: right;
  width: 100%;
  display: block;
}
.hoverable-menu li a:link,
.hoverable-menu li a:visited,
.hoverable-menu li a:focus,
.hoverable-menu li a:active {
  padding: 10px 10px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background: #024343;
  background: -moz-linear-gradient(top,#024343 0%,#0b5c60 50%,#154f4e 51%,#01373a 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#024343),color-stop(50%,#0b5c60),color-stop(51%,#154f4e),color-stop(100%,#01373a));
  background: -webkit-linear-gradient(top,#024343 0%,#0b5c60 50%,#154f4e 51%,#01373a 100%);
  background: -o-linear-gradient(top,#024343 0%,#0b5c60 50%,#154f4e 51%,#01373a 100%);
  background: -ms-linear-gradient(top,#024343 0%,#0b5c60 50%,#154f4e 51%,#01373a 100%);
  background: linear-gradient(to bottom,#024343 0%,#0b5c60 50%,#154f4e 51%,#01373a 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#024343', endColorstr='#01373a',GradientType=0 )";
  margin-bottom: 4px;
}
.hoverable-menu li a:hover {
  color: #D8BB9E;
}
.hoverable-menu li .fa {
  float: right;
}
.baby-link.baby-male,
.baby-link.baby-female {
  font-size: 16px;
}
#lightbox img {
  max-width: none;
}
.copyright {
  color: #fff;
}
.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #fff;
}
a[href=""],
a[href="#"] {
  cursor: default;
}
#job-listing-cell {
  background-color: #e7f0f5;
}
img.contentpic2 {
  border: 0px solid #E5DFB5;
  -moz-box-shadow: 0 0 3px 1px #666565;
  -webkit-box-shadow: 0 0 3px 1px #666565;
  box-shadow: 0 0 3px 1px #666565;
}
.content-menu a:link,
.content-menu a:visited,
.content-menu a:focus,
.content-menu a:active {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-bottom: 1px solid #012f2f;
  width: 200px;
  line-height: 1.6;
  font: 18px/24px 'Open Sans', sans-serif;
}
.content-menu-items .content-menu-items {
  display: none;
}
.content-menu a:hover {
  color: #21205e;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.content-banner {
  max-height: 500px;
  overflow: hidden;
}
.content-banner img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}
.menu-link-text a:link,
.menu-link-text a:visited,
.menu-link-text a:focus,
.menu-link-text a:active {
  color: #1b1a55;
  text-decoration: none;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2em;
}
.menu-link-text a:hover,
.menu-link-text a:visited {
  color: #fff;
  background: #095984;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.copyright p {
  text-align: center;
  margin-top: 0;
  font-size: 15px;
}
.header-wrap .content {
  clear: both;
  padding: 10px 0 10px 10px;
  text-align: right;
  font-size: 18px;
  color: #616161;
}
.header-wrap .content b {
  font-weight: normal;
  color: #21205e;
}
.my-sch .section {
  font-size: 14px;
  line-height: 18px;
  color: #444446;
}
.printable body {
  color: #000;
  background: #fff;
}
table {
  font-size: 1em;
}
div {
  max-width: 100%;
}
.pagetitle {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #0083c9;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: arial;
}
.feature14 {
  color: #e51a22;
  font-weight: normal;
  font-size: 1.3em;
  font-family: arial;
}
.pageContent {
  color: #000;
  font-size: 18px;
  line-height: 1.3;
}
.mobile-tab-content,
.mobile-tab-content-wrap,
.mobile-only,
.mobile-search-box {
  display: none;
}
.mobile-search-box {
  text-align: center;
  background: #303030;
  padding: 5px 0;
  color: #000;
}
.header {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #000;
}
.header .logo .mobile {
  display: none;
}
.header .logo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .logo,
.header .box {
  display: table-cell;
  vertical-align: top;
}
.header-inner-wrap {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}
.header:before {
  position: absolute;
  width: 4000%;
  height: 100%;
  top: 0;
  right: 100%;
  content: "";
  background: #fff;
}
.header img {
  max-width: 100%;
  height: auto;
}
.header-wrap {
  padding-right: 20px;
  background: #fff;
}
.header-wrap input,
.header-wrap button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
}
.header-wrap .content {
  clear: both;
  padding: 10px 0 10px 10px;
  text-align: right;
}
.header-wrap .content b {
  font-weight: normal;
  color: #21205e;
}
.header .search-fields {
  padding: 4px;
  margin-top: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  float: right;
  font-size: 12px;
  border: 1px solid #f1f1f1;
  min-width: 255px;
}
.header .search-fields .search-submit {
  text-indent: -5000px;
  width: 25px;
  height: 25px;
  background: url(/images/icon_search.png) no-repeat center center;
}
.header .search-fields .search-text {
  margin-left: 8px;
}
.main-navigation {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-navigation li.submenu-top-item {
  border-left: 0px solid #fff;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.main-navigation li.submenu-top-item-first {
  border-left: none;
}
.main-navigation .mobile-nav {
  display: none;
}
.main-navigation-wrap {
  background: #0083c9;
  padding: 0;
}
.menu-link-text img {
  max-height: 1em;
  width: auto;
}
.menu-link-text a:link,
.menu-link-text a:visited,
.menu-link-text a:hover,
.menu-link-text a:focus,
.menu-link-text a:active {
  color: #fff;
  text-decoration: none;
}
.showing-mobile-menu .menu-link-text a:hover,
.menu-link-text a:focus,
.menu-link-text a:active {
  color: #1b1a55;
}
.sub-navigation-menu {
  position: absolute;
  z-index: 9999999999999999;
  display: none;
  background: #0083c9;
  padding: 5px 0;
  min-width: 250px;
}
.sub-navigation-menu li {
  text-align: left;
}
.sub-navigation-menu li,
.sub-navigation-menu a {
  display: block;
}
.sub-navigation-menu a:link,
.sub-navigation-menu a:visited,
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 1.1em;
}
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
  color: white;
  background-color: #e51923;
}
.sub-navigation-menu .sub-navigation-menu {
  top: 0;
  left: 100%;
  min-height: 100%;
  background: #0083c9;
}
.sub-navigation-menu .sub-navigation-menu a:link,
.sub-navigation-menu .sub-navigation-menu a:visited,
.sub-navigation-menu .sub-navigation-menu a:hover,
.sub-navigation-menu .sub-navigation-menu a:focus,
.sub-navigation-menu .sub-navigation-menu a:active {
  color: #fff;
}
.sub-navigation-menu .sub-navigation-menu a:hover,
.sub-navigation-menu .sub-navigation-menu a:focus,
.sub-navigation-menu .sub-navigation-menu a:active {
  color: #fff;
}
.submenu-top-item-last > .sub-navigation-menu {
  right: 0;
}
.mobile-navigation-bar {
  display: none;
  background: #0082c8;
  overflow: hidden;
  padding: 10px;
}
.mobile-navigation-bar img {
  cursor: pointer;
}
.mobile-navigation-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-navigation-bar .menu {
  float: left;
}
.mobile-navigation-bar .search {
  float: right;
}
.masthead {
  background: #fff;
  overflow: hidden;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead img {
  max-width: 100%;
  height: auto;
}
.masthead .shim {
  display: none;
}
.masthead .buttons {
  width: 260px;
  background: #889191;
  border-right: 4px solid #889191;
  border-left: 4px solid #889191;
}
.masthead .buttons .inner-wrap {
  margin-top: 12px;
}
.masthead .buttons .links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.masthead .buttons .button-images img {
  float: right;
}
.masthead .buttons .nav-arrow {
  text-align: center;
}
.masthead .buttons .nav-arrow span {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.masthead .buttons .nav-up span {
  bottom: -12px;
  margin-top: -12px;
}
.masthead .buttons .nav-down span {
  top: -12px;
  margin-bottom: -12px;
}
.masthead .slides {
  border-left: 3px solid #e5e1b2;
}
.masthead .slides .images {
  list-style: none;
  margin: 0;
  padding: 0;
}
.masthead .slides .images .li {
  display: none;
}
.masthead .slides .images .li-0 {
  display: block;
}
.masthead .slides img {
  vertical-align: bottom;
}
.masthead .buttons,
.masthead .slides {
  display: table-cell;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.showing-slideshow .masthead .shim {
  visibility: hidden;
  display: block;
}
.showing-slideshow .masthead .slides .images .li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.masthead .slides {
  position: relative;
  border-left: 0px solid #303030;
}
.masthead-wrap {
  background: #3E4F51;
  border-bottom: 10px solid #024343;
  background-image: url(/docs/9ec0502e.png);
  background-repeat: repeat;
}
.tab-navigation-wrap {
  background: #FFF;
  padding: 0 20px;
  background-image: url(/images/fb7f97e3.png);
}
.mobile-tab-content-wrap {
  display: none;
}
.mobile-tab-content {
  margin: 20px 0;
}
.tab-navigation {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tab-navigation .tabs > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-navigation .tabs > ul > li {
  flex: 1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
}
.tab-navigation .tabs > ul > li:first-child {
  margin-left: 0;
}
.tab-navigation .tabs > ul a.tab-link:link,
.tab-navigation .tabs > ul a.tab-link:visited,
.tab-navigation .tabs > ul a.tab-link:hover,
.tab-navigation .tabs > ul a.tab-link:focus,
.tab-navigation .tabs > ul a.tab-link:active {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 20px;
  height: 35px;
  line-height: 200%;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #024343;
  background: -moz-linear-gradient(top,#024343 43%,#023737 56%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(43%,#024343),color-stop(56%,#023737));
  background: -webkit-linear-gradient(top,#024343 43%,#023737 56%);
  background: -o-linear-gradient(top,#024343 43%,#023737 56%);
  background: -ms-linear-gradient(top,#024343 43%,#023737 56%);
  background: linear-gradient(to bottom,#024343 43%,#023737 56%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024343',endColorstr='#023737',GradientType=0);
}
.tab-navigation .tabs > ul a.tab-link:hover,
.tab-navigation .tabs > ul a.tab-link:focus,
.tab-navigation .tabs > ul a.tab-link:active,
.tab-navigation .tabs > ul a.tab-link.active {
  background: #ba6d21;
  background: -moz-linear-gradient(top,#ba6d21 43%,#b06011 56%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(43%,#ba6d21),color-stop(56%,#b06011));
  background: -webkit-linear-gradient(top,#ba6d21 43%,#b06011 56%);
  background: -o-linear-gradient(top,#ba6d21 43%,#b06011 56%);
  background: -ms-linear-gradient(top,#ba6d21 43%,#b06011 56%);
  background: linear-gradient(to bottom,#ba6d21 43%,#b06011 56%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba6d21',endColorstr='#b06011',GradientType=0);
}
.tab-navigation .tab-content {
  background: #fff;
  border: 1px solid #cbbec5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.pageContent a,
.pageContent a:link,
.pageContent a:visited,
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #3f8dbe;
  text-decoration: none;
}
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #e62224;
  border: none;
  text-decoration: none;
}
.pageContent img {
  max-width: 100%;
  height: auto;
}
.pageContent iframe,
.pageContent applet,
.pageContent audio,
.pageContent video,
.pageContent object,
.pageContent embed {
  max-width: 100%;
}
.content-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-menu {
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.content-menu h2 {
  color: #0083c9;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  text-decoration: none;
  font-size: 22px;
}
.content-menu li,
.content-menu a {
  display: block;
}
.content-menu li {
  margin-bottom: 5px;
}
.content-menu a:link,
.content-menu a:visited,
.content-menu a:hover,
.content-menu a:focus,
.content-menu a:active {
  color: black;
  text-decoration: none;
  padding-left: 10px;
  border-bottom: 0px solid #fff;
  background-color: #d2e2ec;
  border-radius: 10px;
}
.content-menu a:hover,
.content-menu a:focus,
.content-menu a:active {
  color: #fff;
  background-color: #0083c9;
}
.content-page .main {
  background: #FFF;
  padding: 0 20px;
  padding-bottom: 8px;
}
.content-page .content-wrap {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}
.content-page .pageContent {
  background: #e8f0f5;
  padding: 20px;
}
.content-page .has-content-menu .content-menu,
.content-page .has-content-menu .pageContent {
  display: table-cell;
  vertical-align: top;
}
.content-page .has-content-menu .content-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18%;
  padding: 20px;
}
.is-front-page .pageContent {
  padding: 0;
}
.is-front-page .content-wrap {
  max-width: none;
}
.toolbar {
  overflow: hidden;
  margin-bottom: 10px;
  display: none;
}
.toolbar .toolbox {
  float: right;
}
.toolbar .breadcrumb {
  float: left;
  font-size: 11px;
}
.toolbar .breadcrumb a,
.toolbar .breadcrumb a:link,
.toolbar .breadcrumb a:visited,
.toolbar .breadcrumb a:hover,
.toolbar .breadcrumb a:focus,
.toolbar .breadcrumb a:active {
  text-decoration: none;
  font-size: 11px;
  color: #262626;
}
.toolbar .breadcrumb a:hover,
.toolbar .breadcrumb a:focus,
.toolbar .breadcrumb a:active {
  text-decoration: underline;
}
.toolbar .breadcrumb a.link-last a.link-last:link,
.toolbar .breadcrumb a.link-last:visited,
.toolbar .breadcrumb a.link-last:hover,
.toolbar .breadcrumb a.link-last:focus,
.toolbar .breadcrumb a.link-last:active {
  color: #4e1400;
  font-weight: bold;
}
.text-size-1 .pageContent {
  font-size: 0.70em;
  line-height: 1.4;
}
.text-size-2 .pageContent {
  font-size: 0.80em;
  line-height: 1.4;
}
.text-size-3 .pageContent {
  font-size: 1.00em;
  line-height: 1.4;
}
.pageContent,
.text-size-4 .pageContent {
  font-size: 1.3em;
  font-family: gothic, sans-serif;
}
.text-size-5 .pageContent {
  font-size: 1.10em;
  line-height: 1.4;
}
.text-size-6 .pageContent {
  font-size: 1.20em;
  line-height: 1.4;
}
.text-size-7 .pageContent {
  font-size: 1.30em;
  line-height: 1.4;
}
.text-size-8 .pageContent {
  font-size: 1.40em;
  line-height: 1.4;
}
.text-size-9 .pageContent {
  font-size: 1.50em;
  line-height: 1.4;
}
.text-size-10 .pageContent {
  font-size: 1.60em;
  line-height: 1.4;
}
.text-size-11 .pageContent {
  font-size: 1.70em;
  line-height: 1.4;
}
.text-size-12 .pageContent {
  font-size: 1.80em;
  line-height: 1.4;
}
.text-size-13 .pageContent {
  font-size: 1.90em;
  line-height: 1.4;
}
.text-size-14 .pageContent {
  font-size: 2.00em;
  line-height: 1.4;
}
.text-size-15 .pageContent {
  font-size: 2.10em;
  line-height: 1.4;
}
.text-size-16 .pageContent {
  font-size: 2.20em;
  line-height: 1.4;
}
.content-banner {
  max-width: 2000px;
  height: auto;
  vertical-align: bottom;
}
.content-banner img {
  max-width: 2000px;
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}
.footer-wrapper {
  background: #0083c9;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.footer-content-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
}
.footer {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer h2 {
  max-width: 100%;
  text-align: left;
  line-height: 100%;
  padding: 0;
  clear: right;
  color: #fff;
  font-weight: bold;
}
.footer img {
  max-width: 100%;
  height: auto;
}
.footer .content {
  float: left;
  overflow: hidden;
  border-right: 0px solid #323232;
  text-align: right;
  margin: 15px 0;
  padding: 0 10px 0 10px;
}
.footer .content .content-image,
.footer .content .content-area {
  display: table-cell;
  vertical-align: top;
}
.footer .content .content-image {
  padding-right: 0px;
}
.footer .content .fasthealth-logo {
  margin: 20px 0px;
}
.footer .content li {
  display: block;
  text-align: left;
  margin-left: 8px;
  line-height: 30px;
  text-transform: capitalize;
}
.footer .logo {
  float: right;
  margin: 45px 0 0 0;
}
.footer .links {
  clear: both;
  text-align: right;
  margin-bottom: 15px;
}
.footer .links li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-left: 1px solid #c9c3a1;
  margin-left: 8px;
  padding-left: 8px;
}
.footer .links li:first-child {
  border-left: none;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: none;
  font-size: 16px;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: underline;
  color: #F9E898;
  font-size: 16px;
}
.footer-box {
  background: #5b1201;
}
.copyright-wrapper {
  background-color: #e62224;
}
.copyright {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.copyright p {
  text-align: center;
  margin-top: 0;
}
.copyright .links {
  margin-top: 15px;
  display: block;
  text-align: center;
}
.copyright .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.copyright .links li {
  display: inline;
  margin: 0 10px;
}
.copyright .links a:hover img,
.copyright .links a:focus img {
  opacity: 0.7;
}
.speciality-list {
  font-size: 14px;
}
.speciality-list a {
  font-weight: 100;
}
.formlabel {
  font: bold 14px Arial, sans-serif;
}
.activedate {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #E8E6FA;
}
.dateevent {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.inactivedate {
  background: #D3D3D3;
  width: 14%;
}
.dateevent {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.formlabel {
  font: bold 14px Arial, sans-serif;
  color: #0000CC;
}
.label {
  font: bold 1.11em Arial, sans-serif;
}
.myform {
  font: bold 12px Arial, sans-serif;
  background: #E6E6FA;
}
.jobform {
  background: #E6E6FA;
}
.today {
  font: bold 13px Arial, sans-serif;
  background: #3399FF;
}
.month {
  color: #FFFFFF;
  font: bold 20px Arial, sans-serif;
  background: #000000;
}
.day {
  color: #FFFFE0;
  font: bold 12px Arial, sans-serif;
  background: #483D8B;
}
.F {
  font: bold 12px Arial, sans-serif;
  background: #FFB6C1;
}
.M {
  font: bold 12px Arial, sans-serif;
  background: #93D2FB;
}
#email-page label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #4e1400;
}
#email-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#email-page li {
  margin-top: 10px;
}
#email-page input[type=image],
#email-page button[type=submit] {
  margin-top: 20px;
}
label[for="baby-date"] {
  margin-left: 20px;
}
.nursery-lists {
  width: 100%;
  box-sizing: border-box;
}
.nursery-lists tr td {
  vertical-align: top;
}
.pageContent .baby-view-box img.baby-picture {
  max-width: 180px;
  height: auto;
}
.baby-view-box {
  background-repeat: repeat;
  background-position: top left;
}
.baby-view-list {
  background-color: #FFF;
  padding-top: 20px;
  font-size: 13px;
}
h1.baby-title {
  font-size: 22px;
  line-height: 1.3;
  line-height: 40px;
}
p.baby-instructions {
  margin-top: 10px;
  margin-bottom: 10px;
}
h3.baby-message-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
table.baby-search-table label.feature14 {
  font-size: 14px;
}
table.baby-search-table div.baby-list-month {
  font-size: 16px;
}
table.nursery-lists ul.baby-name-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
ul.baby-name-list a {
  font-size: 11px;
  padding-right: 10px;
}
.baby-view-list {
  background-color: transparent;
  height: 100%;
  list-style-type: none;
  margin: 0 auto;
  width: 300px;
}
ul.baby-view-list li {
  height: 20px;
  margin: 3px 0px;
  line-height: 20px;
}
.baby-view-box {
  height: 617px;
  width: 670px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top left;
}
.baby-view-male {
  background-image: url(/images/background_boy.gif);
}
.baby-view-female {
  background-image: url(/images/background_girl.gif);
}
.baby-picture {
  max-width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border: 2px solid #44332C;
}
.activedate {
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  border: 1px solid #e8f0f5;
  border-top: 0px solid #F4EDD9;
}
.inactivedate {
  background-color: #e8f0f5;
  border: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 0px solid #DED4B6;
  border-top: 0px solid #F4EDD9;
}
.today {
  background-color: #ffffff;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px solid #D8BB9E;
  color: #000;
}
.month {
  background-color: #0083c9;
  font-weight: bold;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 24px;
  border-bottom: 0px solid #22557d;
  border-top: 0px solid #3878a9;
  text-shadow: 1px 2px 4px #21205e, 0 0 0 #000, 1px 2px 4px #21205e, 0 1px 0 #FFF;
  height: 40px;
}
.day {
  background-color: #0083c9;
  color: #fff;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 0px solid #0277B6;
  border-top: 0px solid #25A8EF;
  height: 20px;
  padding-top: 10px;
}
.calendar_table {
  border: none;
}
.ie8 .toolbox {
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .header-wrap .content {
    font-size: 0.8em;
  }
  .masthead-wrap {
    text-align: center;
  }
  .masthead {
    background: #fff;
  }
  .masthead .buttons {
    display: none;
  }
  .masthead .slides {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: none;
  }
  .home-page .mobile-buttons-wrappings {
    display: block;
  }
  .tab-navigation .tabs ul {
    display: block;
  }
  .tab-navigation .tabs ul li {
    font-size: 0.8em;
  }
  .tab-navigation .tabs ul a.tab-link:link,
  .tab-navigation .tabs ul a.tab-link:visited,
  .tab-navigation .tabs ul a.tab-link:hover,
  .tab-navigation .tabs ul a.tab-link:focus,
  .tab-navigation .tabs ul a.tab-link:active {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 830px) {
  .header-wrap .content {
    font-size: 0.7em;
  }
  .footer .content img {
    max-width: 140px;
    font-size: 0.8em;
  }
  .footer .logo {
    margin-top: 15px;
    max-width: 200px;
  }
  .toolbar .breadcrumb {
    font-size: 10px;
  }
  .toolbar .breadcrumb a:link,
  .toolbar .breadcrumb a:visited,
  .toolbar .breadcrumb a:hover,
  .toolbar .breadcrumb a:focus,
  .toolbar .breadcrumb a:active {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .main-navigation {
    padding-left: 0;
    padding-right: 0;
  }
  .main-navigation-wrap {
    display: none;
    padding: 0;
    border: 0px solid #561101;
  }
  .header-wrap {
    background: #fff;
  }
  .header {
    padding: 20px 0;
  }
  .header .box {
    display: none;
  }
  .header .logo {
    float: none;
    text-align: center;
  }
  .header .logo .mobile {
    display: inline;
  }
  .header .logo .non-mobile {
    display: none;
  }
  .mobile-navigation-bar {
    display: block;
    background-color: #0083c9;
  }
  .content-page .has-content-menu .content-menu {
    display: none;
  }
  .content-page .has-content-menu .pageContent {
    display: block;
  }
  .showing-mobile-menu .menu-link-text a:link,
  .showing-mobile-menu .menu-link-text a:visited,
  .showing-mobile-menu .menu-link-text a:hover,
  .showing-mobile-menu .menu-link-text a:focus,
  .showing-mobile-menu .menu-link-text a:active {
    color: #fff;
  }
  .showing-mobile-menu .mobile-menu-wrapper {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/black50alpha.png);
  }
  .showing-mobile-menu .main-navigation-wrap {
    display: block;
    position: absolute;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .showing-mobile-menu .main-navigation li.submenu-top-item {
    display: block;
    border: 0;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .showing-mobile-menu .main-navigation li.submenu-top-item .menu-link-text:hover a,
  .showing-mobile-menu .main-navigation li.submenu-top-item .menu-link-text:hover a:link,
  .showing-mobile-menu .main-navigation li.submenu-top-item .menu-link-text:hover a:visited,
  .showing-mobile-menu .main-navigation li.submenu-top-item .menu-link-text:hover a:hover,
  .showing-mobile-menu .main-navigation li.submenu-top-item .menu-link-text:hover a:focus,
  .showing-mobile-menu .main-navigation li.submenu-top-item .menu-link-text:hover a:active {
    background: none;
  }
  .showing-mobile-menu .main-navigation li.submenu-top-item:hover {
    background: none;
  }
  .showing-mobile-menu .main-navigation .mobile-nav {
    display: block;
  }
  .showing-mobile-menu .navigation-menu {
    background: none;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .showing-mobile-menu .mobile-nav {
    background: none;
  }
  .showing-mobile-menu .mobile-nav li.submenu-top-item,
  .showing-mobile-menu .mobile-nav li.submenu-top-item.open {
    padding-left: 10px;
  }
  .showing-mobile-menu li.submenu-top-item.img {
    display: none;
  }
  .showing-mobile-menu li:hover {
    background: none;
  }
  .showing-mobile-menu .sub-navigation-menu {
    background: none;
    position: static;
    height: auto;
    width: auto;
  }
  .showing-mobile-menu .sub-navigation-menu a:link,
  .showing-mobile-menu .sub-navigation-menu a:visited,
  .showing-mobile-menu .sub-navigation-menu a:hover,
  .showing-mobile-menu .sub-navigation-menu a:focus,
  .showing-mobile-menu .sub-navigation-menu a:active {
    color: #ffffff;
    text-decoration: none;
    background: none;
  }
  .footer .content-area {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .masthead {
    background: none;
  }
  .toolbar .breadcrumb {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .footer .content img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 650px) {
  .masthead-wrap {
    border-bottom: 0;
  }
  .my-sch .border-underlay {
    display: none;
  }
  .mobile-tab-content-wrap {
    display: block;
  }
  .tab-navigation .tab-content {
    display: none;
  }
  .tab-navigation .tabs ul li {
    display: block;
    margin: 0;
    font-size: 1em;
    margin-bottom: 10px;
  }
  .tab-navigation .tabs ul li a.tab-link:link,
  .tab-navigation .tabs ul li a.tab-link:visited,
  .tab-navigation .tabs ul li a.tab-link:hover,
  .tab-navigation .tabs ul li a.tab-link:focus,
  .tab-navigation .tabs ul li a.tab-link:active {
    min-height: 35px;
    height: auto;
  }
  .footer-wrapper {
    padding: 0;
  }
  .footer .logo,
  .footer .links {
    display: none;
  }
  .footer .content,
  .footer .content-2 {
    float: none;
    width: auto;
    margin: 0;
  }
  .footer .content img,
  .footer .content-2 img {
    max-width: 100%;
  }
  .content-area-ft-img img {
    float: none;
    margin: 5px;
  }
  .footer-content-box-right,
  .content-area-ft-img {
    float: none;
    width: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .toolbar {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .footer .content {
    text-align: left;
  }
  .footer .content-image {
    padding-top: 15px;
  }
  .footer .content-image img {
    max-width: 80px;
  }
  .footer .content-area {
    padding-bottom: 15px;
  }
  .footer .content-area img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 319px) {
  .footer-content-box {
    display: block;
    padding: 0;
  }
  .footer .content {
    text-align: left;
  }
  .footer .content .content-image,
  .footer .content .content-area {
    padding: 10px 0;
    float: none;
    display: block;
  }
  .footer .content .content-image img,
  .footer .content .content-area img {
    max-width: 100%;
  }
  .footer .content .content-area h2 {
    text-align: left;
  }
  .footer .content .content-area img {
    float: left;
    clear: both;
  }
  .footer .content .content-image {
    text-align: center;
  }
  .footer .content li {
    text-align: left;
  }
}
.ftitle {
  font-size: 90%;
  color: #666;
  font-style: italic;
}
.ftable td {
  text-align: center;
}
.content-banner {
  max-width: none;
  max-height: 500px;
  overflow: hidden;
  padding: 0;
}
.content-banner img {
  width: 100%;
  height: 100%;
}
.content-page .main {
  padding: 0;
  background: #e8f0f5;
}
@media only screen and (min-width: 1001px) {
  .footer {
    max-width: 1300px;
  }
  .footer {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer .content-item {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer .content-item {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .footer .content-item {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .content-item {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer .content-item {
    -moz-box-flex: 1 0 auto;
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media only screen and (max-width: 1000px) {
  .info-section {
    padding: 0 20px;
    margin: 20px 0;
    max-width: none;
    width: auto;
    display: block;
  }
  .info-section p {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    max-width: none;
  }
  .info-section h1 {
    max-width: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    float: none;
    line-height: 1.2;
  }
  .info-1,
  .footer .content-item,
  .info-2,
  .footer .content {
    width: auto;
    float: none;
  }
  .footer .content-item,
  .footer .content {
    text-align: center;
  }
  .footer-content-box-right {
    float: none;
    height: auto;
    width: auto;
    text-align: center;
  }
  .footer-content-box,
  .footer .content-item,
  .footer .content .content-image,
  .footer .content .content-area {
    display: block;
  }
  .footer-content-box .content-area,
  .footer-content-box .content-area li,
  .footer h2 {
    text-align: center;
  }
  .info {
    float: none;
    width: auto;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0 0 20px 0;
  }
}
div.fc-logo img {
  margin-right: auto;
  margin-left: auto;
}
