:root {
	--font-primary: 'Noto Sans', Arial, sans-serif;
	--font-secondary: 'Nunito', Helvetica, sans-serif;
	--font-tertiary: 'Source Sans Pro', Helvetica, sans-serif;
	--font-serif: 'Noto Serif', 'Merriweather', serif;
	--font-sans_serif: 'Noto Sans', Arial, sans-serif;
	--color-yellow: #FABE00;
	--color-purple: #4D4398;
	--color-blue: #73C6BE;
	--color-orange: #EA5506;
	--color-ag-blue: #3EB7F0;
	--color-ag-orange: #FBA858;
	--color-ag-pink: #FF99BB;
	--color-ag-lightblue: #ADD8E6;
	--color-ag-lightpink: #FFB6C1;
	--color-lightmode-bg: #ffffff;
    --color-lightmode-accent1: #2a56c6;
    --color-lightmode-accent2: #ddd;
    --color-lightmode-text1: #333;
    --color-lightmode-text2: #6B6B6B;
    --color-darkmode-bg: #282828;
    --color-darkmode-accent1: #00ebff;
    --color-darkmode-text1: #fff;
    --color-darkmode-text2: #999;
}
html, body {
	overflow-x: hidden;
}
body {
	-webkit-font-smoothing:antialiased;
	position: relative
}
.noto-sans-default {
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
}
.noto-sans-bold {
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
}
.noto-sans-italic {
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
	font-variation-settings:
	  "wdth" 100;
}
.noto-serif-default {
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
}
.noto-serif-bold {
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
}
.noto-serif-italic {
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
	font-variation-settings:
	  "wdth" 100;
}
.noto-color emoji-regular {
	font-family: "Noto Color Emoji", sans-serif;
	font-weight: 400;
	font-style: normal;
}  

.color-yellow {
	color: var(--color-yellow);
}
.color-blue {
	color: var(--color-blue);
}
.color-purple {
	color: var(--color-purple);
}
.color-orange {
	color: var(--color-orange);
}
.navbar {
	box-shadow: 0 2px 6px #00000026;
	font-family: var(--font-sans_serif);
}
.header-search_collapse {
	background-color: #fff!important;
	width: 100%;
	margin-top: 0px!important;
}
.header-bg {
	background-color: #fff;
}
/* homepage search bar */
.search {
	/*max-width: 500px;
	*/
	flex: 1;
	min-width: 20rem;
	margin-top: .25em;
	position: relative;
	font-family: var(--font-secondary);
}
.search .col-md-9 {
	margin-top: .25em;
}
.search-input {
	border: 1px solid var(--color-blue);
	border-radius: 5px;
	padding: 10px 45px 10px 20px;
	transition: all .3s;
	-webkit-appearance: none !important;
	width: 100%;
	outline: none;
}
[type=search] {
	outline-offset: -2px;
}
input {
	overflow: visible;
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
}
.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	font-variation-settings:'FILL'0,'wght'700,'GRAD'0,'opsz'48
}
.search-icon {
	cursor: pointer;
	box-shadow: none;
	background: 0 0;
	border: none;
	margin-top: 2px;
	transition: all .3s;
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
}
.col-lg-6,.col-md-4 {
	margin-bottom: 20px;
	/* Space between each row */
}
.card {
	height: 100%;
	/* Ensures equal heights for all cards */
	border-radius: 15px;
	/* Rounded corners for cards */
	margin-bottom: 20px;
	/* Space below each card */
}
.card-body {
	padding: 1.25em 1.25em 0 1.25em;
}
.card-img-top {
	object-fit: cover;
	width: 100%;
	max-height: 200px;
	background-color: #CCC;
}
.card-title,h1,h2,h3 {
	font-family: var(--font-serif);
	font-weight: 700;
}
.card-text {
	/* Truncate text after 2 lines */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
}
.card-text-large {
	/* Truncate text after 4 lines */
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: var(--font-secondary);
}
.footer {
	background-color: #f8f9fa;
	color: #72798f;
	text-align: center;
}
nav.footer.navbar {
	padding: 5px 12px;
}
.footer .nav-item a {
	color: #343a40;
	font-size: .75em;
}
.footer__disclaimer,.footer__copyright {
	margin-bottom: 0;
	padding: .5em 1em;
	font: normal 400 0.75rem/1.5 var(--font-tertiary);
	color: #212529;
}
.footer__copyright {
	text-align: center;
}
.footer__disclaimer a {
	color: #212529;
}
.footer-bg {
	background-color: #f8f9fa;
}
.form form {
	max-width: 100%;
}
body article {
	font-family: var(--font-primary);
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.8;
	color: #333;
}
article .container {
	max-width: 800px!important;
	background: white;
	padding: 20px;
}
article .hero-image {
	max-width: 700px;
	max-height: 300px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
	object-position: 100% 50%;
	border-radius: 15px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
article h2, article h3, article h4 {
	color: #000;
	margin: .5em 0 .25em;
	font-family: var(--font-serif);
}
article h1.title {
	font-weight: 700;
	margin-top: 0;
	font-size: 1.25rem;
	font-family: var(--font-serif);
}
article h2.subtitle {
	color: #666;
	font-style: italic;
	margin-bottom: 1em;
	font-size: 1.2rem;
	display: none;
}

article a {
	color: #000;
	text-decoration: underline;
}

article p, #relatedsearches1 {
	margin-bottom: 1.2em;
}
.title {
	position: relative;
	padding-bottom: 1rem;
}
.title::after {
	background-color: var(--color-yellow);
	height: 0.125rem;
	content: "";
	width: 5rem;
	bottom: 0;
	left: 0;
	position: absolute;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: "/";
}
.breadcrumb-item+.keyword {
	text-transform: capitalize;
}
.breadcrumb {
	font-size: small;
	color: var(--color-lightmode-text2);
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	font-family: var(--font-serif);
	font-weight: 600;
}
.content h1 {
	font-size: 1.25rem;
}
.content h2 {
	font-size: 1.2rem;
}
.content h3 {
	font-size: 1.125rem;
}
.content h4 {
	font-size: 1rem;
}
.content h5 {
	font-size: .875rem;
}
.content h6 {
	font-size: .75rem;
}
button.c2a__btn {
	align-items: center;
	color: var(--color-yellow);
	display: flex;
	font-family: var(--font-secondary);
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-weight: 600;
}
.c2a__btn {
	all: unset;
	cursor: pointer;
}
.hiddenContent {
	display: none;
}
.displayedContent {
	display: block;
}

