/*
	Theme Name: Genesis Sample
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.3.17

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 20px;
	font-size: 2rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #75C9BF;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #75C9BF;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

.site-inner {
	clear: both;
	padding-top: 60px;
	word-wrap: break-word;
	width: 100%;
	max-width: min(
		var(--hbg-content-max),
		calc(100vw - var(--hbg-sidebar-width) - (var(--hbg-sidebar-gap) * 2))
	);
	margin-left: max(
		calc(var(--hbg-sidebar-width) + var(--hbg-sidebar-gap)),
		calc((100vw - var(--hbg-content-max)) / 2)
	);
	margin-right: auto;
}

.site-inner > .wrap {
	max-width: 100%;
	width: 100%;
	margin: 0;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Membership Layout Tokens
--------------------------------------------- */

.site-container {
	position: relative;
}

:root {
	--hbg-sidebar-width: 250px;
	--hbg-content-max: 1000px;
	--hbg-sidebar-gap: 60px;
	--hbg-announcement-height: 0px;
}

/* Mobile flyout drawer: follow-up implementation. */

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
}

.content-sidebar-wrap {
	display: flex;
	align-items: flex-start;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.search-form-submit,
input[type="submit"].search-form-submit {
	background: #e87070;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	padding: 17px 25px 15px;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out;
	width: auto;
}

.search-form-submit:hover,
.search-form-submit:focus,
input[type="submit"].search-form-submit:hover,
input[type="submit"].search-form-submit:focus {
	background: #d65f5f;
	color: #fff;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #75C9BF;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #75C9BF;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	padding: 20px 0;
}

/* ## Site Announcement
--------------------------------------------- */

.hbg-site-announcement {
	background: #ffd130;
	color: #333;
	width: 100%;
}

.hbg-site-announcement__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--hbg-content-max);
	padding: 12px 24px;
	text-align: center;
	width: 90%;
}

