@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap');

body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}

div.atPanelContainer {
    height: 100%;
    display: flex;
    margin: 2rem 0;
    flex-direction: row;
}

@media (max-width: 616px) {
    div.atPanelContainer {
        height: 100%;
        flex-direction: column;
        margin: 2rem 0.0 !important;
    }

    #atContent div.atPanelContainer .column {
        padding-left: 0 !important;
    }

    div.atPanel {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
}

#atLocationDisplay {
    margin: 0 auto;
    max-width: 64rem;
    width: 100%;
	border: none !important;
}

#atMyNearest div.atPanelContainer {
    flex-direction: column;
    margin: 2rem auto;
    max-width: 64rem;
    width: 100%;
}
#atMyPage div.atContentThreeColumns,
#atMyNearest div.atContentThreeColumns {
    margin: 1rem auto 2rem;
    max-width: 64rem;
    width: 100%;
}

#atMyMaps div.atPanelContainer {
    display: block;
    margin: 0 !important;
    width: 100%;
    max-width: unset !important;
}

div#atServerMessages #atState_error,
#error {
    display: none !important;
}

div#atMapLoader,
div#atInitialLoader {
    font-size: 0.85rem;
    border: none !important;
    width: auto !important;
    color: #1d599e !important;
    font-weight: 600;
}

div#atMapLoader img,
div#atInitialLoader img {
    padding: 0;
    width: 100px !important;
    height: auto !important;
}

#atContainer {
    width: 100% !important;
    margin: 0 !important;
}

#atHeader {
    background-color: #0065ac;
}

#atHeader h1 {
    color: #fcfcfc;
    line-height: 2em;
}

img.logo {
    float: right;
}

#atFooter {
    background-color: #ebebeb;
}

div#atPopupLinks a:focus,
div#atFooter a:focus {
    background-color: #FFFFFF !important;
    color: #004779 !important;
    border: 2px solid #004779 !important;
    outline: none !important;
}

div#atSearch input:focus {
    box-shadow: #4c9aff 0px 0px 0px 3px !important;
}

a.atJqOpenClose.ui-icon.ui-widget-header.ui-corner-br.ui-corner-tr.ui-icon-carat-1-e {
    display: none;
}

a.atJqOpenClose.ui-icon.ui-widget-header.ui-corner-br.ui-corner-tr.ui-icon-carat-1-w {
    display: none;
}

#atMap .atSimpleSearch form a {
    background-color: #0065ac;
    color: #fcfcfc;
}

#atMap .atSimpleSearch form a:hover {
    background-color: #093566;
}

#atMap .atSimpleSearch form a {
    border-radius: 4px;
}

#atLocationBar {
    margin-bottom: 1rem;
    padding: 0 1rem;
}

#atLocationBar_lblCurrentLocation {
    margin-right: 0;
    font-size: 1rem !important;
    display: block !important;
    margin-bottom: 1rem;
}

#atLocationSearch {
    margin: 0 auto;
    max-width: 64rem;
    width: 100%;
}

#atLocationBar_lblCurrentLocation a:hover,
#atLocationBar_lblCurrentLocation a:focus {
    text-decoration: none !important;
}

#atLocationSearch input.atSearchBtn,
#atLocationDisplay input.atSearchBtn,
#atLocationDisplay #atLocationBar_btnChangeLocation {
    background-color: transparent;
    border-color: #1d599e !important;
    width: auto;
    padding: 0.5em 2rem !important;
    margin: 0 !important;
}

#atLocationDisplay .cancel-address-search {
    border-color: #1d599e;
    border-width: 2px;
    font-weight: 600 !important;
    color: #1d599e !important;
    width: auto;
    padding: 0.5em 1rem;
}

#atLocationSearch input.atSearchBtn:hover,
#atLocationDisplay input.atSearchBtn:hover,
#atLocationDisplay .cancel-address-search:hover,
#atLocationDisplay .cancel-address-search:focus {
    background-color: #093566 !important;
    border-color: #093566 !important;
    color: #ffffff !important;
}

/*
#atTabBar,
#atTabBar input,
#atTabBar button,
#atLocationSearch input#atTextSearch,
#atLocationDisplay input#atTextSearch,
#atMap #atSearch input {
  border-color: #004779;
}
*/

#atLocationSearch input#atTextSearch,
#atLocationDisplay input#atTextSearch {
    width: auto !important;
    margin-left: 0;
    margin-right: 0 !important;
    border: 2px solid #767676 !important;
    padding: 0.5rem;
    margin-top: 0.5rem;
    min-width: 240px;
}

#atButtonBar {
    display: none !important;
}

#atButtonBar input[type=submit],
#atButtonBar button[type=submit],
#atContentConfig input[type=submit],
#atContentConfig button[type=submit] {
    background: #f1f1f1 !important;
    color: #093566;
    font-weight: 600;
    border: 2px solid #f1f1f1;
}

#atButtonBar input[type=submit]:hover,
#atButtonBar button[type=submit]:hover,
#atContentConfig input[type=submit]:hover,
#atContentConfig button[type=submit]:hover {
    background: #093566;
    color: #ffffff;
    font-weight: 600;
    border: 2px solid #093566;
}

#atButtonBar input[type=submit]:focus,
#atButtonBar button[type=submit]:focus,
#atContentConfig input[type=submit]:focus,
#atContentConfig button[type=submit] :focus {
    text-decoration: underline;
}

