/***
 * Custom SABE CSS
 **/


/* Core */

html.font_med {
    font-size: 18px;
    font-size: 112.5%
}

html.font_lrg {
    font-size: 20px;
    font-size: 125%
}

html {
    overflow: visible;
    overflow-x: hidden;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: Arial, sans-serif;
    color: #333;
    cursor: default;
    background: #fff;
    min-height: 100%;
}

#page,
#page > header,
#page > footer {
    overflow: hidden;
}


/* Headings */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.35;
    margin: 1.25em auto .75em auto;
    /*color: #01559b;*/
    color: #272425;
}

h1,
.single-tribe_events h1.tribe-events-single-event-title {
    margin-top: .25em;
    font-size: 34px;
    font-size: 2.125rem;
}

.home h1.entry-title,
body:not(.post) #content header h1 {
    font-size: 40px;
    font-size: 2.35rem;
}

h2,
.h2 {
    margin-top: 1.25em;
    font-size: 28px;
    font-size: 1.75rem;
}

.home h2 {
    font-size: 32px;
    font-size: 2rem;
}

h3,
.h3 {
    margin-top: 1.5em;
    font-size: 24px;
    font-size: 1.5rem;
}

h4,
.h4 {
    margin-top: 1.25em;
    font-size: 18px;
    font-size: 1.125rem;
}

h5,
.h5 {
    margin-top: 1.125em;
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {

    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
        line-height: 1.25;
    }

    body.home h1.entry-title,
    body #content header h1.entry-title,
    body #content header h1.page-title {
        line-height: 1.25;
    }

    .home h1.entry-title,
    body:not(.post) #content header h1 {
        font-size: 28px;
        font-size: 1.75rem;
    }

    h1,
    .single-tribe_events h1.tribe-events-single-event-title {
        margin-top: .25em;
        font-size: 34px;
        font-size: 2.125rem;
    }

    h2,
    .h2 {
        margin-top: 1.5em;
        font-size: 24px;
        font-size: 1.5rem;
    }

    .home h2 {
        margin-top: 1.5em;
        font-size: 28px;
        font-size: 1.75rem;
    }

    h3,
    .h3 {
        margin-top: 1.25em;
        font-size: 18px;
        font-size: 1.125rem;
    }

    h4,
    .h4 {
        margin-top: 1.25em;
        font-size: 18px;
        font-size: 1.125rem;
    }

    body .featuredProjectWideRow h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }

    body .featuredBox h2:first-child,
    body .featuredBox h3:first-child {
        font-size: 18px;
        font-size: 1.125rem;
    }
}


/* Lists */

ul,
ol {
    margin: .25em 0 2em 0em;
    padding: 0 0 0 2.25em;
}

@media screen and (max-width: 500px) {

    ul,
    ol {
        padding: 0 0 0 1em;
    }
}

li {
    margin: 0 0 .5em 0;
    padding: 0 0 0 .25em;
}


/* Paragraphs */

p {
    margin: .25em auto 1.5em auto;
    padding: 0;
}


/* Links */

a {
    /*display: inline-block;*/
}

a:link,
a:visited,
a:active {
    color: #0d6de1;
    text-decoration: none;
}

a:hover {
    color: #0d6de1;
    text-decoration: underline;
}

:link:focus,
:link:focus > img,
html body .vc_gitem-zone > a:focus,
html body .vc_general.vc_btn3:focus {
    outline: 2px solid rgba(34, 95, 215, 0.3);
    outline: 2px dotted rgba(34, 95, 215, 0.75);
}

.vc_gitem-zone > a:focus {
    outline-offset: -2px;
}


/* Main Wraps */

#main {
    min-height: 325px;
}

#page {

}

#content {
    padding: 0 30px 30px 30px;
    position: relative;
    margin: auto;
    max-width: 1100px;
    background: #fff;
}

html body .narrowContent,
html body .fitContent {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1100px;
    background: #fff;
}

@media screen and (max-width: 1140px) {

    html body .narrowContent,
    html body .fitContent {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .home h1.entry-title {
        padding-top: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 450px) {

    html body .narrowContent,
    html body .fitContent {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1em 0 1.5em 0;
}


/* Footer */

footer.site-footer {
    padding: 0;
    color: #fff;
    display: block;
    position: relative;
    height: auto;
    background: #1862a4 url('../images/section-flag-background.jpg?v=1.01') top center no-repeat;
    background-size: cover;
    overflow: hidden;
}

footer.site-footer:before,
footer.site-footer:after {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 30px;
    background-size: 100% 100% !important;
    content: "";
    opacity: .75;
}

footer.site-footer:before {
    top: 0;
    background: url('../images/top-shadow.png?v=1.01') top center no-repeat;
}

footer.site-footer:after {
    display: none;
    bottom: 0;
    background: url('../images/bottom-shadow.png?v=1.01') top center no-repeat;
}

footer .site-info {
    position: relative;
    padding: 50px 30px 30px 30px;
    min-height: 200px;
    max-width: 1100px;
    margin: auto;
    z-index: 1;
    box-sizing: content-box;
}

footer .site-info:before {
    position: absolute;
    top: 0;
    left: -200%;
    width: 500%;
    height: 100%;
    background: rgba(16, 79, 133, .6);
    content: "";
    z-index: -1;
}

#footerWidgetSections {
    font-size: 0;
    display: block;
}

#footerWidgetSections > section {
    display: inline-block;
    width: 25%;
    padding-right: 20px;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
    box-sizing: border-box;
}

#footerWidgetSections > section:last-of-type {
    padding-right: 0;
}

#footerWidgetSections a {
    color: #bde9ff !important;
    display: block;
}

footer a,
footer a:focus {
    outline-color: #bde9ff !important;
}

#footerWidgetSections ul,
#footerWidgetSections ol {
    margin: 0 0 1.5em 0em;
    padding: 0 0 0 1em;
    color: #fff;
}

#footerWidgetSections li {
    margin: 0 0 .35em 0;
    padding: 0 0 0 8px;
}

#footerWidgetSections h3.widget-title {
    font-size: 22px;
    color: #fff;
}

#footerBottom {
    text-align: center;
}

#footerBottom p:last-child {
    padding: 0;
    margin: 20px 0 0 0;
}

#footerBottom img {
    width: 150px;
    height: auto;
    max-width: 90%;
}

#translateWrap {
    text-align: center;
}

#translateInnerWrap {
    display: inline-block;
    text-align: center;
    padding: 17px 20px 20px 20px;
    background: rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .25);
    margin-bottom: 25px;
}

#translateWrap h3,
#translateWrap h4 {
    color: #fff;
    text-align: center;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#translateWrap h4:focus,
#translateWrap h4:active,
#translateWrap select:focus {
    outline: 2px dotted #fff !important;
}

#translateInnerWrap div,
#translateInnerWrap a {
    color: #fff;
}

