/*
// VALUE:COLOR_1:#1F9B9B
// VALUE:COLOR_2:#B39F4D
// VALUE:COLOR_3:#614761
*/
/*--------------------------------------------------------
    FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-size: 15px;
    font-family: "Open Sans", sans-serif;
}
p {
    color: #262728;
    font-size: 15px;
    line-height: 22px;
}

/*--------------------------------------------------------
    ALIGNMENT
--------------------------------------------------------*/
.txt-c { text-align: center; }
.txt-l { text-align: left; }
.txt-r { text-align: right; }

/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
    font-family: serif;
}

h1 {
    color: #1F9B9B;  /* REPLACE:COLOR_1 */
    font-size: 39px;
    margin-top: 30px;
    margin-bottom: 15px;
}
h2 {
    color: #1F9B9B;  /* REPLACE:COLOR_1 */
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h3 {
    color: #1F9B9B;  /* REPLACE:COLOR_1 */
    font-size: 24px;
    margin-bottom: 15px;
}   
h4 {
    color: #B39F4D;  /* REPLACE:COLOR_2 */
    font-size: 15px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}
/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/
a {
    color: #C32026;  /* REPLACE:COLOR_2 */
    /*color: /*COLOR3*/ /*#B39F4D /*END_COLOR3*/
}
a:focus, a:hover {
    color: #98863F;
    text-decoration: none;
}

/*--------------------------------------------------------
    IMAGES
--------------------------------------------------------*/
img { border: 0px; max-width: 100%;}

/*--------------------------------------------------------
    MODAL LOGIN
--------------------------------------------------------*/
.modal-dialog {
    width: 280px;
}
.modal-body {
    padding: 10px 20px 20px;
}
#login form input {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0 0;
}

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

#header-left .logo-wrap {
    width: 255px;
    height: 95px;
    margin: 20px 0 15px;
}
.logo-wrap a:hover {
    text-decoration: none;
}   
#header-left .chapter-wrap{
    margin-top: -30px;
    margin-bottom: 30px;
    color: #1F9B9B;
}
@media (max-width: 480px) {
    #header-left .chapter-wrap{
        margin-top: 40px;
        margin-bottom: 0px;
    }
}
#header-right {
    padding-top: 45px;
}

#header-right .social-wrap {
    float: left;
    margin: 4px 0 0 35px;
}
#header-right .social-wrap img {
    display: inline-block;
}
    .social-wrap a {
        margin-right: 5px;
    }

#header-right .search-wrap {
    float: right;
    width: 59%;
    margin: 2px 0;
}
    #searchbox .input-group #q {
        width: 236px;
        border-color: #6D6E70;
        border-radius: 3px 0 0 3px;
        border-right: none;
    }
    #searchbox .input-group-addon {
        border-color: #6D6E70;
        background: transparent;
        padding: 0px 9px 3px 9px;
        border-radius: 0 3px 3px 0;
        border-left: none;
    }
    #searchbox .input-group-addon .search-button {
        display: inline-block;
        position: relative;
        width: 14px;
        height: 16px;
        font-size: 5px;
        border: 2px solid #614761;  /* REPLACE:COLOR_3 */
        /*border: 2px solid /*COLOR1*/ /*#614761 /*END_COLOR1*/
        border-radius: 15px;
        background: transparent;
    }
    #searchbox .input-group-addon .search-button::before {
        content: "";
        display: inline-block;
        position: absolute;
        background: #614761;  /* REPLACE:COLOR_3 */
        /*background: /*COLOR1*/ /* #614761 /*END_COLOR1*/
        transform: rotate(50deg);
        height: 4px;
        width: 8px;
        right: -5px;
        bottom: -5px;
        border-width: 0;
        border-radius: 0 5px 5px 0;
    }

#mobile-header {
    text-align: right;
}
#mobile-header .social-wrap,
#mobile-header .search-wrap {
    margin-top: 10px;
}

