﻿.rrc-green {
    color: #215839;
}
.rrc-red {
    color: #ae2f3a;
}
.rrc-gold {
    color: #f6e524;
}
html, body {
    margin: 0px;
    padding: 0px;
    /*font-family: Georgia, 'Times New Roman', serif;*/
    font-family: Georgia;
    font-size: 1rem;
}

body {
    color: #000000;
    background-color: #ffffff;
    /*min-height: 75rem;*/
}

.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-both {
    clear: both;
}
.ul-square {
    list-style: square;
}
.wrapper {
    display: flex;
    flex-flow: row wrap;
    font-weight: bold;
    text-align: center;
}

    .wrapper > * {
        padding: 0px;
        flex: 1 100%;
    }

.header {
    display: flex;
    padding: 0px;
    background: #fff;
    flex-flow: row wrap;
}

.footer {
    display: flex;
    padding: 0px;
    flex-flow: row wrap;
    min-width: 60rem;
}

.rrc-content {
    /*background: url(/images/bg-fireman.png);*/
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 885px;
    /*background-color: #215839;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0px;
    flex-flow: row nowrap;
    justify-content: space-between;
    min-width: 60rem;
    /*min-height: 46.09%;*/
}
.watermark-container {
    order: 1;
    flex: 1 1 50%;
    padding: 1rem;
    justify-content: flex-start;
    /*background-color: rgba(220, 220, 255, 0.4);*/
    padding: 1rem;
}
.watermark-img {
    display: block;
    width: 55%;
    height: auto;
    margin-bottom: 1rem;
}
.home-content-container {
    display: flex;
    flex-flow: row nowrap;
    order: 2;
    flex: 1 1 50%;
    /*background-color: rgba(250, 250, 255, 0.6);*/
    padding: 1rem;
    justify-content: flex-end;
    align-items: flex-start;
}
.home-content-container-col {
    display: flex;
    flex-flow: column nowrap;
}
.content-wide-container {
    display: flex;
    flex: 1 1 100%;
    width: 100%;
    /*background-color: #215839;*/
    background-color: #fff;
    padding: 0px;
    justify-content: center;
    flex-flow: row wrap;
    text-align: center;
}
.rrc-fire-block {
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: darkseagreen;
    border-radius: 1rem;
    /*background-color: #215839; */
}
.rrc-fire-block td {
    font-size: 1.25rem;
    font-family: 'Times New Roman', serif;
    vertical-align: top;
}
.rrc-fire-block-col1 {
    color: #f00;
    font-weight: bold;
    padding-left: 1rem;
}
.rrc-fire-block-col3 {
    padding-right: 1rem;
}
.first-row, .first-row td {
    padding-top: 1rem;
}

.last-row, .last-row td {
    padding-bottom: 1rem;
}
#fire-lg, #fire-lg td {
    font-size: 2rem;
}
.content-wide {
    color: #000;
    font-weight: normal;
    font-size: 1.25rem;
    display: inline-block;
    text-align: left;
    padding-left: 5%;
    padding-top: 1rem;
    padding-right: 5%;
    padding-bottom: 1rem;
    /*width: 80%;*/
    flex: 1 1 330px;
}
.text-decoration-underline {
    text-decoration: underline;
}
.content-wide-title-v2, .content-wide-line-top, .content-wide-line-bottom {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.content-wide-line-top {
    height: 23px;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url(/images/divider-red-inv.png);
}
.img-minw-300px {
    min-width: 300px;
}
.content-wide-line-bottom {
    height: 23px;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url(/images/divider-red.png);
    margin-bottom: 1rem;
}
.content-wide-title-v2 {
    display: block;
    padding-left: 1rem;
    padding-top: 10px;
    padding-right: 1rem;
    padding-bottom: 10px;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
}
.rrc-aside {
    flex: 0 0 330px;
    /*background-color: rgba(9, 44, 24, 0.75);*/
    background-color: #215839;
    width: 20rem;
    padding: 1rem;
    font-size: 1rem;
    font-weight: normal;
    text-align: start;
    color: #fff;
}
.content-wide img {
    margin: 1rem;
}
.content-wide-title {
    display: block;
    padding-left: 1rem;
    padding-top: 23px;
    padding-right: 1rem;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    width: 80%;
    height: 86px;
    margin-left: auto;
    margin-right: auto;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url(/images/title-red.png);
}
.content-wide-title-v1 {
    display: block;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}
.home-content {
    background-color: rgba(250, 250, 250, 0.75);
    /*width: 30rem;*/
    width: auto;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: normal;
    text-align: start;
    border-radius: 0.5rem;
    text-align: right;
}
.home-content-title {
    display: block;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: right;
}
.home-aside {
    background-color: rgba(9, 44, 24, 0.75);
    width: 20rem;
    padding: 1rem;
    font-size: 1rem;
    font-weight: normal;
    text-align: start;
    color: #fff;
}
.aside-title {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    padding-left: 0.5rem;
    padding-top: 2px;
    padding-right: 0.5rem;
    padding-bottom: 2px;
    line-height: normal;
}

.logo-container {
    order: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 320px;
    padding: 1rem;
    justify-content: flex-start;
}
#imgLogo {
    cursor: pointer;
}

