

@font-face {
    font-family: 'altedin';
    font-style: normal;
    font-weight: normal;
    src: url('/framework/altedin.woff') format('woff');
}

body {
	background:white;
	font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
}

.hero {
	background-image: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 1.5rem;
	color: white;
	border: white;
	border-radius: 50px;
}

.hero h1 {
      font-size: 3rem;
      font-weight: 800;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    }

.hero p {
      margin-top: 1rem;
      font-size: 1.125rem;
      max-width: 40rem;
    }

.hero-buttons {
      margin-top: 1.5rem;
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      justify-content: center;
    }    

    
section {
      padding: 4rem 1.5rem;
    }
    
.acard {
      background-color: white;
      padding: 1.5rem;
      border-radius: 0.5rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
.acard-icon {
      font-size: 2rem;
      margin-bottom: 1rem;
    }
.acard-title {
      font-weight: 600;
      font-size: 1.125rem;
      margin-bottom: 0.25rem;
    }
    
.highlight {
      background-color: #fef3c7; /* amber-100 */
      padding: 1rem;
      border-left: 4px solid #f59e0b; /* amber-500 */
      margin: 1.5rem 0;
    }
    
p.close {
	line-height:1.2em;
	margin-bottom:5px;
}

.hclose {
	padding:0;
	margin:5px;	
}

a.listlink {
	text-decoration: none !important;
	font-family: 'Open Sans', sans-serif;
}

.transport {
	font-family:  'Open Sans', sans-serif;
}

img.sign {
	float:right;
	max-height: 4em;
}

div.header {
	padding: 1em 0.5em 0 0.5em;
}

div.header {
	padding: 1em 0.5em 0 0.5em;
}

img.header {
	max-height: 5em;
}

.theme_blue {
	color: #1a84b1;
}
.theme_green {
	color: #42a82e;
}
.theme_yellow {
	color: #ffd72a;
}
.theme_orange {
	color: #f27a1e;
}
.theme_grey {
	color: #d2d5ce;
}
.theme_white {
	color: white;
}

.row {
  margin:0px;
}



li.list-0 {
	list-style-image: url(/framework/icons/list-0.png);
}
li.list-1 {
	list-style-image: url(/framework/icons/list-1.png);
}
li.list-2 {
	list-style-image: url(/framework/icons/list-2.png);
}
li.list-3 {
	list-style-image: url(/framework/icons/list-3.png);
}
li.list-4 {
	list-style-image: url(/framework/icons/list-4.png);
}
li.list-5 {
	list-style-image: url(/framework/icons/list-5.png);
}
li.list-6 {
	list-style-image: url(/framework/icons/list-6.png);
}
li.list-7 {
	list-style-image: url(/framework/icons/list-7.png);
}

.listfix {
	padding-top: -5px;
}

.postcode {
	font-family: 'altedin', sans-serif;
	color: #ff9100;
}

.postcode_pale {
	font-family: 'altedin', sans-serif;
	color: #fabe2c;
}

.postbox {
	font-family: 'altedin', sans-serif;
	color: #df3439;
}

.header {
	font-family: 'Open Sans', sans-serif;
}

.caption {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.handy {
	font-family: 'Shadows Into Light', cursive;
}

.plike {
	font-size: 0.9em;
	color: black;
}

.spaced {
	margin-bottom:20px;
	margin-top:20px;
}

.margin {
	margin-bottom:5px;
	margin-top:5px;
}

.liner {
	border-top: 1px solid black;
}

p.close {
	font-size: inherit;
	line-height: 1.2em;
	margin-bottom:5px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

ul.close {
	font-size: inherit;
	font-family: 'Arial', 'Helvetica', sans-serif;
}
li.close {
	font-size: inherit;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

td.ncell {
	text-align: right;
}

th.ncell {
	text-align: right;
}

.scrollouter {
    position:relative;
    overflow:hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollouter:after {
    position:absolute;
    top:0;
    left:100%;
    width:50px;
    height:100%;
    border-radius:10px 0 0 10px / 50% 0 0 50%;
    box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
    content:'';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable {
    overflow-x:auto;
}


.border-2 { border-width:2px !important; }
.border-3 { border-width:3px !important; }
.border-4 { border-width:4px !important; }
.border-5 { border-width:5px !important; }



span.td {
	color: #00aa00;
	background: #eeffee;
	padding:3px;
	border:1px solid #aaddaa;
}

h6 { color:black; }

.sub-nav {
	background-color: #f2f2f2;
}

#map img
{
    max-width : none;
}

.advert {
	margin: 10px 0 10px 0;
}

.border {
	border-top: 1px solid silver;
	
}

.borderb {
	border-bottom: 1px solid silver;
	
}

.nopad {
	padding-bottom:0;
}

.tbox {
	margin-top:20px;
	padding-bottom:0;
}

.infotitle {
	color: #72aa00;
	font-weight: bold;
	margin-bottom:0;
}

.flat {
	margin-bottom:0;
}

.table-responsive {
  &::-webkit-scrollbar {
	  width: 1.5rem;

          height: 1.5rem;
  };
  &::-webkit-scrollbar-track {
	  background-color: silver;
  };
  &::-webkit-scrollbar-thumb {
	  background-color: #007bff;
	  border-radius: 5px;
  };
}

.table .sticky-column {
  position: sticky;
  left: 0;
  background-color: white;
}

.infoid {
	color: #72aa00;
}

.slist {
	margin-left: 4rem;
}

a.list {
	text-decoration:none;
}

.accitable {
	font-size: 13px;
}

.plist {
	border-bottom:1px solid silver;
	list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAa0lEQVQYV2NkIBIwoqnzAfI3I4n5AtlbQHxkhWBF0hoP4Oqe3lAAscGKYQrhip4+lYIrlJZ+xgBTDFP4H2QSsiKYaphiuEIG3l+4vfWZDe7G/8QqhPgWm6lA00AewvA1imKoImRfw9yHMxwBbzokoP2PR2cAAAAASUVORK5CYII=");
}

.twocol {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	column-width:400px;
}

.threecol {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	column-width:300px;
}

.subfooter {
	text-align:center;
	width: 100%;
	margin-top:10px;
}


.table-no-border{
	border: none;
}


#footer-top-block {
	background-color: #333333;
	padding: 10px 0 10px 0;
	text-align:center;	
}

#footer-block p {
	color:#eeeeee;
}

#footer-block {
	background-color: #42a82e;;
	color:#ffffff;
	padding: 20px;
	margin:0 ;
}

#footer-block a {
	color:#ffffff;
	text-decoration:none;	
}
#footer-block a:hover {
	text-decoration:underline;	
}

.small {
	font-size: 0.8em;
}

.debug {
	font-family: monospace;
	font-size: 0.9em;
	color: #666;
}

.tsmall {
	font-size: 0.8em;
	padding: 6px;
}

.listicon {
	float:left;
	margin: 0 5px 5px 0;
}

.listli {
	clear: left;
}

.offsite {
	background: url(/framework/Icon_External_Link.png)     center right no-repeat;
	padding-right: 13px;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.quote {
	padding: 0 1em 0 0;
	font-style: italic;
}

.dropper {
	position:relative;
	width:100%;
	border: 3px dashed silver;
	padding-top:2em;
}

.hidden {
	visibility: none;
	display: none;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}


/* Panels (borrowed from Foundation as Bootstrap doesn't have them) */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008CBA; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  .panel.radius {
    border-radius: 3px; }


.panel.splash {
    border-style: solid;
    border-width: 2px;
    border-color: orange;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #FFCC99; 
    border-radius: 10px;
}
.panel.splash > :first-child {
      margin-top: 0; 
}
.panel.splash > :last-child {
      margin-bottom: 0; 
}
.panel.splash h1, .panel.splash h2, .panel.splash h3, .panel.splash h4, .panel.splash h5, .panel.splash h6, .panel.splash p {
      color: #333333; 
}
.panel.splash h1, .panel.splash h2, .panel.splash h3, .panel.splash h4, .panel.splash h5, .panel.splash h6 {
      line-height: 1;
      margin-bottom: 0.625rem; 
}
.panel.splash h1.subheader, .panel.splash h2.subheader, .panel.splash h3.subheader, .panel.splash h4.subheader, .panel.splash h5.subheader, .panel.splash h6.subheader {
        line-height: 1.4; 
}
.panel.splash a:not(.button) {
      color: #008cba; 
}
.panel.wideradius {
    border-radius: 10px; }

.caption {
	font-weight:strong;
}
    
    
input[data-toggle] {
  display: none; }

input[data-toggle]:checked + label,
input[data-toggle]:checked + label:active {
  background-color: salmon;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05); }

.button-group.toggle li:not(first-child) {
  margin: 0 -0.9rem; }
    
.leftdiv, .centerdiv, .rightdiv
{
   text-align: center;
}
@media only screen and (min-width: 641px)
{
   .leftdiv
   {
      text-align: left;
   }
   .rightdiv
   {
      text-align: right;
   }
}

#map {
	height:500px;
	width:100%;
	border:1px solid black;
}

