.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 30px 22px;
    border: 0px solid #186193;
    border-radius: 0px;
    background: #004785;
    font: normal normal normal 12px arial;
    color: #ffffff!important;
    text-decoration: none;
    text-transform: uppercase;
    height: 80px;
    margin: 5px;
    width: 100%;
    font-size: 90%;
    font-weight: bold;
}

.col-md-2{padding-right:5px;padding-left:5px}
.button a{
    color: #ffffff!important;
}
.button:hover {
    border: 0px solid #1e79b8;
    background: #2fbcff;
    color: #ffffff!important;
    text-decoration: none;
    text-transform: uppercase
}
.button:active {
    background: #186193;
       text-transform: uppercase
}
.button:focus {
    text-transform: uppercase
}

.caption-div{
    border-radius:5px;
   /* background: #efefef;
    padding:5px;
    text-align:center;*/
    background: #efefef;
    border:1px #efefef dotted;
    margin-top:20px;
}

.carouselBox img{
    text-align:center;
    margin:auto auto;
    padding:20px;
}

.carouselBox .caption {
    text-align:center;
    padding-left:5px;
    padding-right:5px;
}


hr{
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

#leftCol h2, #rightCol h2, #sidebar h2 {
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: 500;
    color: #004785 !important;
    margin-top: 0px;
    font-size: 29px;
}

.outreach .fa-ul li {margin-bottom:30px!important;}

a.btnx {
    padding: 20px;
    background: #004785;
    color: #fff!important;
    margin-top: 30px;
}