/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/
#mobileMenuWrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 315px;
    max-width: 100%;
    background-color: #FFF;
    border: 1px solid #CCC;
    transition: all 300ms cubic-bezier(1, 0.01, 0, 1) 0s;
}
#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
}
#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 0px 20px 10px;
}
#mobileMenuWrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#mobile-menu > li#triggerClose {
    float: right;
    display: inline;
    font-size: 22px;
    cursor: pointer;
    transform: rotate(45deg);
}
#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
    color: #333333;
    margin: 15px 0 0 0;
}
#mobileMenuWrapper ul.mDropdown {
    margin: 0 15px;
    display: none;
}
#mobileMenuWrapper .mDropdown.open {
    display: block;
}
#mobile-menu a:hover {
    text-decoration: underline;
}
#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}
#mobile-menu-col {
    float: right;
    margin-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
}
#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;
}
#mobile-logo svg#logo path#circle {
    /*fill: /*COLOR1*/ /*#614761 /*END_COLOR1*/
    fill: #614761;  /* REPLACE:COLOR_3 */
}

    svg#burger {
        width: 35px;
        height: 35px;
    }
    g#burger-path rect {
        fill: #614761;  /* REPLACE:COLOR_3 */
        /*fill: /*COLOR1*/ /*#614761 /*END_COLOR1*/
    }

#mobile-search {
    margin-top: 35px;
}
#mobile-search .input-group-addon {
    top: 0px;
    border-radius: 0px;
    position: relative;
    background-color: transparent;
    padding: 6px 7px 2px 7px;
    border-radius: 0px 5px 5px 0px;
}
#mobile-search #searchbox .input-group #q {
    width: 115px;
    border-radius: 5px 0px 0px 5px;
}
#mobile-search #q {
    width: 92%;
    float: right;
}
#mobile-search .input-group-addon .search-button {

}
.mobile-social-icons {
    display: inline-block;
    float: right;
    padding: 10px 2px 0 5px;
}
.mobile-social-icons a {
    margin: 0 !important;
}
.mobile-social-icons a svg {
    width: 33px;

}

#slide-col {
    padding-left: 0px;
    padding-right: 0px;
}

#main-content-col {

}
    #main-content-col h1 {
        padding-bottom: 5px;
        margin-top: 10px;
    }

#sidebar-col {

}
    #sidebar-events h3 {
        padding-bottom: 5px;
        margin-top: 25px;
    }
    #sidebar-events, #sidebar-news {
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }
    #sidebar-events .event-item,
    #sidebar-news .news-item {
        float: left;
        margin: 0 0 15px;
    }
    h4.event-title, h4.news-title {
        padding: 0;
        margin: 0;
    }
    .event-date, .news-date {
        color: #4E4E4E;
        font-size: 15px;
        font-weight: 600;
    }
    .event-blurb, .news-blurb {
        float: left;
        color: #4E4E4E;
        margin: 5px 0 0;
        font-size: 15px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
    }

/*--------------------------------------------------------
    INDEX / MAIN BODY
--------------------------------------------------------*/
#index-wrap {
    padding-bottom: 40px;
}
#nav-col, #NP {

}
#nav-col .nav > li {
    width: 100%;
}
#nav-col .nav > li > a {
    font-size: 16px;
    color: #666666;
    padding: 10px 11px;
    cursor: pointer;
    font-family: "Georgia", sans-serif;
}
#nav-col .nav > li > a:hover,
#nav-col .nav > li > a:focus {
    background-color: transparent;
}
#nav-col .nav .open > a,
#nav-col .nav .open > a:hover,
#nav-col .nav .open > a:focus {
    background-color: transparent;
}

/*--------------------------------------------------------
    CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/
#main-container-page {
    padding-bottom: 50px;
}
#page {

}
.index-wrapper .row {
    margin-bottom: 20px;
}
/*--------------------------------------------------------
    FOOTER
--------------------------------------------------------*/
#footer-container {
    background-color: #1F9B9B;  /* REPLACE:COLOR_3 */
    /*background-color: /*COLOR1*/ /*#614761 /*END_COLOR1*/
}
#footer-wrap {
    padding-top: 20px;
    padding-bottom: 60px;
}
#footer-wrap #footer-left p {
    margin: 0 0 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
