body > header {
    /*background: #041243;*/
    /*background: -moz-linear-gradient(top, #041243 0%, #213f69 85%, #455a89 100%);*/
    /*background: -webkit-linear-gradient(top, #041243 0%,#213f69 85%,#455a89 100%);*/
    /*background: linear-gradient(to bottom, #041243 0%,#213f69 85%,#455a89 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041243', endColorstr='#455a89',GradientType=0 );*/
}
#header__search-form > input {
    border-radius: 8px;
    color: #041243;
    padding-right: 5px;
    padding-left: 40px;
    text-shadow: unset;
    background: #F0F2F7;
    border: none;
}
#news-header{
    
}
body > header::after {
    background: #4D4D4F;
    height: 4px;
    width: 100%;
    content: '';
    position: absolute;
}
body > header h1,
body > header .h2 {
    /*color: #FFF;*/
    color:#4D4D4F;
    font-weight: 300;
}
iframe {
    margin: 15px 0 15px 10px;
}
a.back-btn {
  border: 1px solid #4d4d4f;
  color: #4d4d4f;
  border-radius: 0px;
  text-align: left;
  position: relative;
  padding: .5rem 1rem;
  text-decoration: none !important;
}
a.back-btn:hover {
  background: #4d4d4f;
  color: #fff;
}
a.back-btn .fa-arrow-left::before {
    padding-right: 15px;
}
a.back-btn .fa-arrow-right::before {
    padding-left: 15px;
}

.news-article table thead th {
    background-color: #C5CFDA;
    color: #4D4D4F;
    border: none;
}
.news-article table tbody td {
    background-color: #FFF;
    color: #4D4D4F;
    border: none;
}
.news-article table tr {
    border: 1px solid #4D4D4F;
}
.news-article table.table-striped thead th:nth-of-type(2n) {
    background-color: #B5C1CF;
}
.news-article table.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: initial;
}
.news-article table.table-striped tbody td:nth-of-type(2n) {
    background-color: #EBEEF2;
}
#news-nav {
    
}
#news-nav ul.nav {
    
}
#news-nav li.nav-item {
    
}
#news-nav li.nav-item + li.nav-item {
    padding-left: 0.25rem;
}
#news-nav a.nav-link {
    color: #FFF;
    background-color: #4D4D4F;
    border-radius: 0;
    padding: .5rem 1.5rem;
}
#news-nav .nav-link:hover,
#news-nav .nav-link:active,
#news-nav .nav-link.active {
    background-color: #455a89;
    text-decoration: underline;
    position: relative;
}
#breadcrumb::before {
    content: none !important;
}
#breadcrumb .breadcrumb {
    background: transparent;
    padding: 1.25rem 0;
    margin-bottom: 0;
}
#breadcrumb .breadcrumb-item {
    color: #4D4D4F;
    text-decoration: underline;
    font-size: 0.9rem;
}
#breadcrumb .breadcrumb-item a:link,
#breadcrumb .breadcrumb-item a:visited {
    color: #4D4D4F;
}
#breadcrumb .breadcrumb-item.active {
    color: #4D4D4F;
    text-decoration: none;
}
#breadcrumb .crumb-divider {
    padding: 0 0.4rem;
}

