  @import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
:root {
    --gs-lightgrey: rgb(196,188,179);
    --gs-darkgrey: rgb(131,121,120);
    --gs-yellow: rgb(251,193,88);
    --gs-orange-dark: #381900; 
    --gs-orange: #E46602; 
    --gs-orange-light: #fbcda7; 
    --gs-green-dark: #183c22; 
    --gs-green: #36854E; 
    --gs-green-light: #c2e2cb; 
    --white: #fff;
    --title: 'Noto Serif', serif;
}
body {
    hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    font-family: 'Lato', 'Open Sans', Arial, sans-serif;
}
/* VIDEO RESPONSIVE CONTAINER */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
/* HIDING */
#menu a[href*="/register"],
#menu a[href*="/account"],
.sidebar__section,
#menu h2:first-of-type,
#menu h2:nth-of-type(2),
.copyright li:last-of-type,
.inner.row > .col-4,
#header nav > ul > li > a.menuToggle::after {
    display: none !important;
}
/* LAYOUT */
.wrapper >.inner {
    width: 80%;
}
.inner.row > .col-8 {
    width: 100%;
}
#page-wrapper {
    padding-top: 0em;
}
#main > header {
    padding: 6em 0 5em 0;
}
#banner, 
#content header {
    background-color: var(--gs-darkgrey);
    background-image: url("/georgestreet/images/finalbanner2500.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#content header {
    background-image: linear-gradient(rgba(3,3,3,0.5),rgba(3,3,3,0.5)),url("/georgestreet/images/finalbanner2500.jpg");
    background-position-y: 25%;
}
#content header h2 {
    font-family: var(--title);
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 2.2em;
}
/* ELEMENTS */
.wrapper.style5 h2 {
    margin-top: 1.3em;
    border-top: 1px solid var(--gs-orange);
    border-right: 1px solid var(--gs-orange);
    border-radius: 0 5px 0 0;
    padding-top: 0.2em;
}
.wrapper.style5 .listing__heading,
.wrapper.style5 .widget-latest-news h2 {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
.wrapper.style5 h3 {
    font-weight: 600;
    margin-top: 1.3em;
    border-top: 1px solid var(--gs-yellow);
    border-right: 1px solid var(--gs-yellow);
    border-radius: 0 5px 0 0;
    padding-top: 0.2em;
}  
#header a:focus,  
#menu a:focus, 
#menu a:hover, 
#main a:focus {
    background: var(--gs-green-light) !important;
    color: var(--gs-green-dark) !important;
    transition: all 0.6s;
}
#one .button {
    color: var(--gs-green);
    box-shadow: inset 0 0 0 2px var(--gs-green);
    max-width: none;
}
.wrapper.style5 button:focus {
    border: none;
}
#one .button:focus,
#one .button:hover {
    background-color: var(--gs-green) !important;
    color: white !important;
    outline: none;
}
#one .button:active {
  background-color: var(--gs-green-dark) !important;
  box-shadow: inset 0 0 0 2px var(--gs-green-dark);
}
#one .button.primary {
    background-color: var(--gs-green) !important;
}
#one .button.primary:hover,
#one .button.primary:focus {
    background-color: var(--gs-green-dark) !important;
}
#one .button.primary:active {
  background-color: var(--gs-orange) !important;
}
.key {
    width: 30px; 
    height: 30px; 
    margin-right: 5px; 
    display: inline-block;
}
/* HEADER */
#header {
    background-color: transparent;
    height: 7em;
}
#header .logo {
    margin: 0.3em;
}
#header .logo .symbol img {
    height: 5.5em;
}
#header .logo h1 {
    visibility: hidden;
    position: absolute;
    left: -5000px;
}
#header nav > ul > li > a.menuToggle {
    color: var(--gs-green);
    font-size: 1.3em;
    border: 2px solid var(--gs-green);
    background-color: white;
    border-radius: 3px;
    padding: 0.6em;
    line-height: 1em;
    margin: 1em 0.3em;
}
@media screen and (max-width: 736px){
    #header nav > ul > li > a.menuToggle span {
        display: block;
        font-size: 0.7em;
        line-height: 0.7em;
    }
    #header nav > ul > li > a.menuToggle {
        margin: 0em 0.2em;
        padding: 0.6em 0.4em;
    }
    #header .logo .symbol img {
        height: 4em;
    }
}
/* MENU */
#menu {
    background-color: var(--gs-green);
}
#menu a.close:focus, 
#menu a.close:hover {
    background: transparent !important;
    border: 2px solid var(--gs-yellow) !important;
}
#menu ul > li {
    border: none;
}
#menu .list:first-of-type .list__item:nth-of-type(2),
#menu .list:first-of-type .list__item:nth-of-type(3),
#menu .list:first-of-type .list__item:nth-of-type(4),
#menu .list:first-of-type .list__item:nth-of-type(5) {
  font-size: 0.8em;
  line-height: 1.5em;
}
#menu .list:first-of-type .list__item:nth-of-type(2) a:before,
#menu .list:first-of-type .list__item:nth-of-type(3) a:before,
#menu .list:first-of-type .list__item:nth-of-type(4) a:before,
#menu .list:first-of-type .list__item:nth-of-type(5) a:before {
  content: "—";
}
/* FOOTER */
body.landing #footer, 
body.is-mobile.landing #footer,
#footer {
    background-color: var(--gs-orange);
}
#js-search:after {
  content: " ";
  background-image: url('https://www.edinburgh.gov.uk/georgestreet/images/gs1.png');  
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 100%;
    height: 6em;
  margin-top: 2em;
}
.copyright::before {
    display: block;
    background-image: url('https://www.edinburgh.gov.uk/georgestreet/images/gs2.png') !important;
   content: "";
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   height: 7.5em;
   width: 100%; 
    margin-bottom: 2em;
}
#footer .copyright {
    color: black;
}
/* NEWS WIDGET */
.widget-latest-news {
    border-left: 3px solid var(--gs-green);
}
.widget-latest-news .widget__heading {
    background-color: var(--gs-green);
    font-size: 2em;
    padding-left: 0.4em;
    color: white !important;
    margin-bottom: 0em;
}
.listing--featured {
    background-color: var(--gs-yellow);
    border-radius: 0;
}
.listing {
    padding: 1em 2.5em;
}
.listing__link:hover,
.listing__link:focus {
    outline: 1px solid var(--gs-green-dark);
}
/* IMAGE WIDGET */
.image__caption {
    margin-top: -0.5em;
    border: 2px solid var(--gs-green-dark);
    border-top: none;
    color: var(--gs-green-dark);
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    max-width: 583px;
  }
