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

body {
    font-size: 16px !important;
    font-family: 'PT Sans', arial, sans-serif !important;
}

p {
    color: #202123;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'PT Sans', sans-serif;
}

.row {
    margin-right: 0;
    margin-left: 0;
}


/*--------------------------------------------------------
    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;
}

h1 {
    color: #A5A042;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0 20px 0;
    font-family: 'PT Sans', sans-serif;
}

h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 25px 0;
    font-family: 'PT Sans', sans-serif;
}


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

a {
    color: #990000;
}

a:hover {
    color: #EF373B;
}

a.black {
    color: #000000;
}

a.white {
    color: #ffffff;
}

a.white:hover {
    color: #cecece;
}


/*--------------------------------------------------------
    IMAGES
--------------------------------------------------------*/

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


/*--------------------------------------------------------
    MODAL LOGIN
--------------------------------------------------------*/

.modal-content {
    width: 280px;
    border-radius: 0;
}

.modal-dialog {
    width: 280px;
    margin: auto;
    display: block;
    text-align: center;
}

.modal-body {
    padding: 20px;
}

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

#login input[type="text"],
#login input[type="password"] {
    text-indent: 0px;
    padding: 5px 10px;
    margin: 1px 0 7px;
    border: 1px solid #104476;
}

#login input[type="submit"] {
    color: #fff;
    border: none;
    box-shadow: none;
    padding: 5px 10px;
    background-color: #E25B10;
    text-transform: uppercase;
}


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

#header-wrap {
    margin: 40px 0 20px;
}

#logo-wrap {
    float: left;
}

#right-wrap {
    float: right;
}

#social-media {
    float: right;
    margin: 10px 0 15px;
}

#social-media a:hover {
    text-decoration: none;
}

#social-media a img {
    width: 47px;
}

#social-media a img:hover {
    opacity: 0.8;
}

#search-area {
    float: right;
}

#right-wrap form#searchbox {
    border: 2px solid #104476;
}

#right-wrap input#q {
    width: 85%;
    float: left;
    border: none;
    color: #104476;
    font-size: 18px;
    background: transparent;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
}

#right-wrap input.search-button {
    width: 24px;
    margin: 5px;
    height: 24px;
    border: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url('../images/search-icon.png');
}

#right-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #104476;
}

#right-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #104476;
}

#right-wrap :-ms-input-placeholder {
    /* IE 10+ */
    color: #104476;
}

#right-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #104476;
}

#main-menu {
    float: right;
    padding-left: 0;
    padding-right: 0;
}

#nav_menu {
    padding: 0 3px;
}

#nav_menu .nav>li>a {
    color: #104476;
    font-size: 16px;
    text-transform: uppercase;
}

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

li.mLogin {
    margin: 5px 0;
    background-color: #E25B10;
}

.mLogin a {
    font-weight: bold;
    color: #fff !important;
    padding: 8px 19px !important;
}

.mLogin a:hover {
    opacity: 0.8;
}

#slide-wrap {
    border-top: 7px solid #104476;
    border-bottom: 7px solid #104476;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
}

.carousel-control.left,
.carousel-control.right {
    display: none;
}


/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/

#mobileMenuWrapper {
    position: fixed;
    top: -1px;
    bottom: 0px;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 225px;
    max-width: 100%;
    background-color: #AD6336;
    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 {
    color: #104476;
    float: right;
    display: inline;
    font-size: 22px;
    cursor: pointer;
    transform: rotate(45deg);
}

#mobileMenuWrapper #mobile-menu a {
    width: 100%;
    color: #104476;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
}

#mobileMenuWrapper ul.mDropdown {
    margin: 0 15px;
    display: none;
}

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

#mobile-menu a {}

#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

#mobile-menu-col {
    top: 0;
    right: 20px;
    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: 35px;
    height: 35px;
}

li.mobile-login {
    width: 30%;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #E25B10;
}

.mobile-login a {
    color: #fff !important;
    font-weight: bold !important;
    padding: 8px 15px 2px !important;
}


/*.caret {
    border-top: 4px solid #fff;
}*/

#mobile-menu .social-wrap {
    margin: 30px 0 15px;
    display: inline-block;
}

#mobile-menu li.social-wrap a img {
    width: 40px;
}

#mobile-menu li.social-wrap a {
    padding: 0 2px;
}

.search-wrap form#searchbox {
    margin-bottom: 20px;
    border: 2px solid #104476;
}

.search-wrap input#q {
    float: left;
    border: none;
    color: #104476;
    font-size: 18px;
    background: transparent;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
}