@media screen and (max-width: 769px) {

    #footerWidgetSections > section {
        display: inline-block;
        width: 50%;
    }
}

@media screen and (max-width: 575px) {

    #footerWidgetSections > section {
        display: block;
        width: auto;
    }

    #footerWidgetSections > section:nth-child(2),
    #footerWidgetSections > section:nth-child(3) {
        display: none;
    }
}


/* Header */

#masthead {
    margin-bottom: 30px;
    margin-bottom: 0;
}

.site-branding {
    position: relative;
    width: 100%;
    height: auto;
    background: #1b6093;
    background: #1862a4;
    overflow: hidden;
}

.site-branding:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1862a4 url('../images/sabe-header-banner-5.jpg?v=1.01') top center no-repeat;
    background-size: auto 100%;
    content: "";
}

/*
.site-branding:after {
    position: absolute;
    margin: auto;
    top: 0;
    width: 95%;
    height: 100%;
    padding: 20px 0;
    top: -10px;
    box-sizing: content-box;
    border-radius: 100px;
    background: none;
    box-shadow: inset 0 0 35px 35px rgba(27, 96, 147, 1), inset 0 0 85px 45px rgba(27, 96, 147, .5), 0 0 200px 200px rgba(27, 96, 147, 1);
    content: "";
}
*/

#headerWrap {
    position: relative;
    margin: auto;
    max-width: 1160px;
    padding: 22px 30px 38px 30px;
    font-size: 16px;
    text-align: center;
}

.mobile #headerWrap {
    padding-top: 25px;
    padding-bottom: 20px;
}

#homeBannerLogo {
    position: relative;
    display: inline-block;
    height: 115px;
    text-decoration: none;
    outline-color: #fff;
    z-index: 1;
}

#homeBannerLogo img {
    width: auto;
    height: auto;
    max-height: 100%;
}

#mainNavMenuWrap {
    position: relative;
    z-index: 100;
}

.home h1.entry-title,
#content header h1.entry-title,
#content header h1.page-title {
    margin: 0 -30px;
    margin-top: 16px !important;
    margin-bottom: .35em !important;
    padding: 0 30px;
    background: #e3e3e3;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.35;
}

html:not(.mobile) .sabe_hasSidebar #content header h1.page-title,
html:not(.mobile) .sabe_hasSidebar #content header h1.entry-title {
    margin-top: 0 !important;
}

.home h1.entry-title,
#content,
#content header h1.entry-title,
#content header h1.page-title,
#site-navigation {
    padding-left: 30px;
    padding-right: 30px;
}

#headerTranslateWrap {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 32px;
    padding-top: 22px;
    text-align: left;
}

@media screen and (max-width: 1140px) {

    html body #headerWrap,
    html body #content,
    html body #content header h1.entry-title,
    html body #content header h1.page-title,
    html body #site-navigation,
    html body footer .site-info {
        padding-left: 20px;
        padding-right: 20px;
    }

    #headerSubSection1,
    #headerSubSection2 {
        right: 22px;
    }

    html body #content header h1.entry-title,
    html body #content header h1.page-title {
        margin: 0 -20px;
    }
}

@media screen and (max-width: 600px) {

    html body #content header h1.page-title,
    html body #content header h1.entry-title {
        padding-top: 20px !important;
    }
}


/* Header Elements */

#headerTranslateWrap a {
    margin-left: 0 !important;
    font-size: 14px;
    line-height: 24px;
}

#headerSubSection1 {
    position: absolute;
    top: 22px;
    right: 145px;
    text-align: right;
    z-index: 10;
}

.headerButton {
    display: inline-block;
    text-transform: uppercase;
    padding: 3.75px 12.5px;
    font-size: 16px;
    font-size: 1em;
    margin-left: 17px;
    font-weight: bold;
    text-decoration: none !important;
    background: rgb(16, 74, 116);
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    outline: 2px solid rgb(16, 74, 116);
    /*box-shadow: 0px 0px 3px rgba(0,0,0,.45);*/
    -moz-outline-radius: 0 !important;
    border-radius: 0 !important;
    transition: all .175s;
    vertical-align: top;
}

.headerButton .icon {
    font-size: 13px;
    font-size: .8125em;
    margin: 0 4px 0 -1px;
}

.headerButton:hover,
.headerButton:focus {
    color: #fff !important;
    outline: 2px solid #fff !important;
    background: rgba(0,0,0,.25) !important;
}

#headerJoin {
    background: #aad4fc;
    outline-color: #aad4fc;
    color: #222;
}

#headerJoin:hover,
#headerJoin:focus {
    background: rgba(170, 212, 252, .25) !important;
}

#headerDonate {
    background: #9cf4a5;
    outline-color: #9cf4a5;
    color: #222;
}

#headerDonate:hover,
#headerDonate:focus {
    background: rgba(156, 244, 165, .25) !important;
}

.version1 #headerJoin {
    background: #fff;
    outline-color: #fff;
    color: #222;
}

.version1 #headerJoin:hover,
.version1 #headerJoin:focus,
.version1 #headerDonate:hover,
.version1 #headerDonate:focus {
    background: rgba(0,0,0,.075) !important;
}

.version2 #headerJoin {
    background: #fff;
    outline-color: #fff;
    color: #222;
}

.version2 #headerDonate {
    background: #aad4fc;
    outline-color: #aad4fc;
    color: #222;
}

.version2 #headerJoin:hover,
.version2 #headerJoin:focus,
.version2 #headerDonate:hover,
.version2 #headerDonate:focus {
    background: rgba(0,0,0,.075) !important;
}

#headerSubSection2 {
    position: absolute;
    top: 21px;
    right: 32px;
    text-align: right;
    z-index: 9;
}

#headerSearch {
    background: transparent;
    outline-color: transparent;
    color: #fff;
    box-shadow: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}


/* Font Size */

#header_font_size {
    display: inline-block;
    vertical-align: top;
}

#header_font_size .headerButton {
    margin-left: 10px;
    background: rgb(16, 74, 116);
    outline-color: rgb(16, 74, 116);
    box-shadow: none;
    color: #fff;
    padding: 3.75px 0;
    width: 32px;
    text-align: center;
}

#header_font_size .headerButton.active_size {
    color: #aef1ff !important;
    outline-color: #aef1ff !important;
}

#header_font_size .headerButton {
    height: 31.5px;
    line-height: 31.5px;
    padding-top: 0;
    padding-bottom: 0;
}

#header_font_size .headerButton.size_reg {
    font-size: 11px;
}

#header_font_size .headerButton.size_med {
    font-size: 14px;
}

#header_font_size .headerButton.size_lrg {
    font-size: 17px;
}


/* Header Social */

#headerSocial {
    display: inline;
}

#headerSocial .headerButton {
    margin-left: 10px;
    background: rgb(16, 74, 116);
    outline-color: rgb(16, 74, 116);
    box-shadow: none;
    color: #fff;
    padding: 3.75px 0;
    width: 33px;
    min-height: 31.5px;
    text-align: center !important;
}

