.well-card {

    min-height: 17px;
    padding: 14px;
    margin: 5px 5px 5px 5px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        text-align: center;
}


.well > hr {
    border-top: 1px solid #bbb;
}

/* temp Styles tabsort */

.tags-container span {
    display: inline-block;
    border: 2px solid #CCC;
    color: #AAA;
    font-size: 12px;
    line-height: 10px;
    padding: 5px 9px;
    margin: 5px;
    cursor: pointer;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Styles for table headings -- NP 2016.11.16 
th { background-color: #eee; }
*/

/* Styles for FAQ bootstrap tabs */

.faq-tab {
    border: 2px solid #f8f8f8;
    border-radius: 4px;
    background-color: #fafafa;
    padding: 1em;
}

.funding-tab {
    border: 2px solid #f8f8f8;
    border-radius: 4px;
    padding: 1em;
}
/* Styles for iFrame Podcast */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-circular {
    height: 90px;
    width:70px;
    -webkit-border-radius: 50%;
}


/* For /funding/index chevrons */



.row-process-flow {
  min-width: 300px;
  overflow-x: auto;
  /* no gutter */
  margin-left: 0;
  margin-right: 0;
}

.row-process-flow [class^=col-] {
  vertical-align: middle;
  text-align: center;
  background: rgb(204, 0, 0);
  padding: 5px 0px 10px 15px;
  overflow: hidden;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  /* no gutter */
  padding-left: 0;
  padding-right: 0;
}

.row-process-flow [class^=col-]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 45px solid rgba(0, 0, 0, 0);
  border-left-color: #ffffff;
}

.row-process-flow [class^=col-]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45px;
  border: 45px solid rgba(0, 0, 0, 0);
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.row-process-flow a {
  color: #fff;
  text-shadow: 1px 1px 0 #555;
  position: relative;
  margin: -100px;
  width: 120px;
  padding: 15px;
  font-family: Sanchez, serif;
}

.row-process-flow-rtcol {
  min-width: inherit;
  overflow-x: auto;
  /* no gutter */
  margin-left: 0;
  margin-right: 0;
}

.row-process-flow-rtcol [class^=col-] {
  vertical-align: middle;
  text-align: center;
  background: #ededed;
  padding: 5px 0px 10px 15px;
  overflow: hidden;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  /* no gutter */
  padding-left: 0;
  padding-right: 0;
}

.row-process-flow-rtcol [class^=col-]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 22px solid rgba(0, 0, 0, 0);
  border-left-color: #ffffff;
}

.row-process-flow-rtcol [class^=col-]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  border: 22px solid rgba(0, 0, 0, 0);
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.row-process-flow-rtcol a {
  color: #cc0000;
  position: relative;
  margin: -100px;
  width: 95%;
  padding: 15px;
  font-family: Sanchez, serif;
  font-size:0.8em;
  font-weight:bold;
}

@media (max-width: 900px) and (min-width: 767px) {
  .row-process-flow a {
    left: 4%;
  }
}

@media screen and (max-width: 490px) {
  .row-process-flow [class^=col-] {
    background: rgba(204, 0, 0, .2);
  }
  .row-process-flow a {
    color: #000000;
    font-weight: semi-bold   ;
  }
}

*/Styles for Manual Announcements on Funding landing page/*
.manual-announcements li {
  display: block;
  list-style-type: none;
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #eee; 
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

/*right column chevrons*/

.chevron:before {
     top: 0;
  bottom: 0;
  left: 0;
}
.chevron:after {
     top: 0;
  bottom: 0;
  right: -45px;
}
.img-circle {
    width: 70px;
    height: 70px;
    border-radius:50%;
}

 /* News Feed for NIU in the News Items BW 1-26-18 */
.rss-box ul {
    padding: 0;
    list-style-type: none;
}

.rss-box li {
    padding: 10px 10px 10px 0px;
    border-bottom: 1px dotted #ccc;
}

.rss-box li a {
    font-weight:600;
}

/* Styles for Agency Updates widgets */

div.rssincl-box-681070, div.rssincl-box-681993, div.rssincl-box-681074, div.rssincl-box-681084 {
    color: #222222;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 14px !important;
    overflow: hidden;
}
div.rssincl-content {
    color: #222222;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 14px !important;
    overflow: hidden;
   }
div.rssincl-entry {
    padding:5px;
}
p.rssincl-itemtitle > a {
    color: #444444;
    font-size: 12px !important;
    line-height: 14px !important;
    overflow: hidden;
    font-weight:bold;
}
p.rssincl-itemtitle > a:hover {
    color: #cc0000;
}
p.rssincl-itemdate {
    color: #000000;
    font-family: arial;
    font-size: 12px !important;
    line-height: 14px !important;
    overflow: hidden;
    font-weight:normal;
    margin-left: 10px;
}
p.rssincl-itemdesc {
    background-color: #000000
    font-family: arial;
    overflow: hidden;
    width: 100% !important;
    margin-left: 10px;
    font-weight: normal;
}
div.rssincl-clear {
    	clear:both; /* important when using "float" for item elements */
	}

/* RSS Feed */
#divresearch-rss-feed .rss-item {
    display: block;
    width: 100%;
}
#divresearch-rss-feed .rss-featured-image {
    display: none;
}
#divresearch-rss-feed .rss-item {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 5px 0;
}


/* Style for new update */
 .update_new {
	 background: #c8102e;
	 color: #FFF;
	 font-size: 1rem;
	 line-height: 1rem;
	 padding: 3px 5px;
	 border-radius: 5px;
	 display: inline-block;
	 vertical-align: top;
	 text-transform: uppercase;
	 margin: 0 0 0 5px;
}

div.alert.alert-primary > a{
	color:#444450!important;
}