/*#f8fcff; */
.text-page-body {
  max-width: 860px;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  /* media size changes  */
}
.text-page-body .text-page-header {
  font-size: 120%;
  font-weight: bold;
  padding-top: 7px;
}
.text-page-body .text-page-section {
  width: 100%;
  font-size: 100%;
  font-weight: normal;
  padding-top: 5px;
  border-top: solid thin lightgrey;
}
.text-page-body .text-page-section .text-page-section-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.text-page-body .text-page-section .text-page-section-content .text-page-image-box {
  width: 25%;
  vertical-align: top;
  padding-bottom: 10px;
}
.text-page-body .text-page-section .text-page-section-content .text-page-image-box img {
  width: 140px;
  height: 140px;
}
.text-page-body .text-page-section .text-page-section-content .text-page-text-box {
  margin-left: 10px;
}
.text-page-body .text-page-section-title {
  font-weight: bold;
  font-size: 120%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.text-page-body .indent-sm {
  margin-left: 7px;
  margin-right: 7px;
}
.text-page-body .indent-lg {
  margin-left: 12px;
  margin-right: 12px;
}
.text-page-body .text-page-image {
  height: 300px;
}
.text-page-body .text-page-text {
  font-size: 14px;
}
.text-page-body .image-left-40 {
  height: 100%;
}
.text-page-body .image-right-40 {
  height: 100%;
}
.text-page-body .image-right-30 {
  height: 100%;
}
.text-page-body ul.check-list {
  list-style-type: none;
  list-style-position: outside;
  line-height: 25px;
}
.text-page-body ul.check-list li a {
  text-decoration: none;
}
.text-page-body ul.check-list li a:hover {
  text-decoration: underline;
}
.text-page-body ul li:before {
  content: "\2713\0020";
  /* check mark */
  margin-left: -16px;
}
@media only screen and (max-width: 850px) {
  .text-page-body .text-page-image {
    height: 300px;
  }
  .text-page-body .text-page-text {
    font-size: 14px;
  }
  .text-page-body .image-left-40 {
    height: none;
  }
  .text-page-body .image-right-40 {
    height: 95%;
  }
  .text-page-body .image-right-30 {
    height: 95%;
  }
}
@media only screen and (max-width: 740px) {
  .text-page-body .text-page-image {
    height: 280px;
  }
  .text-page-body .text-page-text {
    font-size: 14px;
  }
  .text-page-body .image-left-40 {
    height: none;
  }
  .text-page-body .image-right-40 {
    height: 90%;
  }
  .text-page-body .image-right-30 {
    height: 90%;
  }
}
@media only screen and (max-width: 699px) {
  .text-page-body {
    width: 85%;
  }
  .text-page-body .text-page-image {
    height: 250px;
  }
  .text-page-body .text-page-text {
    font-size: 14px;
  }
  .text-page-body .image-left-40 {
    height: none;
  }
  .text-page-body .image-right-40 {
    height: 90%;
  }
  .text-page-body .image-right-30 {
    height: 90%;
  }
}
@media only screen and (max-width: 603px) {
  .text-page-body {
    width: 85%;
  }
  .text-page-body .text-page-section .text-page-section-content {
    width: 69%;
  }
  .text-page-body .text-page-section .text-page-section-content .text-page-image-box {
    margin-left: 15px;
    width: 60%;
    vertical-align: top;
    padding-bottom: 10px;
  }
  .text-page-body .text-page-section .text-page-section-content .text-page-image-box img {
    width: 170px;
    height: 170px;
  }
  .text-page-body .text-page-image {
    height: 250px;
  }
  .text-page-body .text-page-text {
    font-size: 14px;
  }
  .text-page-body .image-left-40 {
    height: none;
  }
  .text-page-body .image-right-40 {
    height: 90%;
  }
  .text-page-body .image-right-30 {
    height: 90%;
  }
}
@media only screen and (max-width: 580px) {
  .text-page-body {
    width: 92%;
  }
  .text-page-body .text-page-section .text-page-section-content {
    width: 69%;
  }
  .text-page-body .text-page-section .text-page-section-content .text-page-image-box {
    margin-left: 15px;
    width: 80%;
    vertical-align: top;
    padding-bottom: 10px;
  }
  .text-page-body .text-page-section .text-page-section-content .text-page-image-box img {
    width: 170px;
    height: 170px;
  }
  .text-page-body .text-page-image {
    height: 210px;
  }
  .text-page-body .text-page-text {
    font-size: 14px;
    margin-top: 37px;
  }
  .text-page-body .image-left-40 {
    height: none;
  }
  .text-page-body .image-right-40 {
    height: 90%;
  }
  .text-page-body .image-right-30 {
    height: 90%;
  }
}
@media only screen and (max-width: 490px) {
  .text-page-body {
    width: 96%;
  }
  .text-page-body .text-page-section .text-page-section-content {
    width: 74%;
  }
  .text-page-body .text-page-section .text-page-section-content .text-page-image-box {
    margin-left: 15px;
    width: 90%;
    vertical-align: top;
    padding-bottom: 10px;
  }
  .text-page-body .text-page-section .text-page-section-content .text-page-image-box img {
    width: 170px;
    height: 170px;
  }
  .text-page-body .text-page-image {
    height: 180px;
  }
  .text-page-body .text-page-text {
    font-size: 14px;
    margin-top: 22px;
  }
  .text-page-body .image-left-40 {
    height: none;
  }
  .text-page-body .image-right-40 {
    height: 90%;
  }
  .text-page-body .image-right-30 {
    height: 90%;
  }
}
@media only screen and (max-width: 400px) {
  .text-page-body {
    width: 98%;
  }
  .text-page-body .text-page-section .text-page-section-content {
    width: 84%;
  }
  .text-page-body .text-page-section .text-page-section-content .text-page-image-box {
    margin-left: 15px;
    width: 90%;
    vertical-align: top;
    padding-bottom: 10px;
  }
  .text-page-body .text-page-section .text-page-section-content .text-page-image-box img {
    width: 170px;
    height: 170px;
  }
  .text-page-body .text-page-image {
    height: 180px;
  }
  .text-page-body .text-page-text {
    font-size: 14px;
    margin-top: 22px;
  }
  .text-page-body .image-left-40 {
    height: none;
  }
  .text-page-body .image-right-40 {
    height: 90%;
  }
  .text-page-body .image-right-30 {
    height: 90%;
  }
}
.text-page-body .bottom-banner {
  margin-top: 40px;
  padding: 10px;
  text-align: center;
  border: solid thin lightgray;
  clear: both;
}
.text-page-body .nice-link {
  color: #262626;
  text-decoration: underline;
}
.text-page-body .nice-link:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.text-page-body .nice-link a {
  color: #262626;
  text-decoration: underline;
}
.text-page-body .nice-link a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.text-page-body .btn-my-small {
  background: #4267b2;
  border: 1px solid #4267b2;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 2px 0 2px;
  margin-top: -3px;
}
.text-page-body .separated-text {
  margin-left: 22px;
  margin-right: 22px;
}
