.node-readmore{
   display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    
}

header, h2{
    font-size: 19px;
}

.panel-default > .panel-heading {
    background-color: #5bc0de;
    border-color: #ddd;
    color: #fff;
    font-size: 25px;
}

#main-menu .navbar-nav > li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

#director-image .col-xs-12 .col-sm-2 img{
    float: left;
    margin-right:5px;
    margin-bottom:5px;
    width: 50%;
 }
/*.img-responsive {
     height: 220px;
     width:250px;
}*/
.region-footer{
    margin-right:60px;
}