* {
    box-sizing: border-box;
}

html {
    font-size: .875em;
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    font-weight: 400;
    line-height: 1.45;
    color: #333333;
    overflow-x: hidden;
}

p {
    margin-bottom: 1.3em
}

h1, h2, h3, h4 {
    margin: 1.414em 0 .5em;
    font-weight: inherit;
    line-height: 1;
    letter-spacing: 2px
}

h1 {
    font-size: 40px;
    margin-top: 20px
}

h2 {
    font-size: 1.728em;
    font-size: 22px;
    font-size: .75rem;
    margin-top: 0;
    color: #333333;
}

h3 {
    font-size: 1.44em
}

h4 {
    font-size: 1.2em
}

small, .font_small {
    font-size: .833em
}

body {
    background: #e9e9e9;
    margin: 0;
    padding: 0;
    font-family: roboto, sans-serif
}

:root {
    --main-red-color: #ae3b48
}

.olice-red-text {
    color: var(--main-red-color)
}

h1, h2, h3, h4, h5, h6 {
    color: var(--main-red-color)
}

.olice-text-center {
    text-align: center
}

.olice-equ-header-container {
    display: flex;
    background: var(--main-red-color);
    align-items: center;
    justify-content: start;
    width: 100%
}

.olice-svg-container {
    margin: 20px 0 20px 52px;
}

.olice-svg-container svg {
    display: flex
}

.olice-svg-container .logo-svg-olice {
    /*margin: 0 0 0 auto;*/
    display: inline
}

.map-element-container {
    max-width: 70%;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}

.olice-map-content-container {
    display: block; /*table; *//*block;*/
    position: relative;
    background: #ffffff;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.map-text-container {
    position: absolute;
    left: 0;
    top: auto; /*70vmin;*/ /*35vmin;*/ /*80vmin;*/ /* 95%;*/
    padding-left: 16px;
    /*max-width: 229px;*/
    text-align: left;
    background: transparent;
}

.olice-region-breakdown-score-container {
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(51, 61, 71, .8)
}

.region-open-container {
    visibility: hidden;
    display: none;
    justify-content: /*center*/ space-around;
    align-items: center;
    width: 100%;
    opacity: 0;
    transition: opacity .3s ease
}

.map-container {
    display: flex;
    align-content: center;
    justify-content: center
}

