<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*To match edinburgh portal*/
ol,ul
{ display: block; 
list-style-type: disc; 
margin-block-start: 1em; 
margin-block-end: 1em; 
margin-inline-start: 0px; 
margin-inline-end: 0px; 
padding-inline-start: 40px }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.page button,
.page input,
.page select,
.page textarea,
.page a,
.page .buttonLink,
.page p,
.page div,
.page label,
.page legend {
  font-family: "Roboto", sans-serif;
  color: #333;
}

html,
body .page {
  font-family: "Roboto", sans-serif;
}

.page a {
  color: #6d3465;
}
.page a:hover,
.page a:focus {
  color: #5c2c55;
  outline: none;
  text-shadow: 1px 0 0 #5c2c55;
}
.page a,
.page a:visited {
  text-decoration-style: initial;
  text-decoration-color: initial;
}
.page a:visited {
  color: #32864c;
}
/*.page .menu {
  max-width: 60%;
}*/
.page .menu &gt; .menuList &gt; li {
  font-size: 1rem;
  color: #333;
}
.page .menu &gt; .menuList &gt; li &gt; a {
  text-decoration: none;
  text-decoration-line: none;
}

.page .menu &gt; .menuList &gt; li &gt; a:hover,
.page .menu &gt; .menuList &gt; li &gt; a:focus {
  outline: none;
  text-shadow: 1px 0 0 #5c2c55;
}

.page .header {
  background-image: url("https://www.edinburgh.gov.uk/site/dist/images/edinburgh-logo.svg");
  background-size: 30%;
 /* height: 62px;*/
  border-bottom: unset;
}

#logo {
  background-image: url("https://beta.edinburgh.gov.uk/site/dist/images/edinburgh-logo.png");
  background-size: 30%;
  background-repeat:no-repeat;
  height: 90px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}


.page .header1,
.page .header2,
.page .header3,
.page .header4 {
  font-family: "Roboto", sans-serif;
  color: #333;
  text-transform: none;
}

.page .header1 {
  letter-spacing: -0.075em;
  line-height: 0.9;
  margin: 0 0 0.5em;
  font-size: 2.75rem;
  font-weight: 700;
}

.page .le-content .le-header,
.page .le-content .le-profile-header,
.page .le-content .le-request-header {
  line-height: 18px;
  padding: 0 0 12px 0;
  color: #333;
  font-size: 20px;
}
.page .le-content .le-request-title,
.page .page .le-content .le-history-list .le-request-text {
  color: #6d3465;
}

html, button, input, select, textarea, a, .buttonLink, p, div, label, legend {
    font-family: "Roboto", sans-serif !important;
}
.menu&gt;ul&gt;li&gt;a {
    border-left:unset;
    color: #6d3465;
}
.menu&gt;ul&gt;li {
    border-left: 1px solid #DDD;
}
.menu&gt;ul&gt;li:first-child {
    border-left: unset;
}

#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
#skip a:focus
{
position:static;
width:auto;
height:auto;
}
</pre></body></html>