/*
// VALUE:COLOR_1:#FFC526
// VALUE:COLOR_2:#E31B24
// VALUE:COLOR_3:#FFC526
// VALUE:COLOR_4:#f2dcb3
*/


/* ------------------------------------------------ */


/*   Main Section
/* ------------------------------------------------ */

body {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
}

a {
    /*color:#E31B24; /* REPLACE:COLOR_2 */
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #E31B24;
    outline: 0;
}

a:focus-visible {
    outline: 2px solid #000;
}

h1 {
    color: #c61a27;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
}

button {
    background-color: #FFC526;
    /* REPLACE:COLOR_1 */
    border: none;
    padding: 6px 15px;
    color: #ffffff;
    margin: 0 10px;
}

button p {
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}


/* ------------------------------------------------ */


/*   Modal Section 
/* ------------------------------------------------ */

.modal-dialog {
    width: 280px;
    top: 125px;
    display: block;
    margin: auto;
}

.modal-body {
    padding: 10px 20px 20px;
}

.modal-header button {
    width: 20px;
    margin-top: -15px;
    box-shadow: none;
}

#login form input {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0 0;
}

.modal-content {
    background: #f2dcb3;
    /* REPLACE:COLOR_4 */
}

.modal-title {
    color: #E31B24;
    font-weight: bold;
}

.modal-content .modal-body a {
    color: #E31B24;
    font-weight: bold;
    float: right;
    margin: 15px 20px;
}

.modal-body #login form input[type="submit"] {
    background-color: #FFC526;
    /* REPLACE:COLOR_1 */
    border-radius: 0px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
}

.modal-body #login form input[type="text"],
.modal-body #login form input[type="password"] {
    width: 100%;
    font-size: 12px;
}

.modal-header {
    border-bottom: 1px solid #FFC526;
}


/* ------------------------------------------------ */


/*   Header Section 
/* ------------------------------------------------ */

#header-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
}

.logo-wrap {
    margin-top: 15px;
}

.logo-wrap a {
    text-decoration: none;
}

svg g#circle path#shape {
    fill: #FFC526;
    /* REPLACE:COLOR_1 */
}

#header-right .header-login {
    float: right;
    width: 270px;
    background: #f2dcb3;
    padding: 30px 25px 0;
    border-radius: 15px 15px 0 0;
    max-width: 100%;
}

.header-login #login {
    float: left;
    height: 90px;
}

.header-login #login input[type="text"],
.header-login #login input[type="password"] {
    width: 100%;
    border: none;
    color: #a66f08;
    font-size: 12px;
    border-radius: 0;
    padding: 5px 10px;
    margin: 0 0 5px 0;
}

.header-login #login a#login-btn {
    float: left;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 5px 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
    background-color: #FFC526;
    /* REPLACE:COLOR_1 */
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}

.header-login #login a#forgot-pwd {
    float: right;
    color: #E31B24;
    margin-top: 5px;
    font-weight: bold;
}

#social-media {
    position: absolute;
    top: 5px;
    padding: 0;
}

#social-media li {
    display: inline-flex;
    margin-left: 20px;
}

#social-media svg {
    width: 20px;
    height: 20px;
}

#nav_menu {
    background: #B71824;
    /* REPLACE:COLOR_2 */
}

#nav_menu .navbar-nav {
    margin-left: 140px;
}

#nav_menu .navbar-nav>li>a {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    cursor: pointer;
}

#nav_menu .navbar-nav>li>a:hover,
#nav_menu .navbar-nav>li>a:focus,
#nav_menu .nav .open>a,
#nav_menu .nav .open>a:focus,
#nav_menu .nav .open>a:hover {
    background: transparent;
}


/* ------------------------------------------------ */


/*   Mobile Menu Section 
/* ------------------------------------------------ */

#mobile-toggle svg {
    width: 35px;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
}


