
/*  Generated by www.menucool.com/drop-down-menu  */


/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
    margin-top: 56px;

}

#ddmenu ul
{ 
    margin:0 auto; 
    padding:0;
    text-align:center; /* Alignment of each top-level menu items within the UL */
    width:100%;
    font-size:0;
    background:#333;
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990; 
    max-width:1190px;
    /*background:rgba(0,153,255,0.3); */
    background:rgba(0,153,255,0.3);
    border:1px solid rgba(255,255,255,0.2);
    border-radius:10px;
}

#ddmenu li
{
    margin:0;
    padding:0;
    font-size:14px;
    display:inline-block;
    *display:inline;
    zoom:1; /*for IE6-7*/
    position:relative;
    color:#eee;
    line-height:20px; /*This determines the height of the menu*/
    transition:background-color 0.2s;
    outline:none;
    -moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#ddmenu .full-width {
    position: static;
}

#ddmenu .over
{
    color:#FFF;
    background-color:#205081;
}

#ddmenu .over.no-sub {

}

#ddmenu .top-heading
{
    font-weight:bold;
    /*    white-space:nowrap; */
    max-width:90px;
    margin:0 16px;
    color:inherit;
    text-decoration:none;
    display:inline-block; 
    outline:0;
    cursor:pointer;

}

/* links of top-heading */
#ddmenu a, #ddmenu a:link, #ddmenu a:hover
{
    color:inherit;
}
#ddmenu a:hover
{
    text-decoration:underline;
}

#ddmenu a:focus
{
    outline:1px dotted #09F;
}

/* caret(arrow icon) */
#ddmenu .caret
{  
    color:inherit;
    left:-12px;
    width: 0;
    height: 0;
    overflow:hidden;/*for IE6*/
    vertical-align:middle;
    margin-bottom:2px;
    border-top: 4px solid;/*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
}  

/* sub-menu layout
----------------------------*/

#ddmenu .dropdown
{
    width:auto;    
    left:0px;    
    color:#000;   
    padding:0;margin:0;display:none;position:absolute;
    top:100%;
    border:1px solid rgba(255,255,255,0.35);
    border-top:none;
    border-radius:2px;
    background-color:rgba(0,0,0,0.1);
    background-color:#ccc \9;/*fallback for old IE*/
}

#ddmenu .full-width .dropdown {
    width:100%;
    padding:0;
    margin:0;
    margin-left:-1px; /*Set to 0 if UL has no border*/
}

#ddmenu .offset300 {
    left:-300px;right:auto;
}
#ddmenu .offset150 {
    left:-150px;right:auto;
}
#ddmenu .offset400 {
    left:-400px;right:auto;
}
#ddmenu .offset450 {
    left:-450px;right:auto;
}

#ddmenu .right-aligned {
    left:auto;
    right:0px;
}

#ddmenu .over .dropdown
{
    display:block;
}

#ddmenu .dd-inner {
    text-align:center;
    padding:20px;
    margin:16px;
    background-color:#FFF;
    white-space:nowrap;
    font-size:11px;
    line-height:1.35;
}

/* links in sub menu
----------------------------*/

#ddmenu .dropdown a
{ 
    display:table-row;
    *display:block;
    color:#000;
    line-height:15px;
    text-decoration:none;
    padding:0;
}

#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus
{
    text-decoration:underline;
    color:#09F;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu .column
{
    text-align:left;
    vertical-align:top;/*or middle*/
    display:inline-block;
    *display:inline;*zoom:1;
    white-space:normal;
    width:130px;
    padding:0 15px;
    border-right:1px solid #999;
}

#ddmenu div.dd-inner div:last-child
{
    border-right:none;
}

#ddmenu .column h3 {
    font-weight: 600;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 15px;
}
#ddmenu .column h4 {
    font-weight: 600;

    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 12px;
}
#ddmenu div.column h3 {text-transform:uppercase;}
#ddmenu div.column260 {width:240px;
                       position: relative;
                       left: 20px;}
#ddmenu div.column340 {width:340px;}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {display:none;}

div.content {
    border:none;
    padding: 10px 100px 10px 100px;
   
    color: #000080;
     width: auto; 
    max-width: 1400px;
    text-align:center;
    
}
table{font-size: 14px; 
font-family: Verdana, Garamond, Helvetica, Arial; 
background-color: #f8f8ff;
border:none;
    max-width: 1000px;
}
/*styles for responsive menu*/
@media only screen and (min-width: 481px) and (max-width: 1000px) {
    #ddmenu li div.column.mayHide {
        display: none;
    }
    #ddmenu ul {
        width: 100%;

        border-radius: 0;
    }
    #ddmenu li {
        position:relative;
        width:33.33%;
        box-sizing:border-box;
        text-align: left;
        border-top:1px solid rgba(255,255,255,0.3);
        border-right:1px solid rgba(255,255,255,0.3);
    }
    #ddmenu li.full-width {
        position: relative;
    }
    #ddmenu div.dropdown {
        width: auto;
        left: 0px;
        text-align: left;
    }
    #ddmenu li.full-width div.dropdown {
        width: auto;
    }
    #ddmenu div.dropdown.right-aligned, #ddmenu div.dropdown.mayRight {
        left: auto;
        right: 0px;
    }
    #ddmenu li div.column {
        width: auto;
        border: none;
    }
}
/* Footer stuff */
button.btn {
    visibility:hidden;
}
.footer-distributed{
    background-color: #f8f8ff; 
    border-radius: 20px;
    /* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); */
    box-sizing: border-box;
    width: 80%;
    font: bold 16px sans-serif;
    text-align: left;
    height:80px;
    padding: 5px 50px; 
    margin-top: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    margin-right: 5%;
    margin-left: 5%;
}
footer{
    position: relative;
    bottom: 5px;
}

/* Footer left */

.footer-distributed .footer-left{
    float: left;
}

.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 0 0 20px;
    padding: 0;
}

.footer-distributed .footer-links a{
    font-size:12px;
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    /*    color:  #8f9296; */
    color:  #ffffff;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}


/* Footer right */

.footer-distributed .footer-right{
    float: right;
}

/* The search form */

.footer-distributed form{
    position: relative;
}

.footer-distributed form input{
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
    background-color:  #9EA4AB;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;

    font: inherit;
    font-size: 12px;
    font-weight: normal;
    color:  #000000;

    width: 300px;
    padding: 10px 20px 18px 18px;
}

.footer-distributed form input:focus{
    outline: none;
}

/* Changing the placeholder color */

.footer-distributed form input::-webkit-input-placeholder {
    color:  #5c666b;
}

.footer-distributed form input::-moz-placeholder {
    opacity: 1;
    color:  #5c666b;
}

.footer-distributed form input:-ms-input-placeholder{
    color:  #5c666b;
}

/* The magnify glass icon */

.footer-distributed form i{
    width: 18px;
    height: 10px;
    position: absolute;
    top: 16px;
    right: 18px;
visibility: visible !important;
    color: #d1d2d2;
    font-size: 18px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1000px) {

    .footer-distributed form input{
        width: 300px;
    }

}

@media (max-width: 800px) {

    .footer-distributed{
        padding: 30px;
        text-align: center;
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-company-name{
        margin-top: 10px;
        font-size: 12px;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-right{
        float: none;
        max-width: 300px;
        margin: 0 auto;
    }

    .footer-distributed .footer-left{
        margin-bottom: 20px;
    }

    .footer-distributed form input{
        width: 100%;
    }

}
/*
*{
    outline: 1px solid red;
}
*/
