@media screen and (max-width: 800px) {
    #Overlaycontainer1{
        width:85% !important;
    }
}
.icons{
        background-image: url(//www2.deloitte.com/etc/insights-lists/interactives/staging/2019/March/AnimatedGif/active-icon.png);
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover;
        width:25px;
        height:25px;
    } 
    .bg-blue{
        background-color:#007DB6;
        border: 1px solid #007DB6;
        border-radius:4px;
        color:white;
        font-family: 'Open Sans', sans-serif;   
        padding: 8px 16px;
        padding-top: 8px;
        padding-right: 16px;
        padding-bottom: 8px;
        padding-left: 14px;
        font-weight:700;
    }
    .align-item-center{
        display: flex;
        align-items: center;
        cursor:pointer;
    }
    .bg-blue:hover{
        background-color:white;
        border: 1px solid #007DB6;
        border-radius:4px;
        color:#007DB6;
    }
    .bg-blue:hover .icons{
    background-image: url(//www2.deloitte.com/etc/insights-lists/interactives/staging/2019/March/AnimatedGif/active-icon-blue.png);
        background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
        width:25px;
        height:25px;
    }
    img{
        border:0;
    }
    .sector-btn {
    display:flex;
    justify-content:center;
    /* width: 30px;
    height: 30px;
    margin: 10px auto 0 auto;
    background-image: url(../assets/navigation-icon.png);
    background-repeat: no-repeat;
    cursor: pointer; */
}
#my-navigation-menu {
    /* position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 42px;
    left: 0;
    bottom: auto; */
    z-index: 9;
    text-shadow: none;
    font-size: 0.85em;
}

#my-navigation-menu ul {
    overflow: hidden;
    /* background: #564a44;
    background: rgba(0, 0, 0, 0.5); */
    /* -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; */
}

#my-navigation-menu li {
    margin: 3px;
    color: #007DB6;
    font-weight:700;
}

#my-navigation-menu a {
    display: block;
    padding: 6px 0px;
    /* -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; */
}

#content section {
    min-height: 900px;
    background: #fff;
    color: #000000;
}

.content {
    padding: 1em 3em;
}

.content hr+a,
.content hr+a+a {
    margin-right: 2em;
}

.mPS2id-target .content h2:first-child:after {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    content: "Current target class: mPS2id-target";
    margin-left: 1em;
    font-size: 0.25em;
    line-height: 1.4em;
    font-style: italic;
    opacity: 0.7;
    width: 180px;
    font-family: arial, sans-serif;
    font-weight: normal;
}

.ie8 .mPS2id-target .content h2:first-child:after {
    font-size: 0.95em;
}


.content,
{
    padding-right: 150px;
}

.horizontal-layout {
    width: 700%;
}

.horizontal-layout header h1 {
    display: none;
}

.horizontal-layout #my-navigation-menu {
    right: auto;
    left: 3em;
    top: 4em;
}

.horizontal-layout #content {
    overflow: hidden;
}

.horizontal-layout #content section {
    width: 14.285%;
    float: left;
    min-height: 480px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.6);
}

.horizontal-layout #content section:nth-child(3n+2),
.horizontal-layout #content section:nth-child(3n+3) {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.5);
}

.horizontal-layout .content h2 {
    position: relative;
    padding-bottom: 50px;
}

.horizontal-layout .content h2+p {
    margin-top: -50px;
}

.horizontal-layout .mPS2id-target .content h2:first-child:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    margin-left: 0;
}

/* .horizontal-layout header>*,
.horizontal-layout footer>* {
    width: 10%;
} */

/* .horizontal-layout header,
.horizontal-layout .content,
.horizontal-layout footer {
    padding-left: 150px;
    padding-right: 3em;
} */

.auto-layout {
    width: 6200px;
    height: 6200px;
}

.auto-layout header h1 {
    margin-left: 150px;
}

.auto-layout #my-navigation-menu {
    right: auto;
    left: 2em;
}

.auto-layout #content {
    height: 100%;
}

.auto-layout #content section {
    position: absolute;
    min-height: 600px;
    width: 600px;
    top: 0;
    left: 0;
    margin-left: 3em;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.auto-layout #content section#section-2 {
    top: 0;
    left: 1800px;
}

.auto-layout #content section#section-3 {
    top: 1200px;
    left: 900px;
}

.auto-layout #content section#section-4 {
    top: 1200px;
    left: 2700px;
}

