/* Set and change variables throughout the site */
.wf-footer {
  background: #081e47;
  text-align: center;
  padding: 50px 100px;
}
.wf-footer h2.wf-footer__intro {
  color: #ffffff;
}
.wf-footer p.wf-footer__sub_intro {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 17px;
  line-height: 24px;
}
.wf-footer p.wf-footer__sub_intro a {
  color: #ffffff;
}
.wf-footer ul.wf-footer__cta {
  display: inline-flex;
}
.wf-footer ul.wf-footer__cta h3 {
  margin-top: 20px;
  font-weight: 700;
}
.wf-footer ul.wf-footer__cta .fa-coins, .wf-footer ul.wf-footer__cta .fa-wallet, .wf-footer ul.wf-footer__cta .fa-credit-card, .wf-footer ul.wf-footer__cta .fa-map-marker-alt {
  font-size: 36px;
}
.wf-footer ul.wf-footer__cta li {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  width: 20%;
  margin: 2%;
  padding: 10px;
  flex: auto;
}
.wf-footer ul.wf-footer__cta li p {
  font-family: "DM Sans", sans-serif;
}
.wf-footer ul.wf-footer__cta a {
  background: #ff9b04;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0px 10px;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
}
.wf-footer ul.wf-footer__cta a:hover {
  background: #ef9e24;
}

