html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

img {
    vertical-align: top;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    cursor: pointer;
    font-weight: 400;
    color: inherit;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        text-decoration-color: currentColor;
    }

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid white;
    margin: 2.5% 5%;
    padding: 0px;
    width: 90%;
}

label {
    font-size: 1.0em;
    user-select: none;
}


input[type=text], input[type=tel], input[type=password], select, textarea {
    width: 100%;
    padding: 9px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 7px 5px;
    resize: vertical;
    font-size: 1.0em;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}


input[type=submit] {
    font-size: 1.0em;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 6px;
    resize: vertical;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1.0em;
    outline: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=submit]:hover:enabled {
    background-color: #c18a8a;
    color: white;
    text-decoration:underline;
}

input[type=submit]:active:enabled {
    border-color: white;
    text-decoration: underline;
    text-shadow: 0 0 5px white;
}




button {
    font-size: 1.0em;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 6px;
    resize: vertical;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1.0em;
    outline: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button:hover:enabled {
    background-color: #c18a8a;
    color: white;
}

button:active:enabled {
    border-color: white;
    text-decoration: underline;
    text-shadow: 0 0 5px white;
}

button:disabled {
    color: gray;
    cursor: default;
}


/********************************* END OF RESET ****************************/


:root {
    --thick_text_color: #f53d04;
}

.none {
    display: none;
}


html {
    position: relative;
    min-height: 100vh;
    min-width: 100%;
}

body {
    color: black;
    font-family: sans-serif;
    font-size:14pt;
    background-color: #a7a7a7;
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
}

.logo_img {
}

    .logo_img:hover {
        filter: invert(100%);
    }

.header {
    background-color: white;
    position: relative;
    padding-top: 50px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom: solid 10px black;
}

    .header h1 {
        display: inline-block;
        line-height: 0.9em;
        font-size: 12vh;
    }

    .header h2 {
        display: inline-block;
        font-size: 2vh;
        margin-left: 50px;
        font-style: italic;
        font-weight: 100;
    }

#header_fixed_bar {
    top: 20px;
    left: 0;
    width: 100%;
    margin-top: 15px;
    height: 3vh;
    background-color: black;
    color: white;
    font-size: 2vh;
    user-select:none;
}

#header_fixed_bar a {
    position: relative;
    top: 2px;
    padding: 0px 50px;
}





.fire_safety_button:focus + .fire_safety_window {
    display: block;
}

.fire_safety_window:hover {
    display: block;
}


.resources_button:focus + .resources_window {
    display: block;
}

.resources_window:hover {
    display: block;
}


.programs_and_services_button:focus + .programs_and_services_window {
    display: block;
}

.programs_and_services_window:hover {
    display: block;
}

.abous_us_button:focus + .abous_us_window {
    display: block;
}

.abous_us_window:hover {
    display: block;
}



.movie_window {
    width: 70% !important;
    height: 70% !important;
    top: 15% !important;
    left: 15% !important;
    text-align: center;
    display: block !important;
}


.cur_news_link {
    cursor: pointer;
}

.cur_news_link:hover {
    color: white;
    font-size: 1.05em;
    text-decoration: underline;
}

#movie_box {
}


.video_message {
    margin: 2%;
    font-size: 12pt;
    line-height: 1.5em;
    height: 94%;
    margin-right: 6%;
}

.popup_close_button {
    top: 0;
    right: 0;
    margin: 2% 1%;
    position: absolute;
    font-size: 2.5em;
}

.window_message {
    padding: 25px;
    font-size: 16pt;
    line-height: 1.5em;
    height: 60%;
    text-align: left;
}

.inner_window_header {
    padding: 17px 0;
    margin: 0 2%;
    color: white;
    font-variant: small-caps;
    font-size: 1.25em;
    letter-spacing: 0.25em;
}

.popup_window_body {
    display: none;
    width: 65%;
    min-height: 65%;
    min-width: 500px;
    background-color: white;
    color: black;
    top: 177px;
    left: 17.5%;
    position: fixed;
    z-index: 100;
    border: solid 5px black;
    box-shadow: 10px 10px 50px #303030;
}


.fire_safety_window {
}

.resources_window {
}


.programs_and_services_window {
}


.abous_us_window {
}