main {
    position: relative;
    color: #4D4D4F;
}
main,
#news-nav-container,
#breadcrumb {
    background-color: #ECEFF3;
}
main > .container-fluid {
    padding: 0;
    margin: 0;
}
#news-feature-wrapper {
    position: relative;
}
#news-feature-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    opacity: 0.36;
    background: #eceff3;
    background: -moz-linear-gradient(top, #eceff3 0%, #b7b9bb 100%);
    background: -webkit-linear-gradient(top, #eceff3 0%,#b7b9bb 100%);
    background: linear-gradient(to bottom, #eceff3 0%,#b7b9bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff3', endColorstr='#b7b9bb',GradientType=0 );
}
#news-feature-wrapper p.card-text:nth-child(2) {
    font-size: 1rem;
    line-height: 1.4rem;
}
#news-feature-wrapper .card.col-md-12 {
    border-top: 1px solid #C5CFDA;
    border-bottom: 1px solid #C5CFDA;
    padding-top: 0.75rem;
}
#news-feature-wrapper .card-deck {
    padding-top: 0.75rem;
    z-index: 20;
}
#news-subfeature-wrapper {
    background: #FFF;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
}
#news-subfeature-wrapper div.card-deck:nth-child(2) {
    border-top: 1px solid #C5CFDA;
    padding-top: 0.75rem;
}
#news-subfeature-wrapper hr {
    border-top: 1px solid #C5CFDA;
    width: 100%;
    margin: 0.75rem auto;
}
.url-news h2.card-title > a,
.url-news h3.card-title > a,
.url-news h4.card-title > a {
    color: #4D4D4F !important;
}
.url-news h2.card-title > a:hover,
.url-news h3.card-title > a:hover,
.url-news h4.card-title > a:hover {
    text-decoration: none;
}
#news-feature-wrapper .card {
    z-index: 25;
}
main .card {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    /*z-index: 25;*/
}
main .card-body {
    padding: 1.25rem 0;
}
main .card-img,
main .card-img-top {
    border-radius: 0;
}
main .card-subtitle {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
main .card-text {
    margin-bottom: 0.5rem;
    line-height: 1.3rem;
}
main .card-text > br {
    margin-bottom: 0.5rem;
}
main .card-link {
    font-style: italic;
    line-height: 1.3rem;
}
main .card-link > a {
    color: #004b96;
    text-decoration: underline;
}
main .card-link > a:link,
main .card-link > a:visited {
    color: #004b96;
}
main .card-link > a:hover {
    color: #041243;
}

.news-home main::after {
    display: none;
}
#news-article {
    position: relative;
}
.news-article a {
    text-decoration: underline;
}
.news-article-page main::after,
#news-article::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    opacity: 0.36;
    background: #eceff3;
    background: -moz-linear-gradient(top, #eceff3 0%, #b7b9bb 100%);
    background: -webkit-linear-gradient(top, #eceff3 0%,#b7b9bb 100%);
    background: linear-gradient(to bottom, #eceff3 0%,#b7b9bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff3', endColorstr='#b7b9bb',GradientType=0 );
}
#news-article-display {
    background: #FFF;
    padding: 3rem 0 1.5rem;
}
#news-article-display .card-title {
    font-size: 1.1rem;
}
#news-article-display .card-subtitle {
    font-size: 0.9rem;
}
#news-article-display .card-text {
    font-size: 0.9rem;
    line-height: 1.1rem;
}
#news-article-display .card-link {
    font-size: 0.9rem;
    line-height: 1.1rem;
}
.news-article {
    padding-bottom: 60px;
}
.news-article__date {
    font-size: 1rem;
}
.news-article__divider {
    border-top: 1px solid #4d4d4f;
}
.figure-img.news-article__image {
    margin-bottom: 0;
}
.news-article__figcaption {
    padding: 0.35rem;
    font-style: italic;
    /*font-size: 0.8rem;*/
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255,255,255,0.7) 70%, rgba(255,255,255,0.1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 70%,rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgba(255,255,255,0.7) 70%, rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff',GradientType=1 );
}

