


.MXP-embed__content-wrapper div {
    margin: unset;
}

.time-based-list-container .short-details .header .col-headings .summary {
    width: 75%;
}

.default-layout__grid {
    display: grid;
    grid-template-columns: repeat(16,1fr);
    /*grid-template-columns: none;*/
    margin: 54px 0;
}
.default-layout__children {
    grid-column: 2/span 14!important;
    /*grid-column: 1 !important;*/
}

.time-based-list-container {
    /*padding: 25px calc(50vw - 570px);*/
}

.MXP-embed__content-wrapper {
    /* display: flex; */
    display: block;
}

@media screen and (max-width: 1272px){
    .default-layout__grid {
        /*padding: 48px 36px;
        padding: 48px 16px; */
    }
}


@media screen and (max-width: 600px){
    .default-layout__grid {
        padding: 24px 24px;
    }
    .dropList{
        font-size:medium;
    }
}

div#newsContents {
    margin-top: 40px;
}

.newsFilters {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: normal;
    align-content: normal;
    background-color:#EDF5F7;
    min-height:48px;
    padding: 10px 25px
}

.newsFiltersItem{
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.newsFiltersItem:nth-child(1) {
    margin-right: 20px;

}



.NewsFilter {
    padding:10px; background-color:#EDF5F7; height:48px;
    width: 100%;
    margin: 0 auto;

}
/* #spanYear{float:right; margin-left:5px; width:80px;} */
/* #spanIndustry{float:right; margin-left:5px; width:200px;} */

.dropList {
    color:#036;
    /*height: 28px;*/
    padding-left: 10px;
    text-decoration: none;
    /*
    background-image: url('http://i.stack.imgur.com/pbpVI.png');
    background-repeat: repeat-x;
    */
    /*font-size:13px;*/
    -moz-border-radius: 5px;
    border-radius: 5px; /*up to date browsers support this, but you can add prefixes if you want*/
    /* margin-bottom:5px; */
    border: 1px solid #CCC;
    background-color: #fff;
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTMgOSI+PHBhdGggZmlsbD0iIzREQTJEMyIgZD0ibTIuMTIuODQgNC41OSA0LjU4TDExLjMuODRsMS40MSAxLjQxLTYgNi02LTZMMi4xMi44NFoiLz48L3N2Zz4=);*/
    background-position: right 15px center;
    background-repeat: no-repeat;
    width: calc(100% + 15px);
}



/*
@media screen and (max-width: 1272px)
.time-based-list-container {
    padding: 96px 36px;
}

.time-based-list-container {
    color: #0063a3;
    font-family: Benton Sans W05 Regular,Benton Sans W05 Book,-apple-system,BlinkMacSystemFont,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
    padding: 96px calc(50vw - 600px);
    width: 100%;
}

.time-based-list-container .short-details:not(:last-child) {
    margin-bottom: 47px;
}

.time-based-list-container .short-details .header {
    width: 100%;
}

.time-based-list-container .header .heading {
    border-bottom: 1px solid #a3a6b1;
    color: #252a2e;
    font-family: Benton Sans W05 Black,-apple-system,BlinkMacSystemFont,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
    padding-bottom: 8px;
    width: 100%;
}

.time-based-list-container .short-details .header .col-headings {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
}

.time-based-list-container .short-details .header .col-headings .summary {
    width: 57%;
}

.time-based-list-container .short-details .header .col-headings .dates {
    width: 25%;
}

@media (max-width: 600px)
.time-based-list-container .short-details .cards .card:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 600px)
.time-based-list-container .short-details .cards .card .info-group {
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 600px)
.time-based-list-container .short-details .cards .card .details {
    width: 100%;
}

@media (min-width: 600px)
.time-based-list-container .short-details .cards .card:not(:last-child) {
    margin-bottom: 17px;
}

@media (max-width: 600px)
.time-based-list-container .short-details .cards .card .date {
    margin-bottom: 8px;
    margin-left: 0;
    order: -1;
    width: 100%;
}

.time-based-list-container .short-details .cards .card .date {
    align-items: center;
    color: #252a2e;
    display: flex;
    font-size: 14px;
    line-height: 24px;
    margin-left: 30px;
    width: 25%;
}

.time-based-list-container .card {
    border-top: 1px solid #e0e1e9;
}

.time-based-list-container .short-details .cards .card {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0;
    width: 100%;
}
.time-based-list-container .short-details .cards .card .info-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.time-based-list-container .card .group {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
}

.time-based-list-container .card .info-group .title {
    border-bottom: 2px solid #0063a3;
    color: #0063a3;
    font-size: 20px;
    line-height: 27px;
    position: relative;
    text-decoration: none;
}

.time-based-list-container .card .info-group .title:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDA2M0EzIiBkPSJNMTIgMTFWOGw0IDQtNCA0di0zSDh2LTJoNFptMC05YzUuNTIgMCAxMCA0LjQ4IDEwIDEwcy00LjQ4IDEwLTEwIDEwUzIgMTcuNTIgMiAxMiA2LjQ4IDIgMTIgMlptMCAxOGM0LjQyIDAgOC0zLjU4IDgtOHMtMy41OC04LTgtOC04IDMuNTgtOCA4IDMuNTggOCA4IDhaIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 24px;
    left: calc(100% + 5px);
    position: absolute;
    width: 24px;
}
*/