.menu_div {
    position: absolute;
    right: 20px;
    bottom: 5px;
    text-transform: lowercase;
    font-variant: small-caps;
    font-size: 1.15em;
    font-weight: bold;
}

.menu_div span {
    cursor: pointer;
    margin-right: 15px;
    margin-left: 15px;
}


.fire_safety_button:hover {
    border-top: solid 10px #FF5743;
}

.resources_button:hover {
    border-top: solid 10px #FF7043;
}

.programs_and_services_button:hover {
    border-top: solid 10px #FFA243;
}

.abous_us_button:hover {
    border-top: solid 10px #FFBB43;
}

#page_checkout {
    background-color: white;
    min-height: 100vh;
    background-image: url('images/texture_04.jpg');
    margin: 0 auto;
    overflow: hidden;
    animation: none 0.50s ease-in-out;
    animation-fill-mode: forwards;
    position:absolute;
    width:80%;
    max-width:1280px;
    
}

.checkout_details_div {
    width:50%;
    margin:0 auto;
    display:inline-block;
}

.pagebody {
    background-color: white;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    background-image: url('images/texture_04.jpg');
    position: relative;
    top:0vh;
    animation: all 0.50s ease-in-out;
    animation-fill-mode: forwards;
}


@keyframes slideOff {
    0% {
        left: 0vw;
    }

    100% {
        left: -110vw;
    }
}

@keyframes slideOn {
    0% {
        left: -110vw;
    }

    100% {
        left: 0vw;
    }
}



#fixed_top_cart_banner {
    position: fixed;
    top: 0;
    width: 80%;
    max-width: 1280px;
    background-color: white;
    box-shadow: 0px 5px 10px gray;
    color: gray;
    text-align: right;
    z-index: 10;
    font-size: 0.8em;
    padding: 0 3px 0 3px;
    transform: translateX(-3px);
}

#fixed_top_cart_banner img {
    position: relative;
    vertical-align:middle;
    left: -5px;
    top:-3px;
}

#fixed_top_cart_banner h1 {
    display: inline-block;
    padding: 5px;
}


#fixed_top_cart_banner h2 {
    display: inline-block;
    padding: 5px;
}

.first_section {
    text-align: center;
    padding-top: 15px;
}

.first_section img {
    border-radius: 3px;
    width: 100%;
}

.first_section p {
    text-align: left;
    font-family: serif;
    font-weight: 100;
    line-height: 1.65em;
    margin: 1px auto 1px auto;
}

.first_section h2 {
    text-align:left;
    font-weight:100;
    margin-bottom:15px;
    text-transform:lowercase;
    font-variant:small-caps;
    letter-spacing:0.2em;
    font-style:italic;
}

.first_section p span {
    font-size: 2.0em;
    font-weight: bold;
    font-family: Arial Black;
    font-style: italic;
    letter-spacing: 0.05em;
    margin: 15px auto 15px auto;
}

.first_section p img {
    max-width:72px;
    vertical-align:middle;
}

.first_section h1 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.first_section div {
    display: table-cell;
    vertical-align: top;
    padding: 1.5vw;
    position: relative;
    width:50%;
}

.second_section {
    padding: 0.5vh 1.5vw;
    margin: 25px 1.5vw;
    border-radius: 3px;
    background: white;
    color: black;
    white-space: nowrap;
    overflow: visible;
    box-shadow: 10px 10px 20px grey;
    position:relative;
    z-index:2;
}

.checkout_section {
    padding: 0.5vh 1.5vw;
    margin: 25px 1.5vw;
    border-radius: 3px;
    background: white;
    color: black;
    white-space: nowrap;
    overflow: visible;
    box-shadow: 10px 10px 20px grey;
    position: relative;
    text-align:center;
    
}


.checkout_halfdiv {
    width: 80%;    
    margin: 2.5% auto;
    border-radius:5px;
    padding:15px;
}

.checkout_shipping_info_div {
    
    margin: 2.5% auto;
    border-radius: 5px;
    padding: 15px;
    width: 30%;
    display: inline-block;
    margin-left: 10%;
    vertical-align: top;
}

.shopping_intro img{
    vertical-align:middle;
    margin-left:15px;
}