#footer-wrap #footer-left a {
    color: #FFF;
    font-size: 15px;
    text-align: center;
}
#footer-wrap #footer-left a:hover {
    text-decoration: underline;
}
#footer-wrap #footer-right {
    margin-top: 40px;
}
#footer-wrap #footer-right p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
#footer-wrap #footer-right a {
    color: #fff;
    font-size: 15px;
}

/* ------------------------------------------------ */
/*   Media Query
/* ------------------------------------------------ */
@media (min-width: 990px) and (max-width: 1199px) { 
    .container { }
    #header-right .social-wrap {
        float: left;
        margin: 4px 0px 0px 5px;
    }
    #header-right .search-wrap {
        width: 57%;
    }
    #searchbox .input-group #q {
        width: 176px;
    }
    #searchbox .input-group-addon {
        padding: 0px 10px 7px 10px;
    }
    #nav-wrap {
        margin-top: -70px;
    }
    #nav-wrap #nav-col {
        display: none;
    }
    #nav-col .nav > li > a {
        font-size: 14px;
        padding: 10px 8px;
    }
    #slide-col {
        width: 100%;
    }
    .index-wrapper {
        width: 100%;
    }
    #main-content-col {
        left: 0px;
        width: 68%;
    }
    #sidebar-col {
        width: 30%;
        left: 2%;
    }
    #page h2 {
        text-align: center;
    }
    #page {
        width: 100%;
    }

}

@media (min-width: 992px) {
    #nav-wrap {

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container { }
    h4 {
        font-size: 20px;
    }
    #nav-wrap #nav-col {
        display: none;
    }
    #mobile-menu-col {
        top: -40px;
        right: 0;
    }
    #header-wrap {
        margin-bottom: 0px;
    }
    #header-right .social-wrap {
        margin-left: 25px;
    }
    #header-right .search-wrap {
        width: 56%;
    }
    #searchbox .input-group #q {
        width: 190px;
    }
    #searchbox .input-group-addon {
        padding: 3px 10px 6px 12px;
    }
    .sidebar-events {
        padding-right: 15px;
    }
    .sidebar-news {
        padding-left: 15px;
    }
    h4.event-title, h4.news-title {
        float: left;
        margin: 3px 0;
    }
    .event-date, .news-date { 
        margin: 0px 10px;
        font-size: 20px;
    }
    .carousel-control {
        /*top: 40px;*/
    }
    #page h2 {
        text-align: center;
    }

}   

@media (max-width: 767px) {
    .container { }
    h1 {
        text-align: center;
    }
    h2 {
        text-align: center;
    }
    h4 {
        font-size: 20px;
    }
    #header-wrap {
        margin-bottom: 0px;
    }
    #mobile-menu-col {
        top: -80px;
        right: 0px;
    }
    .sidebar-events {
        padding-right: 15px;
    }
    .sidebar-news {
        padding-left: 15px;
    }
    #header-left {
        padding-left: 15px;
    }
    #header-right {
        padding-top: 10px;
    }
    #header-right .social-wrap {
        float: right;
    }
    .social-wrap a {
        margin-right: 0;
        margin-left: 5px;
    }
    #header-right .search-wrap {
        width: 70%;
        float: right;
        margin-top: 10px;
    }
    #searchbox .input-group #q {
        width: 100%;
    }
    #main-content-col {
        padding-left: 15px;
    }
    #sidebar-col {
        padding-right: 15px;
    }
    
}

@media (max-width: 480px) {
    .container { }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 17px;
    }
    #header-left, #header-right {
        width: 100%;
    }
    #header-left .logo-wrap {
        width: initial;
    }
    #header-left .logo-wrap img {
        margin: 0 auto;
        display: block;
    }
    #header-right .social-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    #header-right .search-wrap {
        margin: 0;
        width: 100%;
    }
    #header-wrap {
        margin-bottom: 0px;
    }
    .sidebar-events {
        padding-right: 0;
        width: 100%;
    }
    .sidebar-news {
        padding-left: 0;
        width: 100%;
    }
}

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

}



