*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
/*This changes the box model of everything in the website and can be overwriten per component if needed. To read more about box-sizing and why you'd want to overwrite it see https://css-tricks.com/international-box-sizing-awareness-day/ or https://www.w3schools.com/cssref/css3_pr_box-sizing.asp*/
/*--------------------------------------------------------
    FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
p {
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
}

#subpage-main p:empty { display: none; } 
/*^^ Break tags shouldn't be used to space out lines, only to make text within a paragraph break to a new line*/
/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 800;
    color: #4c4c4c;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Wix Madefor Text', sans-serif;
}

h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
    font-weight: 600;
}
h5 {
    font-size: 18px;
    font-weight: 600;
}
h6 {
    font-size: 15px;
    font-weight: 600;
}

h1.title{
    margin-top: 15px;
    display: none;
}
h1.title:empty{ display:none; }
/*^^Hides the extra margin that is added on pages without a title*/
#subpage-main p:not(:empty) + h2,
#subpage-main p:not(:empty) + h3,
#subpage-main p:not(:empty) + h4,
#subpage-main ul + h2,
#subpage-main ul + h3,
#subpage-main ul + h4,
#subpage-main table + h2,
#subpage-main table + h3,
#subpage-main table + h4 {
    margin-top: 1.5em;
}
#subpage-main h2 + ul,
#subpage-main h3 + ul,
#subpage-main h4 + ul {
    margin-top: -.75rem; /*Adjusts for the margin-bottom placed on these headings to make the ul's look like they belong to that heading*/
}
/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/
a {
    color: ;
    text-decoration: none;
}
a:hover, 
a:focus {
    color: ;
    text-decoration: none;
}
a.button {}
a.button:hover,
a.button:focus
 {
    text-decoration: none;
}
a.button + * {
    padding-top: 1.5em;
}
/*--------------------------------------------------------
    Objects
--------------------------------------------------------*/
#subpage-main img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
figcaption {
    font-style: italic;
    font-size: .9em;
    padding-top: 5px;
}
@media (max-width: 767px) {
    figcaption {
        font-size: 1em;
    }
}
@media (min-width: 767px) {
    /*The following styles are meant to give more space to the label column in contact forms that are too narrow for the entire label to be read normally*/
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-2, 
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-2, 
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-2, 
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-2, 
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-2 {
        width: 25%;
        padding-right: 1em;
    }
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-10, 
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-10, 
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-10, 
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-10, 
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-10 {
        width: 75%;
        padding-left: 0;
    }
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-offset-2, 
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-offset-2, 
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-offset-2, 
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-offset-2, 
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-offset-2 {
        margin-left: 25%;
    }
    /*^^Adjusts the form-group placement of the reCAPTCHA iframe and submit buttom to match the new widths from the styles above*/
}
blockquote {
    font-size: inherit;
}
/*Styles below are taken from Bootstrap's table style to ensure that tables on content pages are responsive and neat whether Bootstrap classes are added or not*/
#subpage-main table {
    max-width: 100%;
    border-collapse: collapse;
    color: #212529;
    margin-bottom: 1em;
}
#subpage-main table td, 
#subpage-main table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: inherit;
}
#subpage-main table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-top: none;
}
#subpage-main table caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
#subpage-main table tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}
grammarly-btn {
    display: none;
    /*If someone copy/pastes text from Grammarly it will add this invisible button and cause the page to scroll horizontally. This style hides that.*/
}


/*--------------------------------------------------------
                      TOP HEADER
--------------------------------------------------------*/

#top-header {
    background: #a31f34;
    padding: 6px 0px 0px;
    font-family: 'Wix Madefor Text', sans-serif;
}
.top-menu-wrap ul li {
    list-style: none;
    display: inline-block;
}
.top-menu-wrap ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-right: 2px solid #87152b;
    padding: 0px 10px;
    text-decoration: none;
}
.top-menu-wrap ul li:last-child a {
    border-right: 0px;
    padding-right: 0px;
}


/*--------------------------------------------------------
                      MAIN HEADER
--------------------------------------------------------*/


#main-header {
    padding: 15px 0px 10px;
    font-family: 'Wix Madefor Text', sans-serif;
}
    @media (max-width: 767px) {
        #main-header {
            padding: 15px 0px;
        }
    }