.shopping_intro h2 {
    text-align: center;
    font-size: 1.5em;
    border-radius: 3px;
    background-color: #5a616b;
    font-weight: bold;
    color: white;
    padding: 20px 0 20px 0;
    margin-top: 50px;
    user-select: none;
    letter-spacing: 0.075em;
}

.product_div {
    width: 90%;
    margin: 50px auto 0 auto;
    position: relative;
    background-color: white;
    padding: 25px 25px 50px 25px;
    border-radius: 3px;
    color: dimgray;
}

.light_gray_bottom_border {
    border-bottom: solid 1px lightgray;
}

.product_div h1 {
    font-size: 5vh;
    font-family: Arial Black;
}

.product_div h2 {
    font-size: 2.25vh;
    font-style: italic;
    font-weight: 100;
    text-transform:capitalize;
}

.product_div h3 {
    font-style: italic;
    font-weight: 100;
    display: inline-block;
    width: 100px;
    text-align: center;
    user-select: none;
}

.product_div p {
    max-width: 65%;
    font-family: serif;
    line-height:1.5em;
}

.product_div p2 {
    display: inline-block;
    margin: 15px auto 15px auto;
    font-weight: 100;
    text-transform: lowercase;
    background-color: black;
    font-variant: small-caps;
    color: white;
    padding: 11px;
    font-size:0.9em;
    border-radius: 30px;
}

.product_div ul {
    margin: 10px auto 25px auto;
    margin-left: 15px;
}

.product_div li {
    font-size:0.75em;
    line-height:2.0em;
    list-style:circle;
}


.product_div div {
    display: inline-table;
    vertical-align: middle;
    white-space: normal;
}

.product_div div img {
    max-width:20vw;
    max-height:30vh;
    margin-top: 25px;
}

.product_div select {
    width: 200px;
}

.checkout_items_ul {
    color: #0e62e0;
    font-style: italic;
    font-size: 0.8em;
    user-select: none;
    list-style-type: none;
    margin: 25px auto !important;
    text-align: left;
    width:50%;
}

.checkout_items_ul button {
    width: auto;
    padding: 3px 5px;
    padding: 3px 5px;
}

.checkout_items_ul span {
    float: right;
}

#checkout_total_div
{
    width:50%;
    text-align:right;
    margin:0 auto;
}


.cart_items_ul {
    color: #0e62e0;
    font-style: italic;
    user-select: none;
    text-align: left;
}

.cart_items_ul li {
    list-style: none !important;
    margin: 25px auto !important;
    font-size:0.9em;
}

.cart_items_ul button {
    width: auto;
    padding: 3px 5px;
    padding: 3px 5px;
}



.gallery_div {
}

.big_gallery_img {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}

.small_gallery_img {
    width: 100%;
    height: 300px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}


.big_gallery_img:hover {
    filter: brightness(110%);
}

.small_gallery_img:hover {
    filter: brightness(110%);
}



.third_section {
    padding: 0.5vh 1.5vw;
    margin: 25px 1.5vw;
    border-radius: 3px;
    background: white;
    color: black;
    white-space: nowrap;
    overflow: visible;
    text-align: right;
    box-shadow: 10px 10px 20px grey;
    z-index: 2;
    position: relative;
}

    .third_section h1 {
        display: inline-block;
    }

    .third_section img {
        position: relative;
        top: 10px;
        left: -7px;
    }


.triplet_section {
    margin: 0 auto;
    display: inline-block !important;
    text-align: center;
}

.triplet {
    position: relative;
    display: inline-block !important;
    font-size: 1.5em;
    text-transform: lowercase;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1.0em !important;
    color: white;
    background-color: #5182ab;
    border-radius: 3px;
}

    .triplet h1 {
        font-size: 1.75em;
    }

.oneHalfSide {
    width: 50%;
    height: 600px;
    position: relative;
}

.leftSide {
    float: left;
}

    .leftSide img {
        background-size: 100% 100%;
        width: 150%;
        height: 100%;
        box-sizing: border-box;
        border-right: solid 5px black;
    }

.rightSide {
    left: 50%;
}

.gallery_div {
    width: 100%;
    text-align: center;
}