#atButtonBar .ui-state-default,
.ui-widget-content .ui-state-default {
    border-color: #004779;
}

#atTabBar {
    border-color: transparent;
    border-bottom-width: 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
	background-color: inherit;
}

#atTabBar div {
    display: flex;
    margin: 0 auto;
    max-width: 64rem;
    width: 100%;
    border-radius: 4rem;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    box-shadow: inset 2px 2px 10px 0px rgba(0, 0, 0, 0.09);
    justify-content: center;
}

#atTabBar input[type=submit],
#atTabBar button[type=submit] {
    background-color: transparent;
    color: #474747;
    font-weight: 600 !important;
    font-size: inherit !important;
    border-radius: 2rem;
    margin: 0.75rem;
    padding: 1rem 1.5rem;
    border-color: transparent;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.35s;
    border: 1px solid #e9e9e9;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

#atTabBar input[type=submit].atTabSelected,
#atTabBar button[type=submit].atTabSelected {
    color: #ffffff;
    background-color: #1d599e !important;
    cursor: default;
    border: 1px solid #1d599e;
}

#atTabBar input[type=submit]:hover,
#atTabBar button[type=submit]:hover {
    color: #ffffff;
    background-color: #093566 !important;
    text-decoration: none !important;
}

#atTabBar input.atTabSelected:hover,
#atTabBar button.atTabSelected:hover {
    color: #ffffff;
    background-color: #1d599e !important;
}

#atTabBar input[type=submit]:focus,
#atTabBar button[type=submit]:focus {
    text-decoration: none !important;
    outline: none;
}

#atTabBar h2,
#atTabBar span,
#atTabBar label,
#atTabBar_curTab {
    display: none;
}

#jqNoResultsFound {
    margin: 0 1rem !important;
    font-size: inherit !important;
}

.ui-state-error,
.ui-widget-content .ui-state-error {
    border: 2px solid #ae171e !important;
    background: transparent !important;
    color: #ae171e !important;
    font-family: 'Lato', sans-serif;
    line-height: 1.5em;
    padding: 0.75rem 0.5rem !important;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

#jqNoResultsFound p .ui-icon {
    float: left;
    margin-right: 0.5rem !important;
    margin-top: 5px !important;
    filter: saturate(0.8);
}

form#searchForm {
    height: inherit;
    padding: 1rem;
}

#searchForm input.atSearchBtn,
#atLocationBar_btnPerformSearch {
    background-color: #f6bf35;
    color: #444444;
    font-weight: 600;
    border: 2px solid #767676 !important;
    padding: 0.5rem 1rem !important;
    width: auto;
    margin: 0.5rem 0.5rem 0.5rem 0 !important;
}

#searchForm label,
#atLocationSearch label {
    width: 100%;
    margin-left: 0;
    font-weight: 600;
    font-size: 1.875rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    letter-spacing: -0.005em;
    color: #444444;
}

#atLocationBar input {
    background-color: #093566;
    color: #004779;
}

#atLocationSearch input#atTextSearch,
#atLocationDisplay input#atTextSearch,
#atMap #atSearch input {
    border: 2px solid #0065ac;
}

#atLocationSearch input#atTextSearch:focus,
#atLocationDisplay input#atTextSearch:focus,
#atMap #atSearch input:focus {
    box-shadow: 0 0 5px #004779;
    border: 2px solid #0065ac !important;
    outline: 0px solid !important;
}

input.ui-state-default.ui-corner-all.input-searchtext {
    border: 1px solid #A9A9A9 !important;
}

input.ui-state-default.ui-corner-all.input-searchtext:focus {
    border: 1px solid #004779 !important;
    outline: 0px solid !important;
}

#searchForm input.atSearchBtn:disabled {
    pointer-events: none;
    border: 2px solid #1d599e !important;
    background-color: #ffffff !important;
}

div.atPanelSearch input#atTextSearch {
    border-color: #A9A9A9;
}

div.atPanelSearch input#atTextSearch:focus {
    border: 1px solid #004779 !important;
    outline: 0px solid !important;
    background-color: #FFFFFF !important;
}

div.atTakeMeTo a:focus {
    text-decoration: underline !important;
}

.atPanelContent {
    border-bottom: 1px solid #004779;
}

.atPanelContent h4 {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
}

#atMapSpurForm p {
    margin: 0;
}

#atMapSpurForm #atMyMaps {
    border: none !important;
}

#atMap .atBaseMapSwitcher a.ishare-clickable {
    text-decoration: none;
}

#atMap .atBaseMapSwitcher a {
    border: 2px solid #093566 !important;
    border-radius: 2rem !important;
    padding: 0 0.6rem !important;
    font-weight: 600;
    font-size: 0.85rem;
    background-color: #093566;
    text-decoration: none !important;
    color: #ffffff;
    margin: 0.25rem;
    box-shadow: 3px 3px 10px rgba(64, 32, 32, 0.3) !important;
    white-space: nowrap;
}

#atMap .atBaseMapSwitcher a:hover,
#atMap .atBaseMapSwitcher a:focus {
    color: #444444 !important;
    text-decoration: none !important;
    border: 2px solid #ffffff !important;
    outline: none !important;
    background-color: #ffffff !important;
}

#atMap .atBaseMapSwitcher a.atBM-active {
    background-color: #ffffff;
    color: #093566;
    text-decoration: none !important;
    border: 2px solid #ffffff !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
    color: #0065ac;
}

