﻿
html {
    scroll-padding-top: 130px;
}

div.ab-searchbar > div.ab-wrapper {
    width: 100%;
    padding-left: 0px;
    padding-top: 24px;
    padding-right: 0px;
}

.sidenav.closebtn {
    display: none;
}

.contentTopics .goa-grid-33-33-100 {
    margin: 0px;
    padding-left: 30px;
    padding-bottom: 30px;
}
/*
    Responsive design update - START
*/
@media screen and (max-width: 750px) {
    .goa-band--medium {
        padding-left: unset !important;
        padding-right: unset !important;
    }
}
/*
    Responsive design update - END
*/
/* 
    GOA grid EXTENSION - START 
*/
@media screen and (max-width:750px) {
    .goa-grid-25-100-100, .goa-grid-25-25-100 {
        width: calc(100% - 24px) !important;
    }

    .goa-grid-75-100-100, .goa-grid-75-75-100 {
        width: calc(100% - 24px) !important;
    }

    .goa-grid-41-100-100, .goa-grid-41-41-100, .goa-grid-40-100-100, .goa-grid-40-40-100 {
        width: calc(100% - 24px) !important;
    }

    .goa-grid-58-100-100, .goa-grid-58-58-100, .goa-grid-60-100-100, .goa-grid-60-60-100 {
        width: calc(100% - 24px) !important;
    }
}

.goa-grid-100-100-100 {
    padding-bottom: 48px;
}

.goa-grid-25-100-100, .goa-grid-25-25-100 {
    width: calc(25% - 24px)
}

.goa-grid-75-100-100, .goa-grid-75-75-100 {
    width: calc(75% - 24px)
}

.goa-grid-41-100-100, .goa-grid-41-41-100, .goa-grid-40-100-100, .goa-grid-40-40-100 {
    width: calc(40% - 24px)
}

.goa-grid-58-100-100, .goa-grid-58-58-100, .goa-grid-60-100-100, .goa-grid-60-60-100 {
    width: calc(60% - 24px)
}
/* 
    GOA grid EXTENSION - END 
*/
.goa-banner-icons {
    cursor: pointer;
    display: flex;
    margin-bottom: 15px;
}

.goa-banner-icon-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}

.goa-icon {
    margin-right: 5px;
}

.goa-text {
    font-size: 14px;
}

div.goa-band--header h1 {
    width: 100%;
}

.row_even {
    background-color: #f1f1f1;
}

#main .umb-grid .grid-section {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
}

    #main .umb-grid .grid-section > div {
        margin: auto;
        width: 98%;
    }
/**   TopicBar  --Start  **/
#topicsidebar {
    padding: 10px;
    /*float: right;*/
    width: 300px;
}

    #topicsidebar a.nav-link, #topicsidebar a.nav-link:hover span {
        text-decoration: none !important;
    }

        #topicsidebar a.nav-link span {
            text-decoration: auto underline solid !important;
        }

    #topicsidebar ul {
        list-style-type: none;
    }

    #topicsidebar ul, #topicsidebar h3 {
        padding-left: 22px;
    }

    #topicsidebar #tbAll {
        padding-right: 22px;
    }
/**   TopicBar  --End  **/

