.newsdiv {
    border-bottom: solid 1px gray;
    width: 100%;
    padding: 0px 0px;
    display: inline-block;
}

.textdiv {
    float: left;
    width: 90%;
}

    .textdiv .blinktext {
        font-size: 14px;
        color: red;
    }

.divdate {
    background-color: darkblue;
    color: white;
    padding: 5px 5px;
    float: right;
    font-size: 12px;
    border-radius: 5px;
}

.linktitle {
    display: inline-block;
    padding-left: 5px;
    font-weight: bold;
    font-size: 18px;
    color: darkslategray;
    text-shadow: 0px 0px 0.5px darkslategrey;
    text-decoration: none;
}

.linktext {
    display: block;
    padding-top: 10px;
    font-size: .85em;
    color: darkslategray;
}

.blinktext {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.ms-slide a, .ms-slide a:link {
    color: white;
    text-decoration: underline;
    background: #000;
    padding: 10px;
    opacity: .7;
    font-size: 24px;
}

.center {
    text-align: center;
}

.break {
    word-break: break-all;
    width: 10%;
}

.divFlash {
    margin: 1% 5% 1% 5%;
    width: 90%;
    z-index: 9999999;
    background-color: #f0f0f0;
    border: solid 5px maroon;
    border-radius: 10px;
    font-size: 2em;
    text-align: center;
    cursor: pointer;
    padding: 1%;
    line-height: 1.1em;
}

    .divFlash h3 {
        padding: 0px 0px 10px 0px;
        margin: 0px;
        color: red;
        text-decoration: underline;
    }

    .divFlash > div {
        display: block;
        text-align: justify;
    }

    .divFlash span {
        font-size: 1.4em;
        font-weight: bold;
    }

    .divFlash ul li {
        text-align: left;
    }

#navbar-collapse-1 .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
}

ul.fancyul {
    padding-left: 40px;
}

    ul.fancyul li {
        font-size: 1em;
        color: green;
        list-style-type: decimal;
        padding-bottom: 5px;
    }

        ul.fancyul li a, ul.fancyul li a:link {
            font-size: 1em;
            color: blue;
            text-decoration: underline;
        }

.headingpg h2 {
    background-color: darkgreen;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 22pt;
}

.centermiddle {
    position: absolute !important; /*it can be fixed too*/
    width: 20%;
    left: 40%;
    top: 50%;
    margin: 0 auto;
    z-index: 9999;
}
/***********************Custom Styles for Tenders Page************************/
.tenderspage .headerclass {
    background-color: teal;
    color: white;
    font-size: 1.3em;
    border: solid 1px white !important;
    padding: 20px !important;
}

    .tenderspage .headerclass th {
        padding: 10px !important;
        text-align: center;
    }

.tenderspage .table-bordered td {
    padding: 5px;
    border: solid 1px teal !important;
    color: black;
    text-align: center;
}

.tenderspage .table-bordered tr:nth-child(2n+2) {
    background-color: whitesmoke;
}

.tenderspage .table-bordered td.disabled {
    color: GrayText;
}

    .tenderspage .table-bordered td.disabled a {
        color: lightblue;
    }

.features_sec42.two .tenderspage .box ul.ulitems {
    display: block;
    margin-top: 10px;
    margin-left: 20px;
}

.tenderspage ul.ulitems li {
    list-style-type: decimal;
    display: list-item;
    width: 100%;
}

.tendernotice {
    padding-left: 10px;
    font-size: 1em;
}
/***********************Custom Styles for Tenders Page************************/
/***********************Override mainslider background color************************/
.ms-view {
    background: #fff !important;
    background-color: #fff !important;
}
/***********************Override mainslider background color************************/

.vcmessage {
    background-color: #e4e3e3;
    padding: 60px 0px 10px 0px;
}

    .vcmessage .vcmessagetitle {
        font-weight: bold;
        text-align: center;
        color: #002163;
        margin-bottom: 0;
        font-size: 2.5em;
        line-height: 40px;
        font-style: normal;
        font-family: 'Roboto', sans-serif;
    }

    .vcmessage .vcname {
        font-size: 14px;
        text-align: center;
        color: #002163;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 14px;
        font-style: normal;
        font-family: 'Roboto', sans-serif;
        display: block;
    }

.vcmessagecontent {
    background-color: #e4e3e3;
    padding: 50px 40px;
}

.vcmessagetext {
}

    .vcmessagetext p {
        font-size: 1.5em;
        font-family: Calibri;
        line-height: 1.5em;
        color: darkblue;
    }


.donation {
    background-color: #f3f1ec;
    padding: 60px 0px 10px 0px;
}

    .donation h1 {
        font-weight: bold;
        text-align: center;
        color: darkred;
        margin-bottom: 0;
        font-size: 2em;
    }

    .donation h6 {
        font-size: 14px;
        text-align: center;
        color: darkred;
        font-weight: bold;
    }

.donationcontent {
    background-color: #f3f1ec;
    padding: 50px 40px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.donationtext {
    padding-top: 20px;
}

.donationtext table td {
    text-align: left; 
}

.donationtext table td:nth-child(3) {
    text-align: right; 
}

.donationtext p {
    font-size: 21pt;
    font-family: Calibri;
    line-height: 1;
    color: darkred;
}

.donationtext .amount {
    font-weight: bold;
    font-size: 21pt;
    color: darkblue;
}

.facilities {
    background-image: url(../images/bg/facilitiesandservices.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0px 180px 0px;
}

.facilities .facilitiessubtitle {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 14px;
    font-style: normal;
    margin-top: 30px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #272727;
}

.affiliated {
    background-image: url(../images/bg/affiliated.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0px 180px 0px;
}

.quicklinks {
    background-image: url(../images/bg/quicklinks.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0px 180px 0px;
}

.centres {
}

.centres .onecentre{ 
}

.centres img {
     
}

.centres .centrename {
    margin-top: 20px;
    display: block;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 18px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #272727;
}

.centres .centredescription {
    margin-bottom: 20px;
    height: 50px;
}

.zoom {
    /*padding: 25px;*/
    transition: transform .3s; /* Animation */
    /*width: 200px;
            height: 200px;*/
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media (max-width: 769px){
     .vcmessage h1 {
        font-size: 1.5em;
    }
     
    .donationtext p {
        font-size: 8pt;
    }

    .donationtext .amount {
        font-weight: bold;
        font-size: 8pt;
    }
    .donationcontent {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.fancylinknews {
	color: navy;
    background-color: whitesmoke;
    font-size: 18px;
    padding: 10px;
    display: inline-block;
}