  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* temp for c# code rendering on the front end */
.ou-hide{
	display:none;
}

/* copyright symbol on footer */
#de{
	color:white!important;
}

/* hero video preview in wysiwyg */
.ou-justedit-region table[class^="ou-"] img:not(.mce-object-iframe) {
	min-height: 100px;
	min-width: 100px;
}


.ou-restricted{
	color:lightblue;
}

.breadcrumb li a{
	text-decoration:none;
} 


/* A-Z Index */
ul.horizontal-list {
	padding-top: 20px;
}
ul.horizontal-list li {
	display: inline;
	padding: 10px;
	list-style-type: none;
	margin-left: 0.5rem;
}
ul.horizontal-list li a{
	/* 	color: #4F2984!important; */
}
ul.horizontal-list li:before {
	background-image: none;
}
ul.horizontal-list ~ ul li{
	margin-left: 3.5rem;
}
/* END A-Z Index */

/* ///////////////////////////////// */
/* START News Post Pages CSS */
/* ///////////////////////////////// */

@media (max-width: 480px){
	.ou-image-right {
		float: none!important;
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
}

.ou-image-right {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

.ou-image-left {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.ou-title{
	color:#a32137;
}

.ou-news-item-title a{
	font-size: 25px;
	color:#a32137;

}

.sxulstarticles {
	padding-top:10px;
	padding-bottom: 10px;
}

/* Start Tags of the post pages */

.sxuattagsnm{
	font-weight: normal;
	font-style: italic;
	margin-left: 5px;
}

/* END Tags of the post pages */

/* Start related-posts feature of the post pages */

.sxustcolspmb {
	padding-top:10px;
	padding-bottom:10px;
}
.sxurelpts a {
    font-size: 18px;
    text-decoration: underline;
}

.sxurelpts {
    font-size: 22px;
}
/* END related-posts feature of the post pages */


/* ///////////////////////////////// */
/* END News Post Pages CSS */
/* ///////////////////////////////// */


/* START News Listing Pages CSS */
.sxuatdate {
	margin-bottom: 20px;
}

.sxuatdateatls{
	margin-bottom: 10px
}

.sxuatdatetx{
	font-weight: bold;
}

.sxuatdatedt{
	font-weight: normal;
	margin-left: 5px;
}

.sxupgpnct {
	display: block;
	text-align: center;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.pagination > li {
	display: inline;
}

/* the archive feature */
.sxunwarchives {
	margin-top: 25px;
	background-color: #ebebeb;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.sxunwarchives ul {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-right: 20px;
}

.sxunwarchives ul > li {
	border-bottom: 1px solid #b1b1b1;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 20px;
}

.sxunwarchives ul > li > a {
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
}

.sxunwarchives ul > li > a:hover {
	color: #017d81;
}

.sxunwarchives ul > li > a:focus {
	color: #017d81;
}
/* END News Listing Pages CSS */





/*  .col-md-3 .col-md-4.sxustcolspmb {
    width: 100%;
	float: none;
} */

.pagination > .active > a,  .pagination > .active > a:hover, .pagination > .active > a:focus {
    background-color: #A70A17;
    border-color: #A70A17;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
	
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eeeeee;
}

.col-sm-12.col-lg-9.col-lg-push-3{
	z-index:1;
}

/* .carousel-caption {
	 line-height:0;
} */

/* for the news interior page featured image */
/* .sxuftmimpd {
    padding-top: 25px;
}
.sxupddbt20 {
    padding-bottom: 20px;
}
.sxuglctimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.glimgrsclass {
    max-width: 100%;
    height: auto;
}
 */
#compare-frame .collapse, #compare-frame .collapse.show {
	display: block !important;
}


.white-teal-line img.card-img-top {
      height: 350px;
	object-fit: cover;
      }
@media (max-width: 767px) {
  .white-teal-line img.card-img-top{
	  object-position: center -50px;
  }
}
	