.hdr-navigation {
    order: 2;
    flex: 1 1 960px;
    padding-left: 0px;
    justify-content: center;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0px;
}

.integrity-container {
    order: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 427px;
    justify-content: flex-end;
    padding: 1rem;
}
.rrc-hdr-name-container {
    order: 4;
    width: 100%;
    background-image: url(/images/divider-red.png);
    background-position: left top;
    background-repeat: repeat-x;
    margin-top: .25rem;
    justify-content: flex-start;
    text-align: left;
}
.rrc-hdr-name {
    padding-left: 1rem;
    padding-right: 2rem;
    background-color: #fff;
    display: inline-block;
}
.rrc-hdr-name img {
    max-width: 462px;
    width: 100%;
}
.rrc-hdr-contact {
    order: 5;
    flex: 1 1 50%;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
    font-weight: normal;
    font-size: 1rem;
}
.rrc-hdr-contact a {
    color: #215839;
}

    .rrc-hdr-contact a:hover, .rrc-hdr-contact a:active {
        color: #1f5637;
    }

.rrc-hdr-cred {
    order: 6;
    flex: 1 1 50%;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    text-align: right;
    font-weight: bold;
    font-size: 1rem;
}

.hdr-navigation li {
    max-height: 104px;
    width: 10rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hdr-navigation a {
    text-decoration: none;
    display: block;
    padding: 1rem;
    color: #215839;
    font-weight: bold;
    font-size: 1rem;
}

    .hdr-navigation a:hover {
        color: #1f5637;
        text-decoration: underline;
    }
    .hdr-navigation li:hover {
        background-color: #e1f2e8;
        cursor: pointer;
    }

/*Footer Styles*/

.rrc-ftr-name-container {
    order: 1;
    width: 100%;
    background-image: url(/images/divider-red.png);
    background-position: left top;
    background-repeat: repeat-x;
    margin-top: .25rem;
    justify-content: flex-start;
    text-align: left;
}
.breaker {
    display: inline-block;
    white-space: nowrap;
}
.rrc-ftr-name {
    padding-left: 1rem;
    padding-right: 2rem;
    background-color: #fff;
    display: inline-block;
}

    .rrc-ftr-name img {
        max-width: 462px;
        width: 100%;
    }

.rrc-ftr-contact {
    order: 2;
    flex: 0 0 30%;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
    font-weight: normal;
    font-size: 0.75rem;
}
    .rrc-ftr-contact a {
        color: #215839;
    }
        .rrc-ftr-contact a:hover, .rrc-ftr-contact a:active {
            color: #1f5637;
        }
.ftr-navigation {
    display: inline-flex;
    order: 3;
    flex: 1 1 70%;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    color: #215839;
    text-align: center;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: normal;
    align-items: center;
    justify-content: space-between;
}
    .ftr-navigation span {
        align-self: center;
    }
    .ftr-navigation a {
        display: inline-block;
        /*align-self: center;*/
        margin: 0px;
        padding: 0px;
        text-decoration: none;
        color: #215839;
        font-weight: normal;
        font-size: 0.75rem;
    }
        .ftr-navigation a:hover {
            color: #1f5637;
            text-decoration: underline;
        }

.rrc-ftr-copyright {
    order: 4;
    color: #fff;
    background-color: #215839;
    width: 100%;
    font-weight: normal;
    font-size: .75rem;
    padding: .25rem;
}
/*End Footer Styles*/
/*
    Up to 1730px wide show Logi and Integrity next to each other
    Row1: Logo + Integrity885
    Row2: Menu vertical427
*/
@media all and (max-width: 1788px) {
    .logo-container {
        order: 1;
        /*width: 27%;*/
        flex: .27 0 160px;
    }

        .logo-container img {
            display: unset;
            max-width: unset;
            width: unset;
            height: unset;
        }

    .integrity-container {
        order: 2;
        flex: .73 0 427px;
        justify-content: flex-end;
    }

        .integrity-container img {
            display: unset;
            max-width: unset;
            width: unset;
            height: unset;
        }

    .hdr-navigation {
        order: 3;
        width: 100%;
        flex: unset;
        flex-wrap: nowrap;
        background-color: rgba(33, 88, 57, 0.2);
    }

        .hdr-navigation li {
            width: unset;
            flex: 1 1 auto;
        }

        /*Footer Styles*/
        /*End Footer Styles*/
}

/*
    Up to 600px wide show everything in a column
    Row1: Logo + Integrity
    Row2: Menu vertical427
*/
@media all and (max-width: 600px) {
    .logo-container {
        order: 1;
        flex: .27 1 27px;
    }

        .logo-container img {
            display: flex;
            max-width: 10rem;
            width: 100%;
            height: unset;
        }

    .integrity-container {
        position: initial;
        order: 2;
        flex: .73 1 73px;
    }

        .integrity-container img {
            display: flex;
            max-width: 26.69rem;
            width: 100%;
            height: auto;
        }

    .hdr-navigation {
        order: 3;
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 0;
        width: 100%;
        height: unset;
    }


        .hdr-navigation a {
            width: 100%;
            text-align: center;
            padding: 10px;
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .hdr-navigation li:last-of-type a {
            border-bottom: none;
        }

        .hdr-navigation li {
            max-width: unset;
            height: unset;
            width: 100%;
        }
    .rrc-hdr-name-container {
        justify-content: center;
        text-align: center;
    }
    .rrc-hdr-name {
        padding-right: 1rem;
        width: 100%;
    }
    .rrc-hdr-contact, .rrc-hdr-cred {
        text-align: center;
    }
    .rrc-content {
        flex-flow: column nowrap;
        min-width: 360px;
        min-height: 9.22rem;
        padding: 0px;
        background-size: cover;
        min-height: unset;
    }
    .home-content-container {
        flex: unset;
        order: 1;
        width: 100%;
        padding: 0px;
        justify-content: unset;
        align-items: unset;
    }
    .home-content {
        width: 100%;
        /*height: 100%;*/
        margin: 0px;
        border-radius: unset;
        text-align: center;
    }
    .home-content-title {
        text-align: center;
    }
    .home-content-container-col {
        width: 100%;
    }
    .home-aside {
        width: 100%;
        font-size: 1.25rem;
    }
    .rrc-aside {
        flex: 1 1 330px;
        width: 100%;
        font-size: 1.25rem;
    }
    /*
    .rrc-aside {
        flex: 0 0 330px;
        background-color: rgba(9, 44, 24, 0.75);
        width: 20rem;
        padding: 1rem;
        font-size: 1rem;
        font-weight: normal;
        text-align: start;
        color: #fff;
        background-color: blueviolet;
    }
    */
    .watermark-container {
        flex: unset;
        order: 2;
        padding: 0px;
        width: 100%;
        visibility: hidden;
        position:absolute;
    }
        .watermark-img {
            visibility: hidden;
            position: absolute;
        }
/*
    .content-container-wide {
        padding: 0px;
    }*/

    .content-wide {
        width: 100%;
        /*padding: 1rem;*/
    }
        .content-wide img {
            display: block;
            margin: 0px;
            float: none;
            clear: both;
        }
    .content-wide-title-v2, .content-wide-line-top, .content-wide-line-bottom {
        width: 100%;
    }


        /*Footer Styles*/
    .rrc-ftr-name-container {
        justify-content: center;
        text-align: center;
    }

    .rrc-ftr-name {
        padding-right: 1rem;
        width: 100%;
    }
    .rrc-ftr-contact, .rrc-hdr-cred {
        text-align: center;
    }
    .rrc-ftr-contact {
        flex: 1 1 50%;
    }
    .footer {
        min-width: 360px;
    }
    .ftr-navigation {
        display: inline-block;
        flex: 1 1 50%;
    }
        /*End Footer Styles*/
}
