#nav
    {
    display: none;
    }
#tagline
    {
    display: none;
    }
#mnav-bars
    {
    display: block;
    position: fixed;
    z-index: 99;
    top: 10px;
    right: 10px;
    font-size: 3.0rem;
    border: 2px solid rgba(251, 176, 64, 1.0);
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    }
#mnav-options
    {
    box-sizing: border-box;
    display: none;
    position: fixed;
    z-index: 99;
    top: 30px;
    left: 10px;
    width: 87%;
    width: calc(100% - 20px);
    text-align: left;
    font: 900 3.0rem 'Alegreya Sans', sans-serif;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    border: 2px solid rgba(251, 176, 64, 1.0);
    margin-top: 20px;
    color: rgba(13, 17, 49, 1.0);
    list-style: none;
    }
#mnav-options a
    {
    color: rgba(13, 17, 49, 1.0);
    }
#mnav-options a:hover
    {
    color: rgba(13, 17, 49, 0.7);
    }
.content-box
    {
    padding: 10px;
    margin-bottom: 30px;
    }
a.teaser-box
    {
    float: none;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px 10px 10px 10px;
    border: 2px solid rgba(251, 176, 64, 1.0);
    font: 1.8rem 'Alegreya Sans', sans-serif;
    margin: 0 auto 30px auto;
    width: 100%;
    max-height: 400px;
    color: rgba(13, 17, 49, 1.0);
    text-decoration: none;
    overflow: hidden;
    }
a.teaser-box h2
    {
    font-weight: 900;
    font-size: 4.0rem;
    margin: 0;
    border: 0;
    background-color: rgba(251, 176, 64, 1.0);
    padding: 0 25px 0 25px;
    text-align: center;
    }
.teaser-box:last-child
    {
    margin-right: auto;
    }
.teaser-box-2
    {
    float: none;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px 10px 10px 10px;
    border: 2px solid rgba(251, 176, 64, 1.0);
    font: 1.8rem 'Alegreya Sans', sans-serif;
    margin: 0 auto 30px auto;
    width: 100%;
    max-height: 400px;
    color: rgba(13, 17, 49, 1.0);
    text-decoration: none;
    overflow: hidden;
    }
.teaser-box-2 h2
    {
    font-weight: 900;
    font-size: 3.6rem;
    margin: 0;
    border: 0;
    background-color: rgba(251, 176, 64, 1.0);
    padding: 0 25px 0 25px;
    text-align: center;
    }
h1
    {
    font-size: 4.0rem;
    }
h2
    {
    font-size: 3.6rem;
    }
#contactbar
    {
    display: none;
    }
#masthead
    {
    margin-top: 0;
    }
#logo
    {
    max-width: 60%;
    }
a.teaser-box
    {
    margin-bottom: 30px;
    }
.rounded300
    {
    box-sizing: border-box;
    max-width: 100%;
    }
.left, .right
    {
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
.listtree2 > li
    {
    font: 1.2rem 'Alegreya Sans', sans-serif;
    }
.f_row
    {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 20px;
    }
.f_label
    {
    min-width: 300px;
    width: 100%;
    margin-right: 0;
    text-align: left;
    }
.f_field
    {
    min-width: 300px;
    width: 100%;
    }
.f_field input, .f_field textarea
    {
    width: 100%;
    }
#mail_container
    {
    width: 100%;
    margin: 0 auto 50px auto;
    }