/*-------------General*/
body {
    ;
    font-family: 'Roboto';
    background-color: #FFF;
}
body .entry-content {
}
a {
    color: #000;
}
a:hover {
    color: #ccc;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: ;
    font-family: 'Roboto';
    color: #000000;
}
.entry-content {
    padding-left: 15px;
    padding-right: 15px;
}
.table {
    }
.vc_tta-container p {
    color: #000;
}
/*------------ Buttons */
.btn.btn-primary {
    background-color: #c22117 !important;
    border-color: #c22117 !important;
    color: #FFF !important;
}
.btn.btn-primary:hover {
    background-color: #FFF !important;
    color: #000 !important;
}

/*-------------Site Structure*/
#content.site-content, .vc_desktop #content.site-content {
    padding-top: 1.75rem;
}
@media(min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

/*-------------Navigation/Header*/
header#masthead {
            background-color: #c22117;
    }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #FFF;
    font-size: 19.2px;
    font-weight: 800;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 1.5rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.active > a {
    color: #000000;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 800;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {
    padding-right: 0;
}
.navbar-brand img {
    width: 100%;
    max-width: 153px;
}
.navbar-toggler {
    border: none;
}
.navbar-light .navbar-toggler {
    color: #FFF;
    font-size: 2rem;
}
.site-title {
    color: #FFF;
    font-size: 3rem;
    font-family: 'Roboto';
    font-weight: 900;
    text-transform: uppercase;
}
.site-title:hover {
    color: #FFF;
    text-decoration: none;
}

/*-------------Individual pages */
header.entry-header.banner .entry-title {
    background-color: #c22117;
    color: #FFF;
    padding: 15px;
    font-size: 2rem;
    font-weight: 900;
}

/*-------------Levy Calculator */
.table td {
    font-weight: normal;
}
.ag-input-notes {
    font-weight: normal;
    margin-top: 15px;
}
.ag-input-notes a {
    text-decoration: underline;
}

/*-------------Sidebar */
aside#secondary > .sidebar-container {
    padding-bottom: 50px;
}
.widget > p {display:none;}
.widget-title {
    background-color: #c22117;
    color: #FFF;
    font-weight: 900;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}
.wadp-post-list {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 15px;
}
.wadp-post-list li {
    padding: 5px 0px;
}
.wadp-post-list li a {
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
}
#meeting-dates .wadp-post-list li a {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 700;
}
#elections .widget-title {
    background-color: #FFF;
    color: #c22117;
    border-bottom: 3px solid #c22117;
}
#socials {
    margin-top: 50px;
}
#socials ul {
    list-style: none;
    padding: 0 10px;
}
#socials ul li {
    text-align: center;
}
#socials ul li a {
    font-size: 1rem;
    word-break: break-word;
    color: #c22117;
    font-weight: 900;
}
#meeting-dates,
#elections,
#socials {
    padding: 0 0 10px 0;
    background-color: #efefef;
}
#project-image-swap-button {
    border: none;
    outline: 0;
    background-color: #e2e2e2;
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.2rem;
    height: 90%;
    width: 100%;
    padding: 15px 15px 15px 50px;
    text-align: left;
    position: relative;
    top: 5%;
}
#project-image-swap-button i.fas.fa-chevron-left {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 35px;
}

.wadp-parent-quote blockquote {
    color: #000;
    font-size:1.25rem;
    padding: 20px 50px;
    text-align: left;
}
.wadp-parent-quote blockquote .wadp-quote-author {
    display: block;
    text-align: right;
    font-weight: 700;
}
.wadp-parent-quote blockquote strong {
    position: relative;
}
.wadp-parent-quote blockquote .open-quote,
.wadp-parent-quote blockquote .close-quote {
    font-size: 3.25rem;
}
span.open-quote {
    position: absolute;
    left: -30px;
    top: -15px;
}
span.close-quote {
    line-height: 0;
    vertical-align: middle;
}

.tns-slider .tns-item img {
    width: 100%;
}

