/* new wrap rule testing */
 .row-auto {
	 display: flex;
	 flex-wrap: wrap;
}
 .row-auto > [class*=‘col-’] {
	 display: flex;
	 flex-direction: column;
}


/* News Module */
/*
.text-bg-primary {
    color: #fff !important;
    background-color: #ba0c2f !important;
} */

.text-bg-secondary {
    color: #fff !important;
    background-color: #63666a !important;
}

.badge {
    font-weight: 300;
    color: #ba0c2f;
    background-color: #fff;
    border:1px solid #ba0c2f;
}


/* ------------------------ */
/* News Styles - 2/11/2025 mdcarter  */
 .news-banner {
	 padding-top:300px;
	 padding-bottom:60px;
	 position:relative;
}
 .news-banner-bg {
	 position: absolute;
	 background: no-repeat center center;
	 background-size: cover;
	 right: 0;
	 bottom: 0;
	 top: 0;
	 left: 0;
}
 .news-banner-bg:after {
	 content: "";
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
	 background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}
 .news-banner-title {
	 position:relative;
	 color:#fff;
}
.news-banner h1 {
    font-size: 40px;
    position:relative;
	 color:#fff;
}
.news-banner .post-meta {
	 color: #fff;
}


/* ------ core styles ----- */


 .news-module blockquote.blockquote {
	 padding: 30px;
	 margin: 0 0 20px;
	 border: 2px solid #e8eaed;
}
 .news-module blockquote.blockquote:before {
	 content: "\f10d";
	 font-family: "Font Awesome 5 Free";
	 width: 70px;
	 height: 70px;
	 line-height: 70px;
	 text-align: center;
	 border-radius: 50%;
	 color: #ba0c2f;
	 font-size: 30px;
	 background: #fff;
	 border: 2px solid #e8eaed;
	 float: left;
	 margin-right: 10px;
	 font-weight:900;
}
 .news-module blockquote.blockquote .blockquote-footer {
	 color: #686a6d;
}
 .news-module figure {
	 margin-bottom: 20px;
}
 .news-module figure>img {
	 width: 100%;
}
 .news-module figure.pull-right {
	 margin-left: 15px;
}
 .news-module figure.pull-left {
	 margin-right: 15px;
}
 .news-module figure>figcaption {
	 font-size: 14px;
	 text-align: center;
	 margin-top: 10px;
	 font-style: italic;
	 color: #686a6d;
}
/*
 .news-module.section {
	 padding-top: 30px;
}
*/
 .news-module .section-row {
	 margin-bottom: 30px;
}
 .news-module .section-title {
	 position: relative;
	 margin-bottom: 20px;
	 min-height: 10px;
}
 .news-module .section-title .title {
	 position: relative;
	 display: inline-block;
	 background-color: #fff;
	 font-size: 16px;
	 text-transform: uppercase;
	 margin-top: 0;
	 margin-bottom: 0;
	 padding-right: 10px;
	 z-index: 20;
}
 .news-module .section-title:after {
	 content: "";
	 display: inline-block;
	 height: 2px;
	 background-color: #e8eaed;
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 10px;
	 z-index: 10;
}
 .news-module .input {
	 width: 100%;
	 height: 40px;
	 padding: 0 15px;
	 background-color: #fff;
	 border-radius: 2px;
	 border: 2px solid #e8eaed;
}
 .news-module .primary-button,.news-module .secondary-button {
	 display: inline-block;
	 padding: 10px 40px;
	 border-radius: 2px;
	 border: none;
	 font-weight: 700;
	 font-size: 14px;
	 text-transform: uppercase;
	 -webkit-transition: .2s all;
	 transition: .2s all;
}
 .news-module .primary-button {
	 background-color: #ba0c2f;
	 color: #fff;
	 -webkit-box-shadow: 0 0 0 2px #ba0c2f inset;
	 box-shadow: 0 0 0 2px #ba0c2f inset;
}
 .news-module .secondary-button {
	 background-color: #ba0c2f;
	 color: #fff;
	 -webkit-box-shadow: 0 0 0 2px #ba0c2f inset;
	 box-shadow: 0 0 0 2px #ba0c2f inset;
}
 .news-module .primary-button:hover,.news-module .primary-button:focus {
	 background-color: transparent;
	 text-decoration: none;
	 color: #ba0c2f;
}
 .news-module .secondary-button a:hover,.news-module .secondary-button a:focus,.news-module .secondary-button:hover,.news-module .secondary-button:focus {
	 background-color: transparent;
	 text-decoration: none;
	 color: #ba0c2f;
}
 .news-module.page-header {
	 position: relative;
	 margin: 0;
	 padding-top: 120px;
	 padding-bottom: 80px;
	 background-color: #1b1c1e;
	 border: none;
}
 .news-module.breadcrumb, .news-module .breadcrumb {
	 background-color: #f5f5f5;
	 margin-bottom: 0;
}
 .news-module.breadcrumb ol {
	 border-radius: 0;
	 padding: 0;
}
 .news-module .breadcrumb a {
	 color:#11151c;
}
 .news-module .breadcrumb a:hover, .news-module .breadcrumb a:focus {
	 color:#ba0c2f;
}
 .news-module .breadcrumb > .active {
	 color:#686868;
}
 .news-module#post-header {
	 padding-top: 240px;
	 padding-bottom: 80px;
}
 .news-module .page-header-bg {
	 background: no-repeat center center;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
}
 .news-module.page-header .page-header-bg {
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
}
 .news-module.page-header .page-header-bg:after {
	 content: "";
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 background: -webkit-gradient(linear,left top,left bottom,from(rgba(27,28,30,0)),color-stop(90%,rgba(27,28,30,0.8)));
	 background: linear-gradient(180deg,rgba(27,28,30,0) 0%,rgba(27,28,30,0.8) 90%);
}
 .news-module.page-header h1 {
	 font-size: 41.053px;
	 color: #fff;
}
 .news-module .post {
	 position: relative;
	 margin-bottom: 30px;
}
 .news-module .post .post-body {
	 position: relative;
	 margin: -50px 0 0 3%;
	 padding: 5%;
	 background: #fff;
	 z-index: 10;
}
 .news-module .post .post-img {
	 display: block;
	 overflow: hidden;
	 position: relative;
}
 .news-module .post.post-widget .post-img>img {
	 height: 100%;
	 object-fit: cover;
	 position: absolute;
	 margin-right: auto;
	 margin-left: auto;
}
 .news-module .post-img>img {
	 width: 100%;
	 -webkit-transition: 1.6s -webkit-transform;
	 transition: 1.6s -webkit-transform;
	 transition: 1.6s transform;
	 transition: 1.6s transform,1.6s -webkit-transform;
}
 .news-module .post-img:hover>img {
	 -webkit-transform: scale(1.2);
	 -ms-transform: scale(1.2);
	 transform: scale(1.2);
}
 .news-module .post-title a {
	 color:#63666a;
}
 .news-module .post-title a:hover, .news-module .post-title a:focus {
	 color:#ba0c2f;
}

