@charset "utf-8";
/*
Theme Name: All Points Bulletin v2
Theme URI: https://www.brazzellmarketing.com
Author: Brazzell Marketing Agency
Author URI: https://www.brazzellmarketing.com
Description: Theme used for All Points Bulletin blogsites
Version: 1.4
Tags: all points bulletin
*/
html {
	overflow-x: hidden;
}
body {
	text-align: center;
	font-size: medium;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-family: 'Arial', sans-serif;
	color: #4e515a;
	line-height: 1.5em;
}
img {
	max-width: 100%;
	border-style: none;
	height: auto;
}
h1 {
	font-weight: normal;
	margin-top: 0px;
	line-height: 1em;
}

.Article-Excerpt {
	display: inline-block;
	vertical-align: top;
	width: 60%;
}

/* line 29, CSS-Main.scss */
.BackToTop {
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
	background-color: #fcf7f7;
	padding: 10px;
	color: white;
	font-family: sans-serif;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	font-size: medium;
	height: 60px;
	line-height: 60px;
	box-shadow: 0px 0px 6px #000000;
}
/* line 40, CSS-Main.scss */
.BackToTop a {
	display: inline-block;
	padding: 10px;
	background-color: #e0bd06;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
	transition:
		color 0.25s,
		background-color 0.25s;
	line-height: normal;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
}

.BackToTop a:hover {
	color: #ffffff;
	background-color: #ffd602;
}

.BackToTop #BackToTop {
	position: relative;
	float: right;
	margin-left: 20px;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	width: 50px;
}

.BackToTop #BackToTop i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.BackToTop #CloseBTT {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.BackToTop .menu-backtotop-container {
	display: inline-block !important;
}

.BackToTop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.BackToTop ul li {
	display: inline-block;
}

.Box-Full {
	width: 100%;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow-y: hidden;
}

.Box-25 {
	width: 15%;
	margin-left: 2%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.Box-75 {
	width: 67%;
	max-width: 800px;
	margin-right: 2%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.Box-100 {
	width: 82%;
	max-width: 800px;
	margin-right: 2%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.Box-Half {
	width: 35%;
	margin-left: 7%;
	margin-right: 7%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
.Box-P {
	width: 40%;
	text-align: left;
	float: right;
	background-color: rgba(255, 255, 255, 0.9);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 8px;
	border: 1px solid rgba(183, 183, 183, 1);
	-webkit-box-shadow: 4px 4px 9px rgba(61, 58, 58, 1);
	box-shadow: 4px 4px 9px rgba(61, 58, 58, 1);
	overflow-y: hidden;
}
.Box-Third {
	width: 25%;
	display: inline-block;
	margin-left: 3%;
	margin-right: 3%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}
.Box-Third h2 {
	text-align: center;
}

.Box-Top {
	width: 56%;
	text-align: center;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.85);
	border: 2px solid #ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.Box-Top h1 {
	margin-bottom: 5px;
	font-size: 3em;
	color: #4f525b;
}

.Bottom-Links {
	float: left;
	margin-top: 15px;
	display: block;
	width: 90%;
	text-align: left;
}
.Bottom-Links a {
	color: #d4d5db;
	font-size: x-small;
	text-decoration: none;
	margin-right: 26px;
}

.Button {
	margin: 10px;
}

.Button a {
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #8a0407;
	color: #ffffff;
	border-radius: 6px;
	float: right;
}
.Button a:hover {
	background-color: #bc0e11;
}
.Button-G a {
	display: inline-block;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: rgba(79, 82, 91, 1);
	color: rgba(249, 249, 249, 1);
	text-decoration: none;
	border-radius: 6px;
	float: right;
}
.Button-G a:hover {
	background-color: rgba(129, 134, 150, 1);
}

.Footer {
	width: 100%;
	background-color: #a7a8ad;
	padding-top: 15px;
	padding-bottom: 15px;
}

.Footer-Menu a {
	color: #ffffff;
	text-decoration: none;
}

.Footer-Menu a:hover {
	color: #4f525b;
}

.Footer-Menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.Footer-Menu ul li {
	display: inline-block;
	margin-right: 12px;
}

.Header-Right {
	float: right;
	display: inline-block;
	color: #152cd0;
	font-size: 2em;
	line-height: normal;
	margin-top: 83px;
	max-width: 40%;
}
.Header-Right a {
	text-decoration: none;
	color: #152cd0;
	margin-top: 0px;
}
.List-Vt {
	border-bottom: 1px solid #6e7484;
	font-size: 1.15em;
}
.List-Vt i {
	margin-right: 13px;
}

.List-Vt a {
	color: #4e515a;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-width: 1px;
	border-color: #6e7484;
	border-top-style: solid;
	text-indent: 5px;
}
.List-Vt a:hover {
	background-color: #c7cbd9;
	color: #ffffff;
}

.Logo {
	display: inline-block;
	float: left;
}

.Container {
	width: 1500px;
	display: inline-block;
	max-width: 90%;
}
.custom-form input,
textarea {
	margin-bottom: 13px;
}

#Menu {
	width: 100%;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
	background-color: #4f525b;
}
#Menu a {
	text-decoration: none;
	color: #ffffff;
}
#Menu a:hover {
	text-shadow: 0px 0px 8px #f7f4ce;
}