div#atWelcomePanel {
    background-color: #ffffff;
}

#atWelcomePanel h3 {
    color: #ffffff;
}

.atContentThreeColumns {
    padding: 0 1rem;
}

#atMyNearest tr.atAlt1 {
    border-top: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
}

#atMyAlerts .atMyAlertsLocationHeader h4 {
    background-color: #f5f5f5;
}

body.myarea #panel_1 .atPanel tr.atAlt0,
body.myarea #panel_2 .atPanel tr.atAlt0 {
    background-color: transparent;
}

div#ishare-showPermaLink h2 {
    background-color: #004779 !important;
    border: 1px solid #004779 !important;
    color: #fcfcfc !important;
}

div#ishare-showPermaLink .ishare-dialog-buttons {
    background-color: #ebebeb;
    color: #004779;
}

div#ishare-showPermaLink p {
    background-color: #f5f5f5;
    color: #004779;
}

div#ishare-showPermaLink span.label {
    color: #004779;
}

#atPWparent input[type="checkbox"]:focus {
    outline: 2px solid #004779 !important;
    outline-offset: 1px !important;
}

#findnearest input[type="submit"]:focus {
    outline: none !important;
    background-color: #FFFFFF !important;
    text-decoration: underline;
}

select.atFindNearestDD:focus,
select.select-layer:focus {
    border: 1px solid #004779;
}

#atMyAlerts #myAlertsLoginDetails p input,
#atMyAlerts #myAlertsUserAccount p input,
#atMyAlerts #myAlertsUnsubscribe p input {
    width: 70% !important;
}

input#atTabMyAlerts_atMyAlertsLogin_txtUserName {
    border-color: #004779;
    border-width: 1px;
}

input#atTabMyAlerts_atMyAlertsLogin_txtPassword {
    border-color: #004779;
    border-width: 1px;
}

input#atTabMyAlerts_atMyAlertsForgottenPassword_txtEmail {
    border-color: #004779;
    border-width: 1px;
}

#atMyAlerts #atTabMyAlerts_atMyAlertsLocations_btnSaveAll {
    background-color: #0065ac;
    color: #fcfcfc;
}

#atMyAlerts #atTabMyAlerts_atMyAlertsLocations_btnSaveAll:hover {
    background-color: #093566;
    color: #fcfcfc;
}

#myAlertsLoginDetails .ui-state-success {
    background-color: #0065ac;
    border: 1px solid #004779;
    color: #fcfcfc;
}

#myAlertsLoginDetails .ui-state-success:hover {
    background-color: #093566 !important;
    border: 1px solid #004779;
    color: #fcfcfc;
}

#myAlertsLoginDetails .ui-state-success:focus {
    text-decoration: underline;
}

#atTabMyAlerts_atMyAlertsLogin_btnForgottenDetails {
    background-color: #0065ac;
    color: #fcfcfc;
    background-image: none !important;
}

#atTabMyAlerts_atMyAlertsLogin_btnForgottenDetails:hover {
    background-color: #093566;
    color: #fcfcfc;
}

#atTabMyAlerts_atMyAlertsLogin_btnForgottenDetails:focus {
    text-decoration: underline;
}

#atTabMyAlerts_atMyAlertsLogin_btnRegister {
    background-color: #0065ac;
    color: #fcfcfc;
    background-image: none !important;
}

#atTabMyAlerts_atMyAlertsLogin_btnRegister:hover {
    background-color: #093566;
    color: #fcfcfc;
}

#atTabMyAlerts_atMyAlertsLogin_btnRegister:focus {
    text-decoration: underline;
}

#atTabMyAlerts_atMyAlertsForgottenPassword_btnEmail,
#atTabMyAlerts_atMyAlertsForgottenPassword_btnGotoSignIn,
#atTabMyAlerts_atMyAlertsRegister_btnCreateAccount,
#atTabMyAlerts_atMyAlertsRegister_btnCancel,
#atTabMyAlerts_atMyAlertsRegister_btnGotoSignIn,
#atTabMyAlerts_atMyAlertsUserAccount_btnChangePassword,
#atTabMyAlerts_atMyAlertsUserAccount_btnCancel {
    background-color: #0065ac;
    color: #fcfcfc;
    background-image: none !important;
    border: 1px solid #004779;
}

#atTabMyAlerts_atMyAlertsForgottenPassword_btnEmail:hover,
#atTabMyAlerts_atMyAlertsForgottenPassword_btnGotoSignIn:hover,
#atTabMyAlerts_atMyAlertsRegister_btnCreateAccount:hover,
#atTabMyAlerts_atMyAlertsRegister_btnCancel:hover,
#atTabMyAlerts_atMyAlertsRegister_btnGotoSignIn:hover,
#atTabMyAlerts_atMyAlertsUserAccount_btnChangePassword:hover,
#atTabMyAlerts_atMyAlertsUserAccount_btnCancel:hover {
    background-color: #093566;
    color: #fcfcfc;
    border: 1px solid #004779;
}

#atTabMyAlerts_atMyAlertsForgottenPassword_btnEmail:focus,
#atTabMyAlerts_atMyAlertsForgottenPassword_btnGotoSignIn:focus,
#atTabMyAlerts_atMyAlertsRegister_btnCreateAccount:focus,
#atTabMyAlerts_atMyAlertsRegister_btnCancel:focus,
#atTabMyAlerts_atMyAlertsRegister_btnGotoSignIn:focus,
#atTabMyAlerts_atMyAlertsUserAccount_btnChangePassword:focus,
#atTabMyAlerts_atMyAlertsUserAccount_btnCancel:focus {
    text-decoration: underline;
}