/**   Tabs  --Start  **/
.tabsTopics {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: white;
    /*padding: 50px;
  padding-bottom: 80px;*/
    width: 100%;
    min-height: 300px;
    /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;*/
    border: 1px solid lightgray;
    min-width: 240px;
}

    .tabsTopics input[name=tab-control] {
        display: none;
    }

    .tabsTopics .contentTopics section h2,
    .tabsTopics ul li label {
        /*font-family: "Montserrat";*/
        font-weight: bold;
        font-size: 18px;
        color: black;
    }

    .tabsTopics ul {
        list-style-type: none;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        margin: 0px !important;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        background-color: #ebebeb;
    }

        .tabsTopics ul li {
            box-sizing: border-box;
            flex: 1;
            width: 25%;
            padding: 20px;
            text-align: center;
            margin-top: 0px !important;
            border-bottom: 1px solid #bbbbbb;
        }

            .tabsTopics ul li + li {
                margin-left: 0px !important;
            }

            .tabsTopics ul li label {
                transition: all 0.3s ease-in-out;
                /*color: #929daf;*/
                padding: 5px auto;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
                white-space: nowrap;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .tabsTopics ul li label br {
                    /*display: none;*/
                }

                .tabsTopics ul li label svg {
                    fill: #929daf;
                    /*height: 1.2em;
  vertical-align: bottom;*/
                    margin-right: 0.2em;
                    transition: all 0.2s ease-in-out;
                }

                .tabsTopics ul li label:hover, .tabsTopics ul li label:focus, .tabsTopics ul li label:active {
                    outline: 0;
                    /*color: #bec5cf;*/
                }

                    .tabsTopics ul li label:hover svg, .tabsTopics ul li label:focus svg, .tabsTopics ul li label:active svg {
                        fill: #bec5cf;
                    }

            .tabsTopics ul li:hover {
                background-color: lightgray;
            }

    .tabsTopics .sliderTopics {
        position: relative;
        width: 25%;
        transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
        padding-bottom: 30px;
    }

        .tabsTopics .sliderTopics .indicatorTopics {
            position: relative;
            width: 50px;
            max-width: 100%;
            margin: 0 auto;
            height: 4px;
            background: #428BFF;
            border-radius: 1px;
        }

    .tabsTopics .contentTopics {
        /*margin-top: 30px;*/
    }

        .tabsTopics .contentTopics section {
            display: none;
            -webkit-animation-name: content;
            animation-name: content;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            line-height: 1.4;
        }

            .tabsTopics .contentTopics section h2 {
                color: #428BFF;
                display: none;
            }

                .tabsTopics .contentTopics section h2::after {
                    content: "";
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 3px;
                    background: #428BFF;
                    margin-top: 5px;
                    left: 1px;
                }

    .tabsTopics input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        cursor: default;
        /*color: #428BFF;*/
    }

        .tabsTopics input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
            fill: #428BFF;
        }

    .tabsTopics input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) {
        background-color: white;
        border-bottom: none;
    }

    .tabsTopics input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) {
        background-color: white;
        border-bottom: none;
    }

    .tabsTopics input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) {
        background-color: white;
        border-bottom: none;
    }

    .tabsTopics input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) {
        background-color: white;
        border-bottom: none;
    }
    /*@media (max-width: 600px) {
  .tabsTopics input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0);
  }
}*/
    .tabsTopics input[name=tab-control]:nth-of-type(1):checked ~ .sliderTopics {
        transform: translateX(0%);
    }

    .tabsTopics input[name=tab-control]:nth-of-type(1):checked ~ .contentTopics > section:nth-child(1) {
        display: flow-root;
    }

    .tabsTopics input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        cursor: default;
        /*color: #428BFF;*/
    }

        .tabsTopics input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
            fill: #428BFF;
        }
    /*@media (max-width: 600px) {
  .tabsTopics input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0);
  }
}*/
    .tabsTopics input[name=tab-control]:nth-of-type(2):checked ~ .sliderTopics {
        transform: translateX(100%);
    }

    .tabsTopics input[name=tab-control]:nth-of-type(2):checked ~ .contentTopics > section:nth-child(2) {
        display: flow-root;
    }

    .tabsTopics input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        cursor: default;
        /*color: #428BFF;*/
    }

        .tabsTopics input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
            fill: #428BFF;
        }
    /*@media (max-width: 600px) {
  .tabsTopics input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0);
  }
}*/
    .tabsTopics input[name=tab-control]:nth-of-type(3):checked ~ .sliderTopics {
        transform: translateX(200%);
    }

    .tabsTopics input[name=tab-control]:nth-of-type(3):checked ~ .contentTopics > section:nth-child(3) {
        display: flow-root;
    }

    .tabsTopics input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        cursor: default;
        /*color: #428BFF;*/
    }

        .tabsTopics input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
            fill: #428BFF;
        }
    /*@media (max-width: 600px) {
  .tabsTopics input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0);
  }
}*/
    .tabsTopics input[name=tab-control]:nth-of-type(4):checked ~ .sliderTopics {
        transform: translateX(300%);
    }

    .tabsTopics input[name=tab-control]:nth-of-type(4):checked ~ .contentTopics > section:nth-child(4) {
        display: flow-root;
    }

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
/*@media (max-width: 1000px) {
  .tabsTopics ul li label {
    white-space: initial;
  }
  .tabsTopics ul li label br {
    display: initial;
  }
  .tabsTopics ul li label svg {
    height: 1.5em;
  }
}*/
@media (max-width: 700px) {
    .tabsTopics ul {
        flex-direction: column;
    }

        .tabsTopics ul li {
            width: 100% !important;
            margin: 0px !important;
            padding: 0px !important;
            border-bottom: 1px solid #bbbbbb !important;
        }

            .tabsTopics ul li label {
                margin: 0px !important;
                padding: 0px !important;
            }
    /*.tabsTopics ul li label span {
    display: none;
  }*/
    .tabsTopics .sliderTopics {
        display: none;
    }

    .tabsTopics .contentTopics {
        margin-top: 20px;
    }
    /*.tabsTopics .contentTopics section h2 {
    display: block;
  }*/
}
/**   Tabs  --End  **/


