
.inline-list > li {
  display: inline;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
iframe,
embed,
object,
applet {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  border-width: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.feature-icons-wrappings {
  background: #fff;
  padding: 20px;
}
ul.feature-icons-listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.feature-icons-listing > li {
  display: inline-block;
}
ul.feature-icons-listing > li {
  display: block;
  text-align: center;
}
ul.feature-icons-listing > li a,
ul.feature-icons-listing > li a:link,
ul.feature-icons-listing > li a:visited,
ul.feature-icons-listing > li a:hover,
ul.feature-icons-listing > li a:focus,
ul.feature-icons-listing > li a:active,
ul.feature-icons-listing > li .slideshow-item.title {
  font-size: 22px;
  font-family: "Muli", sans-serif;
  text-decoration: none;
  color: #48276a;
}
ul.feature-icons-listing > li img:first-child {
  transition: 0.5s transform;
  margin-bottom: 20px;
}
ul.feature-icons-listing > li img:first-child:hover {
  transform: scale(1.225);
}
@media only screen and (min-width: 800px) {
  ul.feature-icons-listing {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  ul.feature-icons-listing {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  ul.feature-icons-listing > li {
    display: inline-block;
    vertical-align: top;
  }
  ul.feature-icons-listing > li {
    -moz-box-flex: 1 0 0%;
    -webkit-box-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}
@media only screen and (max-width: 799px) {
  ul.feature-icons-listing > li + li {
    margin-top: 20px;
  }
}
.header-social-wrappings {
  padding: 5px 10px;
}
.header-social {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.header-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-social li {
  display: inline;
  margin-left: 15px;
}
.header-social .content {
  float: left;
}
.header-social .links {
  float: right;
}
.header-social a:link,
.header-social a:visited,
.header-social a:hover,
.header-social a:focus,
.header-social a:active {
  color: #fff;
  text-decoration: none;
}
.content-banner {
  position: relative;
}
.content-banner .shim {
  visibility: hidden;
}
.content-banner .images {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-banner .images li {
  display: none;
}
.content-banner .images li.li-0 {
  display: block;
}
.content-banner .images li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.other-banner {
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.other-banner img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.back-to-top {
  position: fixed;
  z-index: 8000;
  bottom: 40px;
  right: 40px;
  display: none;
}
.back-to-top img {
  opacity: 0.8;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .back-to-top-wrapper {
    display: none;
  }
}
.dropdown-searchbox {
  display: none;
  position: absolute;
  right: 0;
  top: -10px;
}
.dropdown-searchbox.show {
  display: block;
}
@media only screen and (max-width: 768px) {
  a[href="##toggle-search"],
  .dropdown-searchbox.show,
  .toggle-search {
    display: none;
  }
}
.the-slideshow-wrappings {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.the-slideshow-wrapper {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.the-slideshow-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-bottom: #48276a solid 3px;
  border-top: #48276a solid 3px;
}
.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;
}
.featured-news-section-wrappings {
  display: block;
  margin: 20px 2%;
  padding: 0;
  background-color: #e1e1e1;
}
.featured-news-section-wrappings .featured-news-section-title {
  display: block;
  margin: 0;
  padding: 5px 10px;
  background-color: #0d5b9b;
  color: #fff;
}
.featured-news-section-wrappings .featured-news-section-title a,
.featured-news-section-wrappings .featured-news-section-title a:link,
.featured-news-section-wrappings .featured-news-section-title a:visited,
.featured-news-section-wrappings .featured-news-section-title a:hover,
.featured-news-section-wrappings .featured-news-section-title a:focus,
.featured-news-section-wrappings .featured-news-section-title a:active {
  display: block;
  color: #fff;
  color: inherit;
}
.featured-news-section-wrappings .featured-news-section-content-wrapper {
  padding: 20px;
}
@media only screen and (max-width: 979px) {
  .featured-news-section-wrappings .featured-news-section-content-wrapper {
    padding: 0 10px 20px 10px;
  }
}
.view-events-container,
.view-events-container:before,
.view-events-container:after,
.view-events-container *,
.view-events-container *:before,
.view-events-container *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.view-events-container {
  text-align: center;
}
.view-events-container .view-events-listing .event-item,
.view-events-container .view-events-listing .event-item .event-date,
.view-events-container .view-events-listing .event-item .event-name {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.view-events-container .view-events-listing .event-item + .event-item {
  margin-top: 10px;
}
.view-events-container .view-events-listing .event-item .event-date {
  position: relative;
  z-index: 100;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #48276a;
  font-weight: bold;
  color: #fff;
  width: 55px;
  height: 55px;
  padding: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.view-events-container .view-events-listing .event-item .event-date {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.view-events-container .view-events-listing .event-item .event-date .event-date-day {
  margin-left: 2px;
}
.view-events-container .view-events-listing .event-item .event-date,
.view-events-container .view-events-listing .event-item .event-name {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.view-events-container .view-events-listing .event-item .event-name {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  color: #48276a;
  font-weight: bold;
}
.view-events-container .view-events-listing .event-item .event-name {
  -moz-box-flex: 1 0 0%;
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
.view-events-container .view-events-listing .event-item .event-name a,
.view-events-container .view-events-listing .event-item .event-name a:link,
.view-events-container .view-events-listing .event-item .event-name a:visited,
.view-events-container .view-events-listing .event-item .event-name a:hover,
.view-events-container .view-events-listing .event-item .event-name a:focus,
.view-events-container .view-events-listing .event-item .event-name a:active {
  transform: translate3d(-45px,0,0.1px);
  margin-right: -60px;
  line-height: 1.1;
  position: relative;
  z-index: 90;
  color: #48276a;
  height: 100%;
}
.view-events-container .view-events-listing .event-item .event-name a,
.view-events-container .view-events-listing .event-item .event-name a:link,
.view-events-container .view-events-listing .event-item .event-name a:visited,
.view-events-container .view-events-listing .event-item .event-name a:hover,
.view-events-container .view-events-listing .event-item .event-name a:focus,
.view-events-container .view-events-listing .event-item .event-name a:active {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.view-events-container .view-events-listing .event-item .event-name a,
.view-events-container .view-events-listing .event-item .event-name a:link,
.view-events-container .view-events-listing .event-item .event-name a:visited,
.view-events-container .view-events-listing .event-item .event-name a:hover,
.view-events-container .view-events-listing .event-item .event-name a:focus,
.view-events-container .view-events-listing .event-item .event-name a:active {
  -moz-box-flex: 1 0 0%;
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
.view-events-container .view-events-listing .event-item .event-name a,
.view-events-container .view-events-listing .event-item .event-name a:link,
.view-events-container .view-events-listing .event-item .event-name a:visited,
.view-events-container .view-events-listing .event-item .event-name a:hover,
.view-events-container .view-events-listing .event-item .event-name a:focus,
.view-events-container .view-events-listing .event-item .event-name a:active {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.view-events-container .view-events-listing .event-item .event-date a,
.view-events-container .view-events-listing .event-item .event-date a:link,
.view-events-container .view-events-listing .event-item .event-date a:visited,
.view-events-container .view-events-listing .event-item .event-date a:hover,
.view-events-container .view-events-listing .event-item .event-date a:focus,
.view-events-container .view-events-listing .event-item .event-date a:active {
  color: #fff;
  color: inherit;
}
.view-events-container .view-events-listing .view-more-events {
  margin-top: 20px;
}
.view-events-container .view-events-listing a.view-more-events-link {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.view-events-container .view-events-listing a.view-more-events-link,
.view-events-container .view-events-listing a.view-more-events-link:link,
.view-events-container .view-events-listing a.view-more-events-link:visited,
.view-events-container .view-events-listing a.view-more-events-link:hover,
.view-events-container .view-events-listing a.view-more-events-link:focus,
.view-events-container .view-events-listing a.view-more-events-link:active {
  font-weight: bold;
  background-color: #48276a;
  color: #fff;
  display: block;
  padding: 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transform: translate3d(0,0,0.1px);
}
.view-events-container .view-events-listing a.view-more-events-link:hover {
  background-color: #b478f1;
}
.view-events-container .view-events-listing .event-item .event-name {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.view-events-container .view-events-listing .event-item .event-name a {
  -moz-transition: background-color 0.1s, color 0.2s, padding-left 0.4s;
  -webkit-transition: background-color 0.1s, color 0.2s, padding-left 0.4s;
  transition: background-color 0.1s, color 0.2s, padding-left 0.4s;
}
.view-events-container .view-events-listing .event-item .event-name a,
.view-events-container .view-events-listing .event-item .event-name a:link,
.view-events-container .view-events-listing .event-item .event-name a:visited,
.view-events-container .view-events-listing .event-item .event-name a:hover,
.view-events-container .view-events-listing .event-item .event-name a:focus,
.view-events-container .view-events-listing .event-item .event-name a:hover {
  padding-right: 20px;
  padding-left: 40px;
}
.view-events-container .view-events-listing .event-item .event-name a,
.view-events-container .view-events-listing .event-item .event-name a:link,
.view-events-container .view-events-listing .event-item .event-name a:visited,
.view-events-container .view-events-listing .event-item .event-name a:hover,
.view-events-container .view-events-listing .event-item .event-name a:focus,
.view-events-container .view-events-listing .event-item .event-name a:hover {
  -moz-box-flex: 1 0 0%;
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
.view-events-container .view-events-listing .event-item:hover .event-name a,
.view-events-container .view-events-listing .event-item:hover .event-name a:link,
.view-events-container .view-events-listing .event-item:hover .event-name a:visited,
.view-events-container .view-events-listing .event-item:hover .event-name a:hover,
.view-events-container .view-events-listing .event-item:hover .event-name a:focus,
.view-events-container .view-events-listing .event-item:hover .event-name a:hover {
  background-color: #b478f1;
  color: #fff;
  padding-left: 55px;
  border-radius: 0 6px 6px 0;
}
@media only screen and (max-width: 624px) {
  .view-events-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.featured-items-wrappings {
  padding: 20px 10px;
  text-align: center;
  color: #3F5360;
  font-size: 16px;
  font-size: 1.111rem;
  line-height: 1.33;
  font-family: "Muli", sans-serif;
}
.featured-items-wrappings .info-item {
  transition: 0.4s;
}
.featured-items-wrappings .featured-item-inner-wrapper,
.featured-items-wrappings .info-section-img,
.featured-items-wrappings .info-section-title-wrapper,
.featured-items-wrappings .info-section-description {
  position: relative;
  z-index: 2;
  text-align: center;
}
.featured-items-wrappings a,
.featured-items-wrappings a:link,
.featured-items-wrappings a:visited,
.featured-items-wrappings a:hover,
.featured-items-wrappings a:focus,
.featured-items-wrappings a:active {
  color: #3F5360;
  color: inherit;
}
.featured-items-wrappings .info-section-img a,
.featured-items-wrappings .info-section-img a:link,
.featured-items-wrappings .info-section-img a:visited,
.featured-items-wrappings .info-section-img a:hover,
.featured-items-wrappings .info-section-img a:focus,
.featured-items-wrappings .info-section-img a:active {
  display: block;
}
.featured-items-wrappings .slick-slide img {
  margin-left: auto;
  margin-right: auto;
}
.featured-items-wrappings h2 {
  letter-spacing: -0.02em;
  font-weight: normal;
  font-size: 1.5em;
  color: #48276a;
}
.featured-items-wrappings h2 a,
.featured-items-wrappings h2 a:link,
.featured-items-wrappings h2 a:visited,
.featured-items-wrappings h2 a:hover,
.featured-items-wrappings h2 a:focus,
.featured-items-wrappings h2 a:active {
  color: #48276a;
  color: inherit;
}
.featured-items-wrapper .info-item {
  margin: 20px;
}
@media only screen and (min-width: 601px) {
  .featured-items-wrappings[data-num-items-gt1="true"] .info-item {
    margin: 0;
    padding: 20px 10px;
    transition: background-color .4s ease 0s, box-shadow .4s ease 0s, transform .4s ease 0s;
    -ms-transform: scale(1) translateZ(0.1px);
    -webkit-transform: scale(1) translateZ(0.1px);
    transform: scale(1) translateZ(0.1px);
    box-shadow: none;
    overflow: hidden;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .info-item {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .featured-items-wrappings[data-num-items="2"] .info-item {
    width: 50%;
  }
  .featured-items-wrappings[data-num-items="3"] .info-item {
    width: 33.333%;
  }
  .featured-items-wrappings[data-num-items="4"] .info-item {
    width: 25%;
  }
  .featured-items-wrappings[data-num-items="5"] .info-item {
    width: 20%;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper,
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .slick-list,
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .slick-track {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
@media only screen and (min-width: 1250px) {
  .featured-items-wrappings[data-num-items-gt1="true"],
  .featured-items-wrappings[data-num-items-gt1="true"] .info-item {
    padding: 0;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .info-item .featured-item-inner-wrapper {
    padding: 2.35em 10px;
    background-color: #e4e4e4;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    transform: translateZ(0.1px);
  }
  .featured-items-wrapper {
    margin-top: -192px;
    margin-top: -10vw;
    position: relative;
    z-index: 9998;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover {
    color: #fff;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover h2 {
    color: #fff;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a,
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a:link,
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a:visited,
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a:hover,
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a:focus,
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a:active {
    color: #fff;
  }
  h2 .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a,
  h2 .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a:link,
  h2 .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a:visited,
  h2 .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a:hover,
  h2 .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a:focus,
  h2 .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover a:active {
    color: #fff;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover .featured-item-inner-wrapper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 3;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .slick-list .info-item:hover {
    transform: scale(1);
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item-1:hover .featured-item-inner-wrapper {
    background-position: 0 top;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item-2:hover .featured-item-inner-wrapper {
    background-position: 300px top;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item-3:hover .featured-item-inner-wrapper {
    background-position: 600px top;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper .info-item-4:hover .featured-item-inner-wrapper {
    background-position: 900px top;
  }
  .featured-items-wrappings[data-num-items="1"] .featured-items-wrapper {
    max-width: 300px;
  }
  .featured-items-wrappings[data-num-items="1"] .featured-items-wrapper .info-item:hover .featured-item-inner-wrapper {
    background-image: url("/docs/featured_items_background_300px.jpg");
  }
  .featured-items-wrappings[data-num-items="2"] .featured-items-wrapper {
    max-width: 600px;
  }
  .featured-items-wrappings[data-num-items="2"] .featured-items-wrapper .info-item:hover .featured-item-inner-wrapper {
    background-image: url("/docs/featured_items_background_600px.jpg");
  }
  .featured-items-wrappings[data-num-items="3"] .featured-items-wrapper {
    max-width: 900px;
  }
  .featured-items-wrappings[data-num-items="3"] .featured-items-wrapper .info-item:hover .featured-item-inner-wrapper {
    background-image: url("/docs/featured_items_background_900px.jpg");
  }
  .featured-items-wrappings[data-num-items="4"] .featured-items-wrapper {
    max-width: 1200px;
  }
  .featured-items-wrappings[data-num-items="4"] .featured-items-wrapper .info-item:hover .featured-item-inner-wrapper {
    background-image: url("/docs/featured_items_background_1200px.jpg");
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .featured-items-wrapper {
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    border-radius: 0.8em;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .info-item--first-index {
    -moz-border-radius: 0.8em 0 0 0.8em;
    -webkit-border-radius: 0.8em 0 0 0.8em;
    border-radius: 0.8em 0 0 0.8em;
  }
  .featured-items-wrappings[data-num-items-gt1="true"] .info-item--last-index {
    -moz-border-radius: 0 0.8em 0.8em 0;
    -webkit-border-radius: 0 0.8em 0.8em 0;
    border-radius: 0 0.8em 0.8em 0;
  }
}
.job-postings-status-container:after {
  display: block;
  clear: both;
  content: "";
}
.job-posting-search-button {
  margin: 20px 0;
  display: block;
  text-align: center;
  clear: both;
  padding: 6px;
  width: 100%;
  font-size: 1.4rem;
}
a.job-posting-search-link {
  margin: 20px 0;
  display: block;
  text-align: center;
  clear: both;
  font-size: 1.1em;
}
a.job-posting-search-link:hover {
  color: red;
}
.job-posting-search-options {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.job-search-information label {
  display: block;
}
.job-search-information input {
  margin-bottom: 5px;
}
.job-posting-search-options > fieldset {
  padding: 5px;
  width: 48%;
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}
.job-posting-search-options > fieldset:first-child,
.job-posting-search-options > fieldset:nth-child(2) {
  margin-top: 0;
}
.job-posting-search-options > fieldset select {
  -webkit-flex: 1;
  flex: 1;
  width: 99%;
  height: 87%;
}
.job-category-selection {
  width: 100%;
}
.job-posting-shift-listing,
.job-posting-type-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-search-form-wrapper {
  margin: 20px 0;
}
.job-postings-status-container .job-postings-pager {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
.job-postings-status-container {
  text-align: right;
  clear: both;
  margin: 20px 0;
}
.job-postings-status-container > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.table-of-job-postings {
  border-collapse: separate;
  border-spacing: 5px;
  font-family: Verdana, Arial, sans-serif;
  font-family: inherit;
  font-size: 1em;
  font-size: 1rem;
}
.footer {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  font-style: normal;
  font-size: 20px;
  font-size: 1.40rem;
  color: #000;
  margin-right: auto;
  margin-left: auto;
  background: #6b6b6b;
  padding-top: 20px;
  background-image: url(/docs/canyonbg.jpg);
  background-size: cover;
  background-position: center;
  line-height: 1.4;
}
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #000;
  text-decoration: none;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer a:hover {
  color: #48276a;
  text-decoration: underline;
  font-weight: 700;
  transition: .3s;
}
@media only screen and (min-width: 1101px) {
  .footer .fasthealth-logo-wrapper {
    margin-top: 10px;
  }
  .footer .footer-columns {
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-columns {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .footer-columns[data-count-gt1="true"] {
    padding: 40px 0 20px;
  }
  .footer .footer-columns[data-count-gt1="true"] > .footer-column {
    display: inline-block;
    vertical-align: top;
  }
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="contact-info"],
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="corporate-logo"] {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="contact-info"],
  .footer .footer-columns[data-count-gt1="true"] > .footer-column[data-column="corporate-logo"] {
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .footer-columns[data-count-gt1="true"][data-count="3"] > .footer-column[data-column="links"] {
    padding-left: 4%;
    padding-right: 4%;
  }
  .footer .footer-columns[data-count-gt1="true"][data-count="3"] > .footer-column[data-column="links"] {
    -moz-box-flex: 1 0 0%;
    -webkit-box-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .footer .footer-columns[data-count-gt1="true"][data-count="2"] {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer .footer-columns[data-count-gt1="true"][data-count="2"] > .footer-column + .footer-column,
  .footer .footer-columns[data-count-gt1="true"][data-count="2"] .footer-inner-links-column + .footer-inner-links-column {
    padding-left: 30px;
  }
  html.has-footer-header-image .footer .footer-columns[data-count-gt1="true"] {
    padding-top: 0;
  }
  html.has-footer-header-image footer > img.footer-header-image[style] + .footer .footer-columns[data-count-gt1="true"] {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .footer {
    padding-top: 0;
    text-align: center;
  }
  .footer .fasthealth-logo-wrapper {
    margin-top: 20px;
  }
  .footer .fasthealth-logo-wrapper img {
    vertical-align: bottom;
  }
  .footer .footer-columns {
    padding: 20px;
  }
  .footer .footer-columns h2 {
    margin-top: 0;
    font-size: 1.4em;
    line-height: 1.2;
  }
  .footer .footer-columns > .footer-column {
    clear: both;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
  }
  .footer .footer-columns > .footer-column + .footer-column,
  .footer .footer-columns .footer-inner-links-column + .footer-inner-links-column {
    margin-top: 20px;
  }
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"],
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:link,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:visited,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:hover,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:focus,
  .footer .footer-columns > .footer-column[data-column] a[href^="mailto:"]:active {
    font-size: 12px;
  }
}
@media only screen and (max-width: 319px) {
  .footer,
  .footer a,
  .footer a:link,
  .footer a:visited,
  .footer a:hover,
  .footer a:focus,
  .footer a:active {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .footer .footer-columns > .footer-column {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.footer .footer-columns > .footer-column[data-column="navigation"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-columns > .footer-column[data-column="navigation"] .navigation-menu > li.has-subnav > .menu-link-text .subnav-indicator {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  margin-left: 20px;
  transition: transform 0.2s linear;
}
.footer .footer-columns > .footer-column[data-column="navigation"] .navigation-menu > li.has-subnav:hover > .menu-link-text .subnav-indicator {
  transform: rotate(90deg);
}
.footer .footer-columns > .footer-column[data-column="navigation"] .sub-navigation-menu {
  margin-left: 20px;
  display: none;
}
@media only screen and (min-width: 1101px) {
  .footer .footer-columns > .footer-column[data-column="navigation"] {
    text-align: left;
  }
}
.footer .footer-columns > .footer-column[data-column="information"] {
  text-align: center;
}
.footer .footer-columns > .footer-column[data-column="information"] p {
  margin: 0;
  vertical-align: top;
  line-height: 1.75;
}
.footer .footer-columns > .footer-column[data-column="information"] a,
.footer .footer-columns > .footer-column[data-column="information"] a:link,
.footer .footer-columns > .footer-column[data-column="information"] a:visited,
.footer .footer-columns > .footer-column[data-column="information"] a:hover,
.footer .footer-columns > .footer-column[data-column="information"] a:focus,
.footer .footer-columns > .footer-column[data-column="information"] a:active {
  font-size: 1em;
  display: inline-block;
  padding: 0;
}
img.footer-header-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-social-links-wrapper {
  display: none;
}
.mobile-social-links-wrapper > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.mobile-social-links-wrapper > ul > li .fa {
  font-size: 1.5625rem;
  color: #1d8341;
}
.footer .footer-columns > .footer-column[data-column="links"]  ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1101px) {
  .footer .footer-columns[data-count-gt1="true"],
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] {
    padding: 1em 2em;
  }
  .footer .footer-columns[data-count-gt1="true"],
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer .footer-columns[data-count-gt1="true"],
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer .footer-columns .footer-column[data-column="links"][data-column-count-gt1="true"] .footer-inner-links-column + .footer-inner-links-column {
    margin-left: 20px;
  }
  .footer .footer-columns .footer-column[data-column="links"] h2 {
    font-size: 1.5rem;
  }
  .footer .footer-columns .footer-column[data-column="links"][data-column-count="3"] .footer-inner-links-column:first-child {
    margin-right: auto;
  }
  .footer .footer-columns .footer-column[data-column="links"][data-column-count="3"] .footer-inner-links-column:last-child {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .mobile-social-links-wrapper {
    display: block;
  }
}
.footer .fasthealth-logo-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-social-links-wrapper {
  text-align: center;
  margin: 40px auto 20px;
  font-size: 25px;
  font-size: 1.5625rem;
}
.footer .footer-social-links-wrapper .fa-fw {
  width: auto;
}
.footer .footer-social-links-wrapper .fa {
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  padding: 8px;
  font-size: 18px;
  color: #ffffff;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.footer .footer-social-links-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-social-links-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.footer .footer-social-links-wrapper ul li.has-image {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .footer .footer-social-links-wrapper {
    margin-top: 20px;
  }
}
.copyright-wrapper {
  margin-top: 0;
  background: #fff;
  display: block;
  margin-top: 20px;
  border-top: 4px solid #48276a;
}
.copyright {
  margin-top: 20px;
}
.copyright-logo-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.copyright-logo-wrapper {
  text-align: center;
}
.copyright-logo-wrapper img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.copyright-words-container {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .copyright-wrapper[data-fh-copyright-sections-count-gt1="true"] > .copyright {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .copyright-wrapper[data-fh-copyright-sections-count-gt1="true"] > .copyright {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .copyright-wrapper[data-fh-copyright-sections-count-gt1="true"] > .copyright > .fastcommand-logo-wrapper {
    text-align: left;
  }
  .copyright-wrapper[data-fh-copyright-sections-count-gt1="true"] > .copyright > .fasthealth-logo-wrapper {
    text-align: right;
  }
}
.mobile-close-menu {
  display: none;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mobile-close-menu .fa {
  cursor: pointer;
}
.content-page h1.pagetitle {
  margin-bottom: 20px;
}
.alertbar {
  background: #9e111c;
  color: white;
  font-size: 1.22em;
  text-align: center;
  font-weight: bold;
  padding: 1.5em 2em;
}
a.alert-link:hover {
  text-decoration: underline;
  transition: .2s;
}
table.view-event-details-table,
table.view-event-details-table .feature14 {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
}
table.view-event-details-table .feature14 {
  font-weight: bold;
}
table.view-event-details-table td {
  padding: 8px;
  vertical-align: top;
}
.content-news-page-section,
.content-news-page-section:before,
.content-news-page-section:after,
.content-news-page-section *,
.content-news-page-section *:before,
.content-news-page-section *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-page-main-heading-wrapper {
  text-align: center;
}
h1.news-pages-main-heading {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  color: #082841;
}
.copyright-wrapper,
.content-news-page-section {
  display: block;
  margin-top: 20px;
  border-top: 4px solid #48276a;
}
.news-page-items .news-item {
  text-align: center;
}
.news-page-items .news-item-title {
  display: inline-block;
  color: #082841;
  border-bottom: 2px solid #48276a;
  padding: 0 8% 4px 8%;
  margin-bottom: 10px;
}
h1.news-pages-main-heading:after,
.news-page-items .news-item-title:after {
  content: "";
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}
h1.news-pages-main-heading:after {
  content: "";
  padding-top: 4px;
  margin-left: 15%;
  margin-right: 15%;
  display: block;
  border-bottom: 2px solid #48276a;
}
.feature-section,
.events-container {
  background: #e1e1e1;
}
.feature-section-content img {
  max-width: 100%;
  height: auto;
}
.feature-container {
  display: block;
  padding: 0 2%;
  margin: 20px 0;
}
.content-news-page-section {
  padding: 20px 2% 0 2%;
}
h2.feature-section-title {
  display: block;
  padding: 5px 10px;
  background: #48276a;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 0;
}
h2.feature-section-title a,
h2.feature-section-title a:link,
h2.feature-section-title a:visited,
h2.feature-section-title a:hover,
h2.feature-section-title a:focus,
h2.feature-section-title a:active {
  color: #fff;
  color: inherit;
}
.feature-section-content {
  display: block;
  padding: 10px;
}
.news-item a {
  text-decoration: none;
}
.news-item .news-title {
  display: inline-block;
  color: #000;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
.news-item .news-date:before {
  content: "-";
  margin-left: 6px;
  margin-right: 6px;
}
.locations > .location {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.locations > .location iframe {
  max-width: 100%;
}
.header-search {
  clear: both;
  margin-bottom: 20px;
}
.header-search:after {
  display: block;
  content: "";
  clear: both;
}
.navigation-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-menu > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.mobile-navigation-bar {
  padding: 10px;
  display: none;
  background: #48276a;
  color: #fff;
}
.mobile-navigation-bar .fa,
.mobile-navigation-bar a,
.mobile-navigation-bar a:link,
.mobile-navigation-bar a:visited,
.mobile-navigation-bar a:hover,
.mobile-navigation-bar a:focus,
.mobile-navigation-bar a:active {
  color: #fff;
  color: inherit;
  cursor: pointer;
}
.mobile-navigation-bar:after {
  display: block;
  content: "";
  clear: both;
}
.mobile-navigation-bar > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-navigation-bar > ul > li.menu {
  float: left;
}
.mobile-navigation-bar > ul > li.search {
  float: right;
}
.header-social-wrappings {
  display: none;
}
.pageContent img[src$='tsp.gif'],
.pageContent img[src$='shim.gif'],
.pageContent img[src=""] {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.portal-btn {
  background-color: white;
  padding: 0px 7px 0px 7px;
  border-radius: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid black;
}
.header-wrap .more-btn a:link,
.header-wrap .more-btn a:visited {
  background-color: #bfe1ea;
  border-radius: 5px;
  padding: 5px;
  display: block;
  width: 300px;
  float: right;
  text-decoration: none;
  text-align: center;
}
.header-wrap .more-btn a:hover {
  background-color: #8468b4;
  display: block;
  color: #fff;
}
.doctor-listing-page:before {
  content: "La Paz Regional Physicians/Practitioners & Outpatient Treatment Center Physicians";
  display: block;
  font-size: 22px;
  font-weight: bold;
}
img[src='http://www.fasthealth.com/images/shim.gif'],
img[src="/images/tsp.gif"] {
  display: none;
}
.other-banner-wrappings {
  background: #fff;
}
.pageContent img[src="/images/bullet.gif"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.pageContent img[src="/images/bullet.gif"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.contentimage {
  float: right;
  display: block;
  padding: 6px;
}
.contentimage img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .contentimage {
    float: none !important;
    padding: 0 !important;
    display: block;
    text-align: center;
  }
  img.contentpic2 {
    float: none !important;
  }
}
@media only screen and (max-width: 480px) {
  img.contentpic2 {
    width: 100%;
  }
}
.header-social a:link,
.header-social a:visited,
.header-social a:focus,
.header-social a:active {
  color: #2b2b64;
  text-decoration: none;
  font-family: "Muli", sans-serif;
}
.header-social a:hover {
  color: #8468b4;
}
.header-social .content {
  float: left;
  font: normal 13px/18px Arial, Helvetica, sans-serif;
  color: #049B9B;
}
.pageContent img.contentpic2 {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 7px solid #F0F1F2;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.74);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.74);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.74);
}
.baby-link.baby-male,
.baby-link.baby-female {
  font-size: 16px;
}
#lightbox img {
  max-width: none;
}
.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #373737;
  font-family: "Muli", sans-serif;
}
a[href=""],
a[href="#"] {
  cursor: default;
}
#job-listing-cell {
  background-color: #FFF;
}
img.contentpic2 {
  border: 1px 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: #343024;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #DCDAB3;
  font-family: "Muli", sans-serif;
}
.content-menu-items .content-menu-items {
  display: none;
}
.content-menu a:hover {
  color: #5f8d2c;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #DCDAB3;
}
.content-banner {
  text-align: center;
}
.content-banner img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.75);
}
.menu-link-text a:link,
.menu-link-text a:visited,
.menu-link-text a:focus,
.menu-link-text a:active {
  color: #161616;
  text-decoration: none;
  font-family: "Muli", sans-serif;
  font-size: 22px;
  font-weight: normal;
}
.header-wrap .content {
  clear: both;
  padding: 10px 0 10px 10px;
  text-align: right;
  color: #2a2c64;
  font-family: "Muli", sans-serif;
}
body {
  background: #fff;
  color: #373737;
  font-size: 1.111rem;
  font-family: "Muli", sans-serif;
}
.printable body {
  color: #000;
  background: #fff;
}
table {
  font-size: 1em;
}
.pagetitle {
  margin: 0;
  padding: 0;
  line-height: 100%;
  color: #48276a;
  color: #000;
  font-family: "Muli", sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 110%;
}
.feature14 {
  color: #48276a;
  color: #000;
  font-family: "Muli", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 110%;
}
.pageContent {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.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: 96%;
  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;
}
.header .logo,
.header .box {
  display: table-cell;
  vertical-align: top;
}
.header-inner-wrap {
  width: 100%;
  max-width: 1500px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.header:before {
  position: absolute;
  width: 4000%;
  height: 100%;
  top: 0;
  right: 100%;
  content: "";
}
.header img {
  max-width: 100%;
  height: auto;
}
.header-wrap {
  padding: 10px;
  background: #fff;
  border-bottom: #48276a solid 3px;
}
.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: #8468b4;
}
.header .search-fields {
  padding: 4px;
  margin-top: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #ebebeb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  float: right;
  font-size: 12px;
}
.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;
}
.tab-navigation-wrap {
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#ededed 4%,#ffffff 42%,#ffffff 99%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(4%,#ededed),color-stop(42%,#ffffff),color-stop(99%,#ffffff));
  background: -webkit-linear-gradient(top,#ffffff 0%,#ededed 4%,#ffffff 42%,#ffffff 99%);
  background: -o-linear-gradient(top,#ffffff 0%,#ededed 4%,#ffffff 42%,#ffffff 99%);
  background: -ms-linear-gradient(top,#ffffff 0%,#ededed 4%,#ffffff 42%,#ffffff 99%);
  background: linear-gradient(to bottom,#ffffff 0%,#ededed 4%,#ffffff 42%,#ffffff 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
  padding: 0 20px;
}
.mobile-tab-content-wrap {
  display: none;
}
.mobile-tab-content {
  margin: 20px 0;
}
.tab-navigation {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tab-navigation .tabs > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-navigation .tabs > ul {
  display: block;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tab-navigation .tabs > ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
}
.tab-navigation .tabs > ul > li {
  -moz-box-flex: 1 0 0%;
  -webkit-box-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
.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: #771e0e url(/images/button_background.png) repeat-x left bottom;
}
.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: #689e2e url(/images/button_background_hover.png) repeat-x left bottom;
}
.tab-navigation .tab-content {
  background: #fff;
  border: 0px solid #cbbec5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.pageContent a:link {
  color: #48276a;
}
.pageContent a:visited {
  color: #48276a;
}
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #2a2b64;
}
.pageContent {
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.pageContent img.nosize {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.pageContent img:not([width]):not([height]) {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageContent iframe,
.pageContent object,
.pageContent embed {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.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: #48276a;
  line-height: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  text-decoration: none;
  font-family: "Muli", sans-serif;
}
.content-menu li,
.content-menu a {
  display: block;
}
.content-menu li {
  margin-bottom: 5px;
}
.content-menu a,
.content-menu a:link,
.content-menu a:visited,
.content-menu a:hover,
.content-menu a:focus,
.content-menu a:active {
  color: #48276a;
  text-decoration: none;
  font-weight: bold;
}
.content-page .main {
  padding-bottom: 8px;
  background-image: url(/docs/bdy-bk-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.content-page .content-wrap {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  margin-top: 8px;
}
.content-page .pageContent {
  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;
  background: #e6e6e6;
}
.toolbar {
  overflow: hidden;
  margin-bottom: 10px;
  display: none;
}
.toolbar .toolbox {
  float: right;
  display: none;
}
.toolbar .breadcrumb {
  float: left;
  font-size: 11px;
}
.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: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;
}
.pageContent {
  line-height: 1.4;
  font-family: "Muli", sans-serif;
  letter-spacing: 0.5px;
  color: #444446;
}
.text-size-1 .pageContent,
.text-size-2 .pageContent,
.text-size-3 .pageContent,
.text-size-4 .pageContent,
.text-size-5 .pageContent,
.text-size-6 .pageContent,
.text-size-7 .pageContent,
.text-size-8 .pageContent,
.text-size-9 .pageContent,
.text-size-10 .pageContent,
.text-size-11 .pageContent,
.text-size-12 .pageContent,
.text-size-13 .pageContent,
.text-size-14 .pageContent,
.text-size-15 .pageContent,
.text-size-16 .pageContent {
  line-height: 1.4;
  font-family: "Muli", sans-serif;
  letter-spacing: 0.5px;
  color: #444446;
}
.text-size-1 .pageContent {
  font-size: 0.70em;
}
.text-size-2 .pageContent {
  font-size: 0.80em;
}
.text-size-3 .pageContent {
  font-size: 0.90em;
}
.pageContent,
.text-size-4 .pageContent {
  font-size: 1.11em;
}
.text-size-5 .pageContent {
  font-size: 1.10em;
}
.text-size-6 .pageContent {
  font-size: 1.20em;
}
.text-size-7 .pageContent {
  font-size: 1.30em;
}
.text-size-8 .pageContent {
  font-size: 1.40em;
}
.text-size-9 .pageContent {
  font-size: 1.50em;
}
.text-size-10 .pageContent {
  font-size: 1.60em;
}
.text-size-11 .pageContent {
  font-size: 1.70em;
}
.text-size-12 .pageContent {
  font-size: 1.80em;
}
.text-size-13 .pageContent {
  font-size: 1.90em;
}
.text-size-14 .pageContent {
  font-size: 2.00em;
}
.text-size-15 .pageContent {
  font-size: 2.10em;
}
.text-size-16 .pageContent {
  font-size: 2.20em;
}
.content-banner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.content-banner img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.my-sch {
  overflow: hidden;
  position: relative;
}
.my-sch img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.my-sch .provider-box {
  margin-bottom: 20px;
}
.my-sch .section {
  float: left;
  position: relative;
  z-index: 2;
  width: 33.3%;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
}
.my-sch .section .box {
  padding-left: 20px;
}
.my-sch .section .image {
  position: absolute;
  bottom: -83%;
}
.my-sch .section .image img {
  border-radius: 4px;
  border: 1px solid #640B08;
}
.my-sch .pt-box .image {
  bottom: -150%;
}
.my-sch .staff-box .image {
  bottom: -132.5%;
}
.my-sch .doctor-box {
  padding-left: 0;
}
.my-sch .border-underlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.my-sch .border-underlay .border {
  position: absolute;
  left: 33%;
  width: 35%;
  height: 100%;
}
.my-sch .border-underlay .border .left,
.my-sch .border-underlay .border .right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.my-sch .border-underlay .border .left {
  background: url(/images/border_section.png) no-repeat left top;
  opacity: 0.2;
}
.my-sch .border-underlay .border .right {
  background: url(/images/border_section.png) no-repeat right top;
  opacity: 0.4;
}
.my-sch h2.feature14 {
  color: #48276a;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 110%;
}
@media only screen and (max-width: 650px) {
  .my-sch {
    padding: 0;
  }
  .my-sch .section {
    float: none;
    width: auto;
  }
  .my-sch .section .box {
    padding-left: 0;
  }
  .my-sch .section .image {
    position: static;
    width: auto;
    margin-bottom: 20px;
  }
}
.copyright-wrapper {
  padding: 0 20px;
}
.copyright {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.sub-navigation-menu {
  display: none;
  position: absolute;
  text-align: left;
  z-index: 9999;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}
.sub-navigation-menu li {
  display: block;
}
.sub-navigation-menu a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  background: #797979;
  text-decoration: none;
}
.sub-navigation-menu a:hover {
  background: #48276a;
}
.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 14px 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;
}
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;
}
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: #f1f1f1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  border: 1px solid #DED4B6;
  border: 1px solid #fff;
}
.inactivedate {
  background-color: #ccc;
  border: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 0px solid #DED4B6;
  border: 1px solid #fff;
}
.today {
  background-color: #fff;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2a2b64;
  color: #000;
}
.month {
  background-color: #2a2b64;
  background-color: #00599d;
  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 #2a2b64, 0 0 0 #000, 1px 2px 4px #2a2b64, 0 1px 0 #FFF;
  height: 40px;
}
.day {
  background-color: #bfe1ea;
  color: #2a2b64;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 0px solid #0277B6;
  border: 1px solid #fff;
  height: 20px;
}
.calendar_table {
  border: none;
}
.ie8 .toolbox {
  white-space: nowrap;
}
@media only screen and (max-width: 96%) {
  .header,
  .main-navigation,
  .content-page .content-wrap,
  .masthead {
    width: auto;
    max-width: 100%;
    display: block;
  }
  .header:before {
    display: none;
  }
}
.content-page .content-wrap {
  max-width: 1500px;
}
@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;
  }
  .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;
  }
  .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 (min-width: 769px) {
  .news-item-image {
    display: none !important;
  }
  .news-page-items-row-of-images .news-image a,
  .news-page-items-row-of-images .news-image a:link,
  .news-page-items-row-of-images .news-image a:visited,
  .news-page-items-row-of-images .news-image a:hover,
  .news-page-items-row-of-images .news-image a:focus,
  .news-page-items-row-of-images .news-image a:active,
  .news-page-items-row-of-images .news-image,
  .news-page-items-row-of-images .news-item {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .news-page-items-row-of-images .news-image a,
  .news-page-items-row-of-images .news-image a:link,
  .news-page-items-row-of-images .news-image a:visited,
  .news-page-items-row-of-images .news-image a:hover,
  .news-page-items-row-of-images .news-image a:focus,
  .news-page-items-row-of-images .news-image a:active,
  .news-page-items-row-of-images .news-image img,
  .news-page-items-row-of-images .news-image {
    -moz-box-flex: 1 0 0%;
    -webkit-box-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .news-page-items-row-of-images .news-image img {
    width: 100%;
    height: auto;
  }
  .number-of-items-2 .news-page-items,
  .number-of-items-3 .news-page-items,
  .number-of-items-4 .news-page-items,
  .number-of-items-5 .news-page-items,
  .feature-container.has-feature-section.has-events-section {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .number-of-items-2 .news-page-items,
  .number-of-items-3 .news-page-items,
  .number-of-items-4 .news-page-items,
  .number-of-items-5 .news-page-items,
  .feature-container.has-feature-section.has-events-section {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .number-of-items-2 .news-page-items .news-item {
    width: 49%;
  }
  .number-of-items-3 .news-page-items  .news-item {
    width: 33%;
  }
  .number-of-items-4 .news-page-items  .news-item {
    width: 24%;
  }
  .number-of-items-5 .news-page-items  .news-item {
    width: 19%;
  }
  .feature-container.has-feature-section.has-events-section > .feature-section {
    width: 49%;
  }
  .feature-container.has-feature-section.has-events-section > .events-container {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .news-page-items-row-of-images {
    display: none !important;
  }
  .mobile-only {
    display: block;
  }
  .main-navigation-wrap {
    display: none;
    background: #049b9b;
    padding: 0;
    border: 0px solid #561101;
  }
  .header-wrap {
    background: #fff;
    padding: 10px;
    background: #FFF;
    background: -moz-linear-gradient(top,#ffffff 0%,#ededed 4%,#ffffff 42%,#ffffff 99%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFF),color-stop(4%,#ededed),color-stop(42%,#FFF),color-stop(99%,#FFF));
    background: -webkit-linear-gradient(top,#FFF 0%,#ededed 4%,#FFF 42%,#FFF 99%);
    background: -o-linear-gradient(top,#ffffff 0%,#ededed 4%,#ffffff 42%,#ffffff 99%);
    background: -ms-linear-gradient(top,#ffffff 0%,#ededed 4%,#ffffff 42%,#ffffff 99%);
    background: linear-gradient(to bottom,#FFF 0%,#ededed 4%,#FFF 42%,#FFF 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
  }
  .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;
  }
  .content-page .has-content-menu .content-menu {
    display: none;
  }
  .content-page .has-content-menu .pageContent {
    display: block;
  }
  html body.showing-mobile-menu {
    position: relative;
    overflow: visible;
  }
  html body.showing-mobile-menu header,
  html body.showing-mobile-menu .header,
  html body.showing-mobile-menu .header-wrap {
    position: static;
    overflow: visible;
  }
  html body.showing-mobile-menu .header .box {
    display: block;
  }
  html body.showing-mobile-menu .header-wrap .content {
    font-size: 1rem;
  }
  html body.showing-mobile-menu .menu-link-text a,
  html body.showing-mobile-menu .menu-link-text a:link,
  html body.showing-mobile-menu .menu-link-text a:visited,
  html body.showing-mobile-menu .menu-link-text a:hover,
  html body.showing-mobile-menu .menu-link-text a:focus,
  html body.showing-mobile-menu .menu-link-text a:active {
    color: #fff;
  }
  html body.showing-mobile-menu .menu-link-text a:hover {
    color: #fd0;
  }
  html body.showing-mobile-menu .mobile-close-menu {
    display: inline-block;
    cursor: pointer;
  }
  html body.showing-mobile-menu .main-navigation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #48276a;
    color: #fff;
    padding-top: 20px;
  }
  html body.showing-mobile-menu .main-navigation li.submenu-top-item {
    display: block;
    border: 0;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  html body.showing-mobile-menu .main-navigation .mobile-nav {
    display: block;
  }
  html body.showing-mobile-menu .navigation-menu {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  html body.showing-mobile-menu .mobile-nav {
    background: none;
  }
  html body.showing-mobile-menu .mobile-nav li.submenu-top-item,
  html body.showing-mobile-menu .mobile-nav li.submenu-top-item.open {
    padding-left: 10px;
  }
  html body.showing-mobile-menu li.submenu-top-item.img {
    display: none;
  }
  html body.showing-mobile-menu .sub-navigation-menu {
    background: none;
    position: static;
    height: auto;
    width: auto;
  }
  html body.showing-mobile-menu .sub-navigation-menu a,
  html body.showing-mobile-menu .sub-navigation-menu a:link,
  html body.showing-mobile-menu .sub-navigation-menu a:visited,
  html body.showing-mobile-menu .sub-navigation-menu a:hover,
  html body.showing-mobile-menu .sub-navigation-menu a:focus,
  html body.showing-mobile-menu .sub-navigation-menu a:active {
    color: #ffffff;
    text-decoration: none;
    background: none;
  }
  html body.showing-mobile-menu .sub-navigation-menu a:hover {
    color: #f9c;
  }
}
@media only screen and (max-width: 750px) {
  .masthead {
    background: none;
  }
  .toolbar .breadcrumb {
    display: none;
  }
}
@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,
  .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;
  }
}
@media only screen and (max-width: 480px) {
  .toolbar {
    display: none;
  }
}
.ecard-table {
  background: #F1F1F1;
  border: 2px #CCC outset;
  table-layout: fixed;
}
.ecard-table,
.ecard-table:before,
.ecard-table:after,
.ecard-table *,
.ecard-table *:before,
.ecard-table *:after {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
td.ecard ul.ecard {
  overflow: hidden;
}
td.ecard ul.ecard li {
  width: 28%;
  margin-left: 16%;
  float: left;
}
.ecardPreview img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1000px) {
  td.ecard ul.ecard li {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  td.ecard ul.ecard li {
    display: block;
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
  }
  .ecard-table-of-selections,
  .ecard-table-of-selections thead,
  .ecard-table-of-selections tfoot,
  .ecard-table-of-selections tbody,
  .ecard-table-of-selections tr,
  .ecard-table-of-selections td,
  .ecard-table-of-selections th,
  .ecard-table,
  .ecard-table tr,
  .ecard-table th,
  .ecard-table td,
  .ecard-table thead,
  .ecard-table tbody {
    display: block !important;
    margin: 0 !important;
    width: auto !important;
  }
  .ecard-filler-help {
    width: 100%;
  }
  .ecard-table-of-selections td {
    text-align: center;
  }
  .ecard-table textarea {
    width: 100%;
  }
  table.ecard-preview {
    margin: 20px 0 !important;
  }
  table.ecardPreview img {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .ecard-table {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