/*-------------Campaign Q&A */
.campaign-qa-header h3 {
    font-weight: 900;
}
.campaign-qa-header p {
    margin-bottom: 0;
}
.campaign-qa-header,
#commentform {
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
p.comment-awaiting-moderation {
    padding-left: 20px;
    margin-top: 15px;
    font-weight: 900;
}
.campaign-qa-header {
    border-top: 25px solid #c22117;
}
#commentform .form-submit {
    margin-bottom: 0;
}
.comment-list .card {
    border-radius: 10px;
}
.comment-list .card-header {
    background-color: transparent;
    border-bottom:none;
    padding-bottom: 0;
}
.comment-list .card-header h5 {
    font-weight: 900;
    margin-bottom: 0;
}
.comment-reply-container #reply-title {
    background-color: #c22117;
    color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0;
    padding: 20px;
    font-weight: 900;
}
.comment-reply-container #respond form {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.comment-reply-container #reply-title small {
    display: block;
}
.comment-list .comment {
    font-weight: normal;
}
.comment .card-footer {
    background-color: transparent;
}
.comment-list .comment.byuser footer {
    display: none;
}
a#cancel-comment-reply-link {
    display: block;
}
div.comment-reply-form {
    padding-left: 40px;
}
.comment-reply-form,
label[for="comment"] {
    display: none;
}
.logged-in-as {
    display: none;
}
/** Calendar */
#calendar {
    background-color: #FFF;
    padding: 10px;
}
.cal-container {
    padding: 10px;
}
.cal-day-today span[data-cal-date] {
    color: #212529;
}
span[data-cal-date],
.cal-date-text,
.cal-month-box .cal-day-today span[data-cal-date] {
    font-size: 1em;
    position: relative;
    z-index: 1;
}
.cal-day-inmonth span,
.cal-day-weekend span[data-cal-date] {
    margin-right: 0;
    margin-left: 1px;
    color: #000;
}
.cal-month-day {
    height: 30px;
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
    min-height: 30px;
}
.events-list {
    max-height: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 0;
}
.cal-cell .event {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    border: none;
    background-color: #c22117;
    opacity: 1;
    transition: opacity .3s;
}
.cal-cell .event:hover {
    opacity: .8;
}
.cal-header {
    background-color: #FFF;
    text-align: center;
    margin-bottom: 0;
    padding: 5px 0px;
}
.cal-day-today {
    background-color: rgba(0,0,0,.2);
}
.cal-date-text.date-has-event, .cal-month-box .cal-day-today .cal-date-text.date-has-event {
    color: #FFF;
    opacity: 1;
}
.cal-date-text.date-has-event {
    position: relative;
    z-index: 1;
}
.events-list a:hover {
    text-decoration: none !important;
}
#cal-day-tick,
#cal-week-box,
#cal-slide-box {
    display: none !important;
}

/** -------------- Home project gallery */
button.home-project-gallery-next,
button.home-project-gallery-prev {
    background: none;
    border: none;
    font-size: 24px;
    display: inline-block;
    border: none !important;
    background-color: transparent !important;
}
button.home-project-gallery-prev {
    margin-right: 25px !important;
}
button.home-project-gallery-next {
    margin-left: 25px !important;
}
#project-gallery-thumbs {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: flex;
    justify-content: space-between;
}
#project-gallery-thumbs li {
    padding: 5px;
}
#project-gallery-thumbs li img {
    border: 2px solid transparent;
}
#project-gallery-thumbs li.tns-nav-active img {
    border: 2px solid #c22117;
}
#project-gallery-thumbs li img {
    width: 100%;
}
button#play-pause-project-gallery {
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 0;
    background: #c22117;
    border: none;
    color: #FFF;
}
.tns-nav {
    margin-top: 15px;
}
.tns-nav button {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    border: 1px solid #c22117;
    background-color: #c22117;
    margin-right: 5px;
    outline: none;
}
.tns-nav button:last-child {
    margin-right: 0;
}
.tns-nav button:hover,
.tns-nav button.tns-nav-active {
    background-color: #FFF;
}

button.tns-nav-active {}

.tns-nav {text-align: center;}


div#clockdiv-container {
    background-color: #c22117;
    text-align: center;
    padding: 5px 15px 10px 15px;
    border-radius: 10px;
}
div#clockdiv-container p {
    color: #FFF;
    margin: 0;
    vertical-align: top;
    line-height: 40px;
}
div#clockdiv {
    display: inline-block;
    text-align: center;
}
div#clockdiv > div {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    line-height: normal;
    color: #FFF;
}
div#clockdiv > div span {
    border: 1px solid;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    margin-bottom: 5px;
    border-radius: 5px;
}
div#clockdiv > div .smalltext {
    font-size: 12px;
}
@media(max-width: 767px) {
    div#clockdiv {
        display: block;
    }
}
@media(min-width: 992px) {
    aside#secondary {
        max-width: 360px;
    }
}
@media(max-width: 991px) {
    aside#secondary {
        margin-top: 50px;
    }
    .site-title {
        font-size: 2.5rem;
    }
    header.entry-header.banner .entry-title {
        font-size: 1.75rem;
    }
}
@media(max-width: 767px) {
    .site-title {
        font-size: 2rem;
    }
    header.entry-header.banner .entry-title {
        font-size: 1.5rem;
    }
    .home-image-gallery {
        display: none;
    }
}
@media(max-width: 576px) {
    .site-title {
        font-size: 1.5rem;
    }
    header.entry-header.banner .entry-title {
        font-size: 1.25rem;
    }
}