/**   Filters Tab  --Start  **/
#filtersSidebar {
    padding: 10px;
    float: left;
    width: 25%;
    background-color: white; /*#F1F1F1;*/
}

    #filtersSidebar ul {
        list-style-type: none;
    }

    #filtersSidebar ul, #filtersSidebar h3 {
        padding-left: 22px;
    }

    #filtersSidebar select {
        padding: 0 0 0 0;
    }

.btn-clearll {
    background: #0070c4;
    border-radius: 4px 4px 4px 4px;
    border: none;
    font-size: 14px;
    color: #ffffff;
}

label.topicsParentlbl span.partial::before {
    /*content: "\25FC"!important;*/
}

label.topicsParentlbl span.full::before {
    /*content: "\2714"!important;*/
}
/** End Filters Tab **/
/**   Results Tab  --Start  **/
#resultsSidebar {
    padding: 10px;
    float: right;
    width: 70%;
}

    #resultsSidebar ul {
        /*list-style-type: none;*/
        color: #6ba1d9;
    }

        #resultsSidebar ul li a {
            /*list-style-type: none;*/
            color: #6ba1d9;
        }

    #resultsSidebar ul, #filtersSidebar h3 {
        padding-left: 22px;
    }

    #resultsSidebar select {
        padding: 0 0 0 0;
    }

    #resultsSidebar .goa-band--medium {
        padding-top: 0px;
    }

#searchResults {
    padding: 0px;
    float: left;
    width: 90%;
}

    #searchResults ul, #tsum-tabs main section ul {
        list-style: none;
    }

        #searchResults ul li p, #tsum-tabs main section ul li p {
            color: black;
        }

#subscribe {
    float: left;
}

    #subscribe > a:hover {
        color: white;
    }
/** End Filters Tab **/
#searchbutton {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0;
    padding: 12px;
    border: none;
    background: #0070c4;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top;
}

#svg3 {
    padding-bottom: 4px;
    padding-left: 3px;
}

.itemType {
    margin-bottom: -30px;
    text-align: right;
    width: 100%;
}

    .itemType h5 {
        color: #5f7375;
        font-weight: lighter;
    }

.itemName {
    text-align: left;
    width: 49%;
    display: inline-block;
}

.srList {
    border-bottom: 1px solid #d3dfec;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(211, 223, 236);
    padding-bottom: 10px;
}

.liSmallLineHeight {
    line-height: 1px;
}

.searchResultCount {
    color: white;
    background-color: black;
}

/*Search Tabs Css*/
.search-filter {
    display: none;
}

#emptySection {
    border-top: 3px solid #0081a2;
}

#tsum-tabs section {
    display: none;
    padding: 20px 0 0;
    border-top: 3px solid #0081a2;
}

#tsum-tabs input {
    display: none;
}

#tsum-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
}


    #tsum-tabs label:hover {
        cursor: pointer;
    }

#tsum-tabs input:checked + label {
    color: #555;
    background-color: #0081a2;
    color: white;
    border-bottom: 3px solid #0081a2;
}

#tsum-tabs #tabAll:checked ~ #contentAll,
#tsum-tabs #tabIndicators:checked ~ #contentIndicators,
#tsum-tabs #tabTopics:checked ~ #contentTopics,
#tsum-tabs #tabArticles:checked ~ #contentArticles,
#tsum-tabs #tabApplications:checked ~ #contentApplications {
    display: block;
}

@media screen and (max-width: 650px) {
    #tsum-tabs label {
        width: 100%;
        text-align: left;
    }

        #tsum-tabs label:before {
            margin: 0;
            font-size: 18px;
        }
}

@media screen and (min-width: 651px) and (max-width: 800px) {
    #tsum-tabs label {
        width: 18%;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 400px) {
    #tsum-tabs label {
        padding: 15px;
    }
}

@media screen and (max-width: 600px) {
    div.ab-searchbar > div.ab-wrapper {
        padding-top: 10px;
        width: 84%;
    }
}


