<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

body {
  background-color: #F8F8F8;
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.menu-open {
  overflow: hidden;
}

p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
  color: #666666;
}
p strong {
  font-weight: bold;
}
p em {
  font-style: italic;
}
p.introduction {
  font-size: 2.8rem;
  line-height: 3.4rem;
}

.readmore {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  width: auto;
  margin: 10px 0 10px -8px;
}
.readmore a {
  color: #cccccc !important;
  border-bottom: none !important;
  display: block;
  background-color: #b61d22;
  width: auto;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
}
.readmore a:hover {
  background-color: #80171a;
}
.readmore#readmorenews {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2.4rem;
}
.readmore#readmorenews a {
  background-color: white;
  color: #b61d22 !important;
}
.readmore#readmorenews a:hover {
  background-color: #80171a;
  color: white !important;
}

.link-button {
  display: inline-block;
}
.link-button a {
  transition-duration: 0.35s;
  color: #cccccc !important;
  border-bottom: none !important;
  display: block;
  width: auto;
  padding: 0.5em 0.74em;
  background: #961b1e;
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
  border-radius: 1.4rem;
  color: #cccccc;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #961b1e;
}
.link-button a:hover {
  background: #961b1e;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  font-family: "Asap", sans-serif;
}
h1 .meta-title, h2 .meta-title, h3 .meta-title, h4 .meta-title, h5 .meta-title, h6 .meta-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #999999;
}

h1 {
  font-weight: 800;
  font-style: italic;
  color: #961b1e;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.line-dales-rail h1 {
  color: #a56f3f;
}
.line-south-fylde h1 {
  color: #f1a434;
}
.line-clitheroe-line h1 {
  color: #95c362;
}
.line-west-of-lancashire h1 {
  color: #dc1f26;
}
.line-east-lancashire h1 {
  color: #1686c6;
}
.line-bentham-line h1 {
  color: #463588;
}

h2.section-title {
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 2.8rem;
  color: #961b1e;
  margin-bottom: 2rem;
}

h3.section-title {
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 2rem;
}
h3.subtitle {
  color: #666666;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}

#lines .line {
  border-top: 3px solid #666666;
  padding: 5px 0 15px 0;
}
#lines .line h2 {
  font-size: 1.7rem;
  margin-bottom: 1.7rem;
}
#lines .line a {
  border-bottom: none;
}
#lines .line.line-dales-rail {
  border-top-color: #a56f3f;
}
#lines .line.line-south-fylde {
  border-top-color: #f1a434;
}
#lines .line.line-clitheroe-line {
  border-top-color: #95c362;
}
#lines .line.line-west-of-lancashire {
  border-top-color: #dc1f26;
}
#lines .line.line-east-lancashire {
  border-top-color: #1686c6;
}
#lines .line.line-bentham-line {
  border-top-color: #463588;
}

a {
  color: #961b1e;
}

.outer-wrapper {
  width: 100%;
}
.outer-wrapper .inner-wrapper {
  width: calc(100vw - 280px);
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1101px) and (max-width: 1480px) {
  .outer-wrapper .inner-wrapper {
    width: calc(100vw - 140px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .outer-wrapper .inner-wrapper {
    width: calc(100vw - 105px);
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .outer-wrapper .inner-wrapper {
    width: calc(100vw - 70px);
  }
}
.outer-wrapper .inner-wrapper div.introduction {
  width: 65.4545454545%;
  margin: 10rem auto;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .outer-wrapper .inner-wrapper div.introduction {
    width: 100%;
    margin: 2rem auto;
  }
}
.outer-wrapper .inner-wrapper div.introduction p {
  font-weight: 600;
  font-size: 2.2rem;
}

#site-title {
  position: relative;
}
#site-title h1 {
  position: absolute;
  width: 236px;
  height: 132px;
  background-color: #FFFFFF;
  z-index: 1001;
}
#site-title h1 a {
  background: url("../images/crl-logo.gif");
  background-size: contain;
  text-indent: -40000px;
  display: block;
  width: 236px;
  height: 132px;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #site-title h1 {
    width: 118px;
    height: 66px;
    z-index: 100000;
  }
  #site-title h1 a {
    width: 118px;
    height: 66px;
  }
}

