/* VALUE:COLOR_2:#c21919
VALUE:COLOR_1: */

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

body {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

p {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.container {}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 36px;
    color: #4A3333;
    padding-bottom: 10px;
}

h1.title {
    margin-top: 16px;
}

h2 {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #4A3333;
    padding-bottom: 10px;
}

h2 a {
    text-decoration: none;
    color: #4A3333;
}

h2 a:hover {
    text-decoration: none;
    color: #4A3333;
}

h3 {
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #4A3333;
    padding-bottom: 10px;
}

h4, h5, h6 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}



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

a {
    color: #4A3333;
    font-family: inherit;
}

a:hover,
a:focus {
    color: #23527c;
}

a.login-button {
    display: inline-block;
    background: #a11d22;
    color: white;
    font-weight: bold;
    padding: calc(.75em - 3.5px) 3ch calc(.75em + 1px);
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    white-space: nowrap;
}

a.login-button:hover,
a.login-button:focus {
    background: #4A3333;
    text-decoration: none;
}


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

img {
    border: 0px;
}


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

.header-wrapper {
    padding: 10px 0px;
}

#logo-wrap {
    display: none;
    padding-right: 0px;
}

#logo-wrap img {
    max-width: 100%;
    height: auto !important;
}

.right-wrap {
    margin-top: 50px;
    text-align: right;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 330px) {
    .right-wrap {
        flex-direction: column;
        align-items: flex-end;
    }

    a.login-button {
        margin-right: 15px;
    }

    #mobile-menu-col {
        padding-top: 10px !important;
    }
}

/* Search Bar */

#search-input {
    max-width: 165px;
    display: inline-block;
    vertical-align: middle;
}

.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}

.search-input {
    background: transparent;
    border: 2px solid #fff;
}

#search-input ::-webkit-input-placeholder {
    color: #333333;
}

#search-input :-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
}

#search-input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
}

#search-input :-ms-input-placeholder {
    color: #333333;
}

.glyphicon-search:before {
    content: url("../images/search-icon.png");
}

#search-input input {
    border: 0px;
    box-shadow: none;
    height: 35px;
    color: #333333;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    padding: 0px 8px;
}

#search-input button {
    background: #76A8A1;
    border: 1px solid #6D5753;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 35px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #6D5753;
}

.input-group.search-input-wrap {
    border: 1px solid #6D5753;
    border-radius: 3px;
}


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

.navbar-nav>li a {
    color: #4A3333;
    font-family: inherit;
}

.nav>li>a:hover,
.nav>li>a:focus {
    color: #23527c;
}


/*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/


/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/


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

#slideshow-wrap {
    margin-bottom: 15px;
}

#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 {
    display: none;
    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:first-of-type {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    display: block;
    color: white;
    margin-bottom: 10px;
}

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

.carousel-indicators {
    bottom: 0px;
    text-align: left;
    left: 31.3%;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 0px;
    margin: 0 auto;
    margin-left: 7px;
    border-radius: 20px;
}

.carousel-indicators .active {
    background: #76A8A1;
    width: 12px;
    height: 12px;
    margin-left: 7px;
}


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


/*---------- news_feed_pages function ----*/

div#news-button-container {
    margin: 10px 0px 0px 0px;
    text-align: right;
}

div#news-button-verbiage {
    margin-right: 10px;
    display: inline-block;
    color: #5DB2D7;
}

div#news-button-container:active {
    margin: 9px 0px 0px -1px;
    /* keeps buttons from jumping around when pressed*/
}

div.news-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #5DB2D7;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0px;
}

div.nb-number:hover {
    opacity: 0.7;
    /*buttons move toward backgound color when hovered over*/
    cursor: pointer;
}

div.nb-number:active {
    /* make buttons look like they are being pressed when clicked*/
    opacity: 0.6;
    border-width: 2px 0px 0px 2px;
}

div.nb-selected {
    /* style the selected button */
    opacity: 0.5;
}

div#nb-ellipsis-left,
div#nb-ellipsis-right {
    background-color: transparent;
    color: #5DB2D7;
    border: 0px;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}


/*---------- END: news_feed_pages ----*/


/*----------------------------------Primary-Content*/


/*--------------------------------------------------------
	CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/

#left-index-wrap,
#left-index-wrap p {
    line-height: 22px;
}

#welcome-section-wrap,
#become-member-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}

#welcome-section-wrap p:last-child {
    margin-bottom: 0px;
}

a.join-now-btn {
    display: block;
    background: #76A8A1;
    width: 195px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 25px;
    font-family: 'Muli', sans-serif;
    line-height: normal;
}

a.join-now-btn:hover {
    background: #4A3333;
}


/* Login Members Area */

#memberlogin-wrap {
    margin-bottom: 15px;
}

