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