/*! CSS Used from: https://www.gbmaps.com/5-digit-postcode-sector-maps/stylesheet2.css ; media=screen */
@media screen {
  * {
    padding: 5 5 5 5;
    margin: 0;
  }
  html, body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: repeat-x;
    background-color: #4675A3;
  }
  body {
    font-size: 16px;
  }
  #wrap {
    min-height: 20px;
    margin: 0 auto -20px;
  }
  #top-bar {
    background-color: #223E92;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
  }
  .inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    min-width: 320px;
    padding-top: 0px;
  }
  p {
    margin-bottom: 8px;
    font-size: 0.875em;
    margin-left: auto;
    color: #000;
    line-height: 1.5;
  }
  #top-bar p {
    margin: 0px;
    line-height: 2em;
    color: #FFF;
  }
  img {
    max-width: 100%;
  }
  #header img {
    float: left;
    margin-left: 50px;
    margin-top: 25px;
    padding-top: 5px;
  }
  #menu {
    position: relative;
    z-index: 4;
    padding-top: 1px;
  }
  #menu-toggle {
    display: none;
  }
  #menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0 1%;
  }
  #menu #navigation {
    float: left;
    margin-right: 250px;
  }
  #menu #help {
    position: absolute;
    right: 0;
  }
  #menu ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 150%;
    display: none;
    z-index: 5;
  }
  #menu li:hover ul {
    display: block;
  }
  #menu li {
    float: left;
    position: relative;
  }
  #menu #helplink {
    float: right;
  }
  #menu li li {
    float: none;
  }
  #menu a, #helplink a {
    display: block;
    background-color: #000000;
    color: #FFFFFF;
    padding: 8px;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    text-align: center;
    margin-left: -1px;
    margin-top: -1px;
  }
  #menu a:hover {
    background-color: #636466;
  }
  #helplink a {
    border-left: 1px solid #FFFFFF;
    background-color: #56BA48;
  }
  #menu li li a {
    background-color: #636466;
    border: none;
    border-top: 1px solid #636466;
    border-bottom: 1px solid #636466;
    margin-top: 0;
  }
  #menu li li a:hover {
    background-color: #000000;
    border-color: #FFFFFF;
  }
  #content {
    clear: both;
  }
  .home-section-long {
    margin-bottom: 15px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
    background-color: #FFF;
    padding-bottom: 2px;
    min-height: 900px;
    float: right;
    width: 32%;
    margin-left: 1%;
    vertical-align: top;
    font-size: 12px;
  }
  .home-section-long h2 {
    color: #2f466b;
    font-size: 23px;
    line-height: 33px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    text-decoration: none;
  }
  #content td {
    padding-left: 0px;
    color: #000;
    padding-top: 2px;
    text-align: left;
  }
  .wide-home-section {
    margin-bottom: 15px;
    padding-left: 3%;
    padding-right: 1%;
    padding-top: 10px;
    background-color: #FFF;
    padding-bottom: 2px;
    min-height: 566px;
    float: left;
    width: 60%;
    margin-left: 1%;
    vertical-align: top;
    font-size: 12px;
  }
  .wide-home-section h1 {
    color: #fff;
    font-size: 23px;
    line-height: 33px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    text-decoration: none;
    /* padding-bottom: 15px; */
    padding-left: 6px;
  }
  .thumb-left {
    display: inline-block;
    width: 102px;
    height: 125px;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    padding-right: 4px;
  }
  .thumb-left a {
    color: #2f466b;
  }
  #wrap {
    min-width: 300px;
    clear: both;
  }
  @media (max-width:1000px) {
    #header {
      background-position: -20px top;
    }
    @media (max-width:920px) {
        
      #header #menu-toggle {
        display: block;
        float: none;
        cursor: pointer;
        margin-top: 0;
        padding-bottom: 10px;
      }
      #menu #navigation, #menu #help {
        float: none;
        margin-right: 0;
      }
      #menu ul {
        padding: 0;
        display: none;
      }
      #menu #help {
        position: static;
      }
      #menu li, #menu #helplink {
        float: none;
      }
      #menu ul ul {
        display: block;
        position: static;
        width: auto;
      }
        
    .actionButtonSide{
	width:45%;
	float:right;
	display:inline-block;
}

	
#header #menu-toggle {
	display: block;
	float: none;
	cursor: pointer;
	margin-top: 0;
	padding-bottom: 10px;
}
#menu #navigation, #menu #help {
	float: none;
	margin-right: 0;
}
#menu ul {
	padding: 0;
	display: none;
}
.active-menu #menu ul {
	display: block;
}
#menu #help {
	position: static;
}
#menu li, #menu #helplink {
	float: none;
}
#menu ul ul {
	display: block;
	position: static;
	width: auto
}
#menu {
	/* padding-top: 0px; */
}    
    }
    @media (max-width:450px) {
      #header img {
        margin-left: 20px;
        margin-top: 10px;
      }
    }
  }
}
/*! CSS Used from: https://www.gbmaps.com/5-digit-postcode-sector-maps/new-layout.css ; media=screen */
@media screen {
  #shortcutRow {
    width: auto;
    padding-left: 15px;
    line-height: 18px;
    margin: auto;
  }
  #shortcutRow hr {
    width: 98%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #shortcutColumn {
    width: 16%;
    float: left;
  }
  #shortcutColumn a {
    display: block;
    line-height: 5px;
    text-align: left;
    text-decoration: none;
    color: #C6C6C6;
  }
  #shortcutColumn a:link {
    color: #F0F0F0;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 5px;
    height: 18px;
  }
  .shortcutTitle {
    font-weight: 600;
    padding-left: 0px;
  }
  @media screen and (max-width: 888px) {
    #shortcutColumn {
      width: 140px;
      margin-bottom: 15px;
    }
  }
  .nav-bar-background {
    background: #30466b;
    height: 44px;
  }
  #pdfLink a {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 15px;
    float: left;
    display: inline-block;
  }
  #pdfLink img {
    float: left;
  }
  #footerContainer {
    background-color: #2f466b;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: white;
    width: 100%;
    text-align: center;
    padding: 20px 0 20px 0;
    border-top: 4px solid #09f;
    min-width: 300px;
    min-width: 300px;
  }
  #myfooter {
    margin: 0 auto;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 15px;
    padding-bottom: 15px;
    width: 96%;
    font-size: 14px;
    line-height: 22px;
  }
  #footer-text {
    padding-right: 10px;
    font-size: 13px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    float: right;
    text-align: right;
    width: 350px;
  }
  #footer-text a {
    color: white;
  }
  #header-text {
    padding-right: 10px;
    font-size: 13px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    float: right;
    text-align: right;
    width: 350px;
  }
  #header-logo img, #footer-logo img {
    width: auto;
    float: left;
  }
  * {
    padding: 5 5 5 5;
    margin: 0;
  }
  html, body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #D1D1D1;
  }
  body {
    font-size: 16px;
    text-decoration-line: none;
  }
  #wrap {
    min-height: 20px;
    margin: 0 auto -20px;
  }
  #top-bar {
    background-color: #2f466b;
    border-bottom: 0px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    min-height: auto;
    padding: 10px 7px 5px 7px;
  }
  .inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    min-width: 300px;
    padding-top: 0px;
  }
  .header-inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    min-width: 300px;
    padding-top: 0px;
    height: 44px;
  }
  p {
    margin-bottom: 18px;
    font-size: 1rem;
    margin-left: auto;
    color: #777777;
    line-height: 1.8rem;
  }
  #top-bar p {
    margin: 0px;
    font-size: 13px;
    line-height: 1rem;
    color: #FFF;
  }
  #header {
    margin-bottom: 10px;
    background-color: #30466b;
    height: 24px;
  }
  #header-logo, #footer-logo {
    display: inline-block;
    width: 350px;
    float: left;
    padding-left: 10px;
  }
  img {
    max-width: 100%;
    max-width: 100%;
  }
  #header img {
    float: left;
    margin-left: 50px;
    margin-top: 25px;
    padding-top: 5px;
  }
  #content {
    clear: both;
  }
  .mapcolourtool a {
    text-decoration: none;
    color: white;
  }
  .mapcolourtool {
    border: 2px solid white;
    padding: 6px 25px 6px 25px;
    margin: 8px 8px 8px 8px;
    font-weight: bold;
    color: #FFF;
    max-width: 100%;
    font-size: 18px;
    background-color: #79AEFF;
    text-align: center;
    text-decoration: none;
    width: 80%;
    float: left;
    align-content: center;
    box-shadow: 3px 3px 3px #888888;
  }
  #skiptocontent {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
  }
  .social-logos-facebook-icon, .social-logos-twitter-icon, .social-logos-linkedin-icon, .social-logos-you-tube-icon {
    float: right;
    background: url(https://www.gbmaps.com/5-digit-postcode-sector-maps/sprites.png) no-repeat;
  }
  .social-logos-facebook-icon {
    background-position: -92px -4px;
    width: 35px;
    height: 35px;
  }
  .social-logos-twitter-icon {
    background-position: -138px -4px;
    width: 35px;
    height: 35px;
  }
  .social-logos-linkedin-icon {
    background-position: -182px -4px;
    width: 35px;
    height: 35px;
  }
  .social-logos-you-tube-icon {
    background-position: -224px -4px;
    width: 35px;
    height: 35px;
  }
  .mapcolourtool:hover {
    border: 2px solid #0099ff;
    color: #0099ff;
    background-color: white;
  }
  #wrap {
    min-width: 300px;
    clear: both;
  }
  @media (max-width:1000px) {
    #header {
      background-position: -20px top;
    }
    .mapcolourtool {
      box-sizing: border-box;
      display: block;
      margin: 0 auto;
      width: 100%;
      height: auto;
      box-shadow: 3px 3px 3px #888888;
      margin-bottom: 20px;
    }
    .mapcolourtool, .mapcolourtool:hover {
      margin-top: 0px;
    }
  }
  @media (max-width:680px) {
    .wide-home-section {
      width: 90%;
      padding-left: 1%;
    }
    .home-section-long {
      width: 90%;
      min-height: unset;
      float: left;
    }
    #footer-text {
      float: none;
      margin: 0 auto;
      text-align: center;
      width: 290px;
    }
    #header-text {
      float: none;
      margin: 0 auto;
      text-align: center;
      width: 290px;
    }
    #header-logo, #footer-logo {
      float: none;
      margin: 0 auto;
      padding: 0;
    }
  }
  @media (max-width:450px) {
    #header img {
      margin: 10px 20px 0 0;
    }
  }
  #header-logo h2, #footer-logo h2 {
    float: left;
    font-size: 24px;
    padding-left: 10px;
  }
  #header-logo h3, #footer-logo h3 {
    float: left;
    font-size: 14px;
    width: 242px;
    font-weight: 100;
    text-align: left;
    padding-left: 10px;
  }
}
  .shortcutColumn, .shortcutColumn2, .shortcutColumn3, .shortcutColumn4, .shortcutColumn5, .shortcutColumn6 {
    width: 150px;
    float: left;
  }
  .shortcutColumn a, .shortcutColumn2 a, .shortcutColumn3 a, .shortcutColumn4 a, .shortcutColumn5 a, .shortcutColumn6 a {
    display: block;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
    color: #C6C6C6;
  }
  .shortcutColumn a:link, .shortcutColumn2 a:link, .shortcutColumn3 a:link, .shortcutColumn4 a:link, .shortcutColumn5 a:link, .shortcutColumn6 a:link {
    color: #C6C6C6;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 5px;
    height: 18px;
    font-size: 16px;
  }
  #shortcutTitle, #shortcutTitle2, #shortcutTitle3, #shortcutTitle4, #shortcutTitle5, #shortcutTitle6 {
    font-weight: 600;
    padding-left: 5px;
    color: white;
  }
#large-sample-image {
    max-width: 100%;
    width:100%;
    height:auto;
}
