a {
    text-decoration: none;
}

#support-holder {
    max-width: 1000px;
    margin: 0 auto;
}

.print-header {
    display: none;
}

.local-gov-title {
    text-align: center;
    position: relative;
    padding: 0 0 10px 0;
    font-size: 1em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.find-container
{
    z-index: 1;
    display: flex;
    justify-content: center;
    background-color: transparent;
    width: 100vw;
    flex-wrap: wrap;
}

.map-slider
{
    height: 48px;
    color: black;
    text-align: center;
    border-radius: 4px;
}

.map-slider a
{
    color: black;
    text-decoration: none;
}

.map-slider-section
{
    height: 48px;
    width: 150px;
    float: left;
    position: relative;
    background-color: lightgrey;
    cursor: pointer;
}

.map-slider .active
{
    background-color: white;
    cursor: default;
    border: 2px solid lightgrey;
}

.map-slider .slider-text-sm
{
    font-size: 9px;
}

.map-slider .slider-text
{
    font-size: 16px;
}

.map,
.map-holder {
    height: 300px;
    margin-bottom: -35px;
    position: relative;
}

.map-target {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    margin-left: -27px;
    border-radius: 27px;
    box-sizing: border-box;
    border: 5px solid #fff;
}

.score-info {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 9px;
    margin: 0 auto 16px auto;
    padding: 15px;
    color: #fff;
    box-sizing: border-box;
    z-index: 99;
    position: relative;
    display: flex;
    justify-content: space-between;
    backdrop-filter: blur(5px);
}

.score-info .score-info-titles div {
    margin-bottom: 8px;

}

.score-info .result-title {
    font-size: 1.3em;
}

.score-info .score {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: 100;
    margin: 10px;
    flex: 0 0 90px;
    box-sizing: content-box !important;
}

.score-info .score .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 1.8em;
    color: white;
}

