// VALUE:COLOR_2:
// VALUE:COLOR_1:

/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #464849;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #464849;
}


/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
    font-family: 'Merriweather', serif;
    color: #35516f;
    font-weight: bold;
}

h1 {
    font-size: 40px;
    color: #35516f;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: ;
}

h4 {
    font-size: ;
}

h1.title {}


/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/

a {
    color: ;
}

a:hover,
a:focus {
    color: ;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/

img {
    border: 0px;
}


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

#main-header {
    padding: 30px 0px;
}

@media (max-width: 480px) {
    #main-header {
        padding: 40px 0px;
    }
}

@media (max-width: 767px) {
    #main-header {
        padding: 40px 0px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #main-header {
        padding: 40px 0px;
    }
}

#logo-wrap img {
    margin: 0 auto;
    z-index: 199;
    top: -25px;
    position: absolute;
}

.li-logo-wrap a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: -30px;
    z-index: 2;
}

.li-logo-wrap a:hover,
.li-logo-wrap a:focus {
    background: transparent !important;
}

.boutique-wrap,
.contact-wrap,
.member-wrap,
.donate-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.bcm-wrap a {
    color: #464849;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.member-wrap a {
    color: #8d1324;
    font-weight: bold;
}
.boutique-wrap a, .donate-wrap a, .contact-wrap a {
    color: #8d1324;
    padding: 10px 10px;
}

#right-side-wrap {
    text-align: right;
}


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


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

.navbar-nav>li a {
    color: ;
    font-family: ;
}

.nav>li>a:hover,
.nav>li>a:focus {}


/*--------------------------------------------------------
					Index / Main Body
--------------------------------------------------------*/


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

.slideshow-wrap {
    position: relative;
    z-index: 1;
    top: -40px;
}

@media (max-width: 480px) {
    .slideshow-wrap {
        top: -15px;
    }
}

@media (max-width: 767px) {
    .slideshow-wrap {
        top: -15px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .slideshow-wrap {
        top: -10px;
    }
}

.slideshow-wrap .container {
    width: 100%;
}

.slideshow-wrap img {
    width: 100%;
}

.slideshow-wrap [class*="col-"] {
    padding: 0;
}

#slide-row {
    margin-bottom: 10px;
}

.carousel-control.left,
.carousel-control.right,
.carousel-control:hover {
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}

.carousel-control {
    top: ;
    width: ;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background-color: #002857;
    background: rgba(0, 0, 0, .6);
    padding: 10px 15px;
    left: initial;
    bottom: 0px;
    right: 0px;
    top: initial;
    width: 100%;
    text-align: left;
    text-shadow: none;
}

@media (max-width: 600px) {
    .carousel-caption {
        padding: 0px 10px;
    }
}

.carousel-caption p.caption-text {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    display: block;
    color: white;
    margin-bottom: 10px;
}

.carousel-caption p.alt-text {
    font-size: 16px;
    font-family: serif;
    font-style: italic;
    color: white;
    margin-bottom: 10px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-left: 6px !important;
    background: rgba(255, 255, 255, .6);
    border: 0px;
    margin: 0 auto;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin-left: 6px !important;
    background: #fff;
    border: 0px;
    border-radius: 10px;
}

.carousel-indicators {
    bottom: 12px;
}

@media (max-width: 767px) {
    .carousel-indicators {
        bottom: 0px;
    }
}


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


/*--------------------------------------------------------
				CSS Styles for Home/ Index Page
--------------------------------------------------------*/

#welcome-section {
    padding: 30px 0px;
}

#welcome-section h1 {
    text-align: center;
    color: #35516f;
}

#welcome-section h3 {
    font-size: 16px;
    color: #8d1324;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 15px 0px;
    text-shadow: 0px 0px #8d1324;
}

#welcome-section p {
    line-height: 28px;
    padding-top: 20px;
}

#quicksection-wrap {
    padding: 50px 0px;
}

@media (min-width: 500px) and (max-width: 767px) {
    #quicksection-wrap .col-xs-12 .col-xs-12 {
        width: 50%;
    }
    .quick-img-wrap h3 {
        font-size: 16px !important;
    }
}

#quick-left-wrap .quick-img-wrap {
    margin-bottom: 20px;
}

.quick-img-wrap {
    text-align: center;
}

@media (max-width: 499px) {
    .quick-img-wrap {
        margin-bottom: 20px;
    }
    #quick-right-wrap .col-xs-12:nth-child(2) .quick-img-wrap {
        margin-bottom: 0px;
    }
}

.quick-img-wrap img {
    margin: 0 auto;
    width: 100% !important;
}

.quick-img-wrap p {
    padding-top: 5px;
    margin-bottom: 0px;
}