#quick-links {
  background-color: #546121;
  height: 34px;
  position: relative;
  z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-width: 100px) and (max-width: 767px) {
  #quick-links {
    height: 50px;
  }
}
#quick-links .link-group {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-width: 100px) and (max-width: 767px) {
  #quick-links .link-group {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #quick-links .link-group ul {
    display: none;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #quick-links .link-group ul {
    display: none;
  }
}
#quick-links #banner-search-form {
  display: inline-block;
}
#quick-links #banner-search-form input[type=text] {
  outline: none;
  width: 70px;
  padding: 0 12px;
  border: none;
  background-color: #AAB091;
  height: 24px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border-radius: 12px;
  font-family: "proxima-nova", sans-serif;
  color: white;
  position: relative;
  transition: ease-in-out, width 0.45s ease-in-out;
}
#quick-links #banner-search-form input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#quick-links #banner-search-form input[type=text]:focus {
  width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-width: 100px) and (max-width: 767px) {
  #quick-links #banner-search-form input[type=text]:focus {
    max-width: calc(50vw - 50px);
  }
}
#quick-links #banner-search-form input[type=text]:focus::placeholder {
  display: none;
}
#quick-links #banner-search-form:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid white;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 99;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-width: 100px) and (max-width: 767px) {
  #quick-links #banner-search-form:before {
    top: 3px;
  }
}
#quick-links #banner-search-form:after {
  content: "";
  width: 2px;
  height: 6px;
  background-color: white;
  position: absolute;
  top: 19px;
  right: 10px;
  z-index: 99;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-width: 100px) and (max-width: 767px) {
  #quick-links #banner-search-form:after {
    top: 13px;
  }
}
#quick-links .top-links {
  display: inline-block;
}
#quick-links .top-links li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
  margin: 10px;
  position: relative;
}
#quick-links .top-links li a {
  transition-duration: 0.3s;
}
#quick-links .top-links li:after {
  position: absolute;
  top: 2px;
  right: -11px;
  content: "";
  width: 1px;
  height: 1.2rem;
  background-color: rgba(255, 255, 255, 0.5);
}
#quick-links .top-links li.twitter:after, #quick-links .top-links li.telephone:after {
  display: none;
}
#quick-links .top-links li.twitter {
  width: 20px;
  height: 20px;
  transform: translate(0, -3px);
}
#quick-links .top-links li.twitter a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("../images/twitter.svg");
  text-indent: -999999px;
}
#quick-links .top-links li.twitter a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
#quick-links .top-links li a {
  color: rgba(255, 255, 255, 0.5);
}
#quick-links .top-links li a:hover {
  color: white;
}

#menu-button {
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 990;
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-width: 100px) and (max-width: 767px) {
  #menu-button {
    top: 59px;
  }
}
.menu-open #menu-button {
  display: none;
}
#menu-button a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  padding-top: 32px;
}
#menu-button a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 21px;
  box-sizing: border-box;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  transition-duration: 0.2s;
}
#menu-button a:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
}
#menu-button a:hover:before {
  height: 27px;
  top: -3px;
}

#menu-close {
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 9999;
  display: none;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #menu-close {
    top: 59px;
  }
}
.menu-open #menu-close {
  display: block;
}
#menu-close a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  padding-top: 32px;
}
#menu-close a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  transform: rotate(45deg);
}
#menu-close a:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  transform: rotate(-45deg);
}