.score-info svg {
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.score-info svg circle {
    fill: none;
    stroke-width: 0;
    stroke-linecap: round;
}

.score-info svg circle.score-circle-bg {
    stroke: #c9c9c9;
    stroke-width: 4px;
}

.score-info.good svg circle.score-circle-pb {
    stroke: var(--good-color);
}

.score-info.better svg circle.score-circle-pb {
    stroke: var(--better-color);
}

.score-info.best svg circle.score-circle-pb {
    stroke: var(--best-color);
}

.score-scale {
    width: 100%;
    margin: 0 auto;

}

.score-scale ul.scale {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.score-scale ul li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
}

.score-scale .lines {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    height: 3px;
    position: relative;
}

.score-scale .lines .dot {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    background-color: #fff;
    margin-left: 5px;
}

.score-scale .lines .dot-good {
    border-color: var(--good-color);
}

.score-scale .lines .dot-better {
    border-color: var(--better-color);
}

.score-scale .lines .dot-best {
    border-color: var(--best-color);
}

.score-scale .lines .good {
    background-color: var(--good-color);
    height: 3px;
}

.score-scale .lines .better {
    background-color: var(--better-color);
    height: 3px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.score-scale .lines .best {
    background-color: var(--best-color);
    height: 3px;
}

.score-scale .legend {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 27px;
    text-align: center;
    text-transform: uppercase;
    background: rgb(0, 194, 242);
    background: linear-gradient(90deg, rgba(0, 194, 242, 0.1) 0%, rgba(98, 25, 245, 0.1) 50%, rgba(241, 59, 231, 0.1) 100%);
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: 1.3px;
}

.score-scale .legend .good {
    color: var(--good-color);
}

.score-scale .legend .better {
    color: var(--better-color);
}

.score-scale .legend .best {
    color: var(--best-color);
}

.support-feedback {
    padding: 20px;
}

.support-section {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #ECECEC;
    padding: 20px;
    box-sizing: border-box;
}

.support-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

.support-section .icon-holder {
    flex-basis: 80px;
    height: 80px;
    background-color: #ECECEC;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.support-section.good .icon-holder {
    background-color: var(--nsw-brand-dark);
}

.support-section.better .icon-holder {
    background-color: var(--nsw-brand-dark);
}

.support-section.best .icon-holder {
    background-color: var(--nsw-brand-dark);
}

.icon-holder .icon {
    font-size: 50px;
    color: #fff;
}

.support-section-titles {
    flex-grow: 1;
    padding: 0 10px 0 20px;
}

.support-section-name {
    font-weight: bold;
    font-size: 0.8em;

}

.support-section-sub {
    font-size: 1em;
    margin-top: 4px;
}

.support-link-toggle {
    font-size: 1.6em;
    width: 30px;
    height: 30px;
    display: block;
    text-align: right;
    flex-basis: 30px;
    flex-shrink: 0;
}

.support-section.good .support-link-toggle {
    color: var(--good-color);
}

.support-section.better .support-link-toggle {
    color: var(--better-color);
}

.support-section.best .support-link-toggle {
    color: var(--best-color);
}

.support-link-toggle.flip {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    transition: 0.5s;
}

.support-link-toggle {
    font-size: 1.6em;
    width: 30px;
    height: 30px;
    display: block;
    text-align: right;
    flex-basis: 30px;
    flex-shrink: 0;
}

.support-section-content {
    display: none;
    padding-left: 100px;
    padding-right: 30px;
    width: 100%;
    box-sizing: border-box;
}

.support-section-links {

}

.external-links .links-title {
    border-bottom: 1px solid #ECECEC;
    font-size: 0.8em;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.external-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.external-links li {
    padding: 8px 8px 8px 35px;
    margin: 0;
    font-size: 0.8em;
    display: block;
    background-image: url('/img/external-link.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.external-links li a {
    color: #000;
    display: block;
}

.support-section .icon-holder {
    flex-basis: 80px;
    height: 80px;
    background-color: #ccc;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.section-header {
    padding: 18px 0 12px 0;
    margin-top: 16px;
}

.section-header h2 {
    font-size: 0.8em;
    width: 100%;
    margin: 0 auto;
}

.good .section-header {
    border-bottom: 1px solid var(--good-color);
}

.good .section-header h2 {
    color: var(--good-color);
}

.better .section-header {
    border-bottom: 1px solid var(--better-color);
}

.better .section-header h2 {
    color: var(--better-color);
}

.best .section-header {
    border-bottom: 1px solid var(--best-color);
}

.best .section-header h2 {
    color: var(--best-color);
}

.section-header a {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-header {

}

h4.sub-section-header {
    padding: 18px 0 12px 0;
    font-size: 0.8em;
    border-bottom: 1px solid #ECECEC;
}

.section-holder {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.section-info-link {
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}

.section-info-link span {
    padding: 0 6px 0 0;
}

.sub-section-info-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #ECECEC;
}

.sub-section-info-link span.link {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-bottom: 6px;
}

.sub-section-info-link span.link-preview {
    font-size: 14px;
    color: #4D4D4F;
}

.section-sub-title {
    font-size: 11px;
    color: #85858B;
    font-weight: bold;
    padding: 14px 0 10px 0;
}

#environment-holder .flip .icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    transition: 0.5s;
}

#environment-holder .icon {
    font-size: 20px;
}

#environment-holder .good .icon {
    color: var(--good-color);
}

#environment-holder .better .icon {
    color: var(--better-color);
}

#environment-holder .best .icon {
    color: var(--best-color);
}

.section-info h3 {
    font-size: 18px;
    margin-bottom: 12px;
    padding: 0;
}

.section-info p {
    font-size: 14px;
}

.section-info h4 {
    font-size: 13px;
    margin-bottom: 12px;
    padding: 0;
}

.section-info .soils-image-holder {
    text-align: center;
    margin-bottom: 1em;
}

.section-info .soils-image-holder img {
    max-width: 100%;
}

.section-info-holder {
    display: none;
    padding: 6px 0 12px 0;
}

.sub-section-info-holder {
    display: none;
    padding: 0;
}

.sub-section-info-holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sub-section-info-holder ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ECECEC;
}

.sub-section-info-holder ul li a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px 0;
}

.sub-section-info-holder ul li a.fauna-link {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.attribute-info-text {
    font-style: italic;
    font-size: 0.8em;
    padding: 12px 0;
}

.attribute-info-links {
    border-top: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
}

.attribute-info-links li {
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    padding: 8px 8px 8px 45px;
    background-position: 14px 4px;
}

.pct-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background-color: #F7F7F7;
    margin-bottom: 24px;
}

.pct-holder:first-child {
    margin-bottom: 1px;
}

.pct-titles {
    padding: 0 20px;
}

.pct-titles .small-title {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.pct-titles .large-title {
    font-size: 16px;
    color: #4D4D4F;
}

.good .pct-icon-holder {
    background-color: var(--good-color);
}

.better .pct-icon-holder {
    background-color: var(--better-color);
}

.best .pct-icon-holder {
    background-color: var(--best-color);
}

.content-info {
    margin: 20px 0;
}

.hide {
    display: none;
}

.expand {
    height: auto;
}