html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
    {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
    {
    display: block;
    }
html
    {
    background: rgba(127, 141, 152, 1.0) url('../images/building-2592x1981.jpg') top center no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    font-size: 62.5%;
    }
body
    {
    font-size: 1.8rem;
    font-family: 'Alegreya Sans', sans-serif;
    line-height: 2.4rem;
    color: rgba(13, 17, 49, 1.0);
    }
.cf:after
    {
    content: "";
    display: table;
    clear: both;
    }
a
    {
    text-decoration: none;
    color: rgba(51, 102, 153, 1.0);
    }
img
    {
    display: block;
    max-width: 100%;
    }
p
    {
    color: rgba(13, 17, 49, 1.0);
    font: 400 2.4rem/3.0rem 'Alegreya Sans', sans-serif;
    margin-bottom: 18px;
    xtext-indent: 30px;
    }
h1, h2, h3, h4, h5, h6
    {
    font-family: 'Alegreya Sans', sans-serif;
    }
h1
    {
    font-weight: 900;
    font-size: 4.8rem;
    }
h2
    {
    font-weight: 900;
    font-size: 3.6rem;
    /*border-bottom: 2px solid rgba(251, 176, 64, 1.0);*/
    }
h3
    {
    font-weight: 900;
    font-size: 2.4rem;
    }
h4
    {
    font-weight: 900;
    }
#cont0
    {
    xmin-height: 2000px;
    min-height: 1vh;
    }
#contactbar
    {
    box-sizing: border-box;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 5px 20px 5px 20px;
    text-align: right;
    font: 400 1.8rem 'Alegreya Sans', sans-serif;
    color: rgba(13, 17, 49, 1.0);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    }
#contactbar_content
    {
    margin-right: 10px;
    }
#contactbar span
    {
    white-space: nowrap;
    margin-right: 10px;
    }
#masthead
    {
    margin-top: 30px;
    }
#logo
    {
    display: block;
    float: left;
    margin: 20px 0 0 20px;
    width: 20%;
    min-width: 250px;
    }
#tagline
    {
    display: block;
    float: right;
    margin-right: 25px;
    margin-top: 50px;
    font: 500 3.0rem 'Alegreya Sans', sans-serif;
    color: rgba(13, 17, 49, 1.0);
    }
#nav
    {
    display: block;
    box-sizing: border-box;
    margin: 20px auto 0px auto;
    padding: 5px 40px 5px 40px;
    border-radius: 10px 10px 10px 10px;
    background-color: rgba(251, 176, 64, 1.0);
    width: 95%;
    width: calc(100% - 40px);
    color: rgba(13, 17, 49, 1.0);
    }
#nav>ul
    {
    list-style: none;
    text-align: center;
    }
#nav>ul>li
    {
    display: inline;
    margin: 0 2.0vw 0 0;
    font: 900 2.4rem 'Alegreya Sans', sans-serif;
    white-space: nowrap;
    }
#nav>ul>li i.fa
    {
    color: rgba(13, 17, 49, 0.5);
    }
#nav>ul>li:last-child
    {
    margin-right: 0;
    }
#nav>ul>li>a
    {
    color: rgba(13, 17, 49, 1.0);
    text-decoration: none;
    }
#nav>ul>li>a:hover
    {
    color: rgba(13, 17, 49, 0.7);
    }
#nav .fa
    {
    padding-right: 4px;
    }
#mnav-bars
    {
    display: none;
    }
#mnav-options
    {
    display: none;
    }
#mnav-options>li i.fa
    {
    color: rgba(13, 17, 49, 0.5);
    }
#content
    {
    margin: 50px auto 50px auto;
    width: 90%;
    width: calc(100% - 40px);
    max-width: 1250px;
    }
.content-box
    {
    display: block;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid rgba(251, 176, 64, 1.0);
    font: 1.8rem 'Alegreya Sans', sans-serif;
    margin-bottom: 50px;
    }
a.teaser-box
    {
    float: left;
    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-bottom: 50px;
    width: 30%;
    margin-right: 5%;
    color: rgba(13, 17, 49, 1.0);
    text-decoration: none;
    overflow: hidden;
    }
a.teaser-box h2
    {
    font-weight: 900;
    font-size: 3.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: 0;
    }
.teaser-box-2
    {
    float: left;
    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-bottom: 50px;
    width: 30%;
    margin-right: 3%;
    color: rgba(13, 17, 49, 1.0);
    text-decoration: none;
    overflow: hidden;
    }
.teaser-box-2 h2
    {
    font-weight: 900;
    font-size: 2.8rem;
    margin: 0;
    border: 0;
    background-color: rgba(251, 176, 64, 1.0);
    padding: 0 25px 0 25px;
    text-align: center;
    }
.circ300
    {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    border: 2px solid rgba(251, 176, 64, 1.0);
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);*/
    }