@media screen and (max-width:800px) {

    .filtersSidebarMobile {
        margin: auto;
        width: 90%;
        margin-left: 5px;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 15px;
    }

    .sidenavContent {
        margin-top: 66px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        display: block;
        position: absolute;
        top: 66px;
        right: 0px;
        font-size: 36px;
        margin-left: 50px;
    }

    /* Filters mobile side bar --End*/

    /* Search result media query mobile*/
    #resultsSidebar {
        padding: 0px;
        float: left;
        width: 100%;
        margin-top: -40px;
    }

    .itemName {
        width: 80%;
    }

    #tsum-tabs label {
        color: black;
    }

    .search-filter {
        display: block;
        text-align: right;
        font-size: 18px;
        margin: 24px 0 0;
    }

    .search-results h2 {
        font-size: 26px;
    }

    .column {
        float: left;
        width: 50%;
    }

    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* End search result media query mobile*/
}
/*////*/


/*remove spacing between elements*/
.minimise-spacing {
    padding-bottom: 0;
    padding-top: 0;
}

.no-padding {
    padding: 0px;
}

ul.inpagenavigation li {
    list-style: none;
}

li.inpagenavigation a {
    display: inline;
}

.inpagenavigation a:not(:last-child):after {
    content: " |";
}

.noindex {
    padding-bottom: 0 !important;
}

.abdc-dashboard-editor-container {
    width: 95vw;
    margin: auto;
    margin-bottom: 20px
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltip-text {
        align-items: center;
        display: flex;
        justify-content: center;
        visibility: hidden;
        width: 80px;
        height: 18px;
        background-color: #c8eefa;
        color: black;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 25px;
        font-size: 12px;
    }

    .tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

    .tooltip:hover .tooltip-text {
        visibility: visible;
    }

#navbar_topics {
    display: block;
    min-width: 750px;
    line-height: 20px;
}

.navbar_topics-ul {
    list-style-type: none;
    /* margin-right: 5px;*/
    padding: 0;
    overflow: hidden;
}

.navbar_topics-a {
    text-decoration: none;
    color: dodgerblue !important;
}

.navbar_topics-ul li {
    float: left;
    margin: 0 10px 0 0;
    padding: 1px;
    font-size: 18px;
    line-height: 20px;
}

.navbar_all {
    float: right;
    font-size: 15px;
    margin-right: 25px;
}

.navbar_topics-ul li a {
    display: block;
    color: grey;
    text-align: center;
    padding-left: 5px;
    text-decoration: none;
}

.goa-band--small {
    padding-top: 0;
    padding-bottom: 0;
}


.quickFilter {
    background-color: #f1f1f1;
}


.article-date {
    color: #0b82a2;
}

.fa-link {
    text-decoration: none;
    color: black !important;
}


.fa-h2 {
    margin-bottom: 30px;
}

.fa-detail {
    margin-top: 55px;
}

.fa-pill-ctn .fa-pill-sel-ctn {
    margin-left: -7px;
}

.fa-pill-sel-ctn {
    overflow: auto;
    line-height: 18px;
    padding-right: 25px;
}

.fa-pill-ctn .fa-pill-sel-item {
    cursor: pointer;
    background: #e7e8e8;
    color: black;
    float: left;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 2px;
    border: 1px solid #c8c8c8;
    margin: 1px 5px 1px 0;
}

.fa-pill-sel-ctn .fa-pill-sel-item .fa-pill-close-btn {
    width: 7px;
    cursor: pointer;
    height: 7px;
    float: right;
    margin: 0 0 0 10px;
    font-size: 18px;
    font-weight: 1000;
}

.article-description {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: black;
}

.button {
    background-color: #0070c4;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

.la-section {
    color: black;
    margin: 0;
}

#articles-ul li:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -webkit-transition: box-shadow ease-in-out .15s;
    transition: box-shadow ease-in-out .15s;
}

.la-url {
    text-decoration: none;
}
.la-url:focus {
        outline: none;
        box-shadow: none;
    }


.la-thumb {
    border-bottom: none !important;
}

.la-article-date {
    margin: 0;
}

#leftbox {
    float: left;
    width: 25%;
    min-width: 250px;
}

#middlebox {
    float: left;
    /*width: 50%;*/
    margin: 0 12px;
}

#rightbox, #cl-filterBox {
    float: left;
}

#cl-filterBox {
    margin-left: 12px;
}

.clfHide {
    display: none;
}

.arts-clear-filters {
    font-weight: bold;
    padding: 4px !important;
}