.map-container-active {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

.map-container-inactive {
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%
}

.map-section-container {
    position: relative;
    display: table;
    width: 100%
}

.olice-box-parent {
    position: absolute;
    height: 0;
    width: 100%;
    overflow: visible;
    top: 0;
    bottom: 260px;
    left: 0;
    right: 0;
    margin: auto
}

.region-open-container .region-text-content {
    background: #ffffff;
    border-radius: 7px;
    box-shadow: -12px 12px 0 #333d47;
    margin-left: 40px;
    position: relative;
    /*min-width: 256px*/
}

.region-open-container .region-text-content h2 {
    padding: 20px;
    margin-bottom: 0;
    font-size: 22px;
}

.region-open-container .region-text-content ul {
    padding: 0 20px 20px;
    margin-top: 0
}

.region-text-content .container-function-control {
    position: absolute;
    right: 0;
    top: -40px
}

.region-text-content .container-function-control i {
    font-size: 30px;
    color: #ffffff;
    line-height: .875em;
    cursor: pointer;
    display: block
}

.region-text-content h2 {
    margin-top: 0
}

.olice-title-parent div h2 {
    font-size: 22px;
}

.region-text-content ul {
    list-style-type: none;
    padding-left: 0
}

.olice-title-wrap {
    display: table;
    width: 100%
}

.olice-title-parent {
    position: relative
}

.olice-title-parent h1,
.olice-title-parent h2 {
    /*max-width: 85%;*/
    margin: .5rem auto 0;
    letter-spacing: 1px;
    line-height: 1.375; /*47px;*/
    font-size: 2.15rem; /*40px;*//*1.4375rem*/
}

.region-clickable {
    cursor: pointer
}

.svg-region-active {
    fill: #333333;
    transition: all .4s ease
}

.olice-equifax-score-info-container {
    position: relative;
    background: #333d47;
    display: table;
    text-align: center;
    width: 100%
}

.olice-equifax-scroe-info-container h1 {
    color: #ffffff;
    max-width: 66%;
    margin: 20px auto 30px
}

.oli-eq-svg-bg {
    position: relative;
    max-width: 98%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.oli-eq-svg-bg svg {
    width: 100%;
}

.logo-svg-olice polygon, .logo-svg-olice path {
    fill: var(--main-red-color);
    stroke: var(--main-red-color)
}
.edge.equifax-checklist-content-container,
.equifax-checklist-content-container {
    position: absolute;
    text-align: left;
    top: 1px;
    left: 0;
    right: 0;
    bottom: auto;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 0
}
.edge.equifax-checklist-content-container {
    display: none!important;
}

.equifax-checklist-content-container ul {
    padding-left: 0;
    padding-top: 12px;
    list-style-type: none
}

.equifax-checklist-content-container ul li {
    position: relative;
    display: flex;
    margin-top: 0;
    font-size: .75rem;
}

.equifax-checklist-content-container ul li object, .equifax-checklist-content-container p, .equifax-checklist-content-container .number {
    visibility: hidden
}

.equifax-checklist-content-container ul li .number {
    background: var(--main-red-color);
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: inline-block;
    position: relative;
    border-radius: 50%
}

.equifax-checklist-content-container ul li .number:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -7px;
    height: 0;
    width: 0;
    margin: auto;
    line-height: 0;
    color: #ffffff
}

.olice-tag-p-flag-important {
    font-weight: 700;
    font-size: 17px;
    color: var(--main-red-color)
}

.equifax-checklist-content-container ul li p {
    margin: 0 6px 6px;
    font-size: 14px;
    line-height: 1.2em
}

.equifax-checklist-content-container ul li:nth-child(1) .number:before {
    content: '1'
}

.equifax-checklist-content-container ul li:nth-child(2) .number:before {
    content: '2'
}

.equifax-checklist-content-container ul li:nth-child(3) .number:before {
    content: '3'
}

.equifax-checklist-content-container ul li:nth-child(4) .number:before {
    content: '4'
}

.equifax-checklist-content-container ul li:nth-child(5) .number:before {
    content: '5'
}

.equifax-checklist-content-container ul li:nth-child(6) .number:before {
    content: '6'
}

.olice-computer-coffee-svg-bottom-cl {
    overflow: hidden;
    position: absolute;
    height: 130px;
    bottom: -1px;
    left: 0;
    right: 0
}

.olice-computer-coffee-svg-bottom-cl img {
    position: absolute;
    left: 19vmin; /*12.4%;*/
    bottom: 5vmin; /*12%;*/
    opacity: .4;
    /*width: 132px;
    height: 53px*/
    width: auto;
    height: auto;
    display: none;
}

.olice-svg-object {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

.olice-equifax-footer-container {
    padding: 32px 52px 0;
}

.olice-equifax-footer-container .text-container {
    padding-left: 0;
    font-style: italic;
    font-size: 12px;
    font-weight: lighter
}

.olice-equifax-footer-container .olice-svg-container {
    /*float: right*/
    text-align:right;
    margin: 0;
}

.svg-footer-object {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 9999
}

.svg-footer-object object {
    display: block;
    border: 0;
    width: 100%;
    max-width: 100%
}

.region-non-clickable {
    fill: #e0e1e3
}

.olice-text--white {
    color: #ffffff
}

.olice-small-title {
    width: 66%;
    max-width: 100%;
    line-height: 36px !important;
    margin: 15px auto 25px !important
}

.olice-small-title {
    font-size: 28px
}

.olice-title-parent > h1 + div {
    width: 100%;
    margin: auto;
    background: #ffffff;
    padding: 1rem 1rem 0;
}

.olice-equifax-footer-container .text-container p:last-of-type {
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}

#intro-text p {
    font-size: 12px;
}

#intro-text p:first-of-type {
    width: 30%;
    float: left;
}

