.dl-link {
  color: #555 !important;
}
.policy-li li {
  font-size: 1.2em;
  color: #555;
}
.brand img {
  width: 70px;
}
.brand img:hover {
  opacity: .7;
  transition: all 0.5s ease-out;
}
.footer-disclaimer div {
  display:inline-block;
}
.all-block {
  display: block;
}
.highlight-text {
  color: #ff931d;
  font-weight: bold;
}
.float-none {
  float:none;
}
.scrollToTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
  font-size: 42px;
  color: #6d6d6d;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: none;
}
.scrollToTop:hover {
  transform: scale(1.1);
}
.box li {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #555;
  margin-bottom: 20px;
  margin-left: 20px;
}
.box li:last-of-type {
  margin-bottom: 30px;
}
.box li::marker {
  color: #ff931d;
}
.box ul {
  list-style-type: square;
  padding: 0;
}

.fancybox-hide-caption .boxfolio-layout .fancybox-caption {
        display: none;
    }

.fancybox-hide-caption .boxfolio-layout .fancybox-stage {
        right: 0;
        width: 100%;
    }
@media all and (min-width: 992px) {
      .fancybox-hide-caption .boxfolio-layout .fancybox-button--arrow_right {
        right: 50px;
    }
}

@media screen and (max-width: 768px) {
  .mob-block {
    display: block;
  }
}

@media (prefers-color-scheme: dark) {

    html {
      background: #333;
    }

    html body {
      background: #000;
    }

    html body.boxed {
      background: #333;
    }

    html body.boxed .container-fluid {
      background: #000;
    }

    @media screen and (max-width: 992px) {
      html header .search {
        background: #333;
      }
    }

    html *:not(#termly-code-snippet-support *), html a:not(#termly-code-snippet-support *) {
      color: #fff !important;
    }

    html .dl-link {
      color: #aaa !important;
    }

    html p {
      color: #aaa !important;
    }

    html a:hover, html a.active {
      opacity: .8;
      -webkit-transition: all .3s;
      transition: all .3s;
    }

    html .l1:before, html .l1:after, html .l2:before, html .l2:after, html .l3:before, html .l3:after {
      border-color: #aaa !important;
    }

    html aside, html aside:before {
      background: #000;
    }

    html .form-control {
      background: #333;
    }

    html .form-control:focus {
      background: #fff;
      color: #000 !important;
    }

    html .pagination {
      background: #333;
    }

    html .pagination a:hover, html .pagination a.active {
      opacity: 1;
    }

    html .btn-default {
      background: #fff;
      color: #000 !important;
    }

    html .btn-default:hover, html .btn-default.active, html .btn-default:focus {
      background: #2C55D5;
      color: #fff !important;
      opacity: 1;
    }

    html a.item:hover {
      opacity: 1;
    }

    html a.item:hover .btn-default {
      color: #fff !important;
    }

    html .option:hover, html .option.active {
      opacity: .5;
    }

    html .gray-bg {
      background: #222;
    }

    html .nav-trigger .bar {
      background: #fff;
    }

    html .search .form-control {
      color: #fff !important;
    }

    html .label:hover {
      opacity: 1;
      color: #fff !important;
      border-color: #fff;
    }

    html footer.bottom {
      background: #333;
    }

    html footer.bottom * {
      color: #999 !important;
    }

    html footer.bottom a {
      color: #999 !important;
    }

    @media screen and (max-width: 992px) {
      html ul.filters {
        background: rgba(0, 0, 0, 0.8) !important;
      }
      html ul.filters li a {
        opacity: .7 !important;
      }
      html ul.filters li a:hover, html ul.filters li a.active {
        opacity: 1 !important;
      }
    }
    #termly-code-snippet-support *, #termly-code-snippet-support a {
      color: rgb(0,0,0) !important;
      font-size: 12px;
      line-height: 1.5;
    }
    .box li {
      color: #aaa !important;
    }

}

.courier {
  font-family: "Courier Prime", system-ui !important;
  font-weight: 400;
  font-style: normal;
  font-size: 12pt;
}

.photo-credit {
  display: block;
  margin-top: 3px;
}

.photo-credit, .photo-credit a {
  color: #999 !important;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.mugshot {
  width: 150px;
}

.box-button-position-1 {
  float: right;
  margin-top: -125px;
  position: relative;
  z-index: 9999;
}

.box-button-position-2 {
  float: right;
  margin-top: -30px;
  margin-right: -80px;
  position: relative;
  z-index: 9999;
}

@media (max-width: 768px) {
  .box-button-position-1 {
    margin-top: -50px;
  }
  .box-button-position-2 {
    margin-right: 10px;
  }
}

.photo-caption {
  font-size: 14px;
  line-height: 1.38;
}

.content-box {
  background-color: #f5f5f5;
}

.rule-box {
  background-color: #f5f5f5 !important;
}

@media (max-width: 768px) {
  .mt-10-mobile {
    margin-top: 10px !important;
  }
  .hide-mobile {
    display: none;
  }
.content-box {
  background-color: #fff;
}
}

li {
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

@media (max-width: 600px) {
  li {
    font-size: 1.3em;
  }
}

.alternate-right {
  float: right;
}

@media (max-width: 991px) {
  .alternate-right + div {
    clear: both;
  }
}

@media (max-width: 991px) {
  * {
      font-size: 103%;
  }
  .photo-caption {
      font-size: 17px;
  }
}

@media screen and (max-width: 992px) {
  aside h3 {
    margin-top: 100px;
  }
}

.number-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ff931d;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5em;
  font-weight: bold;
}

.number-circle + h3 {
  margin-top: 10px;
}

.theheck {
  color: #555;
  position: relative;
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .theheck {
    margin-bottom: 60px;
  }
}

.theheck::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 3px;
  background-color: #ff931d;
}

.theheck-tag {
  position: relative;
}

.theheck-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 3px;
  background-color: #ff931d;
}

.pr-md {
  padding-right: 15px;
}

@media (min-width: 769px) {
  .two-line-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    height: 2.4em;
  }
}

.one-line-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.visually-hidden, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  bottom: 18px;
  left: -200px; /* hide off-screen to the left */
  background: #6d6d6d;
  color: #fff !important;
  font-weight: bold;
  padding: 8px 20px 8px 30px;
  z-index: 1000;
  text-decoration: none;
  border: 0;
  border-radius: 9999px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-10px);
  transition:
    left 0.3s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}

.skip-link:focus {
  left: 30px;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  outline: none;
}

.sidebar-image {
  max-width: 50% !important;
  max-height: 150px !important;
  height: auto;
  width: auto;
  display: block;
}

.sidebar-image + h3 {
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  .img-mobile-half {
    max-width: 50% !important;
    height: auto;
  }
}