/*
Theme Name: Stigmascope
*/


.info-map .line-item {
    border: 1px solid #FFFFFF;
    width: 25%;
    height: 100%;
}
.info-map .line-item:first-child {
    background: transparent linear-gradient(180deg, #EEF7C8 0%, #E9F4B9 100%) 0% 0% no-repeat padding-box;
}
.info-map .line-item:nth-child(2) {
    background: transparent linear-gradient(180deg, #E9F4B9 0%, #C5D752 100%) 0% 0% no-repeat padding-box;
}
.info-map .line-item:nth-child(3) {
    background: transparent linear-gradient(180deg, #E9F4B9 0%, #C5D752 0%, #6E7F2F 100%) 0% 0% no-repeat padding-box;
}
.info-map .line-item:nth-child(4) {
    background: transparent linear-gradient(180deg, #47521D 0%, #6E7F2F 0%, #6E7F2F 100%) 0% 0% no-repeat padding-box;
}
.info-map .line{
    display: flex;
    background-color: transparent;
}


.info-map .line-inner.line-inner2 .line-item:first-child {
    background: transparent linear-gradient(180deg, #EFFDFC 0%, #BFEDE8 100%) 0% 0% no-repeat padding-box;
}
.info-map .line-inner.line-inner2 .line-item:nth-child(2) {
    background: transparent linear-gradient(180deg, #BFEDE8 0%, #6AB6AA 100%) 0% 0% no-repeat padding-box;
}
.info-map .line-inner.line-inner2 .line-item:nth-child(3) {
    background: transparent linear-gradient(180deg, #E9F4B9 0%, #6AB6AA 0%, #3C776F 100%) 0% 0% no-repeat padding-box;
}
.info-map .line-inner.line-inner2 .line-item:nth-child(4) {
    background: transparent linear-gradient(180deg, #47521D 0%, #3C776F 0%, #204E48 100%) 0% 0% no-repeat padding-box;
}

.info-map .line-inner.line-inner3 .line-item:first-child {
    background: transparent linear-gradient(180deg, #EDF0FF 0%, #D2D9FC 100%) 0% 0% no-repeat padding-box;
}
.info-map .line-inner.line-inner3 .line-item:nth-child(2) {
    background: transparent linear-gradient(180deg, #D2D9FC 0%, #6874C7 100%) 0% 0% no-repeat padding-box;
}
.info-map .line-inner.line-inner3 .line-item:nth-child(3) {
    background: transparent linear-gradient(180deg, #E9F4B9 0%, #6874C7 0%, #303D71 100%) 0% 0% no-repeat padding-box;
}
.info-map .line-inner.line-inner3 .line-item:nth-child(4) {
    background: transparent linear-gradient(180deg, #47521D 0%, #303D71 0%, #111939 100%) 0% 0% no-repeat padding-box;
}


.crime-stats-boxes {
    width: 36%;
}

.crime-stats-box {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 1.25rem;
}
.crime-stats-box:last-child {
    margin-bottom: 0;
}
.crime-stats-box-title{
    font-family: Museo Sans, sans-serif;
    font-weight: 900;
    color: #02194c;
    border-bottom: 2px solid #02194c;
    margin-bottom: 0.75rem;
}
.crime-stats-box-content {
    display: flex;
    align-items: center;
}
.crime-stats-box-toggle{
    width: 33%;
    display: flex;
    padding-top: 2%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 120%;
    font-weight: 700;
    font-family: Helvetica Neue;
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
}
.crime-stats-box-toggle.style-no{
    background: #FDCBCD;
    color: #B4222B;
}
.crime-stats-box-toggle.style-yes{
    background: #D3ECCF;
    color: #38792E;
}
.crime-stats-box-text {
    width: 63%;
    padding-left: 0.75rem;
}
.crime-stats-box-toggle.style-yes + .crime-stats-box-text {
    width: 66%;
}
.crime-stats {
    display: flex;
    margin-bottom: 5rem;
}
.crime-stats-graph-wrapper{
    width: 64%;
    padding-left: 1.75rem;
}
.crime-stats-graph-content {
    height: 100%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
}
.crime-stats-graph-title{
    font-family: Museo Sans, sans-serif;
    font-weight: 900;
    color: #02194c;
    border-bottom: 2px solid #02194c;
    margin-bottom: 0.75rem;
}
.crime-stats-graph{
    flex: 1;
    position: relative;
}
.crime-stats-graph-y {
    flex-direction: column-reverse;
    display: flex;
    position: absolute;
    height: 93%;
    justify-content: space-between;
    padding-left: 0.75rem;
}
.crime-stats-graph-x {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.crime-stats-graph-x.four-items {
    width: 90%;
    left: auto;
    right: 0;
}
.crime-stats-graph-x .crime-stats-graph-line-item {
    width: 28%;
    text-align: center;
}
.crime-stats-graph-line-item {
    font-family: Museo Sans, sans-serif;
    font-weight: 900;
    color: #02194c;
}
.crime-stats-graph-view{
    position: absolute;
    width: 90%;
    height: 90%;
    right: 0;
    top: 0;
    border: 1px solid #02194c;
    border-top: 0;
    border-right: 0;
    display: flex;
    flex-direction: column-reverse;
}
.crime-stats-graph-view-row {
    width: 100%;
    flex: 1;
    border-top: 1px solid #D9D9D9;
}

.crime-stats-graph-view-row-item{
    width: 25%;
    color: #253258;
    position: relative;
    height: 100%;
    position: absolute;
    bottom: 0;
}
.crime-stats-graph-view-row-item-data{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 1rem;
    height: 1rem;
    /* height: 5.5%; */
    /* width: auto; */
    /* aspect-ratio: 1 / 1; */
    border-radius: 50%;
    background: #1DB0E0;
}
.crime-stats-graph-view-row-item-data .data {
    position: absolute;
    top: calc(-100% - 0.5rem);
}
.crime-stats-graph-view-row-item-data.number-bottom .data {
    top: auto;
    bottom: -2rem;
}
.crime-stats-graph-view-row:nth-child(2) .crime-stats-graph-view-row-item {
    margin-left: 30%;
}
.crime-stats-graph-view-row:nth-child(3) .crime-stats-graph-view-row-item {
    margin-left: 62%;
}

.four-items .crime-stats-graph-view-row:nth-child(2) .crime-stats-graph-view-row-item {
    margin-left: 25%;
}
.four-items .crime-stats-graph-view-row:nth-child(3) .crime-stats-graph-view-row-item {
    margin-left: 50%;
}
.four-items .crime-stats-graph-view-row:nth-child(4) .crime-stats-graph-view-row-item {
    margin-left: 75%;
}


.aboutUs__accordionList__title {
    font-size: 1.5rem;
    position: relative;
    cursor: pointer;
}
.aboutUs__accordionList__title .icon {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.aboutUs__accordionList__title .icon::before,
.aboutUs__accordionList__title .icon::after {
    content: " ";
    width: 1.5rem;
    height: 2px;
    background-color: #02194c;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.15s cubic-bezier(.42, 0, .58, 1);
    opacity: 1;
    border-radius: 2px;
}
.aboutUs__accordionList__title .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.aboutUs__accordionList__title .icon::after {
  transform: translate(-50%, -50%);
}


.active .aboutUs__accordionList__title .icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.active .aboutUs__accordionList__title .icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.aboutUs__accordionList__title::after {
    transform: rotate(90deg) translateY(-50%);
}
.aboutUs__accordionList__content {
    padding: 2rem 3.5rem 1.25rem;
}
.aboutUs__accordionList__item{
    margin-bottom: 1rem;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 .1875rem 1rem #00000029;
    border: 1px solid #fff;
    overflow: hidden;
}
.aboutUs__accordionList__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 .1875rem .375rem #00000029;
    border: 0;
    height: 7rem;
    padding: 0 3.125rem;
    font-family: Museo Sans, sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 1.6875rem;
    background: transparent linear-gradient(180deg, #6874c7 0, #303d71 100%);
}
.aboutUs__accordionList__item .acc-icon {
    transition: .3s;
}
.aboutUs__accordionList__item.active .acc-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.post-info .aboutUs__accordionList__content p {
    font-size: 1.5rem;
}
.aboutUs__accordionList__content ul {
    font-size: 1.5rem;
}
.post-info .aboutUs__accordionList__item .aboutUs__accordionList__content h4 {
    font-size: 1.75rem;
}
.aboutUs__accordionList__title .acc-icon {
    transform: rotate(180deg);
}
.aboutUs__accordionList__title.closed .acc-icon {
    transform: rotate(0deg);
}

@media(max-width: 1025px) {
    .crime-stats-boxes {
        width: 100%;
        column-gap: 2rem;
        display: flex ;
    }
    .crime-stats-box {
        width: calc( 50% - 1rem );
        margin-bottom: 0;
    }
    .crime-stats {
        flex-direction: column;
    }
    .crime-stats-graph-wrapper {
        padding-left: 0;
        width: 100%;
    }
    .crime-stats-graph {
        min-height: 50vw;
    }
    .crime-stats-graph-wrapper {
        margin-top: 2.625rem1;
    }
}
@media(max-width: 767px) {
    .crime-stats-boxes {
        flex-direction: column;
        column-gap: 0;
    }
    .crime-stats-box{
        width: 100%;
        margin-bottom: 24px;
    }
    .crime-stats-graph-wrapper {
        width: 100%;
        margin-top: 2rem;
        padding-left: 0;
    }
    
    .crime-stats-graph-view {
        width: 88%;
        height: 85%;
    }
    .crime-stats-graph-y {
        padding: 0;
    }

    .aboutUs__accordionList__title{
        padding: 0 1rem;
        font-size: 1.4rem;
        height: 5rem;
    }
    .aboutUs__accordionList__content {
        padding:  1rem;
    }
    .post-info .aboutUs__accordionList__content p {
        font-size: 1rem;
    }
}

.content-sec .content table {
    border: 1px solid #000;
    margin-bottom: 1.5rem;
}
.content-sec .content table tr {
    border-bottom: 1px solid #000;
}
.content-sec .content table td {
    border-right: 1px solid #000;
    padding: 0.75rem;
}
.content-sec .content ul {
    padding-left: 1.25rem;
}
.content-sec .content a {
    display: inline-block;
}
.content-sec .content h4 {
    font-size: 1.35rem;
}
.content-sec .content h3 {
    margin-top: 2.25rem;
}