.primary_color_theme
{
    background-color:#2F97A2;
}


.header
{
    /* background:#2d819e; */
    background:#2F97A2;
    box-shadow:0 2px 2px rgba(0,0,0,.2);
    color:#f9fafc;
    contain:layout style;
    font-size:1rem;
    line-height:1.5rem;
    position:relative
}
.topnav__control
{
    -webkit-align-items:center;
    align-items:center;
    color:#2F97A2;
    /* background:#2d819e; */
    border:0;
    border-radius:0;
    cursor:pointer;
    display:-webkit-flex;
    display:flex;
    font:inherit;
    height:auto;
    letter-spacing:.03125em;
    margin:0;
    max-width:100%;
    padding:1rem;
    text-decoration:none;
    transition:.1s ease
}
.topnav__control:not(.trigger_hidden).collapsible__trigger:after
{
    border-left:.25rem solid transparent;
    border-right:.25rem solid transparent;
    border-bottom:0;
    /* border-top:.25rem solid; */
    /* content:"";
    margin-left:.5em */
}
.topnav__control:not(.trigger_hidden).collapsible__trigger.collapsible__trigger_toggled:after
{
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg)
}
.topnav__control:focus{outline:0}

.topnav__label
{
    -webkit-flex:1;
    flex:1;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.header__organization{float:left;font-size:2rem;padding:.75rem}
.topnav__icon{height:1.25em;vertical-align:-.3em;width:1.25em}
.topnav_primary,.topnav_secondary
{
    display:-webkit-inline-flex;
    display:inline-flex;
    max-width:100%;
    vertical-align:bottom
}
.topnav_primary
{
    font-weight:600;
    overflow-x:auto
}
.topnav_primary .topnav__control
{
    -webkit-flex-shrink:0;
    flex-shrink:0
}
.topnav_secondary
{
    float:right;
    position:relative
}
.topnav_secondary .menu
{border-radius:0 0 3px 3px;
 box-shadow:0 2px 2px rgba(0,0,0,.2);
 color:#3c4858;
 right:0
}
.topnav__control_locked
{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 412c-15.5 0-28-12.5-28-28v-64c0-15.5 12.5-28 28-28s28 12.5 28 28v64c0 15.5-12.5 28-28 28zm224-172v224c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V240c0-26.5 21.5-48 48-48h32v-48C80 64.5 144.8-.2 224.4 0 304 .2 368 65.8 368 145.4V192h32c26.5 0 48 21.5 48 48zm-320-48h192v-48c0-52.9-43.1-96-96-96s-96 43.1-96 96v48zm272 48H48v224h352V240z' fill='%23f9fafc'/%3E%3C/svg%3E");
    background-position:right 1rem center;
    background-repeat:no-repeat;
    background-size:1em;
    cursor:not-allowed;
    opacity:.5;
    padding-right:2.5rem
}