.news-module .post .post-title {
    font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
}

 .news-module .post .post-title {
	 font-size: 16px;
}
 .news-module .post .post-title.title-sm {
	 font-size: 15px;
}
 .news-module .post .post-title.title-lg {
	 font-size: 20px;
}

 .news-module .post-thumb {
	 background-color: #1b1c1e;
}
 .news-module .post-thumb .post-category span, .news-module.page-header .post-category span{
	 color: #ffffff;
}

 .news-module .post-category span:last-child:after,.news-module .post-category a:last-child:after {
	 display: none;
}
 .news-module ul.post-meta {
	 margin-bottom: 5px;
	 padding:0;
}
 .news-module .post .post-meta {
	 margin-bottom: 10px;
	 list-style-type:none;
}
 .news-module .post-meta li {
	 //display: inline-block;
	 color: #686a6d;
	 font-size: 12px;
	 text-transform: uppercase;
}
 .news-module.page-header .post-meta li, .news-module .post-thumb .post-meta li{
	 color:#a7a8ab;
}
 .news-module .post-meta li a {
	 color: #686a6d;
	 font-weight: 700;
}
 .news-module .post-meta li a:hover,.news-module .post-meta li a:focus {
	 color: #ba0c2f;
}
/*
.news-module .post-meta li:after {
	 content: '•';
	 display: inline-block;
	 padding-left: 5px;
	 padding-right: 5px;
}
*/
 .news-module .post-meta li:last-child:after {
	 display: none;
}

 .news-module .hot-post .hot-post-left {
	 padding-right: 0;
	 padding-left: 0;
}
 .news-module .hot-post .hot-post-right {
	 padding-right: 0;
	 padding-left: 5px;
}
 .news-module .hot-post .post {
	 margin-bottom: 6px;
}
 .news-module .hot-post {
	 margin-bottom: 25px;
}
 .news-module .post.post-thumb .post-img:after {
	 content: "";
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 background: -webkit-gradient(linear,left top,left bottom,from(rgba(27,28,30,0)),color-stop(90%,rgba(27,28,30,0.8)));
	 background: linear-gradient(180deg,rgba(27,28,30,0) 0%,rgba(27,28,30,0.8) 90%);
}
 .news-module .post.post-thumb .post-body {
	 position: absolute;
	 margin: 0;
	 padding: 0 5%;
	 z-index: 20;
	 bottom: 5%;
	 background-color: transparent;
}
 .news-module .post.post-thumb .post-title a {
	 color: #ffffff;
}
 .news-module .post.post-thumb .post-title a:hover,.news-module .post.post-thumb .post-title a:focus {
	 /*color: #ba0c2f;*/
	 text-decoration: underline;
}
 .news-module .post.post-thumb .post-meta li a:hover,.news-module .post.post-thumb .post-meta li a:focus {
	 /*color: #ba0c2f;*/
	 text-decoration: underline;
}
 .news-module .post.post-sm .post-body {
	 margin: 15px 0 0;
	 background: 0 0;
	 padding: 0;
}
 .news-module .post.post-widget:after {
	 content: "";
	 display: table;
	 clear: both;
}
 .news-module .post.post-widget .post-img {
	 float: left;
	 height: 87px;
	 width: 130px;
}
 .news-module .post.post-widget .post-body {
	 position: relative;
	 background: 0 0;
	 margin: 0 0 0 150px;
	 padding: 0;
}
 .news-module .post.post-widget .post-title {
	 font-size: 16px;
	 margin-bottom: 0;
}
 .news-module .post.post-row:after {
	 content: '';
	 display: table;
	 clear: both;
}
 .news-module .post.post-row .post-img {
	 width: 40%;
	 float: left;
}
 .news-module .post.post-row .post-body {
	 margin: 0 0 0 calc(40% + 30px);
	 padding: 0;
}
 .news-module .page-header .post-category {
	 margin-bottom: 10px;
}
 .news-module .page-header .post-meta li {
	 color: #fff;
}
 .news-module .page-header .post-meta li a {
	 color: #fff;
}
 .news-module .page-header .post-meta li a:hover,.news-module .page-header .post-meta li a:focus {
	 color: #ba0c2f;
}
 .news-module .post-share a {
	 display: inline-block;
	 padding: 5px 15px;
	 border-radius: 5px;
	 color: #fff;
	 background-color: #686a6d;
	 margin-right: 4px;
	 margin-bottom: 6px;
	 -webkit-transition: .2s opacity;
	 transition: .2s opacity;
}
 .news-module .post-share a:hover {
	 opacity: .9;
}
 .news-module .post-share a i {
	 width: 20px;
	 text-align: center;
}
 .news-module .post-share a span {
	 padding-left: 10px;
	 border-left: 2px solid rgba(255,255,255,.1);
	 text-transform: uppercase;
	 font-size: 12px;
	 font-weight: 700;
	 margin-left: 10px;
}
 .news-module .post-nav:after {
	 content: "";
	 display: table;
	 clear: both;
}
 .news-module .post-nav .post-title {
	 font-size: 14px;
	 margin: 0;
}
 .news-module .post-nav .post-img {
	 display: block;
	 width: 100px;
	 overflow: hidden;
}
 .news-module .aside-widget {
	 margin-bottom: 30px;
}

 .news-module .aside-widget .post-title a{
	 color:#BA0C31;
}

 .news-module .aside-widget .list-group-item {
     border:0;
 }

 .news-module .social-widget ul {
	 overflow: auto;
}
 .news-module .social-widget ul li {
	 float: left;
	 width: 33.33%;
}
 .news-module .social-widget ul li a {
	 display: block;
	 text-align: center;
	 padding: 30px 15px;
	 color: #fff;
	 -webkit-transition: .2s opacity;
	 transition: .2s opacity;
}
 .news-module .social-widget ul li a:hover {
	 opacity: .9;
}
 .news-module .social-widget ul li a span {
	 font-weight: 700;
	 font-size: 14px;
}
 .news-module .social-widget ul li a i {
	 display: block;
	 font-size: 30px;
}
 .news-module .social-widget .social-facebook{
	 background:#225b99!important 
}
 .news-module .social-widget .social-twitter{
	 background:#1da1f2!important 
}
 .news-module .social-widget .social-pinterest-p{
	 background:#cc2127!important 
}
 .news-module .social-widget .social-instagram{
	 background:#d341b2!important 
}
 .news-module .social-widget .social-linkedin{
	 background:#0077B5!important 
}
 .news-module .social-widget .social-rss{
	 background:#f26522!important 
}
 .news-module .social-widget .social-youtube{
	 background:#CC181E!important 
}
 .news-module .newsletter-widget {
	 position: relative;
	 padding: 0 30px 30px;
	 border-left: 2px dashed #e8eaed;
	 border-right: 2px dashed #e8eaed;
}
 .news-module .aside-widget:last-child .newsletter-widget {
	 border-bottom: 2px dashed #e8eaed;
}
 .news-module .newsletter-widget p {
	 min-height: 68px;
	 max-height: 159px;
	 position: relative;
}
 .news-module .newsletter-widget span {
	 display: block;
	 margin-bottom: 5px;
}
 .news-module .newsletter-widget .input {
	 margin-bottom: 15px;
}
 .news-module .newsletter-widget:after {
	 content: "\f0e0";
	 font-family: "Font Awesome 5 Free";
	 position: absolute;
	 bottom: -25px;
	 right: 27px;
	 font-size: 160px;
	 color: #e8eaed;
	 -webkit-transform: rotate(13deg);
	 -ms-transform: rotate(13deg);
	 transform: rotate(13deg);
	 z-index: -1;
	 font-weight:900;
}
 .news-module .category-widget ul li {
	 padding: 5px 0;
	 
}
 .news-module .category-widget ul li a {
	 display: block;
	 color: initial;

}
 .news-module .category-widget ul li a:hover, .news-module .category-widget ul li a:focus {
	 color:#ba0c2f;
}
 .news-module .category-widget ul li a span {
	 float: right;
	 font-size: 14px;
	 color: #686a6d;
	 margin-left: 15px;
}
 .news-module .contact li {
	 position: relative;
	 margin-bottom: 20px;
	 padding-left: 55px;
	 padding-top: 5px;
	 min-height: 40px;
}
 .news-module .contact li i {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 40px;
	 text-align: center;
	 height: 40px;
	 background: #fff;
	 color: #ba0c2f;
	 border: 1px solid #e8eaed;
	 line-height: 40px;
	 border-radius: 50%;
}
 @media only screen and (max-width:767px) {
	 .news-module .page-header h1 {
		 font-size: 32.437px;
	}
}
 
 
/* UNM Styles */
.news-module .banner.post-meta {
    color:#fff;
}
.news-module .post-meta .post-author {
    font-weight: bold;
    font-size: 1.2em;
}