/* box-style search form */
.search-form__form {
    background-color: var(--color-lightmode-bg);
    border: 1px solid var(--color-lightmode-accent2);
    display: flex;
    border-radius: 2px;
    font-size: 13px;
	margin-block-end: auto;
}
.search-form__form>div, 
.search-form__q {
    display: flex;
    justify-content: space-between;
}
.search-form__form>div {
    flex: 1;
}
.search-form__q {
    background: transparent;
    border: 0;
    color: var(--color-lightmode-text2);
    font-size: 15px;
    height: 38px;
    line-height: 2.375;
    margin: 0;
    outline: none;
    padding: 5px 10px 5px 15px;
    min-width: 300px;
	width: 95%;
	max-width: 95%;
}
.search-form__clear, 
.search-form__clear--active {
    background-image: url();
}
.search-form__clear {
    display: none;
    height: 100%;
    width: 5%;
}
.search-form__button {
    background: transparent;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    flex: 0 0 38px;
    font-weight: 400;
    height: 38px;
    width: 40px;
    line-height: 38px;
    padding: 0;
    -webkit-user-select: none;
    user-select: none;
}
.search-form__button .ico {
    background-image: url(/static/img/button-mobile.svg);
    background-size: 48%;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 38px;
    width: 40px;
}

/* SERP Styling */
body.serp {
	background-color: #fff;
}
.serp .form-container {
	margin-top: 8px;
}
.serp-main {
	background-color: #fff;
	margin-top: 10px!important;
	/* margin-left: 7px!important; */
	margin-bottom: 10px!important;
}

.search-result p {
	margin-block-end: 1px;
}
.search-result {
	padding: 8px 0;
	/*
	border-bottom: 1px solid #eee;
	margin-block-end: 1px;
	*/
	font-family: Helvetica, Arial, sans-serif;

}
.search-result h2 {
	font-size: 16px!important;
	margin-bottom: 0px!important;
}
.search-result h2 a {
	font-size: 16px!important;
	margin-block-end: 1px;
	color: #3300b5;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;

}
.search-result .result-url {
	font-size: 13px;
	color: #202124;
	text-decoration: none;
}
.search-result .result-description {
	font-size: 12px;
	color: #333;
	/* margin-bottom: 2px; */
	/* Truncate text after 2 lines */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.web-results {
	color: #888;
	font-size: 12px;
	margin: 8px 0;
	text-transform: uppercase;
}
.search-button {
	color: #007bff;
	border-color: #ced4da;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#afscontainer1, #afscontainer2 {
	padding-bottom: 10px;
}
.footer-search-box {
	width: 100%;
}
.footer-search-box .search-button {
	color: #fff;
	background-color: #666;
	border-color: #ced4da;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.footer__logos {
	display: flex;
	justify-content: center;
}
.footer__site-logo {
	background-image: url({{logo_path}});
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	flex: 0 0 150px;
	height: 48px;
}
.footer-mobile {
	font-size: 13px;
}
.footer-mobile .links {
	list-style: none;
	padding: 0;
}

/* 	post_recirc.html styling,               *
* 	specifically for SmartAnswersNow.com 	*/

div.post-recirc .card-body {
	padding: 0!important;
	margin-top: .5em;
}

div.post-recirc .card-title:hover {
	text-decoration: underline;
	color: #5782BB;
}

div.post-recirc .card-subtitle {
	font-size: 12px;
}

div.post-recirc .card {
	border: none!important;
	margin-bottom: 0!important;
}

.post-recirc-heading {
	font-size: 18px!important;
}

@media screen and (min-width: 480px) {
	article .hero-image {
	  max-height: 400px;
	  max-width: 100%;
	  width: 700px;
	}
}
@media screen and (max-width: 479px) {
	article .hero-image {
	  max-height: 263px;
	  width: 350px;
	}
}