/** itc-footer#1.1.6 **/
.itc-footer {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding: 20px 0;
  zoom: 1;
  flex: 0 0 auto;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.itc-footer .itc-footer-modal-content {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  overflow-y: auto;
}

.itc-footer p {
  margin-bottom: 2px;
}

.itc-footer__links {
  font-size: 11px;
  line-height: 14px;
  margin-left: 0;
}

.itc-footer__links li {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.itc-footer__links li:last-child {
  border-bottom: none;
}

@media (min-width: 685px) {
  .itc-footer__links li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 0;
  }
  .itc-footer__links li:last-child {
    border-right: none;
  }
}

.itc-footer a:hover {
  text-decoration: none;
}

.itc-footer__tos {
  width: 100%;
}

@media (min-width: 685px) {
  .itc-footer__tos {
    width: 60%;
  }
}

@media (min-width: 1500px) {
  .itc-footer__tos {
    width: 40%;
  }
}

.itc-footer__tos h1 {
  text-align: left;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 14px;
  padding: 0;
}

.itc-footer__tos .tb_modal_body_content_container {
  height: 250px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #d9d9d9;
  padding: 10px;
}

.itc-footer__tos .tb_modal_body_content_container ol {
  font-size: 13px;
  margin-bottom: 1em;
}

.itc-footer__tos .tb_modal_body_content_container p {
  font-size: 15px;
  margin-bottom: 1em;
}