.article-search-dropdown, .arts-clear-filters {
    margin-top: 12px;
    background: #eeeeee;
    padding: 0 30px 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    height: 42px;
}

    .article-search-dropdown option[disabled] {
        color: #140005;
    }


.sticky-position-mobile {
    top: 400px !important;
}

.sticky-quick-filter {
    position: fixed;
    top: 56px;
    width: 100%;
    /*border-top: 8px solid #c8eefa;*/
    z-index: 145;
}


.filter-data-button {
    margin-top: 0;
}

.filter-data-button {
    margin-top: 0;
    display: none;
}

.close-quick-filter-bar {
    float: right;
    font-weight: 600;
    cursor: pointer;
    display: none;
    margin-bottom: -15px;
    z-index: 100;
    position: relative;
    margin-right: 2px;
    margin-bottom: -50px;
    font-size: 30px;
}
/* Landscape/portrait phone and tablet  show the button */
@media (max-width: 1100px) { /*767px) {*/
    .filter-data-button, .close-quick-filter-bar {
        display: block;
    }

    .mobile-sticky-quick-filter-hidden {
        display: none;
    }

    .quickFilterBar {
        padding: 0;
    }
}

.align-center {
    text-align: center;
}

.mp-pannelBotton {
    font-size: 11px !important;
    margin-top: -5px;
}

.mp-panelInner {
    border-top: 8px solid #0081a2;
    padding: 0;
    margin: 0;
    line-height: 20px;
    overflow: auto !important;
}


.text-center {
    text-align: center;
}

.ct-mg-bt {
    margin-bottom: 80px;
}

.detailsContent {
    padding: 10px 20px;
    padding-bottom:0;
    clear: both;
}

.textPageSection {
    width: 100%;
    display: inline-block;
}

    .textPageSection .includeMargins1 {
        width: 1080px !important;
        margin-left: 180px;
    }

.detailsContent div.articleDate {
    color: #0081ab;
    font-style: italic;
    padding-bottom: 20px;
}

.textPageSection .umb-grid {
    clear: both;
}

.mp-contentArea {
    width: 65% !important;
}

.mp-updates-contentArea {
    width: 85% !important;
}

.mp-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

.mp-stage {
    display: block;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.mp-div-ft {
    font-size: 16px;
}

.ec-dashboard {
    margin-bottom: 30px;
}

.ec-dashboard-div {
    margin: 20px 10%;
}

.weeklyEconomicHighlightsSubscribe {
    margin-left: 180px !important;
    margin-top:-10px;
}

    .weeklyEconomicHighlightsSubscribe a.button-primary {
        color: #fff;
        border: 2px solid #337ab7;
        background-color: #337ab7;
        font-size: 18px;
        line-height: 28px;
        padding: 6px 12px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        display: inline-block;
        font-size: 16px;
        border-radius: 4px;
        font-weight: bold;
    }

.we-sub-div {
    margin-left: -47px;
}


.info-slide {
    border-radius: 4px;
    border-width: 1px;
    border-color: gray;
    background-color: #cae8ca;
    border-style: solid;
    position: fixed;
    bottom: 0px;
    right: 20px;
    float: right;
    width: 80%;
    /*height: 60px;*/
    cursor: pointer;
    overflow: hidden;
    max-width: 450px;
    z-index: 999;
    transition: height .4s ease-in-out;
    -webkit-transition: height .4s ease-in-out;
    -moz-transition: height .4s ease-in-out;
}
/*@media screen and (min-width: 768px) {
 .info-slide {
       position: fixed;
    }
}*/
.info-slide-header {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #0081a2;
}

.info-slide-content {
    display: none;
}

    .info-slide-content:hover {
        display: block;
    }
/*.info-slide:hover >.info-slide-content{
    
        display: block;
    
}*/
.info-slide-header:active + .info-slide-content {
    display: block;
}

.info-slide-header:hover + .info-slide-content {
    display: block;
}

.itembox {
    position: relative;
    float: right;
    font-size: 22px;
    right: 0px;
    /*top: -15px;*/
    width: 10px;
    height: 10px;
    font-weight: bold;
}
/*changing download button for charts*/
a.am5exporting-icon, a.am5exporting-icon:hover {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24"  fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.8 18.72h14.4M12 15.36V4.8M16.8 10.56l-4.8 4.8-4.8-4.8" stroke="black" stroke-width="2"></path></svg>') !important;
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

    a.am5exporting-icon svg:first-child {
        display: none; /* Hide the first child SVG */
    }