.image-link {
    border-bottom: none;
  }
  #main .image-link:focus {
    outline: none;
    background: transparent !important;
}
.image-link:focus .image {
    border: 2px solid var(--gs-green-dark);
    border-radius: 5px;
}
.image-link:focus .image__caption,
.image-link:hover .image__caption {
    color: white;
    background-color: var(--gs-green);
}
/* DOCUMENT WIDGET */
.widget-documents ul {
    list-style: none;
    padding: 0;
}
.widget-documents a {
    display: block;
    margin: 1em 0em;
    text-decoration: none;
    border: 1px solid var(--gs-green);
    padding: 1.5em;
    transition: all 0.8s;
}
#main .widget-documents a:hover,
#main .widget-documents a:focus {
    background-color: var(--gs-green) !important;
    color: var(--green-1) !important;
}
.box {
    z-index: 999999;
    background-color: var(--gs-yellow);
    color: black;
    margin: 0;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 30%;    
    font-size: 0.8em;
    line-height: 1.5em;
}
.box p {
    margin: 0 1em;
}
.box strong {
    font-family: var(--title);
    display: block;
    border-bottom: 2px solid var(--gs-green);
    font-size: 1.5em;
    color: var(--gs-green);
    margin-bottom: 0.4em;

}
.box a {
    transition: 0.4s all;
    display: block;
    width: 50%;
    text-align: center;
    background-color: var(--gs-green);
    color: white;
    border-radius: 5px;
    padding: 0.5em;
    margin: 0.8em auto;
    border: 2px solid var(--gs-green);
}
.box a:focus,
.box a:hover {
    background-color: var(--gs-green-light) !important;
    color: var(--green-4) !important;
}
@media screen and (max-width: 736px){
    .box {
        top: 80px;
        width: 60%;
        left: 35%;
        max-height: 120px;
        overflow: scroll;
        padding: 0.5em 0;
    }
    .box strong {
        font-size: 1em;
    }
    .box a {
        width: 90%;
    }
}
.keybox {
  border: 2px solid var(--gs-darkgrey);
  padding: 0.5em 1.5em 1em;
  display: inline-block;
  border-radius: 10px;
}
.keybox:before {
  content: "Key";
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #2E3842;
}
.keybox div {
  margin-top: 0.3em;
}