.search-wrap input.search-button {
    width: 24px;
    margin: 5px;
    height: 24px;
    border: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url('../images/search-icon.png');
}


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

#slideshow-btm {
    background-color: #F6F2EF;
}

#sbtm-left {
    margin-top: 10px;
}

#sbtm-left h1 {
    margin: 0 0 20px 0;
}

#sbtm-left p {
    margin: 0;
    color: #241F20;
    font-size: 18px;
    line-height: 26px;
}

#sbtm-left span {
    color: #A5A042;
    text-decoration: underline;
}

#sbtm-left a {
    float: right;
    color: #A5A042;
    font-size: 18px;
}

#sbtm-right {
    /* height: 100%;
    display: block;
    padding: 40px 60px;*/
    background-color: #104476;
}

#sbtm-right p {
    margin: 0;
    color: #fff;
    font-size: 38px;
    line-height: 40px;
    padding: 40px 60px;
    text-align: center;
}

#membership-area {
    background-color: #89AC1A;
}

#membership-area a:hover {
    text-decoration: none;
}

#marea-left p {
    color: #F6F2EF;
    font-size: 26px;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 15px;
}

#marea-right {
    background-color: #fff;
}

#marea-right img {
    margin-top: 10px;
}

#marea-right p {
    margin: 0;
    color: #241F20;
    font-size: 20px;
}

#quick-links {
    background-color: #F6F2EF;
}

#quick-links p a {
    z-index: 1;
    margin: 0;
    position: relative;
    color: #990000;
    font-weight: normal;
    font-size: 20px;
    text-transform: none;
}

#quick-links a {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
}

#quick-links a:hover {
    opacity: 0.8;
    text-decoration: none;
}

#quick-links p {
    color: #241F20;
    font-size: 20px;
    margin-top: 30px;
}

#community,
#advocacy,
#service {
    opacity: 0.9;
    padding-top: 50px;
    padding-bottom: 30px;
}

#community a {
    z-index: 1;
    margin: 144px 55px;
}

#advocacy a {
    z-index: 1;
    margin: 144px 74px;
}

#service a {
    z-index: 1;
    margin: 144px 97px;
}

.circle-wrap {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    background-color: #306F37;
}

.circle-wrap img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    margin: 0 auto;
    display: inline;
    object-fit: cover;
}

#sponsor {
    height: 228px;
}

#sponsor a.carousel-control.left,
#sponsor a.carousel-control.right {
    background: transparent;
}

#sponsor ol.carousel-indicators {
    display: none;
}

#sponsor img {
    width: 85%;
    max-width: 100%;
    padding: 68px 0;
}

#contact {
    height: 228px;
    padding: 25px 0;
    background-color: #F2D7BB;
}

#contact p {
    margin: 0;
    color: #104476;
    font-size: 20px;
    line-height: 26px;
}

#contact a {
    top: 20px;
    color: #104476;
    font-size: 20px;
    position: relative;
}

#chca-fund {
    background-color: #306F37;
}

#chca-fund img {
    padding: 28px 0 29px;
}


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

#main-container-page {
    border-top: 7px solid #104476;
}

#page {
    padding: 40px 30px;
}


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

#footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #104476;
}

.fb_iframe_widget iframe,
.fb_iframe_widget span {
    height: 390px !important;
}

#chca-list ul,
#chestnut-hill ul {
    padding-left: 0;
}

#chestnut-hill ul {
    margin-top: 50px;
}

#chca-list ul li,
#chestnut-hill ul li {
    list-style: none;
}

#chca-list ul li a,
#chestnut-hill ul li a {
    color: #fff;
    font-size: 20px;
}

#gcal {
    background-color: transparent;
}

#gcal table.fc-header {
    border-radius: 4px;
    background-color: #89AC1A;
}

#gcal .fc-header-title h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}

#gcal span.fc-button.fc-button-prev.fc-state-default.fc-corner-left.fc-corner-right,
#gcal span.fc-button.fc-button-next.fc-state-default.fc-corner-left.fc-corner-right {
    color: #fff;
    border: none;
    margin: 5px 0;
    box-shadow: none;
    background: transparent;
}

#gcal span.fc-button.fc-button-today.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
    display: none;
}

#gcal .fc-widget-header,
.fc-widget-content {
    border: none;
}

#gcal .fc-grid .fc-other-month .fc-day-number {
    display: none;
}

#gcal .fc-content {
    margin-top: 20px;
}