#atMyAlerts .alternaterow,
#atMyAlerts .normalrow {
    float: left;
}

div#atMyAlertsLocationLess div.alternaterow label {
    padding-left: 16px;
}

input#atTabMyAlerts_atMyAlertsLocations_btnSaveAll {
    float: right;
    border: 0px;
}

input#atTabMyAlerts_atMyAlertsLocations_btnSaveAll:focus {
    text-decoration: underline;
}

#btnSaveAlert-locless {
    display: none;
}

div.atMyAlertsLocationFooter input {
    background-color: #093566;
    font-size: 12px !important;
    color: #fcfcfc;
}

div.atMyAlertsLocationFooter input:focus {
    text-decoration: underline;
}

div.atMyAlertsLocationHeader input.atMakeDefault {
    display: none;
}

span.atMyAlertsDistance {
    float: right;
}

div#myAlertsUserAccount input:focus {
    box-shadow: 0 0 5px #004779;
}

div#myAlertsUserAccount input {
    border-style: solid;
    border-width: 1px;
    border-color: #0065ac;
}

div#myAlertsUserAccount div.atPanelFooter input {
    background-color: #0065ac;
    font-size: 12px !important;
    color: #fcfcfc;
}

div#myAlertsUserAccount div.atPanelFooter input:hover {
    background-color: #093566;
}

div#myAlertsUserAccount div.atPanelFooter input:focus {
    text-decoration: underline;
    box-shadow: none;
}

#atLocationBar_btnSetupAlerts {
    display: table !important;
}

div.atPublisherTemplate a:focus {
    color: #004779 !important;
    background-color: #fcfcfc !important;
}

div.atPublisherTemplate a:hover {
    color: #fcfcfc !important;
    background-color: #093566 !important;
}

div.atPublisherTemplate li.ui-state-active a:hover {
    color: #0065ac !important;
    background-color: #fcfcfc !important;
}

@media (max-width: 740px) {
    #atTabBar input {
        border-color: #ebebeb;
    }

    .ui-dialog.ui-widget-content .ui-dialog-titlebar {
        background-color: #0065ac;
        color: #fcfcfc;
    }

    .ui-widget-header {
        background: #004779;
    }
}

/* Optional styles dependant on content */
.modern-dot-gov-councillor ul {
    margin-left: 0;
    padding-left: 0;
}

.modern-dot-gov-councillor ul li {
    list-style: none;
}

dd#MiniMap {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

div#atLicences p {
    padding-left: 15px;
    font-size: 0.8em;
}



.header__content .logo-container {
    width: 241px;
    height: 79px;
    float: left;
    margin-top: 1.25rem
}

.header__content {
    height: 120px;
    border-bottom: 1px solid #CCC;
    padding: 0 1rem !important;
}

.header__content .logo,
.header__content .logo-container {
    width: 241px;
    height: 79px;
    float: left;
    margin-top: 1.25rem
}

.header__content .logo svg {
    width: 120px;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
    max-height: 40px
}

.header__content .logo a {
    display: block
}

@media only screen and (max-width: 63.99em) {
    .header__content {
        padding: 0 !important;
    }

    header .header__content .logo {
        height: 36px;
        width: 120px;
        margin: 8px;
        max-width: 240px
    }
}


.menu-container nav.main-nav ul li:nth-child(n+7) {
    display: none;
}

@media only screen and (max-width: 63.99em) {
    .menu-container nav.main-nav ul li:nth-child(n+7) {
        display: block;
    }
}

header .quick-links .quick-links__menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-direction: row;
}

header .quick-links .quick-links__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    min-height: 44px;
}

#atPoweredBy {
    display: none;
}

@media only screen and (min-width: 63.99em) {
    .social-links {
        margin-top: 0rem !important;
    }

    footer .large-4 {
        width: 33.33333% !important;
    }
}



.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1D599E !important;
    text-decoration: underline !important;
}

.aw_results_toolbar ol a:hover {
    color: #093566 !important;
    text-decoration: underline !important;
}

.aw_results ul {
    height: 56px !important;
}

.atResultsNavBackWard,
.atResultsNavForward {
    top: 34px !important;
}

.atMapContent {
    height: 90vh !important;
    border: none !important;
}

#atMap {
    height: 100% !important;
    border-bottom: 1px solid #093566 !important;
}

.atPanelStatusSign {
    color: #fff !important;
}

a:focus-visible {
    box-shadow: 0 0 0 3px #093566 !important;
    outline: 3px solid #f3b237 !important;
    outline-offset: 3px !important;
}

#id_ac_results {
    position: absolute !important;
    width: auto !important;
    left: 16px;
    margin-top: 0.5rem;
    z-index: 999999;
    display: block;
    font-family: 'Lato';
    max-width: 80vw;
    box-shadow: 2px 2px 18px 0px rgba(0, 0, 0, 0.35);
    border: 1px solid #ffffff;
    padding: 0;
    border-radius: 5px;
}

.ac_results #jqNoResultsFound {
    margin-top: 0 !important;
    padding: 0.5rem;
    width: auto !important;
}

.ac_results #jqNoResultsFound .ui-state-error {
    border: none !important;
    font-size: 14px !important;
    padding: 0 !important;
}