#Menu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Menu ul li:hover > div ul {
	display: block;
}

#Menu ul div ul {
	display: none;
}

#Menu ul div ul li {
	margin-left: -21px;
	padding-top: 5px;
}
.Nav {
	width: 100%;
	background-color: #4f525b;
	overflow-y: hidden;
}
.Nav a {
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right: 1px solid #a3a5ac;
	display: inline-block;
}
.Nav a:hover {
	background-color: #92959e;
}

.Nav .Container {
	text-align: left;
	padding-left: 74px;
}

.Nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.Nav ul li {
	display: inline-block;
}

.Pagination a {
	color: #4f525b;
	text-decoration: none;
}

.Pagination a:hover {
	color: #92959e;
}

.Photo1 {
	background-color: #ffffff;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	border-radius: 2px;
	border: 1px solid #b1b3b7;
}

.Post-Title-Header {
	background-color: #a7a8ad;
	color: #ffffff;
	padding-top: 28px;
	padding-bottom: 12px;
}

.Post-Title-Header .Container {
	text-align: center;
}

.Post-Title a {
	color: #4f525b;
	text-decoration: none;
}

.Post-Title a:hover {
	color: #a7a8ad;
}

.Row-Contact {
	background-color: #4f525b;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}
.Row-Contact .Container {
	text-align: left;
}

.Row-Contact a {
	color: #ffffff;
	text-decoration: none;
}

.Row-Contact a:hover {
	text-decoration: underline;
}

.Row-HIL {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(Images-Main/BG-Research.jpg);
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 40px;
	margin-bottom: 40px;
}
.Row-Services {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(Images-Main/BG-Services.jpg);
	background-position: left bottom;
	background-size: cover;
	background-attachment: scroll;
}
.Row-About {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(Images-Main/BG-About.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: scroll;
}
.Row-ContactUs {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(Images-Main/BG-Contact.jpg);
	background-position: left top;
	background-size: cover;
	background-attachment: scroll;
}
.Row-ContactUs .Box-Top {
	background-color: rgba(255, 252, 252, 0.95);
}

.Row-Library {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(Images-Main/BG-HIL.jpg);
	background-position: left top;
	background-size: cover;
	background-attachment: scroll;
}
.Row-Library .Box-Top {
	min-width: 248px;
}

.Share {
	clear: both;
}

.Share a {
	color: #4f525b;
	text-decoration: none;
}

.Share a:hover {
	color: #92959e;
}

.Share i {
	font-size: 2em;
	margin-right: 5px;
}

#Subscribe a {
	color: #4f525b;
	text-decoration: none;
}

#Subscribe a:hover {
	color: #92959e;
}

#sidebar-primary .follow-us {
	box-sizing: border-box;
	margin-bottom: 1em;
	padding: 1em;
	border-radius: 5px;
	background-color: var(--apb-secondary-color, #4f525b);
	color: var(--apb-secondary-text-color, #ffffff);
}

#sidebar-primary .follow-us .widget-title {
	margin-top: 0;
	line-height: 1.2;
}

#sidebar-primary .follow-us p {
	margin-top: 0;
}

#sidebar-primary .follow-us .follow-us__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em;
	border-radius: 5px;
	background-color: var(--apb-secondary-text-color, #ffffff);
	color: var(--apb-secondary-color, #4f525b);
	text-decoration: none;
}

#sidebar-primary .follow-us .follow-us__button:hover,
#sidebar-primary .follow-us .follow-us__button:focus {
	background-color: #eef0f2;
	color: var(--apb-secondary-color, #4f525b);
}

.Subscribe a {
	color: #4f525b;
	text-decoration: none;
}

.Subscribe a:hover {
	color: #92959e;
}

.T1 {
	font-size: 2em;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Thumbnail {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	width: 35%;
}

.Thumbnail img {
	box-shadow: 3px 3px 10px #4f525b;
}

.Very-Top {
	background-color: #4f525b;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 2px;
}

.Very-Top i {
	margin-right: 3px;
}

.Very-Top .MailChimp-Button {
	float: left;
}

.Very-Top .MailChimp-Button a {
	background-color: #a7a8ad;
	border-radius: 3px;
	color: #ffffff;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
}

.Very-Top .Social-Menu {
	float: right;
}

.Very-Top .Social-Menu a {
	color: #ffffff;
	text-decoration: none;
}

.Very-Top .Social-Menu a:hover {
	color: #a7a8ad;
}

.Very-Top .Social-Menu i {
	font-size: 1.4em;
}

.Very-Top .Social-Menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Very-Top .Social-Menu ul li {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

@media (max-width: 1000px) {
	.Logo {
		float: none;
		display: block;
	}
	.Box-Half {
		width: 90%;
	}

	.Box-25 {
		width: 90%;
	}

	.Box-75 {
		width: 90%;
	}

	.Header-Right {
		width: 100%;
		max-width: 100%;
		margin-top: 5px;
		margin-bottom: 24px;
	}

	#Homepage-Photo.Box-Half {
		margin-left: 0px;
		margin-right: 0px;
	}

	#Homepage-Photo.Box-Half img {
		box-sizing: border-box;
	}

	.Nav {
		display: none;
	}
	#Menu {
		display: block;
	}
}