.gallery_index_p {
    display: inline-block;
    margin: 3px;
    padding: 7px;
    background-color: black;
    color: white;
}

    .gallery_index_p:hover {
        background-color: #03A9F4;
    }

.thumbnail_page_item {
    display: inline-block;
    padding: 10px;
    width: 125px;
    height: 125px;
    position: relative;
}

    .thumbnail_page_item:hover {
        text-decoration: underline;
        transform: scale(1.05, 1.05);
    }

    .thumbnail_page_item p {
        font-size: 12pt;
        word-break: break-word;
        text-decoration: inherit;
    }

    .thumbnail_page_item img {
        width: 100px;
        max-height: 100px;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }



.fullnail_item {
    display: inline;
    width: 100%;
}


    .fullnail_item img {
        margin: 10px;
        padding: 10px;
        max-width: 75%;
        display: inline-flex;
    }

.thumbnail_item {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    width: 150px;
    height: 125px;
    position: relative;
}

    .thumbnail_item:hover {
        text-decoration: underline;
        transform: scale(1.05, 1.05);
    }

    .thumbnail_item p {
        font-size: 12pt;
        word-break: break-word;
        text-decoration: inherit;
    }

    .thumbnail_item img {
        width: 100px;
        max-height: 100px;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }


.left_aligned_submit_form {
    margin: 0 50px !important;
}


.colored_background {
    z-index: 1;
    position: relative;
    background-color: #dbe6ea;
    width: 150%;
    height: 100vh;
    transform: rotate(15deg) translate(-25vw, -50vh);
    margin-bottom: -95vh;
    user-select:none;
    pointer-events:none;
}

.fourth_section {    
    margin-bottom:100px;    
    z-index: 2;
    position: relative;
    text-align:center;
}

.submit_form {
    width: 50%;
    min-width: 720px;
    margin: 35px auto;
    padding: 35px;    
    background-color: rgba(42, 47, 84, 0.21);
    border-radius: 5px;
    box-shadow: 10px 10px 10px grey;
    color: white;
}

.submit_form h1 {
    
    font-size:4.0em;
}


.submit_form form
{
    margin-top:15px;
}

.submit_form_line {
    
}

.submit_form_line label {
    
    display: inline-block;
    text-align: left;
}

.submit_form_line input {
    width: 100%;
    font-size: 1.15em;
}

.submit_form_line select {
    font-size: 1.15em;
}

.submit_form_line button {
    font-size: 1.0em;
}


.undertwine {
    font-style:italic;
    font-size:0.8em;
    text-align:center;
    padding:5px;
    margin:25px auto;
}

.use_list {
    text-align: left;
    letter-spacing: 0.1em;
    margin-left: 25px;
    font-weight: bold;
}

    .use_list li {
        list-style: none;
        font-size: 1.1em;
        background-color: #5a616b;
        color: white;
        padding: 10px;
        margin: 7px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }




.back_to_homepage_button {
    font-size: 1.25em;
    border: none;
    background-color: black;
    color: white;
    padding: 20px;
    border: solid 2px black;
    cursor: pointer;
}

    .back_to_homepage_button:hover {
        background-color: white;
        color: black;
    }

.bottom_right_arrow {
    font-size: 4.0em;
    position: absolute;
    right: 25px;
    bottom: 25px;
}


.SupportMPFire {
    height: auto;
    position: relative;
    float: right;
    background-image: url('images/texture_01.jpg');
    background-size: cover;
    height: 100%;
    width: 33%;
    color: #e6fdff;
    font-weight: 100;
    text-align: left;
}

.SupportMPFire p {
    text-align: center;
    width: 100%;
}

.SupportMPFire p1 {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
}

.SupportMPFire span {
    font-size: 1.25em;
}

.DiscoverMoosePassHistory {
    background-image: url('images/crew_photo.jpg');
    background-size: cover;
    height: 50%;
    position: absolute;
    color: white;
    text-align: center;
}

.supportSquare {
    width: 50%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.supportSquare:hover {
}

.supportSquare:hover p {
    text-decoration: underline;
}

.supportSquare:hover span {
    text-decoration: underline;
}

.supportSquare:active span {
    color: black;
}

.supportSquare p {
    font-size: 25pt;
    padding: 10px;
    padding-top: 20px;
    display: inline-block;
    font-weight: bold;
}

.supportSquare span {
    margin: 7%;
    padding: 10px;
    display: inline-block;
}


#badge_img {
    width: auto;
    display: inline-block;
    box-shadow: none;
}