#headerSocial .headerButton i {
    margin: auto !important;
}

@media screen and (max-width: 760px) {

    #headerSubSection1 {
        top: 16px;
        right: auto;
        left: 145px;
        text-align: left;
    }

    #headerSubSection2 {
        top: 16px;
        right: 22px;
    }

    #header_font_size {
        display: block;
        padding-bottom: 17px;
    }

    #headerWrap .sabe_hideM {
        display: none;
    }

    #headerTranslateWrap {
        left: 22px;
        padding-top: 16px;
    }

    #homeBannerLogo {
        margin-top: 48px;
    }
}

@media screen and (max-width: 550px) {

    #headerWrap {
        text-align: center;
    }

}

@media screen and (max-width: 500px) {

    #headerWrap {
        white-space: nowrap;
        padding-left: 15px;
        padding-right: 15px;
    }

    .headerButton {
        margin-left: 9px;
        padding: 3.75px 8.5px;
    }

    #headerWrap a {
        position: relative;
        z-index: 1;
    }

    #homeBannerLogo {
        margin: auto;
        margin-top: 28px;
        top: 8px;
        height: auto;
        width: 200px;
        max-width: 90%;
        display: block;
    }

    #headerJoin.headerButton,
    #headerDonate.headerButton,
    #header_font_size .headerButton,
    #headerSocial .headerButton,
    #headerSearch,
    .headerButton {
        background: rgba(16, 74, 116, .35);
        outline-color: transparent;
        color: #fff !important;
        box-shadow: none !important;
    }

    #headerSearch i {
        display: none;
    }

    #headerDonateJoin {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 430px) {

    #headerSubSection1 {
        left: 12px;
    }

    #headerTranslateWrap {
        display: inline-block;
        position: absolute;
        top: 35px;
        left: 22px;
        padding-top: 16px;
        text-align: left;
        text-transform: none;
    }

    #headerTranslateWrap a {
        margin-left: 0 !important;
        font-size: 14px;
        line-height: 24px;
        text-transform: none;
        background: none !important;
        border: none !important;
        outline: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #headerTranslateWrap a:hover,
    #headerTranslateWrap a:focus {
        text-decoration: underline !important;
    }
}

@media screen and (max-width: 400px) {

    #headerJoin {
        display: none;
    }

    #homeBannerLogo {
        margin-top: 33px;
    }

    #headerDonateJoin a:nth-child(2) {
        margin-left: 0;
    }
}


/* Breadcrumbs */

body:not(.home) #mainNavWrapper:after {
    display: block;
    position: absolute;
    top: 100%;
    left: -200%;
    height: 100%;
    width: 500%;
    margin-top: -1.6875rem;
    background: #fafafa;
    content: "";
    z-index: -3;
}

#sabe_breadcrumbs {
    position: relative;
    padding: 18px 0 15px 0;
    margin-bottom: 35px;
    font-size: 14px;
    font-size: .875rem;
    z-index: 0;
    color: #333;
}

html:not(.mobile) #sabe_breadcrumbs {
    padding: 0 0 22px 0;
    margin-bottom: 46px;
}

#sabe_breadcrumbs:before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    content: "";
    z-index: -1;
}

#sabe_breadcrumbs a {
    border: none;
    background: none;
    margin: auto;
}

#sabe_breadcrumbs h3 {
    display: inline-block;
    font-size: 1em;
    margin: 0;
    padding: 0 4px 0 0;
    font-weight: 500;
    color: #000;
}

html:not(.desktop) #mainNavWrapper:after {
    display: none !important;
    top: 0;
    height: 0;
}

@media screen and (min-width: 769px) {

    #sabeBreadInner {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media screen and (max-width: 600px) {

    #sabe_breadcrumbs {
        display: none !important;
    }
}


/* Blog: Layout and Sidebar */

.post-edit-link {
    position: relative;
    background: #777;
    display: inline-block;
    color: #fff !important;
    padding: 0 11px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5rem;
}

.entry-footer .post-edit-link {
    margin-left: 15px;
}

.post-edit-link:hover,
.post-edit-link:focus {
    background: #555;
}

.blog .post-thumbnail,
.search .post-thumbnail,
.archive .post-thumbnail {
    width: 250px;
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 25px 10px 0 10px;
    margin: auto;
}

.blog .post-thumbnail img,
.search .post-thumbnail img,
.archive .post-thumbnail img {
    width: auto;
    height: auto;
    max-height: 300px;
}

@media screen and (min-width: 450px) {

    .blog .post-thumbnail,
    .archive .post-thumbnail {
        padding: 25px 25px 0 25px;
    }
}

@media screen and (min-width: 600px) {

    .blog .post-thumbnail,
    .search .post-thumbnail,
    .archive .post-thumbnail {
        width: 245px;
        max-width: 33%;
        float: left;
        padding: 25px 25px 15px 25px;
    }
}

@media screen and (min-width: 900px) {

    .post-edit-link {
        float: right;
    }
}

aside#secondary {
    position: relative;
    display: inline-block;
    width: 27%;
    vertical-align: top;
    float: right;
    padding-top: 10px;
    z-index: 0;
}

.sabe_hasSidebar #primary {
    display: inline-block;
    width: 69%;
    vertical-align: top;
}

/*
.sabe_hasSidebar #primary h1.page-title,
.sabe_hasSidebar #primary h1.entry-title {
    margin-top: 0 !important;
}
*/

aside#secondary h2 {
    padding: 0;
    /*color: #195b8b;*/
    margin-bottom: 0;
    font-size: 22px;
    font-size: 1.375rem;
    border-bottom: 1px dotted #bbb;
    border-bottom: 1px solid #195b8b;
    border-bottom: none;
}

aside#secondary section:first-child h2 {
    margin-top: 0;
}

aside#secondary ul,
aside#secondary section > form {
    padding: 15px 18px;
    border-top: none;
    margin: 0 0 35px 0;
    list-style-type: none;
    background: #fff;
}

aside#secondary ul {
    padding: .5em 0 0 0;
}

aside#secondary ul li:last-child {
    border-bottom: none;
}

aside#secondary ul li a {
    display: block;
    padding: 6px 14px;
    border-bottom: 1px dotted #bbb;
}

aside#secondary ul.children {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #bbb;
}

aside#secondary li:last-child ul.children {
    border-top: 1px dotted #bbb;
    border-bottom: none;
}

aside#secondary ul ul li a {
    position: relative;
    padding-left: 28px;
}

/*
aside#secondary ul ul li a:before {
    position: absolute;
    top: 6px;
    left: 14px;
    color: #777;
    content: "- ";
}

aside#secondary ul ul ul li a:before {
    left: 28px;
}

aside#secondary ul ul ul ul li a:before {
    left: 42px;
}

aside#secondary ul ul ul ul li a:before {
    left: 56px;
}
*/