.rounded300
    {
    width: 300px;
    margin-top: 16px;
    border-radius: 10px;
    border: 2px solid rgba(251, 176, 64, 1.0);
    }
.rounded_all
    {
    margin-top: 16px;
    border-radius: 10px;
    border: 2px solid rgba(251, 176, 64, 1.0);
    }
.left
    {
    float: left;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    }
.right
    {
    float: right;
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    }
#contactbar .fa
    {
    padding-right: 8px;
    color: rgba(0, 0, 0, 0.6);
    }
#contactbar .fa-facebook-official
    {
    color: #385490;
    }
#contactbar .fa-google-plus-square
    {
    color: rgba(218, 73, 56, 1.0);
    }
.listtree, .listtree2
    {
    list-style-type: circle;
    }
.listtree > li
    {
    font: 1.8rem 'Alegreya Sans', sans-serif;
    }
.listtree2 > li
    {
    font: 1.8rem 'Alegreya Sans', sans-serif;
    }
.listbranch1 > li
    {
    font: 1.4rem 'Alegreya Sans', sans-serif;
    margin-left: 25px;
    }
.contactpageinfo
    {
    font: 2.4rem/150% 'Alegreya Sans', sans-serif;
    }
.contactpageinfo .fa
    {
    padding-right: 8px;
    }
.contactpageinfo .fa-facebook-official
    {
    color: rgba(56, 84, 144, 1.0);
    }
.contactpageinfo .fa-google-plus-square
    {
    color: rgba(218, 73, 56, 1.0);
    }
.service_info
    {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 10px 10px 30px;
    margin: 0 2px 2px 2px;
    border-radius: 6px; width: calc(100% - 4px);
    box-sizing: border-box;
    }
.footer i
    {
    padding-right: 6px;
    }
input, textarea, select
    {
    border: 2px solid #F3B041;
    border-radius: 5px 5px 5px 5px;
    font-size: 18px;
    color: #0D1131;
    padding: 5px;
    margin-bottom: 3px;
    }
input[type="submit"]
    {
    border: 3px solid #0D1131;
    border-radius: 10px 10px 10px 10px;
    background-color: #F3B041;
    color: #0D1131;
    margin-top: 12px;
    cursor: pointer;
    font: 900 24px 'Alegreya Sans', sans-serif;
    }
.f_row
    {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 20px;
    }
.f_label
    {
    min-width: 350px;
    width: 40%;
    margin-right: 20px;
    text-align: right;
    }
.f_field
    {
    min-width: 350px;
    width: 50%;
    }
.f_required
    {
    color: #C00;
    font-weight: 900;
    }
#mail_container
    {
    margin-bottom: 50px;
    }
.contact_message
    {
    color: #0D1131;
    font: 900 24px 'Alegreya Sans', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    }
.contact_error
    {
    color: #C00;
    font: 900 24px 'Alegreya Sans', sans-serif;
    text-align: center;
    }