.topSquare {
    width: 50%;
    top: 0;
    left: 0;
    cursor: pointer;
    visibility: hidden;
}

.topSquare:hover {
    filter: brightness(100%) saturate(110%);
}

.topSquare:hover p {
    text-decoration: underline;
}

.topSquare:hover p2 {
    text-decoration: underline;
}

.topSquare:hover span {
    text-decoration: underline;
}

.topSquare p {
    font-size: 30pt;
    padding: 10px;
    padding-top: 5%;
    font-weight: bold;
}

.topSquare span {
    font-size: 14pt;
}

.bottomSquare {
    width: 50%;
    height: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0.5, 0.5, 0.5, 0.75);
    color: white;
    text-align: center;
    border-top-left-radius: 5px;
}

.bottomSquare p1 {
    display: block;
    width: 75%;
    padding: 10px 0 0px 0;
    margin: 0 auto;
    color: #f53d04;
    border-bottom: solid 3px;
    font-variant: small-caps;
    text-align: center;
    font-weight: bold;
    font-size: 1.75em;
    white-space: nowrap;
    user-select: none;
}



.bottomSquare p {
    font-size: 1.25em;
    padding: 20px 10px 5px 10px;
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.4em;
}

.bottomSquare span {
    display: block;
    font-weight: 400;
    margin-top: 15px;
    font-variant: small-caps;
    font-size: 0.8em;
}

.seeThePictures_p {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-variant: small-caps;
}

.bottomSpan {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-variant: small-caps;
    font-weight: 400;
    color: white;
}

.rightSquare {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: white;
    color: #4f4f4f;
    text-align: left;
    line-height: 1.5em;
}

.servicesIcon {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 400;
    padding: 10px;
    color: #4f4f4f;
}

.servicesIcon img {
    width: 32px;
    height: 32px;
}

.rightSquare p {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 48px;
    font-weight: bold;
    font-size: 1.25em;
    font-variant: small-caps;
}

.rightSquare span {
    display: block;
    text-align: center;
    font-size: 12pt;
}


.bottomDiver {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.BoldWithArrowButton {
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    color: white;
}

.BoldWithArrowButton:hover {
    filter: brightness(110%) saturate(110%);
    color: white;
}


.holder_div {
    display: inline-block;
    width: 100%;
    position: relative;
}

#certification_header {
    text-align: right;
    font-size: 3.0em;
}

#certifcation_geo_spash {
    background-color: #b8d9f5;
    border-top: solid 10px #73a3cc;
    width: 400vh;
    height: 200vh;
    position: absolute;
    top: -10vh;
    left: -44%;
    z-index: 5;
    transform: rotate(-5deg);
}

#emergency_geo_splash {
    background-color: #ffacac;
    width: 400vh;
    height: 200vh;
    position: absolute;
    top: -13vh;
    left: -44%;
    z-index: 5;
    transform: rotate(-5deg);
}

#contact_geo_splash {
    background-color: #73a3cc;
    width: 400vh;
    height: 125vh;
    position: absolute;
    top: -13vh;
    left: -44%;
    z-index: 5;
    transform: rotate(-5deg);
}

#footer_geo_spash {
    background-color: white;
    width: 400vh;
    height: 50vh;
    position: absolute;
    top: 13vh;
    left: -44%;
    z-index: 5;
    transform: rotate(7deg);
    background-image: url('images/texture_04.jpg');
}

.holiday_annual {
    text-align: center;
    background-color: #d9ffd2;
    width: 75%;
    font-size: 1.25em;
    line-height: 2.0em;
    color: #189a00;
    padding: 15px 100px 15px 15px;
    margin: 80px auto;
    border-radius: 100px;
    position: relative;
    left: -25%;
    text-align: right;
    border: dotted 5px red;
}

.holiday_annual span {
    color: #e22020;
    font-weight: bold;
}

.holiday_annual p {
    padding: 0 !important;
    font-weight: 100 !important;
}

.diamond_background {
    width: 350px;
    height: 350px;
    background-color: blue;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transform: rotate(45deg);
}