aside#secondary ul ul ul li a {
    padding-left: 42px;
}

aside#secondary ul ul ul ul li a {
    padding-left: 56px;
}

aside#secondary ul:not(.sub-menu) > li:last-child a {
    border-bottom: none;
}

aside#secondary ul li span.post-date {
    display: block;
    font-style: italic;
    padding-bottom: 8px;
    margin-top: -3px;
    font-size: 13px;
    font-size: .8125rem;
    color: #666;
}

aside#secondary ul {
    font-size: 15px;
    font-size: 0.9375rem;
}

aside#secondary ul li {
    padding: 0;
    margin: 0;
}

aside#secondary .widget_recent_entries ul {
    font-size: 15px;
    font-size: 0.9375rem;
}

aside#secondary .widget_recent_entries ul li {
    padding: 2px 0;
}

aside#secondary section {
    position: relative;
    background: #fff;
}

@media screen and (max-width: 769px) {

    aside#secondary,
    .sabe_hasSidebar #primary {
        display: block;
        float: none;
        width: auto;
    }

    aside#secondary {
        padding-top: 25px;
        border-top: 1px solid #ccc;
    }
}



/* Blog: Post Navigation */

.navigation.post-navigation {
    margin-top: 25px;
}

.navigation.post-navigation .nav-previous,
.navigation.post-navigation .nav-next {
    position: relative;
    float: none;
    display: block;
    width: auto;
    border: 1px solid #ddd;
    padding: 14px 18px;
    margin-bottom: 25px;
    text-align: center;
}

.navigation.post-navigation .nav-previous:before {
    display: block;
    content: "\00ab  Previous Post";
}

.navigation.post-navigation .nav-next:before {
    display: block;
    content: "Next Post  \00bb";
}

.navigation.post-navigation a {
    display: inline-block;
}


/* Blog */

.blog .post,
.archive .post {
    margin: 30px 0 50px 0;
    border: 1px solid #ddd;
    background: #fff;
}

.blog .post h2.entry-title,
.archive .post h2.entry-title {
    margin: -.5px;
    margin-bottom: 0;
    background: #195f92;
    padding: 15px 25px;
    line-height: 1.35;
}

.blog .post h2.entry-title a,
.archive .post h2.entry-title a {
    color: #fff !important;
    font-weight: 500;
    display: block;
    outline-color: #fff !important;
}

.blog .post .entry-meta,
.archive .post .entry-meta {
    background: #fff;
    margin: 13px 25px 0 25px;
    border-bottom: 1px dotted #bbb;
    padding-bottom: 12px;
    color: #777;
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: italic;
    font-weight: normal;
}

.blog .post .entry-meta a:not(:hover):not(:focus),
.archive .post .entry-meta a:not(:hover):not(:focus) {
    color: #777;
}

.blog .post .entry-content,
.archive .post .entry-content {
    padding: 2px 25px 0px 25px;
    margin: 0;
}

.blog .post .entry-content p,
.archive .post .entry-content p {
    margin: 1em auto 1.5em auto;
}

.blog .post footer,
.archive .post footer {
    padding: 15px 25px;
    border-top: 1px dotted #bbb;
    background: #fbfbfb;
}

.sabe_postReadMore {
    padding: 0 0 0 0;
}

.blog .navigation.posts-navigation,
.archive .navigation.posts-navigation {
    margin: -20px 5px 35px 5px;
}

.blog .navigation.posts-navigation .nav-previous,
.blog .navigation.posts-navigation .nav-next,
.archive .navigation.posts-navigation .nav-previous,
.archive .navigation.posts-navigation .nav-next {
    position: relative;
}

.blog .navigation.posts-navigation .nav-previous:before,
.archive .navigation.posts-navigation .nav-previous:before {
    content: "\00ab  ";
}

.blog .navigation.posts-navigation .nav-next:after,
.archive .navigation.posts-navigation .nav-next:after {
    content: "  \00bb";
}

@media all and (max-width: 450px) {

    .blog .post,
    .archive .post {
        margin: 30px 0 15px 0;
        margin-left: -21px;
        margin-right: -21px;
        border: none;
        padding-bottom: 50px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .blog .post:last-of-type,
    .archive .post:last-of-type {
        border-bottom: none;
    }

    .blog .post h2.entry-title,
    .archive .post h2.entry-title {
        background: none;
    }

    .blog .post h2.entry-title a,
    .archive .post h2.entry-title a {
        color: #444 !important;
    }

    .blog .post footer,
    .archive .post footer {
        margin: 0px 25px;
        border: 1px dotted #bbb;
        background: #fbfbfb;
        padding: 7px 12px;
    }

    .blog .post .entry-meta,
    .archive .post .entry-meta {
        margin-top: 0;
    }
}


/* Blog: Single Post */

.single .entry-content > h2:first-child {
    margin-top: 0;
    padding-top: 10px;
}

.single .entry-header .entry-meta {
    color: #777;
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: italic;
    font-weight: normal;
    margin-top: 9px;
}

.single .entry-header .entry-meta a:not(:hover):not(:focus) {
    color: #777;
}

.single .entry-header .entry-meta a:hover,
.single .entry-header .entry-meta a:focus {
    color: original;
}

.single .entry-footer {
    padding: 14px 18px;
    margin: 25px 0;
    border: 1px dotted #aaa;
    background: #fcfcfc;
    border-left: none;
    border-right: none;
}

.single .attachment-post-thumbnail {
    display: block;
    margin: auto auto 15px auto;
    margin-top: 24px;
    margin-top: 1.5rem;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 270px;
}

/***************************************************************************************** REMOVE
@media screen and (max-width: 2400px) {

    .accessible-megamenu {
        background: #f9f9f9;
        height: auto;
    }

    .accessible-megamenu .accessible-megamenu-top-nav-item,
    .top-level-no-child {
        display: block;
        float: none;
        height: auto;
    }

    .accessible-megamenu .accessible-megamenu-panel.open {
        top: 0;
        height: auto;
        position: relative;
        margin: auto;
        max-height: none;
        transition: none !important;
        opacity: 1;
    }

    .accessible-megamenu .accessible-megamenu-panel {
        opacity: 0;
        transition: none !important;
    }
}
*/


/**
 * Accessibility
 */

.visually-hidden {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    color: #000 !important;
    background: #fff !important;
}


/**
 * Modals (Search Form, etc.)
 */

.sabe_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 99999999;
}

.sabe_modalInner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sabe_searchModal form {
    position: relative;
    display: block;
    width: 100%;
}

.sabe_modalFormFieldsWrap {
    text-align: center;
    white-space: nowrap;
}

.sabe_modalFormFieldsWrap #sabe_searchField {
    display: inline-block;
    padding: 0 15px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1rem;
    border: 3px solid #fff;
    background: #fff;
    color: #000;
    border-radius: 3px !important;
    position: relative;
    margin: auto;
    width: 72% !important;
    max-width: 72% !important;
    text-align: left;
    box-shadow: 0px 3px 5px rgba(0,0,0,.25);
    transition: all .25s;
}