.ac_results #jqNoResultsFound .ui-state-error p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
}

.ac_results #jqNoResultsFound p .ui-icon {
    margin-top: 3px !important;
}

#id_ac_results .ac_results ul {
    width: 100%;
    list-style: none;
    padding: 0.5rem;
    margin: 0;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.ac_results li {
    position: relative;
    margin: 0px;
    padding: 0.5rem 0.5rem;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 0.9rem !important;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}

.atMainJQWrapper *,
.ac_results *,
.aw_results * {
    text-align: left;
    font-family: "Lato", sans-serif !important;
}

.ac_results li:nth-child(even) {
    background-color: #f1f1f1;
}

.ac_results li:hover,
.ac_results li:focus-within {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #1D599E !important;
}

.ac_results li:hover a,
.ac_results li:focus-within a {
    text-decoration: none;
    color: #ffffff !important;
}

.ac_results li a::before {
    inset: 0;
    content: "";
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.ac_over,
.aw_results ol a:hover {
    background: none !important;
    color: inherit;
    text-decoration: none !important;
}

.ac_linksWrapper {
    padding: 1rem 0.5rem !important;
    border: none !important;
    display: flex !important;
    justify-content: flex-start;
    background-color: #f1f1f1;
}

.ac_links {
    font-size: 0.8rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-right: 0.25rem;
    background: #ffffff;
    padding: 0 0.5rem;
    border-radius: 4px;
}

.ac_links .ui-icon.ui-icon-close {
    display: none;
}

.ac_links:hover,
.ac_links:focus {
    background: #093566;
    color: #ffffff;
}

#atMap img.olTileImage {
    max-width: none;
}

#MiniMap img {
    filter: hue-rotate(350deg) saturate(0.9);
    margin-bottom: 1rem;
}

/*  SWITCHER  */

#atJqBaseMapSwitcher {
    margin-right: unset !important;
    margin-top: unset !important;
    right: 1rem !important;
    top: 1rem !important;
}

.atBaseMapSwitcher ul {
    display: flex;
    flex-wrap: wrap;
}

/* ATTIBUTION, SCALE AND MEASURE */

.olControlAttribution {
    left: unset !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 70% !important;
    line-height: 1.5em !important;
    background-color: rgb(0 0 0 / 50%);
    color: #ffffff !important;
    padding: 0.25rem 1rem !important;
    font-size: 0.7rem !important;
    text-align: right;
    max-width: unset !important;
}

.olControlMousePosition {
    bottom: 0 !important;
    right: unset !important;
    left: 0;
    width: 30% !important;
    position: absolute !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 600;
    line-height: 1.5em !important;
    background-color: rgb(0 0 0 / 50%);
    color: #ffffff !important;
    padding: 0.25rem 1.25rem !important;
    font-size: 0.7rem !important;
    max-width: unset !important;
}

.olControlScaleLine {
    bottom: 2.6rem !important;
    font-size: 0.7rem !important;
    font-weight: 600;
    right: 1rem !important;
    left: unset !important;
    padding: 1rem;
    background-color: rgb(0 0 0 / 42%);
    border-radius: 1rem;
    color: #ffffff !important;
    display: flex !important;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.olControlScaleLine .olControlScaleLineTop {
    border: solid 1px #ffffff !important;
    border-top: none !important;
}

.olControlScaleLine .olControlScaleLineBottom {
    margin-top: -1px !important;
    border: solid 1px #ffffff !important;
    border-bottom: none !important;
}

/* COLUMN */

.atPanelContainer .column {
    position: relative !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 1rem !important;
}


/*  PANELS  */

#atMyNearest div.atPanel {
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
}

.atPanel {
    border: 1px solid #ebebeb !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 0;
}

.atPanel.atStandardPanel .atPanelHeader h3 a {
    cursor: default;
}

div.atPanel .atPanelHeader {
    background-color: #1d599e !important;
    padding: 1.25rem 1rem;
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.atPanel .atPanelHeader h3 {
    border-bottom: none !important;
    font-size: 1.25rem !important;
    padding: 0 !important;
}

.atPanel h3 a {
    color: #ffffff !important;
    font-weight: inherit;
    text-decoration: none;
    font-size: inherit;
}

.atPanelContent {
    border-bottom: 1px solid #dddddd !important;
    padding: 1.5rem !important;
}

/* ICONS */

.atPanelContent .atIcon {
    display: none;
}

/*  RESULTS  */

.aw_results {
    margin-top: 0 !important;
    width: 100% !important;
    padding: 1rem;
    background-image: none !important;
}

.aw_results_toolbar ol li {
    margin-left: 0 !important;
}

#atMapSpurForm .ui-state-default.ui-corner-all li.aw_clearResults {
    margin-left: unset !important;
    left: 0 !important;
}

.aw_results ul {
    height: unset !important;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    border: 1px solid #dddddd;
}

.aw_results ul li {
    position: relative !important;
    top: unset !important;
    list-style: none;
    font-size: 0.8rem !important;
    display: inline-flex;
    margin: 0 !important;
    border-right: 1px solid #ddd;
    padding: 0.5rem 1rem;
}

.aw_results ul li:last-child {
    border-right: none;
}

.aw_results ul li.atResultsNavForward {
    right: 0 !important;
    left: 0 !important;
}

.aw_results ul li.atResultsNavBackWard {
    right: 0 !important;
    left: 0 !important;
}

