html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.header1 {
    position: absolute;
    top: -5px;
    margin-left: 15px;
    color: #545454;
    font-family: 'Century Gothic';
    font-weight: normal;
    font-size: 25pt;
}

.header2 {
    position: absolute;
    top: 42px;
    margin-left: 15px;
    color: #545454;
    font-family: 'Century Gothic';
    font-weight: normal;
    font-size: 18pt;
}

.logo {
}

.container {
    width: 99.5%;
    font-size: 12pt;
    text-align: center;
    margin-top: 10px;
    margin-left: 0px;
}

.one {
    /*background-color: #008080;*/
    width: 70%;
    color: white;
    float: left;
    font-weight: bold;
}

.two {
    float: right;
    color: white;
    margin-top: 12px;
    text-align: center;
    margin-right: 30px;
}
.left-cont {
    float: left;
    width: 92%;
    background-color: #003366;
}

.right-cont {
    float: right;
    background-color: dodgerblue;
    color: #f9f9f9;
    font-family: 'Century Gothic';
    font-size: 10.5pt;
    width: 8%;
    height: 28px;
    padding-top: 7px;
    text-align: center;
}

.m-cont {
  width: 100%;

    color:white;
}
.navbar {
    overflow: hidden;
    background-color: #003366;
    font-family: 'Century Gothic';
       height:35px;
}

    /* Links inside the navbar */
    .navbar a {
        float: left;
        font-size: 10.5pt;
        color: white;
        text-align: center;
        padding: 8px 12px;
        text-decoration: none;
                    margin:0px;
    }

        .navbar a.active {
            background-color: dodgerblue;
            color: white;

        }

        .navbar a.Last {
            background-color: dodgerblue;
            color: white;
            float: right;
           height:30px;

        }
        .navbar a:hover {
            background-color: dodgerblue;
            margin:0px;
        }
/* The dropdown container */
.dropdown {
    float: left;
    overflow: hidden;
}

    /* Dropdown button */
    .dropdown .dropbtn {
        font-size: 10.5pt;
        border: none;
        outline: none;
        color: white;
        padding: 6px 12px;
        background-color: inherit;
        font-family: inherit; /* Important for vertical align on mobile phones */
        margin: 0; /* Important for vertical align on mobile phones */
    }

    /* Add a red background color to navbar links on hover */
.navbar .dropdown:hover .dropbtn {
    background-color: dodgerblue;
    /* 
         margin: 0;
             overflow: hidden;*/
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;

    width: 200px;
    
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: white;
        padding:5px;
        text-decoration: none;
        display: block;
        text-align: left;
        margin-left: 0px;
        width: 200px;
    }

        /* Add a grey background color to dropdown links on hover */
        .dropdown-content a:hover {
            background-color: dodgerblue;
            color: white;
            width: 190px;
            margin-left: 0px;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    background-color: #003366;
    margin-left: 6px;
    color: white;
    width: 200px;
}


/*.topnav {
    overflow: hidden;
    background-color: #003366;
}

    .topnav a {
        float: left;
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: dodgerblue;
            color: white;
        }

        .topnav a.active {
            background-color: dodgerblue;
            color: white;
        }



    .topnav input[type=text] {
        padding: 6px;
        margin-top: 8px;
        font-size: 17px;
        border: none;
    }

    .topnav .search-container button {
        float: right;
        padding: 6px 10px;
        margin-top: 8px;
        margin-right: 16px;
        background: #003366;
        font-size: 17px;
        border: none;
        cursor: pointer;
    }

        .topnav .search-container button:hover {
            background: #ccc;
        }

    .topnav > a:last-child {
        float: right;
        border-bottom-left-radius: 3px;
        /*text-align: center;*/
.M_LabelCss {
    font-family: Century Gothic;
    font-size: 10.5pt;
    color: #008080;

    position: relative;
    pointer-events: none;
   
  
vertical-align:middle;

}