<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS Document */
/*.custom-background {
    background-color: #222222;
}*/
.rtc-nav {
    background-color: #0756A3;
}

.bkgrnd-black {
    background-color: #000000;
}

.bkgrnd-yellow {
    background-color: #ffcc00;
}

.arms-white {
    color: #ffffff;
}

.arms-blue {
    color: #0071BC;
}

.arms-red {
    color: #cf102d;
}

.arms-red:hover {
    color: #8e0000;
}

.btn-arms-blue {
    background-color: #0071BC;
    color: #ffffff;
}

.btn-secondary-blue:hover {
    background-color: #112E51;
    color: #ffffff;
}

.btn-arms-red {
    background-color: #cf102d;
    color: #3b3b3b;
}

.btn-secondary-red:hover {
    background-color: #cf102d;
    color: #ffffff;
}

.btn-ind-red {
    background-color: #cf102d;
    color: #ffffff;
}

.btn-ind-red:hover {
    background-color: #A50D1F;
    color: #ffffff;
}

.btn-mis-black {
    background-color: #000000;
    color: #ffffff;
}

.btn-mis-black:hover {
    background-color: #000000;
    color: #fc0;
}

.btn-arms-white {
    background-color: #ffffff;
    color: #cf102d;
}

.btn-bord-dk {
    border-color: #ffffff !important;
}

.arms-bg-blue {
    background-color: #0071BC;
}

.dgbg {
    background-color: #55565b;
}

.socialnav {
    background-color: #ddd;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.bg-ovr {
    opacity: .4;
}

.donor_list {
    -moz-column-count: 3;
    -moz-column-gap: 40px;
    -webkit-column-count: 3;
    -webkit-column-gap: 40px;
    column-count: 3;
    column-gap: 40px;
    column-fill: auto;
}

h1::before {
    display: block;
    content: " ";
    margin-top: -75px;
    height: 75px;
    visibility: hidden;
    pointer-events: none;
}

.copy_wh {
    color: #ffffff;
}

.wedge {
    position: relative;
    width: 100%;
}

.wedge-trans {}

.wedge svg.wedge {
    left: 0;
    position: absolute;
    max-height: 120px
}

.wedge--top svg.wedge {
    top: 0;
    height: 120px;
}

.wedge--z svg.wedge {
    z-index: -1;
}

.wedge--bottom svg.wedge {
    bottom: 0
}

.wedge--bottom-out svg.wedge {
    top: 100%
}

.wedge--med-blue svg.wedge {
    fill: #cf102d;
}

.wedge--white svg.wedge {
    fill: white;
}

.wedge--dark svg.wedge {
    fill: #3b3b3b;
}

.wedge--gray svg.wedge {
    fill: #222222;
}

.mapouter {
    text-align: right;
}

.gmap_canvas {
    height: 25rem;
    position: relative;
}

.gmap_canvas iframe {
    height: 100%;
    width: 100%;
}

.bgimage {
    background: url("../imgs/CMD1_Red_BG.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    */ background-color: #f2f2f2;
}

#b2topBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 50px;
    /* Place the button at the bottom of the page */
    right: 50px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    outline: none;
    /* Remove outline */
    background-color: #ffffff;
    /* Set a background color */
    color: #cf102d !important;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 15%;
    /* Rounded corners */
    font-size: 24px;
    /* Increase font size */
    width: 50px;
    height: 50px;
    border: 1px solid #cf102d;
}

#b2topBtn:hover {
    background-color: #cf102d;
    /* Add a dark-grey background on hover */
    color: #ffffff !important;
}

.max {
    height: 300px;
    overflow-y: scroll;
}

.dlmax {
    height: 500px;
    overflow-y: scroll;
}