.aw_results ol {
    list-style: none !important;
    padding-left: 0 !important;
}

.aw_results ol li a {
    padding: 0.5rem 0;
    display: block;
    font-size: 14px;
    margin: 0;
}

.aw_results ol li {
    padding: 0 1rem;
    border-radius: 3px;
}

.aw_results ol li:nth-child(even) {
    background-color: #f3f3f3;
}

.aw_results ul li.atResultsNavBackWard {
    left: unset !important;
}

#atClearAuResults span.ui-icon.ui-icon-close,
#id_aw_results ul li.atResultsNavBackWard span.ui-icon.ui-icon-seek-prev,
#id_aw_results ul li.atResultsNavForward span.ui-icon.ui-icon-seek-next {
    display: none !important;
}

#id_aw_results ul li.atResultsNavForward a,
#id_aw_results ul li.atResultsNavForward a span {
    text-decoration: underline;
}

#id_aw_results ul li.aw_clearResults a:hover,
#id_aw_results ul li.aw_clearResults a:focus,
#id_aw_results ul li.atResultsNavForward a:hover,
#id_aw_results ul li.atResultsNavForward a:focus,
#id_aw_results ul li.atResultsNavForward a:hover span,
#id_aw_results ul li.atResultsNavForward a:focus span {
    text-decoration: none !important;
}

#id_aw_results ul li.aw_clearResults a::before,
#id_aw_results ul li.atResultsNavForward a::before,
#id_aw_results ul li.atResultsNavBackWard a::before {
    inset: 0;
    content: "";
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

/*  PANELS */

.atPanelContent .atPanelData {
    margin-bottom: 0.75rem;
}

.atPanelContent a:hover,
.atPanelContent a:focus {
    text-decoration: none;
}

.atPanel .atPanelFooter {
    text-align: left;
}

.atPanelContent table {
    width: 100%;
    overflow-x: auto !important;
}

.atPanelStatusSign {
    color: #fff !important;
    margin-right: 0.5rem;
    background-color: #093566;
    display: inline-flex;
    align-items: center;
    width: 1.75rem !important;
    height: 1.75rem;
    text-align: center;
    justify-content: center;
    border-radius: 1rem;
}

/* MOD GOV */

.modern-dot-gov-councillor {
    margin: 1rem -1.5rem 1rem -1.5rem;
    padding: 0.5rem 1.5rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
}

.modern-dot-gov-councillor .name {
    margin-top: 1rem !important;
}

.modern-dot-gov-councillor .name a {
    font-weight: 600;
}

.modern-dot-gov-councillor-portrait {
    display: block;
    order: -1;
}

.modern-dot-gov-councillor-portrait a {
    display: inline-block;
    margin-right: 1rem;
    width: 110px;
    height: 110px;
}

.modern-dot-gov-councillor-portrait img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
    border-radius: 5rem;
}

/* MY NEAREST */

#atMyNearest {
    width: auto;
    margin: 1rem;
}

#atMyNearest .atIcon {
    display: none !important;
}

/*  MAP LAYERS  */

#atPWparent .atPanelWrapperParent.adjusted {
    overflow: visible !important;
    height: auto !important;
}

#atPWparent .atMainJQWrapper,
#atPWparent .atMainJQWrapper .noTB {
    height: auto !important;
    background-color: transparent !important;
    width: 310px !important;
}

.atOuterWpr.noTB {
    border-right: none !important;
    padding: 1rem !important;
}

#panels.atPanelInnerWrapper {
    padding-right: 1rem !important;
    overflow-y: hidden !important;
    height: auto !important;
}

.atPopupFeatureInfo .contentDisplay h3 {
    background-color: #1d599e !important;
    color: #fcfcfc !important;
}

#atPanelToggle {
    height: 44px !important;
    width: 44px !important;
    left: unset !important;
    top: 4rem !important;
    right: 1rem !important;
}

div#atZoomControls {
    left: unset !important;
    right: 1rem;
    top: 7rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

div.olControlZoom a.olButton {
    background-color: #1d599e;
    color: #fcfcfc;
}

div.olControlZoom a.olButton:hover {
    background-color: #093566;
}

div#atZoomControls a,
div#atPanelToggle a {
    border: none !important;
    background-color: #ffffff !important;
    color: #1d599e !important;
    width: 44px !important;
    height: 44px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2rem;
    outline: none;
    margin-top: 0 !important;
}

div#atPanelToggle a:focus-visible {
    box-shadow: #f6bf35 0px 0px 0px 5px !important;
    border-radius: inherit;
}

#atZoomControls a.zoomin {
    margin-top: 0.5rem !important;
    margin-bottom: 1px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#atZoomControls a.zoomin:focus-visible {
    box-shadow: #f6bf35 0px 0px 0px 5px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#atZoomControls a.zoomout {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#atZoomControls a.zoomout:focus-visible {
    box-shadow: #f6bf35 0px 0px 0px 5px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

div#atPanelToggle a {
    background-image: url(menu-normal.png) !important;
    background-size: 19px !important;
}

div#atPanelToggle a:hover,
div#atPanelToggle a:focus {
    background-image: url(menu-hover.png) !important;
    background-size: 19px !important;
}

div#atZoomControls a:hover,
div#atPanelToggle a:hover,
div#atZoomControls a:focus,
div#atPanelToggle a:focus {
    background-color: #1D599E !important;
    color: #ffffff !important;
}


/* MAP LAYERS FILTERS  */

