@charset "utf-8";
/* CSS Document - Custom styles that overwrite the template CSS code*/


.leaderContainer
{
	width: 23%; display: inline-block; margin: 0 auto; text-align: left;
}

@media (max-width: 1280px){
	.leaderContainer
	{
		margin-top: 12px;
		display: block; 
	}
}

.center
{
	text-align: center;
}

.underline
{
	text-decoration: underline;
}


.cleaner {
	clear:both;
	height:2px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	width:auto;
	float:none;
}

table {
	table-layout: auto;
	width: 100%;
}

/* Responsive Table */

.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
}
@media (min-width: 720px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 720px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }

}



.rwd-table {
  background: #f5f5f5;
  color: #000;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 720px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
    	color: #f5f5f5;
    background-color: #046B99;
}
@media (max-width: 720px) {
	.rwd-table th, .rwd-table td:before {
    color: #000000;
    background-color: #f5f5f5;
}
}

ol.breadcrumb {
	text-transform: capitalize;
}


.comm {
	min-height: 250px;
	border-radius: 6px;
}

.darkred{
 color: #c30000;
}


.section-impact, .card-impact {
    background: #222;
    color: #ffffff;
}

.nolist li {list-style-type:none;}

.alert-banner {
  margin-bottom: 0;
  padding: 10px 0;
  border-radius: 0;
  -webkit-column-rule: rgba(255, 255, 255, 0.8);
  -moz-column-rule: rgba(255, 255, 255, 0.8);
  column-rule: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #CD4A37;
  color: #fff;
  width: 100%;
  z-index: 999;
  }
	
.alert-danger:hover {
    color: #fff;
}	
	
.alert-banner .container .alert-button {
      margin-left: 20px;
      background: #fff;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      padding: 3px 10px;
      color: #CD4A37;
      text-decoration: none;
      transition: all 0.2s;
      font-size: .9em; }
      .alert-banner .container .alert-button:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        transition: all 0.2s; }
    .alert-banner .container #close {
      width: 10%;
      display: inline-block;
      position: absolute;
      right: 20px;
      top: 0px; }
      .alert-banner .container #close input[type="button"] {
        float: right;
        border: none;
        background: none;
        color: #fff !important;
        font-family: 'Glyphicons Halflings'; }
	.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
	
	.glyphicon-exclamation-sign:before {
  content: "\e101"; }
