@charset "UTF-8";
/* CSS Document */

div.MainSection {
    height: 99vh;
}
#Home .NavArrow {
    bottom: 1em;
}


#NavBar.Mini {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 100%;
    line-height: 40px;
    overflow: visible;
}
    #NavBar.Mini.Open {
        box-shadow: 0px 5px 20px;
    }
    #NavBar.Mini span {
        width: 100%;
        margin: 0;
    }
        #NavBar.Mini .NavBarLink {
            height: 40px;
        }
        #NavBar.Mini .NavArrow {
            display: none;
        }
        #NavBar.Mini .NavBarTab {
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: black;
            padding: 0 0.65em;
        }
#Footer {
    position: absolute;
    padding: 4px;
}
    #Footer span {
        margin: 0;
    }
        #Footer span.Fax {
            display: none;
        }
div.MainSection {
    padding: 42px 5px 32px 10px;
}
    .SectionContainer {
        padding: 0 0 35px 0;
    }
        .SectionNav {
        }
                .SectionNav img.Left,
                .SectionNav img.Up,
                .SectionNav img.Down,
                .SectionNav img.Right {
                    position: absolute;
                    cursor: pointer;
                }
                    .SectionNav img.Left {
                        left: 50%;
                        top: 5px;
                        height: 24px;
                        width: auto;
                        margin-left: -100px
                    }
                    .SectionNav img.Up {
                        display: none;
                        width: 24px;
                        height: auto;
                        margin-left: -12px;
                    }
                    .SectionNav img.Down{
                        display: none;
                        width: 24px;
                        height: auto;
                        margin-left: -12px;
                    }
                    .SectionNav img.Right {
                        left: 50%;
                        top: 5px;
                        height: 24px;
                        width: auto;
                        margin-left: 76px
                    }
                    .SectionNav .SubSectionPips {
                        top: 12px;
                    }
                        .SubSectionPips .SubSectionPip {
                            
                        }
    section:last-of-type .SectionNav {
        margin-bottom: 64px;
    }

/* MISCELLANY */

.SectionTitle {
    font-size: 120%;
    margin-top: 0;
}
.SectionSubtitle {
    font-size: 110%;
    margin: 0;
}
p {
    margin-top: 0em;
    margin-bottom: 0em;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}