/*#mobile-toggle svg rect {
    fill: #E31B24;  
}

#mobileMenuWrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 315px;
    height: 420px;
    background-color: #E31B24;  
    transition: all 300ms cubic-bezier(1, 0.01, 0, 1) 0s;
    margin-top: 155px;
}
#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
    z-index: 9999;
}
#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 15px 20px 10px;
}
#mobileMenuWrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#mobile-menu > li#triggerClose {
    display: inline;
    float: right;
    transform: rotate(45deg);
    font-size: 22px;
    cursor: pointer;
}
#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 15px;
}
#mobileMenuWrapper ul.mDropdown {
    margin: 0 15px;
}
#mobile-menu a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}*/


/*#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}
#mobile-menu-col {
    top: -70px;
    right: 15px;
    float: right;
    position: relative;
}*/


/*#mobile-logo {
    width: 40%;
    float: left;
    margin-top: 27px;
    margin-bottom: 20px;
}
#mobile-logo a {
    margin: 0 !important;
}
#mobile-logo svg#logo {
    width: 250px;
    max-width: 250px;
}
    svg#burger {
        width: 41px;
    }
    svg#burger rect {
        fill: /*COLOR1*/


/*#DEB408*/


/*END_COLOR1*/


/*;
    }*/


/*#mobile-search {
    margin-top: 35px;
}
#mobile-search .input-group-addon {
    top: -1px;
    border-radius: 0px;
    position: relative;
    background-color: #6D6E71;
    padding: 7px 12px 6px 12px;
}
#mobile-search #q {
    width: 92%;
    float: right;
}
.mobile-social-icons {
    display: inline-block;
    margin-bottom: 20px;
}
*/


/* ------------------------------------------------ */


/*   Index Section 
/* ------------------------------------------------ */

.carousel-caption {
    background-color: rgba(242, 220, 179, .8);
    width: 100%;
    left: 0;
    padding: 10px 15px 24px;
    bottom: 0px;
}

.carousel-indicators {
    bottom: 0px;
    margin-bottom: 4px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 0 2px;
}

p.caption-text {
    color: #000;
    font-size: 18px;
}

p.alt-text {
    color: #000;
    text-shadow: none;
    line-height: normal;
    margin-bottom: 5px;
}

.news-content strong {
    display: block;
}

.news-item {
    border-bottom: 1px solid #f2dcb3;
    padding: 8px 0 6px;
}

.event-item {
    border-bottom: 1px solid #f2dcb3;
    padding: 8px 0 6px;
}

.event-item:last-of-type {
    margin-bottom: 20px;
}

.event-title {
    margin-bottom: 8px;
}

#law .ev-title-link,
#donate-today .news-title,
#wellness .ev-title-link,
.rss-item .rss-title a {
    font-size: 15px;
    font-weight: 600;
}

.event-date,
.news-date,
.rss-item .date {
    color: #7f7f7f;
    margin-bottom: 3px;
}

#donate-today {
    padding-left: 0;
}

#wellness {
    padding-right: 0;
}

#donate-today h2,
#law h2,
#wellness h2 {
    background-color: #FFC526;
    /* REPLACE:COLOR_1 */
    margin: 0 0 20px;
    padding: 2px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 20px;
}

#donate-today p,
#law p,
#wellness p,
.rss-item .description {
    font-size: 14px;
    padding: 0px;
    line-height: normal;
}

#donate-today button,
#law button,
#wellness button {
    float: left;
}

#law {
    padding-left: 0;
    padding-right: 0;
}

.btn-yellow {
    background-color: #FFC526;
    border: none;
    padding: 6px 15px;
    color: #ffffff;
    position: relative;
    display: table;
    margin-top: 20px;
}

.btn-yellow:hover {
    color: #fff;
}

#left-wrap h2 {
    background-color: #FFC526;
    /* REPLACE:COLOR_1 */
    color: #ffffff;
    margin: 0 0 10px;
    padding: 2px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#quick-links,
#resources-wrap {
    margin-bottom: 30px;
}

#resources-wrap {
    margin-top: 30px;
}

#quick-links ul,
#resources-wrap ul,
#rss-title-wrap ul {
    padding-left: 0;
}

#quick-links ul li,
#resources-wrap ul li,
#rss-title-wrap ul li {
    background-color: #f2dcb3;
    /* REPLACE:COLOR_4 */
    list-style-type: none;
    margin: 0 0 5px;
    height: 25px;
}

