﻿/* .news-clear {
  clear: both;
}
.news-button,
.news-button-display,
.news-button-reset {
  float: left;
  display: block;
  text-decoration: none;
  width: 130px !important;
  height: 32px;
  margin: 5px 10px 5px 0;
  padding: 5px 10px 5px 10px;
  background: #42b8dd;
  border-radius: 3px;
  border: none;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #193c63;
  cursor: pointer;
  font-size: 14px;
}
.news-button:hover {
  background-color: #378de5;
  color: White;
  text-decoration: none;
}
.news-button:active {
  position: relative;
  top: 1px;
  text-decoration: none;
}
.news-filter-container {
  display: block;
  background-color: #eeeeee !important;
  border: 1px solid #cccccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px #dddddd;
  box-shadow: inset 0 1px 1px #dddddd;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 15px 25px 15px 25px;
  margin-top: 30px;
}
.news-filter-toggle {
  float: right;
  text-transform: capitalize !important;
}
.news-list-rowOdd {
  margin: 6px;
  padding: 8px;
  clear: both;
  display: block;
}
.news-list-rowEven {
  margin: 6px;
  background-color: #f2f2f2;
  clear: both;
  padding: 8px;
  display: block;
}
.news-thumbnail-rowOdd {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-thumbnail-rowEven {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-thumbnail-article {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-search-label {
  vertical-align: top;
  margin: 5px;
  display: inline-block;
  width: 125px;
  white-space: nowrap;
}
.news-search-button {
  margin: 10px, 0, 0, 0;
  padding-top: 10px;
}
.news-page-container {
  padding-top: 10px;
}
.news-form-control {
  display: block;
  padding: 6px 5px 6px 5px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.news-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: 0 1 1 rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 1 1 rgba(102, 175, 233, 0.6);
  box-shadow: 0 1 1 rgba(102, 175, 233, 0.6);
}
.news-date img {
  padding: 5px;
  display: inline;
}
select.news-form-control {
  display: block;
  height: 140px;
  padding: 4px 5px 4px 5px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.news-form-control option {
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.news-details-back {
  display: table;
  float: right;
  clear: both;
}
.news-list-container {
  clear: both;
  padding: 15px;
}
.news-list-empty {
  padding: 20px;
}
.news-searchFilterContainer-visible {
  display: block;
}
.news-searchFilterContainer-hidden {
  display: none;
}
.news-subscribe-link,
.news-mostrecentnews-link {
  background-image: url(../images/rss.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  padding-left: 19px;
  text-decoration: none;
  color: #440099;
}
.news-subscribe-link {
  float: right;
}
.news-back-link {
  float: right;
  text-decoration: underline;
  color: #440099;
  font-size: 16px;
  padding: 15px;
}
.news-error-message {
  margin-bottom: 15px;
  color: #770000;
}
.news-rssHeader-text {
  font-size: 14px;
}
.news-rssForm-Control {
  width: 250px;
}
.news-rssShiny-image {
  float: right;
}
.news-button {
  margin-top: 2px;
}
.news-article-count {
  float: right;
}
a.news-button {
  margin-bottom: 2px;
  line-height: 32px;
  display: block;
  text-align: center;
}
.pagination {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.page {
  display: inline-block;
  padding: 0px 9px;
  margin-right: 4px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: #e9e9e9;
  font-size: .875em;
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px #ffffff;
}
.page:hover,
.page.gradient:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #efefef E), color-stop(1, #f0f0f0));
  background: -webkit-linear-gradient(top, #efefef E 5%, #f0f0f0 100%);
  background: -moz-linear-gradient(top, #efefef E 5%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #efefef E 5%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #efefef E 5%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #efefef E 5%, #f0f0f0 100%);
}
.page.active {
  border: none;
  background: #616161;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  color: #f0f0f0;
}
.page.gradient {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
  background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}
@media only screen and (max-width: 780px) {
  .news-form-control {
    width: 100% !important;
    float: left;
  }
  .news-rssShiny-image {
    display: none;
  }
} */
/* NEWSROOM MAIN PAGE*/

/* Grid and List VIews */

.NewsReleaseList.Active, .NewsReleaseGrid.Active {
  display: block;
}

.NewsReleaseList.notActive, .NewsReleaseGrid.notActive {
  display: none;
}
.webVideo .vl_floatright.vl_views
{
  display:none;
}




/* General */
a:hover{
  text-decoration: none;
}
.fillBtn:hover {
  opacity: 0.8;
  color:#fff;
}

