/* THIS IS THE FITZROY CSS */
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html {
  font-size: 20px;
}
@media (min-width: 1800px) {
  html {
    font-size: 30px;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

/* REM FOR THE XD DESIGN IS BASED ON 30px */
.page-template-fitzroy-page-template,
.page-template-lothian-buses-page-template {
  color: #001F32;
  /*
  @media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1744px;
    }
  }
  */
}
.page-template-fitzroy-page-template .container,
.page-template-fitzroy-page-template footer .wrapper,
.page-template-lothian-buses-page-template .container,
.page-template-lothian-buses-page-template footer .wrapper {
  width: 80vw !important;
  max-width: 80vw !important;
}
.page-template-fitzroy-page-template #header-and-hero,
.page-template-lothian-buses-page-template #header-and-hero {
  background: rgba(0, 99, 166, 0.5019607843);
  background-image: url(header-and-hero-bg.svg);
  background-size: 100% auto;
  background-size: 150% auto;
  background-position: top -18vw center;
  background-repeat: no-repeat;
  position: relative;
}
.page-template-fitzroy-page-template #header-and-hero:after,
.page-template-lothian-buses-page-template #header-and-hero:after {
  content: " ";
  width: 100%;
  height: 5vw;
  background: url(bottom-of-hero.svg);
  background-size: cover;
  background-position: top;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.page-template-fitzroy-page-template #header-and-hero .small-screen-hero-image img,
.page-template-fitzroy-page-template #header-and-hero .large-screen-hero-image img,
.page-template-lothian-buses-page-template #header-and-hero .small-screen-hero-image img,
.page-template-lothian-buses-page-template #header-and-hero .large-screen-hero-image img {
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .page-template-fitzroy-page-template #header-and-hero .background-image-edge .large-screen-hero-image img,
  .page-template-lothian-buses-page-template #header-and-hero .background-image-edge .large-screen-hero-image img {
    opacity: 0;
  }
  .page-template-fitzroy-page-template #header-and-hero .background-image-edge .ftz-hero-bg,
  .page-template-lothian-buses-page-template #header-and-hero .background-image-edge .ftz-hero-bg {
    left: 50%;
    width: 50%;
  }
  .page-template-fitzroy-page-template #header-and-hero .background-image-edge .ftz-hero-bg img,
  .page-template-lothian-buses-page-template #header-and-hero .background-image-edge .ftz-hero-bg img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right center;
       object-position: right center;
  }
}
@media (max-width: 767px) {
  .page-template-fitzroy-page-template #header-and-hero .background-image-edge .small-screen-hero-image img,
  .page-template-lothian-buses-page-template #header-and-hero .background-image-edge .small-screen-hero-image img {
    opacity: 0;
  }
  .page-template-fitzroy-page-template #header-and-hero .background-image-edge .ftz-hero-bg-overlay,
  .page-template-lothian-buses-page-template #header-and-hero .background-image-edge .ftz-hero-bg-overlay {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .page-template-fitzroy-page-template #header-and-hero .background-image-edge .ftz-hero-bg-overlay img,
  .page-template-lothian-buses-page-template #header-and-hero .background-image-edge .ftz-hero-bg-overlay img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