.hbg-site-announcement__text {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.hbg-site-announcement__link {
	color: #333;
	font-weight: 700;
	margin-left: 0.35em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.hbg-site-announcement__link:focus,
.hbg-site-announcement__link:hover {
	color: #333;
	text-decoration: underline;
}

.hbg-site-announcement__link i {
	font-size: 16px;
	line-height: 1;
}

body.has-site-announcement-visible .site-header {
	top: var(--hbg-announcement-height);
}

body.admin-bar.has-site-announcement-visible .site-header {
	top: calc(32px + var(--hbg-announcement-height));
}

/* ## Membership Sidebar
--------------------------------------------- */

.site-header {
	position: fixed;
	left: 0;
	top: 0;
	width: var(--hbg-sidebar-width);
	z-index: 1000;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.hbg-sidebar-at-footer {
	overflow-y: auto;
}

.site-header > .wrap {
	width: 100%;
	max-width: none;
	padding: 40px 0 0;
	float: none;
	border-right: 1px solid #efefef;
}

.site-header .title-area {
	float: none;
	width: 100%;
	max-width: none;
	padding: 0 25px;
	text-align: center;
}

.header-image .site-header .title-area {
	margin: 0 auto 20px;
	max-width: 200px;
	padding: 0;
}

.header-image .site-header .site-title > a {
	background: url( images/ycc-logo.svg ) no-repeat center;
	background-size: contain !important;
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 200px;
	min-height: 72px;
	width: 200px;
}

.header-image .site-header .site-description,
.header-image .site-header .site-title {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.site-header .widget-area {
	display: none;
}

.site-header .icon-menu {
	float: none;
	width: 100%;
}

.site-header .icon-menu .genesis-nav-menu {
	display: flex;
	flex-direction: column;
	gap: 1px;
	clear: none;
}

.site-header .icon-menu .genesis-nav-menu .menu-item {
	display: block;
	width: 100%;
	margin: 0;
	padding-bottom: 0;
}

.site-header .icon-menu .genesis-nav-menu > .menu-item > a {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px 24px 10px;
	background-color: #fafafa;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	color: #666;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
}

.site-header .icon-menu .genesis-nav-menu > .menu-item > a i {
	align-items: center;
	color: #ffd130;
	display: inline-flex;
	flex: 0 0 24px;
	font-size: 18px;
	justify-content: center;
	width: 24px;
}

.site-header .icon-menu .genesis-nav-menu > .menu-item > a:focus,
.site-header .icon-menu .genesis-nav-menu > .menu-item > a:hover {
	background-color: #fff;
	color: #666;
	text-decoration: none;
}

.site-header .icon-menu .genesis-nav-menu > .current-menu-item > a {
	color: #666;
	text-decoration: none;
}

.site-header .icon-menu .genesis-nav-menu .menu-item-has-children {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}

.site-header .icon-menu .genesis-nav-menu .menu-item-has-children > a {
	flex: 1 1 auto;
	min-width: 0;
}

.site-header .icon-menu .genesis-nav-menu .menu-item-has-children > .sub-menu {
	flex: 0 0 100%;
}

.site-header .icon-menu .genesis-nav-menu .sub-menu {
	border-top: 0;
	display: none;
	left: auto;
	margin: 0;
	opacity: 1;
	position: static;
	transition: none;
	width: 100%;
	z-index: auto;
}

.site-header .icon-menu .genesis-nav-menu .menu-item-has-children.is-open,
.site-header .icon-menu .genesis-nav-menu .menu-item-has-children:hover {
	background-color: #fff;
	box-shadow: 0 1px 0 rgba( 0, 0, 0, 0.1 );
}

.site-header .icon-menu .genesis-nav-menu .menu-item-has-children.is-open > a,
.site-header .icon-menu .genesis-nav-menu .menu-item-has-children.is-open > .hbg-submenu-toggle,
.site-header .icon-menu .genesis-nav-menu .menu-item-has-children:hover > a,
.site-header .icon-menu .genesis-nav-menu .menu-item-has-children:hover > .hbg-submenu-toggle {
	background-color: #fff;
	box-shadow: none;
}

.site-header .icon-menu .genesis-nav-menu .menu-item-has-children.is-open > .sub-menu {
	display: block;
	padding: 0 24px 24px;
}

.site-header .icon-menu .genesis-nav-menu .menu-item:not( .is-open ):hover > .sub-menu {
	display: none;
	left: auto;
	opacity: 1;
}

.site-header .icon-menu .menu .menu-item:not( .is-open ) > a:focus + ul.sub-menu,
.site-header .icon-menu .menu .menu-item:not( .is-open ).sfHover > ul.sub-menu {
	display: none;
	left: auto;
	opacity: 1;
}

.site-header .icon-menu .genesis-nav-menu .menu-item-has-children.is-open > a:focus + ul.sub-menu {
	display: block;
}

.site-header .icon-menu .genesis-nav-menu .sub-menu .sub-menu {
	margin: 0;
}

.site-header .icon-menu .genesis-nav-menu .menu-item-has-children > .hbg-submenu-toggle {
	align-items: center;
	background-color: #fafafa;
	border: 0;
	box-shadow: 0 1px 0 rgba( 0, 0, 0, 0.1 );
	color: #666;
	cursor: pointer;
	display: flex;
	flex: 0 0 40px;
	font-size: 18px;
	justify-content: center;
	padding: 0;
}

.site-header .icon-menu .genesis-nav-menu .menu-item-has-children > .hbg-submenu-toggle:focus,
.site-header .icon-menu .genesis-nav-menu .menu-item-has-children > .hbg-submenu-toggle:hover {
	color: #333;
}

.site-header .icon-menu .genesis-nav-menu .menu-item-has-children > .hbg-submenu-toggle i {
	transition: transform 0.2s ease-in-out;
}

.site-header .icon-menu .genesis-nav-menu .menu-item-has-children.is-open > .hbg-submenu-toggle i {
	transform: rotate( 90deg );
}

.site-header .icon-menu .genesis-nav-menu .sub-menu .menu-item {
	display: block;
	margin: 0 0 16px;
	padding: 0;
	width: 100%;
}

.site-header .icon-menu .genesis-nav-menu .sub-menu .menu-item:last-child {
	margin-bottom: 0;
}

.site-header .icon-menu .genesis-nav-menu .sub-menu .menu-item a {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
	position: static;
	text-decoration: none;
	text-transform: none;
	width: auto;
	word-wrap: normal;
}

.site-header .icon-menu .genesis-nav-menu .sub-menu .menu-item a i {
	display: none;
}

.site-header .icon-menu .genesis-nav-menu .sub-menu .current-menu-item > a,
.site-header .icon-menu .genesis-nav-menu .sub-menu .menu-item a:focus {
	background-color: transparent;
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

.site-header .icon-menu .genesis-nav-menu .sub-menu .menu-item:hover > a {
	color: #75C9BF;
}

.site-header .icon-menu .genesis-nav-menu .sub-menu .menu-item.is-active-video-category > a,
.site-header .icon-menu .genesis-nav-menu .sub-menu .menu-item.is-active-resource-type > a {
	color: #333;
	font-weight: 700;
	text-decoration: none;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background: url( images/ycc-logo.svg ) no-repeat center;
	background-size: contain !important;
	float: left;
	min-height: 72px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #75C9BF;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Mobile Navigation Flyout ----- */

.hbg-mobile-launcher,
.hbg-mobile-close,
.hbg-mobile-nav-overlay {
	display: none;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.before-footer-menus {
	margin-top: 40px;
	width: 100%;
}

.before-footer-menus__bar {
	background-color: #75c9bf;
	padding: 60px 24px 40px;
	position: relative;
	width: 100%;
}

.before-footer-menus__logo {
	left: 50%;
	line-height: 0;
	position: absolute;
	top: 0;
	transform: translate( -50%, -50% );
	z-index: 2;
}

.before-footer-menus__logo img {
	display: block;
	height: 80px;
	width: 80px;
}

.before-footer-menus__logo:focus,
.before-footer-menus__logo:hover {
	opacity: 0.92;
}

.before-footer-menus__nav {
	width: 100%;
}

.before-footer-menus__bar .genesis-nav-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.before-footer-menus__bar .genesis-nav-menu li {
	display: block;
	margin: 0;
}

.before-footer-menus__bar .genesis-nav-menu a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.before-footer-menus__bar .genesis-nav-menu a:focus,
.before-footer-menus__bar .genesis-nav-menu a:hover {
	color: #fff;
	opacity: 0.85;
	text-decoration: none;
}

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #75C9BF;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	margin-left: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #666;
	padding: 20px 0;
	position: relative;
	text-align: center;
	z-index: 2000;
}

.site-footer .creds p {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.site-footer .creds a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.site-footer .creds a:focus,
.site-footer .creds a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Single Resource ----- */

.hbg-single-resource .entry {
	margin-bottom: 0;
	padding: 0;
}

.hbg-resource-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.hbg-resource-title {
	color: #666;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
	text-align: center;
}

.hbg-resource-parent-notice {
	background: #fff;
	border: 1px solid #ffd130;
	padding: 10px 20px;
	text-align: center;
	width: 100%;
}

.hbg-resource-parent-notice p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.hbg-resource-parent-notice a {
	color: #e87070;
	font-weight: 700;
	text-decoration: none;
}

.hbg-resource-parent-notice a:focus,
.hbg-resource-parent-notice a:hover {
	text-decoration: underline;
}

.hbg-resource-hero {
	align-items: flex-start;
	display: flex;
	gap: 40px;
	justify-content: center;
	width: 100%;
}

.hbg-resource-hero__media {
	flex: 0 1 auto;
}

.hbg-resource-hero__meta {
	display: flex;
	flex: 0 0 282px;
	flex-direction: column;
	gap: 20px;
}

.hbg-resource-gallery {
	align-items: center;
	display: flex;
	gap: 20px;
}

.hbg-resource-gallery__stage {
	flex: 0 0 400px;
	height: 400px;
	margin: 0;
	overflow: hidden;
	width: 400px;
}

.hbg-resource-gallery__main {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hbg-resource-gallery__thumbs {
	display: flex;
	flex-direction: column;
	gap: 11px;
	height: 400px;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 92px;
}

.entry-content .hbg-resource-gallery__thumbs {
	list-style: none;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.hbg-resource-gallery__thumbs li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-content .hbg-resource-gallery__thumbs > li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.hbg-resource-gallery__thumb {
	background: none;
	border: 0;
	cursor: pointer;
	display: block;
	height: 92px;
	opacity: 0.5;
	overflow: hidden;
	padding: 0;
	width: 92px;
}

.hbg-resource-gallery__thumb.is-active,
.hbg-resource-gallery__thumb:focus,
.hbg-resource-gallery__thumb:hover {
	opacity: 1;
}

.hbg-resource-gallery__thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hbg-resource-meta {
	width: 100%;
}

.hbg-resource-meta__row {
	border-top: 1px solid #bababa;
	padding: 10px 0;
}

.hbg-resource-meta__row:first-child {
	border-top: 0;
}

.hbg-resource-meta__label {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	margin: 0;
}

.hbg-resource-meta__value {
	color: #333;
	font-size: 14px;
	line-height: 1.75;
	margin: 0;
}

.hbg-resource-meta__value a {
	color: #333;
	text-decoration: none;
}

.hbg-resource-meta__value a:focus,
.hbg-resource-meta__value a:hover {
	color: #75c9bf;
}

.hbg-resource-download a {
	align-items: center;
	background: #ffd130;
	border: 3px solid #ffd130;
	border-radius: 8px;
	box-sizing: border-box;
	color: #333;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	line-height: 1;
	min-height: 50px;
	padding: 15px 25px 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	width: 100%;
}

.hbg-resource-download a:focus,
.hbg-resource-download a:hover {
	background: #f0c628;
	border-color: #f0c628;
	color: #333;
	text-decoration: none;
}

.hbg-resource-download a i {
	font-size: 14px;
}

.hbg-resource-save {
	width: 100%;
}

.hbg-resource-save .cbxwpbkmarkwrap {
	width: 100%;
}

.hbg-resource-save .cbxwpbkmarktrig,
.hbg-video-save .cbxwpbkmarktrig {
	margin: 0;
}

.hbg-resource-save .cbxwpbkmarktrig,
.hbg-resource-save .hbg-resource-save-btn,
.hbg-video-save .cbxwpbkmarktrig,
.hbg-video-save .hbg-video-save-btn {
	align-items: center;
	background: #fff;
	border: 3px solid #d3efed !important;
	border-radius: 8px;
	box-sizing: border-box;
	color: #75c9bf;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	line-height: 1;
	min-height: 50px;
	padding: 15px 25px 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.hbg-resource-save .cbxwpbkmarktrig:hover,
.hbg-resource-save .cbxwpbkmarktrig:focus,
.hbg-resource-save .hbg-resource-save-btn:hover,
.hbg-resource-save .hbg-resource-save-btn:focus,
.hbg-video-save .cbxwpbkmarktrig:hover,
.hbg-video-save .cbxwpbkmarktrig:focus,
.hbg-video-save .hbg-video-save-btn:hover,
.hbg-video-save .hbg-video-save-btn:focus {
	background: #75c9bf;
	border-color: #75c9bf !important;
	color: #fff;
	text-decoration: none;
}

.hbg-resource-save .cbxwpbkmarktrig.cbxwpbkmarktrig-marked,
.hbg-resource-save .hbg-resource-save-btn.is-saved,
.hbg-video-save .cbxwpbkmarktrig.cbxwpbkmarktrig-marked,
.hbg-video-save .hbg-video-save-btn.is-saved {
	background: #75c9bf;
	border-color: #75c9bf !important;
	color: #fff;
}

.hbg-resource-save .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:hover,
.hbg-resource-save .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:focus,
.hbg-resource-save .hbg-resource-save-btn.is-saved:hover,
.hbg-resource-save .hbg-resource-save-btn.is-saved:focus,
.hbg-video-save .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:hover,
.hbg-video-save .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:focus,
.hbg-video-save .hbg-video-save-btn.is-saved:hover,
.hbg-video-save .hbg-video-save-btn.is-saved:focus {
	background: #75c9bf;
	border-color: #75c9bf !important;
	color: #fff;
}

.hbg-resource-save .cbxwpbkmarktrig-icon,
.hbg-resource-save .cbxwpbkmarktrig .ld,
.hbg-video-save .cbxwpbkmarktrig-icon,
.hbg-video-save .cbxwpbkmarktrig .ld {
	display: none;
}

.hbg-resource-save .cbxwpbkmarktrig-label,
.hbg-resource-save .hbg-resource-save-btn .cbxwpbkmarktrig-label,
.hbg-video-save .cbxwpbkmarktrig-label,
.hbg-video-save .hbg-video-save-btn .cbxwpbkmarktrig-label {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.hbg-resource-save .cbxwpbkmarktrig::after,
.hbg-resource-save .hbg-resource-save-btn i,
.hbg-video-save .cbxwpbkmarktrig::after,
.hbg-video-save .hbg-video-save-btn i {
	font-size: 14px;
	line-height: 1;
}

.hbg-resource-save .cbxwpbkmarktrig::after,
.hbg-video-save .cbxwpbkmarktrig::after {
	content: '\f02e';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.hbg-resource-footer-cta .hbg-resource-save {
	flex: 0 0 auto;
	width: auto;
}

.hbg-resource-footer-cta .hbg-resource-save .cbxwpbkmarkwrap {
	width: auto;
}

.hbg-resource-footer-cta .hbg-resource-save .cbxwpbkmarktrig,
.hbg-resource-footer-cta .hbg-resource-save .hbg-resource-save-btn {
	width: auto;
}

.hbg-resource-body {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	width: 100%;
}

.hbg-resource-body p:last-child {
	margin-bottom: 0;
}

.hbg-resource-footer-cta {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	width: 100%;
}

.hbg-resource-footer-cta .hbg-resource-download {
	flex: 0 0 auto;
	width: auto;
}

.hbg-resource-footer-cta .hbg-resource-download a {
	width: auto;
}

.hbg-resource-related-videos {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.hbg-resource-related-videos__title {
	color: #666;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.hbg-resource-related-videos__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	width: 100%;
}

.hbg-resource-video-card {
	border: 2px solid #ffd130;
	flex: 1 1 220px;
	max-width: 308px;
	min-width: 0;
	width: 100%;
}

.hbg-resource-video-card__link {
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.hbg-resource-video-card__thumb {
	aspect-ratio: 308 / 220;
	background: rgba(0, 0, 0, 0.03);
	overflow: hidden;
}

.hbg-resource-video-card__thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hbg-resource-video-card__body {
	padding: 23px 23px 0;
}

.hbg-resource-video-card__label {
	color: #666;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.hbg-resource-video-card__label i {
	color: #ffd130;
	margin-right: 4px;
}

.hbg-resource-video-card__title {
	color: #666;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	transition: color 0.2s ease-in-out;
}

.hbg-resource-video-card__link:hover .hbg-resource-video-card__title,
.hbg-resource-video-card__link:focus .hbg-resource-video-card__title {
	color: #75c9bf;
}

.hbg-resource-video-card__footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding: 23px;
}

.hbg-resource-video-card__duration {
	color: #666;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.hbg-resource-video-card__duration i {
	margin-right: 4px;
}

.hbg-resource-video-card__arrow {
	color: #ffd130;
	font-size: 20px;
}


/* Single Video ----- */

.hbg-single-video .entry {
	margin-bottom: 0;
	padding: 0;
}

.hbg-video-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 0 0 60px;
	width: 100%;
}

.hbg-video-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.hbg-single-video .hbg-video-save:not( .hbg-video-save--mirror ) {
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
	width: 100%;
}

.hbg-single-video .hbg-video-save:not( .hbg-video-save--mirror ) .cbxwpbkmarkwrap {
	width: 100%;
}

.hbg-video-category {
	color: #75c9bf;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.hbg-video-title {
	color: #666;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

.hbg-video-intro {
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.hbg-video-intro p:last-child {
	margin-bottom: 0;
}

.hbg-video-duration {
	color: #666;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.hbg-video-duration i {
	font-size: 14px;
	margin-right: 4px;
}

.hbg-video-media {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.hbg-video-player {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hbg-video-player--placeholder {
	height: 581px;
}

.hbg-video-player--placeholder img {
	display: block;
	height: 100%;
	mix-blend-mode: multiply;
	object-fit: cover;
	width: 100%;
}

.hbg-video-player--embed {
	aspect-ratio: 16 / 9;
}

.hbg-video-player--embed iframe,
.hbg-video-player--embed video {
	display: block;
	height: 100%;
	width: 100%;
}

.hbg-video-series-nav {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: center;
	width: 100%;
}

.hbg-video-series-nav__prev,
.hbg-video-series-nav__next {
	flex: 0 0 auto;
	min-width: 160px;
}

.hbg-video-series-nav__next {
	text-align: right;
}

.hbg-video-series-nav__label {
	color: #666;
	flex: 0 1 auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.hbg-video-series-nav__btn {
	background: #ffd130;
	border-radius: 5px;
	color: #333;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.15;
	padding: 11px 16px 10px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.hbg-video-series-nav__btn:focus,
.hbg-video-series-nav__btn:hover {
	background: #f0c628;
	color: #333;
	text-decoration: none;
}

.hbg-video-series-nav__btn i {
	font-size: 12px;
}

.hbg-faq-block.hbg-video-transcript {
	margin: 0;
	padding: 0;
	width: 100%;
}

.hbg-video-transcript .ogt-plan-question-answer {
	margin: 0;
}

.hbg-video-transcript .ogt-plan-question {
	background: #efefef;
	color: #666;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	padding: 24px 60px 24px 24px;
	position: relative;
}

.hbg-video-transcript .ogt-plan-question:after {
	color: #e87070;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: 900;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY( -50% );
	transition: all 0.1s ease-in-out;
}

.hbg-video-transcript .ogt-plan-question:hover {
	cursor: pointer;
}

.hbg-video-transcript .ogt-plan-question.question-open:after {
	content: "\f078";
}

.hbg-video-transcript .ogt-plan-answer {
	border-top: 0;
	color: #333;
	display: none;
	font-size: 18px;
	line-height: 32px;
	padding: 20px 24px 4px;
}

.hbg-video-transcript .ogt-plan-answer p {
	margin-bottom: 20px;
}

.hbg-video-related-resources {
	border-top: 1px solid #bababa;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 60px;
	width: 100%;
}

.hbg-video-related-resources__title {
	color: #666;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.hbg-video-related-resources__grid {
	display: grid;
	gap: 38px;
	grid-template-columns: repeat( 3, 1fr );
	width: 100%;
}

.hbg-video-resource-card {
	background: #fff;
	border: 3px solid #ffd130;
	min-width: 0;
}

.hbg-video-resource-card__media {
	display: block;
	position: relative;
	width: 100%;
}

.hbg-video-resource-card__thumb-link {
	color: inherit;
	display: block;
	text-decoration: none;
	width: 100%;
}

.hbg-video-resource-card__thumb-link:hover,
.hbg-video-resource-card__thumb-link:focus {
	color: inherit;
	text-decoration: none;
}

.hbg-video-resource-card__thumb {
	aspect-ratio: 1 / 1;
	background: rgba( 0, 0, 0, 0.03 );
	height: auto;
	overflow: hidden;
	width: 100%;
}

.hbg-video-resource-card__thumb img {
	display: block;
	height: 100%;
	mix-blend-mode: multiply;
	object-fit: cover;
	transition: opacity 0.2s ease-in-out;
	width: 100%;
}

.hbg-video-resource-card:hover .hbg-video-resource-card__thumb img,
.hbg-video-resource-card:focus-within .hbg-video-resource-card__thumb img,
.hbg-video-resource-card__thumb-link:hover .hbg-video-resource-card__thumb img,
.hbg-video-resource-card__thumb-link:focus .hbg-video-resource-card__thumb img {
	opacity: 0.75;
}

.hbg-video-resource-card .hbg-resource-archive-card__bookmark {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	visibility: hidden;
	width: 50px;
	z-index: 3;
}

.hbg-video-resource-card .hbg-resource-archive-card__bookmark:has( .cbxwpbkmarklistwrap[style*="display: block"] ),
.hbg-video-resource-card .hbg-resource-archive-card__bookmark:has( .cbxwpbkmarkguestwrap[style*="display: block"] ) {
	z-index: 1001;
}

.hbg-video-resource-card:hover .hbg-resource-archive-card__bookmark,
.hbg-video-resource-card:focus-within .hbg-resource-archive-card__bookmark,
.hbg-video-resource-card.is-bookmarked .hbg-resource-archive-card__bookmark {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.hbg-video-resource-card__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 20px 20px;
	text-align: center;
}

.hbg-video-resource-card__label {
	color: #666;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.hbg-video-resource-card__label i {
	color: #ffd130;
	margin-right: 4px;
}

.hbg-video-resource-card__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 20px;
}

.hbg-video-resource-card__title a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}

.hbg-video-resource-card:hover .hbg-video-resource-card__title a,
.hbg-video-resource-card:focus-within .hbg-video-resource-card__title a,
.hbg-video-resource-card__title a:focus,
.hbg-video-resource-card__title a:hover {
	color: #75c9bf;
	text-decoration: none;
}

.hbg-video-resource-card .hbg-resource-download a {
	font-size: 14px;
	width: auto;
}


/* Videos Archive ----- */

.hbg-archive-videos .entry {
	margin-bottom: 0;
	padding: 0;
}

.hbg-videos-archive-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 0 0 60px;
	width: 100%;
}

.hbg-videos-archive-header {
	align-items: center;
	border-bottom: 1px solid #bababa;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	width: 100%;
}

.hbg-videos-archive-header--search {
	border-bottom: 0;
	padding-bottom: 0;
}

.hbg-videos-archive-title {
	color: #666;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

.hbg-videos-archive-jump {
	background: #fff;
	border: 1px solid #a6a7a7;
	border-radius: 4px;
	display: inline-block;
	flex-shrink: 0;
	position: relative;
}

.hbg-videos-archive-jump__trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: #333;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-weight: 400;
	gap: 52px;
	padding: 12px 16px;
	transition: background-color 0.2s ease-in-out;
}

.hbg-videos-archive-jump__trigger:hover,
.hbg-videos-archive-jump__trigger:focus {
	background: #fafafa;
	color: #333;
	outline: none;
}

.hbg-videos-archive-jump__trigger:hover .hbg-videos-archive-jump__text,
.hbg-videos-archive-jump__trigger:focus .hbg-videos-archive-jump__text,
.hbg-videos-archive-jump__trigger:hover .hbg-videos-archive-jump__icon,
.hbg-videos-archive-jump__trigger:focus .hbg-videos-archive-jump__icon,
.hbg-videos-archive-jump__trigger:hover .hbg-videos-archive-jump__caret,
.hbg-videos-archive-jump__trigger:focus .hbg-videos-archive-jump__caret,
.hbg-videos-archive-jump__trigger:hover .hbg-videos-archive-jump__icon i,
.hbg-videos-archive-jump__trigger:focus .hbg-videos-archive-jump__icon i,
.hbg-videos-archive-jump__trigger:hover .hbg-videos-archive-jump__caret i,
.hbg-videos-archive-jump__trigger:focus .hbg-videos-archive-jump__caret i {
	color: #333;
}

.hbg-videos-archive-jump__field {
	align-items: center;
	display: flex;
	gap: 8px;
}

.hbg-videos-archive-jump__icon {
	color: #333;
	flex-shrink: 0;
	font-size: 16px;
	line-height: 1.5;
}

.hbg-videos-archive-jump__icon i {
	color: #333;
}

.hbg-videos-archive-jump__text {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	white-space: nowrap;
}

.hbg-videos-archive-jump__caret {
	color: #333;
	flex-shrink: 0;
	font-size: 16px;
	line-height: 1.31;
}

.hbg-videos-archive-jump__caret i {
	color: #333;
}

.hbg-videos-archive-jump.is-open .hbg-videos-archive-jump__caret i {
	transform: rotate( 180deg );
}

.hbg-videos-archive-jump__menu {
	background: #fff;
	border: 1px solid #a6a7a7;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba( 0, 0, 0, 0.12 );
	box-sizing: border-box;
	list-style: none;
	margin: 4px 0 0;
	max-height: 60vh;
	overflow-y: auto;
	padding: 4px 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 100;
}

.hbg-videos-archive-jump__item {
	margin: 0;
}

.hbg-videos-archive-jump__option {
	background: transparent;
	border: 0;
	color: #333;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 16px;
	text-align: left;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	width: 100%;
	word-break: break-word;
}

.hbg-videos-archive-jump__option:hover,
.hbg-videos-archive-jump__option:focus {
	background: #fafafa;
	color: #333;
	outline: none;
}

.hbg-videos-archive-sections {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.hbg-videos-category {
	border-bottom: 1px solid #bababa;
	padding-bottom: 50px;
	scroll-margin-top: 0;
	width: 100%;
}

.hbg-videos-category:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.hbg-videos-category--search {
	border-bottom: 0;
	padding-bottom: 0;
}

.hbg-videos-category__title {
	color: #666;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 23px;
}

.hbg-videos-category__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat( 4, 1fr );
	width: 100%;
}

.hbg-video-archive-card {
	background: #fff;
	border: 2px solid #ffd130;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.hbg-video-archive-card__media {
	display: block;
	position: relative;
	width: 100%;
}

.hbg-video-archive-card__thumb-link {
	color: inherit;
	display: block;
	text-decoration: none;
	width: 100%;
}

.hbg-video-archive-card__thumb-link:hover,
.hbg-video-archive-card__thumb-link:focus {
	color: inherit;
	text-decoration: none;
}

.hbg-video-archive-card__content-link {
	color: inherit;
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.hbg-video-archive-card__content-link:hover,
.hbg-video-archive-card__content-link:focus {
	color: inherit;
	text-decoration: none;
}

.hbg-video-archive-card__thumb-link:hover .hbg-video-archive-card__thumb img,
.hbg-video-archive-card__thumb-link:focus .hbg-video-archive-card__thumb img,
.hbg-video-archive-card__content-link:hover .hbg-video-archive-card__thumb img,
.hbg-video-archive-card__content-link:focus .hbg-video-archive-card__thumb img {
	opacity: 0.75;
}

.hbg-video-archive-card:hover .hbg-video-archive-card__title,
.hbg-video-archive-card:focus-within .hbg-video-archive-card__title,
.hbg-video-archive-card__content-link:hover .hbg-video-archive-card__title,
.hbg-video-archive-card__content-link:focus .hbg-video-archive-card__title {
	color: #75c9bf;
}

.hbg-video-archive-card__thumb {
	aspect-ratio: 16 / 9;
	background: rgba( 0, 0, 0, 0.03 );
	overflow: hidden;
	width: 100%;
}

.hbg-video-archive-card__thumb img {
	display: block;
	height: 100%;
	mix-blend-mode: multiply;
	object-fit: cover;
	transition: opacity 0.2s ease-in-out;
	width: 100%;
}

.hbg-video-archive-card__body {
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: 17px 17px 0;
}

.hbg-video-archive-card__label {
	color: #666;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.hbg-video-archive-card__label i {
	color: #ffd130;
	margin-right: 4px;
}

.hbg-video-archive-card__title {
	color: #666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	transition: color 0.2s ease-in-out;
}

.hbg-video-archive-card__footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding: 17px;
}

.hbg-video-archive-card__duration {
	color: #666;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.hbg-video-archive-card__duration i {
	margin-right: 4px;
}

.hbg-video-archive-card__arrow {
	color: #ffd130;
	font-size: 16px;
	line-height: 1;
}

.hbg-video-archive-card__bookmark {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	visibility: hidden;
	width: 50px;
	z-index: 3;
}

.hbg-video-archive-card__bookmark:has( .cbxwpbkmarklistwrap[style*="display: block"] ),
.hbg-video-archive-card__bookmark:has( .cbxwpbkmarkguestwrap[style*="display: block"] ) {
	z-index: 1001;
}

.hbg-video-archive-card:hover .hbg-video-archive-card__bookmark,
.hbg-video-archive-card:focus-within .hbg-video-archive-card__bookmark,
.hbg-video-archive-card.is-bookmarked .hbg-video-archive-card__bookmark {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.hbg-video-archive-card__bookmark .cbxwpbkmarkwrap {
	font-size: 0;
	line-height: 0;
	position: static;
	width: 50px;
}

.hbg-video-archive-card__bookmark .cbxwpbkmarktrig {
	align-items: center;
	background: #fff;
	border: 3px solid #d3efed !important;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5 );
	box-sizing: border-box;
	color: #75c9bf;
	display: flex;
	height: 50px;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 50px;
}

.hbg-video-archive-card__bookmark .cbxwpbkmarktrig:hover,
.hbg-video-archive-card__bookmark .cbxwpbkmarktrig:focus {
	background: #75c9bf;
	border-color: #75c9bf !important;
	color: #fff;
}

.hbg-video-archive-card__bookmark .cbxwpbkmarktrig.cbxwpbkmarktrig-marked,
.hbg-video-archive-card__bookmark .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:hover,
.hbg-video-archive-card__bookmark .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:focus {
	background: #75c9bf;
	border-color: #75c9bf !important;
	color: #fff;
}

.hbg-video-archive-card__bookmark .cbxwpbkmarktrig-icon,
.hbg-video-archive-card__bookmark .cbxwpbkmarktrig .ld,
.hbg-video-archive-card__bookmark .cbxwpbkmarktrig-label {
	border: 0;
	clip: rect( 0, 0, 0, 0 );
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.hbg-video-archive-card__bookmark .cbxwpbkmarktrig::after {
	color: #75c9bf;
	content: '\f02e';
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.hbg-video-archive-card__bookmark .cbxwpbkmarktrig:hover::after,
.hbg-video-archive-card__bookmark .cbxwpbkmarktrig:focus::after,
.hbg-video-archive-card__bookmark .cbxwpbkmarktrig.cbxwpbkmarktrig-marked::after {
	color: #fff;
}

.hbg-video-archive-card__bookmark .cbxwpbkmarklistwrap,
.hbg-video-archive-card__bookmark .cbxwpbkmarkguestwrap {
	left: auto;
	position: absolute;
	right: 0;
	top: calc( 100% + 8px );
	width: 280px;
	z-index: 1100 !important;
}

.hbg-videos-archive-empty {
	color: #666;
	margin: 0;
}


/* Support Portal ----- */

.hbg-support-portal-page .entry {
	margin-bottom: 0;
	padding: 0;
}

.hbg-support-portal {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 0 0 20px;
	width: 100%;
}

.hbg-support-portal__header {
	align-items: flex-start;
	border-bottom: 1px solid #bababa;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding-bottom: 50px;
	width: 100%;
}

.hbg-support-portal__title {
	color: #666;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

.hbg-support-portal__jump-wrap {
	flex-shrink: 0;
	position: relative;
}

.hbg-support-portal__jump-wrap:before {
	color: #333;
	content: "\f059";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 900;
	left: 16px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
	z-index: 1;
}

.hbg-support-portal__jump-wrap:after {
	color: #333;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY( -50% );
	z-index: 1;
}

.hbg-support-portal__jump {
	appearance: none;
	background: #fff;
	border: 1px solid #a6a7a7;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	min-width: 280px;
	padding: 12px 40px 12px 38px;
}

.hbg-support-accordion {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.hbg-support-section {
	margin-bottom: 40px;
}

.hbg-support-section__heading {
	font: inherit;
	margin: 0;
	padding: 0;
}

.hbg-support-section__toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #333;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 24px;
	font-weight: 700;
	gap: 20px;
	line-height: 1.25;
	padding: 24px;
	position: relative;
	text-align: left;
	transition: opacity 0.2s ease-in-out;
	width: 100%;
}

.hbg-support-section__toggle:focus,
.hbg-support-section__toggle:hover {
	background-color: transparent;
	color: #333;
	opacity: 0.75;
	outline: none;
}

.hbg-support-section--alt-yellow .hbg-support-section__toggle:focus,
.hbg-support-section--alt-yellow .hbg-support-section__toggle:hover {
	background-color: #ffeca8;
	color: #333;
}

.hbg-support-section--alt-teal .hbg-support-section__toggle:focus,
.hbg-support-section--alt-teal .hbg-support-section__toggle:hover {
	background-color: #d3efed;
	color: #333;
}

.hbg-support-section--alt-yellow .hbg-support-section__toggle {
	background: #ffeca8;
}

.hbg-support-section--alt-teal .hbg-support-section__toggle {
	background: #d3efed;
}

.hbg-support-section__toggle:after {
	content: "\f054";
	flex-shrink: 0;
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	margin-left: auto;
}

.hbg-support-section--open .hbg-support-section__toggle:after {
	content: "\f078";
}

.hbg-support-section__panel {
	padding-top: 40px;
}

.hbg-support-section__panel[hidden] {
	display: none !important;
}

.hbg-support-section__blocks {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 0 0 40px 60px;
	width: 100%;
}

.hbg-support-block--heading {
	color: #333;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.hbg-support-block--wysiwyg {
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.hbg-support-block--wysiwyg p {
	margin: 0 0 30px;
}

.hbg-support-block--wysiwyg p:last-child {
	margin-bottom: 0;
}

.hbg-support-block--faq {
	width: 100%;
}

.hbg-support-faq {
	width: 100%;
}

.hbg-support-faq .ogt-plan-question-answer {
	border-bottom: 1px solid rgba( 0, 0, 0, 0.1 );
	margin: 0;
}

.hbg-support-faq .ogt-plan-question {
	background: #fafafa;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	padding: 24px 56px 24px 24px;
	position: relative;
}

.hbg-support-faq .ogt-plan-question:after {
	color: #e87070;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY( -50% );
	transition: all 0.1s ease-in-out;
}

.hbg-support-faq .ogt-plan-question:hover {
	cursor: pointer;
}

.hbg-support-faq .ogt-plan-question.question-open {
	background: #fff;
}

.hbg-support-faq .ogt-plan-question.question-open:after {
	color: #666;
	content: "\f078";
}

.hbg-support-faq .ogt-plan-answer {
	background: #fff;
	color: #333;
	display: none;
	font-size: 18px;
	line-height: 32px;
	padding: 0 24px 24px;
}

.hbg-support-faq .ogt-plan-answer p {
	margin: 0 0 20px;
}

.hbg-support-faq .ogt-plan-answer p:last-child {
	margin-bottom: 0;
}

.hbg-support-block--image img {
	border-radius: 5px;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.hbg-support-block__caption {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 12px;
}

.hbg-support-block--video {
	width: 100%;
}

.hbg-support-video-embed {
	aspect-ratio: 16 / 9;
	background: rgba( 0, 0, 0, 0.03 );
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hbg-support-video-embed iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* Membership Home Dashboard ----- */

.hbg-front-page .entry {
	margin-bottom: 0;
	padding: 0;
}

.hbg-front-page__sections {
	display: flex;
	flex-direction: column;
	gap: 44px;
	padding: 0 0 60px;
	width: 100%;
}

.hbg-front-page-welcome__text {
	color: #666;
	font-size: 24px;
	line-height: 1.5;
	margin: 0;
}

.hbg-front-page-welcome__greeting {
	font-weight: 700;
}

.hbg-front-page-search {
	background: #d3efed;
	box-sizing: border-box;
	padding: 30px;
	width: 100%;
}

.hbg-front-page-search__row {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	width: 100%;
}

.hbg-front-page-search__field {
	position: relative;
}

.hbg-front-page-search__field--keyword {
	flex: 1 1 320px;
	max-width: 541px;
}

.hbg-front-page-search__field--type {
	flex: 0 0 219px;
}

.hbg-front-page-search__field input,
.hbg-front-page-search__field select {
	appearance: none;
	background: #fff;
	border: 1px solid #a6a7a7;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	padding: 12px 36px 12px 16px;
	width: 100%;
}

.hbg-front-page-search__field--keyword input {
	padding-right: 44px;
}

.hbg-front-page-search__search-icon {
	color: #e87070;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY( -50% );
}

.hbg-front-page-search__field-caret {
	color: #333;
	font-size: 16px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY( -50% );
}

.hbg-front-page-search__submit {
	align-self: stretch;
	background: #e87070;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 17px 25px 15px;
	text-transform: uppercase;
}

.hbg-front-page-search__submit:hover,
.hbg-front-page-search__submit:focus {
	background: #d65f5f;
	color: #fff;
}

.hbg-front-page-scope {
	border-top: 1px solid #bababa;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 60px;
	width: 100%;
}

.hbg-front-page-scope__intro {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hbg-front-page-scope__headline {
	color: #666;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.hbg-front-page-scope__description {
	color: #666;
	font-size: 18px;
	line-height: 32px;
	margin: 0;
}

.hbg-front-page-scope__grid {
	display: grid;
	gap: 44px;
	grid-template-columns: repeat( 3, 1fr );
	width: 100%;
}

.hbg-front-page-scope__card {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hbg-front-page-scope__image {
	background: #efefef;
	overflow: hidden;
	width: 100%;
}

.hbg-front-page-scope__image img {
	display: block;
	height: auto;
	width: 100%;
}

.hbg-front-page-scope__label {
	color: #666;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.hbg-front-page-scope__label i {
	color: #e87070;
	margin-left: 8px;
}

.hbg-front-page-scope .hbg-resource-download {
	text-align: center;
}

.hbg-front-page-scope .hbg-resource-download a {
	background: transparent;
	border: 0;
	color: #666;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.hbg-front-page-scope .hbg-resource-download a i {
	color: #e87070;
	margin-left: 8px;
}

.hbg-front-page-scope .hbg-resource-download a:hover,
.hbg-front-page-scope .hbg-resource-download a:focus {
	color: #333;
	text-decoration: none;
}

.hbg-front-page-curriculum {
	border-top: 1px solid #bababa;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 60px;
	width: 100%;
}

.hbg-front-page-curriculum__headline {
	color: #666;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.hbg-front-page-curriculum__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 43px;
	justify-content: flex-start;
	width: 100%;
}

.hbg-front-page-curriculum__item {
	align-items: center;
	color: #333;
	display: flex;
	flex: 0 0 128px;
	flex-direction: column;
	gap: 12px;
	max-width: 128px;
	text-align: center;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}

.hbg-front-page-curriculum__item:hover,
.hbg-front-page-curriculum__item:focus {
	color: #75c9bf;
	text-decoration: none;
}

.hbg-front-page-curriculum__icon {
	display: block;
	height: 111px;
	width: 128px;
}

.hbg-front-page-curriculum__icon img {
	display: block;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.2s ease-in-out;
	width: 100%;
}

.hbg-front-page-curriculum__item:hover .hbg-front-page-curriculum__icon img,
.hbg-front-page-curriculum__item:focus .hbg-front-page-curriculum__icon img {
	opacity: 0.75;
}

.hbg-front-page-curriculum__label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: capitalize;
}

.hbg-front-page-curriculum__actions {
	display: flex;
	justify-content: center;
	width: 100%;
}

.hbg-front-page-curriculum__view-all {
	align-items: center;
	background: #ffd130;
	border-radius: 8px;
	color: #333;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 17px 25px 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out;
}

.hbg-front-page-curriculum__view-all:hover,
.hbg-front-page-curriculum__view-all:focus {
	background: #f0c628;
	color: #333;
	text-decoration: none;
}


/* My Saved Resources ----- */

.hbg-saved-resources-page .entry {
	margin-bottom: 0;
	padding: 0;
}

.hbg-saved-resources {
	border-top: 1px solid #bababa;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 60px;
	width: 100%;
}

.hbg-saved-resources--page {
	border-top: 0;
	gap: 40px;
	padding: 0 0 60px;
}

.hbg-saved-resources__title {
	color: #666;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.hbg-saved-resources__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

.hbg-saved-resources__pill {
	align-items: center;
	background: #ffeca8;
	border-radius: 8px;
	color: #333;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.15;
	min-height: 51px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.hbg-saved-resources__pill:hover,
.hbg-saved-resources__pill:focus {
	background: #f5e49a;
	color: #333;
	text-decoration: none;
}

.hbg-saved-resources__pill.is-active {
	background: #ffd130;
	color: #333;
}

.hbg-saved-resources__pill.is-active:hover,
.hbg-saved-resources__pill.is-active:focus {
	background: #f0c628;
	color: #333;
}

.hbg-saved-resources__recent-title {
	align-items: center;
	color: #666;
	display: flex;
	font-size: 24px;
	font-weight: 700;
	gap: 10px;
	line-height: 1.25;
	margin: 0;
}

.hbg-saved-resources__recent-title i {
	color: #ffd130;
	font-size: 20px;
}

.hbg-saved-resources__grid {
	display: grid;
	gap: 31px;
	width: 100%;
}

.hbg-saved-resources__grid--dashboard {
	grid-template-columns: repeat( 5, minmax( 0, 1fr ) );
}

.hbg-saved-resources__grid--page {
	grid-template-columns: repeat( 5, minmax( 0, 1fr ) );
}

.hbg-saved-resource-card {
	min-width: 0;
}

.hbg-saved-resource-card__media {
	display: block;
	position: relative;
	width: 100%;
}

.hbg-saved-resource-card__thumb-link {
	color: inherit;
	display: block;
	text-decoration: none;
	width: 100%;
}

.hbg-saved-resource-card__thumb-link:hover,
.hbg-saved-resource-card__thumb-link:focus {
	color: inherit;
	text-decoration: none;
}

.hbg-saved-resource-card .hbg-resource-archive-card__bookmark,
.hbg-saved-resource-card .hbg-video-archive-card__bookmark {
	opacity: 1;
	pointer-events: auto;
	position: absolute;
	right: 15px;
	top: 15px;
	visibility: visible;
	width: 50px;
	z-index: 3;
}

.hbg-saved-resource-card .hbg-resource-archive-card__bookmark:has( .cbxwpbkmarklistwrap[style*="display: block"] ),
.hbg-saved-resource-card .hbg-resource-archive-card__bookmark:has( .cbxwpbkmarkguestwrap[style*="display: block"] ),
.hbg-saved-resource-card .hbg-video-archive-card__bookmark:has( .cbxwpbkmarklistwrap[style*="display: block"] ),
.hbg-saved-resource-card .hbg-video-archive-card__bookmark:has( .cbxwpbkmarkguestwrap[style*="display: block"] ) {
	z-index: 1001;
}

.hbg-saved-resource-card__thumb {
	aspect-ratio: 1 / 1;
	background: rgba( 0, 0, 0, 0.03 );
	overflow: hidden;
	width: 100%;
}

.hbg-saved-resource-card--video .hbg-saved-resource-card__thumb {
	aspect-ratio: 16 / 9;
}

.hbg-saved-resource-card__thumb img {
	display: block;
	height: 100%;
	mix-blend-mode: multiply;
	object-fit: cover;
	width: 100%;
}

.hbg-saved-resource-card__title {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	margin: 20px 0 0;
	text-align: center;
	transition: color 0.2s ease-in-out;
}

.hbg-saved-resource-card__title a {
	color: inherit;
	text-decoration: none;
}

.hbg-saved-resource-card:hover .hbg-saved-resource-card__title a,
.hbg-saved-resource-card:focus-within .hbg-saved-resource-card__title a,
.hbg-saved-resource-card__title a:hover,
.hbg-saved-resource-card__title a:focus {
	color: #75c9bf;
	text-decoration: none;
}

.hbg-saved-resources__empty {
	color: #666;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.hbg-saved-resources__actions {
	display: flex;
	justify-content: center;
	width: 100%;
}

.hbg-saved-resources__view-all {
	align-items: center;
	background: #ffd130;
	border-radius: 8px;
	color: #333;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 17px 25px 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out;
}

.hbg-saved-resources__view-all:hover,
.hbg-saved-resources__view-all:focus {
	background: #f0c628;
	color: #333;
	text-decoration: none;
}


/* Combined Search ----- */

.hbg-combined-search .entry {
	margin-bottom: 0;
	padding: 0;
}

.hbg-combined-search .hbg-front-page-search {
	margin-bottom: 40px;
}

.hbg-combined-search-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 0 0 60px;
	width: 100%;
}

.hbg-combined-search-title {
	color: #666;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.hbg-combined-search-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat( 4, 1fr );
	width: 100%;
}

.hbg-combined-search .hbg-video-resource-card__body {
	align-items: flex-start;
	text-align: left;
}

.hbg-combined-search-empty {
	color: #666;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.hbg-videos-archive-search-label {
	color: #666;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 30px;
}


/* Resources Archive ----- */

.hbg-archive-resources .entry {
	margin-bottom: 0;
	padding: 0;
}

.hbg-resources-archive-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 0 0 60px;
	width: 100%;
}

.hbg-resources-archive-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.hbg-resources-archive-title {
	color: #666;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

.hbg-resources-archive-reset {
	align-items: center;
	background: #ffd130;
	border-radius: 8px;
	color: #333;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	gap: 8px;
	line-height: 1;
	padding: 17px 25px 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out;
}

.hbg-resources-archive-reset:hover,
.hbg-resources-archive-reset:focus {
	background: #f0c628;
	color: #333;
	text-decoration: none;
}

.hbg-resources-highlighted-wrap {
	position: relative;
	width: 100%;
}

.hbg-resources-highlighted {
	border: 5px solid #d3efed;
	box-sizing: border-box;
	padding: 50px 40px 40px;
	position: relative;
	width: 100%;
}

.hbg-resources-highlighted__dismiss {
	background: transparent;
	border: 0;
	color: #666;
	cursor: pointer;
	font-size: 24px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: opacity 0.2s ease-in-out;
	z-index: 1;
}

.hbg-resources-highlighted__dismiss:hover,
.hbg-resources-highlighted__dismiss:focus {
	background: transparent;
	color: #666;
	opacity: 0.75;
}

.hbg-resources-highlighted__label {
	background: #fff;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	left: 50%;
	line-height: 1.25;
	margin: 0;
	padding: 0 18px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	transform: translate( -50%, -50% );
	white-space: nowrap;
	z-index: 2;
}

.hbg-resources-highlighted__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat( 4, 1fr );
	width: 100%;
}

.hbg-resources-archive-filters {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
}

.hbg-resources-filter-form__row {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	width: 100%;
}

.hbg-resources-filter-form__search {
	flex: 0 1 406px;
	max-width: 406px;
	min-width: 0;
	position: relative;
	width: 100%;
}

.hbg-resources-filter-form__search input {
	background: #fff;
	border: 1px solid #a6a7a7;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	padding: 12px 44px 12px 16px;
	width: 100%;
}

.hbg-resources-filter-form__search-icon {
	color: #333;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY( -50% );
}

.hbg-resources-filter-form__field {
	flex: 0 0 auto;
	min-width: 0;
	position: relative;
}

.hbg-resources-filter-form__field--grade {
	flex: 0 0 199px;
	width: 199px;
}

.hbg-resources-filter-form__search + .hbg-resources-filter-form__field {
	margin-left: auto;
}

.hbg-resources-filter-form__field--type {
	flex: 0 0 219px;
	width: 219px;
}

.hbg-resources-filter-form__field select {
	appearance: none;
	background: #fff;
	border: 1px solid #a6a7a7;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	padding: 12px 36px 12px 40px;
	width: 100%;
}

.hbg-resources-filter-form__field select.is-active {
	font-weight: 700;
}

.hbg-resources-filter-form__field select option {
	padding-left: 20px;
	padding-right: 20px;
}

.hbg-resources-filter-form__field-icon {
	color: #333;
	font-size: 16px;
	left: 14px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY( -50% );
	z-index: 1;
}

.hbg-resources-filter-form__field-caret {
	color: #333;
	font-size: 14px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY( -50% );
}

.hbg-resources-filter-form__submit {
	align-self: stretch;
	background: #e87070;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	flex: 0 0 auto;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 12px 24px;
	text-transform: uppercase;
	white-space: nowrap;
}

.hbg-resources-filter-form__submit:hover,
.hbg-resources-filter-form__submit:focus {
	background: #d85f5f;
}

.hbg-resources-category-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 16px;
	justify-content: space-between;
	width: 100%;
}

.hbg-resources-category-icons__item {
	align-items: center;
	color: #333;
	display: flex;
	flex: 0 1 87px;
	flex-direction: column;
	gap: 8px;
	max-width: 100px;
	text-align: center;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}

.hbg-resources-category-icons__item:hover,
.hbg-resources-category-icons__item:focus {
	color: #75c9bf;
	text-decoration: none;
}

.hbg-resources-category-icons__item.is-active .hbg-resources-category-icons__label {
	border-bottom: 5px solid #ffd130;
	font-weight: 600;
	padding-bottom: 10px;
}

.hbg-resources-category-icons__icon {
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: center;
	width: 60px;
}

.hbg-resources-category-icons__icon img {
	display: block;
	height: auto;
	max-height: 60px;
	max-width: 60px;
	object-fit: contain;
	transition: opacity 0.2s ease-in-out;
	width: auto;
}

.hbg-resources-category-icons__item:hover .hbg-resources-category-icons__icon img,
.hbg-resources-category-icons__item:focus .hbg-resources-category-icons__icon img {
	opacity: 0.6;
}

.hbg-resources-category-icons__label {
	color: inherit;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
}

.hbg-resources-filter-meta {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	width: 100%;
}

.hbg-resources-filter-meta__tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hbg-resources-filter-meta__label {
	color: #333;
	font-size: 16px;
	font-weight: 700;
}

.hbg-resources-filter-meta__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hbg-resources-filter-tag {
	align-items: center;
	background: #fafafa;
	border: 1px solid #efefef;
	border-radius: 4px;
	color: #333;
	display: inline-flex;
	font-size: 14px;
	gap: 6px;
	padding: 6px 10px;
}

.hbg-resources-filter-tag__remove {
	color: #666;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
}

.hbg-resources-filter-meta__sort {
	flex: 0 0 auto;
	margin-left: auto;
	min-width: 220px;
	position: relative;
}

.hbg-resources-filter-meta__sort-select {
	appearance: none;
	background: #fff;
	border: 1px solid #a6a7a7;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	padding: 12px 36px 12px 16px;
	width: 100%;
}

.hbg-resources-filter-meta__sort-select.is-active {
	font-weight: 700;
}

.hbg-resources-filter-meta__sort-caret {
	color: #333;
	font-size: 14px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY( -50% );
}

.hbg-resources-archive-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat( 4, 1fr );
	width: 100%;
}

.hbg-resource-archive-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.hbg-resource-archive-card__media {
	display: block;
	position: relative;
	width: 100%;
}

.hbg-resource-archive-card__thumb-link {
	color: inherit;
	display: block;
	text-decoration: none;
	width: 100%;
}

.hbg-resource-archive-card__thumb-link:hover,
.hbg-resource-archive-card__thumb-link:focus {
	color: inherit;
	text-decoration: none;
}

.hbg-resource-archive-card:hover .hbg-resource-archive-card__title a,
.hbg-resource-archive-card:focus-within .hbg-resource-archive-card__title a {
	color: #75c9bf;
}

.hbg-resource-archive-card__thumb {
	aspect-ratio: 1 / 1;
	background: rgba( 0, 0, 0, 0.03 );
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hbg-resource-archive-card__overlay {
	background: rgba( 0, 0, 0, 0.25 );
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.2s ease-in-out;
}

.hbg-resource-archive-card:hover .hbg-resource-archive-card__overlay,
.hbg-resource-archive-card:focus-within .hbg-resource-archive-card__overlay {
	opacity: 1;
}

.hbg-resource-archive-card__thumb img {
	display: block;
	height: 100%;
	mix-blend-mode: multiply;
	object-fit: cover;
	transition: opacity 0.2s ease-in-out;
	width: 100%;
}

.hbg-resource-archive-card__bookmark {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	visibility: hidden;
	width: 50px;
	z-index: 3;
}

.hbg-resource-archive-card__bookmark:has( .cbxwpbkmarklistwrap[style*="display: block"] ),
.hbg-resource-archive-card__bookmark:has( .cbxwpbkmarkguestwrap[style*="display: block"] ) {
	z-index: 1001;
}

.hbg-resource-archive-card:hover .hbg-resource-archive-card__bookmark,
.hbg-resource-archive-card:focus-within .hbg-resource-archive-card__bookmark,
.hbg-resource-archive-card.is-bookmarked .hbg-resource-archive-card__bookmark {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.hbg-resource-archive-card__bookmark .cbxwpbkmarkwrap {
	font-size: 0;
	line-height: 0;
	position: static;
	width: 50px;
}

.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig {
	align-items: center;
	background: #fff;
	border: 3px solid #d3efed !important;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5 );
	box-sizing: border-box;
	color: #75c9bf;
	display: flex;
	height: 50px;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 50px;
}

.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig:hover,
.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig:focus {
	background: #75c9bf;
	border-color: #75c9bf !important;
	color: #fff;
}

.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig.cbxwpbkmarktrig-marked,
.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:hover,
.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:focus {
	background: #75c9bf;
	border-color: #75c9bf !important;
	color: #fff;
}

.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig-icon,
.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig .ld,
.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig-label {
	border: 0;
	clip: rect( 0, 0, 0, 0 );
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig::after {
	color: #75c9bf;
	content: '\f02e';
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig:hover::after,
.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig:focus::after,
.hbg-resource-archive-card__bookmark .cbxwpbkmarktrig.cbxwpbkmarktrig-marked::after {
	color: #fff;
}

.hbg-resource-archive-card__bookmark .cbxwpbkmarklistwrap,
.hbg-resource-archive-card__bookmark .cbxwpbkmarkguestwrap {
	left: auto;
	position: absolute;
	right: 0;
	top: calc( 100% + 8px );
	width: 280px;
	z-index: 1100 !important;
}

.hbg-resource-archive-card__title {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	text-align: center;
}

.hbg-resource-archive-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}

.hbg-resource-archive-card__title a:hover,
.hbg-resource-archive-card__title a:focus {
	color: #75c9bf;
	text-decoration: none;
}

.hbg-resources-pagination,
.hbg-combined-search-pagination,
.hbg-videos-pagination {
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

.hbg-resources-pagination ul.page-numbers,
.hbg-combined-search-pagination ul.page-numbers,
.hbg-videos-pagination ul.page-numbers {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hbg-resources-pagination li,
.hbg-combined-search-pagination li,
.hbg-videos-pagination li {
	margin: 0;
}

.hbg-resources-pagination a.page-numbers,
.hbg-resources-pagination span.page-numbers,
.hbg-combined-search-pagination a.page-numbers,
.hbg-combined-search-pagination span.page-numbers,
.hbg-videos-pagination a.page-numbers,
.hbg-videos-pagination span.page-numbers {
	color: #75c9bf;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	text-decoration: none;
}

.hbg-resources-pagination a.page-numbers:focus,
.hbg-resources-pagination a.page-numbers:hover,
.hbg-combined-search-pagination a.page-numbers:focus,
.hbg-combined-search-pagination a.page-numbers:hover,
.hbg-videos-pagination a.page-numbers:focus,
.hbg-videos-pagination a.page-numbers:hover {
	color: #666;
	text-decoration: none;
}

.hbg-resources-pagination .page-numbers.current,
.hbg-resources-pagination .page-numbers.dots,
.hbg-combined-search-pagination .page-numbers.current,
.hbg-combined-search-pagination .page-numbers.dots,
.hbg-videos-pagination .page-numbers.current,
.hbg-videos-pagination .page-numbers.dots {
	color: #666;
}

.hbg-resources-pagination a.next.page-numbers,
.hbg-resources-pagination a.prev.page-numbers,
.hbg-combined-search-pagination a.next.page-numbers,
.hbg-combined-search-pagination a.prev.page-numbers,
.hbg-videos-pagination a.next.page-numbers,
.hbg-videos-pagination a.prev.page-numbers {
	text-transform: uppercase;
}

.hbg-resources-archive-empty {
	color: #666;
	margin: 0;
}


/* MemberPress Account Nav ----- */

#mepr-account-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mepr-account-nav ul li {
	list-style: none;
}

#mepr-account-nav a {
	text-decoration: none;
}


/* MemberPress Login Button ----- */

.mepr-share-button,
input[type="submit"].mepr-share-button {
	background: #ffd130;
	border: 0;
	border-radius: 8px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	padding: 17px 30px 15px;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out;
	width: auto;
}

.mepr-share-button:hover,
.mepr-share-button:focus,
input[type="submit"].mepr-share-button:hover,
input[type="submit"].mepr-share-button:focus {
	background: #f0c628;
	color: #333;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {

	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {

	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {

	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1180px) {

	.hbg-resources-category-icons {
		justify-content: center;
	}

}

@media only screen and (max-width: 1023px) {

	.site-header,
	.admin-bar .site-header,
	body.has-site-announcement-visible .site-header,
	body.admin-bar.has-site-announcement-visible .site-header {
		bottom: 0;
		top: var( --hbg-sidebar-top, 0px );
	}

	.site-header {
		box-shadow: -2px 0 12px rgba( 0, 0, 0, 0.15 );
		height: auto;
		left: auto;
		overflow-y: auto;
		right: 0;
		transform: translateX( 100% );
		transition: transform 0.3s ease;
		width: min( 280px, 85vw );
	}

	body.hbg-mobile-nav-open .site-header {
		transform: translateX( 0 );
		z-index: 1100;
	}

	.hbg-mobile-launcher {
		align-items: center;
		background: #fff;
		border: 0;
		border-radius: 0;
		box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.15 );
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		left: 0;
		padding: 12px 20px;
		position: fixed;
		right: 0;
		top: var( --hbg-launcher-top, 0px );
		width: 100%;
		z-index: 1100;
	}

	.hbg-mobile-launcher:hover,
	.hbg-mobile-launcher:focus {
		background: #fff;
		color: inherit;
		outline: none;
	}

	.hbg-mobile-launcher__icon--brand {
		display: block;
		height: 40px;
		width: auto;
	}

	.hbg-mobile-launcher__icon--compact {
		display: none;
		height: auto;
		width: 40px;
	}

	.hbg-mobile-launcher__bars {
		display: flex;
		flex-direction: column;
		gap: 4px;
		width: 22px;
	}

	.hbg-mobile-launcher__bars span {
		background-color: #666;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 100%;
	}

	body.hbg-mobile-nav-open .hbg-mobile-launcher {
		display: none;
	}

	.hbg-mobile-nav-overlay {
		background: rgba( 0, 0, 0, 0.5 );
		display: block;
		inset: 0;
		position: fixed;
		z-index: 1050;
	}

	.hbg-mobile-nav-overlay[hidden] {
		display: none;
	}

	.hbg-mobile-close {
		align-items: center;
		background: transparent;
		border: 0;
		color: #666;
		display: flex;
		font-size: 22px;
		height: 40px;
		justify-content: center;
		line-height: 1;
		padding: 0;
		position: absolute;
		right: 12px;
		top: 12px;
		width: 40px;
		z-index: 2;
	}

	.hbg-mobile-close:focus,
	.hbg-mobile-close:hover {
		background: transparent;
		color: #666;
		outline: none;
	}

	.site-inner {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding-left: 0;
		width: 90%;
	}

	.hbg-site-announcement__inner {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 90%;
	}

	.site-inner,
	.wrap {

	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.content-sidebar-wrap {
		display: block;
	}

	.sidebar {
		margin-left: 0;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #75C9BF;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	.hbg-video-inner {
		padding: 40px 0;
	}

	.hbg-video-title {
		font-size: 32px;
	}

	.hbg-video-player--placeholder {
		height: auto;
		min-height: 220px;
	}

	.hbg-video-series-nav {
		flex-direction: column;
		gap: 20px;
	}

	.hbg-video-series-nav__prev,
	.hbg-video-series-nav__next {
		min-width: 0;
		text-align: center;
		width: 100%;
	}

	.hbg-video-series-nav__label {
		white-space: normal;
	}

	.hbg-video-transcript .ogt-plan-question {
		font-size: 18px;
		padding-right: 50px;
	}

	.hbg-videos-archive-inner {
		padding: 40px 0;
	}

	.hbg-videos-archive-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.hbg-videos-archive-title {
		font-size: 32px;
	}

	.hbg-videos-category {
		scroll-margin-top: calc( var( --hbg-launcher-top, 0px ) + 80px );
	}

	.hbg-videos-category__title {
		font-size: 28px;
	}

	.hbg-videos-category__grid {
		grid-template-columns: repeat( 2, 1fr );
	}

	.hbg-single-resource .site-inner {
		padding-top: 90px;
	}

	.hbg-resource-footer-cta {
		align-items: center;
		flex-direction: column;
	}

	.hbg-resource-footer-cta .hbg-resource-download,
	.hbg-resource-footer-cta .hbg-resource-save {
		max-width: 454px;
		width: 100%;
	}

	.hbg-resource-footer-cta .hbg-resource-download a,
	.hbg-resource-footer-cta .hbg-resource-save .cbxwpbkmarkwrap,
	.hbg-resource-footer-cta .hbg-resource-save .cbxwpbkmarktrig,
	.hbg-resource-footer-cta .hbg-resource-save .hbg-resource-save-btn {
		width: 100%;
	}

	.hbg-resources-archive-inner {
		padding: 40px 0;
	}

	.hbg-resources-archive-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.hbg-resources-archive-title {
		font-size: 32px;
	}

	.hbg-support-portal {
		padding: 40px 0;
	}

	.hbg-support-portal__header {
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 40px;
	}

	.hbg-support-portal__title {
		font-size: 32px;
	}

	.hbg-support-portal__jump {
		min-width: 0;
		width: 100%;
	}

	.hbg-support-section__blocks {
		padding-left: 30px;
	}

	.hbg-support-block--heading {
		font-size: 28px;
	}

	.hbg-resources-highlighted__grid,
	.hbg-resources-archive-grid,
	.hbg-combined-search-grid {
		grid-template-columns: repeat( 2, 1fr );
	}

	.hbg-front-page__sections {
		padding: 40px 0;
	}

	.hbg-front-page-welcome__text {
		font-size: 20px;
	}

	.hbg-front-page-scope,
	.hbg-front-page-curriculum {
		padding-top: 40px;
	}

	.hbg-front-page-scope__headline,
	.hbg-front-page-curriculum__headline,
	.hbg-saved-resources__title,
	.hbg-combined-search-title {
		font-size: 28px;
	}

	.hbg-saved-resources__grid--dashboard,
	.hbg-saved-resources__grid--page {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.hbg-saved-resources,
	.hbg-saved-resources--page {
		padding-top: 40px;
	}

	.hbg-front-page-search__row {
		flex-direction: column;
	}

	.hbg-front-page-search__field--keyword,
	.hbg-front-page-search__field--type {
		flex: 1 1 auto;
		max-width: none;
		width: 100%;
	}

	.hbg-front-page-curriculum__grid {
		gap: 24px;
		justify-content: center;
	}

	.before-footer-menus {
		padding-top: 36px;
	}

	.before-footer-menus__bar {
		padding: 52px 20px 32px;
	}

	.before-footer-menus__bar .genesis-nav-menu {
		gap: 24px;
	}

	.hbg-resources-filter-form__row {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.hbg-resources-filter-form__search + .hbg-resources-filter-form__field {
		margin-left: 0;
	}

	.hbg-resources-filter-form__field,
	.hbg-resources-filter-form__search {
		flex: 1 1 auto;
		max-width: none;
		width: 100%;
	}

	.hbg-resources-filter-meta__sort {
		margin-left: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 940px) {

	.hbg-resource-hero {
		align-items: center;
		flex-direction: column;
	}

	.hbg-resource-hero__media {
		max-width: 100%;
		width: 100%;
	}

	.hbg-resource-gallery {
		flex-direction: column;
		gap: 16px;
		margin: 0 auto;
		max-width: 400px;
		width: 100%;
	}

	.hbg-resource-gallery__stage {
		aspect-ratio: 1 / 1;
		flex: 0 0 auto;
		height: auto;
		max-width: 400px;
		width: 100%;
	}

	.hbg-resource-gallery__thumbs {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px;
		height: auto;
		justify-content: center;
		width: 100%;
	}

	.hbg-resource-gallery__thumb {
		flex-shrink: 0;
		height: 72px;
		width: 72px;
	}

}

@media only screen and (max-width: 860px) {

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding-left: 0;
	}

	.wrap {
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 700px) {

	.hbg-video-related-resources__grid {
		grid-template-columns: 1fr;
	}

}

@media only screen and (max-width: 600px) {

	.hbg-front-page-scope__grid {
		grid-template-columns: 1fr;
	}

}

@media only screen and (max-width: 1023px) {

	/* On small screens the bookmark popover is anchored to the tiny icon, so it
	   both collapses (plugin's width:100% rule) and runs off-screen for cards near
	   the viewport edge. Pin it to the viewport as a centered panel instead.
	   Higher specificity + !important beats the plugin's mobile rules. */
	.hbg-resource-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarklistwrap,
	.hbg-resource-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarkguestwrap,
	.hbg-video-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarklistwrap,
	.hbg-video-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarkguestwrap,
	.hbg-video-resource-card .hbg-resource-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarklistwrap,
	.hbg-video-resource-card .hbg-resource-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarkguestwrap,
	.hbg-combined-search .hbg-resource-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarklistwrap,
	.hbg-combined-search .hbg-resource-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarkguestwrap,
	.hbg-combined-search .hbg-video-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarklistwrap,
	.hbg-combined-search .hbg-video-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarkguestwrap,
	.hbg-combined-search .hbg-video-resource-card .hbg-resource-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarklistwrap,
	.hbg-combined-search .hbg-video-resource-card .hbg-resource-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarkguestwrap,
	.hbg-saved-resource-card .hbg-resource-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarklistwrap,
	.hbg-saved-resource-card .hbg-resource-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarkguestwrap,
	.hbg-saved-resource-card .hbg-video-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarklistwrap,
	.hbg-saved-resource-card .hbg-video-archive-card__bookmark .cbxwpbkmarkwrap .cbxwpbkmarkguestwrap,
	.hbg-single-resource .hbg-resource-save:not( .hbg-resource-save--mirror ) .cbxwpbkmarkwrap .cbxwpbkmarklistwrap,
	.hbg-single-resource .hbg-resource-save:not( .hbg-resource-save--mirror ) .cbxwpbkmarkwrap .cbxwpbkmarkguestwrap,
	.hbg-single-video .hbg-video-save:not( .hbg-video-save--mirror ) .cbxwpbkmarkwrap .cbxwpbkmarklistwrap,
	.hbg-single-video .hbg-video-save:not( .hbg-video-save--mirror ) .cbxwpbkmarkwrap .cbxwpbkmarkguestwrap {
		left: 50% !important;
		max-width: calc( 100vw - 32px ) !important;
		position: fixed !important;
		right: auto !important;
		top: 50% !important;
		transform: translate( -50%, -50% ) !important;
		width: 320px !important;
		z-index: 2000 !important;
	}

}

@media only screen and (max-width: 359px) {

	.hbg-mobile-launcher__icon--brand {
		display: none;
	}

	.hbg-mobile-launcher__icon--compact {
		display: block;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
