html>body:not(.wp-admin) #wrapper-navbar nav.navbar.bg-primary .navbar-container a.navbar-brand.custom-logo-link img.img-fluid {
    max-width: 230px;
    margin-bottom: 6px;
}

.cgb-featurette .features-container .feature-wrapper .image-wrapper .img {
    display: inline-block;
    width: 200px;
    height: 200px;
	
}

html>body:not(.wp-admin) #wrapper-footer .site-footer .custom-footer-container .footer-main-information-container {

    padding: 30px 0 0 0;

}

.cgb-table .items-container .item-wrapper {
    padding-right: 40px;
}
body.page .entry-content > p,
body.page .entry-content > ul,
html>body:not(.wp-admin) .p3-font-styles {
	font-size: 16px;
}
body.page .entry-content > ul {
	padding: 0 13%;
}

img.wp-post-image{
	display: none;
}

.custom-primary-button.call-to-action-button{
	margin-left:.8%;
}
.post-category-title{
	margin-left:.8%;
}

.wp-block-cgb-block-nm-table.cgb-table .items-container{
	display: inline-block;
	column-count: 3;
	font-family: usual,sans-serif;
}

.wp-block-cgb-block-nm-table.cgb-table .items-container p.item-wrapper{
	margin-bottom: 20px;
}
.cgb-featurette.certifiedaccounts .features-container .feature-wrapper{
	padding: 1%;
	flex: 0 0 20%;
}
.cgb-featurette.certifiedaccounts .features-container .feature-wrapper .img{
	width:250px;
	height:200px;
}
html>body:not(.wp-admin) #wrapper-navbar nav.navbar.bg-primary{
	margin-top: 0;
}

.cgb-post-categoy .posts-container .post-wrapper .info-post-wrapper .post-read-more-link{
	margin-top: 0;
}

.cgb-quote .p6-font-styles {
	font-size: 30px !important;
}

.quote-inner-wrapper {
	max-width: 1200px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.quote-inner-wrapper .quote-title {
	max-width: calc(100% - 140px);
}

.quote-inner-wrapper .quote-attribution {
	max-width: calc(100% - 140px);
	margin-left: 140px;
}

.quote-svg-icon {
	width: 100px !important;
}

.quote-svg-icon svg {
	max-width: 100px;
}

@media only screen and (max-width: 950px) {

	.quote-inner-wrapper .quote-title {
		max-width: 100%;
		margin-left: 0;
	}

	.quote-inner-wrapper .quote-attribution {
		max-width: 100%;
		margin-left: 0;
	}
}

.paypal-donations {
	width: 220px;
    display: block;
    margin: 0 auto;
    line-height: 0;
    margin-bottom: 13px;
}

.mobile-menu-toggle {
	margin-left: auto;
}

.header-right .paypal-donations {
	max-width: 200px;
}

.kbe-object-list {
	list-style-type: none !important;
}

.kbe-object-list svg {
	max-width: 20px !important;
	color: gray !important;
}

@media only screen and (max-width: 767px) {
	.header-right .paypal-donations {
		max-width: 200px;
	}

	.navbar-container .alt-header {
		display: none;
	}
}


/* New Covid page */
.align-center {
	text-align: center;
}
.wp-block-columns .middle-col {
	padding: 0 20px;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
}

.see-more-accounts {
    position: relative;
    min-height: 425px;
    background: url("https://covidbanking.joinbankon.org/assets/usa-map.svg") 50% no-repeat;
    padding: 90px 15px 30px;
    margin: 70px 0;
    border: 1px solid #a2a2a2;
    text-align: center;
}
.see-more-accounts:after,
.see-more-accounts:before {
    position: absolute;
    left: calc(50% - 115px);
    display: block;
    height: 10px;
    width: 230px;
    content: "";
    background: #d3dee6;
}
.see-more-accounts:before {
    top: -5px;
}
.see-more-accounts:after {
    bottom: -5px;
}
.see-more-accounts h2 {
    margin-top: 0;
    margin-bottom: 4px;
    color: #357ab6;
    font-size: 43px;
}
.see-more-accounts p {
    margin-bottom: 35px;
    font-family: Source Sans Pro,sans-serif;
    font-size: 23px;
}


/* Google Translate widget */
#google_translate_element .goog-te-gadget {
	color: #464a4a;
}
#google_translate_element .goog-te-gadget .goog-te-combo {
	padding: 5px 10px;
	border: none;
}
#google_translate_element .goog-te-gadget span {
	display: none !important;
}

/* ADA / WCAG accessibility enhancements */
button.menu-toogle-button {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	appearance: none;
}

html > body:not(.wp-admin) #wrapper-navbar nav.navbar.bg-primary .navbar-container .mobile-menu-toggle .hamburger-container {
	pointer-events: none;
}

html > body:not(.wp-admin) #wrapper-navbar nav.navbar.bg-primary .navbar-container .mobile-menu-toggle button.menu-toogle-button {
	display: block;
	width: 40px;
	height: 32px;
	position: relative;
	top: 11px;
	left: -25px;
	cursor: pointer;
	opacity: 1;
	z-index: 15;
	-webkit-touch-callout: none;
}

a.skip-link.sr-only.sr-only-focusable:active,
a.skip-link.sr-only.sr-only-focusable:focus {
	position: absolute;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0.75rem 1rem;
	overflow: visible;
	clip: auto;
	white-space: normal;
	z-index: 100000;
	color: #fff;
	background-color: #000;
}

.sr-only,
.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

.menu-toogle-button:focus {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.custom-primary-button a:focus,
.secondary-button a:focus,
.nav-link:focus,
.wpcf7-form-control:focus {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

.home .entry-header .screen-reader-text {
	/* Preserve semantic page title for assistive tech without visual duplication */
}

.cgb-background-image[role="img"],
.featured-image[role="img"],
.cgb-featurette .img[role="img"] {
	/* Decorative/content background images exposed to assistive technology */
}