svg.logo {
    width: 96px;
    height: 90px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.logo-tagline {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    color: #4d4d4d;
    font-weight: 400;
    margin-left: 6px;
}
    @media (min-width: 1000px) {
        #logo-wrap {
            padding-right: 5px;
        }
    }
    @media (min-width: 990px) and (max-width: 1199px) {
        .logo-tagline {
            font-size: 14px;
            width: 60%;
            line-height: 18px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .logo-tagline {
            font-size: 14px;
        }
    }


#right-side-wrap {
    text-align: right;
    margin-top: 10px;
}



/* Social Media Icons */

.social-media-outside-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
    margin-right: 20px;
}
.social-media-wrap {
    float: left;
    vertical-align: middle;
}
    @media (min-width: 1200px) {
        .social-media-wrap {
            display: inline-block !important;
        }   
    }
.social-media-outside-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-media-outside-wrap ul>li {
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
}
.social-media-outside-wrap ul>li:last-child {
    margin-right: 0px;
}
.social-media-outside-wrap svg {
    width: 24px;
    height: 24px;
}




/*--------------------------------------------------------
                    Search Bar
--------------------------------------------------------*/


#search-input {
    max-width: 250px;
    display: inline-block;
    vertical-align: middle;
    color: #4d4d4d;
    position: relative;
    top: 2px;
}



.searchbox {
    width: 250px;
    max-width: 45vw;
    display: inline-block;
    vertical-align: middle;
    color: #4d4d4d;
    position: relative;
    padding: 5px 1.5ch;
    height: 38px;
    background: #fff;
    border: 1px solid #E6E6E6;
    transition: .125s border ease-in-out;
    border-radius: 2px;
}

    @media (min-width: 990px) and (max-width: 1199px) {
        .searchbox {
            max-width: 200px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .searchbox {
            max-width: 120px;
        }
    }
    @media (max-width: 767px) {
        .searchbox {
            max-width: 100%;
            width: 100%;
        }
    } 


.searchbox ::-webkit-input-placeholder {
    color: #4d4d4d;
}

.searchbox :-moz-placeholder {
    /* Firefox 18- */
    color: #4d4d4d;
}

.searchbox ::-moz-placeholder {
    /* Firefox 19+ */
    color: #4d4d4d;
}

.searchbox :-ms-input-placeholder {
    color: #4d4d4d;
}


.search-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    width: 100%;
    padding: inherit;
    background: #fff;
    padding: 2px 10px 0px;
    outline: none;
    color: #4d4d4d;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Wix Madefor Text', sans-serif;
}
#search-input .searchbox input[type="submit"]:not(#mms-main input),
.mobile-search-wrap input[type="submit"]:not(#mms-main input) {
    color: transparent;
    background: #fff;
    border: none;
    background-image: url(../images/search-new.svg.php?fc=003356);
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border-left: 0px;
    transition: .25s all ease-in-out;
    padding: 0;
    display: block;
    left: auto;
    margin: 0;
    text-align: left;
    font-size: 18px;
    border-radius: 2px;
}





/* Mobile Search */
li.mobile-search-wrap form.searchbox {
    margin-bottom: 15px;
}




/* Join */
.join-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.join-wrap a {
    background: #a31f34;
    color: #fff;
    padding: 9px 17px 11px;
    position: relative;
    text-decoration: none;
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
}
.join-wrap a:hover, .join-wrap a:focus {
    background: #7a1427;
}


/* Login */
.login-search-wrap {
    margin-bottom: 8px;
    display: inline-block;
}
.login-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.login-wrap a {
    background: #003356;
    color: #fff;
    padding: 9px 17px 11px;
    position: relative;
    text-decoration: none;
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
}
.login-wrap a:hover, .login-wrap a:focus {
    background: #042a3f;
}




/* Donate */
.donate-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.donate-wrap a {
    background: #003356;
    color: #fff;
    padding: 9px 17px 11px;
    position: relative;
    text-decoration: none;
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
}
.donate-wrap a:hover, .donate-wrap a:focus {
    background: #042a3f;
}