.quote {
    background-color: #cf102d;
    background: url("../imgs/ARMS_GYM.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 25px;
    color: #ffffff;
    margin-top: -25px;
}

.img-circle {
    border-radius: 50%;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.athmodal-body {
    position: relative;
    padding: 0px;
}

.fa-ico {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-weight: normal;
    color: #fff;
    opacity: 1 !important;
}

.mltext {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    color: #000000;
    text-decoration: none;
}

.small {
    line-height: 1.0;
    font-size: 1.65em;
}

.calendar-container {
    position: relative;
    height: 550px;
    overflow: hidden;
}

.calendar-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-height {
    min-height: 500px;
}

.m-height-staff {
    min-height: 775px;
}

.nav-bg {
    position: absolute;
    background-repeat: repeat-x;
    background-color: #cf102d;
    border-bottom: 2px solid #A50D1F;
    top: 0;
    left: 0;
    height: 95px;
    width: 100%;
    z-index: 1000;
}

.nav-style {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1rem;
}

.ftr_bg {
    background: url("../imgs/footer_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.stroke {
    border: 5px solid #cf102d;
}

.anchor {
    display: block;
    height: 94px;
    /* this is the height of your header */
    margin-top: -194px;
    /* this is again negative value of the height of your header */
    visibility: hidden;
}

.staff {
    max-height: 500px;
    overflow: scroll;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 10px 10px 0px 10px;
    background-color: #f2f2f2;
    border-radius: 5px;

}

.facilities {
    max-height: 500px;
    overflow: scroll;
    border: 1px solid #808080;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    background-color: #ffffff;

}

.img-sm {
    width: 25% !important;
}

.f_item_tick {
    color: #ffffff;
    font-size: 1.8rem;
}

.gold {
    color: #cf102d;
}

.black {
    color: #000000;
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}

.fade-carousel .carousel-inner .item {
    height: 100vh;
}

.fade-carousel .carousel-indicators &gt; li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}

.fade-carousel .carousel-indicators &gt; li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url("../imgs/Hero_v2.jpg");
}

.fade-carousel .slides .slide-2 {
    background-image: url(../imgs/);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../imgs/);
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px) {
    .hero h1 {
        font-size: 3em;
    }

    .hero h3 {
        font-size: 1em;
    }

    .logo {
        display: none !important;
    }

    .logo-cn {
        text-align: center !important;
    }

    .btn-block-sm {
        display: block;
        width: 100%
    }

    .sponsor_sm {
        max-width: 50%;
    }

    #b2topBtn {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Fixed/sticky position */
        bottom: 50px;
        /* Place the button at the bottom of the page */
        right: 50px;
        /* Place the button 30px from the right */
        z-index: 99;
        /* Make sure it does not overlap */
        outline: none;
        /* Remove outline */
        background-color: #ffffff;
        /* Set a background color */
        color: #cf102d !important;
        /* Text color */
        cursor: pointer;
        /* Add a mouse pointer on hover */
        padding: 15px;
        /* Some padding */
        border-radius: 15%;
        /* Rounded corners */
        font-size: 24px;
        /* Increase font size */
        width: 50px;
        height: 50px;
        border: 1px solid #cf102d;
    }

    .donor_list_sm {
        -moz-column-count: 1;
        -moz-column-gap: 40px;
        -webkit-column-count: 1;
        -webkit-column-gap: 40px;
        column-count: 1;
        column-gap: 40px;
        column-fill: auto;
        margin: 0 25px 0 25px;
    }

    .small {
        line-height: 1.0;
        font-size: 100%;
    }

    .carousel-caption_sm {
        position: absolute;
        right: 15%;
        bottom: -35%;
        left: 15%;
        top: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }

    .bg-dark_sm {
        background-color: #EDEDED !important;
        background-image: none !important;
        height: auto !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .hero h1 {
        font-size: 4em;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .hero {
        width: 980px;
    }

    .nav-style {
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        color: #000000;
        font-size: 100%;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .nav-style {
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        color: #000000;
        font-size: 1rem;
        font-weight: 900;
    }
}

.callout {
    background-color: #F2F2F2;
}

.btn-clear {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    color: #cf102d;
    margin-bottom: .5rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

.list_style {
    list-style-position: outside;
    padding: 0px;
    list-style-type: square;
}

.list_style_none {
    list-style-position: outside;
    padding: 0px;
    list-style-type: none;
}

.list_style_dec {
    list-style-position: outside;
    padding-left: 20px;
    list-style-type: decimal;
}

.donate {
    background-color: #cf102d;
}

.ftrbg {
    background: url("../imgs/CMD1_Black_BG.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    */ background-color: #000000;
}

.rtc {
    background-color: #ffffff;
    color: #cf102d;
}

.rtc:hover {
    background-color: #cf102d;
    color: #ffffff !important;
}

.rtcLink {
    Color: #ffffff;
    color: #cf102d;
}

.rtcLink:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}</pre></body></html>