#main-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: #546121;
  z-index: 998;
  width: 0;
  overflow: hidden;
  overflow-y: scroll;
  transition-duration: 0.2s;
}
.menu-open #main-menu {
  width: 45vw;
  min-width: 280px;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .menu-open #main-menu {
    width: 100vw;
    min-width: 0;
  }
}
#main-menu nav {
  position: absolute;
  top: 25vh;
  left: 50%;
  transform: translate(-50%, 0);
  width: 252px;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #main-menu nav {
    top: 110px;
    width: calc(100vw - 70px);
  }
}
#main-menu nav li {
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #main-menu nav li {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
#main-menu nav li a {
  color: white;
}
#main-menu nav li a.parent {
  position: relative;
}
#main-menu nav li a.parent:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -28px;
  width: 14px;
  height: 14px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(-45deg);
}
#main-menu nav li .submenu {
  display: none;
}
#main-menu nav li.open a.parent:before {
  top: 16px;
  transform: rotate(135deg);
}
#main-menu nav li.open .submenu {
  display: block;
  padding-top: 0.6rem;
}
#main-menu nav li.open .submenu li {
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #main-menu nav li.open .submenu li {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0.8rem;
  }
}
#main-menu nav li.open .submenu li a {
  color: rgba(255, 255, 255, 0.66);
}

#home-carousel {
  width: 100vw;
  height: 45vw;
  min-height: 200px;
  max-height: 75vh;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel {
    overflow: hidden;
    height: 100vh;
    max-height: none;
  }
}
#home-carousel .slide {
  width: 100vw;
  height: 45vw;
  min-height: 200px;
  max-height: 75vh;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel .slide {
    height: 100vh;
    max-height: none;
    background-color: #961b1e;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel .slide .inner-wrapper {
    width: 100%;
  }
}
#home-carousel .slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel .slide .image {
    height: 50%;
  }
}
#home-carousel .slide .description {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100vw;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel .slide .description {
    bottom: auto;
    top: 50%;
  }
}
#home-carousel .slide .description .text {
  width: 408px;
  box-sizing: border-box;
  padding: 3rem;
  background-color: #961b1e;
  border-radius: 15px;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel .slide .description .text {
    width: 100%;
    min-height: 50%;
    padding: 1.5rem;
    border-radius: 0;
  }
}
#home-carousel .slide .description .text h3 {
  font-size: 2.8rem;
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 2.1rem;
  color: white;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel .slide .description .text h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
#home-carousel .slide .description .text p {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #C5B8B9;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel .slide .description .text p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
#home-carousel .slide .description .text p.readmore {
  display: inline-block;
}
#home-carousel .slide .description .text p.readmore a {
  font-size: 1.8rem;
  line-height: 1.8rem;
  border-radius: 1.5rem;
  height: 3rem;
  box-sizing: border-box;
  padding: 0.5rem 2rem;
  background-color: #B51C21;
  color: #CBC5C6;
  text-transform: uppercase;
  font-weight: 600;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel .slide .description .text p.readmore a {
    font-size: 1.5rem;
  }
}
#home-carousel .slide .description .text p.readmore a:hover {
  color: white;
}
#home-carousel .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel .slick-dots {
    bottom: 60px;
    left: auto;
    right: 20px;
    transform: none;
  }
}
#home-carousel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel .slick-dots li {
    margin: 0 3px;
  }
}
#home-carousel .slick-dots li button {
  text-indent: -99999px;
  display: block;
  border: none;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.5;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-carousel .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}
#home-carousel .slick-dots li.slick-active button {
  opacity: 1;
}