#atPanel-mapsourceswitcher,
#atPanel-findnearest,
#atPanel-takemeto,
#atPanel-searchfor,
#atPanel-showmapcategories {
    padding: 0 !important;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.4);
    border: none !important;
    border-radius: 0.6rem !important;
}

#panels .ui-dialog {
    width: 100% !important;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ui-widget-header .ui-icon {
    background-image: none !important;
    width: 1px !important;
}

.map-panel.ui-dialog.ui-widget-content .ui-dialog-titlebar,
#atPWparent .ui-dialog-titlebar {
    background-color: #1d599e !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    outline: none;
}

.map-panel.ui-dialog.ui-widget-content .ui-dialog-titlebar,
#atPWparent .ui-dialog-titlebar:hover,
.map-panel.ui-dialog.ui-widget-content .ui-dialog-titlebar,
#atPWparent .ui-dialog-titlebar:focus-within {
    background-color: #093566 !important;
}

.ui-dialog.ui-widget-content {
    background-color: rgb(255 255 255 / 90%) !important;
    border-radius: 0.6rem !important;
    background-image: none !important;
    box-shadow: 2px 4px 17px 0px rgba(0, 0, 0, 0.4);
}

#atPWparent .ui-dialog-content {
    overflow: hidden;
    padding: 0.5rem !important;
}

#findnearest select,
#searchfor select,
#searchfor input {
    margin-bottom: 5px !important;
    margin-left: 0 !important;
    width: 100% !important;
    font-size: 14px !important;
    padding: 3px !important;
    color: #444444 !important;
    border-radius: 4px !important;
    border: 1px solid #ababab !important;
    font-family: 'Lato', sans-serif !important;
}

.ui-dialog .ui-dialog-buttonpane button,
#searchfor #atSearchforBtn,
#findnearest input {
    margin: 0 !important;
    padding: 0.25rem 1rem !important;
    border-radius: 4px !important;
    background-color: #f6bf35 !important;
    appearance: none;
    cursor: pointer;
    background-image: none !important;
    border: none !important;
    color: #444444 !important;
    font-size: 0.85rem !important;
    font-weight: 600;
    width: auto !important;
    font-family: 'Lato', sans-serif;
}

.ui-dialog .ui-dialog-buttonpane button:hover,
#searchfor #atSearchforBtn:hover,
#findnearest input:hover {
    background-color: #eccf84 !important;
}

.ui-dialog.ui-widget-content .ui-state-default {
    border-color: #d7d7d7 !important;
    margin-bottom: 0px !important;
    border-radius: 0 !important;
    border-collapse: collapse;
    border-bottom: none;
    padding: 0 !important;
    color: #434343;
}

.ui-dialog.ui-widget-content .ui-state-default:hover {
    background-color: #f2f2f2 !important;
    background-image: none !important;
}

#atPWparent .atMainLayersGroup h3 {
    padding: 0.3rem !important;
    margin: 0 !important;
    border-bottom: none !important;
    border-radius: 5px !important;
    background-color: transparent !important;
}

.ui-dialog.ui-widget-content .ui-state-default:first-child {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.ui-dialog.ui-widget-content .ui-state-default:last-child {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom: 1px solid #d7d7d7 !important;
}

.ui-dialog-content.ui-widget-content .ishare-dialog-tooltip {
    display: block;
    border-top: 1px solid #d7d7d7;
}

.ui-dialog-content.ui-widget-content .ishare-dialog-tooltip .ishare-dialog-inner {
    display: none !important;
}

#atPWparent .atMainLayersGroup ol {
    padding: 0 !important;
    margin: 0 !important;
}

.atMainLayersGroup ol li.atLayerSet {
    padding: 0.15rem 2rem 0.15rem 0.5rem !important;
    border-bottom: 1px dashed #cdcdcd !important;
    position: relative !important;
}

.atMainLayersGroup ol li.atLayerSet:last-child {
    border-bottom: none !important;
}

#atPWparent .atMainLayersGroup ol li a.atLayerLink {
    margin-left: 0 !important;
    z-index: 1;
    cursor: pointer !important;
}

#atPWparent .atMainLayersGroup ol li a.atLayerLink:hover,
#atPWparent .atMainLayersGroup ol li a.atLayerLink:focus {
    text-decoration: none !important;
}

.atMainLayersGroup ol li .atChkboxOutrWpr {
    position: absolute;
    right: 0.3rem !important;
    top: 0.5rem !important;
}

.ui-widget-header .ui-icon {
    background-image: none !important;
    width: 1px !important;
}

.ui-widget-header input[type="checkbox"],
.ui-dialog.ui-widget-content input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    accent-color: #f6bf35;
    cursor: pointer !important;
}

#atPanel-showmapcategories .atMainLayersGroup ol li.atLayerSet .atLayerLegendImg {
    margin-top: 0 !important;
    margin-left: -0.5rem !important;
    display: none !important;
}

.atMainLayersGroup ol li .atQueryLink {
    position: relative !important;
    float: left;
    margin-right: 0.35rem;
    left: unset !important;
}

.atMainLayersGroup ol li .atQueryLink img {
    border: none;
    margin-top: 0.2rem !important;
    margin-left: 0.2rem !important;
    opacity: 0.8;
}

.atMainLayersGroup ol li .atLayerLink {
    width: 100% !important;
}

.atMainLayersGroup ol li.error {
    background-color: #ffffff !important;
    border-top: 2px solid #ae171e;
}

