﻿body {
    font-family: Verdana !important;
    background: #f0fff0 !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
header#mainHeader {
    padding: 4px 30px 0;
    width: 100%;
    z-index: 100;
    background-color: #859d68;
}
.footer-end {
    width: 100%;
    background: #859d68;
    padding: 1% 5%;
    text-align: center;
    font-size: 14px;
    /*position: fixed;
    bottom: 0;*/
    font-weight: bold;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.coverage-section {
    padding: 0.7% 1% 0;
}
.card {
    min-height: 108px;
    /*border: 1px solid green !important;*/
    border-radius: 10px !important;
    margin-bottom: 5px;
    background: #98b77494 !important;
}
.card-body{
    align-content:center;
}
.card-body a, .card-body a:hover{
    color: black;
}
.card-subtitle a{
    font-weight:bold;
}
.Login-section {
    padding:0.5% 1% 0.5%;
    /*min-height:200px;
max-height:419px;*/
}
.Login-section a span {
    text-decoration:none;
    color:black
}
.useful-link-section {
    background: #859d68;
    padding: 0.75% 1% 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 30%;
    padding-top: 20px;
    height: 100%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:7px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
ul {
    /*list-style-type: circle;*/
    list-style: none; 
    padding-left: 20px; 
}

.listdecor li::before {
    content: '▶ ';
    font-size: 12px;
    margin-right: 5px;
}
.listdecor li a{
    color:black;
    text-decoration:none;
}
.logina img {
    width: 80px;
    align-self: anchor-center;
}
.logina {
    width: 200px;
    margin: 3px auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.logina:hover{
    text-decoration: none;
}
.langbutton {
    background: #C0FFC0;
    border-color: White;
    cursor: pointer;
    font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
    font-size: 11px;
    color: Black;
    padding: 10px;
    border-radius: 10px;
}
.footerimg {
    padding: 0 10px;
}
#copyright1 ul li a {
    text-decoration: none;
}
.ason-section {
    text-align: right;
    padding: 0 34px;
}
.ason {
    font-size: 11px;
    font-weight: bold;
}
.hmtxt {
    text-align: center;
    padding: 0 86px;
}
.hmtxt h6 {
    line-height: 24px;
}
.Accessibility-section {
    padding: 10px 0;
}
.webinfo-section, .sms-section {
    padding: 10px 0;
    text-align: center;
}
.webinfo-section h4, .sms-section h4 {
    color: #CC3399;
}
.Accessibility-section h3 {
    border-bottom: 1px solid #333;
    padding: 0px 0 10px;
    border-width: medium;
    width: 85%;
    color: #CC3399;
    margin: 0 auto;
    text-align: center;
}
.Accessibility-section p {
    padding: 10px 0;
}
.Accessibility-section ul{
    list-style:circle;
}
.Accessibility-section ul li {
    line-height: 30px;
}
.logout-section {
    padding: 10px 0;
    text-align: center;
}



@media screen and (max-width: 767px) {
    #Image1, #Image2 {
        margin: 0 auto;
        display: block;
        float: none;
    }

}