#mobileMenuWrapper .donate-wrap {
    margin-left: 0px;
    margin-top: 50px !important;
    border-bottom: 0px !important;
}
#mobileMenuWrapper .donate-wrap a {
    background: #a31f34 !important;
    padding: 8px 5px !important;
}


/* Hotline */
.hotline-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.hotline-wrap a {
    background: #003356;
    color: #fff;
    padding: 9px 17px 11px;
    position: relative;
    text-decoration: none;
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
}
.hotline-wrap a:hover, .hotline-wrap a:focus {
    background: #042a3f;
}


#mobileMenuWrapper .hotline-wrap {
    margin-left: 0px;
    margin-top: 15px !important;
    margin-bottom: 12px !important;
    border-bottom: 0px !important;
}
#mobileMenuWrapper .hotline-wrap a {
    background: #a31f34 !important;
    padding: 8px 5px !important;
}



/*--------------------------------------------------------
                    Desktop Navigation
--------------------------------------------------------*/

.dropdown-menu li{
    width: 100%;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}

/*--------------------------------------------------------
                    Index / Main Body
--------------------------------------------------------*/
main {
    min-height: calc(100vh - 44px - 149px - 48px - 130px);
    /*The minimum height of the main section of the page should be the height of the screen minus the header and footer*/
    position: relative;
}
main#subpage-main {
    padding-top: 20px;
}
#subpage-main
#mms-main {
    margin-bottom: 2.5em;
}
@media (max-width: 900px) {
    #subpage-main
    #mms-main {
        margin-bottom: 2em;
    }
}
@media (min-width: 767px) { 
    #subpage-main .row {
        margin-bottom: 1em;
    }
}
@media (max-width: 767px) {
    #subpage-main div[class^="col-md"] {
        margin-bottom: 1em;
    }
}
/*^^These two styles can be tweaked if needed, but they are a handy default for spacing rows (and then columns once the screen hits the col-xs breakpoint on subpages*/


#subpage-main .panel-body ul {
    margin-bottom: 25px;
}






/*----------------Slideshow----------*/

.slideshow-wrap {
    position: relative;
}
.slideshow-wrap .container  {
    width: 100%;
}
.slideshow-wrap img{
    width: 100%;
}  
.slideshow-wrap .carousel-inner .item img {
    max-height: 500px;
    object-fit: cover;
}
.slideshow-wrap a {
    text-decoration: none;
}
.slideshow-wrap [class*="col-"] {
    padding: 0;
} 

.slideshow-wrap a {
    text-decoration: none;
}
#slide-row{
    margin-bottom: 10px;
}

.slideshow-wrap .caption-slide-wrap {
    background: rgba(26,26,26,0.75);
    text-align: center;
    width: 556px;
    margin: 0 auto;
    padding: 20px 25px;
}

.carousel-control.left, .carousel-control.right, .carousel-control:hover{
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}
.carousel-control {
    margin: auto 0px;
    display: none;
}
.carousel-control.left {
    height: 22px;
    width: 22px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Wix Madefor Text', sans-serif;
    background: #09AEED;
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 0px;
    border-radius: 30px;
    margin-left: 15px;
}
.carousel-control.right {
    height: 22px;
    width: 22px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Wix Madefor Text', sans-serif;
    background: #09AEED;
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 0px;
    border-radius: 30px;
    margin-right: 15px;
}
.carousel-control img {
    width: 7px;
    height: 11px;
    margin-top: -8px;
}


.carousel-caption {
    position: absolute;
    z-index: 100;
    background: transparent;
    left: 0;
    top: auto;
    right: 0px;
    bottom: 10%;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding: 14px 30px 12px;
    max-width: 1170px;
    margin: 0 auto;
}
    @media (max-width: 991px){
        .carousel-caption {
            max-width: 750px;
        }
    }
    @media (max-width: 1200px) {
        .carousel-caption {
            max-width: 970px;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            position: static;
            background: rgba(163,31,52,1);
            min-height: auto;
            padding: 15px 0px 20px;
        }
    }

.caption-wrapper {
    text-align: left;
    padding: 18px 20px 22px;
    display: block;
    width: 67.6%;
    background: rgba(163,31,52,0.8);
}
    @media (max-width: 767px) {
        .caption-wrapper {
            width: 100%;
        }
    }