#quick-links ul li span,
#resources-wrap ul li span,
#rss-title-wrap ul li span {
    background: #FFC526;
    /* REPLACE:COLOR_3 */
    float: left;
    width: 34px;
    height: 25px;
    margin: 0;
    margin-right: 10px;
    border-right: 5px solid #fff;
}

#quick-links ul li a,
#resources-wrap ul li a,
#rss-title-wrap ul li a {
    color: #000000;
    position: relative;
    top: 2px;
}


/*RSS Feed Style*/

.rss-item {
    border-bottom: 1px solid #f2dcb3;
    padding: 8px 0 6px;
}

#news-scroll {
    overflow-y: scroll;
    height: 350px;
}

.news-item h3.news-title {
    font-size: 14px;
    color: #000;
}

.news-item span.news-date {
    float: left;
    color: #000;
    font-size: 10px;
}

.news-item span.news-blurb {
    float: left;
    color: #7f7f7f;
}

.news-item button {
    background-color: transparent;
    color: #E31B24;
    /* REPLACE:COLOR_2 */
    padding: 6px 0;
    margin: 0;
    font-weight: bold;
}


/* ------------------------------------------------ */


/*   Footer Section 
/* ------------------------------------------------ */

#footer-container {
    background: #B71824;
    /* REPLACE:COLOR_2 */
    margin-top: 25px;
}

#footer-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

#footer-wrap a {
    color: #fff;
}

#address p,
#contact p,
#credit p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

#address a,
#credit a {
    color: #fff;
}


/* ------------------------------------------------ */


/*   Media Query
/* ------------------------------------------------ */

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    #header-right .header-login {
        padding: 20px 15px 7px;
    }
    .header-login #login input[type="submit"] {
        width: 100%;
    }
    .header-login a {
        float: left !important;
        margin-top: 0 !important;
        padding: 5px 33px !important;
    }
    #footer-wrap svg#logo {
        margin: 0 0 0 100px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header-right .header-login {
        display: none;
    }
    #donate-today {
        padding-right: 0;
    }
    #donate-today,
    #law,
    #wellness {
        margin-bottom: 20px;
    }
    #wellness {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    #header-right .header-login {
        display: none;
    }
    #donate-today {
        padding-right: 0;
    }
    #donate-today,
    #law,
    #wellness {
        margin-bottom: 20px;
    }
    #wellness {
        padding-left: 0;
    }
    #address,
    #contact,
    #credit {
        margin-bottom: 30px;
    }
    #footer-wrap {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 30px;
    }
    #header-right .header-login {
        display: none;
    }
    #donate-today {
        padding-right: 0;
    }
    #donate-today,
    #law,
    #wellness {
        margin-bottom: 20px;
    }
    #wellness {
        padding-left: 0;
    }
    #address,
    #contact,
    #credit {
        margin-bottom: 30px;
    }
    #footer-wrap {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}


/*------------------------------------------------------------------------------------
                            Dropdown Menus - full/collapsed
--------------------------------------------------------------------------------------*/


/*.dropdown:hover .dropdown-menu {
    display: block;
}*/


/*uncomment for hoverable menus*/


/*------------------------2nd Tier Nav*/

#nav_menu .nav li {
    position: relative;
    float: left;
    list-style-type: none;
}

#nav_menu .open>.dropdown-menu {
    display: block;
}

.men-level-1 {
    top: 0px;
}


/*--------------------End-2nd Tier Nav*/


/*----------------------------
    MMS Member Icons Menu
------------------------------*/

@media (min-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 190px;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 155px;
    }
}

@media (min-width: 767px) and (max-width: 990px) {
    .nav-tabs li.dropdown {
        width: 120px;
    }
}

.dropdown-menu li {
    width: 100%;
}