.page-template-fitzroy-page-template #header-and-hero .ftz-hero,
.page-template-lothian-buses-page-template #header-and-hero .ftz-hero {
  padding-bottom: 0;
  /*margin-bottom: -5vw;*/
}
.page-template-fitzroy-page-template #header-and-hero .ftz-hero .col-md-5,
.page-template-lothian-buses-page-template #header-and-hero .ftz-hero .col-md-5 {
  padding-bottom: 2vw;
}
.page-template-fitzroy-page-template img,
.page-template-lothian-buses-page-template img {
  height: auto;
}
.page-template-fitzroy-page-template header,
.page-template-lothian-buses-page-template header {
  padding-top: 60px;
  padding-bottom: 40px;
}
.page-template-fitzroy-page-template #hsf-logo img,
.page-template-lothian-buses-page-template #hsf-logo img {
  width: 285px;
  max-width: 100%;
  height: auto;
  margin-left: -2.5%;
  margin-bottom: -2.5%;
}
@media (max-width: 991px) {
  .page-template-fitzroy-page-template #hsf-logo img,
  .page-template-lothian-buses-page-template #hsf-logo img {
    width: 300px;
    margin: 0 auto;
    display: block;
    max-width: 90%;
  }
}
.page-template-fitzroy-page-template .margin-top-70,
.page-template-lothian-buses-page-template .margin-top-70 {
  margin-top: 70px;
}
.page-template-fitzroy-page-template h4,
.page-template-lothian-buses-page-template h4 {
  font-size: 1.25rem;
}
.page-template-fitzroy-page-template p,
.page-template-lothian-buses-page-template p {
  font-size: 1.233rem;
  /*font-weight: 300;*/
}
@media (min-width: 1600px) {
  .page-template-fitzroy-page-template .container, .page-template-fitzroy-page-template .container-lg, .page-template-fitzroy-page-template .container-md, .page-template-fitzroy-page-template .container-sm, .page-template-fitzroy-page-template .container-xl, .page-template-fitzroy-page-template .container-xxl,
  .page-template-lothian-buses-page-template .container,
  .page-template-lothian-buses-page-template .container-lg,
  .page-template-lothian-buses-page-template .container-md,
  .page-template-lothian-buses-page-template .container-sm,
  .page-template-lothian-buses-page-template .container-xl,
  .page-template-lothian-buses-page-template .container-xxl {
    max-width: 1500px;
  }
}
@media (min-width: 768px) {
  .page-template-fitzroy-page-template header .container,
  .page-template-lothian-buses-page-template header .container {
    width: 80vw;
    max-width: 80vw;
  }
}
.page-template-fitzroy-page-template header ul,
.page-template-lothian-buses-page-template header ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 1rem;
  margin: 0;
  padding: 0;
}
.page-template-fitzroy-page-template header ul li,
.page-template-lothian-buses-page-template header ul li {
  font-size: 1.233rem;
  padding: 0 1rem;
  padding: 0;
  position: relative;
  color: #0063a6;
  margin: 7px 15px;
  /*
  &:before {
    content: none !important;
  }
  &:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "|" !important;
  }
  &:last-child:after {
    content: none !important;
  }
  */
}
.page-template-fitzroy-page-template header ul li:before,
.page-template-lothian-buses-page-template header ul li:before {
  content: none !important;
}
.page-template-fitzroy-page-template header ul li > a:after,
.page-template-lothian-buses-page-template header ul li > a:after {
  content: " ";
  position: absolute;
  bottom: -5px;
  background: #E2EBF2;
  background: #A3C8DE;
  width: 100%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.page-template-fitzroy-page-template header ul li a,
.page-template-lothian-buses-page-template header ul li a {
  text-decoration: none !important;
}
.page-template-fitzroy-page-template header ul li.current-menu-item > a:after,
.page-template-lothian-buses-page-template header ul li.current-menu-item > a:after {
  background: #0063a6;
}
.page-template-fitzroy-page-template header ul li > a:hover:after,
.page-template-lothian-buses-page-template header ul li > a:hover:after {
  background: #0063a6;
}
.page-template-fitzroy-page-template header ul li.my-account-btn,
.page-template-lothian-buses-page-template header ul li.my-account-btn {
  margin-left: 10px;
  margin-bottom: -15px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-template-fitzroy-page-template header ul li.my-account-btn,
  .page-template-lothian-buses-page-template header ul li.my-account-btn {
    margin-left: 50px;
  }
}
.page-template-fitzroy-page-template header ul li.my-account-btn a,
.page-template-lothian-buses-page-template header ul li.my-account-btn a {
  border: 1px solid #0063a6;
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 8px 20px 8px 45px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  text-decoration: none !important;
  display: block;
  text-wrap: nowrap;
  transition: 0.3s ease-in-out;
  background: url(my-account-btn-icon.svg);
  background-position: left -1px center;
  background-repeat: no-repeat;
  background-size: 38px auto;
  line-height: 1;
  padding: 7px 10px 7px 39px;
  margin-bottom: 2px;
}
.page-template-fitzroy-page-template header ul li.my-account-btn a:hover,
.page-template-lothian-buses-page-template header ul li.my-account-btn a:hover {
  background-color: #E7F0F6;
}
.page-template-fitzroy-page-template header ul li.my-account-btn > a:after,
.page-template-lothian-buses-page-template header ul li.my-account-btn > a:after {
  content: none !important;
}
.page-template-fitzroy-page-template header ul li a,
.page-template-lothian-buses-page-template header ul li a {
  color: #0063a6;
  color: #000;
  font-size: 21px;
  color: #fff;
  display: block;
  line-height: 2;
  white-space: nowrap;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-fitzroy-page-template header ul li a,
  .page-template-lothian-buses-page-template header ul li a {
    font-size: 18px;
  }
}
.page-template-fitzroy-page-template header ul li a:hover,
.page-template-lothian-buses-page-template header ul li a:hover {
  text-decoration: none !important;
}
@media (min-width: 767px) {
  .page-template-fitzroy-page-template header ul li,
  .page-template-lothian-buses-page-template header ul li {
    position: relative;
  }
  .page-template-fitzroy-page-template header ul li ul.sub-menu,
  .page-template-lothian-buses-page-template header ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    width: 300px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-in-out;
    background: #A3C8DE;
    border-radius: 4px;
    padding: 10px 15px;
    display: block;
    z-index: 999;
  }
  .page-template-fitzroy-page-template header ul li:hover ul.sub-menu,
  .page-template-lothian-buses-page-template header ul li:hover ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 767px) {
  .page-template-fitzroy-page-template header ul,
  .page-template-lothian-buses-page-template header ul {
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
  }
}
.page-template-fitzroy-page-template section.ftz,
.page-template-lothian-buses-page-template section.ftz {
  padding-top: 2.7rem;
  padding-bottom: 2.233rem;
}
.page-template-fitzroy-page-template section.ftz.no-padding-top,
.page-template-lothian-buses-page-template section.ftz.no-padding-top {
  padding-top: 0;
}
.page-template-fitzroy-page-template section.ftz.no-padding-bottom,
.page-template-lothian-buses-page-template section.ftz.no-padding-bottom {
  padding-bottom: 0;
}
.page-template-fitzroy-page-template section.ftz.more-padding-top,
.page-template-lothian-buses-page-template section.ftz.more-padding-top {
  padding-top: 6rem;
}
.page-template-fitzroy-page-template section.ftz.more-padding-bottom,
.page-template-lothian-buses-page-template section.ftz.more-padding-bottom {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .page-template-fitzroy-page-template section.ftz.more-padding-top-only-large,
  .page-template-lothian-buses-page-template section.ftz.more-padding-top-only-large {
    padding-top: 6rem;
  }
  .page-template-fitzroy-page-template section.ftz.more-padding-bottom-only-large,
  .page-template-lothian-buses-page-template section.ftz.more-padding-bottom-only-large {
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .page-template-fitzroy-page-template section.ftz .negative-margin-top,
  .page-template-lothian-buses-page-template section.ftz .negative-margin-top {
    margin-top: -3rem;
  }
}
.page-template-fitzroy-page-template section.ftz h1.bold, .page-template-fitzroy-page-template section.ftz h2.bold, .page-template-fitzroy-page-template section.ftz h3.bold, .page-template-fitzroy-page-template section.ftz h4.bold, .page-template-fitzroy-page-template section.ftz li.bold, .page-template-fitzroy-page-template section.ftz p.bold,
.page-template-lothian-buses-page-template section.ftz h1.bold,
.page-template-lothian-buses-page-template section.ftz h2.bold,
.page-template-lothian-buses-page-template section.ftz h3.bold,
.page-template-lothian-buses-page-template section.ftz h4.bold,
.page-template-lothian-buses-page-template section.ftz li.bold,
.page-template-lothian-buses-page-template section.ftz p.bold {
  font-weight: bold !important;
}
.page-template-fitzroy-page-template section.ftz h1,
.page-template-lothian-buses-page-template section.ftz h1 {
  font-size: 2.6667rem;
  color: #0063a6;
  margin-bottom: 1.333rem;
}
.page-template-fitzroy-page-template section.ftz h2,
.page-template-lothian-buses-page-template section.ftz h2 {
  font-size: 2.166rem;
  color: #0063a6;
  font-weight: bold;
  margin: 0 0 1.5rem;
}
.page-template-fitzroy-page-template section.ftz h3,
.page-template-lothian-buses-page-template section.ftz h3 {
  font-size: 2rem;
  color: #0063a6;
  font-weight: 300;
  margin: 0 0 1.5rem;
}
.page-template-fitzroy-page-template section.ftz.red-titles h1, .page-template-fitzroy-page-template section.ftz.red-titles h2, .page-template-fitzroy-page-template section.ftz.red-titles h3, .page-template-fitzroy-page-template section.ftz.red-titles h4,
.page-template-lothian-buses-page-template section.ftz.red-titles h1,
.page-template-lothian-buses-page-template section.ftz.red-titles h2,
.page-template-lothian-buses-page-template section.ftz.red-titles h3,
.page-template-lothian-buses-page-template section.ftz.red-titles h4 {
  color: #B71F51;
}
.page-template-fitzroy-page-template section.ftz.black-titles h1, .page-template-fitzroy-page-template section.ftz.black-titles h2, .page-template-fitzroy-page-template section.ftz.black-titles h3, .page-template-fitzroy-page-template section.ftz.black-titles h4,
.page-template-lothian-buses-page-template section.ftz.black-titles h1,
.page-template-lothian-buses-page-template section.ftz.black-titles h2,
.page-template-lothian-buses-page-template section.ftz.black-titles h3,
.page-template-lothian-buses-page-template section.ftz.black-titles h4 {
  color: inherit;
}
.page-template-fitzroy-page-template section.ftz .ftz-blue-box, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box, .page-template-fitzroy-page-template section.ftz .ftz-red-box,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box {
  background: #0063a6;
  color: #FFFFFF;
  border-radius: 1.6667rem;
  padding: 3.966rem 3rem 3rem 3rem;
}
.page-template-fitzroy-page-template section.ftz .ftz-blue-box.no-padding-top, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box.no-padding-top, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box.no-padding-top, .page-template-fitzroy-page-template section.ftz .ftz-red-box.no-padding-top,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box.no-padding-top,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box.no-padding-top,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box.no-padding-top,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box.no-padding-top {
  padding-top: 0;
}
.page-template-fitzroy-page-template section.ftz .ftz-blue-box .with-padding-top, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box .with-padding-top, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box .with-padding-top, .page-template-fitzroy-page-template section.ftz .ftz-red-box .with-padding-top,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box .with-padding-top,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box .with-padding-top,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box .with-padding-top,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box .with-padding-top {
  padding-top: 3.966rem;
}
@media (max-width: 767px) {
  .page-template-fitzroy-page-template section.ftz .ftz-blue-box, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box, .page-template-fitzroy-page-template section.ftz .ftz-red-box,
  .page-template-lothian-buses-page-template section.ftz .ftz-blue-box,
  .page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box,
  .page-template-lothian-buses-page-template section.ftz .ftz-yellow-box,
  .page-template-lothian-buses-page-template section.ftz .ftz-red-box {
    margin-bottom: 30px;
  }
}
.page-template-fitzroy-page-template section.ftz .ftz-blue-box h1, .page-template-fitzroy-page-template section.ftz .ftz-blue-box h2, .page-template-fitzroy-page-template section.ftz .ftz-blue-box h3, .page-template-fitzroy-page-template section.ftz .ftz-blue-box h4, .page-template-fitzroy-page-template section.ftz .ftz-blue-box li, .page-template-fitzroy-page-template section.ftz .ftz-blue-box p, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box h1, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box h2, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box h3, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box h4, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box li, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box p, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box h1, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box h2, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box h3, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box h4, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box li, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box p, .page-template-fitzroy-page-template section.ftz .ftz-red-box h1, .page-template-fitzroy-page-template section.ftz .ftz-red-box h2, .page-template-fitzroy-page-template section.ftz .ftz-red-box h3, .page-template-fitzroy-page-template section.ftz .ftz-red-box h4, .page-template-fitzroy-page-template section.ftz .ftz-red-box li, .page-template-fitzroy-page-template section.ftz .ftz-red-box p,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box h1,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box h2,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box h3,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box h4,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box li,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box p,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box h1,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box h2,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box h3,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box h4,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box li,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box p,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box h1,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box h2,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box h3,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box h4,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box li,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box p,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box h1,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box h2,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box h3,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box h4,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box li,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box p {
  color: #fff !important;
}
.page-template-fitzroy-page-template section.ftz .ftz-blue-box h2, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box h2, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box h2, .page-template-fitzroy-page-template section.ftz .ftz-red-box h2,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box h2,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box h2,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box h2,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box h2 {
  margin-bottom: 2rem;
}
.page-template-fitzroy-page-template section.ftz .ftz-blue-box h3, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box h3, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box h3, .page-template-fitzroy-page-template section.ftz .ftz-red-box h3,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box h3,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box h3,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box h3,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box h3 {
  margin-bottom: 1.8rem;
  font-weight: 600;
  font-size: 1.5rem;
}
.page-template-fitzroy-page-template section.ftz .ftz-blue-box .ftz-img-float-right, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box .ftz-img-float-right, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box .ftz-img-float-right, .page-template-fitzroy-page-template section.ftz .ftz-red-box .ftz-img-float-right,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box .ftz-img-float-right,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box .ftz-img-float-right,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box .ftz-img-float-right,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box .ftz-img-float-right {
  float: right;
  margin-top: -11rem;
}
.page-template-fitzroy-page-template section.ftz .ftz-blue-box,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box {
  border-radius: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-template-fitzroy-page-template section.ftz .ftz-blue-box .ftz-img,
  .page-template-lothian-buses-page-template section.ftz .ftz-blue-box .ftz-img {
    /*margin-top: -3rem;*/
    margin-top: -2.5%;
    margin-bottom: -3rem;
  }
}
.page-template-fitzroy-page-template section.ftz .ftz-blue-box .ftz-img img,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-box .ftz-img img {
  max-width: 100%;
  width: 450px;
}
.page-template-fitzroy-page-template section.ftz .ftz-light-blue-box,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box {
  background-color: #F4F8FC;
  color: #001F32;
  border-radius: 1.3rem;
  padding: 1rem 2rem 2rem 2rem;
  padding: 2rem;
  /* */
  /* */
}
.page-template-fitzroy-page-template section.ftz .ftz-light-blue-box h1, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box h2, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box h3, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box h4,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box h1,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box h2,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box h3,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box h4 {
  color: #0063a6 !important;
  color: #000000 !important;
}
.page-template-fitzroy-page-template section.ftz .ftz-light-blue-box li, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box p,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box li,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box p {
  color: #001F32 !important;
  font-size: 30px;
}
@media (max-width: 767px) {
  .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box li, .page-template-fitzroy-page-template section.ftz .ftz-light-blue-box p,
  .page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box li,
  .page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box p {
    font-size: 22px;
  }
}
.page-template-fitzroy-page-template section.ftz .ftz-light-blue-box a,
.page-template-lothian-buses-page-template section.ftz .ftz-light-blue-box a {
  color: inherit !important;
  font-weight: bolder;
  text-decoration: underline !important;
}
.page-template-fitzroy-page-template section.ftz .ftz-height-100,
.page-template-lothian-buses-page-template section.ftz .ftz-height-100 {
  height: 100%;
}
.page-template-fitzroy-page-template section.ftz .hsf-logo-img,
.page-template-lothian-buses-page-template section.ftz .hsf-logo-img {
  margin: 0 auto 1rem;
}
.page-template-fitzroy-page-template section.ftz .ftz-yellow-box,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box {
  background-color: #FCF6E7;
  color: #2B2E34;
}
.page-template-fitzroy-page-template section.ftz .ftz-yellow-box h1, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box h2, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box h3, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box h4, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box li, .page-template-fitzroy-page-template section.ftz .ftz-yellow-box p,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box h1,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box h2,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box h3,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box h4,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box li,
.page-template-lothian-buses-page-template section.ftz .ftz-yellow-box p {
  color: #2B2E34 !important;
}
.page-template-fitzroy-page-template section.ftz .ftz-red-box,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box {
  background-color: #B71F51;
  position: relative;
  height: 100%;
}
.page-template-fitzroy-page-template section.ftz .ftz-red-box .ftz-red-box-no-1,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box .ftz-red-box-no-1 {
  position: absolute;
  right: 1.5rem;
  top: 0;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
}
.page-template-fitzroy-page-template section.ftz .ftz-red-box .ftz-red-box-no-2,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box .ftz-red-box-no-2 {
  position: absolute;
  right: 1.5rem;
  top: 0;
  font-size: 16.7rem;
  font-weight: bold;
  line-height: 1;
  opacity: 0.1;
}
.page-template-fitzroy-page-template section.ftz .ftz-red-box p,
.page-template-lothian-buses-page-template section.ftz .ftz-red-box p {
  position: relative;
  z-index: 2;
}
.page-template-fitzroy-page-template section.ftz .ftz-extendable, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap {
  background: #F4F8FC;
  border-radius: 2rem;
  margin-bottom: 30px;
  margin-bottom: -1px;
  background: transparent;
  border-top: 1px solid #0063a6;
  border-bottom: 1px solid #0063a6;
  border-radius: 0;
}
.page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-title, .page-template-fitzroy-page-template section.ftz .ftz-extendable h3.ui-accordion-header, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-title, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap h3.ui-accordion-header,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-title,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable h3.ui-accordion-header,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-title,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap h3.ui-accordion-header {
  background: #0063a6;
  color: #fff;
  font-size: 1.667rem;
  font-weight: 300;
  border-radius: 2rem;
  padding: 1rem;
  line-height: 1.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: transparent;
  margin-top: -1px;
  margin-bottom: 0;
  border-radius: 0;
  color: #000000;
  font-weight: bold;
  border: none;
  position: relative;
}
.page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-title .ftz-plus, .page-template-fitzroy-page-template section.ftz .ftz-extendable h3.ui-accordion-header .ftz-plus, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-title .ftz-plus, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap h3.ui-accordion-header .ftz-plus,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-title .ftz-plus,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable h3.ui-accordion-header .ftz-plus,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-title .ftz-plus,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap h3.ui-accordion-header .ftz-plus {
  /*
  font-size: 2.667rem;
  font-weight: bold;
  margin-right: 0.6667rem;
  line-height: 1rem;
  display: inline-block;
  vertical-align: -4px;
  &:before {
    content: '+';
  }
  */
  width: 70px;
  min-width: 70px;
  height: 70px;
  background: url(hsf-extend-btn.svg);
  background: url(hsf-icon-plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-title.active .ftz-plus, .page-template-fitzroy-page-template section.ftz .ftz-extendable h3.ui-accordion-header.active .ftz-plus, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-title.active .ftz-plus, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap h3.ui-accordion-header.active .ftz-plus,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-title.active .ftz-plus,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable h3.ui-accordion-header.active .ftz-plus,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-title.active .ftz-plus,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap h3.ui-accordion-header.active .ftz-plus {
  background-image: url(hsf-icon-minus.png);
}
.page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-title .ui-accordion-header-icon, .page-template-fitzroy-page-template section.ftz .ftz-extendable h3.ui-accordion-header .ui-accordion-header-icon, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-title .ui-accordion-header-icon, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap h3.ui-accordion-header .ui-accordion-header-icon,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-title .ui-accordion-header-icon,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable h3.ui-accordion-header .ui-accordion-header-icon,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-title .ui-accordion-header-icon,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap h3.ui-accordion-header .ui-accordion-header-icon {
  /*
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(0,-50%) rotate(-90deg);
  &:after {
    content: "<";
  }
  */
  width: 70px;
  min-width: 70px;
  height: 70px;
  background: url(hsf-extend-btn.svg);
  background: url(hsf-icon-plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-title.ui-state-active .ui-accordion-header-icon, .page-template-fitzroy-page-template section.ftz .ftz-extendable h3.ui-accordion-header.ui-state-active .ui-accordion-header-icon, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-title.ui-state-active .ui-accordion-header-icon, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap h3.ui-accordion-header.ui-state-active .ui-accordion-header-icon,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-title.ui-state-active .ui-accordion-header-icon,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable h3.ui-accordion-header.ui-state-active .ui-accordion-header-icon,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-title.ui-state-active .ui-accordion-header-icon,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap h3.ui-accordion-header.ui-state-active .ui-accordion-header-icon {
  background-image: url(hsf-icon-minus.png);
}
.page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-area, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-area,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area {
  /*
  border: 1px solid #707070;
  border-radius: 30px;
  */
  display: none;
  padding: 1rem 2rem;
}
.page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-area h1, .page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-area h2, .page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-area h3, .page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-area h4, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area h1, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area h2, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area h3, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area h4,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-area h1,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-area h2,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-area h3,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-area h4,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area h1,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area h2,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area h3,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area h4 {
  color: #000 !important;
}
@media (min-width: 768px) {
  .page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft,
  .page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft,
  .page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft {
    display: flex;
  }
  .page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft .ftz-extendable-area-content, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft .ftz-extendable-area-content,
  .page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft .ftz-extendable-area-content,
  .page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft .ftz-extendable-area-content {
    width: 70%;
  }
  .page-template-fitzroy-page-template section.ftz .ftz-extendable .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft .ftz-extendable-area-image, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft .ftz-extendable-area-image,
  .page-template-lothian-buses-page-template section.ftz .ftz-extendable .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft .ftz-extendable-area-image,
  .page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ftz-extendable-area .ftz-extendable-area-inner.layout-textleft .ftz-extendable-area-image {
    width: 30%;
  }
}
.page-template-fitzroy-page-template section.ftz .ftz-extendable .ui-accordion-content, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ui-accordion-content,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ui-accordion-content,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ui-accordion-content {
  padding: 1rem 2rem;
}
.page-template-fitzroy-page-template section.ftz .ftz-extendable .ui-accordion-header, .page-template-fitzroy-page-template section.ftz .ftz-accordion .wrap .ui-accordion-header,
.page-template-lothian-buses-page-template section.ftz .ftz-extendable .ui-accordion-header,
.page-template-lothian-buses-page-template section.ftz .ftz-accordion .wrap .ui-accordion-header {
  padding-right: 50px !important;
}
.page-template-fitzroy-page-template section.ftz .ftz-plan,
.page-template-lothian-buses-page-template section.ftz .ftz-plan {
  background: #fff;
  padding: 50px;
  border-radius: 50px;
  margin-bottom: 100px;
}
.page-template-fitzroy-page-template section.ftz .ftz-plan .ftz-plan-top,
.page-template-lothian-buses-page-template section.ftz .ftz-plan .ftz-plan-top {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-template-fitzroy-page-template section.ftz .ftz-plan .ftz-plan-top,
  .page-template-lothian-buses-page-template section.ftz .ftz-plan .ftz-plan-top {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page-template-fitzroy-page-template section.ftz .ftz-benefits-table,
.page-template-lothian-buses-page-template section.ftz .ftz-benefits-table {
  margin: 0 auto;
  display: block;
  width: 1200px;
  max-width: 100%;
}
.page-template-fitzroy-page-template section.ftz .ftz-red-btn,
.page-template-lothian-buses-page-template section.ftz .ftz-red-btn {
  background: #C13A72;
  border-radius: 2rem;
  color: #fff;
  padding: 1rem 1rem 1rem 5rem;
  background-image: url(download-icon-new.svg);
  background-size: auto 6rem;
  background-position: left 0rem center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 550px;
  max-width: 100%;
  text-decoration: none !important;
}
.page-template-fitzroy-page-template section.ftz .ftz-red-btn .ftz-red-btn-title,
.page-template-lothian-buses-page-template section.ftz .ftz-red-btn .ftz-red-btn-title {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
}
.page-template-fitzroy-page-template section.ftz .ftz-red-btn .ftz-red-btn-subtitle,
.page-template-lothian-buses-page-template section.ftz .ftz-red-btn .ftz-red-btn-subtitle {
  font-size: 0.833rem;
  font-weight: 400;
  display: block;
}
.page-template-fitzroy-page-template section.ftz .ftz-blue-btn,
.page-template-lothian-buses-page-template section.ftz .ftz-blue-btn {
  background: #0063a6;
  border-radius: 2rem;
  color: #fff;
  padding: 12px 50px 12px 15px;
  background-image: url(download-icon.svg);
  background-size: auto 6rem;
  background-position: left 0rem center;
  background-repeat: no-repeat;
  display: inline-block;
  text-decoration: none !important;
  min-width: 201px;
  font-size: 16px;
  width: auto;
  background-size: auto 2rem;
  background-position: right 0.2rem center;
  background-position: right 10px center;
  margin-right: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .page-template-fitzroy-page-template section.ftz .ftz-blue-btn,
  .page-template-lothian-buses-page-template section.ftz .ftz-blue-btn {
    font-size: 4vw;
    background-size: auto 3rem;
  }
}
.page-template-fitzroy-page-template section.ftz .tooltip-open,
.page-template-lothian-buses-page-template section.ftz .tooltip-open {
  background: url(tooltip-open-2.svg);
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  cursor: pointer;
  background: #0063a6;
  border-radius: 99px;
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
  vertical-align: 3px;
}
.page-template-fitzroy-page-template section.ftz .tooltip-open:after,
.page-template-lothian-buses-page-template section.ftz .tooltip-open:after {
  content: "i";
}
.page-template-fitzroy-page-template section.ftz .tooltip-open .tooltip-popup,
.page-template-lothian-buses-page-template section.ftz .tooltip-open .tooltip-popup {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: calc(100% + 10px);
  width: 500px;
  background: rgba(193, 58, 114, 0.9333333333);
  color: #fff;
  border-radius: 1rem;
  font-size: 1rem;
  padding: 1.5rem;
  background: #fff;
  color: #000000;
  box-shadow: 0px 0px 3px 0px rgba(38, 36, 37, 0.17);
  text-align: left;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .page-template-fitzroy-page-template section.ftz .tooltip-open .tooltip-popup,
  .page-template-lothian-buses-page-template section.ftz .tooltip-open .tooltip-popup {
    position: fixed;
    left: 50%;
    z-index: 999;
    top: 50%;
    transition: 0.3s ease-in-out;
    height: auto;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
  }
}
.page-template-fitzroy-page-template section.ftz .tooltip-open .tooltip-popup .tooltip-popup-close,
.page-template-lothian-buses-page-template section.ftz .tooltip-open .tooltip-popup .tooltip-popup-close {
  position: absolute;
  top: 15px;
  right: 19px;
  width: 34px;
  height: 34px;
  background: url(popup-close.svg);
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-template-fitzroy-page-template section.ftz .img-with-shape-behind,
.page-template-lothian-buses-page-template section.ftz .img-with-shape-behind {
  position: relative;
}
.page-template-fitzroy-page-template section.ftz .img-with-shape-behind:before,
.page-template-lothian-buses-page-template section.ftz .img-with-shape-behind:before {
  content: " ";
  position: absolute;
  left: -26%;
  top: -20%;
  right: 21%;
  bottom: 0;
  background-image: url(behind-image-shape.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-fitzroy-page-template section.ftz .img-with-shape-behind.shape-blue:before,
.page-template-lothian-buses-page-template section.ftz .img-with-shape-behind.shape-blue:before {
  background-image: url(behind-image-shape-blue.svg);
}
.page-template-fitzroy-page-template section.ftz .img-with-shape-behind img,
.page-template-lothian-buses-page-template section.ftz .img-with-shape-behind img {
  position: relative;
  z-index: 2;
}
.page-template-fitzroy-page-template section.ftz .text-over-image,
.page-template-lothian-buses-page-template section.ftz .text-over-image {
  position: relative;
  z-index: 3;
}
.page-template-fitzroy-page-template section.ftz .blue,
.page-template-lothian-buses-page-template section.ftz .blue {
  color: #0063a6 !important;
}
.page-template-fitzroy-page-template section.ftz .red,
.page-template-lothian-buses-page-template section.ftz .red {
  color: #B71F51 !important;
}
.page-template-fitzroy-page-template section.ftz ul.red-ticks,
.page-template-lothian-buses-page-template section.ftz ul.red-ticks {
  padding-left: 40px;
}
.page-template-fitzroy-page-template section.ftz ul.red-ticks li,
.page-template-lothian-buses-page-template section.ftz ul.red-ticks li {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
}
.page-template-fitzroy-page-template section.ftz ul.red-ticks li:before,
.page-template-lothian-buses-page-template section.ftz ul.red-ticks li:before {
  width: 30px;
  height: 30px;
  background-image: url(red-tick.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: -40px;
  top: 7px;
}
.page-template-fitzroy-page-template section.ftz ul.blue-ticks,
.page-template-lothian-buses-page-template section.ftz ul.blue-ticks {
  padding-left: 40px;
}
.page-template-fitzroy-page-template section.ftz ul.blue-ticks li,
.page-template-lothian-buses-page-template section.ftz ul.blue-ticks li {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  min-height: 40px;
}
.page-template-fitzroy-page-template section.ftz ul.blue-ticks li:before,
.page-template-lothian-buses-page-template section.ftz ul.blue-ticks li:before {
  width: 30px;
  height: 30px;
  background-image: url(hsf-blue-tick.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: -40px;
  top: 7px;
}
@media (max-width: 991px) {
  .page-template-fitzroy-page-template section.ftz ul.blue-ticks li:before,
  .page-template-lothian-buses-page-template section.ftz ul.blue-ticks li:before {
    top: 0;
  }
}
.page-template-fitzroy-page-template section.ftz .ftz-bubble,
.page-template-lothian-buses-page-template section.ftz .ftz-bubble {
  background: #D8EBFA;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  padding: 2rem;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-top: -100px;
  position: relative;
  background: #B71F51;
  color: #FFF;
  /*
  &:before {
    content: " ";
    background: #F9EEF2;
    width: 4rem;
    height: 4rem;
    right: calc(100% + 3rem);
    top: calc(50% - 1rem);
    position: absolute;
    border-radius: 50%;
  }
  */
}
@media (max-width: 767px) {
  .page-template-fitzroy-page-template section.ftz .ftz-bubble,
  .page-template-lothian-buses-page-template section.ftz .ftz-bubble {
    position: static;
    margin: 0 auto;
  }
}
.page-template-fitzroy-page-template section.ftz .ftz-bubble .ftz-bubble-no,
.page-template-lothian-buses-page-template section.ftz .ftz-bubble .ftz-bubble-no {
  font-size: 3.433rem;
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  font-size: 8rem;
  line-height: 1;
}
.page-template-fitzroy-page-template section.ftz .ftz-bubble .ftz-bubble-txt,
.page-template-lothian-buses-page-template section.ftz .ftz-bubble .ftz-bubble-txt {
  font-size: 1.566rem;
  font-weight: normal;
  line-height: 1.2;
}
.page-template-fitzroy-page-template section.ftz .swiper-outer,
.page-template-lothian-buses-page-template section.ftz .swiper-outer {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.page-template-fitzroy-page-template section.ftz .swiper-outer .swiper-wrapper,
.page-template-lothian-buses-page-template section.ftz .swiper-outer .swiper-wrapper {
  align-items: stretch;
}
.page-template-fitzroy-page-template section.ftz .swiper-outer .swiper-wrapper .swiper-slide,
.page-template-lothian-buses-page-template section.ftz .swiper-outer .swiper-wrapper .swiper-slide {
  height: auto;
}
.page-template-fitzroy-page-template section.ftz .swiper-outer .swiper,
.page-template-lothian-buses-page-template section.ftz .swiper-outer .swiper {
  padding-bottom: 60px;
}
.page-template-fitzroy-page-template section.ftz .swiper-outer .swipe-img,
.page-template-lothian-buses-page-template section.ftz .swiper-outer .swipe-img {
  background: #DCE9F3;
  border-radius: 15px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.page-template-fitzroy-page-template section.ftz .swiper-outer .swipe-img img,
.page-template-lothian-buses-page-template section.ftz .swiper-outer .swipe-img img {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .page-template-fitzroy-page-template section.ftz .swiper-outer,
  .page-template-lothian-buses-page-template section.ftz .swiper-outer {
    /*
    .swipe-img-outer {
      transition: 0.3s ease-in-out;
      margin: 60px 0;
    }
    .swipe-img {
      transition: 0.3s ease-in-out;
      transform: scale(0.8);
    }
    .swiper-slide-next {
      .swipe-img-outer {
        margin: 60px 0;
      }
      .swipe-img {
        transform: scale(1.2);
      }
    }
    */
  }
  .page-template-fitzroy-page-template section.ftz .swiper-outer .swiper-slide-inner,
  .page-template-lothian-buses-page-template section.ftz .swiper-outer .swiper-slide-inner {
    margin: 50px 0;
  }
  .page-template-fitzroy-page-template section.ftz .swiper-outer .swiper-slide,
  .page-template-lothian-buses-page-template section.ftz .swiper-outer .swiper-slide {
    transform: scale(0.85);
    transition: 0.3s ease-in-out;
  }
  .page-template-fitzroy-page-template section.ftz .swiper-outer .swiper-slide-next,
  .page-template-lothian-buses-page-template section.ftz .swiper-outer .swiper-slide-next {
    transform: scale(1.15);
  }
}
.page-template-fitzroy-page-template section.ftz .swiper-outer h4.slide-title,
.page-template-lothian-buses-page-template section.ftz .swiper-outer h4.slide-title {
  margin-top: 39px;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}
.page-template-fitzroy-page-template section.ftz .swiper-outer p,
.page-template-lothian-buses-page-template section.ftz .swiper-outer p {
  color: #000000;
  font-size: 22px;
}
.page-template-fitzroy-page-template section.ftz .swiper-outer .swiper-button-prev,
.page-template-lothian-buses-page-template section.ftz .swiper-outer .swiper-button-prev {
  left: 0;
  color: #0063a6;
}
.page-template-fitzroy-page-template section.ftz .swiper-outer .swiper-button-next,
.page-template-lothian-buses-page-template section.ftz .swiper-outer .swiper-button-next {
  right: 0;
  color: #0063a6;
}
.page-template-fitzroy-page-template section.ftz .image-changer-imgs,
.page-template-lothian-buses-page-template section.ftz .image-changer-imgs {
  height: 100%;
}
.page-template-fitzroy-page-template section.ftz .image-changer-imgs .image-changer-img,
.page-template-lothian-buses-page-template section.ftz .image-changer-imgs .image-changer-img {
  position: sticky;
  top: 100px;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  height: 100vh;
}
.page-template-fitzroy-page-template section.ftz .image-changer-imgs .image-changer-img img,
.page-template-lothian-buses-page-template section.ftz .image-changer-imgs .image-changer-img img {
  height: auto;
  position: absolute;
}
.page-template-fitzroy-page-template section.ftz .image-changer-text,
.page-template-lothian-buses-page-template section.ftz .image-changer-text {
  height: calc(100vh + 100px);
}
@media (max-width: 767px) {
  .page-template-fitzroy-page-template section.ftz .row,
  .page-template-lothian-buses-page-template section.ftz .row {
    margin-bottom: -30px;
  }
  .page-template-fitzroy-page-template section.ftz .row > *,
  .page-template-lothian-buses-page-template section.ftz .row > * {
    margin-bottom: 30px;
  }
}
.page-template-fitzroy-page-template section.ftz-hero,
.page-template-lothian-buses-page-template section.ftz-hero {
  position: relative;
  padding-top: 6rem;
  padding-top: 1rem;
  padding-bottom: 6rem;
  /*
  padding-top: 3.5rem;
  padding-bottom: 10rem;
  @media (max-width: 767px) {
    padding-bottom: 3rem;
  }
  */
  /* ******************
  NEW RULES BASED ON VW
  ****************** */
  /*
  @media (max-width: 575px) {
    h1 {
      font-size: 14vw;
    }
    h2 {
      font-size: 5vw;
    }
    h3 {
      font-size: 5.5vw;
    }
  }
  */
}
@media (max-width: 767px) {
  .page-template-fitzroy-page-template section.ftz-hero,
  .page-template-lothian-buses-page-template section.ftz-hero {
    padding-bottom: 0;
  }
}
.page-template-fitzroy-page-template section.ftz-hero .ftz-hero-bg-overlay img,
.page-template-lothian-buses-page-template section.ftz-hero .ftz-hero-bg-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-fitzroy-page-template section.ftz-hero .ftz-hero-bg,
.page-template-lothian-buses-page-template section.ftz-hero .ftz-hero-bg {
  position: absolute;
  width: 60%;
  left: 40%;
  top: -5%;
  right: 0;
  bottom: 2%;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-template-fitzroy-page-template section.ftz-hero .ftz-hero-bg img,
.page-template-lothian-buses-page-template section.ftz-hero .ftz-hero-bg img {
  position: absolute;
  width: 110%;
  height: 100%;
  left: 0;
  top: 0;
  right: -10%;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-fitzroy-page-template section.ftz-hero h1,
.page-template-lothian-buses-page-template section.ftz-hero h1 {
  font-size: 3.367rem;
  color: #0063a6;
  color: #fff;
  margin-bottom: 2.5rem;
}
.page-template-fitzroy-page-template section.ftz-hero h2,
.page-template-lothian-buses-page-template section.ftz-hero h2 {
  font-size: 1.433rem;
  font-weight: bold;
  color: #0063a6;
  color: #fff;
  margin: 0 0 1.5rem;
}
.page-template-fitzroy-page-template section.ftz-hero h3,
.page-template-lothian-buses-page-template section.ftz-hero h3 {
  font-size: 1.433rem;
  font-weight: 300;
  color: #0063a6;
  color: #fff;
  margin: 0;
}
.page-template-fitzroy-page-template section.ftz-hero ul.hero-bullets,
.page-template-lothian-buses-page-template section.ftz-hero ul.hero-bullets {
  margin: 0;
  padding: 0;
}
.page-template-fitzroy-page-template section.ftz-hero ul.hero-bullets li,
.page-template-lothian-buses-page-template section.ftz-hero ul.hero-bullets li {
  padding-left: 50px;
  position: relative;
  color: #fff;
  font-size: 1.433rem;
  /* font-weight: 300; */
  padding: 0 0 0 50px;
  margin: 0 0 10px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  font-size: 1.3vw;
  padding-left: 2.5vw;
}
.page-template-fitzroy-page-template section.ftz-hero ul.hero-bullets li:before,
.page-template-lothian-buses-page-template section.ftz-hero ul.hero-bullets li:before {
  position: absolute;
  left: 0;
  top: 6px;
  background: url(bullet-tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 37px;
  height: 37px;
  top: 0vw;
  width: 1.5vw;
  height: 1.5vw;
}
@media (min-width: 768px) {
  .page-template-fitzroy-page-template section.ftz-hero,
  .page-template-lothian-buses-page-template section.ftz-hero {
    padding-top: 2vw;
    padding-bottom: 10vw;
  }
  .page-template-fitzroy-page-template section.ftz-hero .container,
  .page-template-lothian-buses-page-template section.ftz-hero .container {
    width: 80vw;
    max-width: 80vw;
  }
  .page-template-fitzroy-page-template section.ftz-hero h1,
  .page-template-lothian-buses-page-template section.ftz-hero h1 {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
  .page-template-fitzroy-page-template section.ftz-hero h2,
  .page-template-lothian-buses-page-template section.ftz-hero h2 {
    font-size: 1.5vw;
    font-size: 2vw;
    margin-bottom: 2vw;
    width: 230%;
  }
  .page-template-fitzroy-page-template section.ftz-hero h3,
  .page-template-lothian-buses-page-template section.ftz-hero h3 {
    font-size: 1.3vw;
    width: 230%;
  }
}
@media (max-width: 767px) {
  .page-template-fitzroy-page-template section.ftz-hero h1,
  .page-template-lothian-buses-page-template section.ftz-hero h1 {
    font-size: 9vw;
    text-align: center;
    margin: 0 0 10px;
  }
  .page-template-fitzroy-page-template section.ftz-hero h2,
  .page-template-lothian-buses-page-template section.ftz-hero h2 {
    font-size: 3.5vw;
    text-align: center;
    margin: 0 0 10px;
    white-space: nowrap;
    width: 140%;
    margin-left: -20%;
    margin-right: -20%;
  }
  .page-template-fitzroy-page-template section.ftz-hero h3,
  .page-template-lothian-buses-page-template section.ftz-hero h3 {
    font-size: 3.5vw;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    width: 140%;
    margin-left: -20%;
    margin-right: -20%;
  }
  .page-template-fitzroy-page-template section.ftz-hero .hero-bullets-outer,
  .page-template-lothian-buses-page-template section.ftz-hero .hero-bullets-outer {
    text-align: center;
  }
  .page-template-fitzroy-page-template section.ftz-hero ul.hero-bullets,
  .page-template-lothian-buses-page-template section.ftz-hero ul.hero-bullets {
    display: inline-block;
  }
  .page-template-fitzroy-page-template section.ftz-hero ul.hero-bullets li,
  .page-template-lothian-buses-page-template section.ftz-hero ul.hero-bullets li {
    padding-left: 6vw;
    text-align: left;
    font-size: 3.5vw;
  }
  .page-template-fitzroy-page-template section.ftz-hero ul.hero-bullets li:before,
  .page-template-lothian-buses-page-template section.ftz-hero ul.hero-bullets li:before {
    top: 0vw;
    width: 4vw;
    height: 4vw;
  }
  .page-template-fitzroy-page-template section.ftz-hero .col-md-5,
  .page-template-lothian-buses-page-template section.ftz-hero .col-md-5 {
    margin-bottom: 10px;
  }
}
.page-template-fitzroy-page-template section.ftz-blue,
.page-template-lothian-buses-page-template section.ftz-blue {
  background-color: #F4F8FC;
}
.page-template-fitzroy-page-template .float-right,
.page-template-lothian-buses-page-template .float-right {
  float: right;
}
.page-template-fitzroy-page-template .ftz-wavey-lines,
.page-template-lothian-buses-page-template .ftz-wavey-lines {
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  .page-template-fitzroy-page-template .ftz-sofa-img,
  .page-template-lothian-buses-page-template .ftz-sofa-img {
    margin-left: -50px;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
  }
  .page-template-fitzroy-page-template .ftz-sofa-img img,
  .page-template-lothian-buses-page-template .ftz-sofa-img img {
    margin-top: -18rem;
    width: 100%;
  }
}
.page-template-fitzroy-page-template .hsf-123-image img,
.page-template-lothian-buses-page-template .hsf-123-image img {
  width: 100%;
  height: auto;
}
.page-template-fitzroy-page-template .ftz-123-box,
.page-template-lothian-buses-page-template .ftz-123-box {
  text-align: center;
  /*
  a {
    color: inherit !important;
    font-weight: bolder;
    text-decoration: underline !important;
  }
  */
}
.page-template-fitzroy-page-template .ftz-123-box .ftz-123-number,
.page-template-lothian-buses-page-template .ftz-123-box .ftz-123-number {
  font-size: 7rem;
  color: #0063a6;
  line-height: 1;
  margin-top: 0.5rem;
}
.page-template-fitzroy-page-template .ftz-perkbox-treadmill-img img,
.page-template-lothian-buses-page-template .ftz-perkbox-treadmill-img img {
  width: 100%;
  height: auto;
}
.page-template-fitzroy-page-template .ftz-plan-options,
.page-template-lothian-buses-page-template .ftz-plan-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}
.page-template-fitzroy-page-template .ftz-plan-options .ftz-plan-option,
.page-template-lothian-buses-page-template .ftz-plan-options .ftz-plan-option {
  width: 560px;
  width: calc(50% - 20px);
  max-width: 100%;
  margin: 10px 10px 30px;
}
@media (max-width: 767px) {
  .page-template-fitzroy-page-template .ftz-plan-options .ftz-plan-option,
  .page-template-lothian-buses-page-template .ftz-plan-options .ftz-plan-option {
    width: 100%;
  }
}
.page-template-fitzroy-page-template .ftz-plan-options .ftz-plan-option .ftz-light-blue-box,
.page-template-lothian-buses-page-template .ftz-plan-options .ftz-plan-option .ftz-light-blue-box {
  margin-bottom: 40px;
}
.page-template-fitzroy-page-template .ftz-plan-options .ftz-plan-option .ftz-light-blue-box h4,
.page-template-lothian-buses-page-template .ftz-plan-options .ftz-plan-option .ftz-light-blue-box h4 {
  text-align: center;
  color: #0063a6 !important;
  font-size: 1.8rem;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.page-template-fitzroy-page-template .ftz-plan-options .ftz-plan-option .ftz-blue-btn,
.page-template-lothian-buses-page-template .ftz-plan-options .ftz-plan-option .ftz-blue-btn {
  background-image: url(plus-icon.svg);
  background-size: auto 1.5rem;
}
@media (max-width: 767px) {
  .page-template-fitzroy-page-template .ftz-plan-options,
  .page-template-lothian-buses-page-template .ftz-plan-options {
    display: block;
  }
  .page-template-fitzroy-page-template .ftz-plan-options .ftz-plan-option,
  .page-template-fitzroy-page-template .ftz-plan-options .ftz-plan-option .ftz-blue-btn,
  .page-template-lothian-buses-page-template .ftz-plan-options .ftz-plan-option,
  .page-template-lothian-buses-page-template .ftz-plan-options .ftz-plan-option .ftz-blue-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-fitzroy-page-template .ftz-white-box,
.page-template-lothian-buses-page-template .ftz-white-box {
  background: #fff;
  padding: 2rem 3rem;
  border-radius: 2rem;
  width: 1300px;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 500px) {
  .page-template-fitzroy-page-template .ftz-white-box,
  .page-template-lothian-buses-page-template .ftz-white-box {
    padding: 1rem 0.5rem;
    padding: 20px;
    border-radius: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .page-template-fitzroy-page-template .ftz-white-box .ftz-white-box-top h1,
  .page-template-lothian-buses-page-template .ftz-white-box .ftz-white-box-top h1 {
    font-size: 4vw;
    font-size: 3.5vw;
  }
  .page-template-fitzroy-page-template .ftz-white-box .ftz-white-box-top p,
  .page-template-lothian-buses-page-template .ftz-white-box .ftz-white-box-top p {
    font-size: 2vw;
  }
}

@media (max-width: 500px) {
  footer .social-icons__list__item {
    padding: 0 0.5rem;
  }
}
.menu-btn {
  width: 32px;
  height: 28px;
  height: 35px;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 15px 0;
  margin: 15px 15px 15px auto;
}
.menu-btn .mb, .menu-btn .mb:after, .menu-btn .mb:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  height: 3px;
  background: #0063a6;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
}
.menu-btn .mb:before {
  content: " ";
  top: -13px;
}
.menu-btn .mb:after {
  content: " ";
  top: auto;
  bottom: -13px;
}
.menu-btn.active .mb {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none;
}
.menu-btn.active .mb:before {
  transform: rotate(45deg);
  top: -1px;
  height: 4px;
}
.menu-btn.active .mb:after {
  transform: rotate(-45deg);
  bottom: -1px;
  height: 4px;
}

.nav-menu-outer > div {
  display: none;
}
@media (min-width: 992px) {
  .nav-menu-outer > div {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .nav-menu-outer > div ul {
    display: block !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
  }
  .nav-menu-outer > div ul li {
    width: auto !important;
    display: block !important;
    min-width: 160px;
  }
  .nav-menu-outer > div ul .my-account-btn {
    margin: 20px 0 0 !important;
  }
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.ftz-steps {
  position: relative;
  padding-bottom: 150px;
}
.ftz-steps:before {
  content: " ";
  position: absolute;
  z-index: -1;
  background: #0063a6;
  border-radius: 12px;
  width: 70px;
  left: calc(50% - 35px);
  top: 100px;
  bottom: 0;
  height: calc(100% - 100px - 70px - 5px);
}
.ftz-steps:after {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 70px;
  height: 70px;
  left: calc(50% - 35px);
  bottom: 0;
  background: url(end-of-steps.svg);
  background-size: cover;
  background-position: center;
}
.ftz-steps .ftz-step {
  position: relative;
  min-height: 100px;
  padding-bottom: 40px;
}
.ftz-steps .ftz-step .ftz-step-image {
  width: 270px;
  height: 270px;
  position: absolute;
  left: calc(50% - 135px);
}
.ftz-steps .ftz-step .ftz-step-content {
  width: calc(50% - 150px);
  margin: 0 auto 0 0;
}
.ftz-steps .ftz-step:nth-child(even) .ftz-step-content {
  margin: 0 0 0 auto;
}
.ftz-steps .ftz-step .ftz-step-no {
  font-size: 2rem;
  font-weight: bold;
  color: #0063a6;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .ftz-steps:before {
    left: 65px;
  }
  .ftz-steps:after {
    left: 65px;
  }
  .ftz-steps .ftz-step .ftz-step-image {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
  }
  .ftz-steps .ftz-step .ftz-step-content {
    width: calc(100% - 220px);
    margin: 0 0 0 auto !important;
  }
}
@media (max-width: 500px) {
  .ftz-steps:before {
    left: 30px;
    width: 30px;
    top: 45px;
    bottom: 0;
    height: calc(100% - 45px - 30px - 5px);
  }
  .ftz-steps:after {
    left: 30px;
    width: 30px;
    height: 30px;
  }
  .ftz-steps .ftz-step .ftz-step-image {
    width: 90px;
    height: 90px;
  }
  .ftz-steps .ftz-step .ftz-step-content {
    width: calc(100% - 110px);
  }
}

.ftz-my-account-btn {
  border: 1px solid #0063a6;
  border-radius: 99px;
  padding: 8px 20px 8px 45px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  text-decoration: none !important;
  display: block;
  text-wrap: nowrap;
  transition: 0.3s ease-in-out;
  background: url(my-account-btn-bg.png);
  background: url(my-account-btn-bg.svg);
  background-position: left 3px center;
  background-repeat: no-repeat;
  background-size: 38px auto;
  line-height: 1;
  padding: 10px 13px 10px 50px;
  margin-bottom: 2px;
  background-color: #0063a6;
  color: #fff;
  display: inline-block;
}
.ftz-my-account-btn:hover {
  background-color: #FFF;
}

.ftz-pos-rel {
  position: relative;
}

.ftz-standard-blue-btn {
  background: #0063a6;
  border-radius: 2rem;
  color: #fff;
  padding: 12px 50px 12px 15px;
  background-image: url(download-icon.svg);
  background-size: auto 6rem;
  background-position: left 0rem center;
  background-repeat: no-repeat;
  display: inline-block;
  text-decoration: none !important;
  min-width: 201px;
  font-size: 16px;
  width: auto;
  background-size: auto 2rem;
  background-position: right 0.2rem center;
  background-position: right 10px center;
  margin-right: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
  padding: 12px 15px;
  background-image: none;
  color: #fff !important;
  text-align: center;
  margin-top: 30px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .ftz-standard-blue-btn {
    font-size: 4vw;
    background-size: auto 3rem;
  }
}
.ftz-standard-blue-btn:hover {
  background: #fff !important;
  color: #0063a6 !important;
}