p.caption-text {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Wix Madefor Text', sans-serif;
    text-align: left;
    word-wrap: break-word;
    margin-top: 0px;
    margin-bottom: 12px;
}
p.caption-text span {
    display: inline-block;
    margin-top: 10px;
    background: #7B133E;
    padding: 2px 15px;
}
p.alt-text {
    font-size: 17px;
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    line-height: 23px;
    margin-bottom: 0px;
}

.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-left: 8px !important;
    margin: 0 auto;
    background-color: #003356;
    border: 1px solid #003356;
    border-radius: 15px;
}
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin-left: 8px !important;
    margin: 0 auto;
    background-color: #a31f34;
    border: 1px solid #a31f34;
    border-radius: 15px;
}
    @media (max-width: 767px) {
        .carousel-indicators li, .carousel-indicators li.active {
            width: 10px;
            height: 10px;
        }
        .carousel-indicators li.active {
            background-color: #fff;
        }
    }
.caption-text-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 74%;
}
.caption-btn-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    float: right;
    text-align: right;
    margin-top: 20px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .caption-text-wrap {
            width: 64%;
        }
        .caption-btn-wrap {
            width: 35%;
        }
    }

.caption-btn-wrap a {
    background: #4F85C4;
    border: 1px solid #4F85C4;
    color: #fff;
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    padding: 12px 20px;
    border-radius: 1px;
    text-align: center;
}





/*----------------End Slideshow------*/


/*--------------------------------------------------------
                    Index / Home Page
--------------------------------------------------------*/


/* Buttons */
.btn-wrap {
    margin-top: 30px;
}
.btn-wrap a {
    font-family: 'Wix Madefor Text', sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: #a31f34;
    color: #fff;
    border-radius: 3px;
    padding: 10px 19px 12px;
    text-align: center;
}
.btn-wrap a:hover {
    color: #fff;
    background: #7a1427;
}




/* Welcome - CTA Section */
#welcome-cta-wrap {
    padding: 65px 0px 50px;
}
    @media (max-width: 767px) {
        #welcome-cta-wrap {
            padding: 35px 0px 50px;
        }
    }

#welcome-section-wrap h1 {
    margin-bottom: 5px;
}
#welcome-section-wrap p {
    margin-bottom: 10px;
}


#cta-box-wrap:not(#gm-canvas #cta-box-wrap) {
    margin-top: 20px;
}
    @media (max-width: 767px) {
        #cta-box-wrap {
            margin-top: 0px;
        }
    }

#cta-box-wrap .col-content-wrap {
    background: #a31f34;
    border-radius: 6px;
    padding: 25px 35px 31px 90px;
    position: relative;
    cursor: pointer;
}
#cta-box-wrap .col-content-wrap:hover {
    background: #7a1427;
}
#cta-box-wrap:not(#gm-canvas #cta-box-wrap):before  {
    display: inline-block;
    content: url(../images/cta-icon.png);
    text-indent: 0;
    position: relative;
    z-index: 1;
    top: 70px;
    left: 30px;
}
#cta-box-wrap .col-content-wrap * {
    color: #fff;
}
#cta-box-wrap .col-content-wrap h2 a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#cta-box-wrap .col-content-wrap p {
    margin-bottom: 0px;
}





/* Recent News */
.news-section-outer-wrap:not(#gm-canvas .news-section-outer-wrap) {
    background: #f9f9f9;
    padding: 75px 0px 80px;
    margin-top: 25px;
    margin-bottom: 70px;
}
#news-section-wrap h2 {
    margin-bottom: 12px;
}
.news-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem 30px;
    margin-bottom: 2rem;
}
    @media (max-width: 991px) {
        .news-wrapper {
            display: block;
        }
        #news-section-wrap .btn-wrap {
            margin-top: 45px !important;
        }
    }


.news-details-inside-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}
.news-image {
    margin-right: 15px;
}
.news-image:empty {
    display: none;
}
.news-image img {
    border-radius: 8px;
    width: 70px;
    height: 70px;
}
#news-section-wrap h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.news-item {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 22px 22px 26px;
    border-radius: 2px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
}
    