/*----------------------------
    Mobile Menu
    
    --- INSTRUCTIONS ---
    For the most part, these mobile menu styles will be exactly like your regular navigation styles.
    There are a few things to watch out for however. I've marked specific items with two hash tags and caps,
    like ##ITEM. 
    
    ##TOP - There are three places where this exists, and each one should be the same as the other three.
            This item tells the mobile menu to start lower than the toggle button.
            
    ##DIRECTION - This item tells your mobile menu which direction to slide in from, and has a few
        different parts. Changing "left" to "top" in each ##DIRECTION would have the menu slide in from the top. Bottom is a bad choice here.
        ##DIRECTION-01 - slides in from the side you specify. This one is set negative as it is the starting position of the menu.
        ##DIRECTION-02 - sets the duration of the slide, and again which direction it slides from.
        ##DIRECTION-03 - sets the "open" position. This will be the zeroed out version of ##DIRECTION-01
    
    --------------------
------------------------------*/


/*---------------------------------------------
        Mobile Menu
---------------------------------------------*/


/*-------------------------------------toggle*/

button#mobile-toggle {
    width: 37px;
    height: 37px;
    display: none;
    position: absolute;
    right: 15px;
    bottom: 30px;
    border: 2px solid #002857;
    border-radius: 4px;
    padding: 8px 5px;
    background-color: white;
    box-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

@media (max-width: 990px) {
    button#mobile-toggle {
        display: inline-block;
    }
}

button#mobile-toggle svg * {
    fill: #002857;
}


/*--------------------------------end--toggle*/

#mobile-menu>li#triggerClose {
    display: inline;
    float: right;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 22px;
    cursor: pointer;
    color: #fff;
}

#mobile-menu>li#mobile-logo {
    position: relative;
    left: -15px;
    top: -10px;
}

#mobile-menu>li#mobile-logo>a {
    display: inline;
    max-width: 80%;
}

#mobile-menu>li #q {
    width: 100%;
}

#mobile-menu>li>a {
    width: 174px;
    min-height: 32px;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: transparent;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: color .25s;
    transition: color .25s;
    text-decoration: none;
    text-transform: uppercase;
}

#mobileMenuWrapper {
    /*
    The menu wrapper is the div that surrounds the mobile menu.
    You'll want to make sure this has a background of some sort so the text shows up/doesn't appear over other text
    Setting bottom:0px; is needed to make a long menu scroll-able.
    
    
    
    /* REQUIRED */
    position: fixed;
    top: 0px;
    bottom: 0px;
    /* If having the menu slide in from the top or bottom, comment out this line */
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
    /* CHANGEABLE-ISH */
    left: -120%;
    /* Change this to left, right, top, or bottom.  You'll also have to make a change in the open state */
    width: 300px;
    /* The mobile menu works best with a pre-defined width. Percentages also work great here. */
    /* CHANGEABLE */
    background-color: #B71824;
    /*border-right: 2px solid #014C8D;*/
    /* Transition - bump */
    transition: left .3s;
    /* ##DIRECTION-02 */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    /* older webkit */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    -moz-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    -o-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
}

#mobileMenuWrapper.open {
    left: 0px;
    /* This is required.  If you changed the direction attribute above, change it here too. */
    bottom: 0px;
    /* This line is here for bottom/top slide-ins.  See note on bottom above.*/
}


/* REQUIRED - Dropdown menu item transition states*/

#mobileMenuWrapper .mDropdown {
    display: none;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}


/* REQUIRED - Sets the ULs to not have dots, or be spaced in the typical UL fashion. */

#mobileMenuWrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


/* OPTIONAL-ISH - These are the settings for the base menu UL */

#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 15px 15px 15px 10px;
}


/* OPTIONAL-ISH - This sets each link on its own line fo' sho' */


/*#mobileMenuWrapper a, #mobileMenuWrapper div{
    display: block;
}*/


/* OPTIONAL - The actual A's. Style them as you wish*/


/* Top Level / all*/

#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
    color: white;
}


/* dropdown only */

#mobileMenuWrapper .mDropdown a {
    padding: 8px;
    margin-bottom: 10px;
}

#mobile-menu>li>ul {
    background-color: rgba(0, 0, 0, .04);
}


/*------------------------------------------------------------------------------------
                                @Media and Sizes
--------------------------------------------------------------------------------------*/


/*------ Nav collapse @ Tablet size ------*/

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    /*.dropdown-menu {
        border: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/
}

@media (min-width: 768px) and (max-width: 990px) {}

@media (max-width: 767px) {}

@media (max-width: 480px) {}