.sabe_modalFormFieldsWrap #sabe_searchSubmit {
    display: inline-block;
    padding: 0 20px;
    margin: 0 0 0 2%;
    min-height: 50px;
    border: 3px solid #ffec75;
    border-radius: 3px !important;
    position: relative;
    width: 22% !important;
    max-width: 22% !important;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    background: #ffec75;
    color: #000;
    box-shadow: 0px 3px 5px rgba(0,0,0,.25);
    transition: all .25s;
    background: #9cf4a5;
    border-color: #9cf4a5;
}

.sabe_modalFormFieldsWrap #sabe_searchField:hover,
.sabe_modalFormFieldsWrap #sabe_searchField:focus,
.sabe_modalFormFieldsWrap #sabe_searchSubmit:hover,
.sabe_modalFormFieldsWrap #sabe_searchSubmit:focus {
    box-shadow: 0px 3px 5px rgba(0,0,0,.5);
    border-color: #00c1ff;
}

#sabe_searchModal h3 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    padding: 0 0 25px 0;
    margin: auto;
    color: #ffec75;
    color: #fff;
}

#sabe_searchModalClose {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 2%;
    padding: 2px 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid transparent;
    border-radius: 3px !important;
    text-align: center;
    background: rgba(0,0,0,.125);
    color: #a3a3a3;
    outline: none !important;
    text-decoration: none;
    box-sizing: content-box;
    transition: all .25s;
}

#sabe_searchModalClose:hover,
#sabe_searchModalClose:focus {
    box-shadow: 0px 3px 5px rgba(0,0,0,.5);
    border-color: #00c1ff;
}

@media screen and (max-width: 650px ) {

    .sabe_modalInner {
        height: 100%;
    }

    .sabe_modalFormFieldsWrap #sabe_searchField {
        position: relative;
        display: block;
        margin: auto;
        width: 90% !important;
        max-width: 90% !important;
    }

    .sabe_modalFormFieldsWrap #sabe_searchSubmit {
        position: relative;
        display: block;
        margin: 25px auto auto auto;
        width: 90% !important;
        max-width: 90% !important;
    }

    #sabe_searchModalClose {
        position: absolute;
        top: -80px;
        right: 5%;
        color: #fff;
    }

    .sabe_modal {
        background: rgba(0,0,0,.95);
    }
}


/* Page Sidebar Menu */

.sabe_pageSidebar ul ul {
    margin: 0 !important;
    padding: 0 !important;
}

.sabe_pageSidebar .current-menu-item > a {
    font-weight: bold;
}

.sabe_pageSidebar .current-page-ancestor > a {
    font-weight: bold;
}

.sabe_pageSidebar .current-page-ancestor:first-child > a {
    font-weight: normal;
}


/**
 * Images and Custom Image Styles
 */

.pageFeaturedImage {
    padding: 0 0 35px 0;
    margin: auto;
    text-align: center;
}

.pageFeaturedImage > img {
    width: auto;
    height: auto;
    max-height: 170px;
    max-width: 100%;
}

.teamMemberPhotoLeft1 {
    float: left;
    margin: 0 15px 5px 0;
    max-width: 150px;
    height: auto;
    width: auto;
}

@media screen and (max-width: 1100px) {

    .pageFeaturedImage {
        padding: 0 0 25px 0;
    }
}

@media screen and (max-width: 600px) {

    .pageFeaturedImage {
        position: relative;
        top: 35px;
    }
}

@media screen and (min-width: 475px) {

    .borderedImage1 {
        padding: 10px;
        background: #f9f9f9;
        border: 1px solid #c2c2c2;
        box-shadow: 0 3px 5px rgba(0,0,0,.125);
    }

    .borderedImageWrap1 figure {
        padding: 10px;
        padding-bottom: 0;
        background: #f9f9f9;
        border: 1px solid #c2c2c2;
        box-shadow: 0 3px 5px rgba(0,0,0,.125);
    }
}

@media screen and (max-width: 350px) {

    .teamMemberPhotoLeft1 {
        float: none !important;
        margin: 0 auto 15px auto !important;
        display: block;
        max-width: 100%;
        height: auto;
        width: auto;
    }
}

.alignleft {
    margin: bottom: .75em;
}

@media screen and (max-width: 475px) {

    .borderedImage1.fullWidthOnMobile,
    .fullWidthOnMobile {
        display: block;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        margin: 20px auto !important;
        float: none !important;
    }

    .alignleft,
    .alignright {
        float: none !important;
        display: block;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        margin: 20px auto;
    }
}


/**
 * State Region Lookup Select Form
 */

#stateRegionLookup {
    display: block;
    padding: 15px 15px 5px 15px;
    margin-top: 35px;
    margin-bottom: 45px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    font-size: 0;
    text-align: center;
}

#stateRegionLookup h4 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#stateRegionLookup > div {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
}

#stateRegionLookupLabelWrap {
    text-align: right;
}

#stateRegionLookupSelectWrap {
    text-align: left;
}

#stateRegionLookup > div:last-child {
    display: block;
    width: auto;
    text-align: center;
}

#stateRegionLookup label {
    display: inline-block;
    padding: 0;
    margin: 0 5px 5px 0;
    box-sizing: content-box;
}

#stateRegionLookup select {
    padding: 5px;
    margin: 0 0 5px 5px;
    box-sizing: content-box;
}

#stateRegionLookupResultsWrap {
    padding-top: 5px;
    color: #b41c1c;
}

#stateRegionLookupResults {
    font-weight: bold;
    line-height: 2.5;
}


/*** Alternative Sidebar Styling ***/

aside#secondary {

}

aside#secondary section {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 15px 18px 10px 18px;
    margin-top: .25em;
    margin-bottom: 2.5em;
}

aside#secondary section ul,
aside#secondary section form {
    background: none;
}

aside#secondary h2 {
    margin-top: 0;
    margin-bottom: .125em;
}

aside#secondary ul {
    margin-bottom: 0;
}


/*** Alternative Content Area Styling ***/

#content,
#content header h1.entry-title,
#content header h1.page-title,
#site-navigation {
    padding-left: 0;
    padding-right: 0;
}

#content header h1.entry-title,
#content header h1.page-title {
    margin-left: 0;
    margin-right: 0;
}


/**
 * Homepage
 */

.home h1 {
    text-align: center;
}

/*** Flag Section (Our Mission) ***/

body .flagFullWidthBG {
    position: relative;
    width: 100%;
    margin-top: 27px !important;
    height: auto;
    background: #1862a4 url('../images/section-flag-background.jpg?v=1.01') top center no-repeat;
    background-size: cover;
    overflow: hidden;
}

body .flagFullWidthBG > div {
    position: relative;
    padding: 80px 30px !important;
    z-index: 0;
}

