﻿html, body, form {
    height: 100%;
    font-size: 19px;
    line-height: 1.9rem;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
}

body {
    display: flex;
    flex-direction: column;
}

form {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

.side-nav {
    background-color: rgba(4, 27, 55, 0.90);
}

.side-nav a {
    sheight: 44px;
    sline-height: 50px;
    color:#000;
}

.side-nav a:hover {
    sheight: 44px;
    sline-height: 50px;
    sssbackground-color:black;
    color:#000 !important;
}

    .side-nav li {
        background-color:transparent;
        padding:0px !important;
    }

nav {
    height: 80px;
}

nav ul {
    margin-top: 10px;
}

nav ul a {
    color: #eee !important;
    padding: 0px 9px;
    font-size:16px;
}

    nav ul a:hover {
        color: #0077aa !important;
        sborder-bottom:solid 1px #00aaff;
    }

.navbar-fixed {
    height: 80px !important;
}

.brand-logo {
    margin-top:21px;
    font-size: 20px;
    line-height:20px;
}

.brand-name {
    background-color:aqua;
    font-size: 20px;
    line-height:20px;
}

h1 {
    font-size: 50px;
    line-height: 3.0rem;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 28px;
    line-height: 2.2rem;
}

h3 {
    font-size: 26px;
    line-height: 2.5rem;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
    color:#bbb;
}

h6 {
    font-size: 20px;
}

.footer-copyright {
    color: #888 !important;
    font-size: .6em;
}


/*
.dropdown-content li > a, .dropdown-content li > span {
    padding: 20px !important;
}



main {
    flex: 1 0 auto;
    min-height: 200px;
}

.page-footer {
    margin-top: 0px !important;
    font-size:13px;
    line-height:20px;
}

    .page-footer a {
        color: #fff;
    }

        .page-footer a:hover {
            text-decoration: underline;
        }

.bulleted li {
    list-style-type: square !important;
    text-indent: 20px !important;
    list-style-position: inside;
}


#call-us a {
    color: #000;
}

ul.disc li {
    list-style-type: disc !important;
    padding-left: 10px;
    list-style-position: inside;
    margin-bottom: 10px;
}

.collapsible {
    border: none;
    border-bottom: 1px solid #ddd;
}

.collapsible-header {
    border: none;
    border-top: 1px solid #ddd;
}

    .collapsible-header.active {
        color: #0083ad;
    }

.collapsible-body {
    border: none;
    margin: 15px;
    margin-left: 60px;
}

    .collapsible-body ul li {
        list-style-type: circle !important;
        padding-left: 10px;
        list-style-position: inside;
        margin-bottom: 10px;
    }

.rfs-services-heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #004d40;
    line-height: 1.2rem;
    min-height: 30px;
}

.rfs-services-subheading {
    font-size: 12px;
    color: #000;
    line-height: 1.2rem;
}

.rfs-services-div {
    min-height: 300px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    snav, snav s.nav-wrapper si, snav a.button-collapse, snav sa.button-collapse si {
        ssheight: 90px;
        ssline-height: 40px;
    }

    nav, .navbar-fixed {
        ssheight: 50px;
    }
}

.more-dd {
    display: none;
}

.more-item {
    display: block;
}

@media only screen and (min-width: 900px) and (max-width: 1400px) {
    .more-dd {
        display: block;
    }

    .more-item {
        display: none;
    }
}
*/