.newsRoomContainer{
  width: 90%;
  margin: 0px auto;
}
.categoriesList ul li {
  display: block !important;
}
.imgContainer input{
  position: relative;
}
.imgContainer input{
  background-color: #9f1d52;
}
.newsRoomList a,.categoriesList a,.issueList a{
  color: #9f1d52;
}
.slideArt a:hover{
  text-decoration: none;
}
.dvVideoBlogList.notActive , .dvVideoBlogGrid.notActive,.dvVideoBlogGridD.notActive,.dvVideoBlogListD.notActive
{
    display:none;
}
.dvVideoBlogList.Active , .dvVideoBlogGrid.Active , .dvVideoBlogGridD.Active,.dvVideoBlogListD.Active
{
    display:block;
}

.magazine img{
  height: 100%;
}
.viewCardGroup h4 a{
  color: #333 !important;
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  cursor: pointer;
  font-size: 22px;
}
.viewCardGroup h4 a:hover{
  color: #333;
  text-decoration: none;
  color: #9f1d52;
  
}
.NewsReleaseList.Active{
  margin-bottom: 15px;
}

.NewsReleaseList.Active .content{
  width: 100%;
}
.NewsReleaseList.Active .cardFooter{
  width: 100%;
}
.cardFooter .shareIconSection{
  padding-left: 0px !important;
}
.cardFooter .widget-sharethis a,.cardFooter .widget-sharethis a:hover{
  color: #9f1d52;
  text-decoration: none;
}
.cardFooter .row .col-lg-8{
  line-height: 32px;
}
.viewCardGroup .cardFooter p {
  font-size: 14px;
  color: #999;
}
.viewCardGroup  .cardFooter span {
  font-size: 14px;
  color: #9f1d52;
}
.dvVideoBlogList{
  margin-bottom: 15px;
}
.dvVideoBlogList .card{
  width:325px;
}
.dvVideoBlogListD .card{
  width:325px;
}
.webVideoFooter{
  background-color: #eeeee9;
  bottom: 0px;
  position: static;
  width: 100%;
  left: 15px;
  padding: 5px 0 5px 0;
  margin-left: 0px;
  margin-right: 0px;
}
.webVideoFooter div{
  padding: 0px;
}
#dvMoreNewsFilters{
    position: absolute;
    z-index: 100;
    background-color: #fff;
    top: 100%;
    padding: 20px;
    left: 0px;
    box-shadow: 0px 4px 10px 0px rgba(4,26,55,.2);
    width:100%;
}
#dvMoreNewsFilters1{
    position: absolute;
    z-index: 100;
    background-color: #fff;
    top: 100%;
    padding: 20px;
    left: 0px;
    box-shadow: 0px 4px 10px 0px rgba(4,26,55,.2);
    width:100%;
}
.searchControl span.imgContainer input{
  background-color: #9f1d52;
}
.searchControl span.imgContainer img{
  width: 18px;
  position: absolute;
  top: 12px;
  right: 6px;
}
.pageDetail .title a{
  color:#212529;
}
.pageDetail .title a:hover{
  color: #9f1d52;
}
.heartBanner select{

  background-color: #fff !important
}
.heartBanner .listOfYears li a{
     font-size: 12px;
    letter-spacing: 1.2px;
    padding-right: 8px;
    color: #424242;
}
.heartBanner .listOfYears li a:hover{
  color: #9f1d52;
}
.heartMainSection .card .content li a{
    color: #999999;
}
.heartMainSection .card .content li a:hover{
  color: #9f1d52;
}
.heartMainSection .card .content li span img{
  width:22px;
}
.newsArchiveContainer{
  background-color: #ffffff;
}
.newsRoomDetails .imgContainer img {
  width: 100% !important;
}
.newsArchiveSection{
  padding: 40px 15px;
  width: 90%;
  margin: 0px auto;
  background-color: #ffffff;
  padding-left: 0px;
}
.newsArchiveSection .newsroomBlogs{
  margin-top: 0px;
}
.newsArchiveSection .newsroomBlogs .container-fluid{
  padding-left: 0px;
}
.newsArchiveSection .news-clear{
  width: 100%;
}
.a2a_default_style a{
  float: none !important;
  display: inline-block;
}
.socialMediaList .shareText{
  padding-right: 50px;
  margin-bottom: 5px;
}
.news-search-label{
  display: block;
  color: #880e3a;
}
.news-search-category select{
  background:url('');
  width:100%;
  background-color: #ffffff !important;
  padding-right: 0px !important;
}
.news-search-keyword input,.news-date input{
  margin-bottom: 15px;
  padding: 4px 6px;
  width: 100%;
  border: 1px solid #ababab;
}
.news-filter-container{
  background-color: #eeeeee;
  padding: 20px;
  margin-bottom: 20px;
}
a.news-subscribe-link,.news-filter-toggle a{
  text-align: right!important;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
}
#lnkRSS span i{
  font-size: 32px;
}
.news-search-button input{
    background-color: #9f1d52;
    color: #fff;
    border: 1px solid #9f1d52;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-right: 10px;
    cursor: pointer;
}
.news-search-button input:hover{
  opacity: 0.8;
}
.news-subscribe-link span{
  display: inline-block;
}
.news-subscribe-link .Subtext{
  display: inline-block;
  margin-left: 5px;
  vertical-align: text-top;
}
.news-list-container .news-list-rowOdd{
  background-color: #ffffff;
}
.news-list-container .news-list-rowEven{
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news-list-container .news-list-rowOdd,.news-list-container .news-list-rowEven{
  margin-top:10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.newsLIstRow .imgSection{
  text-align: center;
}
.newsLIstRow .imgSection img{
  max-height: 150px;
}
a.news-list-title{
  color:#9f1d52;
}
a.news-list-title:hover{
  color:#9f1d52;
  text-decoration: none;
}
.news-list-date{
  font-size: 12px;
  color: #888585;
}
.heartCard{
  justify-content: space-between;
  height: 100%;
}
.heartCard .imgContainer{
  height: 170px;
}
.rssContainer{
  background-color: #fff;
}
.rssSection{
  padding-top: 30px;
  width: 90%;
  margin: 0px auto;
}
.mostRecent a{
  color: #888585;
}
.backSection  a{
  background-color: #9f1d52;
  color: #fff !important;
  border: 1px solid #9f1d52;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 10px;
  cursor: pointer;
}
.backSection  a:hover{
  opacity: 0.8;
}
.rssSearchText input{
  margin-bottom: 15px;
    padding: 4px 6px;
    width: 100%;
}
/* .rssCustomizeSection{
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0px;
} */
.rssCustomizeSection{
  width:100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 0px;
}
.rssSelect select{
  width:100%;
}
.rssCreate input,.rssCreate input:hover{
  background-color: #9f1d52;
  color: #fff;
  border: 1px solid #9f1d52;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 10px;
  cursor: pointer;
}
.rssCreate a,.rssCreate a:hover{
  color:#9f1d52;
  text-decoration: none;
}
.searchControlImg
{
    cursor:pointer;
}
.shareIconSectionInHeart{
  display: inline-block;
}
.shareIconSectionInHeart > div{
  line-height: 1.5px !important;
}
.rssPageImage{
  display: inline-block;
}
.rssPageImage i{
  font-size: 8rem;
    color: #8a8a8a;
}
.searchNews .moreFilter {
  color: #9f1d52;
  margin-top: 12px;
  padding-left: 8px;
}
.searchNews input{
  padding: 4px 36px 4px 12px;
}
.searchNews .searchControl{
  margin-right: 12px;
}
.newsroomBlogs .optionBtnGroup li{
  margin-bottom: 8px;
}
.newsroomBlogs .optionBtnGroup li .unfillBtn{
  min-width: 135px;
  width: 135px;
}
.newsroomBlogsTiles .card img{
  height: 250px; 
  width:100%;
}
.rssSelect select{
  padding-right: 0px !important;
}
#ctl00_ContentPlaceHolder2_ucCategorySelector1_lstCategories,#ctl00_ContentPlaceHolder2_ucCategorySelector_lstCategories{background:#fff !important}
.news-article-count{display:none}
span.authorName{
  font-size:18px;
  display: block;
  padding-bottom: 3px;
  margin-bottom: 10px;

}
.news-search-category select{
  border: 1px solid #ababab;
}

.NewsReleaseList .imgContainer{
    position:relative;
    width:33%;
}
.NewsReleaseList .parentCard{
    width:67%;
    padding:0px 15px 15px 15px;
}
.NewsReleaseList.Active .card{
    width:100%;
  padding: 0px !important;
  flex-direction:row;
}
.parentCard .content{
    width:100%;
}
.NewsReleaseList .parentCard .cardFooter .shareIconSection{
    margin-left:auto;
}
.dvVideoBlogList .card{
    width:100%;
    flex-direction:row;
}
.dvVideoBlogList .videoSec{
    width:33%;
}
.dvVideoBlogList .videoParent{
    padding:0px 15px 15px 15px;
     width:77%;
}
.news-filter-date {
    background: url('../Images/icon-datepicker.png') no-repeat right center;
    background-size: 25px 20px;
    background-color: #fff;
}
.news-searchFilterContainer-hidden{
  display: flex;
  flex-wrap: wrap;
  
}
#PageTitle{
  display: none;
}
.colorRed
{
    color:#9f1d52 !important;
}
.SeasonName
{
    text-transform:capitalize;
}
ul.content li
{
    display:inline-block !important;
}
.news-searchFilterContainer-visible{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
/* MEDIA QUERIES */
@media (max-width: 992px){
  /* .viewCardGroup .card .content {
    height: 100% !important;
    min-height: 1px !important;
} */
}
@media (max-width: 768px){
  .newsRoomContainer{
    width: 100%;
  }
}