.flagFullWidthBG > div:before,
.flagFullWidthBG > div:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 30px;
    background-size: 100% 100% !important;
    content: "";
    opacity: .5;
}

.flagFullWidthBG > div:before {
    top: 0;
    background: url('../images/top-shadow.png?v=1.01') top center no-repeat;
}

.flagFullWidthBG > div:after {
    bottom: 0;
    background: url('../images/bottom-shadow.png?v=1.01') top center no-repeat;
}

body .flagFullWidthBG > div > div {
    position: relative !important;
    background: #fff !important;
    padding: 30px 70px 24px 70px !important;
    margin: auto !important;
    width: 1100px !important;
    max-width: 100% !important;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .35);
}

body .flagFullWidthBG > div > div:before {
    display: block;
    position: absolute;
    top: 13%;
    left: .5%;
    width: 99%;
    height: 74%;
    border-radius: 500px;
    box-shadow: 0 0 65px rgba(0, 0, 0, .9);
    z-index: -1;
    content: "";
}

body .flagFullWidthBG h2 {
    position: relative;
    text-transform: uppercase;
    color: #a81817 !important;
    margin: 0 15px 1rem 15px !important;
    padding: 0 0 0 0 !important;
    text-align: center !important;
    text-shadow: 0 0 35px #fff;
    overflow: hidden;
    box-shadow: inset 0 0 10px 10px #fff;
    font-size: 28px;
    font-size: 1.75rem;
}

body .flagFullWidthBG .linedHeadingInner {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 0 35px 25px #fff;
}

body .flagFullWidthBG .linedHeading:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: .75px;
    background: rgba(0, 0, 0, .15);
    z-index: -1;
    content: "";
}

body .flagFullWidthBG p {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: center;
    margin-bottom: 0;
}

body .flagFullWidthBG .wpb_text_column {
    position: relative;
    margin-bottom: 0 !important;
    padding-bottom: 24px !important;
    z-index: 0;
}

body .flagFullWidthBG p.sectionButtonWrap {
    margin: 5px auto 0 auto !important;
    padding: 0 !important;
    position: absolute !important;
    top: 100% !important;
    height: 38px !important;
    left: 0 !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: content-box !important;
}

body .flagFullWidthBG a.sectionButton {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 10px 18px;
    background: #c91917;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .35);
    text-decoration: none !important;
    border: 1px solid #f00;
    overflow: hidden !important;
    z-index: 1;
    transition: background .25s;
}

body .flagFullWidthBG a.sectionButton:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, .125);
    content: "";
    z-index: 0;
}

body .flagFullWidthBG a.sectionButton:hover,
body .flagFullWidthBG a.sectionButton:focus {
    background: #a81817;
}

@media screen and (max-width: 768px ) {

    body .flagFullWidthBG > div {
        padding: 60px 30px !important;
    }

    body .flagFullWidthBG > div > div {
        padding: 30px 30px 24px 30px !important;
    }

    body .flagFullWidthBG > div > div:before {
        box-shadow: 0 0 65px rgba(0, 0, 0, .5);
    }

    .home_boardMembersPhoto {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 450px ) {

    body .flagFullWidthBG > div {
        padding: 45px 15px !important;
    }

    body .flagFullWidthBG > div > div {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body .flagFullWidthBG > div > div:before {
        box-shadow: 0 0 65px rgba(0, 0, 0, .35);
    }

    body .flagFullWidthBG p {
        font-size: 16px;
        font-size: 1rem;
    }

    body .flagFullWidthBG h2 {
        margin: 0 0 1rem 0 !important;
    }

    body .flagFullWidthBG .linedHeadingInner {
        padding: 0;
        box-shadow: none;
    }

    body .flagFullWidthBG .linedHeading:before {
        display: none;
    }
}


/*** Dark Full Width Highlight Section ***/

body .darkSection {
    position: relative;
    width: 100%;
    margin-top: 27px !important;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    background: #f7f7f7;
    overflow: hidden;
}

html body .darkSection .narrowContent {
    background: transparent;
}

body .darkSection > div {
    position: relative;
    padding: 0 30px 40px 30px !important;
    z-index: 0;
}

.darkSection > div:before,
.darkSection > div:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 30px;
    background-size: 100% 100% !important;
    content: "";
    opacity: .5;
}

.darkSection > div:before {
    top: 0;
    background: url('../images/top-shadow.png?v=1.01') top center no-repeat;
}

.darkSection > div:after {
    bottom: 0;
    background: url('../images/bottom-shadow.png?v=1.01') top center no-repeat;
}

.homePostsSection .vc_gitem_row .vc_gitem-col {
    background: #fff;
    padding: 5px 25px;
}

.vc_pageable-slide-wrapper > .vc_grid-item > .vc_grid-item-mini:first-child {
    border: 1px solid #bbb;
    background: #fff;
}

.homePostsSection .vc_btn3-container {
    text-align: center;
}

.homePostsSection .vc_gitem-animated-block .vc_gitem-zone {
    background: #fff center center no-repeat;
    background-size: contain;
    margin: 25px 25px 0 25px;
    border: 1px solid #bbb;
    max-height: 300px;
}

.homePostsSection a.vc_general {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 10px 18px;
    background: #c91917 !important;
    border: 1px solid #f00 !important;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .25);
    /*box-shadow: 0px 3px 8px rgba(0, 0, 0, .25);*/
    text-decoration: none !important;
    border: 1px solid #08f;
    overflow: hidden !important;
    z-index: 1;
    border-radius: 0;
    transition: background .25s;
}

.homePostsSection a.vc_general:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, .175);
    content: "";
    z-index: 0;
}

.homePostsSection a.vc_general:hover,
.homePostsSection a.vc_general:focus {
    background: #a81817 !important;
}

.vc_pageable-slide-wrapper > .vc_grid-item > .vc_grid-item-mini {
    background: #fff;
    position: relative;
    z-index: 0;
}

.vc_pageable-slide-wrapper > .vc_grid-item > .vc_grid-item-mini:first-child:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 100px;
    border-radius: 70px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .175);
    z-index: -1;
    content: "";
}