.bottom_border_div {
    border-bottom: solid 5px black;
}

#our_community {
    padding-bottom: 100px;
}

.section_div {
    padding-top: 100px;
    width: 85%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.section_div p {
    font-weight: 100;
    margin: 10px;
    padding: 10px;
    font-size: 1.25em;
    line-height: 1.5em;
    display: inline-block;
    position: relative;
    z-index: 10;
}


.section_info_p {
    display: inline-block;
    margin: 0 15px 0 15px;
}

.section_info_p p {
    width: 85%;
    color: black;
    font-weight: 400;
}

.section_info_p p1 {
    font-weight: bold;
    font-size: 3.5em;
    line-height: 1.0em;
    color: var(--thick_text_color);
    letter-spacing: -3px;
    text-shadow: 2px 2px 5px #353535;
}


.section_img {
    max-width: 45%;
    border-radius: 3px;
    box-shadow: 5px 5px 10px gray;
}

.community_block {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background-color: black;
    color: white;
    display: inline-block;
}

.community_links {
    display: inline-block;
    text-align: left;
    width: 50%;
    top: 0;
    left: 0;
    margin-top: 50px;
}

.community_links a:hover {
    text-decoration: none;
}

.community_links span {
    display: block;
    margin-bottom: 5px;
    padding-left: 25px;
    background-color: white;
    color: black;
}

.community_links span:hover {
    background-color: #be2c09;
    color: white;
}

.community_links span:active {
    background-color: #be2c09;
    color: black;
}

.community_links p {
    padding: 30px 10px 30px 10px;
    font-size: 2.0em;
}

#read_our_reviews_link {
    padding: 10px;
    display: inline-block;
    background-color: orange;
    font-variant: small-caps;
    font-size: 0.8em;
}

#read_our_reviews_link a {
    color: white;
}

.recommended_header {
    width: 100%;
    color: var(--thick_text_color);
    font-weight: bold;
    font-size: 2.0em;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

.recommended_header_white_text {
    color: white;
    text-shadow: 2px 2px 5px #353535;
}

.recommended_item {
    display: inline-grid;
    vertical-align: top;
    text-align: center;
    min-width: 23%;
    max-width: 250px;
}




.recommended_item p {
    padding: 10px;
    max-width: 220px;
    text-align: center;
    margin: 0 auto;
    min-height: 45px;
    overflow: hidden;
    font-size: 12pt;
    cursor: pointer;
}

.recommended_item img {
    height: 250px;
    min-height: 250px;
    max-width: 250px;
    margin: 0 auto;
}

.recommended_item:hover {
    filter: brightness(110%) saturate(110%);
    text-decoration: underline;
}


.ListOfNew {
}

.ListOfNewHeader {
    text-align: left;
    color: black;
    margin-bottom: 10px;
    padding: 10px;
    width: 250px;
    font-weight: bold;
}


.book_club_item {
    padding: 10px;
}


.book_club_book_img img {
    width: 150px;
}


.HistoryProjectHeader {
    width: 100%;
}

.HistoryProjectHeader span {
    width: 75%;
    margin: 0 auto;
    font-size: 3.0em;
    font-weight: bold;
    display: inline-block;
    padding: 20px 20px 50px 20px;
}

.HistoryProjectHeader p {
    display: inline-block;
    padding: 25px;
    margin: 25px;
    width: 250px;
    font-size: 12pt;
}

.HistoryProjectHeader p2 {
    display: inline-block;
    width: 75%;
    font-family: monospace;
    text-align: left;
    white-space: pre-wrap;
    padding-bottom: 25px;
}

.HistoryProjectHeader p2 a {
    font-weight: bold;
}

.text_black {
    color: black;
}


.text_white {
    color: white;
}

.capabilities {
    font-size: 0.75em;
}

#dial_911 {
    font-size: 2.5em;
    color: #f53d04;
    font-weight: bold;
    padding-top: 5px;
    font-variant: small-caps;
    padding-left: 10px;
    font-family: Arial Black;
    letter-spacing: 0.1em;
    text-decoration: underline;
}


.foundation_logo {
    text-align: center;
    border-bottom: solid 10px white;
    position: relative;
    z-index: 6;
    margin: 0 auto;
    margin-bottom: 100px;
}