a.news-title-link {
    color: #003356;
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 25px;
    text-decoration: underline;
}
a.news-title-link:first-line {
    text-transform: capitalize;
}
a.news-title-link:hover {
    color: #A31F34;
    text-decoration: underline;
}
.news-date {
    margin-top: 18px;
    margin-bottom: 23px;
}
.news-date img {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
}
.news-date span {
    margin-left: 10px;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    padding-top: 2px;
}
.news-description {
    font-size: 15px;
    color: #666666;
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 400;
}
#news-section-wrap .btn-wrap {
    margin-top: 15px;
}







/* Upcoming Events */
#events-section-wrap {
    margin-bottom: 50px;
}
#events-section-wrap h2 {
    margin-bottom: 15px;
}
.events-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem 30px;
    margin-bottom: 2rem;
}
    @media (max-width: 767px) {
        .events-wrapper {
            display: block;
        }
        #events-section-wrap .btn-wrap {
            margin-top: 45px !important;
        }
    }

.event-item {
    margin-bottom: 25px;
}
main#subpage-main .event-item {
    margin-bottom: 40px;
}
.events-details-inside-wrap {
    display: flex;
    align-items: self-start;
    justify-content: left;
}
.events-image {
    margin-right: 15px;
}
.events-image:empty {
    display: none;
}
.events-image img {
    border-radius: 8px;
    width: 70px;
    height: 70px;
}
h3.events-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: -5px;
}
a.ev-title-link {
    color: #003356;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    font-family: 'Wix Madefor Text', sans-serif;
    word-wrap: break-word;
    line-height: 25px;
}
a.ev-title-link:hover {
    color: #A31F34;
    text-decoration: underline;
}
.events-date {
    margin-top: 18px;
    margin-bottom: 8px;
}
.events-date img {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
}
.events-date span {
    margin-left: 10px;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    padding-top: 2px;
}
.event-description {
    margin-bottom: 10px;
}
.events-btn a {
    color: #a31f34;
    font-size: 16px;
    font-weight: 500;
}
.events-btn a:hover {
    color: #7a1427;
}
#events-section-wrap .btn-wrap {
    margin-top: 20px;
}






/*--------------------------------------------------------
                CSS Styles for Inner Pages
--------------------------------------------------------*/
/*----------Responsive Nivo*/
div[id^=slider-container-FD], div[id^=slider_FD], .nivoSlider img {
    max-width: 100% !important;
    height: auto !important;
}
/*----------Nivo Controls*/
.nivo-prevNav, .nivo-nextNav {
    background-image: none !important;
    width: 25px !important;
    top: 25% !important; /*Fallback for browsers that don't support calc*/
    top: calc( 50% - 50px) !important;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 75px;
    font-family: Arial, sans-serif;
    text-shadow: 0px 0px 10px rgba(51,51,51,0.4);
}
.nivo-prevNav:hover, .nivo-nextNav:hover {
    text-decoration: none;
    color: #ae0e0d;
    text-shadow: none;
}
.nivo-prevNav {
    left: 10px !important;
}
.nivo-nextNav {
    right: 10px !important;
}
.nivo-prevNav:after {
    content: "‹";
}
.nivo-nextNav:after {
    content: "›" ;
}


/* MMS page */
#mheader_5_wrapper .panel-danger {
    border-color: #990033;
}
#mheader_5_wrapper .panel-danger>.panel-heading {
    background: #990033;
    border-color: #990033;
    color: #fff;
}




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

.footer-top-tagline-wrap {
    background: #a31f34;
    padding: 20px 0px;
    margin-top: 50px;
}
.footer-top-tagline-wrap p {
    font-size: 15px;
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-bottom: 0px;
}