#atPWparent .atPnlDrgr {
    display: none !important;
}


/* POPUPS */

/*
.olQuadrant-tl {
    width: 250px !important;
    position: relative !important;
}

.olPopup.olFramedCompactPopup {
    width: 280px !important;
    height: 360px !important;
    overflow-x: visible !important;
}

div[id^="OpenLayers.Popup.FramedCompact_"] img {
    display: none !important;
}

.olFramedCompactPopupContent {
    width: 100% !important;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    padding: 0 2rem 0 0;
    font-size: 0.85rem;
    line-height: 2em;
    overflow-x: visible !important;
    height: 100% !important;
}

#atMap .atPopupFeatureInfo {
    max-width: 100% !important;
    max-height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    box-shadow: 2px 4px 17px 0px rgba(0, 0, 0, 0.4);
    padding: 0.5rem !important;
    border-radius: 0.5rem;
}
*/

.atPanelContent .infoResult p {
    line-height: 1.6em !important;
    padding: 0 0 0.5rem 0 !important;
    margin: 0 !important;
}

#atMap .atPopupFeatureInfo h3 {
    font-size: 14px;
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
    border-radius: 4px !important;
}
/*
.olQuadrant-bl .olPopupCloseBox {
    right: 0 !important;
    top: 0 !important;
}
*/
.olPopupCloseBox {
    background-image: none !important;
    background-color: #f6bf35 !important;
    border-radius: 7px;
    height: 25px !important;
    width: 25px !important;
    position: absolute !important;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.olPopupCloseBox:hover,
.olPopupCloseBox:focus {
    background-color: #ae171e !important;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
}

.olPopupCloseBox::after {
    content: "\00D7";
    color: #444444;
    position: absolute;
    left: 6px;
    font-size: 22px;
}

.olPopupCloseBox:hover::after,
.olPopupCloseBox:focus::after {
    color: #ffffff;
}

/* ERRORS */


.ui-dialog .ui-dialog-buttonpane {
    margin: 0 !important;
    padding: 0.5rem !important;
    background-image: none !important;
    background-color: transparent;
    border: none !important;
}

.ui-dialog.ui-widget.ui-widget-content .ui-icon.ui-icon-alert {
    display: none;
}

.ui-dialog.ui-widget-content .ui-dialog-content {
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
}

#atPanelResults {
    display: none !important;
}

.ishare-clickable.panel-action {
    padding: 0.25rem 0.5rem !important;
    margin: 0;
}

.ui-dialog {
    position: relative;
    padding: 0 !important;
    border: none !important;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar {
    font-family: 'Lato', sans-serif;
    background-color: #1d599e !important;
    color: #ffffff;
    font-size: 1rem;
    padding: 0.5rem;
}

.at-ui-alert.ui-dialog-content.ui-widget-content {
    padding: 0.5rem !important;
    font-size: 0.85rem;
    font-weight: 600;
}

/* OVERLAY */

.ui-widget-overlay {
    background-image: none !important;
    background-color: rgba(9, 53, 102, 0.4);
    filter: none !important;
}

/* MOBILE LAYERS */

@media (max-width: 756px) {
    #atTabBar div {
        border-radius: 2rem;
        flex-direction: column;
    }
    #atTabBar input[type=submit], #atTabBar button[type=submit] {
        border-radius: 2rem;
        margin: 0.5rem;
        white-space: nowrap;
    }
    #panels.atPanelInnerWrapper {
        overflow-y: auto !important;
        padding-left: 0.5rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    #atPanel-mapsourceswitcher,
    #atPanel-findnearest,
    #atPanel-takemeto,
    #atPanel-searchfor,
    #atPanel-showmapcategories {
        padding: 0.5rem !important;
    }
    .ui-dialog.ui-widget-content .ui-state-default {
        padding: 0.125rem !important;
    }
    .atBaseMapSwitcher ul {
        max-width: 130px;
    }
}
@media (max-width: 600px) {
    .olControlMousePosition {
        bottom: 3rem !important;
        right: unset !important;
        left: 0;
        width: 100% !important;
    }
    .olControlAttribution {
        width: 100% !important;
        text-align: left;
        min-height: 3rem;
    }
    .olControlScaleLine {
        bottom: 5.5rem !important;
    }
}


#atPWparent {
    height: auto !important;
}






/* ---------------- V6 Updates ---------------- */

#atMyPage div.atContentThreeColumns,
#atMyNearest div.atContentThreeColumns {
    margin: 1rem auto 2rem !important;
    align-items: stretch;
}

#atMyNearest div.atPanel {
    margin-left: 0;
}

#atMapSpurForm #atMyMaps {
    margin: 1rem 0 0 0 !important;
    padding: 0 !important;
}

#atPWparent {
    left: 0 !important;
}

@media screen and (min-width: 650px) {
    #atLocationBar #atLocationDisplay .atCurrentLocation {
        padding-left: 2%;
    }
    #atMapSpurForm, #atTabBar input, #atTabBar input:active, #atTabBar button, #atTabBar button:active, #atMapSpurForm #atLocationBar div, #atMapSpurForm #atMapImageFrame #atMapImage {
        border-color: transparent;
    }
}

.ui-state-default {
    background: unset;
}

#atLocationSearch input#atTextSearch {
    margin: 0.5rem 0.5rem 0.5rem 0 !important;
}

/* ---------------- End V6 Updates ---------------- */