<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
section p span, section p span a {
  color: #03598c;
  font-weight: bold;
  text-decoration: none;
}

.widthAuto {
  width: auto;
}

.widthAuto img {
  width: auto;
}

.textCenter {
  text-align: center;
}

.breadcrumb {
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li a {
  color: white;
  text-decoration: none;
  background: #3398db;
  position: relative;
  display: block;
  float: left;
  font-size: 16px;
  padding: 12px 0 12px 45px;
}

.breadcrumb li a:hover {
  background: #2980b9;
}

.breadcrumb li a:hover:after {
  border-left-color: #2980b9 !important;
}

.breadcrumb li:first-child a {
  border-radius: 5px 0 0 5px;
  padding: 12px 0 12px 18px;
  padding-left: 10px;
}

.breadcrumb li:first-child a::after {
  left: 99%;
  left: 100%;
}

.breadcrumb li:first-child a::before {
  left: 104%;
}

.breadcrumb li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #3398db;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.breadcrumb li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 101%;
  z-index: 2;
}

.breadcrumb li.active a {
  background: #2980b9;
  pointer-events: none;
}

.breadcrumb li.active a:after {
  border-left-color: #2980b9 !important;
  pointer-events: none;
}

.page-id-364 .breadcrumb li a::before {
  left: 103%;
}

.page-id-364 .healthCheckUpDescription li {
  line-height: 1.4;
}

.page-id-376 .feautured-start {
  max-width: 85px;
  width: 100%;
}

.page-id-376 .feautured-end {
  max-width: 111px;
  width: 100%;
  position: relative;
  top: 2px;
}

.page-id-376 .breadcrumb li a::before {
  left: 103%;
}

.page-id-639 a {
  color: #0076be;
}

.page-id-639 .breadcrumb li a::before {
  left: 103%;
}

.page-id-639 .wrapInner .mgcContent:nth-child(odd) &gt; .post &gt; div:first-child {
  width: 67%;
  width: initial;
}

.page-id-639 .wrapInner .mgcContent:nth-child(odd) &gt; .post &gt; div:last-child {
  width: auto;
  width: 60%;
}

.textIconHome {
  display: none;
}

.pageTitle {
  background-image: url(../images/stripe_bg.jpg);
  padding: 18px 0;
  margin-bottom: 32px;
}

.pageTitle h1 {
  background-color: #03598c;
  color: #f0f0f0;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px solid #023a5b;
  padding: 11px 0 10px;
  border-radius: 8px;
}

.title {
  padding: 16px 0 15px;
  background-color: #3398db;
}

section h2 {
  border-bottom: 4px solid #0076be;
  border-left: 1px solid #ccc;
  margin-bottom: 30px;
}

section h2 span {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background-color: #0076be;
  text-align: center;
  padding: 14px 80px 13px;
  display: inline-block;
  border-top: 3px solid #03598c;
}

p {
  line-height: 1.7;
  word-break: break-word;
}

