* {
  box-sizing: border-box;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.invisible {
	display: none!important;
}

body,html {
  height: 100%;
  margin: 0;
}

.other-questions {
	margin: 0 0 1rem 0;
	width: 33rem!important;
    text-align: left!important;
}

.other-questions > h1 {
	font-size: 1.25rem;
	font-weight: bold;
}

.other-questions a:link {
	color: #c03!important;
	text-decoration: none!important;
}

.other-questions a:visited {
	color: #c03!important;
	text-decoration: none!important;
}

.other-questions a:hover {
	color: #c03!important;
	text-decoration: underline!important;
}

.other-questions a:focus {
	color: #c03!important;
	text-decoration: none!important;
}

.other-questions a:active {
	color: #c03!important;
	text-decoration: none!important;
}

.other-questions > div {
	padding: .5rem 0!important;
}

.other-questions > div:nth-of-type(1) {
	font-weight: bold;
}

.optional-message {
	margin: 2rem;
}

header {
  margin: 0 0 2rem 0;
}

header > .top-bar {
  padding: .5rem 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #CC0033;
  color: white;
}

header > .top-bar > * {
  cursor: pointer;
}

header > .top-bar > img {
	height: 2rem;
}

header > .top-bar > div {
  margin-left: 1rem;
}

header > .top-search {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-details {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .5);
	padding-top: 6.5rem;
}

.search-details > .search-title {
  width: 80%;
  margin: auto;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: .5rem;
}

.search-details > .search-holder {
  width: 80%;
  margin: auto;
  padding: .25rem;
  border: 1px solid gray;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.search-details > .search-holder > .search-text {
  width: calc(100% - 2rem);
  outline: none;
  border-style: none;
  font-size: 1rem;
}

.search-details > .search-holder > img {
  width: 2rem;
  height: 100%;
  object-fit: contain;
  border-left: 1px solid gray;
  padding: .5rem;
}

.sayt {
	position: absolute;
	left: 0;
	top: 3rem;
	width: 100%;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: white;
	border: 1px solid black;
	flex-wrap: wrap;
}

.sayt-results {
	box-sizing: border-box;
	padding: .5rem 1rem;
	height: 12rem;
	width: 100%;
	overflow-y: auto;
}

.sayt > h1 {
	font-size: 1.25rem;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid black;
	margin: 1rem;
}

.sayt-results > div {
	margin-bottom: 1rem;
}

.sayt-results a:link {
	color: #c03;
	text-decoration: none;
}

.sayt-results a:visited {
	color: #c03;
	text-decoration: none;
}

.sayt-results a:hover {
	color: #c03;
	text-decoration: underline;
}

.sayt-results a:focus {
	color: #c03;
	text-decoration: none;
}

.sayt-results a:active {
	color: #c03;
	text-decoration: none;
}

.search-results > h1 {
	font-size: 1.25rem;
	margin: 1rem 0;
	border-bottom: 1px solid black;
}

.search-results > div {
	margin-bottom: 1rem;
}

.search-results a:link {
	color: #c03;
	text-decoration: none;
}

.search-results a:visited {
	color: #c03;
	text-decoration: none;
}

.search-results a:hover {
	color: #c03;
	text-decoration: underline;
}

.search-results a:focus {
	color: #c03;
	text-decoration: none;
}

.search-results a:active {
	color: #c03;
	text-decoration: none;
}

.home-main {
	width: 80%;
	margin: auto;
}

.home-main > h1 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 4rem;
}

.categories-holder {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.categories-icons {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.category {
	width: 20%;
	margin: 0 2.5% 2rem 2.5%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.category > img {
	height: 4rem;
	width: 4rem;
	object-fit: contain;
	border: 1px solid gray;
	border-radius: 2rem;
	padding: .25rem;
	margin-bottom: .5rem;
	cursor: pointer;
}

.category > div {
	cursor: pointer;
	text-align: center;
}

.trending-articles {
	width: 25%;
	padding-left: 2rem;
	border-left: 1px solid gray;
	min-height: 16rem;
}

.trending-articles > h1 {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 0 1rem 0;
}

.trending-articles > div {
	margin: 1rem 0;
}

.trending-articles a:link {
	color: black;
	text-decoration: none;
}

.trending-articles a:visited {
	color: black;
	text-decoration: none;
}

.trending-articles a:hover {
	color: black;
	text-decoration: underline;
}

.trending-articles a:focus {
	color: black;
	text-decoration: none;
}

.trending-articles a:active {
	color: black;
	text-decoration: none;
}

.footer-banner {
	height: 13rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2rem 4rem;
}

footer {
	margin-top: 2rem;
}

.footer-icons {
	width: 80%;
	margin: auto;
	padding: 1rem 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.footer-icons a:link {
	text-color: black!important;
	text-decoration: none;
}

.footer-icons a:visited {
	text-color: black!important;
	text-decoration: none;
}

.footer-icons a:hover {
	text-color: black!important;
	text-decoration: none;
}

.footer-icons a:focus {
	text-color: black!important;
	text-decoration: none;
}

.footer-icons a:active {
	text-color: black!important;
	text-decoration: none;
}

.footer-icon {
	width: calc(8.25% - .5rem);
    text-align: center;
    font-size: .75rem;
    cursor: pointer;
    margin: 0 .25rem;
}

.footer-icon:hover {
	opacity: .4;
}

.footer-icon img {
	height: 1.5rem;
}

.banner-content {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.banner-heading {
	font-sie: 1.5rem;
	color: white;
	margin: 0;
}

.banner-action {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 14rem;
	color: white;
}

.banner-button {
	width: 100%;
	height: 3rem;
	font-size: 1.5rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #CC0033;
	border-radius: .5rem;
	color: white;
	margin-bottom: .5rem;
}

.banner-button > img {
	height: 1.5rem;
	margin-right: .5rem;
}

.banner-action a:link {
	color: white;
	text-decoration: underline;
}

.banner-action a:visited {
	color: white;
	text-decoration: underline;
}

.banner-action a:hover {
	color: white;
	text-decoration: none;
}

.banner-action a:focus {
	color: white;
	text-decoration: underline;
}

.banner-action a:active {
	color: white;
	text-decoration: underline;
}

.banner-button a:link {
	color: white;
	text-decoration: none;
}

.banner-button a:visited {
	color: white;
	text-decoration: none;
}

.banner-button a:hover {
	color: white;
	text-decoration: underline;
}

.banner-button a:focus {
	color: white;
	text-decoration: none;
}

.banner-button a:active {
	color: white;
	text-decoration: none;
}

.entry-main {
	padding: 0 2rem 2rem 2rem;
}

.entry-main h1 {
	border-bottom: 1px solid black;
}

.filter-main {
	padding-top: 0;
	position: relative;
}

.filter-btn {
	display: none;
	padding: .5rem;
	border: 1px solid black;
	border-radius: .5rem;
}

.filter-btn:link {
	color: black;
	text-decoration: none;
}

.filter-btn:visited {
	color: black;
	text-decoration: none;
}

.filter-btn:hover {
	color: black;
	text-decoration: none;
}

.filter-btn:focus {
	color: black;
	text-decoration: none;
}

.filter-btn:active {
	color: black;
	text-decoration: none;
}

.filter-btn:hover {
	opacity: .7;
}

.category-footer {
	margin-top: 2rem;
	border-top: 1px solid black;
	padding-top: 1rem;
}

.category-footer ul {
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}

.category-footer li {
	margin-right: .5rem;
	padding-right: .5rem;
	border-right: 1px solid black;
}

.category-footer a:link {
	color: #CC0033;
	text-decoration: none;
}

.category-footer a:visited {
	color: #CC0033;
	text-decoration: none;
}

.category-footer a:hover {
	color: #CC0033;
	text-decoration: underline;
}

.category-footer a:focus {
	color: #CC0033;
	text-decoration: none;
}

.category-footer a:active {
	color: #CC0033;
	text-decoration: none;
}

.category-footer li:nth-last-child(1) {
	border-right-style: none;
}

.filter-results {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.entry-questions {
	padding: 0 2rem;
	margin: 0;
	list-style-type: none;
	width: 50%;
}

.entry-questions li {
	margin-bottom: 1rem;
}

.entry-questions a:link {
	color: black;
	text-decoration: none;
}

.entry-questions a:visited {
	color: black;
	text-decoration: none;
}

.entry-questions a:hover {
	color: black;
	text-decoration: underline;
}

.entry-questions a:focus {
	color: black;
	text-decoration: none;
}

.entry-questions a:active {
	color: black;
	text-decoration: none;
}

.entry-answer a:link {
	color: #cc0033;
	text-decoration: underline;
}

.entry-answer a:visited {
	color: #cc0033;
	text-decoration: underline;
}

.entry-answer a:hover {
	color: #cc0033;
	text-decoration: none;
}

.entry-answer a:focus {
	color: #cc0033;
	text-decoration: underline;
}

.entry-answer a:active {
	color: #cc0033;
	text-decoration: underline;
}

.return-footer {
	border-top: 1px solid black;
	margin-top: 2rem;
	padding: 2rem;
}

.return-footer a:link {
	color: #CC0033;
	text-decoration: none;
}

.return-footer a:visited {
	color: #CC0033;
	text-decoration: none;
}

.return-footer a:hover {
	color: #CC0033;
	text-decoration: underline;
}

.return-footer a:focus {
	color: #CC0033;
	text-decoration: none;
}

.return-footer a:active {
	color: #CC0033;
	text-decoration: none;
}

.breadcrumbs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: .5rem;
}

.breadcrumbs > div {
	width: 3rem;
	margin-right: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.breadcrumbs > div:hover {
	cursor: pointer;
	opacity: .4;
}

.breadcrumbs > div > div {
	font-size: 1rem;
}

.breadcrumbs > div > .back-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	padding: 1rem;
	width: 3rem;
	height: 3rem;
	border-radius: 1.5rem;
	border: 1px solid gray;
	margin-bottom: .5rem;
}

.breadcrumbs > div > img {
	padding: .25rem;
	width: 3rem;
	height: 3rem;
	border-radius: 1.5rem;
	border: 1px solid gray;
	margin-bottom: .5rem;
}

.contact-us {
	width: 70%;
}

.contact-status > div {
	margin-top: 2rem;
	text-align: left;
}

.contact-us > h1 {
	font-size: 1.5rem;
	margin: 1rem 0 3rem 0;
}

.contact-icons {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.contact-link {
	cursor: pointer;
}

.contact-link:hover {
	opacity: .4;
}

.contact-icons > div {
	margin-right: 5rem;
    text-align: center;
    margin-bottom: 1rem;
	width: 10rem;
}

.contact-icons > div img {
	height: 5rem;
	width: 5rem;
	object-fit: contain;
	padding: .5rem;
	border-radius: 3rem;
	border: 1px solid gray;
	margin: 0 .5rem 1rem .5rem;
}

.contact-icons a:link {
	color: black;
	text-decoration: none;
}

.contact-icons a:visited {
	color: black;
	text-decoration: none;
}

.contact-icons a:hover {
	color: black;
	text-decoration: none;
}

.contact-icons a:focus {
	color: black;
	text-decoration: none;
}

.contact-icons a:active {
	color: black;
	text-decoration: none;
}

.contact-us-sections-header {
	width: 100%;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	font-weight: bold;
}

.contact-us-sections-header > img {
	width: 100%;
	margin-top: 2rem;
}

.contact-us-sections {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.contact-us-cards {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-us-cards > img {
	margin-top: 2rem;
	height: 15rem;
}

.contact-us-sections > div {
	width: calc(50% - 1rem);
	margin: .25rem;
	padding: .5rem;
	border-bottom: 1px solid gray;
	height: 12rem;
}

.contact-us-sections > div > div {
	margin-bottom: .5rem;
}
.contact-us-sections h1 {
	font-size: 1.25rem;
	font-weight: bold;
	color: #CC0033;
}

.nav-subcats {
	background-color: #eee;
	margin-top: 1rem;
	padding: 1rem;
}

.nav-subcats > h2 {
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.nav-subcats > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav-subcats li {
	margin-bottom: 1rem;
}

.nav-subcats a:link {
	color: #CC0032;
	text-decoration: none;
}

.nav-subcats a:visited {
	color: #CC0032;
	text-decoration: none;
}

.nav-subcats a:hover {
	color: #CC0032;
	text-decoration: underline;
}

.nav-subcats a:focus {
	color: #CC0032;
	text-decoration: none;
}

.nav-subcats a:active {
	color: #CC0032;
	text-decoration: none;
}

.contact-list-description {
	color: black!important;
}

@media (max-width: 1024px) {
	.filter-results {
		display: block;
	}
	
	.filter-btn {
		display: inline-block;
		position: absolute;
		right: 1rem;
		top: .5rem;
	}
	
	.entry-questions {
		width: 100%;
		padding: 0;
	}
	
	.home-main {
		width: 100%;
		margin: 0;
		padding: 5%;
	}
	
	.contact-us {
		width: 100%;
	}
	
	.contact-us-cards {
		display: block;
		text-align: center;
	}
	
	.footer-banner {
		padding: 1rem;
	}
	
	.footer-icon {
		width: calc(33.3% - .5rem);
	}
	
	.banner-content {
		flex-direction: column;
		justify-content: space-around;
	}
	
	.banner-heading {
		width: 100%;
		text-align: center;
	}
	
	.banner-action {
		width: 100%;
	}
	
	.banner-button {
		width: 24rem;
	}
	
	.category {
		width: 40%;
	}
	
	.categories-holder {
		display: block;
	}
	
	.categories-icons {
		width: 100%;
		padding: 1rem;
	}
	
	.trending-articles {
		border-left-style: none;
		border-top: 1px solid gray;
		width: 100%;
		padding: 1rem;
	}
	
	.contact-icons {
		display: block;
	}
	
	.contact-icons > div {
		margin-right: 0;
		margin-bottom: 2rem;
		height: auto;
	}
	
	.contact-us-cards > img {
		width: 100%;
		height: auto;
	}
}


#contactChat {
	display: none!important;
}
