#visitorChat { display: none; } 

/* Physician Ratings styling */
#physRatings .px-star-container .px-star-fill,
#physReviews .px-star-container .px-star-fill {
color: #d00000;
}

#physReviews .px-histogram-wrapper, 
#physReviews .px-border, 
.px-comments-container .px-histogram,
.px-comments-container .px-legendWrapper,
.px-comments .px-comment-body .px-comment-label,
.px-comments .px-comment-body .px-source, 
.px-section .px-comments-container,
.node-type-provider .dcf-main-content>:last-child:not(.dcf-bleed) { 
display:none;
}

.px-comments-container .px-comment-wrapper {
padding-bottom: 1.2em;
}

/* remove padding from bottom of hero */
.page-node-2 .dcf-hero-default,
.page-node-11 .dcf-hero-default,
.page-node-12 .dcf-hero-default,
.page-node-13 .dcf-hero-default,
.page-node-22 .dcf-hero-default,
.page-node-46 .dcf-hero-default,
.page-node-97 .dcf-hero-default {
margin-bottom:0;
}

/* remove padding from bottom of page */
.page-node-13 .dcf-main-content .region-content,
.page-node-22 .dcf-main-content .region-content {
margin-bottom:0;
}

/* button padding (for pages with lots of buttons that stack) */
.page-node-9 .dcf-main .dcf-btn {
margin-bottom:.4em;
}

.uhc-hours-band {
background: url('https://cms.unl.edu/student-affairs/health-center/sites/unl.edu.student-affairs.health-center/files/media/image/health-main-bg.jpg'); background-attachment: fixed; background-size: cover;
}

.uhc-top-level-bg {
background-color: #dfeff2;
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fbfbfb' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.uhc-semi-square {
background-color: rgba(255, 255, 255, 0.94);
}

/* Youtube CSS for Full Width */

.youTubeWrapper { 
position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
} 

.youTubeWrapper iframe, 
.youTubeWrapper object, 
.youTubeWrapper embed { 
position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

.sa-scrim-bottom::before {
  background-image: -moz-linear-gradient(rgba(67,67,65,0) 0%,rgba(67,67,65,1) 95%);
  background-image: -webkit-linear-gradient(rgba(67,67,65,0) 0%,rgba(67,67,65,1) 95%);
  background-image: -o-linear-gradient(rgba(67,67,65,0) 0%,rgba(67,67,65,1) 95%);
  background-image: linear-gradient(rgba(67,67,65,0) 0%,rgba(67,67,65,1) 95%);
  bottom: 0;
  content: '';
  height: 5.62em;
  position: absolute;
  width: 100%;
}

/* FRONT PAGE NEWS */

.newscard-cardparent {
 justify-content: space-between;
        margin: 0;
}

@media screen and (min-width: 650px) {
        .newscard-cardparent {
            margin: 0 -1em;
        }
    }

    .article-thumbnail {
        width: 100%;
        padding: 0 1em;
    }

    @media screen and (min-width: 500px) {
        .article-thumbnail {
            width: 50%;
            padding: 0 1em;
        }
    }

    @media screen and (min-width: 930px) {
        .article-thumbnail {
            width: 25%;
            padding: 0 1em;
        }
    }

.float-half {
    width: 50%;
    float: right;
    margin: 0 0 10px 10px;
}
.px-summarytext {
  color: #6B6B6B!important;
}
@media (prefers-color-scheme: dark) {
  .px-summarytext {
  color: #949494!important;
}
 .uhc-semi-square {
  background-color: #242423!important;
}
}