.home #content #welcome {
  width: 65.531%;
  min-width: 300px;
  margin: 5rem auto;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .home #content #welcome {
    min-width: 0;
    width: 100%;
  }
}
.home #promotions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home #promotions .promotion {
  width: calc(33.3333333% - 32px);
  min-width: 300px;
  background-color: white;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 3rem;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .home #promotions .promotion {
    width: 100%;
    min-width: 0;
  }
}
.home #promotions .promotion .description {
  padding: 3rem 3rem 6rem 3rem;
}
.home #promotions .promotion .description h3 {
  color: #961b1e;
  font: italic normal bold 2.8rem/2.8rem "Asap", sans-serif;
  margin-bottom: 2.8rem;
}
.home #promotions .promotion p.readmore {
  position: absolute;
  bottom: 1rem;
  left: 3rem;
}
.home #promotions .promotion p.readmore a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.8rem;
  height: 1.8rem;
  padding: 0.6rem 2rem;
  border-radius: 1.5rem;
  background-color: #B51C21;
  color: #C5B8B9;
  text-transform: uppercase;
  transition-duration: 0.2s;
}
.home #promotions .promotion p.readmore a:hover {
  color: white;
}
.home #news-title {
  margin-top: 10rem;
}
.home #news-title h2 {
  width: calc(33.3333333% - 32px);
  min-width: 300px;
  margin: 0 auto;
  background-color: #546121;
  color: white;
  box-sizing: border-box;
  padding: 1rem 0;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-style: italic;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .home #news-title h2 {
    width: calc(100vw - 70px);
    min-width: 0;
  }
}
.home #news-feed {
  background-color: #961b1e;
  position: relative;
  padding: 5rem 0 3rem 0;
}
.home #news-feed .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home #news-feed .inner-wrapper .news-item {
  width: calc(33.3333333% - 32px);
  min-width: 300px;
  padding-bottom: 10rem;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-width: 100px) and (max-width: 767px) {
  .home #news-feed .inner-wrapper .news-item {
    width: 100%;
    min-width: 0;
  }
}
.home #news-feed .inner-wrapper .news-item h3 {
  font-size: 2.2rem;
  color: white;
  font-weight: bold;
}
.home #news-feed .inner-wrapper .news-item p {
  color: #C5B8B9;
}
.home #news-feed .inner-wrapper .news-item p.readmore {
  position: absolute;
  bottom: 5rem;
  left: 0;
}
.home #news-feed .inner-wrapper .news-item p.readmore a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.8rem;
  height: 1.8rem;
  padding: 0.6rem 2rem;
  border-radius: 1.5rem;
  background-color: #B51C21;
  color: #C5B8B9;
  text-transform: uppercase;
  transition-duration: 0.2s;
}
.home #news-feed .inner-wrapper .news-item p.readmore a:hover {
  color: white;
}

.walk {
  border-bottom: 1px solid rgba(150, 27, 30, 0.2);
  margin-bottom: 2rem;
}
.walk h4 {
  font-family: "proxima-nova", sans-serif;
  color: #961b1e;
  font-size: 2rem;
  font-weight: bold;
}

#the-lines-info {
  margin-top: 30px;
  margin-bottom: 10rem;
  background-color: #FFFFFF;
  padding: 20px;
  box-sizing: border-box;
  min-height: 50px;
  border-radius: 15px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#the-lines-info #lines-list {
  width: calc(50% - 30px);
  font-size: 1.7rem;
  line-height: 2.4rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #the-lines-info #lines-list {
    width: 100%;
  }
}
#the-lines-info #lines-list h2 {
  color: #961b1e;
  font-family: "Asap", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 2.8rem;
  line-height: 4rem;
  margin-bottom: 4rem;
}
#the-lines-info #lines-list li {
  display: block;
  border-top: 4px solid #961b1e;
  margin-bottom: 2.8rem;
}
#the-lines-info #lines-list li a {
  font-weight: 800;
  color: #961b1e;
  font-size: 1em;
  margin-bottom: 1.0084033613em;
}
#the-lines-info #lines-list li a:hover {
  color: #666666 !important;
}
#the-lines-info #lines-list li.line-dales-rail {
  border-top-color: #a56f3f;
}
#the-lines-info #lines-list li.line-dales-rail a {
  color: #a56f3f;
}
#the-lines-info #lines-list li.line-south-fylde {
  border-top-color: #f1a434;
}
#the-lines-info #lines-list li.line-south-fylde a {
  color: #f1a434;
}
#the-lines-info #lines-list li.line-clitheroe-line {
  border-top-color: #95c362;
}
#the-lines-info #lines-list li.line-clitheroe-line a {
  color: #95c362;
}
#the-lines-info #lines-list li.line-west-of-lancashire {
  border-top-color: #dc1f26;
}
#the-lines-info #lines-list li.line-west-of-lancashire a {
  color: #dc1f26;
}
#the-lines-info #lines-list li.line-east-lancashire {
  border-top-color: #1686c6;
}
#the-lines-info #lines-list li.line-east-lancashire a {
  color: #1686c6;
}
#the-lines-info #lines-list li.line-bentham-line {
  border-top-color: #463588;
}
#the-lines-info #lines-list li.line-bentham-line a {
  color: #463588;
}
#the-lines-info #line-map {
  width: calc(50% - 30px);
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #the-lines-info #line-map {
    width: 100%;
  }
}
#the-lines-info #line-map img {
  width: 100%;
  height: auto;
}