.quick-img-wrap span {
    font-size: 14px;
}

.quick-img-wrap a {
    color: #fff;
}

.quick-img-wrap h2 {
    background: transparent;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -60px;
    height: 60px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    font-size: 25px;
    color: #fff;
    background: rgba(34, 74, 117, .65);
}

@media (min-width: 768px) and (max-width: 990px) {
    .quick-img-wrap h2 {
        line-height: 22px;
        font-size: 22px;
    }
}

.quick-img-wrap a:hover h2,
.quick-img-wrap a:hover h2,
.quick-img-wrap a:hover h3,
.quick-img-wrap a:hover h3 {
    background: rgba(34, 74, 117, .65);
}

.quick-img-wrap h3 {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -50px;
    height: 50px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    font-size: 20px;
    color: #fff;
    background: rgba(34, 74, 117, .65);
}

@media (min-width: 768px) and (max-width: 990px) {
    .quick-img-wrap h3 {
        line-height: 22px;
        font-size: 18px;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .quick-img-wrap h3 {
        font-size: 18px;
    }
}

.event-content {
    min-height: 155px;
    border-top: 1px solid #808080;
    padding-top: 20px;
    padding-bottom: 20px;
}

#events-section-wrap {
    padding: 40px 0px 120px;
}

#events-section-wrap h2 {
    font-size: 27px;
    color: #464849;
    margin-bottom: 30px;
}

.event-date-wrap {
    text-align: center;
    width: 15%;
    display: inline-block;
    vertical-align: top;
    max-width: 50px;
    margin-right: 15px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .event-date-wrap {
        margin-right: 10px;
    }
}

.event-month {
    font-size: 20px;
    color: #35516f;
    line-height: 20px;
}

.event-date {
    font-size: 34px;
    color: #35516f;
    font-family: 'Merriweather', serif;
    line-height: 34px;
    padding-top: 2px;
}

.event-container {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

@media (max-width: 480px) {
    .event-container {
        width: 75%;
    }
}

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

h3.event-title {
    font-size: 18px;
    margin-bottom: 5px;
}

a.ev-title-link {
    font-size: 16px;
    color: #8d1324;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-shadow: 0px 0px #8d1324;
}

.events-btn {
    text-align: center;
    margin-top: 20px;
}

.events-btn a {
    background: #35516f;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 140px;
    text-align: center;
    max-width: 100%;
}

@media (max-width: 480px) {
    .events-btn a {
        padding: 15px 60px;
    }
}


/*--------------------------------------------------------
				CSS Styles for Inner/ Sub Pages
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 526px);
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

#subpage td,
#subpage th {
    padding: 5px;
}

#subpage td p,
#subpage th p {
    margin-bottom: 0;
}


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

.footer-content-wrapper {
    background: #ededed;
    padding: 50px 0px;
}

.footer-content-wrapper p
/* , .footer-content-wrapper a  */

{
    font-size: 16px;
    color: #464849;
    line-height: 21px;
}

.footer-content-wrapper a {
    color: #8d1324;
}

.footer-content-wrapper img {
    margin: 0 auto;
    padding-bottom: 20px;
}

.social-menu-wrap ul {
    margin: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-menu-wrap {
    padding-bottom: 20px;
}

.social-menu-wrap ul li {
    position: relative;
    display: inline-block;
}

.social-menu-wrap svg {
    width: 29px;
    height: 29px;
    margin-left: 2px;
}


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

#mycanvas .slideshow-wrap {
    top: 0px !important;
}


/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/

.modal {
    overflow-y: visible;
}

.modal-dialog {
    max-width: 280px;
    margin: 50px auto;
}

.modal-header {
    text-align: center;
}

.modal-body {
    padding: 15px 23px;
}

#login input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 10px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #999999;
}

#login input[type="submit"] {
    background: #35516f;
    border: 1px solid #35516f;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 20px;
    height: auto;
}

#login input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background: #35516f;
    border: 1px solid #35516f;
    text-decoration: underline;
}

#login a {
    color: #8d1324;
    display: block;
    margin-left: 15px;
    font-size: 14px;
    padding-bottom: 10px;
    text-decoration: underline;
}

#login a:hover,
#login a:focus {
    color: #940f15;
}

#login input:last-of-type {
    width: 100px;
    margin: none;
}

h6.modal-title {
    color: #464849;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}


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

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

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

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

@media (min-width: 768px) and (max-width: 990px) {
    .bcm-wrap {
        display: inline-block !important;
        vertical-align: super;
        margin-right: 35px;
    }
    .mobile-search-menu {
        display: inline-block !important;
    }
}

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

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

@media (max-width: 350px) {
    #subpage h1 {
        word-wrap: break-word;
    }
}


/* 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) {}