.foundation_logo:hover {
    border-bottom: solid 10px #fdbd14;
}


.footer {
    
    display: inline-block;
    color: white;
    font-size: 12pt;
    position: relative;
    background-color:black;
    width:98%;
    padding-left:2%;
    padding-top:15px;
    padding-bottom:15px;
}

.footer p {
    padding: 15px;
    line-height: 1.33em;
    display:inline-block;
}

.footer img {
    width:10%;
    float: left;
}







.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

    .tg img {
        width: 100%;
        border-radius: 5px;
        box-shadow: 5px 5px 15px black;
    }

    .tg td {
        border-color: black;
        overflow: hidden;
        padding: 10px 5px;
        word-break: normal;
    }

    .tg th {
        overflow: hidden;
    }



.community {
    text-align: left;
    vertical-align: top
}

    .community a:hover {
        filter: brightness(120%);
        text-decoration: underline !important;
    }

.image_link_text {
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
}

    .image_link_text:hover {
    }


#firehose_img {
    position: absolute;
    right: 90px;
    top: 140px;
}

#mission_statement_img {
    height: 250px;
    margin: 50px;
    display: block;
}



.about_div {
    width: 60%;
    margin: 50px auto;
    display: block;
    line-height: 1.250em;
}




.about_div p {
    padding:5px 0;
}


@media screen and (max-width: 1200px) {

    body {
        width: 100%;
    }

    #fixed_top_cart_banner {
        width: 100%;
        font-size: 1.5em;
        padding: 3px;
    }

    #mission_statement_img {
        height: 50%;
        margin: 50px;
        position: relative;
        top: 50px;
        display: block;
    }

    #firehose_img {
        position: absolute;
        right: 10%;
        top: auto;
        bottom: 50px;
        max-height: 100px;
    }

    .window_message {
        font-size: 20pt;
    }

    .popup_window_body {
        width: 90% !important;
        height: 90% !important;
        top: 5% !important;
        left: 5% !important;
    }

    .movie_window {
        width: 90% !important;
        height: 90% !important;
        top: 5% !important;
        left: 5% !important;
    }

    .recommended_item p {
        max-width: 184px;
    }

    .SupportMPFire p1 {
        font-size: 1.25em;
    }

    .bottomSquare p {
    }

    .oneHalfSide {
        width: 60%;
    }

    .holiday_annual {
        font-size: 1.0em;
    }

        .holiday_annual p {
            font-weight: 400 !important;
        }

    .rightSide {
        left: 30%;
        width: 70%;
    }


    #footer_geo_spash {
        left: -65%;
    }

    .section_div {
        width: 90%;
    }

    .recommended_header {
        font-size: 2.0em;
    }

    .footer p {
        display: inline-block;
    }

    .section_div p {
        font-weight: 400;
    }



    .product_div p {
        max-width: 70%;
    }

    .product_div div {
        font-size: 1.15em;
    }

        .product_div div img {
            max-height: 11vh;
            margin-top: 11vh;
        }

    .first_section div {
        display: block;
        width: 90%;
        margin: 25px auto;
    }

    .triplet_section {
        margin: 25px auto !important;
        padding: 0 !important;
    }

    .triplet {
        width: 100% !important;
        padding: 0 !important;
        margin: 15px auto !important;
    }

    .checkout_details_div {
        width: 90%;
    }

    .checkout_halfdiv {
        font-size: 1.5em;
    }

    .checkout_shipping_info_div {
        display: block;
        width: 100%;
        margin-left: auto;
    }


    .checkout_items_ul {
        width: 80%;
    }

    #checkout_total_div {
        width: 80%;
    }


    #page_checkout {
        width: 100%;
    }

    .colored_background {
        height: 107vh;
        margin-bottom: -105vh;
    }

    .first_section p img {
        max-width: 150px;
    }

    .first_section a {
        text-decoration: underline;
    }

    .first_section p {
        margin: 0 auto 50px auto;
    }

    .fourth_section {
        margin-top: 100px;
        margin-bottom: 150px;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .SupportMPFire p1 {
        font-size: 1.25em;
        width: 90%;
    }

    #footer_geo_spash {
        left: -65%;
    }
}