#home-end-text {
  margin-bottom: 10rem;
}
#home-end-text .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home-end-text .columns .column {
  width: calc(50% - 30px);
  min-width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-width: 100px) and (max-width: 767px) {
  #home-end-text .columns .column {
    min-width: 0;
    width: 100%;
  }
}

#page-banner {
  width: 100vw;
  height: 23.75vw;
  max-height: 400px;
  min-height: 300px;
  background-color: rgba(150, 27, 30, 0.1);
  margin-bottom: 9rem;
  position: relative;
}
#page-banner #banner-image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-banner h2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #961b1e;
  box-sizing: border-box;
  font-size: 6rem;
  line-height: 4rem;
  font-family: "Asap", sans-serif;
  color: white;
  font-weight: 600;
  font-style: italic;
  padding: 24px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: calc(100vw - 280px);
  max-width: 1320px;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #page-banner h2 {
    width: calc(100vw - 70px);
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-width: 1101px) and (max-width: 1480px) {
  #page-banner h2 {
    font-size: 4rem;
    padding: 18px;
  }
}

.two-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 8rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .two-columns {
    display: block;
  }
}
.two-columns .column.wide-column {
  width: 65.4545%;
  max-width: calc(100% - 348px);
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-width: 100px) and (max-width: 767px) {
  .two-columns .column.wide-column {
    width: 100%;
    max-width: none;
  }
}
.two-columns .column.info-column {
  width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-width: 100px) and (max-width: 767px) {
  .two-columns .column.info-column {
    width: 100%;
    padding-bottom: 5rem;
  }
}

#dropmenus {
  margin-bottom: 3rem;
}

