/* 
*  VMA Style 
*/
body {
    background-color: #feeee2;
    color: black;
    font-family: Verdana, Geneva, 'DejaVu Sans', Arial, Helvetica, sans-serif;
}

#vmaBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -10;
    height: 207px;
    background-color: #e9e8e7;
}



.vma-header-row{
    margin: 5px;
    background: white;
    padding: 15px 0px 15px 15px;
    box-shadow: 1px 1px 4px #666;
}

.imgLogo{
    max-width: 250px;
    margin: auto;
    vertical-align: middle;
    margin-top: 60px;
}

.navbar.container{
    max-width: 1133px;
}

.vmaNavbar{
    margin-top: 5px !important;
    margin-bottom: 12px !important;
    background: white;
    box-shadow: 1px 1px 4px #666;
}

#navbar ul li a {
    color: #476d91;
    font-size: 14px !important;
    font-weight: bold;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: #a9ebfe;
}

.not-front .main-container{
   background: white;
    box-shadow: 1px 1px 4px #666;
    max-width: 1133px;
    margin-top: 0px;
    
}

.page-header {
    margin-top: 20px !important;
    color: #282828 !important;
    font-size: 26px !important;
    padding-left: 20px !important;
    font-weight: bold !important;
    font-style: normal !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: #476d91;
    text-decoration: none;
}

.align-right {
    text-align: right;
    float: right;
}

.margin-top-20{
    margin-top: 20px;
}

.vmaPanel{
    margin-bottom: 10px !important;
}


.front  .node-article {
    background: white;
    box-shadow: 1px 1px 4px #666;
    max-width: 1133px;
    
    margin-top: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.front .main-container .submitted {
    margin-bottom: 1em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 10px !important;
    float: left;
}

.front .main-container .node-readmore {
    display: none;
}

.vma-footer {
    padding: 20px;
}

.front .main-container h2{
    font-size: 25px;
    text-align: center;
}

.front .main-container .field-name-field-image {
    text-align: center;
}

.alert-danger {
display:none;
}