@charset "ISO-8859-1";

/******************************************************************************
* Guides Intro
******************************************************************************/

#guides-intro .guides-img img {
	border-radius: 1.5rem;
}

/******************************************************************************
* Jump straight to
******************************************************************************/

#jump-to .jump-to-details p {
	font-size: 1rem;
}

#jump-to .jump-to-icon {
	width: 120px;
	background-color: #ffffff;
	border-radius: 1rem;
	text-decoration: underline;
}

#jump-to .jump-to-icon:hover {
	background-color: #0099ff;
	color: #ffffff;
}

#jump-to .jump-to-icon:hover img {
	filter: brightness(0) invert(1);
}

/******************************************************************************
* Category Guides
******************************************************************************/

.category-guides .category-section .category-details h3 {
	font-size: 1.5rem;
}

.category-guides .category-section .category-details p {
	font-size: 0.8125rem;
}

.category-guides .category-section .category-details p a {
	font-size: 0.8125rem;
	color: #0099ff;
	text-decoration: underline;
}

.category-guides .category-buttons .cta-button .pushbutton {
	font-size: 0.8125rem;
	border-radius: 1.5rem;
	width: 100%;
	max-width: unset;
}

.category-guides .category-buttons .extra-link a {
	font-size: 0.8125rem;
	text-decoration: underline;
}

.category-guides .category-img img {
	border-radius: 1.5rem;
}

/******************************************************************************
* Delivery Banner
******************************************************************************/

.delivery-banner .banner-details img {
	max-height: 20px;
}

.delivery-banner .banner-details p {
	font-size: 0.8125rem;
}

.delivery-banner .banner-details p a {
	font-size: 0.8125rem;
	color: #ffffff;
	text-decoration: underline;
}

/******************************************************************************
* Guides Summary
******************************************************************************/

#guides-summary .summary-text p a {
	color: #0099ff;
	text-decoration: underline;
}

#guides-summary .summary-block {
	background-color: #0099ff;
	border-radius: 1.5rem;
	height: 100%;
}

#guides-summary .summary-block .summary-img img {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}

#guides-summary .summary-block .summary-details p {
	font-size: 1.375rem;
	line-height: 1.375rem;
	color: #ffffff;
}