#intro-text p:last-of-type {
    width: 30%;
    /*float:right;*/
    z-index: 2;
    position: relative;
}

.region-open-container div:last-of-type {
    width: calc((100% / 2) + 1rem) !important;
    margin-left: 0 !important;
}

.equifax-checklist-content-container ul {
    margin: 0;
}

.equifax-checklist-content-container ul br {
    display: none;
}

.region-open-container.map-container-active {

    justify-content: space-around;
}

.region-open-container.map-container-active div.region-container-content {

    width: 30%;
}

.region-open-container.map-container-active div.region-container-content object {
    width: 100%;
    height: auto;
}

.olice-equifax-footer-container img {
    display: none;
}

@media screen and (min-width: 375px) {
    .edge.equifax-checklist-content-container,
    .equifax-checklist-content-container {
        margin-left: 10%;
        margin-right: 10%;
    }

    .equifax-checklist-content-container ul li p {
        margin: 0 10px 10px 15px;
    }
}

@media screen and (min-width: 480px) {
    .oli-eq-svg-bg .equifax-checklist-content-container {
/*        border:solid 1px red;
        margin-top: 0;*/
        margin-top: 0;
        min-height: 538px;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
}

@media screen and (min-width: 667px) {
    .edge.equifax-checklist-content-container,
    .equifax-checklist-content-container {
        margin-top: 30px;
        margin-left: 20%;
        margin-right: 20%;
    }

    .equifax-checklist-content-container ul li {
        margin: 0 10px 30px 15px;
    }
    .equifax-checklist-content-container ul li:last-of-type {
        margin-bottom:0;
    }
}

@media screen and (min-width: 768px) {
    .map-text-container {
        top: auto;
        display: flex;
        flex-flow: column;
        margin-left: 5rem;
        margin-top: 2rem;
    }
}
@supports (-ms-ime-align: auto) {
    /* Microsoft EdgeV13&14 CSS styles go here */
    .equifax-checklist-content-container object,
    .olice-computer-coffee-svg-bottom-cl object,
    .svg-footer-object object {
        display: none;
    }

    .equifax-checklist-content-container li {
        margin-left:0;
    }
    .equifax-checklist-content-container p {
        background:transparent url("../assets/gifs/green__tick.png") no-repeat 100% 50%;
        padding: .5em 3em .5em .5em;

    }

    .olice-equifax-footer-container .olice-svg-container {
        text-align: right;
    }
    .region-open-container.map-container-active div:first-of-type {
        /*background: lightseagreen!important;*/
        width:195px!important;
        height:241px!important;
    }
    #region1.region1.map-container-active div:first-of-type {
        background: transparent url('../assets/regions/region1.svg') no-repeat 50%;
        background-size: contain;
    }
    #region2.region2.map-container-active div:first-of-type  {
        background: transparent url('../assets/regions/region2.svg') no-repeat 50%;background-size: contain;
    }
    #region3.region3.map-container-active div:first-of-type  {
        background: transparent url('../assets/regions/region3.svg') no-repeat 50%;background-size: contain;
    }
    #region4.region4.map-container-active div:first-of-type  {
             background: transparent url('../assets/regions/region4.svg') no-repeat 50%;background-size: contain;
         }
    #region5.region5.map-container-active div:first-of-type  { /*Scotland */
        background: transparent url('../assets/regions/region5.svg') no-repeat 50%;background-size: contain;
    }
    #region6.region6.map-container-active div:first-of-type  {
        background: transparent url('../assets/regions/region6.svg') no-repeat 50%;background-size: contain;
    }
    #region7.region7.map-container-active div:first-of-type  {
        background: transparent url('../assets/regions/region7.svg') no-repeat 50%;background-size: contain;
    }
    #region8.region8.map-container-active div:first-of-type  {
        background: transparent url('../assets/regions/region8.svg') no-repeat 50%;background-size: contain;
    }
    #region9.region9.map-container-active div:first-of-type  {
        background: transparent url('../assets/regions/region9.svg') no-repeat 50%;background-size: contain;
    }
    #region10.region10.map-container-active div:first-of-type  {
        background: transparent url('../assets/regions/region10.svg') no-repeat 50%;background-size: contain;
    }
    #region11.region11.map-container-active div:first-of-type  {
        background: transparent url('../assets/regions/region11.svg') no-repeat 50%;background-size: contain;
    }
    #region12.region12.map-container-active div:first-of-type  {
        background: transparent url('../assets/regions/region12.svg') no-repeat 50%;background-size: contain;
    }
    #region13.region13.map-container-active div:first-of-type  {
        background: transparent url('../assets/regions/region13.svg') no-repeat 50%;background-size: contain;
    }
    #region14.region14.map-container-active div:first-of-type  {
        background: transparent url('../assets/regions/region14.svg') no-repeat 50%;background-size: contain;
    }
    .region-open-container.map-container-active div:first-of-type object {
        opacity: 0;
        display: none;
    }
    .equifax-checklist-content-container {
        display: none;
    }
    .edge.equifax-checklist-content-container {
        display: block;

    }
    .edge.equifax-checklist-content-container * {
        visibility: visible;
    }
    .edge.equifax-checklist-content-container li {
        background: transparent url("../assets/gifs/green__tick.png") no-repeat 100% 0;
        background-size: 2rem auto;
        padding-right: 2em;
    }

}