#memberlogin-wrap .col-content-wrap {
    background: rgba(127, 127, 127, .10);
    padding: 28px 20px;
}

#memberlogin-wrap h3 {
    padding-bottom: 20px;
}

#memberlogin-wrap #login input {
    width: 320px !important;
    height: 35px;
    max-width: 100%;
    background: #fff;
    color: #333333;
    border: 1px solid #6D5753;
    border-radius: 3px;
    padding: 0px 12px;
}

#memberlogin-wrap #login input[type="submit"] {
    background: #76A8A1;
    color: #fff;
    border: 1px solid #76A8A1 !important;
    border-radius: 3px !important;
    padding: 0px;
    width: 175px !important;
    font-size: 18px;
    font-weight: bold;
}

#memberlogin-wrap #login input[type="submit"]:hover {
    background: #4A3333;
    border: 1px solid #4A3333 !important;
}

#memberlogin-wrap #login a {
    margin-bottom: 10px;
    display: block;
    color: #333333;
    font-style: normal;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
}

#memberlogin-wrap #login a:hover {
    text-decoration: none;
    background: transparent;
}


/* Events and News */

#events-wrap {
    margin-top: 15px;
}

#events-wrap h2 {
    padding-bottom: 20px;
}

#events-wrap .view-txt a {
    color: #0E4CA1;
    font-size: 16px;
}

.event-content {
    padding-bottom: 15px;
}

.event-date-wrap {
    background: #7F7F7F;
    border-radius: 3px;
    width: 15%;
    display: inline-block;
    vertical-align: top;
    max-width: 48px;
    margin-right: 10px;
    padding: 3px 0px;
}

.event-details-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 63px);
    position: relative;
    top: -5px;
}

.event-month {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: normal;
}

.event-date {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0px;
}

#event-container {
    padding-left: 0px;
    margin-left: -15px;
}

h3.event-title {
    font-weight: normal;
    padding-bottom: 5px;
}

a.ev-title-link {
    color: #76A8A1;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Muli', sans-serif;
}

a.ev-title-link:hover {
    text-decoration: none;
}

p.event-blurb {
    padding-top: 0px;
    margin-bottom: 0px;
    line-height: 18px;
}

a.events-btn {
    display: block;
    background: #76A8A1;
    width: 195px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 10px;
    font-family: 'Muli', sans-serif;
}

a.events-btn:hover {
    background: #4A3333;
}

.news-title-link {
    color: currentColor;
}


/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 215px);
    padding-top: 30px;
    padding-bottom: 40px;
}


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

.modal {
    overflow-y: visible;
}

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

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

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

#login input {
    width: 200px !important;
    height: 30px;
    border-radius: 0px;
    margin: 0px auto;
    margin-bottom: 15px;
    border: 1px solid #999;
    padding: 3px;
}

#login input[type="submit"] {
    background: #008EB4;
    color: #fff;
    border: 1px solid #008EB4 !important;
    border-radius: 2px !important;
    padding: 0px;
}

#login input[type="submit"]:hover {
    background: #00A551;
    border: 1px solid #00A551 !important;
    color: #fff;
}

#login a {
    margin-bottom: 10px;
    display: block;
    color: #00A551;
    font-style: italic;
    text-decoration: underline;
    font-size: 14px;
}

#login a:hover {
    color: #008EB4;
    text-decoration: none;
}

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

h6.modal-title {
    color: #008EB4;
    font-size: 20px;
    font-weight: 700;
}


/*--------------------------------------------------------
    FOOTER
--------------------------------------------------------*/

.footer-wrapper {
    margin-top: 30px;
    background: #DDB998;
    color: #333333;
    padding: 20px 15px 8px;
}

.footer-wrapper p {
    color: #333;
    font-size: 16px;
}

.footer-wrapper a {
    color: #333;
    text-decoration: underline;
}

.footer-text a {
    color: #333;
    font-size: 16px;
    text-decoration: underline;
}

.footer-text a:hover {
    color: #333;
    text-decoration: none;
}


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


/*-------------------------------End-Footer Menu*/


/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/


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

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

@media (min-width: 991px) {
    #nav-wrap.visible-lg {
        display: block !important;
    }
    #mobile-menu-col.hidden-lg {
        display: none !important;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    #main-menu {
        /* width: 80% !important; */
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .right-wrap {
        margin-top: 15px;
    }
    #search-input {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    #memberlogin-wrap #login input {
        width: 100% !important;
    }
    .right-wrap {
        margin-top: 15px;
    }
    #memberlogin-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    #memberlogin-wrap #login input {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    #subpage {
        min-height: calc(100vh - 251px);
    }
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    #logo-wrap {}
     ::i-block-chrome,
    #logo-wrap svg {}
}


/* Internet Browser */

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