.news-article #Fedflix_video,
.news-article #Youtube_video {
    margin: 0 0 40px 0;
    border: 0;
    max-width: 100%;
    max-height: auto;
}
.news-article #Fedflix_video > iframe,
.news-article #Youtube_video > iframe {
    margin: 0 0 40px 0;
    border: 0;
    max-width: 100%;
    max-height: auto;
}
/*.video-colour.videothumbnail {*/
/*    background-size: 3000% 100% !important;*/
/*    filter: grayscale(0%) brightness(100%) !important;*/
/*}*/
/*.video-bw {*/
/*    background-size: 3000% 100% !important;*/
/*    filter: grayscale(100%) brightness(115%) !important;*/
/*}*/
/*.video-colour {*/
/*    background-size: 3000% 100% !important;*/
/*    filter: grayscale(0%) brightness(100%) !important;*/
/*}*/
.videothumbnail { 
    max-width: 576px;
    height: auto;
    width: 100%;
    min-height: 100%;
    max-height: 324px;
}
div[class*=' videothumbnail']::before,
div[class^='videothumbnail']::before {
    background-size: cover;
}
#news-feature-wrapper .videothumbnail { 
    max-width: 992px;
    height: auto;
    width: 100%;
    min-height: 100%;
    max-height: 558px;
}
.news-articles-page .videothumbnail {
    min-height: 200px;
}

#news-feature-wrapper .videothumbnail { 
    min-height: 186px;
}

/* https://css-tricks.com/aspect-ratio-boxes/#aa-using-custom-properties */
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  } 
}
  
  
.feature .story_blurb {
    border: none !important;
    padding: 15px;
}

.all_stories > .row, .story-grid .feature .row{
    grid-gap: 0px;
}



.myworkday .card-body table td{
    border: none;
}
.myworkday .card table{
    border: none;
}


.news-article__quote {
    font-weight: 500;
    font-size: 140%;
    font-style: italic;
    line-height: 1.6rem;
    border-left: 3px solid #C5CFDA;
    margin: 1.5rem 4rem;
    padding: 1.5rem 1.5rem;
}
.news-article__attr {
    font-size: 60%;
    font-style: italic;
    color: #6A6A6A;
    display: block;
}
.news-article__footer {
    padding-top: 2rem;
}
.news-article__share {
    color: #6A6A6A;
}
.news-article__share > a,
.news-article__share > span {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0 0.5rem;
    vertical-align: middle;
}
.news-article__share > a:hover {
    color: #4d4d4f !important;
}
.news-article__share > a:link,
.news-article__share > a:visited {
    color: #6A6A6A;
}


.story_content p:last-of-type{
    margin-bottom: 0px;    
}

.story_content {
    padding-bottom: 25px;
}

.story_summary p {
    font-weight: 300 !important;
    font-size: 0.9rem;
}
.feature .story_blurb {
    padding: 15px;
    border: 1px solid #041243;
    border-left: 0;
}


#page_asset_listing_471725 {
    padding-bottom: 3rem;
}
#page_asset_listing_471725 .card {
    padding: 0.75rem 0;
    border-bottom: 1px solid #C5CFDA;
}
#page_asset_listing_471725 div.card:nth-child(2) {
    border-top: 1px solid #C5CFDA;
}
#page_asset_listing_471725 .card-body {
    padding: 0 3rem 0 0;
}

#article-options-listing,
#article-page-listing {
    display: none;
}
#articles-page-listing > a {
  padding: 3px 4px;
}
#articles-page-listing {
  padding: 10px;
}
#articles-page-listing .current-page {
  padding: 3px 4px;
  font-weight: 500;
}
#articles-page-listing .next-page {
  padding-left: 3px;
}
#articles-page-listing .prev-page {
  padding-right: 3px;
}