.imgBlock {
  float: right;
  width: 48%;
  margin: 0 0 30px 30px;
  width: auto;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mapHolder {
  background-color: #cacaca;
}

.map {
  float: left;
  width: 71%;
  margin: 2px;
}

.mapDetails {
  float: right;
}

.mapDetails p:first-child {
  margin: 10px 15px 0 0;
}

.address {
  color: #0076be;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  max-width: 282px;
}

.contact_us {
  background-image: url(../images/stripe_bg.jpg);
  padding: 18px 0;
}

.contactHolder {
  background-color: #222323;
  padding: 27px 0 25px;
  text-align: center;
  border-top: 2px solid #3e3e3e;
  border-bottom: 2px solid #3e3e3e;
}

.contactHolder a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.btnLink {
  display: inline-block;
  position: relative;
  padding: 13px 85px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 7px;
  background: #3398db;
  background: -webkit-linear-gradient(top, #3398db 0, #3398db 46%, #0076be 48%, #0076be 92%, #03598c 94%, #03598c 100%);
  background: linear-gradient(to bottom, #3398db 0, #3398db 46%, #0076be 48%, #0076be 92%, #03598c 94%, #03598c 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$color_curious_blue_approx', endcolorstr='$color_venice_blue_approx',gradienttype=0 );
          filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$color_curious_blue_approx', endcolorstr='$color_venice_blue_approx',gradienttype=0 );
}

.btnLink img {
  position: relative;
  right: 15px;
  width: 41px;
  height: 30px;
}

.btnLink span {
  position: relative;
  top: -5px;
  font-size: 27px;
}

.btnLink:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (max-width: 1120px) {
  .mapHolder {
    padding: 2px;
  }
  .mapDetails {
    width: 33%;
  }
  .map {
    float: left;
    width: 65%;
    margin: 0;
  }
  .wrapInner {
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .siteNav {
    margin-bottom: 20px;
  }
  .textBlock01 {
    width: 100%;
    float: none;
  }
  .imgBlock {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0;
  }
  .imgBlock img {
    max-width: 519px;
    height: auto;
    display: block;
    margin: 25px auto;
  }
  .mapDetails {
    width: 40%;
  }
  .mapDetails p:first-child {
    margin: 5px 7px 0;
  }
  .mapDetails p img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .map {
    float: left;
    width: 60%;
    margin: 0;
  }
  .btnLink img {
    width: 21px;
    height: 21px;
  }
  .btnLink span {
    font-size: 17px;
    top: -4px;
  }
  p {
    line-height: 1.6;
  }
  .schoolImgHolder {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }
  .schoolImg {
    float: none;
    margin: 0 auto 20px;
  }
  .pageTitle h1 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .textHome {
    display: none;
  }
  .textIconHome {
    display: block;
    max-width: 20px;
    width: 100%;
    height: 20px;
    overflow: hidden;
  }
  .textIconHome img {
    position: relative;
    left: -228px;
    top: -20px;
  }
  .healthCheckUp li {
    margin-bottom: 4%;
  }
  .healthCheckUp li::after {
    width: 30%;
  }
  .breadcrumb li:first-child a::after {
    left: 97%;
  }
  .breadcrumb li:first-child a::before {
    left: 101%;
  }
  .breadcrumb li:first-child a {
    padding: 9px 0 8px 12px;
  }
  .breadcrumb li a::after {
    left: 100%;
    border-left: 20px solid #3398db;
  }
  .breadcrumb li a::before {
    border-left: 20px solid white;
  }
  .breadcrumb li a {
    font-size: 12px;
    padding: 9px 0 8px 26px;
  }
}

@media (max-width: 610px) {
  .breadcrumb li a::after {
    left: 100%;
  }
  .breadcrumb li:first-child a {
    padding-right: 2px;
  }
  .breadcrumb li:first-child a::after {
    left: 97%;
  }
}

@media (max-width: 499px) {
  .textIconHome {
    display: none;
  }
  .textHome {
    display: block;
  }
  .breadcrumb {
    background: rgba(245, 245, 245, 0.8);
  }
  .breadcrumb li {
    display: inline-block;
    float: none;
  }
  .breadcrumb li a {
    background: none;
    color: #2980b9;
    padding: 6px 0 1px 6px;
    margin: 0 5px;
  }
  .breadcrumb li a:hover {
    background: none;
    text-decoration: underline;
  }
  .breadcrumb li.active a {
    background: none;
    color: #2980b9;
    color: #000;
  }
  .breadcrumb li.active a::after {
    content: none;
  }
  .breadcrumb li a::after {
    content: none;
    border: none;
    content: '\00bb';
    top: 3px;
    right: -4px;
    left: auto;
    margin-top: 0;
    color: #858585;
    font-size: 18px;
    position: absolute;
  }
  .breadcrumb li a::before {
    content: none;
  }
  .breadcrumb li:first-child a::after {
    left: auto;
    top: 5px;
    right: -6px;
  }
  .breadcrumb li:first-child a {
    padding: 7px 0 0;
    position: relative;
    top: -2px;
  }
  .mapDetails {
    width: 100%;
    float: none;
  }
  .mapDetails p:first-child {
    margin: 10px 7px 0;
  }
  .mapDetails p img {
    max-width: 284px;
  }
  .map {
    float: none;
    width: 100%;
    margin: 0;
  }
  .address {
    max-width: 282px;
    margin: 5px auto 15px;
  }
  .pageTitle h1 {
    font-size: 22px;
  }
  section h2 span {
    padding: 14px 20px 13px;
  }
}

.events {
  width: 100%;
  height: auto;
}

.clinicEvents &gt; .fl {
  width: 59%;
  height: auto;
}

@media (max-width: 992px) {
  .libraryGallery .floorPlan {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .libraryGallery h2 {
    text-align: left;
  }
  .libraryGallery .libraryPhoto {
    width: 100%;
    float: none;
    text-align: center;
  }
  .libraryGallery .libraryPhoto li {
    float: none;
    display: inline-block;
  }
  .libraryGallery .libraryPhoto li:nth-child(2n + 1) {
    margin: 22px;
  }
  .libraryGallery .libraryPhoto li:nth-child(2n + 2) {
    margin: 22px;
  }
  .events &gt; .fl {
    float: none;
    width: 100%;
  }
  .events &gt; .fr {
    float: none;
    width: 100%;
  }
  .clinicEvents &gt; .fl {
    float: none;
    width: 100%;
  }
}

#mapConElem_1_11476 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .newsUl li {
    float: left;
    width: 48%;
  }
  .newsUl li:nth-child(even) {
    float: right;
  }
}

.clinicEvents .newsUl li {
  float: none;
  width: 100%;
}

.breadcrumbsInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 40px;
}

.breadcrumbsInner li a {
  display: block;
  color: #424141;
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
}

.breadcrumbsInner li a:hover {
  text-decoration: none;
}

.staff li {
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
}

.staff .label {
  color: #000;
  font-size: 14px;
  display: block;
  max-width: 125px;
  width: 100%;
  text-align: right;
  margin-right: 18px;
}

.staff .value {
  color: #03598c;
  font-size: 24px;
}

.facilityContent {
  position: relative;
}

.facility {
  font-size: 14px;
  line-height: 1.4;
}

.facility p {
  margin-bottom: 19px;
  color: #000;
}

.facilityPhoto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.facilityPhoto li {
  margin: 0 25px;
}

.facilityPhoto li img {
  display: block;
  width: 100%;
}

.facilityPhoto li:first-child {
  margin-left: 0;
}

.facilityPhoto li:last-child {
  margin-right: 0;
}

@media (max-width: 862px) {
  .breadcrumbsInner {
    display: block;
  }
  .breadcrumbsInner li {
    margin-bottom: 10px;
    display: inline-block;
  }
}

@media (max-width: 988px) {
  .clinicEvents .newsUl {
    margin-bottom: 30px;
  }
  .clinicEvents &gt; .fr {
    max-width: 380px;
    height: auto;
    float: none;
    margin: 0 auto;
  }
  .facilityPhoto {
    display: block;
    max-width: 785px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  .facilityPhoto li {
    display: inline-block;
    margin-bottom: 25px;
  }
  .facilityPhoto li:nth-child(even) {
    margin-right: 0;
  }
  .facilityPhoto li img {
    width: auto;
    display: inline-block;
  }
  .facilityPhoto li img.specificImage {
    width: auto;
  }
}

@media only screen and (max-width: 400px) {
  .facilityPhoto li img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 800px) {
  .facilityPhoto li {
    display: block;
    text-align: center;
    margin: 0 0 25px;
  }
}

.insurance {
  width: 100%;
  height: auto;
  border: 2px solid #0076be;
  color: #78797a;
}

.insurance thead th {
  background: #0076be;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  border-bottom: 2px solid #3b7090;
}

.insurance thead th:first-child {
  width: 30%;
  height: auto;
  border-right: 2px solid #91c8ea;
}

.insurance thead th:last-child {
  width: 70%;
  height: auto;
}

.insurance tbody tr:nth-child(even) {
  background: #e6f3fa;
}

.insurance tbody tr td {
  border: 2px solid #0076be;
  vertical-align: top;
  padding: 12px 0 10px 12px;
  line-height: 1.4;
  font-size: 13px;
  color: #000;
}

.healthCheckUp {
  padding: 10px 20px;
  margin-bottom: 35px;
}

.healthCheckUp li {
  color: #424141;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  border: 2px solid #3398db;
  margin-bottom: 35px;
  line-height: 1.4;
  background: #f7f6f6;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px 40px;
  position: relative;
}

.healthCheckUp li:last-child {
  margin-bottom: 0;
}

.healthCheckUp li:last-child::after {
  content: none;
}

.healthCheckUp li a {
  color: #3398db;
  text-decoration: underline;
}

.healthCheckUp li::after {
  position: absolute;
  background: url(../images/clinicArrow.png) no-repeat;
  max-width: 247px;
  height: 74px;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  content: "";
  z-index: 2;
  background-size: contain;
}

.healthCheckUp .textBlue {
  color: #3398db;
  text-decoration: underline;
}

.btnGroup {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
}

.btnGroup li {
  max-width: 251px;
  width: 100%;
  height: auto;
  margin: 0 10px;
}

.btn {
  color: white;
  background: none;
  border: none;
  border-radius: 8px;
  padding: 14px 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.btn:focus {
  outline: none;
  color: #a27e12;
}

.btn:hover {
  opacity: 0.8;
  -webkit-filter: opacity(80);
          filter: opacity(80);
}

.btn.active {
  opacity: 0.8;
  -webkit-filter: opacity(80);
          filter: opacity(80);
}

.buttonYellow {
  background: #d8b341;
  background: -webkit-linear-gradient(top, #d8b341 0, #d8b341 49%, #d6ad33 51%, #d4aa2b 54%, #d4aa2b 100%);
  background: linear-gradient(to bottom, #d8b341 0, #d8b341 49%, #d6ad33 51%, #d4aa2b 54%, #d4aa2b 100%);
  border-bottom: 4px solid #a27e12;
}

@media (max-width: 1080px) {
  .btnGroup {
    display: block;
    text-align: center;
  }
  .btnGroup li {
    display: inline-block;
    margin-bottom: 15px;
  }
}

@media (max-width: 740px) {
  .healthCheckUp li {
    font-size: 14px;
  }
}

@media (max-width: 670px) {
  .healthCheckUp li {
    font-size: 12px;
    margin-bottom: 3%;
    padding-bottom: 30px;
  }
  .healthCheckUp li::after {
    width: 27%;
    bottom: -65px;
  }
}

@media (max-width: 600px) {
  .healthCheckUp li {
    padding: 20px 10px;
  }
}

@media (max-width: 570px) {
  .healthCheckUp li::after {
    width: 160px;
  }
}

@media (max-width: 560px) {
  .contentPhoto {
    display: block;
    text-align: center;
  }
  .contentPhoto li {
    display: inline-block;
  }
  .btnGroup li {
    display: block;
    max-width: none;
    width: 96%;
    height: auto;
    margin: 15px auto;
  }
  .libraryGallery .floorPlan {
    max-width: 399px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .libraryGallery .floorPlan img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 375px) {
  .healthCheckUp li {
    margin-bottom: 6%;
  }
  .imgBlock img {
    max-width: 355px;
    width: 100%;
  }
}

.schoolImgHolder {
  float: left;
  margin-right: 20px;
}

.schoolImg {
  float: right;
  margin-left: 20px;
  text-align: center;
}

@media screen and (max-width: 320px) {
  .schoolImgHolder img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.page-id-332 .eventCalendarHolder {
  width: 48%;
  float: right;
}

.page-id-332 .eventCalendar {
  width: 100%;
}

.page-id-332 .eventCalendar .mashsb-container {
  display: none;
}

.page-id-332 .facilityPhoto {
  margin-top: 50px;
}

.page-id-332 .btnLink span {
  top: 0;
}

.page-id-332 .eventLists li a {
  padding: 10px 0 10px 20px;
  border-left: 1px solid #dbdbdb;
}

.page-id-332 #multicalendar .ui-datepicker-multi .ui-datepicker-group {
  margin: auto;
}

@media only screen and (max-width: 992px) {
  .page-id-332 .eventListArea {
    margin-bottom: 30px;
  }
  .page-id-332 .eventCalendarHolder {
    float: none;
    width: 100%;
  }
  .page-id-332 .eventCalendar {
    display: block;
  }
}

.page-id-346 .eventLists {
  height: auto;
  overflow: auto;
}

.page-id-346 .eventLists li a {
  padding: 10px 0 10px 20px;
  border-left: 1px solid #dbdbdb;
}

.page-id-346 .documentDownload li {
  margin-bottom: 10px;
}

.page-id-346 .documentDownloadLast li {
  margin-bottom: 10px;
}

.page-id-346 #users ul li {
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-id-346 .contentList li {
  margin-bottom: 10px;
}

.page-id-346 #overview_8 p {
  line-height: 1.8;
}

.page-id-717 .eventLists {
  height: auto;
  overflow: auto;
}

.page-id-717 .eventLists li a {
  padding: 10px 0 10px 20px;
  border-left: 1px solid #dbdbdb;
  padding: 10px 0 10px 20px;
}

.page-id-717 section span &gt; a {
  text-decoration: underline;
}

.documentDownload li {
  font-size: 16px;
  color: #03598c;
  line-height: 1.3;
}

.documentDownload li a {
  color: #03598c;
  text-decoration: none;
  font-size: 16px;
}

.documentDownload li a:hover {
  text-decoration: underline;
}

.documentDownload li::before {
  content: "■";
  margin-right: 5px;
}

.documentDownloadLast {
  margin-bottom: 30px;
}

.documentDownloadLast li {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 1.4;
}

.documentDownloadLast li .label {
  float: left;
  font-size: 16px;
  color: #000;
  width: 15%;
  text-align: right;
  display: block;
}

.documentDownloadLast li .value {
  float: right;
  font-size: 24px;
  color: #000;
  width: 84%;
  text-align: left;
  display: block;
}

.btnSmall {
  color: white;
  border: none;
  border-radius: 8px;
  padding: 7px 0 9px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-align: center;
  max-width: 171px;
  width: 100%;
  height: auto;
}

.btnSmall:focus {
  outline: none;
  opacity: .8;
}

.btnSmall:hover {
  opacity: .8;
}

.btnSmall.active {
  opacity: .8;
}

.pageTop {
  overflow: hidden;
}

.libraryPic {
  float: right;
}

.usageGuide {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.4;
}

.usageGuide h3 {
  font-size: 16px;
  color: #0076be;
  font-weight: bold;
  margin: 25px 0 10px;
}

.contentList {
  padding-left: 17px;
}

.contentList li:not(.heading) {
  padding-left: 40px;
}

.contentPhoto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contentPhoto li {
  margin: 10px 44px;
}

@media (max-width: 600px) {
  .contentPhoto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contentPhoto li {
    margin: 10px 10px;
  }
  .contentPhoto li img {
    width: 100%;
  }
}

.libraryGallery {
  overflow: hidden;
}

.libraryGallery .floorPlan {
  float: left;
  width: 48%;
}

.libraryGallery .libraryPhoto {
  float: right;
  width: 48%;
}

.libraryGallery .libraryPhoto li {
  float: left;
  margin: 22px 22px 40px;
}

.libraryGallery .libraryPhoto li:nth-child(2n + 1) {
  margin-top: 0;
  margin-left: 0;
}

.libraryGallery .libraryPhoto li:nth-child(2n + 2) {
  margin-top: 0;
  margin-right: 0;
}

strong {
  font-weight: bold;
}

.boxContent {
  overflow: hidden;
}

.boxLists {
  overflow: hidden;
}

.boxLists li {
  width: 47%;
  float: left;
  margin-right: 50px;
  margin-bottom: 40px;
}

.boxLists li:nth-child(2n + 2) {
  margin-right: 0;
}

.box {
  border-radius: 8px;
  border: 1px solid #e2e3e4;
  border-bottom: 2px solid #b0babf;
}

.boxBody {
  background: #ddeffa;
  padding: 10px;
}

.boxBody .clearFix {
  position: relative;
}

.boxBody .clearFix::before {
  content: "■";
  color: #03598c;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}

.boxTitle {
  font-weight: bold;
  color: #03598c;
  font-size: 16px;
  margin: 0 0 20px 20px;
  display: block;
  text-decoration: none;
}

.boxTitle:hover {
  text-decoration: underline;
}

.boxTitle .place {
  text-indent: 27px;
  font-size: 16px;
  display: block;
  margin-top: 3px;
}

.boxDescription {
  min-height: 116px;
}

.boxDescription.place {
  min-height: 97px;
}

.boxDescription p {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}

.boxFooter {
  overflow: hidden;
  padding: 9px 0 13px;
  border-top: 2px solid #3398db;
  background: #c8e7f9;
}

.boxFooter a.boxTitle {
  display: block;
  float: right;
  margin-bottom: 0;
  text-align: right;
  padding-right: 42px;
  position: relative;
  text-decoration: none;
}

.boxFooter a.boxTitle:hover {
  text-decoration: underline;
}

.boxFooter a.boxTitle::before {
  content: none;
}

.boxFooter a.boxTitle::after {
  content: "";
  background: url(../images/clubArrow.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 10px;
  bottom: -4px;
}

@media (max-width: 900px) {
  .boxLists li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .categoryTab {
    text-align: center;
  }
  .categoryTab li {
    margin-bottom: 20px;
  }
  .categoryTab li:last-child {
    margin-bottom: 0;
  }
  .wrapInner .mgcContent:nth-child(even) &gt; .post {
    position: relative;
    padding-top: 260px;
  }
  .wrapInner .mgcContent:nth-child(even) &gt; .post .fr {
    position: absolute;
    top: 20px;
  }
  .wrapInner .mgcContent &gt; .post &gt; div:first-child {
    width: 100%;
    float: none;
    text-align: center;
  }
  .wrapInner .mgcContent &gt; .post &gt; div:last-child {
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

.bridgePhoto {
  margin-bottom: 20px;
  text-align: center;
}

.bridgeCard {
  margin-top: 60px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 700px) {
  .bridgeCard {
    display: block;
    text-align: center;
  }
  .bridgeCard li {
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media (max-width: 460px) {
  .bridgeList li {
    margin-bottom: 10px;
  }
  .bridgeList li .textBlue {
    float: none;
  }
  .bridgeList li .blackText {
    text-align: center;
    display: block;
    float: none;
  }
  .bridgeList li p {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 322px) {
  .bridgePhoto img {
    width: 100%;
  }
}

.scrollText {
  background: url(../images/lamerImg_scroll.png) no-repeat scroll center 0 transparent;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}

.lamerImgBlock {
  float: right;
  margin-left: 20px;
}

@media only screen and (max-width: 962px) {
  .lamerImgBlock {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 600px) {
  .lamerImgBlock img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 331px) {
  .scrollText {
    background-size: 100%;
  }
}

.rugbyTitle {
  padding: 25px 0 19px;
  color: #0076be;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin: 0 30px;
}

.rugbyList {
  margin: 20px 0;
}

.rugbyList li p span {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
}

.rugbyList li p .break {
  margin: 0 17px;
}

.linkLists ul li {
  background-color: #faf6f6;
  border-bottom: 2px solid #b0babf;
  border-radius: 3px;
  font-weight: bold;
  padding: 17px 0 0;
  margin-bottom: 17px;
}

.linkLists ul li h3 {
  color: #0076be;
  font-size: 16px;
  padding-left: 10px;
  line-height: 1.3;
}

.linkLists ul li p:last-child {
  background-color: #f0f0f0;
  text-align: right;
  margin-bottom: 0;
  padding: 2px 0;
}

.linkLists ul li p:last-child a {
  color: #03598c;
  font-size: 12px;
  text-decoration: none;
  padding-right: 35px;
  position: relative;
}

.linkLists ul li p:last-child a:hover {
  text-decoration: underline;
}

.linkLists ul li p:last-child a:after {
  position: absolute;
  top: 0;
  right: 5px;
  background: url(../images/clubArrow.png) no-repeat 0 0 transparent;
  height: 23px;
  width: 23px;
  content: "";
  background-size: 80%;
}

.linkLists ul a {
  color: #2d2d2d;
  font-size: 12px;
  text-decoration: none;
}

.linkLists ul a:hover {
  text-decoration: underline;
}

.linkLists li p {
  padding-left: 40px;
}

.mgcContent {
  background: #f3f3f3;
  border-bottom: 4px solid white;
}

.mgcContent &gt; .post {
  max-width: 809px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: distribute;
          justify-content: space-between;
}

.mgcContent &gt; .post &gt; div p {
  font-size: 14px;
  line-height: 1.7;
  word-wrap: break-word;
}

.mgcContentHeader {
  background: #ddeffa;
  text-align: center;
  border-bottom: 4px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0;
}

.mgcContentHeader h3 {
  color: #9124da;
  font-size: 32px;
  font-weight: bold;
  margin-left: 25px;
}

.contactInfo li {
  margin-bottom: 40px;
}

.contactInfo li a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.contactInfo li a:hover {
  text-decoration: underline;
}

.contactInfo .fl:first-child {
  margin-right: 20px;
}

.contactInfo .fl:last-child {
  padding-top: 15px;
}

.ml100 {
  margin-left: 100px;
}

@media (max-width: 840px) {
  .mgcContentHeader {
    padding: 13px 10px;
  }
  .mgcContent {
    padding: 0 10px;
  }
  .wrapInner .mgcContent:nth-child(odd) &gt; .post &gt; div:first-child {
    width: 100%;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 30px;
  }
  .wrapInner .mgcContent:nth-child(odd) &gt; .post &gt; div:first-child img {
    margin-bottom: 0;
  }
  .wrapInner .mgcContent:nth-child(odd) &gt; .post &gt; div:last-child {
    width: 100%;
    float: none;
    text-align: center;
  }
}

@media (max-width: 650px) {
  .wrapInner .mgcContent:nth-child(odd) &gt; .post &gt; div:first-child {
    display: block;
  }
  .wrapInner .mgcContent:nth-child(odd) &gt; .post &gt; div:first-child img {
    margin-bottom: 30px;
  }
  .wrapInner .mgcContent:nth-child(odd) &gt; .post &gt; div:first-child img:last-child {
    margin-bottom: 0;
  }
  .contactInfo .fl {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 450px) {
  .mgcContentHeader h3 {
    margin-left: 0;
  }
}

@media (max-width: 370px) {
  .wrapInner .mgcContent:nth-child(odd) &gt; .post &gt; div:first-child img {
    width: 100%;
  }
}

.page-id-249 .newsLink {
  text-decoration: none;
  padding: 7px 0 7px 12px;
}

.page-id-249 .newsLink .newsRight {
  width: 95%;
}

.page-id-249 .newsLink .newsRight p {
  margin-bottom: 0;
}

.page-id-249 .staff {
  line-height: 1.5;
}

.page-id-249 .staff .value {
  font-size: 14px;
}

.page-id-249 .facility {
  max-width: 75%;
  width: 100%;
  height: auto;
}

.page-id-249 .facility p {
  line-height: 1.7;
}

.page-id-249 .facility p:last-of-type {
  margin-bottom: 33px;
}

.page-id-249 .facility ol li {
  margin-bottom: 5px;
}

.page-id-249 .facilityPhotoRight {
  width: 20%;
}

@media (max-width: 1150px) {
  .page-id-249 .facility {
    max-width: 100%;
    margin: 0 auto;
  }
  .page-id-249 .facilityPhotoRight {
    max-width: 100%;
    margin: 0 auto;
    max-width: 245px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}

@media (max-width: 409px) {
  .vaccination ul:first-of-type {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.page-id-311 .healthCheckUpDescription li {
  font-size: 14px;
}

.page-id-311 .healthCheckUpDescription p {
  position: relative;
  line-height: 1.3;
  text-indent: -27px;
  padding-left: 40px;
}

.page-id-311 .healthCheckUpDescription p:before {
  content: "•";
  font-size: 235%;
  margin-right: 10px;
  color: #3398db;
  position: relative;
  top: 6px;
}

.page-id-311 .notes {
  font-size: 14px;
  line-height: 1.5;
}

.page-id-311 .btnGroup {
  display: block;
  text-align: center;
}

.page-id-311 .btnGroup li {
  display: inline-block;
  margin: 7px;
}

.page-id-311 section p span {
  font-weight: normal;
}

@media (max-width: 940px) {
  .page-id-311 .healthCheckUpDescription li {
    line-height: 1.3;
    margin-bottom: 0;
  }
}

@media (max-width: 320px) {
  .page-id-311 .healthCheckUpDescription li {
    line-height: 1.6;
  }
}

.rugbyTitleContainer {
  background: #f3f3f3;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 790px) {
  .rugbyTitleContainer {
    display: block;
    text-align: center;
    background: none;
    position: relative;
    margin-bottom: 115px;
  }
  .rugbyTitle {
    background: #f3f3f3;
    margin: 15px 0 0;
    padding: 25px 10px;
    line-height: 1.5;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: -85px;
  }
  .page-id-376 .feautured-start {
    margin-right: 15px;
  }
}

@media (max-width: 540px) {
  .rugbyTitleContainer {
    margin-bottom: 135px;
  }
  .rugbyTitle {
    bottom: -105px;
  }
}

.btnContentPDF {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnContentPDF a {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 25px;
}

@media (max-width: 550px) {
  .btnContentPDF {
    display: block;
  }
  .btnContentPDF a {
    margin: 0 0 20px 0;
    max-width: none;
    box-sizing: border-box;
  }
}

.committeeTable table {
  width: 100%;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #0076be;
}

.committeeTable thead {
  background-color: #0076be;
  color: white;
  font-weight: bold;
}

.committeeTable thead th {
  padding: 10px;
  width: 25%;
  border-right: 1px solid #9596ea;
  border-left: 1px solid #91c8ea;
  border-bottom: 2px solid #3b7090;
}

.committeeTable thead th:first-child {
  border-left: none;
}

.committeeTable thead th:last-child {
  border-right: none;
}

.committeeTable tbody td {
  border-right: 1px solid #9596ea;
  border-left: 1px solid #91c8ea;
  border-bottom: 1px solid #0076be;
  padding: 10px;
}

.committeeTable tbody td:last-child {
  border-right: none;
}

.committeeTable tbody td:first-child {
  border-left: none;
}

.committeeTable tbody tr:nth-child(even) {
  background-color: #e6f3fa;
}

.specialIssue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.specialIssue a {
  color: #0076be;
  text-decoration: none;
}

.specialIssue a:hover {
  text-decoration: underline;
}

.specialIssue div:first-child {
  margin: 0 50px 30px;
}

.pastNewsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media (max-width: 960px) {
  .specialIssue {
    display: block;
  }
  .specialIssue div img {
    width: initial;
  }
  .specialIssue div:first-child {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 669px) {
  .pastNewsletter {
    display: block;
    text-align: center;
  }
  .pastNewsletter .pastNewsletterItem {
    display: inline-block;
    margin: 0 5px 30px;
  }
  .pastNewsletterContainer {
    margin-bottom: 20px;
  }
}

.btm-text {
  display: block;
  margin-top: 8px;
  text-align: center;
  color: #000;
  font-weight: normal;
}

.libraryMap {
  max-width: 483px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1056px) {
  .page-id-346 .libraryPhoto ul {
    text-align: center;
  }
}

footer p {
  line-height: 1;
  margin-bottom: 0;
}

.page-id-378 .breadcrumb li a::before {
  left: 103%;
}

.page-id-360 .breadcrumb li a::before {
  left: 103%;
}

.page-id-362 .breadcrumb li a::before {
  left: 103%;
}

ol li {
  margin-bottom: 10px;
  line-height: 1.6;
  text-indent: -10px;
  padding-left: 20px;
}

.newsUl li a:hover {
  background: #f0f0f0;
}

.special_issue a {
  color: #03598c;
  font-weight: bold;
  text-decoration: none;
}

.healthCheckUpDescription li {
  color: #424141;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: .7;
}

.healthCheckUpDescription li:before {
  content: "•";
  font-size: 235%;
  margin-right: 10px;
  color: #3398db;
}

.schoolTxtHolder a {
  color: #03598c;
}

.schoolTxtHolder a:hover {
  text-decoration: none;
}

.libraryEvents li a {
  display: block;
  text-decoration: none;
  padding: 26px 0 26px 10px;
}

.bridgeList li p {
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
}

.bridgeList li p::before {
  content: "■";
  color: #03598c;
  margin-right: 20px;
  float: left;
}

.bridgeList li span {
  font-size: 16px;
}

.bridgeList li .textBlue {
  color: #03598c;
  height: auto;
  display: block;
  float: left;
  position: relative;
}

.bridgeList li .textBlue span {
  margin: 0 25px;
}

.bridgeList li .blackText {
  color: #000;
  float: left;
}

.wrapInner .mgcContent:nth-child(odd) {
  background: #ddeffa;
}

.wrapInner .mgcContent:nth-child(odd) &gt; .post &gt; div:first-child {
  width: 33%;
  height: auto;
}

.wrapInner .mgcContent:nth-child(odd) &gt; .post &gt; div:last-child {
  width: 59%;
  height: auto;
}

.wrapInner .mgcContent &gt; .post &gt; div:first-child {
  width: 56%;
  height: auto;
}

.wrapInner .mgcContent &gt; .post &gt; div:last-child {
  width: 33%;
  height: auto;
}

.libraryPhoto ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.libraryPhoto ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 250px;
      -ms-flex: 1 0 250px;
          flex: 1 0 250px;
  margin: 0 0 20px;
}

.vaccination ul li {
  line-height: 1.6;
  font-size: 16px;
}

.vaccination ul:first-of-type {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.vaccination ul:not(.menu-clinic-menu-1) {
  margin-bottom: 25px;
}

.page-id-257 section p span {
  font-weight: normal;
}

.page-id-214 section p span {
  font-weight: normal;
}

.specialIssue,
.page-id-757 .specialIssue {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-id-325 .btnLink span {
  top: 0;
}

.page-id-176 .eventLists {
  height: auto;
  overflow-y: auto;
  margin-bottom: 20px;
}

.page-id-176 .eventLists li a {
  padding: 10px 0 10px 20px;
  border-left: 1px solid #dbdbdb;
}

@media (max-width: 840px) {
    .mgcContent &gt; .post {
        display: block;
    }
    .mgcContent &gt; .post &gt; div {
        width: 100% !important;
        display: block !important;
        float: none !important;
        text-align: center;
        margin-bottom: 15px;
    }
    .contactInfo li div {
        text-align: center;
        display: block;
        float: none;
    }
}

/*Library Feedback*/
.libraryMap {
  max-width: 483px;
  width: 100%;
  height: auto;
}

/*Clinic 04 Feedback*/
.page-id-311 .healthCheckUpDescription p {
  position: relative;
  line-height: 1.3;
  text-indent: -27px;
  padding-left: 40px;
}
.page-id-311 .healthCheckUpDescription p:before {
  content: "•";
  font-size: 235%;
  margin-right: 10px;
  color: #3398db;
  position: relative;
  top: 6px;
}

.page-id-311 .btnGroup li a:visited {
  color: #fff;
}

.btnRed a {
  background: rgb(255,30,10);
  background: -moz-linear-gradient(top,  rgba(255,30,10,1) 0%, rgba(255,16,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,30,10,1) 0%,rgba(255,16,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,30,10,1) 0%,rgba(255,16,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e0a', endColorstr='#ff1000',GradientType=0 );
  border-color: #D80404;
}

.btnBlue a {
  background: rgb(125,185,232);
  background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(112,165,209,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(112,165,209,1) 100%);
  background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(112,165,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#70a5d1',GradientType=0 );
  border-color: #659BBC;
}

.btnGreen a {
  background: rgb(82,177,82);
  background: -moz-linear-gradient(top,  rgba(82,177,82,1) 1%, rgba(83,165,77,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(82,177,82,1) 1%,rgba(83,165,77,1) 100%);
  background: linear-gradient(to bottom,  rgba(82,177,82,1) 1%,rgba(83,165,77,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#53a54d',GradientType=0 );
  border-color: #529345;
}

.btnYellow a {
  background: #d8b341;
  background: -webkit-linear-gradient(top, #d8b341 0, #d8b341 49%, #d6ad33 51%, #d4aa2b 54%, #d4aa2b 100%);
  background: linear-gradient(to bottom, #d8b341 0, #d8b341 49%, #d6ad33 51%, #d4aa2b 54%, #d4aa2b 100%);
  border-bottom: 4px solid #a27e12;
}


.btnPink a {
  background: rgb(255,163,210);
  background: -moz-linear-gradient(top,  rgba(255,163,210,1) 1%, rgba(255,142,198,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,163,210,1) 1%,rgba(255,142,198,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,163,210,1) 1%,rgba(255,142,198,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa3d2', endColorstr='#ff8ec6',GradientType=0 );
  border-color: #FF7FBD;
}

/* Library  Feedback */
.page-id-346 .documentDownload li a {
  font-size: 14px;
}
.page-id-346 #overview_8 table tr td:first-child {
    padding-right: 20px;
}

.page-id-346 #overview_8 table tr td {
    line-height: 1.8;
}

/*Welcome Association Additional*/
.stepsJoin h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.stepsJoin ul {
  margin-bottom: 15px;
}

.stepsJoin ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stepsJoin ul li:before {
  content: "•";
  font-size: 14px;
  margin-right: 10px;
  color: #000;
}

.stepsJoin table {
  width: 100%;
  margin: 15px 0;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #0076be;
}

.stepsJoin table thead {
  background-color: #0076be;
  color: white;
  font-weight: bold;
}

.stepsJoin table th {
  padding: 10px;
  width: 25%;
  border-right: 1px solid #9596ea;
  border-left: 1px solid #91c8ea;
  border-bottom: 2px solid #3b7090;
}

.stepsJoin table td {
  border-right: 1px solid #9596ea;
  border-left: 1px solid #91c8ea;
  border-bottom: 1px solid #0076be;
  padding: 10px;
  vertical-align: middle;
}

.stepsJoin table th:first-child,
.stepsJoin table td:first-child {
  border-left: none;
}

.stepsJoin table th:last-child,
.stepsJoin table td:last-child {
  border-right: none;
}

.stepsJoin table tbody tr:nth-child(even) {
  background-color: #e6f3fa;
}

@media screen and (max-width: 480px) {
  .page-id-770 .registrationTable {
    overflow-x: scroll;
  }
  .stepsJoin table {
    min-width: 598px;
  }
}

/*October 2, 2017*/
.detailList li {
  max-width: 100%;
}

.yosenImg {
  max-width: 749px;
  width: 100%;
}

.taikaiImg {
  max-width: 925px;
  width: 100%;
}

.kekkaImg {
    max-width: 761px;
    width: 100%;
}

.w100p {
	width: 100%;
	height: auto;
}</pre></body></html>