.dropmenu {
  position: relative;
}
.dropmenu:after {
  position: absolute;
  top: 15px;
  right: 20px;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(45deg);
}
.dropmenu h4 {
  background-color: #961b1e;
  box-sizing: border-box;
  padding: 16px 28px;
  color: white;
  font-family: "Asap", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  cursor: pointer;
}
.dropmenu h4.rounded-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.dropmenu:nth-child(even) h4 {
  background-color: rgba(150, 27, 30, 0.8);
}
.dropmenu ul {
  display: none;
  background: #DADADA;
  padding: 1rem 0;
}
.dropmenu ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1rem 1rem 1rem 3rem;
  border-bottom: none;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
}
.dropmenu:last-child h4 {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.dropmenu:last-child ul {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.dropmenu.open:after {
  top: 20px;
  transform: rotate(-135deg);
}
.dropmenu.open ul {
  display: block;
}
.dropmenu.open:last-child h4 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#stations-dropmenu ul + ul {
  margin-top: 10px;
}
#stations-dropmenu li {
  height: 30px;
  border-bottom: none;
}
#stations-dropmenu li a {
  height: 20px;
  padding: 5px 0 5px 45px;
  display: block;
  position: relative;
  text-transform: none;
  color: #404040;
}
#stations-dropmenu li a:before {
  content: " ";
  display: block;
  width: 40px;
  height: 30px;
  background-image: url("../images/stations.png");
  background-size: 80px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#stations-dropmenu li.main a {
  text-transform: uppercase;
  font-weight: 700;
  color: #404040;
}
#stations-dropmenu li.main a:hover {
  color: #000000;
}
#stations-dropmenu li.main a:before {
  background-position: 0 -88px;
}
#stations-dropmenu li.main a:hover:before {
  background-position: -40px -88px;
}
#stations-dropmenu li.main:first-child a:before {
  background-position: 0 -8px;
}
#stations-dropmenu li.main:first-child a:hover:before {
  background-position: -40px -8px;
}
#stations-dropmenu li.main:last-child a:before {
  background-position: 0 -248px;
}
#stations-dropmenu li.main:last-child a:hover:before {
  background-position: -40px -248px;
}
#stations-dropmenu li.small a:before {
  background-position: 0 -128px;
}
#stations-dropmenu li.small a:hover:before {
  background-position: -40px -128px;
}
#stations-dropmenu li.small:first-child a:before {
  background-position: 0 -48px;
}
#stations-dropmenu li.small:first-child a:hover:before {
  background-position: -40px -48px;
}
#stations-dropmenu li.small:last-child a:before {
  background-position: 0 -208px;
}
#stations-dropmenu li.small:last-child a:hover:before {
  background-position: -40px -208px;
}
#stations-dropmenu li.small.branch a:before {
  background-position: 0 -164px;
}
#stations-dropmenu li.small.branch a:hover:before {
  background-position: -40px -164px;
}

.info-column #map {
  width: 300px;
  height: 326px;
  margin-bottom: 30px;
  margin-top: 0;
}
.info-column #map #map-canvas {
  width: 300px;
  height: 300px;
}
.info-column #map h3 {
  font-family: "Asap", sans-serif;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 30px;
  background-color: #961b1e;
  color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.info-column #news-feed {
  background-color: #961b1e;
  border-radius: 15px;
  min-height: 100px;
  padding-bottom: 1px;
  margin-bottom: 3rem;
}
.info-column #news-feed .news-item {
  border-bottom: 1px solid #b61d22;
  width: 245px;
  margin: 10px auto 5px auto;
  color: #ccc;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.info-column #news-feed .news-item:last-child {
  border-bottom: none;
}
.info-column #news-feed .news-item h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.8rem;
}
.info-column #news-feed .news-item p {
  color: #CCC;
}
.info-column #news-feed .news-item p.readmore {
  display: inline-block;
}
.info-column #news-feed .news-item p.readmore a {
  font-size: 1.8rem;
  line-height: 1.8rem;
  border-radius: 1.5rem;
  height: 3rem;
  box-sizing: border-box;
  padding: 0.5rem 2rem;
  background-color: #B51C21;
  color: #CBC5C6;
  text-transform: uppercase;
  font-weight: 600;
  transition-duration: 0.2s;
}
.info-column #news-feed .news-item p.readmore a:hover {
  color: white;
}
.info-column #news-feed h2 {
  padding: 15px 25px;
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 2.4rem;
  color: #FFFFFF;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #546121;
}
.line-dales-rail .info-column #news-feed h2 {
  background-color: #a56f3f;
}
.line-south-fylde .info-column #news-feed h2 {
  background-color: #f1a434;
}
.line-clitheroe-line .info-column #news-feed h2 {
  background-color: #95c362;
}
.line-west-of-lancashire .info-column #news-feed h2 {
  background-color: #dc1f26;
}
.line-east-lancashire .info-column #news-feed h2 {
  background-color: #1686c6;
}
.line-bentham-line .info-column #news-feed h2 {
  background-color: #463588;
}

#map {
  margin-top: 10rem;
}
#map.wide {
  width: 640px;
  height: 480px;
  margin-bottom: 32px;
}
#map.wide #map-canvas {
  width: 640px;
  height: 480px;
}
#map.wide h3 {
  font-family: "Asap", sans-serif;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 30px;
  background-color: #961b1e;
  color: white;
  border-top-radius: 15px;
}