#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

.r_0 { padding:5px; background-color:#eeeeee !important; color:#000000 !important; }
.r_1 { padding:5px; background-color:#9CFF9C !important; color:#000000 !important; }
.r_2 { padding:5px; background-color:#31FF00 !important; color:#000000 !important; }
.r_3 { padding:5px; background-color:#31CF00 !important; color:#000000 !important; }
.r_4 { padding:5px; background-color:#FFFF00 !important; color:#000000 !important; }
.r_5 { padding:5px; background-color:#FFCF00 !important; color:#000000 !important; }
.r_6 { padding:5px; background-color:#FF9A00 !important; color:#000000 !important; }
.r_7 { padding:5px; background-color:#FF6464 !important; color:#000000 !important; }
.r_8 { padding:5px; background-color:#FF0000 !important; color:#ffffff !important; }
.r_9 { padding:5px; background-color:#990000 !important; color:#ffffff !important; }
.r_10 { padding:5px; background-color:#CE30FF !important; color:#ffffff !important; }

.ru_0 { padding:5px; border-bottom: 5px solid #eeeeee; }
.ru_1 { padding:5px; border-bottom: 5px solid #9CFF9C; }
.ru_2 { padding:5px; border-bottom: 5px solid #31FF00 ; }
.ru_3 { padding:5px; border-bottom: 5px solid #31CF00; }
.ru_4 { padding:5px; border-bottom: 5px solid :#FFFF00; }
.ru_5 { padding:5px; border-bottom: 5px solid #FFCF00 ; }
.ru_6 { padding:5px; border-bottom: 5px solid #FF9A00 ; }
.ru_7 { padding:5px; border-bottom: 5px solid #FF6464 ; }
.ru_8 { padding:5px; border-bottom: 5px solid #FF0000 ; }
.ru_9 { padding:5px; border-bottom: 5px solid #990000 ; }
.ru_10 { padding:5px; border-bottom: 5px solid #CE30FF ; }

.r_low {border-bottom:5px solid #090}
.r_moderate {border-bottom:5px solid #f90}
.r_high {border-bottom:5px solid red}
.r_very_high {border-bottom:5px solid #909}



a.maplink {
	text-decoration:none;
}