footer#main-footer {
    background: #4c4c4c;
    padding: 35px 0px;
    font-size: 16px;
    font-family: 'Wix Madefor Text', sans-serif;
    color: #fff;
    line-height: 24px;
}
footer#main-footer p {
    color: #fff;
    font-size: 16px;
    font-family: 'Wix Madefor Text', sans-serif;
    margin: 0;
    line-height: 28px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-credit-section .text-left p:nth-child(2) {
    margin-top: 12px !important;
}
footer#main-footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
footer#main-footer a:hover {
    color: #fff;
}
footer#main-footer strong {
    color: #fff;
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 700;
}
footer#main-footer span.footer-credit, footer#main-footer span.footer-privacy {
    border-left: 1px solid #fff;
    margin-left: 12px;
    padding-left: 12px;
}
footer#main-footer .text-right a {
    text-decoration: none;
    font-weight: 400;
}

    @media (min-width: 768px) and (max-width: 990px) {
        footer#main-footer .text-left, footer#main-footer .text-right {
        }

    }

    @media (max-width: 767px) {
        footer#main-footer .text-left, footer#main-footer .text-right {
            text-align: center;
        }
        footer#main-footer p {
            margin-bottom: 5px;
        }
        footer#main-footer span.footer-credit, footer#main-footer span.footer-privacy {
            display: block;
            border-left: 0px;
            padding-left: 0px;
            margin-left: 0px;
        }
        .footer-nav-wrap {
            margin-top: 20px;
        }
        .footer-menu-links-wrap, .footer-info-wrap {
            margin-top: 25px;
        }

    }



.footer-social-wrap {
    margin-top: 20px;
}
.footer-social-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent !important;
}
.footer-social-wrap ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
}
.footer-social-wrap ul li:first-child {
    margin-left: 0px;
}

.footer-menu-links-wrap ul {
    padding: 0;
}
.footer-menu-links-wrap ul li {
    list-style: none;
    padding-bottom: 2px;
}
.footer-menu-links-wrap ul li:last-child {
    padding-bottom: 0px;
}







/*--------------------------------------------------------
                        MMS Styling
--------------------------------------------------------*/

.grid-slideshow-content {
    background: transparent;
    margin-left: 0px;
    padding: 0px 15px;
}
.grid-bottom-featured-wrap {
    background-image: none;
}
.grid-bottom-featured-wrap-h2 {
    color: #527785;
    margin-bottom: 0px;
}
.grid-bottom-featured-wrap-p {
    color: #323233;
}

#mycanvas #news-section-wrap .column,
#mycanvas #get-involved-wrap .column {
    min-height: 415px;
}


/*--------------------------------------------------------------
                      Modal Member Login
--------------------------------------------------------------*/
.modal{
    overflow-y: visible;
}
.modal-dialog{
    max-width: 280px;
    margin: 50px auto;
}
.modal-header{
    text-align: center;
}
.modal-body {
    padding: 15px 23px;
}
.login-form input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    font-family: 'Wix Madefor Text', sans-serif;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}
.login-form input[type="submit"] {
    background: #003356;
    border: 1px solid #003356;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    border-radius: 3px;
    font-family: 'Wix Madefor Text', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    height: auto;
}
.login-form input[type="submit"]:hover, .login-form input[type="submit"]:focus {
    background: #042a3f;
    border: 1px solid #042a3f;
    text-decoration: none;
}
.login-form a {
    color: #a31f34;
    font-size: 14px;
    font-family: 'Wix Madefor Text', sans-serif;
    display: block;
    margin-left: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}
.login-form a:hover, .login-form a:focus {
    color: #7a1427;
}
.login-form input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #527785;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Wix Madefor Text', sans-serif;
}
h4#myModalLabel {
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 22px;
    color: #1A1A1A;
    padding-bottom: 0px;
}




/*--------------------------------------------------------
                        MMS Styling
--------------------------------------------------------*/




/*----------- MEDIA QUERY --------------------*/

@media (min-width: 1332px) and (max-width: 1365px) {

}

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

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

}

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    
}


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


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

     #right-side-wrap {
        margin-top: 25px;
    }
    .events-details-inside-wrap {
        display: inline-block;
    }
    h3.events-title {
        margin-left: 0px;
        margin-top: 15px;
    }

}


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

    #right-side-wrap {
        margin-top: 30px;
    }
    .footer-credit-social-wrap .col-xs-12 {
        text-align: left;
        margin-bottom: 15px;
    }
}

@media (min-width: 560px) and (max-width: 767px) {

}

@media (max-width: 580px) {

    p.caption-text {
        line-height: 34px;
    }


}

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

}

@media (max-width: 380px) {

}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .div {
        
     }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  


}