@supports (-moz-appearance:meterbar) {
    .equifax-checklist-content-container {
/*        margin-left: 10%;
        nargin-right:10%;*/
    }

.equifax-checklist-content-container li p {
    width:80%;
}
}
#ie11 {
    display:none;
}

/* IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer,
    .olice-map-content-container.container {
        display: none!important;
    }
    #ie11 {
        display: block;
        background: #fff;
        width:100%;
        max-width: 650px;
        margin:0 auto;
        padding:0 0 1em;
        height: 100vh;
    }
    #ie11 h1 {/*EquifaxWhite.png*/
/*        background: #a31f34;*/
        background: #a31f34 url('../../../ribbon/img/EquifaxWhite.png') 10px 10px no-repeat;
        background-size: 127px auto;
        margin: 0;
        /*padding: .5em;*/
        display: block;
        text-indent: 1000%;
        white-space: nowrap;
    }
    #ie11 ul {
        list-style-type: none;
        padding: 0;
    }
    #ie11 li {
        float: left;
        margin:1em;
        width:calc((100% / 4) - 2.1em);
        height:5em;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size:auto 100%;
        padding-top:7.5em;
        text-align: center;
    }
    #ie11 span {
        display: inline-block;
        margin: 1em 0 0;
        font-size: 1.25rem;
    }
    #ie11 .chrome {
        background-image: url('../assets/browsers/c.png');
    }
    #ie11 .firefox {
        background-image: url('../assets/browsers/f.png');
    }
    #ie11 .opera {
             background-image: url('../assets/browsers/o.png');
         }
    #ie11 .edge {
        background-image: url('../assets/browsers/e.png');
    }
    #ie11 p {
        margin: 1em;
        font-size: 1.25rem;
    }
    #ie11 a {
        font-weight: bold;
        color: #0077b3;

    }
}
/*html[data-useragent*=' WOW64'] .map-element-container {
    min-height: 800px;
    background-color: yellow;
}*/
/*@supports not  (display: grid) {
    .olice-map-content-container.container {
        display:none;
    }
}*/