#gallery {
  cursor: pointer;
  width: 300px;
  height: 205px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
#gallery h3 {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #961b1e;
  color: white;
  width: 100%;
  padding: 16px 28px;
  color: white;
  font-family: "Asap", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  box-sizing: border-box;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#gallery img {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
}
#gallery .image-count {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  color: #FFF;
  width: 72px;
  height: 20px;
  padding: 10px 0;
  text-align: center;
  font-weight: 800;
  background-color: #93a0a7;
  background-color: rgba(39, 65, 79, 0.5);
  border-right-radius: 15px;
  font-size: 1.3rem;
}

.news-item, .case-study, .resource {
  padding-bottom: 3rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #961b1e;
}
.news-item h3, .case-study h3, .resource h3 {
  font-size: 2.8rem;
  font-weight: bold;
}

#pagination {
  margin: 0 auto 10rem auto;
  text-align: center;
}
#pagination .olderposts, #pagination .newerposts {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  width: auto;
  margin: 10px 10px 10px -8px;
  font-size: 2rem;
}
#pagination .olderposts a, #pagination .newerposts a {
  color: #cccccc !important;
  border-bottom: none !important;
  display: block;
  background-color: #b61d22;
  width: auto;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
}
#pagination .olderposts a:hover, #pagination .newerposts a:hover {
  background-color: #80171a;
}

#search-results h3 {
  font-size: 3rem;
  color: #961b1e;
  margin-bottom: 3rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Asap", sans-serif;
}
#search-results .result {
  padding: 2rem 0;
  border-top: 1px solid #DDD;
}
#search-results .result h4 {
  font-size: 2rem;
}

.tiles .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10rem;
}
.tiles .inner-wrapper .tile {
  min-width: 300px;
  border-radius: 15px;
  overflow: hidden;
  width: calc(33.3333% - 30px);
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
  margin: 0 0 3rem 0;
  position: relative;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .tiles .inner-wrapper .tile {
    width: 100%;
  }
}
.tiles .inner-wrapper .tile h3 {
  font-size: 2.8rem;
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #961b1e;
  margin-bottom: 2rem;
}
.tiles .inner-wrapper .tile img {
  width: 100%;
  height: auto;
  display: block;
}
.tiles .inner-wrapper .tile .description {
  padding: 1.6rem 3rem;
}
.tiles .inner-wrapper .tile .readmore {
  position: absolute;
  bottom: 1rem;
  left: 3rem;
}
.tiles.tiles-large .inner-wrapper .tile {
  width: calc(50% - 15px);
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .tiles.tiles-large .inner-wrapper .tile {
    width: 100%;
  }
}
.tiles.tiles-large .inner-wrapper .tile h3 {
  background-color: #961b1e;
  padding: 1.6rem 3rem;
  font-size: 2.8rem;
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: white;
  text-transform: uppercase;
}
.tiles.tiles-large .inner-wrapper .tile h3.dark-green {
  background-color: #546122;
}
.tiles.tiles-large .inner-wrapper .tile h3.light-green {
  background-color: #94C362;
}
.tiles.tiles-large .inner-wrapper .tile h3.blue {
  background-color: #1786C6;
}

#fancybox-container {
  display: none;
}

#footer {
  background-color: #961b1e;
  box-shadow: 0 100vh 0 100vh #961b1e;
  padding: 56px 0;
}
#footer p {
  color: white;
}
#footer h3.section-title {
  color: #C5B8B9;
  line-height: 24px;
  margin-bottom: 24px;
}
#footer a {
  color: white;
}
#footer .footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .footer-columns .column {
  width: calc(25% - 36px);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .footer-columns .column {
    width: calc(33% - 32px);
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #footer .footer-columns .column {
    width: 100%;
  }
}
#footer .footer-columns .column.padded {
  padding-top: 48px;
}
</pre></body></html>