@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic);

/*************************
*******Typography******
**************************/

body {
    background: none;
    background-color: #ffffff;
    padding: 0em;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    text-align: left;
    background-color: #505050;
}

#PageWrapper {
    overflow: hidden;
-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}
#home {
}
#PageContent { 
    max-width: 1170px;
    margin: 0 auto;   
               -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 400px;
    margin-top: 2em;
}



select, textarea, input[type="text"] {
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

textarea, input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}


/* MGM boobstrap overrides */
.container {
    /*width: 960px;*/
    max-width: 100%;
}

    .container.noclear, .container.noclear::before, .container.noclear::after {
        clear: none !important;
    }

.glyphicon {
    font-size: 150%;
    top: 0.25em;
    padding-right: 0.25em;
    color: #D4AF37;
}

.btn {
    margin: 0em 0.25em;
}


hr {
    margin-top: 1em;
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    body {
        padding: 0;
    }
    #PageWrapper { margin: 0;}
}

@media only screen and (max-width: 768px) {
    .navbar-header {
        -webkit-border-radius: 0px 0px 0px 0px;
        -khtml-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    #PageContent { padding: 2em 0em 1em 0em;

    }
    h1 {
        text-align: center;
    }
}


/*************************
*******Header******
**************************/
.navbar-fixed-top {
  /*background: url(images/header-bg.png) top center no-repeat;*/
  background-color: #0B73B5; 
}
.navbar-fixed-top {
    border-bottom: 1px solid #333 !important;
    float: none;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0em 0em;
}
.nav > li > a {
    color: #ffffff;
    text-shadow: 2px 2px 2px #333;
    margin: 0em 0em;
}
.navbar-brand {
	background: url(../images/MWRD_banner.gif) left top no-repeat;
	background: url(../images/MWRD_banner2.png) left top no-repeat;
    background-size: 300px auto;
	min-height: 110px;
    width: 300px;
    margin-left: 2em;
    margin-bottom: 1em;
}
.navbar {
    min-height: 30px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(133,131,133,1);
    -moz-box-shadow: 0px 4px 8px 0px rgba(133,131,133,1);
    box-shadow: 0px 4px 8px 0px rgba(133,131,133,1);
    border-bottom: 0px;
}
.navbar-right-BOTTOM-STYLE {
    background-color: #000;
    margin-left: -30px !important;
    float: none !important;
    margin-right: -30px !important;
    width: auto;
    overflow: hidden;
    background: #404D59;
    background: -moz-linear-gradient(top,#808990 0%,#404D59 50%,#001221 53%,#001221 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#404D59),color-stop(50%,#495c6f),color-stop(53%,#001221),color-stop(100%,#001221));
    background: -webkit-linear-gradient(top,#808990 0%,#404D59 50%,#001221 53%,#001221 100%);
    background: -o-linear-gradient(top,#808990 0%,#404D59 50%,#001221 53%,#001221 100%);
    background: -ms-linear-gradient(top,#808990 0%,#404D59 50%,#001221 53%,#001221 100%);
    background: linear-gradient(to bottom,#808990 0%,#404D59 50%,#001221 53%,#001221 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808990',endColorstr='#001221',GradientType=0);
    padding: 0px 0px 8px;
    height: 36px;
    font-size: 17px;
}


.navbar-toggle .icon-bar {
    width: 16px;
}

.navbar-toggle {
    padding: 8px;
    margin-top: 0.25em;
    margin-right: 1em;
    background-color: #ccc;
}

.navbar-header {
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -khtml-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
    float: none;
     /*padding-left: 1em;*/
   /*margin-left: -15px !important;
    margin-right: -15px !important;*/
    /*margin: 0 auto !important;*/
    /*max-width: 960px;*/
}



.navbar-right ul {
    list-style: none;
    position: relative;
    float: left;
    display: block;
    left: 50%;
}

    .navbar-right ul li {
        position: relative;
        float: left;
        display: block;
        right: 50%;
    }

.navbar-nav > li > a {
    font-size: 100%;
    font-weight: bold;
    padding: 4px 8px 3px;
    text-shadow: 2px 2px 2px #333;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:active  {
    color: #0D3E77;

}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar.navbar-default .navbar-brand {
        height: auto;
        padding: 5px 0px 10px 5px;
    }

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        text-decoration: underline;
    }

#main-nav {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 767px) {


    .navbar-header {
        
    }

    .navbar-right ul {
        list-style: none;
        position: relative;
        float: none;
        display: block;
        left: 0%;
    }

        .navbar-right ul li {
            position: relative;
            float: none;
            display: block;
            right: 0%;
            padding-top: 1em;
        }

    #main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {
        color: #ffffff !important;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
        text-shadow: none !important;
    }

    .navbar-collapse {
        height: auto;
        width: auto;
        margin: 0 auto;
        padding: 0;
        padding-left: 1em;
        background-color: #0D3E77;
        overflow: hidden;
        border-top: 0;
        clear: left;
        margin-top: 3.5em;
    }

        .navbar-collapse li {
        margin-top:0.75em;
        margin-bottom: 0.75em
    }

        .navbar.navbar-default .navbar-brand {
        height: auto;
        padding: 0px 0px 0px 0px;
        	margin-left: 1em !important;

    }

}

@media only screen and (max-width: 400px) {

}



/***********************
********* Footer ******
************************/
#footer {
    padding-top: 0px;
    color: #fff;
    background: #505050;
    margin: 0 auto !important;
    width: auto;
    padding-bottom: 1em;
}
    #footer {
        border-radius: 0 0 0px 0px;
        -moz-border-radius: 0 0 0px 0px;
        -webkit-border-radius: 0 0 0px 0px;
        -khtml-border-radius: 0 0 0px 0px;
    }

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #FFA98E;
        }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }

        #footer ul > li {
            display: inline-block;
            /*border: 1px solid rgba(255, 255, 255, 0.09);*/
            padding: 8px 0;
            width: 31px;
            text-align: center;
        }

          #ApPageFooter .notes span { display: inline-block; border-right: 1px solid #fff; padding: 0em 0.5em;}
          #ApPageFooter .notes span:last-child {  border-right: none; }

  #footer .col-sm-6 { float: none; width: auto; text-align: center;}
@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: none;
    }
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

@media only screen and (max-width: 480px) {
    #ApPageFooter .notes span { display: block; border-right: none;}
}


@media print {

.navbar-brand {
	background: url(../images/MWRD_banner2.png) center top no-repeat !important;
    background-size: 300px auto !important;
	min-height: 110px;
    width: 300px;
    margin-left: 0;
    margin-bottom: 1em;
}
}