@media only screen and (max-width: 1300px) {
  .wf-footer {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 980px) {
  .wf-footer ul.wf-footer__cta {
    column-count: 2;
    display: inline-block;
  }
  .wf-footer ul.wf-footer__cta li {
    width: unset;
    margin: unset;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .wf-footer ul.wf-footer__cta {
    column-count: 1;
    display: inline-block;
  }
  .wf-footer ul.wf-footer__cta li {
    width: unset;
    margin-bottom: 20px;
  }
}
.footer {
  background: #190D61;
  padding: 50px 0px;
}
.footer .footer-card {
  display: block;
  box-shadow: 0px 0px 10px rgba(47, 52, 68, 0.1);
  border-radius: 3px;
  padding: 17px 25px 17px 25px;
  min-height: 75px;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.footer .footer-card .arrow {
  margin-left: 0px;
  transition: margin 0.3s ease-out;
}
.footer .footer-card:hover .arrow {
  margin-left: 5px;
}
.footer .footer-card.cyan {
  background: #54E1DA;
}
.footer .footer-card.yellow {
  background: #FFFA98;
}
.footer .footer-card.orange {
  background: #FBAA7F;
}
@media only screen and (max-width: 767px) {
  .footer .footer-card {
    margin-bottom: 10px;
  }
}
.footer .accordian-wrapper {
  transition: max-height 0.2s ease-in-out;
  will-change: max-height;
  overflow: hidden;
  max-height: 360px;
}
@media only screen and (max-width: 767px) {
  .footer .accordian-wrapper {
    border-bottom: 1px solid #5c5680;
    margin-bottom: 20px;
  }
  .footer .accordian-wrapper.closed {
    max-height: 40px;
  }
}
.footer li {
  color: #ffffff;
  margin-bottom: 25px;
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.footer li:first-of-type:hover {
  cursor: pointer;
}
.footer li .accordian-arrow {
  transition: transform 0.2s ease-in-out;
  will-change: rotate;
  transform: rotate(0deg);
  pointer-events: none;
}
.footer li .accordian-arrow.rotate {
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .footer li .accordian-arrow {
    display: none;
  }
}
.footer li a {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  text-decoration: none;
}
.footer li a:hover {
  text-decoration: none;
}
.footer .footer-social {
  max-width: 100px;
}
.footer .copyright-block p {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
.footer .copyright-block p span {
  font-weight: bold;
  display: block;
}
.footer .copyright-block.skinny {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .footer .copyright-block.wide {
    display: none !important;
  }
  .footer .copyright-block.skinny {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer .terms {
    text-align: center;
  }
}
.footer .terms li {
  display: inline-block;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  line-height: 13px;
}
.footer .terms li a {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  line-height: 13px;
}
.footer .small-print {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #B0B9D8;
  padding: 0px;
}
.footer .highlight-wl:after {
  background: #ffffff;
}
.footer .highlight-wl:hover:before {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .footer .affiliations svg {
    width: 44px;
  }
}
/* Set and change variables throughout the site */
.best-uk-franchises {
  margin-top: 220px;
}
@media only screen and (max-width: 767px) {
  .best-uk-franchises {
    margin-top: 140px;
  }
}
.best-uk-franchises p:first-of-type {
  font-size: 20px;
}
.best-uk-franchises__image {
  margin: 20px auto 0px auto;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  box-shadow: 3px 3px 15px 0px #00000026;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .best-uk-franchises__image {
    width: 100%;
  }
}
.best-uk-franchises .author {
  margin: 20px 0px;
}
.best-uk-franchises .author ul {
  display: inline-block;
  margin-top: 0px;
  list-style: none;
  padding-left: 0px;
  margin-left: 10px;
  vertical-align: middle;
}
.best-uk-franchises .author ul li {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: bold;
  font-style: italic;
}
.best-uk-franchises .author__image {
  border-radius: 40px;
  vertical-align: middle;
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 767px) {
  .best-uk-franchises p:first-of-type {
    font-size: 18px;
  }
  .best-uk-franchises .author__image {
    margin: auto;
    display: block;
    margin-bottom: 10px;
  }
  .best-uk-franchises .author ul li {
    margin-bottom: 5px;
  }
}

.jump-links-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.jump-links-container .best-uk-icon path {
  stroke: #EF9E24;
}
.jump-links-container .best-uk-icon circle {
  stroke: #EF9E24;
  fill: #EF9E24;
}
.jump-links-container .best-uk-icon-fill path {
  stroke: #EF9E24;
  fill: #EF9E24;
}
.jump-links-container a {
  color: #000000;
  text-decoration: none;
}
.jump-links-container a:hover {
  background: #337CEB;
  color: #ffffff;
}
.jump-links-container a:hover .jump-link {
  border-color: #337CEB;
}
.jump-links-container a:hover .jump-text {
  text-decoration: underline;
}
.jump-links-container a:hover .best-uk-icon path, .jump-links-container a:hover .best-uk-icon ellipse, .jump-links-container a:hover .best-uk-icon rect, .jump-links-container a:hover .best-uk-icon line, .jump-links-container a:hover .best-uk-icon polyline {
  stroke: white;
}
.jump-links-container a:hover .best-uk-icon polygon {
  fill: white;
  stroke: white;
}
.jump-links-container a:hover .best-uk-icon-fill path, .jump-links-container a:hover .best-uk-icon circle {
  stroke: white;
  fill: white;
}
@media only screen and (max-width: 767px) {
  .jump-links-container a:last-child .jump-link {
    border-bottom: 1px solid gray;
  }
}

.jump-link {
  text-align: center;
  border: 1px solid gray;
  height: 100%;
  margin: 0px !important;
}
.jump-link.inside {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .jump-link.inside {
    border-left: 1px solid gray;
  }
}
@media only screen and (max-width: 767px) {
  .jump-link {
    border-bottom: 1px solid #fff;
  }
}

.jump-image {
  min-height: 60px;
}

.jump-text {
  margin-top: 5px;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  min-height: 40px;
  align-items: flex-start;
}

.best-uk__company-profile {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.1);
}
.best-uk__company-profile p a {
  line-height: 26px;
}
.best-uk__company-profile div .image-container {
  max-width: 150px;
  margin: 20px auto;
}
.best-uk__company-profile div .company-title a {
  text-decoration: none;
  width: 100%;
}
.best-uk__company-profile div .company-title div:first-child {
  height: 100%;
  align-items: center;
}
.best-uk__company-profile .price {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  color: #000;
  display: block;
  font-weight: 600;
}
.best-uk__company-profile .investment {
  font-family: "DM Sans", sans-serif;
  text-align: right;
}
.best-uk__company-profile .comp-description {
  line-height: 150%;
}
.best-uk__company-profile .investment-price {
  display: flex;
  justify-content: flex-end;
}
.best-uk__company-profile .category-name {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  line-height: 16px;
  color: #000000;
}
.best-uk__company-profile .best-icon {
  min-width: 25px;
}
.best-uk__company-profile .text-container {
  padding-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .best-uk__company-profile .text-container {
    padding-right: 15px;
    text-align: center;
  }
  .best-uk__company-profile .text-container .comp-description {
    display: none;
  }
}
.best-uk__company-profile .description-extra {
  display: none;
}
@media only screen and (max-width: 768px) {
  .best-uk__company-profile .description-extra {
    display: block;
  }
}
.best-uk__company-profile .profile-link, .best-uk__company-profile .request-link {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  padding: 8px 0px;
  display: inline-block;
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  .best-uk__company-profile .profile-link, .best-uk__company-profile .request-link {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .best-uk__company-profile .profile-link, .best-uk__company-profile .request-link {
    max-width: unset;
  }
}
.best-uk__company-profile .profile-link {
  background: #e3e3e3;
}
.best-uk__company-profile .request-link {
  background: #337CEB;
}
.best-uk__company-profile .request-link:hover {
  background: #236bd9;
}
.best-uk__company-profile .info-panel {
  border-left: 2px solid #e3e3e3;
  padding-left: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .best-uk__company-profile .info-panel {
    padding-left: unset;
    border-left: unset;
    border-top: 2px solid #e3e3e3;
    margin-top: 20px;
    padding-top: 20px;
  }
  .best-uk__company-profile .info-panel .why-choose:first-child {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.best-uk__company-profile .info-panel .why-choose {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
}
.best-uk__company-profile .info-panel .why-choose span {
  font-weight: 700;
}
.best-uk__company-profile .info-panel .why-choose .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose:first-child {
    text-align: center;
    letter-spacing: 0.5px;
  }

  .best-uk__company-profile .info-panel {
    margin-top: 10px;
    padding-top: 10px;
    border-left: unset;
    border-top: 2px solid #e3e3e3;
  }
}
.best-uk-franchises ul, .best-uk-franchises ol {
  margin-top: 20px;
}
.best-uk-franchises ul li {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 5px;
}
.best-uk-franchises ol li {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 5px;
  counter-increment: custom-counter;
}
.best-uk-franchises ol li::before {
  content: counter(custom-counter) ". ";
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  content: counter(custom-counter) ". ";
  margin-left: -24px;
  margin-right: 10px;
}
.best-uk-franchises ol {
  counter-reset: item;
}
.best-uk-franchises li span {
  font-weight: 900;
}
.best-uk-franchises li {
  color: #000;
  font-family: Merriweather, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .jump-links-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(5, 1fr);
    height: unset;
  }

  .jump-image {
    font-size: 24px;
    margin-top: unset;
    min-height: unset;
  }

  .jump-text {
    justify-content: left;
    min-height: unset;
    align-items: center;
  }

  .jump-link {
    padding: 10px 0px;
    text-align: start;
  }

  .company-title {
    min-height: 70px;
  }
}