.media-releases main > .container {
    padding-bottom: 50px;
}
.media-releases #media-contact-details a {
    color: #4d4d4f;
}
.media-releases #article-listing {
    margin-top: 0.5rem;
    border-top: 1px solid #CCC;
    padding-top: 1rem;
}
.media-releases .card {
    padding: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #CCC;
    padding-bottom: 2rem;
}
.media-releases .card-header {
    padding: 0.5rem 0.75rem;
    /*background-color: #4D4D4F;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d4d7dc+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(212,215,220,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(212,215,220,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(212,215,220,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d7dc', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    border: 0;
    border-radius: 0;
}
.media-releases .card-body {
    padding: 0.75rem 0;
    background: none;
    border: 0;
}
.media-releases .card-body > p {
    line-height: 1.2rem;
    margin-bottom: 0;
}
.media-releases .card-subtitle {
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
}
.media-releases .url-news h2.card-title > a:hover,
.media-releases .url-news h3.card-title > a:hover,
.media-releases .url-news h4.card-title > a:hover {
    text-decoration: underline;
}
.media-releases .card-footer {
    border: 0;
    background: none;
    font-style: italic;
    padding: 0;
    font-size: 0.933em;
}
.media-releases .card-footer a:link, 
.media-releases .card-footer a:visited {
    color: #004c97;
    text-decoration: underline;
}

.media-releases .modal {
    top: 189px;
}
.media-releases .modal-dialog {
    max-width: 100%;
}
.media-releases .modal-content {
    border: 1px solid rgba(119, 119, 119, 0.2);
    border-radius: 0;
}
.media-releases .modal-content,
.media-releases .modal-header,
.media-releases .modal-body,
.media-releases .modal-footer {
    background: #eceff3;
    color: #4d4d4f;
}
.media-releases .modal-header,
.media-releases .modal-footer {
    background: #dbdbdb;
}
.media-releases .modal-header .close {
    color: #4d4d4f;
}
.media-releases .modal-dialog-scrollable {
    max-height: calc(85% - 3.5rem);
}
.media-releases .close:not(:disabled):not(.disabled):focus,
.media-releases .close:not(:disabled):not(.disabled):hover {
    color: #4d4d4f;
}
.media-releases .modal.fade.show {
    padding-right: 0 !important;
}
.media-releases .modal-body a:link, 
.media-releases .modal-body a:visited {
    color: #004c97;
    text-decoration: underline;
}
.media-releases .modal-footer a:link, 
.media-releases .modal-footer a:visited {
    color: #4d4d4f;
    text-decoration: underline;
}

.media-releases .page-link {
    background: none;
    border: 0;
    border-radius: 0;
}
.media-releases .page-item.active .page-link {
    background: #4d4d4f;
    color: #FFF;
    border: 0;
    border-radius: 0;
}
.media-releases .pagination a {
    color: #4d4d4f;
    padding: 0.25rem 0.5rem;
    font-size: 0.933em;
}
.media-releases .pagination > li > a,
.media-releases .pagination > li > span {
    font-size: 0.933em;
    line-height: inherit;
}
.media-releases .pagination > li > a:hover,
.media-releases .pagination > li > span:hover,
.media-releases .pagination > li > a:focus,
.media-releases .pagination > li > span:focus {
    color: #4d4d4f;
    box-shadow: none;
    background-color: #D5D5D5;
    border-color: #D5D5D5;
}

/* Pagination */
.pagination {
    
}
.pagination>li {
    
}
.pagination>li>a,
.pagination>li>span {
    font-size: 0.867em;
    line-height: 1.2em;
    color: #041243;
    border-top: none;
    border-bottom: none;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-left: none;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-right: none;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #FFF;
}
.page-link:hover {
    background-color: #777;
    border-color: #777;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #041243;
    border-color: #96cae8;
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    
}
.page-item.active .page-link {
    background-color: #004b96;
    border-color: #004b96;
}
.about_the_author {
    /*margin-left: 75px;*/
    position: relative;
    padding: 45px 20px 45px 190px;
    background: #efefef;
}
.person_image {
    background: url('https://picsum.photos/150/150');
    width: 150px;
    height: 150px;
    align-self: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.person_image_container {
    width: 150px;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 0;
    display: flex;
    align-content: center;
}

.story_image {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.story_blurb {
    padding: 1.5rem;
    border: 1px solid #00000014;
    flex: 1 1 auto;
    border-top: none;
}
.story_blurb > span {
    font-size: 1.1rem;
    color: #4d4d4f;
}
.story_container {
    box-shadow: 0 .25rem .5rem rgba(24, 24, 24, 0.13);  
    transition: box-shadow .25s;
}
.story_image_container {
    height: 14rem;
    border: 1px solid #00000014;
    border-bottom: none;
}
.all_stories > .row, .story-grid .row {
    row-gap: 30px;
}
.story_container {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
}

.story_link:hover .story_container {
    box-shadow: 0 .25rem .5rem rgba(24, 24, 24, 0.35);  
    transition: box-shadow .25s;
}

.story_link:hover{
    text-decoration: none;
}

.btn.fed-btn-blue {
    border-radius: 0;
    background: #041243;
    color: #fff;
    padding-right: 35px;
    margin-top: 30px;
    position: relative;
}
.fed-btn-blue i::before {
    position: absolute;
    right: 11px;
    top: 7px;
    font-size: 1.4rem;
}
.btn.fed-btn-blue:hover {
    background: #fff;
    border: 1px solid #041243;
    color: #041243;
}

.story_blurb p:nth-of-type(2){
    /*font-size: 1.3rem;*/
    /*font-weight: 300;*/
    color: #041243;
    margin-bottom: 5px;
}
.story_blurb p:nth-of-type(3){
    font-size: 1.15rem;
    font-weight: 300;
    margin-bottom: 0;
    color: #041243;
}
.story_content #Fedflix_video,
.story_content #Youtube_video {
    margin: 0 0 40px 0;
    border: 0;
    max-width: 100%;
    max-height: auto;
}
.story_content #Fedflix_video > iframe,
.story_content #Youtube_video > iframe {
    margin: 0 0 40px 0;
    border: 0;
    max-width: 100%;
    max-height: auto;
}


#Fedflix_video, #Fedflix_video > #kaltura_player {
    width: 1140px;
    height: 641px;
    background-color: #ccc;
    border: 0;
}