@media screen and (max-width: 1140px) {

    body .darkSection > div {
        padding: 0 15px 40px 15px !important;
    }

    html body .narrowContent.homePostsSection {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {

    body .darkSection > div {
        padding: 0 0 40px 0 !important;
    }

    html body .narrowContent.homePostsSection {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .homePostsSection .vc_gitem-animated-block .vc_gitem-zone {
        border: 1px solid #ccc;
        max-height: 200px;
    }
}


/*** Featured Projects ***/

html body .featuredProjectWideRow,
html body .narrowContent.featuredProjectWideRow {
    margin-bottom: 55px !important;
}

.featuredProjectWideRow {
    display: block;
    position: relative;
    background: #f9f9f9 !important;
    border: 1px solid #bbb;
    overflow: visible;
}

.featuredProjectWideRow > div:first-child {
    position: unset;
}

.featuredProjectWideRow > div:first-child:after {
    position: absolute;
    top: 5%;
    left: 25px;
    right: 25px;
    height: 95%;
    border-radius: 70px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .175);
    z-index: -1;
    content: "";
}

.featuredProjectWideRow > div:first-child:before {

    display: block;
    display: none;

    position: absolute;
    top: 15%;
    left: 1%;
    width: 98%;
    height: 70%;
    border-radius: 500px;
    box-shadow: 0 0 65px rgba(0, 0, 0, .25);
    z-index: -1;
    content: "";
}

.featuredProjectWideRow .vc_single_image-wrapper img {
    border: 1px solid #bbb
}

.featuredProjectWideRow h3 {
    margin-top: 25px;
    font-size: 28px;
    font-size: 1.75rem;
}

.featuredProjectWideRow h3 a {
    color: #0063a6;
}

.featuredProjectWideRow > div:first-child:last-child > div {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.featuredProjectWideRowImageLeft .featuredProjectWideRowTextWrap > div {
    padding-left: 10px !important;
}

.featuredProjectWideRowImageRight .featuredProjectWideRowTextWrap > div {
    padding-right: 10px !important;
}

.featuredProjectWideRowTextWrap .wpb_text_column {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {

    html body .narrowContent.featuredProjectWideRow {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .featuredProjectWideRow .vc_single_image-wrapper img {
        width: 350px;
    }

    .featuredProjectWideRow h3 {
        margin-top: 5px;
    }

    .featuredProjectWideRow .featuredProjectWideRowTextWrap > div {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .featuredProjectWideRowTextWrap .wpb_text_column {
        margin-bottom: 25px;
    }

    .featuredProjectWideRowImageRight {
        display: flex;
        flex-direction: column;
    }

    .featuredProjectWideRowImageRight > div:first-child {
        order: 2;
    }

    .featuredProjectWideRowImageRight > div:last-child {
        order: 1;
    }
}

@media screen and (max-width: 450px) {

    html body:not(.home) .narrowContent.featuredProjectWideRow {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .featuredProjectWideRow > div:first-child:last-child > div,
    .featuredProjectWideRow .featuredProjectWideRowTextWrap > div {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .featuredProjectWideRow > div:first-child:last-child > div {
        padding-top: 15px !important;
    }
}

.sectionButtonWrap2 {
    margin: 0 auto 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: content-box !important;
}

.sectionButtonWrap2 a.sectionButton2 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.35;
    font-weight: bold;
    padding: 7px 18px;
    background: #1d6cb1;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .25);
    /*box-shadow: 0px 3px 8px rgba(0, 0, 0, .25);*/
    text-decoration: none !important;
    border: 1px solid #08f;
    /*overflow: hidden !important;*/
    z-index: 1;
    transition: background .25s;
}

.sectionButtonWrap2 a.sectionButton2:focus {
    outline: 2px dotted rgba(34, 95, 215, 0.75);
}

.sectionButtonWrap2 a.sectionButton2:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, .075);
    content: "";
    z-index: 0;
}

.sectionButtonWrap2 a.sectionButton2:hover,
.sectionButtonWrap2 a.sectionButton2:focus {
    background: #185890;
}

.sectionButtonWrap2 a.sectionButton2.buttonRed {
    background: #c10000;
    background: #c91917;
    border: 1px solid #f00;
}

.sectionButtonWrap2 a.sectionButton2.buttonRed:hover,
.sectionButtonWrap2 a.sectionButton2.buttonRed:focus {
    background: #b10000;
    background: #a81817;
}

.sectionButtonWrap2 a.sectionButton2.buttonRed:after {
    background: rgba(255, 255, 255, .125);
}

@media all and (max-width: 600px) {

    .sectionButtonWrap2 a.sectionButton2:after {
        background: rgba(255, 255, 255, .05);
    }

    .sectionButtonWrap2 a.sectionButton2.buttonRed:after {
        background: rgba(255, 255, 255, .075);
    }
}


/**
 * Videos
 */

.youTubeWrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}

.youTubeWrap.ratio4-3 {
    padding-bottom: 75%;
}

.youTubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**
 * Photo Gallery
 */

ul.ngg-breadcrumbs {
    margin: 5px auto 25px auto !important;
    padding: 10px 14px;
    background: #fafafa;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
}

ul.ngg-breadcrumbs > li {
    float: none !important;
    display: inline-block !important;
    text-transform: none;
}

ul.ngg-breadcrumbs > li:first-child {
    position: relative;
}

ul.ngg-breadcrumbs > li:first-child:before {
    display: inline-block;
    padding-right: 3px;
    font-weight: bold;
    content: "Gallery Navigation: ";
}

.ngg-pro-album.nextgen_pro_grid_album {
    padding-top: 20px;
}

@media screen and (max-width: 720px) {

    .ngg-pro-album .image_container {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ngg-pro-album .image_container .image_link_wrapper {
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .nextgen_pro_grid_album .gallery_link a {
        height: auto !important;
    }
}


/**
 * Past Projects
 */

.projectListFeaturedImage img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px;
}


/**
 * PDF Listings w/Thumbs
 */

.pdfsWrapper {
    text-align: center;
}

.pdfsWrapper .wpb_single_image {
    margin-bottom: 20px;
}

.pdfsWrapper img {
    border: 1px solid #ddd;
    width: auto;
    height: auto;
    width: 100%;
    max-width: 300px;
}


/**
 * WP Photo Galleries
 */

@media screen and (max-width: 600px) {

    .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }
}

@media screen and (max-width: 450px) {

    .gallery-columns-3 .gallery-item {
        display: block;
        width: auto;
        max-width: 100%;
    }
}


/**
 * Heading/Thumbnail Column Blocks
 */

.headingThumbWrap,
.headingThumbColumns {
    text-align: center;
}

.headingThumbColumns .wpb_text_column {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-bottom: 35px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    transition: all .25s;
    text-align: center;
}

.headingThumbColumns .wpb_text_column:hover {
    border: 1px solid #0d6de1;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .25);
}

.headingThumbColumns .wpb_text_column a {
    display: block;
    padding: 0 15px 15px 15px;
}

.headingThumbColumns .wpb_text_column h2 a {
    padding-bottom: 0;
}

.headingThumbColumns a:hover:focus {
    outline: none !important;
}

.headingThumbColumns .wpb_text_column img {
    width: 255px;
    max-width: 100%;
    height: auto;
    border: 1px solid #aaa;
}

.headingThumbColumns .wpb_text_column h2,
.headingThumbColumns .wpb_text_column h3 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 8px !important;
    font-size: 20px;
    font-size: 1.25rem;
    color: inherit;
}

.headingThumbColumns .vc_col-sm-4 .wpb_text_column h2,
.headingThumbColumns .vc_col-sm-4 .wpb_text_column h3 {
    font-size: 16px;
    font-size: 1rem;
}

.headingThumbColumns .wpb_text_column p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 0;
}


/**
 * Visually Hidden Screen Reader Text
 */
.visuallyHidden,
.visually-hidden,
.sr-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    background: #fff !important;
    overflow: hidden !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    color: #000 !important;
}


/**
 * Colors
 */

.sabe_red {
    color: #b41c1c;
}

.sabe_blue {
    color: #12538d;
}


/**
 * Block Quotes
 */

body blockquote.govoterQuote {
    margin-left: 0;
    margin-right: 0;
}

body blockquote {
    display: block;
    background-color: rgba(255, 255, 255, 1) !important;
    border: 1px dotted rgba(0,0,0,.25);
    margin: .5em .5em 1.5em .5em;
    padding: 15px 20px;
}

blockquote p > em:last-child {
    display: block;
    padding-top: .75em;
    text-align: right;
    font-size: .9em;
}

blockquote p:last-child {
    margin-bottom: .5em;
}

.hb-moon-quotes-left::before,
blockquote::before {
    content: "\e099";
    color: rgba(0,0,0,.25);
}

body blockquote.blockquotePoem p {
    margin: .25em auto .5em auto;
}

@media screen and (max-width: 600px) {

    body blockquote {
        margin: .5em 0 1.5em 0;
        padding: 10px 15px 10px 10px;
    }

    body blockquote.blockquotePoem img {
        padding-bottom: 15px;
    }
}


/**
 * Featured Boxes
 */

.featuredBox,
.featuredBox p,
.featuredBox ol,
.featuredBox ul {
    color: #222;
}

.featuredBox > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    background: #f9f9f9;
    padding: 20px 25px 25px 25px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.featuredBox > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child,
.featuredBox > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_content_element:last-child {
    margin-bottom: 0;
}

.featuredBox h2:first-child,
.featuredBox h3:first-child {
    margin: -20px -25px 25px -25px !important;
    padding: 12px 25px;
    background: #444;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
}

.featuredBox.red h2:first-child,
.featuredBox.red h3:first-child {
    background: #c10000;
}

.featuredBox.blue h2:first-child,
.featuredBox.blue h3:first-child {
    background: #14558d;
}

/****
@media screen and (max-width: 450px) {

    .featuredBox > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        padding: 15px 15px 15px 15px;
    }

    .featuredBox h2:first-child,
    .featuredBox h3:first-child {
        margin: -15px -15px 25px -15px !important;
    }
}
****/


/**
 * Tribe Events Calendar
 */

body.events-archive .entry-content,
body.events-archive .entry-header {
    width: 100%;
}

.post-type-archive-tribe_events #tribe-events h3.entry-title.summary {
    margin-top: .25em;
    margin-bottom: .5em;
}

