.section .newsroom h1 {
    text-align: left;
}

.contentBoxInner {
    padding-right: 30px;
}

.sectionInner {
    width: 90%
}

.newsroom {
    padding-top: 20px;
    display: flex;
}

.contentBox {
    width: 70%;
    padding-right: 10px;
}

.sidebarNew {
    width: 30%
}

aside.boxed {
    border: 1px solid #C1C1C1;
    padding: 5.26316%;
}

.header_title,
.sidebar_title {
    /* font-size: 1.55em; */
    margin-bottom: 0.6em !important;
    font-weight: 700;
    margin-left: -1px;
    letter-spacing: -.02em;
}

aside h2,
aside h3 {
    margin: 0px !important;
    padding: 0px !important;
}

table.mars_table {
    border-collapse: collapse;
    width: 100%
}

table.mars_table td {
    background-color: transparent
}

table.mars_table th {
    background-color: white;
    color: black;
    /* font-size: .75em; */
    font-weight: 500;
    text-align: left;
    padding: 13px
}

@media (min-width: 600px),
print {
    table.mars_table th {
        /* font-size: .9em */
    }
}

table.mars_table tbody td {
    /* font-size: .9em */
}

@media (min-width: 600px),
print {
    table.mars_table tbody td {
        /* font-size: 1.1em */
    }
}

table.mars_table tr:nth-child(even) {
    background-color: #edf4fb
}

table.mars_table tr:nth-child(odd) {
    background-color: #ffffff
}

table.mars_table td {
    border: 1px solid #d2d2d2;
    padding: .8em
}

table.mars_table td:first-child {
    border-left: transparent
}

table.mars_table td:last-child {
    border-right: transparent
}

table.small_table,
table.mars_table.small_table {
    /* font-size: .75em; */
    padding: .6em
}

blockquote {
    clear: both;
    color: #000;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

blockquote .quote {
    font-style: italic;
    margin-bottom: .5em;
    /* font-size: 1.5em; */
    line-height: 1.4em;
    font-weight: 700
}

blockquote footer {
    /* font-size: 1em; */
    text-align: left
}

blockquote cite {
    font-style: normal
}

blockquote {
    color: #000 !important
}

blockquote.inspirational {
    color: #FFF
}

@media (min-width: 769px) {}

@media (min-width: 1200px) {}

.gradient_line_extra_margin {
    margin-left: auto;
    margin-right: auto;
    content: " ";
    width: 100%;
    height: 1px;
    clear: both;
    background: #BEBEBE;
    background: -moz-linear-gradient(left, rgba(190, 190, 190, 0), #bebebe, rgba(190, 190, 190, 0));
    background: -webkit-linear-gradient(left, rgba(190, 190, 190, 0), #bebebe, rgba(190, 190, 190, 0));
    background: linear-gradient(left, rgba(190, 190, 190, 0), #bebebe, rgba(190, 190, 190, 0));
    margin: 2em 0
}

@media screen and (max-width:980px) {
    .contentBox {
        width: 60%;
    }

    .contentBoxInner {
        padding-right: 0px;
    }

    .sidebarNew {
        width: 40%;
        margin-top: 40px;
    }

    .piSection {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 769px),
print {
    .newsroom {
        display: block !important;
    }

    .contentBox {
        width: 100%
    }

    .sidebarNew {
        width: 100%
    }

    .gradient_line_extra_margin {
        margin: 3em 0
    }
}
/* .media-block {font-size:0.8em;} */
.media-block h3.media-title {
    margin-top: 30px !important;
  }
  .media-rep .name, .media-rep .name a{color:#222;font-weight: bold}
  /* .media-rep .name a {font-size: 1em !important;} */
  .media-rep p {line-height: 25px !important;}
  .media-block div:first-of-type p{margin-top: 0px;}

.media-description {/*font-size:0.9em;*/line-height:normal; font-weight: 600;padding: 15px 0 5px;}

  .resource-image {
    width: 20.03448%;
    float: left;
    margin-right: 2.44828%;
    padding-left: 10px;
    padding-top: 10px;
  }

  .newsroom-block {
    overflow: hidden;
  }

  .newsroom-block:not(:first-child) {
    margin-top: 40px;
  }

  .resource-image img {
    width: 100%;
    outline: 1px solid #c1c1c1;
    padding: 5px;
  }

  .resource-description {
    width: 69.51724%;
    margin-top: 4px;
    float: right;
    margin-right: 0;
  }

  .resource-description b {
    /* font-size: 1.2em; */
  }

  .resource-description b a {
    color: black;
    font-weight: 600;
  }

  .resource-description p {
    margin-top: 5px;
  }
  .newsroom hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

  @media only screen and (max-width: 900px) {
    .newsroom .grid .rowItem:nth-of-type(2):nth-last-of-type(1), 
    .newsroom .grid .rowItem:nth-of-type(1):nth-last-of-type(2),
    #mro .newsroom .grid .rowItem:nth-of-type(2):nth-last-of-type(1), 
    #mro .newsroom .grid .rowItem:nth-of-type(1):nth-last-of-type(2) {
        width:100% !important;
        margin: 0;
    }
}

@media only screen and (min-width: 1200px){
.resource-description {
    width: 73.51724%;
    }
}