#gcal .fc-state-highlight {
    background-color: transparent;
}

#gcal .fc-state-highlight .fc-day-number {
    color: #fff !important;
    background: #89AC1A !important;
}

#gcal .fc-grid .fc-day {
    background: white;
    border: 5px solid #104476;
}

#gcal .fc-grid .fc-day-number {
    float: none;
    padding: 6px 0;
    margin: 1px 2px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    /*    background-color: #fff;*/
}

#gcal .fc-widget-header {
    color: #fff;
    padding-bottom: 10px;
}

#gcal .fc-event {
    margin-top: -10px;
}

#footer-btm {
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer-btm p {
    font-size: 20px;
    color: #434446;
}

#footer-btm a {
    color: #434446;
}

#footer-btm span {
    top: 10px;
    position: relative;
}


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

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

@media (min-width: 991px) and (max-width: 1199px) {
    .container {}
    #right-wrap {
        width: 30%;
    }
    #logo-wrap {
        width: 70%;
    }
    #social-media img {
        width: 45px !important;
    }
    #right-wrap input#q {
        width: 82%;
    }
    #main-menu {
        width: 100%;
        margin-top: 10px;
    }
    #mobile-toggle {
        display: none;
    }
    #sbtm-left {
        padding: 3px 25px;
    }
    #sbtm-left p {
        line-height: 22px;
    }
    #sbtm-right {
        padding: 20px 60px;
    }
    #sbtm-right p {
        font-size: 34px;
        line-height: 36px;
        padding: 0 15px;
    }
    #marea-left {
        width: 60%;
    }
    #marea-right {
        width: 40%;
    }
    #marea-right p {
        font-size: 16px;
    }
    #quick-links a {
        font-size: 40px;
    }
    #community a {
        z-index: 1;
        margin: 113px 33px;
    }
    #advocacy a {
        z-index: 1;
        margin: 113px 49px;
    }
    #service a {
        z-index: 1;
        margin: 113px 70px;
    }
    .circle-wrap {
        width: 275px;
        height: 275px;
    }
    #quick-links p {
        font-size: 18px;
        margin-top: 20px;
        line-height: 22px;
    }
    #community,
    #advocacy,
    #service {
        padding-top: 30px;
    }
    #sponsor {
        height: 206px;
    }
    #contact {
        height: 206px;
        padding: 27px 0;
    }
    #contact p {
        font-size: 18px;
        line-height: 21px;
        padding: inherit;
    }
    #chca-fund {
        height: 206px;
    }
    #chca-fund p {
        font-size: 18px;
        line-height: 22px;
    }
    #chca-list ul li a,
    #chestnut-hill ul li a {
        font-size: 18px;
    }
    #footer-btm p {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {}
    #header-wrap {
        margin: 20px 0 20px;
    }
    #social-media {
        margin: 0 10px 0 85px;
        float: left;
    }
    #social-media img {
        width: 38px !important;
    }
    #search-area {
        float: right;
    }
    #logo-wrap {
        margin: 20px 0 0;
    }
    #right-wrap input#q {
        width: 82%;
    }
    #sbtm-left {
        padding: 10px 30px 15px;
    }
    #sbtm-left p {
        line-height: 22px;
    }
    #sbtm-right {
        padding: inherit;
    }
    #sbtm-right p {
        font-size: 34px;
        line-height: 38px;
        padding: 40px 15px;
    }
    #marea-right p {
        font-size: 16px;
    }
    #quick-links a {
        font-size: 30px;
    }
    #community a {
        z-index: 1;
        margin: 84px 24px;
    }
    #advocacy a {
        z-index: 1;
        margin: 84px 37px;
    }
    #service a {
        z-index: 1;
        margin: 85px 52px;
    }
    .circle-wrap {
        width: 205px;
        height: 205px;
    }
    #quick-links p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 20px;
    }
    #community,
    #advocacy,
    #service {
        padding-top: 30px;
    }
    #sponsor {
        height: 206px;
    }
    #contact {
        height: 206px;
        padding: 15px 0;
    }
    #contact p,
    #contact a {
        font-size: 16px;
        line-height: 18px;
        padding: inherit;
    }
    #chca-fund {
        height: 206px;
    }
    #chca-fund p {
        font-size: 18px;
        line-height: 22px;
    }
    #chca-list ul li a,
    #chestnut-hill ul li a {
        font-size: 18px;
    }
    #footer-btm p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .container {}
    #header-wrap {
        margin: 20px 0 20px;
    }
    #social-media {
        margin: 0;
        float: left;
    }
    #search-area {
        float: right;
    }
    #social-media img {
        width: 38px !important;
    }
    #right-wrap input#q {
        width: 82%;
    }
    #sbtm-left {
        padding: 10px 25px;
    }
    #sbtm-left p {
        line-height: 22px;
    }
    #sbtm-right {
        padding: 10px 0;
    }
    #sbtm-right p {
        font-size: 28px;
        line-height: 30px;
        padding: 25px 15px;
    }
    #marea-left p {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #marea-right p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #marea-right img {
        margin-top: 20px;
    }
    #quick-links a {
        margin: auto;
        display: block;
        color: #89AC1A;
        font-size: 40px;
        position: relative;
        text-align: center;
    }
    #community a,
    #advocacy a,
    #service a {
        margin: 0;
        z-index: 1;
    }
    .circle-wrap {
        width: 320px;
        height: 320px;
    }
    #quick-links p {
        font-size: 18px;
        margin-top: 20px;
        line-height: 22px;
    }
    #community,
    #advocacy,
    #service {
        padding-top: 30px;
    }
    #community img,
    #advocacy img,
    #service img {
        display: block;
        margin: auto;
    }
    #sponsor .carousel-inner>.item>img {
        margin: auto;
        width: inherit;
    }
    #contact {
        height: 206px;
        padding: 27px 0;
    }
    #contact p,
    #contact a {
        font-size: 18px;
        line-height: 22px;
    }
    .fb-page,
    .fb-page iframe[style],
    .fb-page span {
        position: inherit !important;
    }
    #chca-fund {
        height: 206px;
    }
    #chca-fund p {
        font-size: 18px;
        line-height: 22px;
    }
    #chca-fund img {
        margin: auto;
        display: block;
        padding: 17px 0 18px 0;
    }
    #chca-list ul li a,
    #chestnut-hill ul li a {
        font-size: 18px;
    }
    #footer-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #footer-btm p {
        font-size: 18px;
    }
    #fb-feed,
    #chca-list,
    #chestnut-hill,
    #calendar {
        padding: 20px 15px;
    }
    #chestnut-hill ul {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .container {}
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    p {
        font-size: 16px;
    }
    a {
        font-size: 16px;
    }
    #header-wrap {
        margin: 20px 0 20px;
    }
    #social-media {
        margin: 0;
        float: left;
    }
    #search-area {
        float: right;
    }
    #social-media img {
        width: 38px !important;
    }
    #right-wrap input#q {
        width: 82%;
    }
    #sbtm-left {
        padding: 10px 25px;
    }
    #sbtm-left p,
    #sbtm-left a {
        font-size: 16px;
        line-height: 22px;
    }
    #sbtm-right {
        padding: 10px 0;
    }
    #sbtm-right p {
        font-size: 24px;
        line-height: 28px;
        padding: 28px 15px;
    }
    #marea-right p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #quick-links a {
        margin: auto;
        display: block;
        color: #89AC1A;
        font-size: 40px;
        position: relative;
        text-align: center;
    }
    #quick-links p {
        font-size: 18px;
        margin-top: 20px;
        line-height: 22px;
    }
    #community,
    #advocacy,
    #service {
        padding-top: 30px;
    }
    #community a,
    #advocacy a,
    #service a {
        margin: 0;
        z-index: 1;
    }
    .circle-wrap {
        width: 275px;
        height: 275px;
    }
    #community img,
    #advocacy img,
    #service img {
        display: block;
        margin: auto;
    }
    #sponsor .carousel-inner>.item>img {
        margin: auto;
        width: inherit;
    }
    #contact {
        height: 206px;
        padding: 27px 0;
    }
    #contact p {
        font-size: 18px;
        line-height: 21px;
    }
    .fb-page,
    .fb-page iframe[style],
    .fb-page span {
        position: inherit !important;
    }
    #chca-fund {
        height: 206px;
    }
    #chca-fund p {
        font-size: 18px;
        line-height: 22px;
    }
    #chca-fund img {
        margin: auto;
        display: block;
        padding: 17px 0 18px 0;
    }
    #chca-list ul li a,
    #chestnut-hill ul li a {
        font-size: 18px;
    }
    #footer-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #footer-btm p {
        font-size: 16px;
        line-height: 18px;
    }
    #fb-feed,
    #chca-list,
    #chestnut-hill,
    #calendar {
        padding: 15px;
    }
    #chestnut-hill ul {
        margin-top: 0;
    }
}