@media (max-width: 767px){
    .story_container{
        flex-direction: row;
    }
    .story_image_container{
        height: auto;
        min-width: 11rem;
        width: 11rem;
    }
    .story_blurb p{
        font-size: 100% !important;
    }
}

/*** MIN breakpoints ***/
/** Extra small devices (portrait phones, less than 576px) **/
/** No media query for `xs` since this is the default in Bootstrap **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .media-releases .modal-dialog {
        max-width: 900px;
    }
    .media-releases select + select {
        left: 10px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .news-articles-page .videothumbnail {
        min-height: 101px;
        max-width: 100%;
    }
    
    #news-feature-wrapper .videothumbnail { 
        min-height: 300px;
        max-width: 100%;
    }
    
    .media-releases .card:nth-child(1),
    .media-releases .card:nth-child(4),
    .media-releases .card:nth-child(7),
    .media-releases .card:nth-child(10) {
        padding-right: 0.5rem !important;
    }
    .media-releases .card:nth-child(2),
    .media-releases .card:nth-child(5),
    .media-releases .card:nth-child(8),
    .media-releases .card:nth-child(11) {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .media-releases .card:nth-child(3),
    .media-releases .card:nth-child(6),
    .media-releases .card:nth-child(9),
    .media-releases .card:nth-child(12) {
        padding-left: 0.5rem !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .news-articles-page .videothumbnail {
        min-height: 135px;
        max-width: 100%;
    }
    
    #news-feature-wrapper .videothumbnail { 
        min-height: 308px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .news-articles-page .videothumbnail {
        min-height: 160px;
    }
    
    #news-feature-wrapper .videothumbnail { 
        min-height: 368px;
    }
}

/*** MAX breakpoints ***/
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    html > body > header h1, html > body > header .h2 {
        padding-top: 1rem !important;
        padding-bottom: 0.75rem !important;
        font-size: 1rem !important;
    }
    
    #news-nav-container {
        position: relative;
        padding-top: 2px;
    }
    #news-nav-container::before {
        height: 2px;
        background: #FFF;
        position: absolute;
        content: '';
        width: 100%;
        top: 0;
    }
    #news-nav-container .news-menu {
        background-color: #4d4d4f;
        position: relative;
        padding: 0.5rem 0.8rem;
        font-size: 0.9rem;
        color: #FFF;
        border-radius: 0;
        width: 100%;
    }
    #news-nav-container .news-menu .fas::before {
        display: block;
        position: absolute;
        color: #FFF;
        right: 13px;
        top: 8px;
        bottom: 0;
        vertical-align: middle;
        line-height: 1.2rem;
    }
    #news-nav-container .news-menu.collapsed .fas::before {
        content: '\f078';
    }
    /*#news-nav-container .news-menu span::after {*/
    /*    content: '\f078';*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    color: #FFF;*/
    /*    right: 15px;*/
    /*    top: 0;*/
    /*    bottom: 0;*/
    /*}*/
    #news-nav {
        width: 100%;
    }
    #news-nav li.nav-item {
        width: 100%;
    }
    #news-nav li.nav-item + li.nav-item {
        padding-left: 0;
    }
    #news-nav li.nav-item,
    #news-nav a.nav-link {
        position: relative;
    }
    #news-nav a.nav-link span.fas {
        position: absolute;
        color: #FFF;
        right: 15px;
        vertical-align: middle;
        line-height: 1.2rem;
    }
    .breadcrumb {
        padding: 0.75rem 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    #news-article {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .news-article__figure {
        padding: 0 !important;
    }
    #news-article-display {
        padding: 1.5rem !important;
    }
    
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    body > header > .container {
        padding: 0 15px !important;
    }
    #news-header {
        padding: 0 25px !important;
    }
    body > header h1, body > header .h2 {
        font-size: 1.5rem !important;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .navbar-toggler {
        padding: initial !important;
    }
    h2.card-title {
        font-size: 1.4rem !important;
    }
    h3.card-title {
        font-size: 1.2rem !important;
    }
    #news-article .news-article__figure {
        padding: 0 !important;
    }
    .news-article__quote {
        font-size: 120%;
        margin: 1rem 2rem;
        padding: 1rem;
    }
    p > .news-article__image,
    p > img {
        max-width: 100% !important;
        height: auto !important;
    }
    main iframe {
        max-width: 100% !important;
    }
    #news-nav a.nav-link {
        padding: 0.5rem 0.8rem;
        font-size: 0.9rem;
    }
    #page_asset_listing_471725 {
        padding-bottom: 2rem;
        padding-left: 15px;
        padding-right: 15px;
    }
     #Fedflix_video, #Fedflix_video, #Fedflix_video > #kaltura_player {
        height: 300px !important;
    }
}

/* Medium devices (tablets, less than 992px) */
/*@media (max-width: 991.98px) {*/
/*    header > .container {*/
/*        padding: 0 25px !important;*/
/*    }*/
/*    #news-header {*/
/*        padding: 0 35px !important;*/
/*    }*/
/*    .news-article__share > a, .news-article__share > span {*/
/*        font-size: 135%;*/
/*    }*/
/*}*/

@media (max-width: 991.98px) {
    #news-nav {
        width: 900px;
        margin-left: -2rem;
    }
}

@media (max-width: 576px) {
    #news-nav {
        width: 100%;
        margin-left: 0rem;
    }
}

@media print {
    header,
    /*#news-header,*/
    #news-nav-container,
    #breadcrumb,
    #news-article-display,
    #top > footer > div.footer-main,
    #footer-social,
    #footer-feedback {
        display: none !important;
    }
    main,
    article,
    #news-article,
    section,
    .news-article__header,
    .news-article__heading,
    .news-article__date {
        display: block !important;
        max-width: 100% !important;
        page-break-inside: auto;
        /*break-after: auto;*/
        break-inside: auto;
    }
    /** {*/
    /*overflow: visible !important;*/
    /*}*/
    article {
        margin: 25px 15px;
    }
}