.auto-layout #content section#section-5 {
    top: 2400px;
    left: 1800px;
}

.auto-layout #content section#section-6 {
    top: 2400px;
    left: 3600px;
}

.auto-layout #content section#section-7 {
    top: 3600px;
    left: 2700px;
}

.auto-layout .content {
    padding-left: 150px;
    padding-right: 3em;
}

#overlay-modal #congratstitle .header-icon {
    float: left;
    margin-right: 10px;
    width: 25px;
}

#overlay-modal #congratstitle .header-icon img {
    width: 25px;
    height: 25px;
}

.sector-btn {
    display:flex;
    justify-content:center;
    /* width: 30px;
    height: 30px;
    margin: 10px auto 0 auto;
    background-image: url(../assets/navigation-icon.png);
    background-repeat: no-repeat;
    cursor: pointer; */
}

.txtbold {
    font-weight: bold;
    font-size: 17px;
    color: #000000;
}

#overlay-modal {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    font-family: Open Sans;
    background: rgba(123, 123, 123, 0.66);
}

#Overlaycontainer1 {
    position: absolute;
    transform: translate(-50%, -50%) scale(1);
    top: calc(50% - 100px);
    left: 50%;
    width: 67%;
    min-width: 250px;
    max-width: 750px;
    max-height: calc(100vh - 250px);
    z-index: 655;
}

#Overlaycontainer1 #Overlaycard1 {
    padding: 20px;
    position: relative;
    width: auto;
    height: auto;
    background: hsla(0, 0%, 100%, .96);
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: Open Sans;
    padding-right: 18px;
}

#Overlaycontainer1 #Overlaycardscroll1 {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x:hidden;
    margin-top: 15px;
}

#Overlaycardscroll1::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

#Overlaycardscroll1::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

#Overlaycardscroll1::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: grey;
}

#Overlaycontainer1 #Overlaycard1 #Overlayclose1 {
    position: absolute;
    top: 8px !important;
    width: 30px !important;
    height: 30px !important;
    right: 8px !important;
    background-image: url(//www2.deloitte.com/etc/insights-lists/interactives/staging/2019/March/AnimatedGif/close-active.svg);
    background-size: cover;
    cursor: pointer;
    transition: transform .2s;
    z-index: 999;
}

#Overlaycontainer1 #Overlaycard1 #Overlayclose1:hover {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background-image: url(//www2.deloitte.com/etc/insights-lists/interactives/staging/2019/March/AnimatedGif/close-hover.svg);
    background-size: cover;
    cursor: pointer;
    transition: transform .2s;
}

#my-overlay-wrapper {
    max-height: 400px;
}

.txtSub2 {}

.txtSub2 .heading {
    color: #00a5b8;
    font-weight: 700;
}

.exploreBtn {
    margin-top: 20px;
}

#overlay-modal .info1 {
    padding: 10px 40px;
}

.detail-tooltip {
    position: relative;
}
.detail-tooltip a{
    position: relative;
    font-size:18px;
}
.detail-tooltip a:hover{
    color:#404040;
    font-weight:700;
}
.detail-tooltip.clicked a{
  color:#A3A6A7 !important;
}
.detail-tooltip .tooltiptext {
    max-width: 276px;
    min-width: 150px;
    font-size: 12px;
    visibility: hidden;
    background-color: #5f6369;
    color: #fff;
    text-align: left;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 120%;
}

.detail-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #5f6369;
}

.detail-tooltip:hover .tooltiptext {
    visibility: visible;
}

@media only screen and (min-width: 1140px) {
    
    .content,
    .horizontal-layout header,
    .horizontal-layout .content,
    .horizontal-layout footer,
    .auto-layout .content {
        padding-right: 3em;
        padding-left: 3em;
    }
    .horizontal-layout header h1 {
        display: block;
    }
    .auto-layout header h1 {
        margin-left: 0;
    }
    #my-navigation-menu {
        font-size: 1em;
        /* top: calc(50% - 100px); */
    }
    .horizontal-layout #my-navigation-menu,
    .auto-layout #my-navigation-menu {
        right: 3em;
        left: auto;
        top: 1.55em;
    }
    #my-navigation-menu ul {
        /* -moz-border-radius: 17px;
        -webkit-border-radius: 17px;
        border-radius: 17px; */
    }
    #my-navigation-menu li {
        margin: 3px 5px;
    }
    #my-navigation-menu a {
        /* -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px; */
    }
}
}