@import "../css/bootstrap.min.css";
.site-header {
  font-family: 'Lato', sans-serif;
}
@media (min-width: 1400px ) {
  .site-header {
    background-image: url('../images//layout/sp_rain.png'), url('../images//layout/sp_speak.png');
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left center;
    background-size: contain, contain;
  }
}
.site-header .col-menu {
  padding-top: 1rem;
}
.site-header .col-menu .nav-link {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  padding: 0;
}
.site-header .header-link {
  color: inherit;
  text-decoration: none;
}
.site-header .header-link:hover,
.site-header .header-link.header-link_active {
  text-decoration: underline;
}
.breadcrumb-nav .breadcrumb-nav-link {
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  color: #FFFFFF;
  padding: 0.3rem 0;
}
.breadcrumb-nav .breadcrumb-nav-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.breadcrumb-nav .breadcrumb-nav-sep {
  color: #FFFFFF;
  font-size: 1.3rem;
  position: relative;
  top: -1px;
  margin: 0 0.3rem;
}
.container-shadow {
  box-shadow: rgba(0, 0, 0, 0.25) 0px -35px 36px -28px inset;
  position: relative;
}
.footer-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 479px ) {
  .footer-container {
    flex-direction: column-reverse;
  }
  .footer-container .back-to-top {
    align-self: flex-end;
  }
}
.card {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .card .card-text {
    min-height: 168px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .card .card-text {
    min-height: 120px;
  }
}
@media (min-width: 1200px ) and (max-width: 1399px ) {
  .card .card-text {
    min-height: 144px;
  }
}
@media (min-width: 1400px ) {
  .card .card-text {
    min-height: 120px;
  }
}
.page {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Times New Roman, Times, serif;
}
.page .page-title {
  font-family: 'Lato', sans-serif;
  margin-bottom: 3vw;
}
@media (min-width: 1400px ) {
  .page .page-title {
    margin-bottom: 3rem;
  }
}
.page .chapter-number-text {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.page .toc-title {
  text-align: center;
  font-weight: bold;
}
.page a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.page p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.page img {
  max-width: 100%;
}
.page h2 {
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 575px ) {
  .page h2 {
    font-size: 1.5rem;
  }
}
.page h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.page img.left {
  float: left;
  margin-right: 1rem;
}
.page .two-images-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .two-images-container img {
  max-width: 50%;
}
.page .two-images-container img:first-child {
  margin-right: 1rem;
}
@media (max-width: 575px ) {
  .page .two-images-container img:first-child {
    margin-right: 1vw;
  }
}
.page .three-images-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .three-images-container img {
  max-width: 32%;
}
.page .three-images-container img:not(:last-child) {
  margin-right: 1%;
}
.page .image-description {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  margin-top: -1rem;
}
.page .list-of-contents {
  list-style: none;
  font-size: 1.2rem;
}
.page .list-of-contents .loc-link {
  text-decoration: none;
  margin: 0.2rem 0;
  display: inline-block;
}
.page .chapter-step-link {
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.page .chapter-step-link.step-link-prev {
  float: left;
  margin-right: 1.5rem;
  text-align: left;
}
.page .chapter-step-link.step-link-next {
  float: right;
  margin-left: 1.5rem;
  text-align: right;
}
.page .chapter-step-link .chapter-step-arrow {
  width: 22px;
  position: relative;
  top: -1px;
}
.page ol li {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.book-part-link {
  text-decoration: none;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 1.5rem 0;
}
.book-part-link:hover {
  text-decoration: underline;
}
@media (min-width: 576px ) and (max-width: 767px ) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px ) and (max-width: 767px ) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 480px ) and (max-width: 575px ) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 479px ) {
  .col-us-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px ) {
  .d-sm-none {
    display: none;
  }
}
@media (max-width: 479px ) {
  .d-us-none {
    display: none;
  }
}
@media (max-width: 575px ) {
  .d-xs-max-none {
    display: none;
  }
}
@media (min-width: 480px ) {
  .d-xs-min-none {
    display: none;
  }
}
@media (max-width: 479px ) {
  .d-us-block {
    display: block;
  }
}
@media (max-width: 767px ) {
  .d-sm-max-none {
    display: none;
  }
}
@media (min-width: 768px ) {
  .d-md-min-none {
    display: none;
  }
}
@media (min-width: 480px ) {
  .ml-xs-5 {
    margin-left: 3rem !important;
  }
}
@media (max-width: 479px ) {
  .mt-us-max-3 {
    margin-top: 1rem !important;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.nodrag-noselect {
  pointer-events: none;
  user-select: none;
}
.noscroll {
  overflow: hidden;
}
.nopadding {
  padding: 0 !important;
}
.outline {
  outline: 1px black dotted;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 0;
}
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