body .tribe-events-event-image img {
    height: auto;
    max-width: 100%;
    width: auto;
    max-height: 200px;
}

body .tribe-events-tooltip .tribe-events-event-body {
    font-size: 14px;
    font-size: 0.875rem;
}

body .tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
    color: #222;
}

body .tribe-events-tooltip .tribe-events-event-body p {
    margin-top: .75em;
}

body .tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 100px;
}

body .tribe-events-tooltip .tribe-events-event-body .tribe-event-description p {
    margin-top: 1em;
    color: #444;
}



/**
 * Homepage Events Listing
 */

.recent_post_homeWrap {
    font-size: 0;
}

.recent_post_home {
    position: relative;
    padding: 25px 25px 25px 25px;
    background: #fff;
    border: 1px solid #bbb;
    clear: both;
    margin: 0 0 35px 0;
    font-size: 0;
}

.recent_post_home > * {
    font-size: 16px;
    font-size: 1rem;
}

.recent_post_home a {
    text-decoration: none;
    transition: all .25s;
}

/*
.recent_post_home .entry-title a {
    color: #222;
}

.recent_post_home .entry-title a:hover,
.recent_post_home .entry-title a:focus {
    color: #0d6de1;
}
*/

.recent_post_home h3 {
    text-transform: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.35;
    margin: 0 0 2px 0;
    padding: 0;
}

.recent_post_home .entry-meta {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    padding-bottom: 13px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.recent_post_home .entry-summary-wrap {
    text-align: center;
}

.recent_post_home .entry-summary {
    margin-top: 10px !important;
}

.recent_post_home .entry-summary-wrap > div {
    text-align: left;
}

.recent_post_home .recent_post_home_thumb {
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
    float: left;
    width: 50%;
    max-width: 180px;
}

.recent_post_home .recent_post_home_thumb img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.35) inset;
}

.homepage_acdl_events_list {
    font-size: 0;
}

.upcoming_events_home.recent_post_home {
    position: relative;
    display: inline-block;
    width: 31%;
    margin-right: 3%;
    vertical-align: top;
    background: #fff;
    z-index: 1;
}

.upcoming_events_home.recent_post_home.third_event {
    margin-right: 0;
}

.upcoming_events_home.recent_post_home::after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 100px;
    border-radius: 70px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .175);
    z-index: -1;
    content: "";
}

.upcoming_events_home.recent_post_home {
    padding: 0;
}

.upcoming_events_home.recent_post_home .recent_post_home_content {
    padding: 18px;
    padding-bottom: 16px;
    background: #fff;
}

.upcoming_events_home.recent_post_home h3 {
    font-size: 18px;
    font-size: 1.125rem;
    clear: none;
}

.upcoming_events_home.recent_post_home h3 a {

}

.upcoming_events_home.recent_post_home h3 a:hover {

}

.recent_post_home .post_read_more {
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    background: #1d6cb1;
    border-radius: 3px;
    margin-top: 8px;
    box-sizing: content-box;
}

.recent_post_home .post_read_more:hover {
    background: #185890;
}

.home_event_time {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    margin: 0;
    padding: 5px 0 10px 0;
    font-weight: bold;
    padding-right: 45px;
}

.home_event_date {
    display: inline-block;
    float: right;
    margin: 0 0 0 8px;
    padding: 7px;
    padding-top: 9px;
    border-radius: 3px;
    background: #1d6cb1;
    color: #fff !important;
    font-weight: 700;
    font-size: 34px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    overflow: visible;
    box-sizing: content-box;
}

.home_event_date:hover {
    background: #185890;
    text-decoration: none;
    overflow: visible;
}

.home_event_day {
    display: block;
    text-align: center;
    width: 100%;
}

.home_event_month {
    display: block;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

p.homeEventsViewAllButtonWrap {
    padding-top: 8px !important;
}

.upcoming_events_home .entry-summary-wrap .sectionButtonWrap2 a.sectionButton2 {
    padding: 5px 15px;
}

@media all and (max-width: 900px) {

    .upcoming_events_home.recent_post_home {
        display: block;
        width: auto;
        margin-right: 0;
        min-height: 0;
    }

    .upcoming_events_home.recent_post_home:last-child {
        margin-bottom: 30px;
    }
}