/* logo change */

#zone-menu-wrapper #region-branding {
    width: 30%;
    margin: 13px auto;
}
    #zone-menu-wrapper #zone-menu {
        max-width: 93%;
        width: 100%;
        margin: 0 auto;
    }
    #region-header-second {
        margin: 0;
        width: 17%;
    }

    #zone-menu-wrapper .logo-img {
        width: 77%;
        padding-bottom: 10px;
    }

    .not-front #zone-menu-wrapper.fixed .logo-img {
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 80%;
        transition: all 0.2s ease 0s;
    }
/*** Constituent Stats ***/

ul#const_stats h2.block-title {
    font-size: 22px;
    margin-top: 10px;
    color: #fff;
    line-height: 1.4;
    margin: 5px -175px 0 0;
    width: 95%;
}

ul#const_stats {
    display: flex;
    /* justify-content: space-between; */
    padding: 0;
    margin: 0 auto;
    flex-wrap: wrap;
}
ul#const_stats li {
    /* margin-left: 25px; */
}

.context-military-academy-form .webform-client-form .webform-submit {
    width: 27%;
    background: none repeat scroll 0 0 #2881c5;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    border-radius: 0;
}

.context-military-academy-form .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 0.875em;
    height: 5.0em;
    line-height: 2.0;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.context-military-academy-form .webform-client-form .webform-submit {
    width: 45%;
    background: none repeat scroll 0 0 #2881c5;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    border-radius: 0;
}