@media (max-width: 850px) {
	.Row-Contact .T1 {
		font-size: x-large;
	}
	.Row-Contact form p {
		display: block;
		width: 90%;
	}
	.Box-P {
		width: 70%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.Box-Third {
		width: 90%;
		margin-left: 0px;
		margin-right: 0px;
		display: inline-block;
	}
}

@media (max-width: 625px) {
	.Article-Excerpt {
		display: block;
		width: 100%;
	}

	.Thumbnail {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

@media (max-width: 400px) {
	.Box-Top {
		width: 70%;
	}
}

/* WordPress CSS */

#search-3 #s {
	height: 1.9em;
	width: 70%;
}

#search-3 #searchsubmit {
	background-color: #4f525b;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.2em;
	padding: 5px;
}

.wp-block-latest-posts a {
	color: #4f525b;
	text-decoration: none;
}

.wp-block-latest-posts a:hover {
	color: #92959e;
}

.subscribe-page-title {
	background-color: var(--apb-primary-color, #a7a8ad);
	color: var(--apb-primary-text-color, #ffffff);
}

.subscribe-page__content {
	display: block;
	width: 82%;
	max-width: 800px;
	margin: 48px auto 64px;
	text-align: left;
}

.subscribe-page__content h2 {
	margin: 0 0 0.65em;
	font-size: 1.5em;
	line-height: 1.25;
}

.subscribe-page__content p {
	margin: 0 0 1em;
}

.subscribe-page .subscribe-page__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	box-sizing: border-box;
	margin: 0.5em 0 1em;
	padding: 0.75em 1.1em;
	border-radius: 6px;
	background-color: var(--apb-secondary-color, #8a0407);
	color: var(--apb-secondary-text-color, #ffffff);
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.subscribe-page .subscribe-page__button:hover,
.subscribe-page .subscribe-page__button:focus {
	color: var(--apb-secondary-text-color, #ffffff);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.subscribe-page .subscribe-page__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: -4px;
}

.subscribe-page__content .subscribe-page__recent-title {
	margin-top: 0.5em;
}

.subscribe-page__articles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.subscribe-page__article a {
	display: block;
	color: #4f525b;
	line-height: 1.35;
	text-decoration: none;
}

.subscribe-page__article a:hover,
.subscribe-page__article a:focus {
	color: #92959e;
}

.subscribe-page__article a:focus-visible {
	outline: 2px solid var(--apb-secondary-color, #8a0407);
	outline-offset: 3px;
}

.subscribe-page__article-image {
	display: block;
	width: 100%;
	aspect-ratio: 1.91 / 1;
	object-fit: cover;
}

.subscribe-page__article span {
	display: block;
	margin-top: 0.45em;
}

@media (max-width: 625px) {
	.subscribe-page__content {
		width: 100%;
		margin-top: 32px;
		margin-bottom: 48px;
	}

	.subscribe-page__articles {
		grid-template-columns: 1fr;
	}

	.subscribe-page__article {
		max-width: 18em;
	}
}

.wp-calendar-table {
	width: 100%;
}

.wp-calendar-table a {
	text-decoration: underline;
}

.wp-calendar-table a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1100px) {
	/* line 279, CSS-Main.scss */
	.BackToTop {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
		text-align: left;
	}
	/* line 285, CSS-Main.scss */
	.BackToTop a {
		text-align: center;
	}
	/* line 288, CSS-Main.scss */
	.BackToTop #BackToTop {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 375px) {
	/* line 303, CSS-Main.scss */
	.BackToTop a {
		font-size: 0.7em;
	}
}

@media (max-width: 750px) {
	.Row-Contact form div {
		width: 90%;
	}
}

.yarpp a {
	color: #4f525b;
	text-decoration: none;
}

.yarpp a:hover {
	color: #92959e;
}
