<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,900&amp;display=swap');
p {
  font-family: 'Lato', 'Arial', san-serif;
}
#menu {
    background: #2e4c7a;
    border-radius: 0px 0px 0px 150px;
    border-left: 2px solid #b3cc55;
    border-bottom: 10px solid #b3cc55;
}
#menu a.list__link {
  font-size: 0.8em;
  line-height: 1.8em;
}
#menu a.list__link:focus, #menu a.list__link:hover {
  outline: thin dotted #b3cc55;
  outline-offset: 4px;
}
#header {
  background: white;
  border-bottom: 2px solid #2e4c7a;
  height: 5em;
}
#header.alt {
  border-bottom: 0;
}
#header .logo .symbol img {
    display: block;
    height: 3em;
    margin-top: 1em;
}
#header a.logo h1 {
  display: none;
}
#header nav &gt; ul &gt; li &gt; a.menuToggle {
    color: #2e4c7a;
    font-size: 1.2em;
    font-weight: 600;
    padding: 15px 0px;
}
#header.alt nav &gt; ul &gt; li &gt; a.menuToggle {
    color: white;
}
#header nav &gt; ul &gt; li &gt; a.menuToggle:after {
    content: '☰';
    margin-left: 0.25em;
    background: none;
}
.row &gt; .col-8 {
  width: 100%;
}
footer#footer {
    background-color: rgba(46,76,122,0.5) !important;
}

#search-site-header {
  border: 2px solid white;
}

::placeholder {
  color: #fff;
}

#js-search::after {
  content: " ";
  background: url("/tramstonewhaven/images/partnerlogos_white.png") no-repeat;
  display: block;
  height: 5em;
  background-position: center;
  background-size: contain;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 5%;
}
/* Homepage banner */
section#banner h2 {
  font-size: 3em;
}

/* Hiding */
nav.sidebar__section {
  display: none;
}
footer#footer .copyright {
  display: none;
}
a[href*="/account"] {
  display: none !important;
}
a[href*="/register"] {
  display: none !important;
}

/* Hides system menu */
#menu h2 {
    display: none;
}
/* Floater */
header+div.row section.box {
    color: #000;
    background: #b3cc55;
    font-size: 0.8em;
    line-height: 1.6em;
    position: fixed;
    width: 28%;
    height: auto;
    left: 0px;
    bottom: -28px;
    text-align: center;
    padding: 1em;
    border-radius: 0 30px 0 0;
    border-right: 5px solid #2e4c7a;
    border-top: 2px solid #2e4c7a;
    border-bottom: 0;
    border-left: 0;
    z-index: 100;
}
header+div.row section.box strong {
    color: black;
}
/* Responsive */
@media screen and (max-height: 750px){
  #menu {
    border-radius: 0px;
}
}
@media screen and (max-width: 650px){
  header+div.row section.box {
    width: 80%;
}
section#banner h2 {
  font-size: 1.5em;
}
}
#menu a[href="https://www.twitter.com/tramstonewhaven"]:before{
  content: "\f099";
}
#menu a[href="https://www.facebook.com/edinburghcouncil/"]:before{
  content: "\f230";
}
#menu a[href="https://www.instagram.com/tramstonewhaven/"]:before{
  content: "\f16d";
}
#menu a.list__link:before{
 font: normal normal normal 14px/1 FontAwesome;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1.3em;
margin-right: 0.3em;
}

/* Document widget */
.widget-documents ul {
  list-style: none;
  padding: 0;
}
.widget-documents a:hover,.widget-documents a:focus {
  background: #dce8b0 !important;
  font-weight: bold;
}
.widget-documents a {
  display: block;
  margin: 1em 0em;
  text-decoration: none;
  border: 1px solid silver;
  padding: 1em;
}
</pre></body></html>