/*page body section*/

.page-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-demarcation {
    width: 88%;
    border-width: 3px;
}


/*our response section*/

.servicecolumnone {
    border-left: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.servicecolumnone img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px auto;;
}

/*response end*/

/*news section*/
#news-container {
    padding: 0;
    margin-top: 10px;
    position: relative;
}

#news-container li {
    margin-bottom: 20px;
    padding-left: 58px;
    text-align: left;
}

.news-title {
    font-weight: bold;
    color: #767171;;
}
.news-details {
    color: #767171 !important;
}

.news-img {
    width: 50px;
    position: absolute;
    left: 0;
}

.news-img img{
    width: 100%;
    height: 48px;
}

.news-header {
    margin: 0 5px 0 0;
}
/*news section end*/

/*footer section*/
.bottomlinks {
    font-size: .6em;
}

#copyright-year {
    color: #ffffff;
}

.footer-info h4 {
    font-weight: bold;
    font-size: 1em;
    padding-top: 22px;
    color: #666666;
}

#footer-links li a {
    color: #c0c0c0;
}

#footer-links li a:hover {
    color: #999999;
}


/*updates section*/
.sub-section-header {
    font-weight: 100;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 11px;
}

.news-title a {
    font-size: .75em;
    font-weight: bold;
}

.news-info {
    color: #cccccc;
    font-size: .9em;
}

.footer-about-info {
    color: #999999;
    margin-bottom: 22px;
    text-align: justify;
}

#footer-links {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
}

#footer-links li {
    display: inline-block;
}

/*about page*/


/*team section*/
.team-info {
    text-align: left;
}
.team-info h3
{
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}

.team-info h3 a {
    text-transform: capitalize;
    font-weight: bold;
}

.team-info h4 {
    text-transform: lowercase;
}

section p {
    text-align: justify;
}
section h2 {
    margin-bottom: 44px;
}
.team .row h4{
    font-size: 14px;
    text-align:center;
    margin: 0px 0px 10px 0px !important;
}
.section .team h1
{
    text-align: center;
}

.team-row {
    margin-top: 22px;
    margin-bottom: 22px;
}

.ebola-alert {
    font-weight: bold;
    color: #003399;
    font-size: 1.2em;
}

/*about page*/
.about-content {
    text-align: justify;
    float: none;
    padding-bottom: 100px;
}

.about-content h1 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #FFF;
    padding-bottom: 20px;
}

.about-content-inn {
    padding-top: 80px; 
    background: #003399; 
    color: #FFF !important;
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-top: 80px;         
}

.about-content-inn span {
    font-size: 1.2em; 
}

.img-caption {
    margin: 22px auto;
    font-size: .9em;
}

#call-info p {
    font-size: 1.2em;
}

.tab-content {
    
}

#about-tab-list {
    border-bottom: none;
    text-align: center;
}

#about-tab-list li {
    float: none;
}

#about-tab-list li a {
    border: none;
    border-radius: 0;
    background: #cccccc;
}

#about-tab-list li a:hover {
    background: #999999;
    color: #ffffff;
}

#about-tab-list li.active a{
    background: #003399;
    color: #ffffff;
}

.outbreak {
    padding-top: 30px;
    display: table;
    padding-bottom: 30px;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.outbreak-txt {
    color: #333;
    text-align: left;
}

#site_preloader {
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;    
}

.chart_box {
    position:relative;
    width:270px;
    height:400px;
}

.preload {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -42px 0 0 -12px;
  background: #003399;
  transform: rotate(45deg);
  animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}

@keyframes spin {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}

@-moz-keyframes spin {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}

@-webkit-keyframes spin {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}

.logo {
    margin: 0px 10px;
}