:root {
	--dan-white: #fff;
	--dan-black: #111;
	--dan-black-rgb: 17, 17, 17;
	--dan-gray: #757575;
	--dan-gray-light: #e0e0e0;
	/* red */
	--dan-red: #e11837;
	--dan-red-rgb: 225, 24, 55;
	--dan-red-dark: #900;
	--dan-red-dark-rgb: 153, 0, 0;
	--dan-red-light: #f03;
	--dan-red-light-rgb: 255, 0, 51;
	/* blue */
	--dan-blue-rgb: 0, 64, 110;
	--dan-blue: #00406e;
	--dan-blue-dark: #002f5a;
	--dan-blue-dark-rgb: 0, 47, 90;
	--dan-blue-light: #005181;
	--dan-blue-light-rgb: 0, 81, 129;
	/* font */
	--dan-main-font: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	--dan-header-font: "Bebas Neue", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*
 * Stop CSS animation on window resize
 * https://css-tricks.com/stop-animations-during-window-resizing
 */
.resize-animation-stopper * {
	animation: none !important;
	transition: none !important;
}

/*
 * MARK: normalize
 */
html {
	box-sizing: border-box;
}

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

:root {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	overflow-x: hidden;
	margin: 0;
}

hr {
	height: 0;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp,
pre {
	font-size: 1em;
	font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

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;
}

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	font-family: inherit;
	margin: 0;
}

button,
select {
	text-transform: none;
}

button,
[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-width: 1px;
	outline-style: dotted;
	outline-color: ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

[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-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

.newsletter-signup-wrap form.newsletter-signup-form button span,
.home article header,
.home article header h1.entry-title {
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	height: 1px;
	clip-path: inset(50%);
}

/* Text meant only for screen readers. */
.screen-reader-text {
	word-wrap: normal !important;
	border: 0;
	overflow: hidden;
	position: absolute !important;
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	clip-path: inset(50%);
}

.screen-reader-text:focus {
	color: var(--dan-black);
	font-size: 0.875rem;
	line-height: normal;
	font-weight: 700;
	text-decoration: none;
	border-radius: 3px;
	background-color: var(--dan-black);
	box-shadow: 0 0 2px 2px rgb(0, 0, 0, 0.6);
	display: block;
	top: 5px;
	left: 5px;
	z-index: 100000;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	clip-path: none;
}

.visually-hidden {
	word-wrap: normal;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	height: 1px;
	clip-path: inset(50%);
}

body {
	color: var(--dan-black);
	font-size: 16px;
	font-family: var(--dan-main-font);
}

/*
 * MARK: typography
 */
h1,
h1.display {
	color: var(--dan-black);
	font-size: 3rem;
	font-weight: unset;
	font-family: var(--dan-header-font);
	letter-spacing: 0.05rem;
	margin-top: 0;
	padding-top: 2rem;
	text-wrap: balance;
}

h1.display {
	font-size: 4rem;
}

h2 {
	color: var(--dan-blue);
	font-size: 2rem;
	line-height: 1.15;
	font-weight: 600;
	letter-spacing: -0.025rem;
	margin-top: 2rem;
	text-wrap: balance;
}

h2.display {
	color: var(--dan-black);
	font-size: 3.25rem;
	line-height: 0.95;
	font-weight: unset;
	font-family: var(--dan-header-font);
	letter-spacing: 0.05rem;
	margin: 1rem 0;
}

h3 {
	color: var(--dan-black);
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: -0.025rem;
	margin-top: 2rem;
	text-wrap: balance;
}

h3.display {
	color: var(--dan-black);
	font-size: 1.8125rem;
	margin: 1rem 0;
}

h4 {
	color: var(--dan-black);
	font-size: 1.375rem;
	font-weight: 600;
}

p,
ul,
ol {
	font-size: 1rem;
	line-height: 1.4;
}

ul li,
ol li {
	margin-bottom: 4px;
}

ul {
	list-style: square;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

/*
 * MARK: colors
 */

.has-dan-white-color { color: var(--dan-white); }
.has-dan-white-background-color { background-color: var(--dan-white); }

.has-dan-black-color { color: var(--dan-black); }
.has-dan-black-background-color { background-color: var(--dan-black); }

.has-dan-dark-gray-color { color: var(--dan-gray); }
.has-dan-dark-gray-background-color { background-color: var(--dan-gray); }

.has-dan-light-gray-color { color: var(--dan-gray-light); }
.has-dan-light-gray-background-color { background-color: var(--dan-gray-light); }

/* red - legacy selectors */
.has-dan-red-100-color,
.has-dan-red-200-color,
.has-dan-red-300-color,
.has-dan-red-400-color,
.has-dan-red-500-primary-color,
.has-dan-red-600-color,
.has-dan-red-700-color {
	color: var(--dan-red);
}

.has-dan-red-100-background-color,
.has-dan-red-200-background-color,
.has-dan-red-300-background-color,
.has-dan-red-400-background-color,
.has-dan-red-500-background-primary-color,
.has-dan-red-600-background-color,
.has-dan-red-700-background-color {
	background-color: var(--dan-red);

	/* wp button */
	&.wp-element-button {
		color: var(--dan-white) !important;
		border-radius: 0 !important;
		background-color: var(--dan-red);
		transition: background 0.3s ease;

		&:visited {
			color: var(--dan-white) !important;
		}

		&:hover {
			color: var(--dan-white) !important;
			background-color: var(--dan-red-dark);
			transition: background 0.15s ease;
		}
	}
}

.wp-element-button.has-dan-red-background-color,
.wp-element-button.has-dan-red-light-background-color,
.wp-element-button.has-dan-red-dark-background-color {
	color: var(--dan-white) !important;
	border-radius: 0 !important;
	transition: background 0.3s ease;
}
.wp-element-button.has-dan-red-background-color:visited,
.wp-element-button.has-dan-red-light-background-color:visited,
.wp-element-button.has-dan-red-dark-background-color:visited {
	color: var(--dan-white) !important;
}
.wp-element-button.has-dan-red-background-color:hover,
.wp-element-button.has-dan-red-light-background-color:hover,
.wp-element-button.has-dan-red-dark-background-color:hover {
	color: var(--dan-white) !important;
	transition: background 0.15s ease;
}
.wp-element-button.has-dan-red-background-color:hover { background-color: var(--dan-red-dark) !important; }
.wp-element-button.has-dan-red-light-background-color:hover { background-color: var(--dan-red-dark) !important; }
.wp-element-button.has-dan-red-dark-background-color:hover { background-color: var(--dan-red) !important; }

/* blue - legacy selectors */
.has-dan-blue-50-color,
.has-dan-blue-100-color,
.has-dan-blue-200-color,
.has-dan-blue-300-color,
.has-dan-blue-400-color,
.has-dan-blue-500-primary-color,
.has-dan-blue-600-color {
	color: var(--dan-blue);
}

.has-dan-blue-50-background-color,
.has-dan-blue-100-background-color,
.has-dan-blue-200-background-color,
.has-dan-blue-300-background-color,
.has-dan-blue-400-background-color,
.has-dan-blue-500-background-primary-color,
.has-dan-blue-600-background-color {
	background-color: var(--dan-blue);

	/* wp button */
	&.wp-element-button {
		color: var(--dan-white) !important;
		border-radius: 0 !important;
		background-color: var(--dan-blue);
		transition: background 0.3s ease;

		&:visited {
			color: var(--dan-white) !important;
		}

		&:hover {
			color: var(--dan-white) !important;
			background-color: var(--dan-blue-dark);
			transition: background 0.15s ease;
		}
	}
}

.wp-element-button.has-dan-blue-background-color,
.wp-element-button.has-dan-blue-light-background-color,
.wp-element-button.has-dan-blue-dark-background-color {
	color: var(--dan-white) !important;
	border-radius: 0 !important;
	transition: background 0.3s ease;
}
.wp-element-button.has-dan-blue-background-color:visited,
.wp-element-button.has-dan-blue-light-background-color:visited,
.wp-element-button.has-dan-blue-dark-background-color:visited {
	color: var(--dan-white) !important;
}
.wp-element-button.has-dan-blue-background-color:hover,
.wp-element-button.has-dan-blue-light-background-color:hover,
.wp-element-button.has-dan-blue-dark-background-color:hover {
	color: var(--dan-white) !important;
	transition: background 0.15s ease;
}
.wp-element-button.has-dan-blue-background-color:hover { background-color: var(--dan-blue-dark) !important; }
.wp-element-button.has-dan-blue-light-background-color:hover { background-color: var(--dan-blue-dark) !important; }
.wp-element-button.has-dan-blue-dark-background-color:hover { background-color: var(--dan-blue-light) !important; }

.addtoany_share_save_container.addtoany_content a {
	padding: 0;
}

.wp-block-pb-accordion-item {
	border-bottom: 1px solid var(--dan-gray-light);
}

/*
 * MARK: anchors
 */
a {
	color: var(--dan-blue);
	text-decoration: underline;
	transition: color 0.3s ease;
}

a:visited {
	color: var(--dan-blue);
}

a:visited,
a:hover {
	color: var(--dan-blue-light);
	text-decoration: none;
	transition: color 0.15s ease;
}

a:focus {
	outline: 2px solid var(--dan-black);
	outline-offset: 2px;
}

a:focus:not(:focus-visible) {
	outline: unset;
}

a:focus-visible {
	border-radius: 5px;
	outline: 2px solid var(--dan-black);
	outline-offset: 2px;
	box-shadow: 0 0 0 2px var(--dan-white);
}

.wp-element-button:not(a[class*="has-dan-"]) {
	border-radius: 0 !important;
	transition: background 0.3s ease;
}
.wp-element-button:not(a[class*="has-dan-"]):visited {
	color: var(--dan-white) !important;
}
.wp-element-button:not(a[class*="has-dan-"]):hover {
	color: var(--dan-white) !important;
	background-color: var(--dan-red-dark);
	transition: background 0.15s ease;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	font-size: 0.875rem;
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
}
@media (min-width: 481px) {
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		flex-wrap: nowrap;
	}
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 0 1 100%;
	text-align: center;
	order: 2;
	margin: 1rem 0;
}
@media (min-width: 481px) {
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		flex: 1 0 50%;
		text-align: right;
	}
}

.comment-navigation .nav-previous::after,
.posts-navigation .nav-previous::after,
.post-navigation .nav-previous::after {
	content: '\f061';
	color: var(--dan-blue-light);
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-left: 7px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	flex: 0 1 100%;
	text-align: center;
	margin: 1rem 0;
}
@media (min-width: 481px) {
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		flex: 1 0 50%;
		text-align: left;
	}
}

.comment-navigation .nav-next::before,
.posts-navigation .nav-next::before,
.post-navigation .nav-next::before {
	content: '\f060';
	color: var(--dan-blue-light);
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-right: 7px;
}

.pagination .nav-links {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 0 1rem 1rem;
}

.pagination .nav-links a.page-numbers {
	text-decoration: none;
	border: 1px solid #bdbdbd;
	display: inline-block;
	margin: 0 2px;
	padding: 5px;
	width: 100%;
	max-width: 40px;
}

.pagination .nav-links a.page-numbers:hover {
	border-color: var(--dan-blue-light);
}

.pagination .nav-links a.page-numbers.prev,
.pagination .nav-links a.page-numbers.next {
	border: none;
}

.pagination .nav-links .current {
	color: var(--dan-white);
	background-color: var(--dan-blue-dark);
	display: inline-block;
	margin: 0 2px;
	padding: 5px;
	width: 100%;
	max-width: 40px;
}

h1 a,
h2 a,
h3 a,
.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a,
.comments-area ol.comment-list .comment-metadata a,
.comments-area ol.comment-list .reply a,
.breadcrumbs > div a,
.page-template-page-news-media .news-post-wrap .news-posts .recent-news-posts ul a,
.page-template-page-news-media .news-post-wrap .news-posts .press-release-posts ul a,
.page-template-page-news-media .news-post-wrap .news-posts .in-the-news-posts ul a,
.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results article .content h2 a,
.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results article .content p.issue a,
aside.widget-area .dan_sidebar_widgets.widget .dan-tags-categories ul li a,
.home .card-layout-wrap.cards-row-3 .posts-header p.read-more a {
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
.comment-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover,
.comments-area ol.comment-list .comment-metadata a:hover,
.comments-area ol.comment-list .reply a:hover,
.breadcrumbs > div a:hover,
.page-template-page-news-media .news-post-wrap .news-posts .recent-news-posts ul a:hover,
.page-template-page-news-media .news-post-wrap .news-posts .press-release-posts ul a:hover,
.page-template-page-news-media .news-post-wrap .news-posts .in-the-news-posts ul a:hover,
.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results article .content h2 a:hover,
.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results article .content p.issue a:hover,
aside.widget-area .dan_sidebar_widgets.widget .dan-tags-categories ul li a:hover,
.home .card-layout-wrap.cards-row-3 .posts-header p.read-more a:hover {
	text-decoration: underline;
}

/*
 * MARK: forms
 */
button,
input,
select,
optgroup,
textarea {
	color: var(--dan-black);
	font-size: 16px;
	line-height: 1.2;
	font-family: var(--dan-main-font);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: var(--dan-white);
	font-size: 1rem;
	line-height: 1;
	font-family: var(--dan-main-font);
	border: 1px solid var(--dan-blue-dark);
	border-radius: 0;
	background-color: var(--dan-blue-dark);
	margin: 0.5rem 0;
	padding: 0.8rem 1.2rem;
	cursor: pointer;
	transition: background 0.2s ease-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--dan-blue-light);
	background-color: var(--dan-blue-light);
	transition: background 0.1s ease-out;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--dan-black);
	font-size: 1rem;
	line-height: 1.1;
	border: 1px solid #9e9e9e;
	border-radius: 0;
	padding: 4px 1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--dan-blue-light);
}

.wp-block-search button[type="submit"] {
	margin-top: 0;
	margin-bottom: 0;
}

select {
	border: 1px solid var(--dan-black);
}

textarea {
	width: 100%;
}

/*
 * MARK: comments
 */
.comments-area {
	border-top: 1px solid var(--dan-gray-light);
	padding: 1rem;
	width: 100%;
}

.comments-area h2.comments-title {
	font-size: 1.1875rem;
}

.comments-area ol.comment-list {
	padding-left: 1.25rem;
}

.comments-area ol.comment-list ol {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.comments-area ol.comment-list li {
	border-top: 1px solid var(--dan-gray-light);
	padding-top: 1.25rem;
}

.comments-area ol.comment-list > li:first-child {
	border-top: none;
}

.comments-area ol.comment-list .comment-author {
	display: flex;
	align-items: center;
	padding-bottom: 0.5rem;
}

.comments-area ol.comment-list .comment-author .fn {
	font-weight: 600;
	padding: 0 7px 0 12px;
}

.comments-area ol.comment-list .comment-metadata {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
}

.comments-area ol.comment-list .comment-metadata::before {
	content: '\f017';
	color: var(--dan-blue);
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
}

.comments-area ol.comment-list .comment-awaiting-moderation {
	color: var(--dan-red);
}

.comments-area ol.comment-list .comment-content p {
	font-size: 0.875rem;
}

.comments-area ol.comment-list .reply {
	font-size: 0.875rem;
}

.comments-area ol.comment-list .reply::before {
	content: '\f3e5';
	color: var(--dan-blue);
	font-size: 12px;
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-right: 5px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area .comment-respond form p {
	font-size: 0.875rem;
}

.comments-area .comment-respond form label {
	display: inline-block;
	min-width: 70px;
}

.comments-area .comment-respond form .comment-form-comment label {
	padding-bottom: 4px;
}

.comments-area .comment-respond form input:not(.submit),
.comments-area .comment-respond form textarea {
	border-color: #9e9e9e;
}

.comments-area .comment-respond form .required {
	color: var(--dan-red);
}

/*
 * MARK: tables
 */
:not(figure) > table {
	border-spacing: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 1.5rem;
	width: 100%;
}

:not(figure) > table thead th,
:not(figure) > table thead td {
	border-bottom: 2px solid #616161;
}

:not(figure) > table tbody tr:nth-child(odd) {
	background-color: #f5f5f5;
}

:not(figure) > table th,
:not(figure) > table td {
	padding: 0.6rem 0.5rem;
}

:not(figure) > table th > *,
:not(figure) > table td > * {
	margin: 0;
}

figure.wp-block-table table {
	border-spacing: 0;
}

figure.wp-block-table table thead th,
figure.wp-block-table table thead td {
	border-bottom: 2px solid #616161 !important;
	padding: 0.5rem;
}

figure.wp-block-table table tbody td {
	padding: 0.6rem 0.5rem;
}

figure.wp-block-table.is-style-regular table {
	border: 1px solid var(--dan-gray-light);
	border-right: none;
	border-bottom: none;
}

figure.wp-block-table.is-style-regular table th,
figure.wp-block-table.is-style-regular table td {
	border: 1px solid var(--dan-gray-light);
	border-top: none;
	border-left: none;
}

figure.wp-block-table.is-style-stripes {
	border-top: 1px solid #eee;
	border-bottom-color: #eee;
	padding-top: 0.35rem;
}

figure.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
	background-color: #f5f5f5;
}

.has-small-font-size,
.is-style-small-font {
	font-size: 0.8125rem;
}

/*
 * MARK: end tables
 */

.wp-block-pb-accordion-item .c-accordion__title {
	color: var(--dan-blue);
	font-size: 1rem;
	font-family: var(--dan-main-font);
	margin: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.wp-block-pb-accordion-item .c-accordion__title:focus {
	outline-style: none;
	outline-width: 0;
	outline-color: transparent;
}

.wp-block-pb-accordion-item .c-accordion__content > * {
	margin: 0;
	padding-bottom: 1rem;
}

.single-event #primary .entry-content {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}
@media (min-width: 769px) {
	.single-event #primary .entry-content {
		flex-wrap: nowrap;
	}
}

.single-event #primary .entry-content .event-content {
	flex: 0 1 100%;
}
@media (min-width: 769px) {
	.single-event #primary .entry-content .event-content {
		flex: 0 1 50%;
		padding-right: 1rem;
	}
}

.single-event #primary .entry-content .event-details {
	flex: 0 1 100%;
	border-top: 1px solid #eee;
	margin-top: 1rem;
	padding: 1rem 0;
}
@media (min-width: 769px) {
	.single-event #primary .entry-content .event-details {
		flex: 0 1 50%;
		border-top: none;
		margin-top: 0;
		padding: 0 0 0 1rem;
	}
}

.single-event #primary .entry-content .event-details hr {
	display: none;
}

.single-event #primary .entry-content .event-details h4 {
	font-size: 1rem;
}

.single-event #primary .entry-content .event-details h4::before {
	content: '\f133';
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-right: 5px;
}

.single-event #primary .entry-content .event-details ul.eo-event-meta {
	font-size: 0.875rem;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0 0 1.5rem;
	width: 100%;
}

.single-event #primary .entry-content .event-details ul.eo-event-meta li strong {
	font-weight: 600;
}

.single-event #primary .entry-content .event-details .eo-event-venue-map {
	border: 1px solid var(--dan-gray-light);
	float: none;
	width: 100%;
}

.eo-tc-page.archive #primary > article .entry-content {
	display: flex;
	flex-wrap: wrap;
}

.eo-tc-page.archive #primary > article .entry-content .venue-archive-meta {
	flex: 0 1 50%;
	padding-right: 1rem;
}

.eo-tc-page.archive #primary > article .entry-content .eo-venue-map.leaflet-container {
	flex: 0 1 50%;
	padding-left: 1rem;
	height: 300px !important;
}

.eo-tc-page.archive #primary > article .entry-content article {
	flex: 0 1 100%;
	border-top: 1px solid var(--dan-gray-light);
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.eo-tc-page.archive #primary > article .entry-content article h2 {
	font-size: 1.3125rem;
}

.eo-tc-page.archive article.no-results.not-found {
	display: none;
}

.eo-fullcalendar-reset {
	margin: 3rem 0;
}

.eo-fullcalendar-reset .fc-toolbar h2 {
	font-size: 1.1875rem !important;
	margin: 0;
	padding-top: 6px;
}

.eo-fullcalendar-reset .fc-toolbar .fc-button-group button.fc-button {
	color: var(--dan-blue);
	border-width: 0;
	border-radius: 0;
	background-color: var(--dan-white);
	box-shadow: none;
}

.eo-fullcalendar-reset .fc-toolbar .fc-button-group button.fc-button .fc-icon {
	color: var(--dan-blue);
	font-size: 24px;
	text-shadow: none;
	top: 0;
}

.eo-fullcalendar-reset .fc-toolbar .fc-button-group button.fc-button.fc-state-default {
	color: var(--dan-blue);
	text-shadow: none;
}

.eo-fullcalendar-reset .fc-toolbar .fc-right .fc-button-group button.fc-button:last-child {
	border-left-width: 2px;
}

.eo-fullcalendar-reset .fc-view-container .fc-row > table th {
	color: var(--dan-black);
	font-weight: 400;
	padding: 0.5rem 0 !important;
}

.eo-fullcalendar-reset .fc-view-container td {
	color: var(--dan-black);
}

.eo-fullcalendar-reset .fc-view-container td a.fc-day-grid-event.fc-event {
	font-size: 0.8125rem;
	border: none;
	background-color: var(--dan-blue-light) !important;
	padding: 0.5rem !important;
}

.qtip {
	font-size: 0.75rem !important;
	box-shadow: 0 1px 14px 7px rgb(17, 17, 17, 0.1) !important;
}

.qtip .qtip-titlebar {
	color: var(--dan-white);
	background-color: var(--dan-blue-dark) !important;
	padding: 0.5rem !important;
}

.qtip .qtip-content {
	padding: 0.5rem !important;
}

/*
 * MARK: header
 */
#masthead #site-navigation {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
@media (max-width: 768px) {
	#masthead #site-navigation {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		height: 66px;
	}

	.mobile-menu-open #masthead #site-navigation {
		overflow-y: auto;
	}
}

.mobile-menu-open .onetap-container-toggle,
.mobile-menu-open #wpfront-scroll-top-container {
	display: none !important;
}

#sticky-header.sticky {
	background-color: var(--dan-white);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}

.admin-bar #sticky-header.sticky {
	top: 44px;
}
@media (min-width: 783px) {
	.admin-bar #sticky-header.sticky {
		top: 30px;
	}
}

#sticky-header.page-scrolled {
	box-shadow: 0 0 21px 5px rgb(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease-out;
}
@media (min-width: 783px) {
	#sticky-header.page-scrolled {
		box-shadow: 0 0 21px 5px rgb(0, 0, 0, 0.1), 0 1px 0 0 rgb(0, 0, 0, 0.03);
	}
}

.mobile-menu-closing #masthead #site-navigation,
.mobile-menu-open #masthead #site-navigation {
	height: calc(100% - 54px);
}

.mobile-menu-open {
	overflow-y: hidden;
	touch-action: none;
}

#masthead .site-branding {
	background-color: var(--dan-white);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 1rem;
	width: 100%;
}
@media (min-width: 769px) {
	#masthead .site-branding {
		background-color: unset;
		position: absolute;
		top: 1rem;
		left: 1rem;
		padding: unset;
		width: unset;
	}
}
@media (min-width: 993px) {
	#masthead .site-branding {
		top: 18px;
	}
}


.admin-bar #masthead .site-branding {
	top: 44px;
}
@media (min-width: 769px) {
	.admin-bar #masthead .site-branding {
		top: 18px;
	}
}

#masthead .site-branding img {
	width: 140px;
}
@media (min-width: 769px) {
	#masthead .site-branding img {
		width: 190px;
	}
}

/*
 * MARK: search
 */
.search-form {
	display: flex;
	margin-top: 60px;
	padding: 1.5rem 0.9rem 0.5rem;
	width: 100%;
}
@media (min-width: 769px) {
	.search-form {
		display: none;
	}
}

.search-form label {
	flex: 0 1 calc(100% - 46px);
}

.search-form label .search-field {
	font-size: 1rem;
	border-color: #ccc;
	border-right-style: none;
	background-color: var(--dan-white);
	width: 100%;
	height: 46px;
}

.search-form .search-submit {
	flex: 0 1 46px;
	text-indent: -9999px;
	border-color: #ccc;
	border-left-style: none;
	background: var(--dan-white) url("../images/icon-search.svg") no-repeat center;
	margin: 0;
	height: 46px;
}

.search-form .search-submit:hover {
	border-color: var(--dan-red);
	background: var(--dan-red) url("../images/icon-search-white.svg") no-repeat center;
}

/*
 * MARK: secondary menu
 */
#masthead .menu-header-container {
	flex: 0 1 100%;
	order: 2;
}
@media (min-width: 769px) {
	#masthead .menu-header-container {
		background-color: transparent;
		order: unset;
		padding: 1rem 1rem 0.75rem;
	}
}
@media (min-width: 993px) {
	#masthead .menu-header-container {
		padding-top: 1.25rem;
	}
}

#masthead .menu-header-container ul.menu {
	font-size: 1rem;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 769px) {
	#masthead .menu-header-container ul.menu {
		font-size: 0.875rem;
		border-bottom: none;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
	}
}

#masthead .menu-mobile-cta-container ul.menu {
	font-size: 1rem;
	font-weight: 600;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 769px) {
	#masthead .menu-mobile-cta-container ul.menu {
		display: none;
	}
}

#masthead .menu-header-container ul.menu li,
#masthead .menu-mobile-cta-container ul.menu li {
	flex: 0 1 100%;
	margin-bottom: 0;
}
@media (min-width: 769px) {
	#masthead .menu-header-container ul.menu li,
	#masthead .menu-mobile-cta-container ul.menu li {
		flex: 0 1 auto;
	}
}

#masthead .menu-header-container ul.menu li a,
#masthead .menu-mobile-cta-container ul.menu li a {
	color: var(--dan-black);
	text-decoration: none;
	display: block;
	position: relative;
	padding: 1rem;
}
@media (min-width: 769px) {
	#masthead .menu-header-container ul.menu li a,
	#masthead .menu-mobile-cta-container ul.menu li a {
		margin: 0 0.5rem;
		padding: 0.6rem 0;
	}
}
@media (min-width: 993px) {
	#masthead .menu-header-container ul.menu li a,
	#masthead .menu-mobile-cta-container ul.menu li a {
		margin: 0 0.85rem;
	}
}

#masthead .menu-header-container ul.menu li a::after {
	content: "";
	border-bottom: 2px solid var(--dan-blue-light);
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: opacity 0.2s ease-out;
}

#masthead .menu-header-container ul.menu li a:hover {
	color: var(--dan-blue-light);
}
@media (min-width: 769px) {
	#masthead .menu-header-container ul.menu li a:hover::after {
		opacity: 1;
		transition: opacity 0.25s ease-out;
	}
}
@media (min-width: 769px) {
	#masthead .menu-header-container ul.menu li.current_page_item > a {
		color: var(--dan-blue-dark);
	}

	#masthead .menu-header-container ul.menu li.current_page_item > a::after {
		opacity: 1;
	}
}

#masthead .menu-header-container ul.menu li.search a {
	overflow: hidden;
	padding-left: 1px;
	width: 16px;
	height: 2.2rem;
}

#masthead .menu-header-container ul.menu li.search a::before {
	content: '\f002';
	color: #616161;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-right: 1rem;
}

@media (max-width: 768px) {
	#masthead .menu-header-container ul.menu li.search,
	#masthead .menu-header-container ul.menu li.login,
	#masthead .menu-header-container ul.menu li.join,
	#masthead .menu-header-container ul.menu li.donate {
		display: none;
	}
}

/* CTA menu */
#masthead .menu-header-container ul.menu li.login a,
#masthead .menu-header-container ul.menu li.join a,
#masthead .menu-header-container ul.menu li.donate a {
	color: var(--dan-white);
	background-color: #f5f5f5;
	transition: all 0.2s ease-out;
}
@media (min-width: 769px) {
	#masthead .menu-header-container ul.menu li.login a,
	#masthead .menu-header-container ul.menu li.join a,
	#masthead .menu-header-container ul.menu li.donate a {
		color: #616161;
		box-shadow: inset 0 0 0 1px #ccc;
		margin: 0 0 0 6px;
		padding: 0.6rem 1.1rem;
	}
}

@media (min-width: 769px) {
	#masthead .menu-header-container ul.menu li.login a:hover,
	#masthead .menu-header-container ul.menu li.join a:hover,
	#masthead .menu-header-container ul.menu li.donate a:hover {
		color: var(--dan-white);
		background-color: var(--dan-red);
		box-shadow: inset 0 0 0 1px var(--dan-red);
	}
}

#masthead .menu-header-container ul.menu li.login a::after,
#masthead .menu-header-container ul.menu li.join a::after,
#masthead .menu-header-container ul.menu li.donate a::after {
	border-bottom-style: none;
}

#masthead .menu-header-container ul.menu li.join a,
#masthead .menu-mobile-cta-container ul.menu li.join a {
	color: var(--dan-white);
	font-weight: 600;
	background-color: var(--dan-red);
	box-shadow: none;
	transition: color 0.3s ease, background 0.3s ease;
}

@media (max-width: 768px) {
	#masthead .menu-mobile-cta-container ul.menu li.donate a,
	#masthead .menu-mobile-cta-container ul.menu li.login a,
	#masthead .menu-mobile-cta-container ul.menu li.join a {
		line-height: 54px;
		text-align: center;
		padding: 0 1rem;
	}

	#masthead .menu-mobile-cta-container ul.menu li.donate a,
	#masthead .menu-mobile-cta-container ul.menu li.login a {
		background-color: #f5f5f5;
		transition: color 0.15s ease, background 0.15s ease;
	}

	#masthead .menu-mobile-cta-container ul.menu li.donate a {
		box-shadow: inset 0 1px 0 0 var(--dan-gray-light), inset 0 -1px 0 0 var(--dan-gray-light);
	}

	#masthead .menu-mobile-cta-container ul.menu li.login a {
		box-shadow: inset 0 1px 0 0 var(--dan-gray-light), inset 0 -1px 0 0 var(--dan-gray-light), inset 1px 0 0 0 var(--dan-gray-light);
	}

	#masthead .menu-mobile-cta-container ul.menu li.login a:hover,
	#masthead .menu-mobile-cta-container ul.menu li.join a:hover,
	#masthead .menu-mobile-cta-container ul.menu li.donate a:hover {
		color: var(--dan-white);
		background-color: var(--dan-red);
		box-shadow: inset 0 0 0 1px var(--dan-red);
		transition: color 0.15s ease, background 0.15s ease;
	}
}

/*
 * MARK: main menu
 */
#masthead .widget_jc_section_menu_widget {
	order: 1;
}
@media (min-width: 769px) {
	#masthead .widget_jc_section_menu_widget {
		box-shadow: none;
		order: unset;
		margin-top: 0;
	}
}

#masthead .widget_jc_section_menu_widget .menu-primary-container {
	padding: 1rem;
	padding: 0;
	max-width: 100%;
}
@media (min-width: 769px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container {
		background-color: transparent;
		padding: 0 1rem;
	}
}

#masthead .widget_jc_section_menu_widget .menu-primary-container ul {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
@media (min-width: 769px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container ul {
		font-size: 14px;
		border-bottom: none;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}
@media (min-width: 943px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container ul {
		font-size: 1rem;
	}
}

#masthead .widget_jc_section_menu_widget .menu-primary-container ul ul {
	font-size: 14px;
	text-transform: none;
}

#masthead .widget_jc_section_menu_widget .menu-primary-container ul li {
	flex: 0 1 100%;
	position: relative;
	margin-bottom: 0;
}
@media (min-width: 769px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container ul li {
		flex: 0 1 auto;
	}
}

/* expand-icon */
@media (max-width: 768px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container ul li .expand-icon {
		position: absolute;
		top: 0;
		right: 0;
		width: 52px;
		height: 54px;
	}

	#masthead .widget_jc_section_menu_widget .menu-primary-container ul li .expand-icon i {
		background-color: var(--dan-black);
		display: inline-block;
		position: absolute;
		top: calc(50% - 1px);
		left: calc(50% - 7px);
		width: 14px;
		height: 2px;
	}

	#masthead .widget_jc_section_menu_widget .menu-primary-container ul li .expand-icon i:nth-child(1) {
		transform: rotate(0deg);
		transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
	}

	#masthead .widget_jc_section_menu_widget .menu-primary-container ul li .expand-icon i:nth-child(2) {
		transform: rotate(90deg);
		transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
	}

	#masthead .widget_jc_section_menu_widget .menu-primary-container ul .menu-expanded .expand-icon i:nth-child(1),
	#masthead .widget_jc_section_menu_widget .menu-primary-container ul .menu-expanded .expand-icon i:nth-child(2) {
		transform: rotate(180deg);
		transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
	}

	#masthead .widget_jc_section_menu_widget .menu-primary-container ul ul {
		font-size: 0.875rem;
		font-weight: 400;
		border-bottom: none;
		opacity: 0;
		overflow: hidden;
		height: 0;
	}

	#masthead .widget_jc_section_menu_widget .menu-primary-container ul .menu-expanded ul {
		opacity: 1;
		height: auto;
		transition: opacity 0.5s ease;
	}

	#masthead .widget_jc_section_menu_widget .menu-primary-container ul .fade-in ul {
		opacity: 0;
		transition: opacity 0.5s ease;
	}

	#masthead .widget_jc_section_menu_widget .menu-primary-container ul .fade-out ul {
		opacity: 0;
		height: auto;
		transition: opacity 0.5s ease;
	}
}
@media (min-width: 769px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container ul ul {
		background-color: rgb(var(--dan-blue-rgb), 0.8);
		box-shadow: 0 1px 14px 7px rgb(17, 17, 17, 0.1);
		display: block;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: -9999rem;
		z-index: 99999;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
	}

	#masthead .widget_jc_section_menu_widget .menu-primary-container ul li .expand-icon {
		display: none;
	}
}

#masthead .widget_jc_section_menu_widget .menu-primary-container ul ul ul {
	display: none;
}

#masthead .widget_jc_section_menu_widget .menu-primary-container ul ul a {
	color: var(--dan-blue-light);
	background-color: #f5f5f5;
	margin: 0;
	padding: 1rem 1rem 1rem 2rem !important;
}
@media (min-width: 769px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container ul ul a {
		color: var(--dan-white) !important;
		background-color: rgb(0, 112, 159, 0);
		padding: 1rem !important;
		width: 200px;
	}
}

#masthead .widget_jc_section_menu_widget .menu-primary-container ul ul a::after {
	border-bottom: none;
	top: -9999rem;
	bottom: auto;
}
@media (min-width: 769px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container ul ul a:hover {
		color: var(--dan-white);
		background-color: var(--dan-blue-light);
		transition: background-color 0.2s ease-out;
	}
}

#masthead .widget_jc_section_menu_widget .menu-primary-container ul li.focus > ul {
	opacity: 1;
	left: 0;
	transition: opacity 0.15s ease;
}

#masthead .widget_jc_section_menu_widget .menu-primary-container ul li.fade > ul {
	opacity: 0;
	transition: opacity 0.25s ease;
}
@media (max-width: 768px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container ul > li.current-menu-item ul,
	#masthead .widget_jc_section_menu_widget .menu-primary-container ul > li.current-menu-parent ul {
		display: block;
	}
}

#masthead .widget_jc_section_menu_widget .menu-primary-container ul > li:first-child a {
	margin-left: 0;
}

#masthead .widget_jc_section_menu_widget .menu-primary-container ul > li:last-child:hover > ul,
#masthead .widget_jc_section_menu_widget .menu-primary-container ul > li:last-child.focus > ul {
	right: 0;
	left: auto;
}

#masthead .widget_jc_section_menu_widget .menu-primary-container ul > li:last-child a {
	margin-right: 0;
	padding-right: 0;
}

#masthead .widget_jc_section_menu_widget .menu-primary-container a {
	color: var(--dan-black);
	text-decoration: none;
	display: block;
	position: relative;
	margin-right: 52px;
	padding: 1rem;
}
@media (min-width: 769px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container a {
		margin-right: 0;
		padding: 0.6rem 0;
		padding-left: 0;
	}
}
@media (min-width: 993px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container a {
		margin-right: 0.8rem;
		margin-left: 0.8rem;
	}
}

@media (min-width: 769px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container a::after {
		content: "";
		border-bottom: 2px solid var(--dan-blue);
		opacity: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		transition: opacity 0.2s ease-out;
	}
}

#masthead .widget_jc_section_menu_widget .menu-primary-container a:hover {
	color: var(--dan-blue-light);
}

#masthead .widget_jc_section_menu_widget .menu-primary-container .current_page_item > a,
#masthead .widget_jc_section_menu_widget .menu-primary-container .current-menu-item > a,
#masthead .widget_jc_section_menu_widget .menu-primary-container .current_page_ancestor > a,
#masthead .widget_jc_section_menu_widget .menu-primary-container .current-menu-ancestor > a {
	color: var(--dan-blue-light);
}
@media (min-width: 769px) {
	#masthead .widget_jc_section_menu_widget .menu-primary-container .current_page_item > a,
	#masthead .widget_jc_section_menu_widget .menu-primary-container .current-menu-item > a,
	#masthead .widget_jc_section_menu_widget .menu-primary-container .current_page_ancestor > a,
	#masthead .widget_jc_section_menu_widget .menu-primary-container .current-menu-ancestor > a {
		color: var(--dan-blue-dark);
	}
}

#masthead .widget_jc_section_menu_widget .menu-primary-container .current_page_item > a::after,
#masthead .widget_jc_section_menu_widget .menu-primary-container .current-menu-item > a::after,
#masthead .widget_jc_section_menu_widget .menu-primary-container .current_page_ancestor > a::after,
#masthead .widget_jc_section_menu_widget .menu-primary-container .current-menu-ancestor > a::after {
	opacity: 1;
}

#masthead .widget_jc_section_menu_widget .menu-primary-container .sub-menu .current_page_item > a {
	background-color: rgb(var(--dan-blue-dark-rgb), 0.8);
}

@media (min-width: 769px) {
	body:not(.page-template-page-landing-1, .page-template-page-landing-2, .page-template-page-landing-2a) #masthead {
		border-bottom: 1px solid var(--dan-gray-light);
	}
}

.page-template-page-landing-1 #page #primary article,
.page-template-page-landing-1 #page #primary > section,
.page-template-page-landing-2 #page #primary article,
.page-template-page-landing-2 #page #primary > section,
.page-template-page-landing-2a #page #primary article,
.page-template-page-landing-2a #page #primary > section {
	padding-top: 0;
}

#masthead .widget_jc_split_menu_widget {
	display: none;
}
@media (min-width: 769px) {
	#masthead .widget_jc_split_menu_widget {
		/* box-shadow: inset 0 1px 0 0 var(--dan-gray-light); */
		display: block;
	}
}

#masthead .widget_jc_split_menu_widget .menu-primary-container {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 2px auto 0;
	width: 100%;
	max-width: 1200px;
}

#masthead .widget_jc_split_menu_widget .menu-primary-container ul.menu {
	flex-basis: 100%;
	font-size: 0.8125rem;
	list-style: none;
	margin: 0;
	padding: 1rem;
	padding: 0 1rem;
	max-width: 100%;
}

#masthead .widget_jc_split_menu_widget .menu-primary-container ul.menu li {
	display: inline-block;
}

#masthead .widget_jc_split_menu_widget .menu-primary-container ul.menu li a {
	color: #616161;
	text-decoration: none;
	display: block;
	margin: 0 0.6rem;
	padding: 0.6rem 0;
}

#masthead .widget_jc_split_menu_widget .menu-primary-container ul.menu li:first-child a {
	margin-left: 0;
}

#masthead .widget_jc_split_menu_widget .menu-primary-container ul.menu li.current-menu-item > a,
#masthead .widget_jc_split_menu_widget .menu-primary-container ul.menu li.current-menu-ancestor > a {
	color: var(--dan-blue-dark);
	font-weight: 600;
}

/*
 * MARK: mobile-menu icon
 */
.mobile-menu-open #masthead #site-navigation #mobile-menu-icon i:nth-child(1) {
	top: 6px;
	left: 50%;
	width: 0;
}

.mobile-menu-open #masthead #site-navigation #mobile-menu-icon i:nth-child(2) {
	transform: rotate(45deg);
}

.mobile-menu-open #masthead #site-navigation #mobile-menu-icon i:nth-child(3) {
	transform: rotate(-45deg);
}

.mobile-menu-open #masthead #site-navigation #mobile-menu-icon i:nth-child(4) {
	top: 6px;
	left: 50%;
	width: 0;
}

#masthead #site-navigation #mobile-menu-icon {
	border: 15px solid rgb(255, 255, 255, 0);
	position: fixed;
	top: 8px;
	right: 1px;
	z-index: 2100;
	width: 51px;
	height: 45px;
	cursor: pointer;
}
@media (min-width: 769px) {
	#masthead #site-navigation #mobile-menu-icon {
		top: -99999px !important;
	}
}

.admin-bar #masthead #site-navigation #mobile-menu-icon {
	top: 52px;
}

#masthead #site-navigation #mobile-menu-icon span {
	color: var(--dan-black);
	font-size: 0.9375rem;
	position: absolute;
	top: -3px;
	right: 32px;
}

#masthead #site-navigation #mobile-menu-icon i {
	border-radius: 7px;
	background-color: var(--dan-black);
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	transform: rotate(0deg);
	transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}

#masthead #site-navigation #mobile-menu-icon i:nth-child(1) {
	top: 0;
}

#masthead #site-navigation #mobile-menu-icon i:nth-child(2),
#masthead #site-navigation #mobile-menu-icon i:nth-child(3) {
	top: 6px;
}

#masthead #site-navigation #mobile-menu-icon i:nth-child(4) {
	top: 12px;
}

/*
 * MARK: breadcrumbs
 */
.breadcrumbs {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.breadcrumbs > div {
	flex-basis: 100%;
	font-size: 0.75rem;
	padding: 1rem;
	max-width: 100%;
}

.breadcrumbs > div .current-item {
	font-weight: 600;
}

/*
 * MARK: footer
 */
.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .site-info {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 2rem 0;
	width: 100%;
	max-width: 1200px;
}

.site-footer .site-info .footer-col {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.site-footer .site-info .footer-col {
		flex-basis: 50%;
		padding: 1rem;
		max-width: 50%;
	}
}
@media (min-width: 769px) {
	.site-footer .site-info .footer-col:nth-child(3) {
		display: flex;
		justify-content: flex-end;
	}
}

.site-footer .site-info #footer-navigation ul.menu {
	font-size: 0.8125rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .site-info #footer-navigation ul.menu li {
	display: inline;
	margin-right: 0.5rem;
}

.site-footer .site-info #footer-navigation ul.menu li.advertise {
	display: none;
}

.site-footer .site-info #footer-navigation ul.menu a {
	color: #616161;
}

.site-footer .site-info .footer-copyright p {
	color: #616161;
	font-size: 0.75rem;
	margin-bottom: 0;
}

.site-footer .site-info a.app-store-btn {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
	.site-footer .site-info a.app-store-btn {
		margin-bottom: 0;
	}
}

.site-footer .site-info a.app-store-btn img {
	vertical-align: bottom;
}

.site-footer .site-info .social-media-linked-icons {
	padding-bottom: 2rem;
}
@media (min-width: 481px) {
	.site-footer .site-info .social-media-linked-icons {
		display: inline-block;
		padding-bottom: 0;
	}
}

.site-footer .site-info .social-media-linked-icons a {
	color: #616161;
	font-size: 18px;
	text-decoration: none;
}

.site-footer .site-info .social-media-linked-icons a:hover {
	color: var(--dan-red);
}

.site-footer .site-info .social-media-linked-icons a em {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 0;
}
@media (min-width: 769px) {
	.single-dan_alert_diver .site-footer .site-info .footer-col:nth-child(2),
	.page-template-page-landing-alert-diver .site-footer .site-info .footer-col:nth-child(2) {
		align-items: center;
	}
}

.single-dan_alert_diver .site-footer .site-info #footer-navigation ul.menu li.advertise,
.page-template-page-landing-alert-diver .site-footer .site-info #footer-navigation ul.menu li.advertise {
	display: inline;
}

html {
	-moz-osx-font-smoothing: grayscale;
}

/*
 * MARK: layout
 */
#page #primary {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

#page #primary article,
#page #primary > section {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}

.sidebar #page #main-wrapper {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
@media (min-width: 769px) {
	.sidebar #page #main-wrapper {
		padding-bottom: 2rem;
	}
}

.sidebar #page #main-wrapper #primary {
	flex-basis: 100%;
	padding: 1rem;
	padding: 0 !important;
	max-width: 100%;
}
@media (min-width: 769px) {
	.sidebar #page #main-wrapper #primary {
		flex-basis: 75%;
		padding: 1rem;
		max-width: 75%;
	}
}

.sidebar #page #main-wrapper aside#secondary {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.sidebar #page #main-wrapper aside#secondary {
		flex-basis: 25%;
		padding: 1rem;
		max-width: 25%;
	}
}

img {
	max-width: 100%;
	height: auto;
}

.wp-block-image {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.wp-block-image figure figcaption {
	color: var(--dan-gray);
}

figure.wp-block-image {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

figure.wp-block-image figcaption {
	color: var(--dan-gray);
}

figure {
	margin: 0 auto;
	margin-block-start: 1rem;
	margin-block-end: 1rem;
	margin-inline-start: auto;
	margin-inline-end: auto;
}

figure.wp-block-embed.is-type-video .wp-block-embed__wrapper {
	float: none;
	clear: both;
	position: relative;
	margin-bottom: 1.5em;
	padding-top: 25px;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

figure.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

hr {
	border-top: 1px solid var(--dan-gray-light);
	border-bottom: none;
}

/*
 * MARK: landing page(s)
 */
.page-template-page-landing-1 .article-hero header.entry-header,
.page-template-page-landing-2 .article-hero header.entry-header,
.page-template-page-landing-2a .article-hero header.entry-header,
.page-template-page-membership .article-hero header.entry-header,
.page-template-page-news-media .article-hero header.entry-header {
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	min-height: 400px;
}

.page-template-page-landing-1 .article-hero header.entry-header::before,
.page-template-page-landing-2 .article-hero header.entry-header::before,
.page-template-page-landing-2a .article-hero header.entry-header::before,
.page-template-page-membership .article-hero header.entry-header::before,
.page-template-page-news-media .article-hero header.entry-header::before {
	content: "";
	background: linear-gradient(90deg, rgb(0, 0, 0, 0.35) 15%, rgb(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.page-template-page-landing-1 .article-hero header.entry-header .breadcrumbs,
.page-template-page-landing-2 .article-hero header.entry-header .breadcrumbs,
.page-template-page-landing-2a .article-hero header.entry-header .breadcrumbs,
.page-template-page-membership .article-hero header.entry-header .breadcrumbs,
.page-template-page-news-media .article-hero header.entry-header .breadcrumbs {
	color: var(--dan-white);
	position: relative;
	z-index: 2;
}

.page-template-page-landing-1 .article-hero header.entry-header .breadcrumbs a,
.page-template-page-landing-2 .article-hero header.entry-header .breadcrumbs a,
.page-template-page-landing-2a .article-hero header.entry-header .breadcrumbs a,
.page-template-page-membership .article-hero header.entry-header .breadcrumbs a,
.page-template-page-news-media .article-hero header.entry-header .breadcrumbs a {
	color: var(--dan-white);
}

.page-template-page-landing-1 .article-hero header.entry-header h1.entry-title,
.page-template-page-landing-2 .article-hero header.entry-header h1.entry-title,
.page-template-page-landing-2a .article-hero header.entry-header h1.entry-title,
.page-template-page-membership .article-hero header.entry-header h1.entry-title,
.page-template-page-news-media .article-hero header.entry-header h1.entry-title {
	color: var(--dan-white);
	font-size: 3.25rem;
	font-weight: unset;
	font-family: var(--dan-header-font);
	letter-spacing: 0.05rem;
	text-shadow: 2px 2px 0 rgb(var(--dan-black-rgb), 0.26);
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 3rem 1rem 1rem;
	max-width: 1200px;
}

.page-template-page-landing-1 .article-hero header.entry-header .entry-content-wrap,
.page-template-page-landing-2 .article-hero header.entry-header .entry-content-wrap,
.page-template-page-landing-2a .article-hero header.entry-header .entry-content-wrap,
.page-template-page-membership .article-hero header.entry-header .entry-content-wrap,
.page-template-page-news-media .article-hero header.entry-header .entry-content-wrap {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.page-template-page-landing-1 .article-hero header.entry-header .entry-content-wrap .entry-content,
.page-template-page-landing-2 .article-hero header.entry-header .entry-content-wrap .entry-content,
.page-template-page-landing-2a .article-hero header.entry-header .entry-content-wrap .entry-content,
.page-template-page-membership .article-hero header.entry-header .entry-content-wrap .entry-content,
.page-template-page-news-media .article-hero header.entry-header .entry-content-wrap .entry-content {
	flex-basis: 100%;
	padding: 1rem;
	padding-bottom: 3rem !important;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-landing-1 .article-hero header.entry-header .entry-content-wrap .entry-content,
	.page-template-page-landing-2 .article-hero header.entry-header .entry-content-wrap .entry-content,
	.page-template-page-landing-2a .article-hero header.entry-header .entry-content-wrap .entry-content,
	.page-template-page-membership .article-hero header.entry-header .entry-content-wrap .entry-content,
	.page-template-page-news-media .article-hero header.entry-header .entry-content-wrap .entry-content {
		flex-basis: 50%;
		padding: 0 1rem 1rem;
		max-width: 50%;
	}
}

.page-template-page-landing-1 .article-hero header.entry-header .entry-content-wrap .entry-content p,
.page-template-page-landing-2 .article-hero header.entry-header .entry-content-wrap .entry-content p,
.page-template-page-landing-2a .article-hero header.entry-header .entry-content-wrap .entry-content p,
.page-template-page-membership .article-hero header.entry-header .entry-content-wrap .entry-content p,
.page-template-page-news-media .article-hero header.entry-header .entry-content-wrap .entry-content p {
	color: var(--dan-white);
}

/*
 * MARK: ⤷ landing page 1
 */
.page-template-page-landing-1 #primary {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.page-template-page-landing-1 #primary article {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 1rem 1rem 3rem;
	width: 100%;
}

.page-template-page-landing-1 .site-footer {
	margin-top: 0;
}

.page-template-page-landing-1 .landing-page-subsections-wrap {
	background-color: #f5f5f5;
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-subsections {
	flex: 0 1 auto;
	border-top: 2px solid var(--dan-gray-light);
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	max-width: 1200px;
}
@media (min-width: 769px) {
	.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-subsections {
		padding: 60px 0.5%;
	}
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-subsections:first-child {
	border-top: none;
}
@media (min-width: 769px) {
	.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-subsections.even .featured-image {
		order: 2;
	}
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-subsections .featured-image {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-subsections .featured-image {
		flex-basis: 50%;
		padding: 1rem;
		max-width: 50%;
	}
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-subsections .featured-image a {
	background: #f5f5f5 url("../images/img-fpo.svg") no-repeat center;
	background-size: cover;
	box-shadow: 0 1px 12px 0 rgb(17, 17, 17, 0.1);
	display: block;
	height: 100%;
	min-height: 270px;
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-subsections .content {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-subsections .content {
		flex-basis: 50%;
		padding: 1rem;
		max-width: 50%;
	}
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-subsections .content h2 {
	margin-top: 3px;
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-icon-blocks-wrap {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 60px;
	width: 100%;
	max-width: 1200px;
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-icon-blocks-wrap .landing-page-icon-blocks {
	flex: 0 1 100%;
	background-color: var(--dan-white);
	box-shadow: 0 0 1px 0 rgb(17, 17, 17, 0.04), 0 2px 28px 0 rgb(17, 17, 17, 0.06);
	margin: 0 1rem 40px;
	padding: 3rem 2rem;
}
@media (min-width: 769px) {
	.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-icon-blocks-wrap .landing-page-icon-blocks {
		flex: 0 1 45%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}
}
@media (min-width: 993px) {
	.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-icon-blocks-wrap .landing-page-icon-blocks {
		flex: 0 1 30%;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-icon-blocks-wrap .landing-page-icon-blocks .icon-block-icon {
	text-align: center;
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-icon-blocks-wrap .landing-page-icon-blocks .icon-block-icon img {
	height: 84px;
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-icon-blocks-wrap .landing-page-icon-blocks .content h3 {
	text-align: center;
	margin-top: 2rem;
}

.page-template-page-landing-1 .landing-page-subsections-wrap .landing-page-icon-blocks-wrap .landing-page-icon-blocks .content p {
	font-size: 0.9375rem;
}

/*
 * MARK: ⤷ landing page 2/a
 */
.page-template-page-landing-2 #page #main-wrapper {
	padding-bottom: 0;
}

.page-template-page-landing-2a #page #main-wrapper {
	padding-bottom: 0;
}
@media (min-width: 769px) {
	.page-template-page-landing-2 #page #main-wrapper {
		padding-bottom: 3rem !important;
	}
}

.page-template-page-landing-2 .article-hero {
	margin-bottom: 1rem;
}

.page-template-page-landing-2 .article-hero header.entry-header h1.entry-title {
	padding-top: 3rem;
	padding-bottom: 2rem;
	width: 100%;
	max-width: 1200px;
}

.page-template-page-landing-2 .landing-page-excerpts-wrap {
	border-top: 1px solid #eee;
	background-color: #f5f5f5;
}

.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts {
	flex: 0 1 auto;
	border-bottom: 2px solid var(--dan-gray-light);
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	max-width: 1200px;
}
@media (min-width: 769px) {
	.page-template-page-landing-2a #page #main-wrapper {
		padding-bottom: 3rem !important;
	}
}

.page-template-page-landing-2a .article-hero {
	margin-bottom: 1rem;
}

.page-template-page-landing-2a .article-hero header.entry-header h1.entry-title {
	padding-bottom: 2rem;
	width: 100%;
	max-width: 1200px;
}

.page-template-page-landing-2a .landing-page-excerpts-wrap {
	border-top: 1px solid #eee;
	background-color: #f5f5f5;
}

.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts {
	flex: 0 1 auto;
	border-bottom: 2px solid var(--dan-gray-light);
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	max-width: 1200px;
}
@media (min-width: 769px) {
	.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts {
		padding: 60px 0;
	}
}

.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts:last-child {
	border-bottom: none;
}
@media (min-width: 769px) {
	.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts {
		padding: 60px 0;
	}
}

.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts:last-child {
	border-bottom: none;
}
@media (min-width: 769px) {
	.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts.even .featured-image {
		order: 2;
	}
}

.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts .featured-image {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts.even .featured-image {
		order: 2;
	}
}

.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts .featured-image {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts .featured-image {
		flex-basis: 50%;
		padding: 1rem;
		max-width: 50%;
	}
}

.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts .featured-image a {
	background: #f5f5f5 url("../images/img-fpo.svg") no-repeat center;
	background-size: cover;
	box-shadow: 0 1px 12px 0 rgb(17, 17, 17, 0.1);
	display: block;
	height: 100%;
	min-height: 270px;
}

.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts .content {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts .featured-image {
		flex-basis: 50%;
		padding: 1rem;
		max-width: 50%;
	}
}

.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts .featured-image a {
	background: #f5f5f5 url("../images/img-fpo.svg") no-repeat center;
	background-size: cover;
	box-shadow: 0 1px 12px 0 rgb(17, 17, 17, 0.1);
	display: block;
	height: 100%;
	min-height: 270px;
}

.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts .content {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts .content {
		flex-basis: 50%;
		padding: 1rem;
		max-width: 50%;
	}
}

.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts .content h2 {
	margin-top: 3px;
}

.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts .content .read-more {
	font-size: 0.9375rem;
}

.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts .content .read-more a {
	font-weight: 600;
	text-decoration: none;
}

.page-template-page-landing-2 .landing-page-excerpts-wrap .landing-page-excerpts .content .read-more a::after {
	content: '\f105';
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-left: 8px;
}

/*
 * MARK: ⤷ landing page 3
 */
.page-template-page-landing-3 header.entry-header {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.page-template-page-landing-3 header.entry-header h1.entry-title {
	flex-basis: 100%;
	padding: 3rem 1rem 1rem;
	padding-bottom: 0;
	max-width: 100%;
}

.page-template-page-landing-3 #primary article {
	display: flex;
	flex-wrap: wrap;
}

.page-template-page-landing-3 #primary article header {
	flex: 0 1 100%;
}

.page-template-page-landing-3 #primary article .post-image-wrap {
	flex: 0 1 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 769px) {
	.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts .content {
		flex-basis: 50%;
		padding: 1rem;
		max-width: 50%;
	}
}

.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts .content h2 {
	margin-top: 3px;
}

.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts .content .read-more {
	font-size: 0.9375rem;
}

.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts .content .read-more a {
	font-weight: 600;
	text-decoration: none;
}

.page-template-page-landing-2a .landing-page-excerpts-wrap .landing-page-excerpts .content .read-more a::after {
	content: '\f105';
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-left: 8px;
}

@media (min-width: 769px) {
	.page-template-page-landing-3 #primary article .post-image-wrap {
		flex: 0 1 50%;
		margin-bottom: 3rem;
		padding-right: 1rem;
	}
}

.page-template-page-landing-3 #primary article .post-image-wrap .post-image {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 340px;
}

.page-template-page-landing-3 #primary article .entry-content.has-featured-img {
	flex: 0 1 100%;
}
@media (min-width: 769px) {
	.page-template-page-landing-3 #primary article .entry-content.has-featured-img {
		flex: 0 1 50%;
		padding-left: 1rem;
	}
}

.page-template-page-landing-3.sidebar #page #main-wrapper {
	padding-top: 0;
}
@media (min-width: 769px) {
	.page-template-page-landing-3.sidebar #primary article .post-image-wrap {
		flex: 0 1 100%;
		margin-bottom: 1.5rem;
		padding-right: 0;
	}
}
@media (min-width: 769px) {
	.page-template-page-landing-3.sidebar #primary article .entry-content.has-featured-img {
		flex: 0 1 100%;
		padding-left: 0;
	}
}

.page-template-page-landing-3 .landing-page-excerpts-wrap {
	margin-top: 2rem;
}

/*
 * MARK: ⤷ landing page cards
 */
.page-template-page-landing-cards #primary article {
	display: flex;
	flex-wrap: wrap;
}

.page-template-page-landing-cards #primary article header {
	flex: 0 1 100%;
}

.page-template-page-landing-cards #primary article .post-image-wrap {
	flex: 0 1 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 769px) {
	.page-template-page-landing-cards #primary article .post-image-wrap {
		flex: 0 1 50%;
		margin-bottom: 3rem;
		padding-right: 1rem;
	}
}

.page-template-page-landing-cards #primary article .post-image-wrap .post-image {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 320px;
}

.page-template-page-landing-cards #primary article .entry-content.has-featured-img {
	flex: 0 1 100%;
}
@media (min-width: 769px) {
	.page-template-page-landing-cards #primary article .entry-content.has-featured-img {
		flex: 0 1 50%;
		padding-left: 1rem;
	}
}
@media (min-width: 769px) {
	.page-template-page-landing-cards.sidebar #primary article .post-image-wrap {
		flex: 0 1 100%;
		margin-bottom: 1.5rem;
		padding-right: 0;
	}
}
@media (min-width: 769px) {
	.page-template-page-landing-cards.sidebar #primary article .entry-content.has-featured-img {
		flex: 0 1 100%;
		padding-left: 0;
	}
}

/*
 * MARK: ⤷ landing page cards/3
 */
.page-template-page-landing-cards .card-list-items-wraper,
.page-template-page-landing-3 .card-list-items-wraper {
	border-top: 1px solid #eee;
	background-color: #f5f5f5;
	padding: 30px 0 0;
}
@media (min-width: 769px) {
	.page-template-page-landing-cards .card-list-items-wraper,
	.page-template-page-landing-3 .card-list-items-wraper {
		margin-top: 2rem;
		padding: 60px 0;
	}
}

.page-template-page-landing-cards .card-list-items,
.page-template-page-landing-3 .card-list-items {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 100%;
	grid-gap: 2em;
	justify-items: center;
	margin: 0 auto;
	padding: 0 1rem;
	width: 100%;
	max-width: 1200px;
	@media (min-width: 769px) {
		grid-template-columns: 1fr 1fr;
	}
	@media (min-width: 993px) {
		grid-template-columns: repeat(3, 1fr);
	}
}

.page-template-page-landing-cards .card-list-items .card-list-item-blocks,
.page-template-page-landing-3 .card-list-items .card-list-item-blocks {
	background-color: var(--dan-white);
	box-shadow: 0 0 1px 0 rgb(17, 17, 17, 0.04), 0 2px 28px 0 rgb(17, 17, 17, 0.06);
}

.page-template-page-landing-cards .card-list-items .card-list-item-blocks .featured-image,
.page-template-page-landing-3 .card-list-items .card-list-item-blocks .featured-image {
	text-align: center;
}

.page-template-page-landing-cards .card-list-items .card-list-item-blocks .featured-image a,
.page-template-page-landing-3 .card-list-items .card-list-item-blocks .featured-image a {
	background: #f5f5f5 url("../images/img-fpo.svg") no-repeat center;
	background-size: cover;
	display: block;
	height: 100%;
	min-height: 220px;
}

.page-template-page-landing-cards .card-list-items .card-list-item-blocks .content,
.page-template-page-landing-3 .card-list-items .card-list-item-blocks .content {
	padding: 0 2rem 2rem;
}

.page-template-page-landing-cards .card-list-items .card-list-item-blocks .content h2,
.page-template-page-landing-cards .card-list-items .card-list-item-blocks .content h3,
.page-template-page-landing-3 .card-list-items .card-list-item-blocks .content h2,
.page-template-page-landing-3 .card-list-items .card-list-item-blocks .content h3 {
	font-size: 2.125rem;
	line-height: 1;
	font-weight: unset;
	font-family: var(--dan-header-font);
	letter-spacing: 0.025rem;
	margin-bottom: 1rem;

	a {
		color: var(--dan-black);
		text-underline-offset: 3px;

		&:hover {
			text-decoration: underline 1px;
		}
	}
}

.page-template-page-landing-cards .card-list-items .card-list-item-blocks .content p,
.page-template-page-landing-3 .card-list-items .card-list-item-blocks .content p {
	font-size: 0.9375rem;
}

.page-template-page-landing-cards .card-list-items .card-list-item-blocks .content .read-more,
.page-template-page-landing-3 .card-list-items .card-list-item-blocks .content .read-more {
	font-size: 0.875rem;
}

.page-template-page-landing-cards .card-list-items .card-list-item-blocks .content .read-more a,
.page-template-page-landing-3 .card-list-items .card-list-item-blocks .content .read-more a {
	color: var(--dan-red);
	font-weight: 600;
	text-decoration: none;

	&:hover {
		color: var(--dan-blue-light);
	}
}

.page-template-page-landing-cards .card-list-items .card-list-item-blocks .content .read-more a::after,
.page-template-page-landing-3 .card-list-items .card-list-item-blocks .content .read-more a::after {
	content: '\f061';
	color: var(--dan-black);
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-left: 8px;
}

/*
 * MARK: list page
 */
.page-template-page-list-page .list-items-wraper {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.page-template-page-list-page .list-items-wraper .list-items {
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 1rem;
	padding: 1rem;
	padding: 2rem 0;
	max-width: 100%;
}
@media (min-width: 481px) {
	.page-template-page-list-page .list-items-wraper .list-items {
		flex-wrap: nowrap;
	}
}
@media (min-width: 769px) {
	.page-template-page-list-page .list-items-wraper .list-items {
		border-top: 2px solid var(--dan-gray-light);
	}
}

.page-template-page-list-page .list-items-wraper .list-items .featured-image {
	flex: 0 1 100%;
}
@media (min-width: 481px) {
	.page-template-page-list-page .list-items-wraper .list-items .featured-image {
		flex: 0 1 40%;
		order: 2;
		padding-left: 1rem;
	}
}
@media (min-width: 769px) {
	.page-template-page-list-page .list-items-wraper .list-items .featured-image {
		flex: 0 1 30%;
	}
}
@media (min-width: 993px) {
	.page-template-page-list-page .list-items-wraper .list-items .featured-image {
		flex: 0 1 25%;
	}
}

.page-template-page-list-page .list-items-wraper .list-items .content {
	flex: 0 1 100%;
}
@media (min-width: 481px) {
	.page-template-page-list-page .list-items-wraper .list-items .content {
		flex: 0 1 60%;
		padding-right: 1rem;
	}
}
@media (min-width: 769px) {
	.page-template-page-list-page .list-items-wraper .list-items .content {
		flex: 0 1 70%;
	}
}
@media (min-width: 993px) {
	.page-template-page-list-page .list-items-wraper .list-items .content {
		flex: 0 1 75%;
	}
}

.page-template-page-list-page .list-items-wraper .list-items .content h2 {
	font-size: 1.5rem;
}
@media (min-width: 481px) {
	.page-template-page-list-page .list-items-wraper .list-items .content h2 {
		margin-top: 3px;
	}
}

.page-template-page-list-page .list-items-wraper .list-items .content p {
	font-size: 0.9375rem;
}

.page-template-page-list-page .list-items-wraper .list-items .content .read-more {
	font-size: 0.875rem;
}

.page-template-page-list-page .list-items-wraper .list-items .content .read-more a {
	font-weight: 600;
	text-decoration: none;
}

.page-template-page-list-page .list-items-wraper .list-items .content .read-more a::after {
	content: '\f061';
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-left: 8px;
}

/*
 * MARK: membership
 */
.page-template-page-membership .article-hero header.entry-header {
	padding-bottom: 70px;
}

.page-template-page-membership .article-hero header.entry-header .membership-hero-text {
	flex-basis: 100%;
	padding: 1rem;
	padding-top: 2rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-membership .article-hero header.entry-header .membership-hero-text {
		flex-basis: 50%;
		padding: 1rem;
		max-width: 50%;
	}
}

.page-template-page-membership .article-hero header.entry-header .membership-hero-text h1.entry-title {
	padding: 0;
}
@media (min-width: 769px) {
	.page-template-page-membership .article-hero header.entry-header .membership-hero-text h1.entry-title {
		padding: 0 0 250px;
	}
}

.page-template-page-membership .article-hero header.entry-header .membership-hero-text .content p {
	color: var(--dan-white);
}

.page-template-page-membership .article-hero header.entry-header .membership-cta {
	flex-basis: 100%;
	color: var(--dan-white);
	padding: 1rem;
	padding-top: 2.5rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-membership .article-hero header.entry-header .membership-cta {
		flex-basis: 50%;
		padding: 1rem;
		max-width: 50%;
	}
}
@media (min-width: 769px) {
	.page-template-page-membership .article-hero header.entry-header .membership-cta {
		padding-left: 5%;
	}
}
@media (min-width: 993px) {
	.page-template-page-membership .article-hero header.entry-header .membership-cta {
		padding-left: 10%;
	}
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content {
	border: 2px solid var(--dan-white);
	padding: 1.5rem;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .cta-headline {
	font-size: 1.0625rem;
	font-family: var(--dan-main-font);
	text-align: center;
	font-variation-settings: 'wght' 600;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-cta-button {
	text-align: center;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-cta-button a {
	color: var(--dan-white);
	font-size: 1.0625rem;
	font-family: var(--dan-main-font);
	text-decoration: none;
	background-color: var(--dan-blue-dark);
	display: inline-block;
	margin: 0.5rem 0;
	padding: 1.15rem 1rem;
	width: 100%;
	transition: background 0.2s ease-out;
}
@media (min-width: 481px) {
	.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-cta-button a {
		max-width: 250px;
	}
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-cta-button a:hover {
	background-color: var(--dan-blue-dark);
	transition: background 0.1s ease-out;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-cta-button a i {
	font-size: 16px;
	margin-right: 0.4rem;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-cta-button.featured a {
	font-size: 1.625rem;
	border: 2px solid var(--dan-white);
	background-color: var(--dan-red);
	padding: 1rem;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-cta-button.featured a:hover {
	background-color: var(--dan-red);
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-cta-button.featured a i {
	font-size: 20px;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .or-option {
	text-align: center;
	position: relative;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .or-option::before,
.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .or-option::after {
	content: "";
	background-color: rgb(255, 255, 255, 0.35);
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 20%;
	height: 1px;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .or-option::before {
	left: 55%;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .or-option::after {
	right: 55%;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-benefits-list p,
.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-benefits-list ul,
.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-benefits-list ol {
	font-size: 0.875rem;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-benefits-list ul,
.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-benefits-list ol {
	padding-left: 1.75rem;
}

.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-benefits-list ul li,
.page-template-page-membership .article-hero header.entry-header .membership-cta .membership-cta-content .membership-benefits-list ol li {
	padding-bottom: 5px;
}

.page-template-page-membership #primary {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.page-template-page-membership #primary article {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-membership #primary article .wp-block-columns .wp-block-column:last-child {
		padding-left: 5%;
	}
}

.page-template-page-membership #primary article .wp-block-quote {
	position: relative;
	padding-left: 30px;
}

.page-template-page-membership #primary article .wp-block-quote p {
	color: var(--dan-blue);
	font-size: 1.6875rem;
	line-height: 1.4;
}

.page-template-page-membership #primary article .wp-block-quote::before {
	content: '“';
	color: var(--dan-blue-light);
	font-size: 4.5rem;
	font-style: italic;
	position: absolute;
	top: -20px;
	left: -3px;
}

/*
 * MARK: news-media
 */
.page-template-page-news-media .featured-news-posts-wrap {
	border-bottom: 1px solid #eee;
	background-color: #f5f5f5;
	padding: 50px 0;
}

.page-template-page-news-media .featured-news-posts {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 100%;
	grid-gap: 2em;
	justify-items: center;
	margin: 0 auto;
	padding: 0 1rem;
	width: 100%;
	max-width: 1200px;
	@media (min-width: 769px) {
		grid-template-columns: 1fr 1fr;
	}
	@media (min-width: 993px) {
		grid-template-columns: repeat(3, 1fr);
	}
}

.page-template-page-news-media .featured-news-posts .featured-story-card {
	background-color: var(--dan-white);
	box-shadow: 0 0 1px 0 rgb(17, 17, 17, 0.04), 0 2px 28px 0 rgb(17, 17, 17, 0.06);
}

.page-template-page-news-media .featured-news-posts .featured-story-card .featured-card-image {
	text-align: center;
}

.page-template-page-news-media .featured-news-posts .featured-story-card .featured-card-image a {
	background: #f5f5f5 url("../images/img-fpo.svg") no-repeat center;
	background-size: cover;
	display: block;
	height: 100%;
	min-height: 220px;
}

.page-template-page-news-media .featured-news-posts .featured-story-card .content {
	padding: 0 2rem 2rem;
}

.page-template-page-news-media .featured-news-posts .featured-story-card .content h2 {
	font-size: 2.125rem;
	line-height: 1;
	font-weight: unset;
	font-family: var(--dan-header-font);
	letter-spacing: 0.025rem;
	margin-bottom: 1rem;

	a {
		color: var(--dan-black);
		text-underline-offset: 3px;

		&:hover {
			text-decoration: underline 1px;
		}
	}
}

.page-template-page-news-media .featured-news-posts .featured-story-card .content .featured-date {
	color: var(--dan-red);
	font-size: 0.875rem;
	font-weight: 500;
}

.page-template-page-news-media .featured-news-posts .featured-story-card .content .featured-date::before {
	content: '\f783';
	font-size: 15px;
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-right: 7px;
}

.page-template-page-news-media .featured-news-posts .featured-story-card .content .featured-excerpt {
	font-size: 0.9375rem;
	margin-top: 1.5rem;
}

.page-template-page-news-media .featured-news-posts .featured-story-card .content .read-more {
	font-size: 0.875rem;
}

.page-template-page-news-media .featured-news-posts .featured-story-card .content .read-more a {
	font-weight: 600;
	text-decoration: none;
}

.page-template-page-news-media .featured-news-posts .featured-story-card .content .read-more a::after {
	content: '\f061';
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-left: 8px;
}

.page-template-page-news-media .news-post-wrap {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
@media (min-width: 769px) {
	.page-template-page-news-media .news-post-wrap {
		padding-top: 2rem;
	}
}

.page-template-page-news-media .news-post-wrap .news-posts {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-news-media .news-post-wrap .news-posts {
			flex-basis: 66.6667%;
			padding: 1rem;
			max-width: 66.6667%;
		}
}

.page-template-page-news-media .news-post-wrap aside.news-resources {
	flex-basis: 100%;
	padding: 1rem;
	max-width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-news-media .news-post-wrap aside.news-resources {
		flex-basis: 33.3333%;
		padding: 1rem;
		max-width: 33.3333%;
	}
}

.page-template-page-news-media .news-post-wrap .news-posts h3 {
	color: var(--dan-black);
	font-size: 1.375rem;
	font-weight: 600;
	margin-top: 1.5rem;
}

.page-template-page-news-media .news-post-wrap .news-posts .recent-news-posts,
.page-template-page-news-media .news-post-wrap .news-posts .press-release-posts,
.page-template-page-news-media .news-post-wrap .news-posts .in-the-news-posts {
	border-top: 1px dotted var(--dan-gray-light);
	padding-bottom: 1rem;
}

.page-template-page-news-media .news-post-wrap .news-posts .recent-news-posts ul,
.page-template-page-news-media .news-post-wrap .news-posts .press-release-posts ul,
.page-template-page-news-media .news-post-wrap .news-posts .in-the-news-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-template-page-news-media .news-post-wrap .news-posts .recent-news-posts ul li,
.page-template-page-news-media .news-post-wrap .news-posts .press-release-posts ul li,
.page-template-page-news-media .news-post-wrap .news-posts .in-the-news-posts ul li {
	padding-bottom: 1rem;
}

.page-template-page-news-media .news-post-wrap .news-posts .recent-news-posts ul a,
.page-template-page-news-media .news-post-wrap .news-posts .press-release-posts ul a,
.page-template-page-news-media .news-post-wrap .news-posts .in-the-news-posts ul a {
	font-weight: 600;
}

.page-template-page-news-media .news-post-wrap .news-posts .recent-news-posts span.post-date,
.page-template-page-news-media .news-post-wrap .news-posts .press-release-posts span.post-date,
.page-template-page-news-media .news-post-wrap .news-posts .in-the-news-posts span.post-date {
	font-size: 0.9375rem;
	display: block;
}

.page-template-page-news-media .news-post-wrap .news-posts .recent-news-posts p.more-btn a,
.page-template-page-news-media .news-post-wrap .news-posts .press-release-posts p.more-btn a,
.page-template-page-news-media .news-post-wrap .news-posts .in-the-news-posts p.more-btn a {
	color: var(--dan-blue-dark);
	font-size: 0.875rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border: 1px solid var(--dan-blue-dark);
	background-color: var(--dan-white);
	display: inline-block;
	padding: 0.5rem;
	width: 100%;
	max-width: 120px;
	transition: all 0.2s ease-out;
}

.page-template-page-news-media .news-post-wrap .news-posts .recent-news-posts p.more-btn a:hover,
.page-template-page-news-media .news-post-wrap .news-posts .press-release-posts p.more-btn a:hover,
.page-template-page-news-media .news-post-wrap .news-posts .in-the-news-posts p.more-btn a:hover {
	color: var(--dan-white);
	background-color: var(--dan-blue);
	transition: all 0.1s ease-out;
}

.page-template-page-news-media .news-post-wrap .news-posts .recent-news-posts {
	border-top: none;
}

.page-template-page-news-media .news-post-wrap aside.news-resources .media-kit {
	border-top: 2px solid var(--dan-blue-light);
	padding: 3rem 0;
}
@media (min-width: 769px) {
	.page-template-page-news-media .news-post-wrap aside.news-resources .media-kit {
		border-top: none;
		border-left: 2px solid var(--dan-blue-light);
		padding: 1rem 0 1rem 1.5rem;
	}
}

.page-template-page-news-media .news-post-wrap aside.news-resources .media-kit h3 {
	margin-top: 0;
}

.page-template-page-news-media .news-post-wrap aside.news-resources .media-kit ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-template-page-news-media .news-post-wrap aside.news-resources .media-kit ul li {
	padding-bottom: 0.5rem;
}

.page-template-page-news-media .news-post-wrap aside.news-resources .media-kit a {
	font-weight: 600;
}

.page-template-page-news-media .news-post-wrap aside.news-resources .media-kit span {
	font-size: 0.9375rem;
	display: block;
}

.page-template-page-news-media .news-post-wrap aside.news-resources .file-downloads {
	border-top: 1px dotted var(--dan-gray-light);
	margin-top: 2rem;
	padding-top: 1rem;
}

.page-template-page-news-media .news-post-wrap aside.news-resources .file-downloads h4 {
	font-size: 1rem;
}

.page-template-page-news-media .news-post-wrap aside.news-resources .file-downloads h4::before {
	content: '\f56d';
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-right: 7px;
}

.page-template-page-news-media .news-post-wrap aside.news-resources .file-downloads ul {
	list-style: disc;
	padding: 0 0 0 2rem;
}

.page-template-page-news-media .news-post-wrap aside.news-resources .file-downloads ul li {
	padding-bottom: 4px;
}

/*
 * MARK: alert-diver
 */

 /*
  * MARK: ⤷ logo
  */
.page-template-page-landing-alert-diver .alert-diver-logo {
	text-align: center;
	padding: 3.5rem 1rem 2.25rem;
	width: 100%;
}

.page-template-page-landing-alert-diver .alert-diver-logo img {
	vertical-align: bottom;
}

.page-template-page-landing-alert-diver .alert-diver-tagline {
	color: #616161;
	font-size: 1.0625rem;
	font-weight: 600;
	font-family: var(--dan-main-font);
	text-align: center;
	padding: 78px 1rem 60px;
}

/*
 * MARK: ⤷ carousel
 */
.page-template-page-landing-alert-diver .jcarousel-container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
@media (min-width: 481px) {
	.page-template-page-landing-alert-diver .jcarousel-container {
		padding: 0 1rem;
	}
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel {
	box-shadow: 0 1px 7px 0 rgb(17, 17, 17, 0.14);
	overflow: hidden;
	width: 100%;
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 10000rem;
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel li {
	float: left;
	margin: 0;
	padding: 0;
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel li a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: relative;
	margin: 0;
	height: 420px;
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel li a .title-wrap {
	color: var(--dan-white);
	background-color: rgb(17, 17, 17, 0.7);
	box-shadow: 0 0 27px 0 rgb(17, 17, 17, 0.2);
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 32px;
}
@media (min-width: 769px) {
	.page-template-page-landing-alert-diver .jcarousel-container .jcarousel li a .title-wrap {
		bottom: 30px;
		padding: 38px 32px;
	}
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel li a .title-wrap .title {
	font-size: 1.375rem;
	font-family: var(--dan-main-font);
	display: block;
}
@media (min-width: 769px) {
	.page-template-page-landing-alert-diver .jcarousel-container .jcarousel li a .title-wrap .title {
		font-size: 1.75rem;
	}
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel li a .title-wrap .subtitle {
	display: block;
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-controls .jcarousel-prev,
.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-controls .jcarousel-next {
	color: var(--dan-gray-light);
	text-align: center;
	text-decoration: none;
	border: 1px solid rgb(255, 255, 255, 0.24);
	background-color: rgb(255, 255, 255, 0.35);
	position: absolute;
	top: 50%;
	margin-top: -31px;
	width: 60px;
	height: 60px;
	transition: all 0.2s ease-out;
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-controls .jcarousel-prev:hover,
.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-controls .jcarousel-next:hover {
	color: var(--dan-white);
	background-color: rgb(255, 255, 255, 0.54);
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-controls .jcarousel-prev {
	border-left: none;
	left: 0;
}
@media (min-width: 481px) {
	.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-controls .jcarousel-prev {
		left: 1rem;
	}
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-controls .jcarousel-next {
	border-right: none;
	right: 0;
}
@media (min-width: 481px) {
	.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-controls .jcarousel-next {
		right: 1rem;
	}
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-controls i.far {
	font-size: 32px;
	line-height: 58px;
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-pagination {
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin: 0;
	transform: translate(-50%, 0);
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-pagination a {
	color: var(--dan-blue-dark);
	font-size: 11px;
	line-height: 10px;
	text-indent: -9999px;
	text-decoration: none;
	border-radius: 10px;
	background-color: var(--dan-gray-light);
	display: inline-block;
	margin-right: 7px;
	width: 10px;
	height: 10px;
}

.page-template-page-landing-alert-diver .jcarousel-container .jcarousel-pagination a.active {
	color: #bdbdbd;
	background-color: var(--dan-blue-dark);
	opacity: 1;
}

/*
 * MARK: ⤷ filters
 */
.page-template-page-landing-alert-diver #filter-section-wrap {
	border-top: 1px solid var(--dan-gray-light);
	padding: 40px 0;
}

.page-template-page-landing-alert-diver #filter-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
@media (min-width: 993px) {
	.page-template-page-landing-alert-diver #filter-section {
		flex-wrap: nowrap;
	}
}

.page-template-page-landing-alert-diver #filter-section p.label {
	flex: 0 1 100%;
	color: var(--dan-blue-dark);
	font-size: 0.9375rem;
	text-align: center;
	margin: 0;
	padding: 1rem;
}
@media (min-width: 993px) {
	.page-template-page-landing-alert-diver #filter-section p.label {
		flex: 0 1 auto;
		text-align: right;
	}
}

.page-template-page-landing-alert-diver #filter-section #filter-dropdown-placeholder {
	flex: 0 1 166px;
	border: 1px solid var(--dan-blue-dark);
	background: var(--dan-white);
	background: linear-gradient(to bottom, var(--dan-white), #f5f5f5);
	box-shadow: 0 1px 3px 0 rgb(17, 17, 17, 0.08);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 38px;
}
@media (min-width: 481px) {
	.page-template-page-landing-alert-diver #filter-section #filter-dropdown-placeholder {
		flex: 0 1 200px;
	}
}
@media (min-width: 769px) {
	.page-template-page-landing-alert-diver #filter-section #filter-dropdown-placeholder {
		flex: 0 1 230px;
	}
}

.page-template-page-landing-alert-diver #filter-section #filter-dropdown-placeholder #filter-arrow {
	display: flex;
	align-items: center;
	padding: 0.5rem;
	width: 100%;
	cursor: pointer;
}

.page-template-page-landing-alert-diver #filter-section #filter-dropdown-placeholder #filter-arrow p {
	flex-grow: 2;
	color: var(--dan-blue-dark);
	margin: 0;
	cursor: default;
	cursor: pointer;
}

.page-template-page-landing-alert-diver #filter-section #filter-dropdown-placeholder #filter-arrow i {
	color: var(--dan-blue-dark);
	cursor: pointer;
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul {
	position: relative;
	margin: 0;
	padding: 0;
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-taxonomy-dan_alert_diver_categories {
	background-color: rgb(255, 255, 255, 0.9);
	box-shadow: 0 2px 14px 7px rgb(17, 17, 17, 0.1);
	display: none;
	position: absolute;
	top: 38px;
	left: -166px;
	padding: 1rem;
	width: 246px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
@media (min-width: 481px) {
	.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-taxonomy-dan_alert_diver_categories {
		left: -200px;
		width: 280px;
	}
}
@media (min-width: 769px) {
	.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-taxonomy-dan_alert_diver_categories {
		left: -230px;
		width: 286px;
	}
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-taxonomy-dan_alert_diver_categories.active {
	display: block;
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-taxonomy-dan_alert_diver_categories ul li {
	display: flex;
	align-items: center;
	float: none;
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-taxonomy-dan_alert_diver_categories ul li.sf-option-active {
	font-weight: 600;
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-taxonomy-dan_alert_diver_categories ul label.sf-label-checkbox {
	font-size: 0.875rem;
	display: block;
	padding: 5px 10px;
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-submit input {
	color: var(--dan-blue-dark);
	font-size: 0.9375rem;
	line-height: 34px;
	border: 1px solid var(--dan-blue-dark);
	border-left: none;
	border-radius: 0;
	background: var(--dan-white);
	background: linear-gradient(to bottom, var(--dan-white), #f5f5f5);
	box-shadow: 0 1px 3px 0 rgb(17, 17, 17, 0.08);
	margin: 0;
	padding: 0 0 2px;
	width: 80px;
	cursor: pointer;
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-reset {
	font-size: 0.9375rem;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	margin-left: 1rem;
	padding-top: 3px;
	width: 24px;
	height: 34px;
}
@media (min-width: 769px) {
	.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-reset {
		padding-top: 0.5rem;
		width: auto;
	}
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-reset a {
	text-decoration: none;
	position: relative;
	padding-left: 30px;
}
@media (min-width: 769px) {
	.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-reset a {
		padding-left: 20px;
	}
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-reset a::before {
	content: '\f057';
	font-size: 24px;
	font-weight: 300;
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	top: 2px;
	left: 0;
	margin-right: 4px;
}
@media (min-width: 769px) {
	.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-reset a::before {
		font-size: 16px;
	}
}

.page-template-page-landing-alert-diver #filter-section form.searchandfilter ul li.sf-field-reset a:hover {
	color: var(--dan-red);
}

/*
 * MARK: ⤷ cards
 */
.page-template-page-landing-alert-diver .landing-page-excerpts-wrap {
	border-top: 1px solid #eee;
	background-color: #f5f5f5;
	padding: 30px 0 0;
}
@media (min-width: 769px) {
	.page-template-page-landing-alert-diver .landing-page-excerpts-wrap {
		padding: 60px 0 20px;
	}
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 100%;
	grid-gap: 2em;
	justify-items: center;
	margin: 0 auto;
	padding: 0 1rem;
	width: 100%;
	max-width: 1200px;
	@media (min-width: 769px) {
		grid-template-columns: 1fr 1fr;
	}
	@media (min-width: 993px) {
		grid-template-columns: repeat(3, 1fr);
	}
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .card-list-items {
	background-color: var(--dan-white);
	box-shadow: 0 0 1px 0 rgb(17, 17, 17, 0.04), 0 2px 28px 0 rgb(17, 17, 17, 0.06);

	&:nth-child(3) {
		@media (min-width: 769px) and (max-width: 992px) {
			grid-column: span 2;
			width: calc(50% - 1rem);
		}
	}
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .card-list-items .featured-image {
	text-align: center;
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .card-list-items .featured-image a {
	background: #f5f5f5 url("../images/img-fpo.svg") no-repeat center;
	background-size: cover;
	display: block;
	height: 100%;
	min-height: 220px;
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .card-list-items .content {
	padding: 0 2rem 2rem;
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .card-list-items .content h2 {
	font-size: 2.125rem;
	line-height: 1;
	font-weight: unset;
	font-family: var(--dan-header-font);
	letter-spacing: 0.025rem;
	margin-bottom: 1rem;

	a {
		color: var(--dan-black);
		text-underline-offset: 3px;

		&:hover {
			text-decoration: underline 1px;
		}
	}
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .card-list-items .content .author {
	color: var(--dan-blue);
	font-size: 0.8125rem;
	font-weight: 600;
	margin-top: 0;
	padding-left: 18px;
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .card-list-items .content .author i {
	float: left;
	margin-top: 3px;
	margin-left: -18px;
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .card-list-items .content .issue {
	color: var(--dan-blue);
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 2rem;

	a {
		color: var(--dan-blue);
	}
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .card-list-items .content .issue i {
	color: var(--dan-blue);
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .card-list-items .content p {
	font-size: 0.9375rem;
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .bgfeed-wrap {
	@media (min-width: 769px) {
		grid-column: 1 / 3;
	}
	@media (min-width: 993px) {
		grid-column: 1 / 4;
	}
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .bgfeed-wrap .bgfeed {
	text-align: center;
	margin: 0 auto 40px;
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .bgfeed-wrap .bgfeed p {
	color: var(--dan-gray);
	font-size: 0.6563rem;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .bgfeed-wrap .bgfeed img {
	box-shadow: 0 0 0 1px var(--dan-gray-light);
}

.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .pagination {
	margin: 1rem 0;
	@media (min-width: 769px) {
		grid-column: 1 / 3;
	}
	@media (min-width: 993px) {
		grid-column: 1 / 4;
	}
}

/*
 * MARK: card - photo filled
 */
.home .card-layout-wrap.photo-fill-card .card-layout,
.page-template-page-landing-alert-diver .landing-page-excerpts-wrap .search-filter-results .card-list-items,
.page-template-page-landing-3 .card-list-items-wraper.photo-fill-card .card-list-items,
.page-template-page-landing-cards .card-list-items-wraper.photo-fill-card .card-list-items,
.page-template-page-news-media .featured-news-posts-wrap.photo-fill-card .featured-news-posts {
	width: 100%;

	.card-list-item-blocks,
	.featured-story-card {
		display: block;
		overflow: hidden;
		position: relative;
		z-index: 1;
		width: 100%;
		min-height: 540px;

		.card-featured-image {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			transform: scale(1);
			transition: transform 0.5s ease;
		}

		&::before {
			content: "";
			background: linear-gradient(180deg, rgb(var(--dan-black-rgb), 0.1) 50%, rgb(var(--dan-black-rgb), 0.9) 100%);
			opacity: 1;
			position: absolute;
			inset: 0;
			z-index: 3;
			transition: opacity 0.5s ease;
		}

		.card-content {
			background-color: rgb(0, 0, 0, 0);
			display: block;
			position: absolute;
			bottom: 0;
			z-index: 4;
			padding: 32px;
			transition: background 0.3s ease;

			.card-title,
			.card-title a,
			.card-excerpt {
				color: var(--dan-white);
			}

			.card-title {
				text-shadow: 2px 2px 0 rgb(0, 0, 0, 0.05);
				position: relative;
				z-index: 1;
				margin: 0 0 16px;

				&::after {
					content: "";
					background-color: transparent;
					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='228' height='388' viewBox='0 0 228 388'%3E%3Cpolygon fill='%23fff' points='227.9 193.9 210.9 210.9 51 370.9 34 387.9 .1 353.9 17.1 336.9 160.1 193.9 17 50.9 0 33.9 34 0 51 17 211 176.9 228 193.9' transform='translate(0 .1)'/%3E%3C/svg%3E");
					background-repeat: no-repeat;
					background-position: 50% 50%;
					background-size: 16px auto;
					display: block;
					opacity: 0;
					position: absolute;
					top: 1px;
					right: -30px;
					width: 32px;
					height: 32px;
					transition: opacity 0.5s ease;
				}
			}

			.card-excerpt {
				font-size: 15px;
				display: block;
				opacity: 0;
				overflow: hidden;
				max-height: 0;
				transition: max-height 0.5s ease, opacity 0.5s ease;
			}

			.author,
			.issue,
			.featured-date,
			.post-date {
				color: var(--dan-white);
				font-size: 14px;
				font-weight: 500;
				display: block;
				margin-bottom: 1rem;

				i {
					color: var(--dan-white);
				}
			}

			.post-date::before {
				content: '\f783';
				font-size: 15px;
				font-weight: 400;
				font-family: 'Font Awesome 6 Pro';
				margin-right: 7px;
			}
		}

		@media (pointer: fine) {

			&:hover {
				background-size: auto 115%;

				.card-featured-image {
					transform: scale(1.15);
					transition: transform 0.3s ease;
				}

				&::before {
					opacity: 0;
					transition: opacity 0.3s ease;
				}

				&::after {
					opacity: 0.7;
					transition: background 0.3s ease, opacity 0.3s ease;
				}

				.card-content {
					background-color: rgb(var(--dan-blue-dark-rgb), 0.9);
					backdrop-filter: blur(5px);
					transition: background 0.3s ease;

					.card-title::after {
						opacity: 1;
						transition: opacity 0.3s ease;
					}

					.card-excerpt {
						opacity: 1;
						max-height: 280px;
						transition: max-height 0.3s ease, opacity 0.3s ease 0.2s;
					}
				}
			}
		}

		@media (pointer: coarse) {

			&::before {
				opacity: 0;
			}

			&::after {
				opacity: 0.7;
			}

			.card-content {
				background-color: rgb(var(--dan-blue-dark-rgb), 0.9);
				backdrop-filter: blur(5px);

				.card-title::after {
					opacity: 1;
				}

				.card-excerpt {
					opacity: 1;
					max-height: 280px;
				}
			}
		}
	}
}

/*
 * MARK: quizzes
 */
.page-template-page-quizzes .asq-theme,
.page-template-page-quizzes .asq-theme * {
	font-size: 0.9375rem;
	font-family: var(--dan-main-font);
}

.page-template-page-quizzes .quiz-page .quiz-question .quiz-question-title {
	padding-bottom: 2rem;
}

.page-template-page-quizzes .quiz-page .quiz-question .quiz-question-image {
	margin-bottom: 1rem;
}
@media (min-width: 769px) {
	.page-template-page-quizzes .quiz-page .quiz-question .quiz-question-image {
		float: right;
		margin-left: 2rem;
		max-width: 45%;
	}
}
@media (min-width: 769px) {
	.page-template-page-quizzes .quiz-page .quiz-question .quiz-question-status {
		clear: right;
	}
}

/*
 * MARK: content sidebar
 */
.single-dan_alert_diver:not(.sidebar) #page #primary,
.single-dan_diseases_conds:not(.sidebar) #page #primary,
.single-dan_dive_lab:not(.sidebar) #page #primary,
.single-dan_divers_blog:not(.sidebar) #page #primary,
.single-dan_diving_incidents:not(.sidebar) #page #primary,
.single-dan_research_study:not(.sidebar) #page #primary,
.single-post:not(.sidebar) #page #primary {
	display: block;
}

.single-dan_alert_diver.sidebar #page #main-wrapper,
.single-dan_diseases_conds.sidebar #page #main-wrapper,
.single-dan_dive_lab.sidebar #page #main-wrapper,
.single-dan_divers_blog.sidebar #page #main-wrapper,
.single-dan_diving_incidents.sidebar #page #main-wrapper,
.single-dan_research_study.sidebar #page #main-wrapper,
.single-post.sidebar #page #main-wrapper {
	padding-top: 0;
	max-width: inherit;
}

.single-dan_alert_diver.sidebar #page #main-wrapper #primary,
.single-dan_diseases_conds.sidebar #page #main-wrapper #primary,
.single-dan_dive_lab.sidebar #page #main-wrapper #primary,
.single-dan_divers_blog.sidebar #page #main-wrapper #primary,
.single-dan_diving_incidents.sidebar #page #main-wrapper #primary,
.single-dan_research_study.sidebar #page #main-wrapper #primary,
.single-post.sidebar #page #main-wrapper #primary {
	flex-basis: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}

.single-dan_alert_diver.sidebar #page #main-wrapper #primary nav.post-navigation,
.single-dan_diseases_conds.sidebar #page #main-wrapper #primary nav.post-navigation,
.single-dan_dive_lab.sidebar #page #main-wrapper #primary nav.post-navigation,
.single-dan_divers_blog.sidebar #page #main-wrapper #primary nav.post-navigation,
.single-dan_diving_incidents.sidebar #page #main-wrapper #primary nav.post-navigation,
.single-dan_research_study.sidebar #page #main-wrapper #primary nav.post-navigation,
.single-post.sidebar #page #main-wrapper #primary nav.post-navigation {
	padding: 0 1rem;
}

.single-dan_alert_diver.sidebar #page #main-wrapper #primary .post-content-wrap,
.single-dan_diseases_conds.sidebar #page #main-wrapper #primary .post-content-wrap,
.single-dan_dive_lab.sidebar #page #main-wrapper #primary .post-content-wrap,
.single-dan_divers_blog.sidebar #page #main-wrapper #primary .post-content-wrap,
.single-dan_diving_incidents.sidebar #page #main-wrapper #primary .post-content-wrap,
.single-dan_research_study.sidebar #page #main-wrapper #primary .post-content-wrap,
.single-post.sidebar #page #main-wrapper #primary .post-content-wrap {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 769px) {
	.single-dan_alert_diver.sidebar #page #main-wrapper #primary .post-content-wrap,
	.single-dan_diseases_conds.sidebar #page #main-wrapper #primary .post-content-wrap,
	.single-dan_dive_lab.sidebar #page #main-wrapper #primary .post-content-wrap,
	.single-dan_divers_blog.sidebar #page #main-wrapper #primary .post-content-wrap,
	.single-dan_diving_incidents.sidebar #page #main-wrapper #primary .post-content-wrap,
	.single-dan_research_study.sidebar #page #main-wrapper #primary .post-content-wrap,
	.single-post.sidebar #page #main-wrapper #primary .post-content-wrap {
		flex-wrap: nowrap;
	}
}

.single-dan_alert_diver.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
.single-dan_diseases_conds.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
.single-dan_dive_lab.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
.single-dan_divers_blog.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
.single-dan_diving_incidents.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
.single-dan_research_study.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
.single-post.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content {
	flex: 0 1 100%;
	padding: 1rem;
}
@media (min-width: 769px) {
	.single-dan_alert_diver.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
	.single-dan_diseases_conds.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
	.single-dan_dive_lab.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
	.single-dan_divers_blog.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
	.single-dan_diving_incidents.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
	.single-dan_research_study.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content,
	.single-post.sidebar #page #main-wrapper #primary .post-content-wrap .entry-content {
		flex: 0 1 70%;
		padding-right: 2rem;
		max-width: 70%;
	}
}

.single-dan_alert_diver.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
.single-dan_diseases_conds.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
.single-dan_dive_lab.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
.single-dan_divers_blog.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
.single-dan_diving_incidents.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
.single-dan_research_study.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
.single-post.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary {
	flex: 0 1 100%;
}
@media (min-width: 769px) {
	.single-dan_alert_diver.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
	.single-dan_diseases_conds.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
	.single-dan_dive_lab.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
	.single-dan_divers_blog.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
	.single-dan_diving_incidents.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
	.single-dan_research_study.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary,
	.single-post.sidebar #page #main-wrapper #primary .post-content-wrap aside#secondary {
		flex: 0 1 30%;
		max-width: 30%;
	}
}

.single-dan_alert_diver.sidebar #page article.dan_diseases_conds,
.single-dan_alert_diver.sidebar #page article.dan_diving_incidents,
.single-dan_alert_diver.sidebar #page article.dan_research_study,
.single-dan_alert_diver.sidebar #page article.type-dan_alert_diver,
.single-dan_alert_diver.sidebar #page article.type-dan_dive_lab,
.single-dan_alert_diver.sidebar #page article.type-dan_divers_blog,
.single-dan_alert_diver.sidebar #page article.type-post,
.single-dan_diseases_conds.sidebar #page article.dan_diseases_conds,
.single-dan_diseases_conds.sidebar #page article.dan_diving_incidents,
.single-dan_diseases_conds.sidebar #page article.dan_research_study,
.single-dan_diseases_conds.sidebar #page article.type-dan_alert_diver,
.single-dan_diseases_conds.sidebar #page article.type-dan_dive_lab,
.single-dan_diseases_conds.sidebar #page article.type-dan_divers_blog,
.single-dan_diseases_conds.sidebar #page article.type-post,
.single-dan_dive_lab.sidebar #page article.dan_diseases_conds,
.single-dan_dive_lab.sidebar #page article.dan_diving_incidents,
.single-dan_dive_lab.sidebar #page article.dan_research_study,
.single-dan_dive_lab.sidebar #page article.type-dan_alert_diver,
.single-dan_dive_lab.sidebar #page article.type-dan_dive_lab,
.single-dan_dive_lab.sidebar #page article.type-dan_divers_blog,
.single-dan_dive_lab.sidebar #page article.type-post,
.single-dan_divers_blog.sidebar #page article.dan_diseases_conds,
.single-dan_divers_blog.sidebar #page article.dan_diving_incidents,
.single-dan_divers_blog.sidebar #page article.dan_research_study,
.single-dan_divers_blog.sidebar #page article.type-dan_alert_diver,
.single-dan_divers_blog.sidebar #page article.type-dan_dive_lab,
.single-dan_divers_blog.sidebar #page article.type-dan_divers_blog,
.single-dan_divers_blog.sidebar #page article.type-post,
.single-dan_diving_incidents.sidebar #page article.dan_diseases_conds,
.single-dan_diving_incidents.sidebar #page article.dan_diving_incidents,
.single-dan_diving_incidents.sidebar #page article.dan_research_study,
.single-dan_diving_incidents.sidebar #page article.type-dan_alert_diver,
.single-dan_diving_incidents.sidebar #page article.type-dan_dive_lab,
.single-dan_diving_incidents.sidebar #page article.type-dan_divers_blog,
.single-dan_diving_incidents.sidebar #page article.type-post,
.single-dan_research_study.sidebar #page article.dan_diseases_conds,
.single-dan_research_study.sidebar #page article.dan_diving_incidents,
.single-dan_research_study.sidebar #page article.dan_research_study,
.single-dan_research_study.sidebar #page article.type-dan_alert_diver,
.single-dan_research_study.sidebar #page article.type-dan_dive_lab,
.single-dan_research_study.sidebar #page article.type-dan_divers_blog,
.single-dan_research_study.sidebar #page article.type-post,
.single-post.sidebar #page article.dan_diseases_conds,
.single-post.sidebar #page article.dan_diving_incidents,
.single-post.sidebar #page article.dan_research_study,
.single-post.sidebar #page article.type-dan_alert_diver,
.single-post.sidebar #page article.type-dan_dive_lab,
.single-post.sidebar #page article.type-dan_divers_blog,
.single-post.sidebar #page article.type-post {
	padding: 0 !important;
}

.single-dan_alert_diver.sidebar #page article.dan_diseases_conds header,
.single-dan_alert_diver.sidebar #page article.dan_diving_incidents header,
.single-dan_alert_diver.sidebar #page article.dan_research_study header,
.single-dan_alert_diver.sidebar #page article.type-dan_alert_diver header,
.single-dan_alert_diver.sidebar #page article.type-dan_dive_lab header,
.single-dan_alert_diver.sidebar #page article.type-dan_divers_blog header,
.single-dan_alert_diver.sidebar #page article.type-post header,
.single-dan_diseases_conds.sidebar #page article.dan_diseases_conds header,
.single-dan_diseases_conds.sidebar #page article.dan_diving_incidents header,
.single-dan_diseases_conds.sidebar #page article.dan_research_study header,
.single-dan_diseases_conds.sidebar #page article.type-dan_alert_diver header,
.single-dan_diseases_conds.sidebar #page article.type-dan_dive_lab header,
.single-dan_diseases_conds.sidebar #page article.type-dan_divers_blog header,
.single-dan_diseases_conds.sidebar #page article.type-post header,
.single-dan_dive_lab.sidebar #page article.dan_diseases_conds header,
.single-dan_dive_lab.sidebar #page article.dan_diving_incidents header,
.single-dan_dive_lab.sidebar #page article.dan_research_study header,
.single-dan_dive_lab.sidebar #page article.type-dan_alert_diver header,
.single-dan_dive_lab.sidebar #page article.type-dan_dive_lab header,
.single-dan_dive_lab.sidebar #page article.type-dan_divers_blog header,
.single-dan_dive_lab.sidebar #page article.type-post header,
.single-dan_divers_blog.sidebar #page article.dan_diseases_conds header,
.single-dan_divers_blog.sidebar #page article.dan_diving_incidents header,
.single-dan_divers_blog.sidebar #page article.dan_research_study header,
.single-dan_divers_blog.sidebar #page article.type-dan_alert_diver header,
.single-dan_divers_blog.sidebar #page article.type-dan_dive_lab header,
.single-dan_divers_blog.sidebar #page article.type-dan_divers_blog header,
.single-dan_divers_blog.sidebar #page article.type-post header,
.single-dan_diving_incidents.sidebar #page article.dan_diseases_conds header,
.single-dan_diving_incidents.sidebar #page article.dan_diving_incidents header,
.single-dan_diving_incidents.sidebar #page article.dan_research_study header,
.single-dan_diving_incidents.sidebar #page article.type-dan_alert_diver header,
.single-dan_diving_incidents.sidebar #page article.type-dan_dive_lab header,
.single-dan_diving_incidents.sidebar #page article.type-dan_divers_blog header,
.single-dan_diving_incidents.sidebar #page article.type-post header,
.single-dan_research_study.sidebar #page article.dan_diseases_conds header,
.single-dan_research_study.sidebar #page article.dan_diving_incidents header,
.single-dan_research_study.sidebar #page article.dan_research_study header,
.single-dan_research_study.sidebar #page article.type-dan_alert_diver header,
.single-dan_research_study.sidebar #page article.type-dan_dive_lab header,
.single-dan_research_study.sidebar #page article.type-dan_divers_blog header,
.single-dan_research_study.sidebar #page article.type-post header,
.single-post.sidebar #page article.dan_diseases_conds header,
.single-post.sidebar #page article.dan_diving_incidents header,
.single-post.sidebar #page article.dan_research_study header,
.single-post.sidebar #page article.type-dan_alert_diver header,
.single-post.sidebar #page article.type-dan_dive_lab header,
.single-post.sidebar #page article.type-dan_divers_blog header,
.single-post.sidebar #page article.type-post header {
	padding: 1rem 1rem 0;
}

.single-dan_alert_diver.sidebar #page article.dan_diseases_conds header h1,
.single-dan_alert_diver.sidebar #page article.dan_diving_incidents header h1,
.single-dan_alert_diver.sidebar #page article.dan_research_study header h1,
.single-dan_alert_diver.sidebar #page article.type-dan_alert_diver header h1,
.single-dan_alert_diver.sidebar #page article.type-dan_dive_lab header h1,
.single-dan_alert_diver.sidebar #page article.type-dan_divers_blog header h1,
.single-dan_alert_diver.sidebar #page article.type-post header h1,
.single-dan_diseases_conds.sidebar #page article.dan_diseases_conds header h1,
.single-dan_diseases_conds.sidebar #page article.dan_diving_incidents header h1,
.single-dan_diseases_conds.sidebar #page article.dan_research_study header h1,
.single-dan_diseases_conds.sidebar #page article.type-dan_alert_diver header h1,
.single-dan_diseases_conds.sidebar #page article.type-dan_dive_lab header h1,
.single-dan_diseases_conds.sidebar #page article.type-dan_divers_blog header h1,
.single-dan_diseases_conds.sidebar #page article.type-post header h1,
.single-dan_dive_lab.sidebar #page article.dan_diseases_conds header h1,
.single-dan_dive_lab.sidebar #page article.dan_diving_incidents header h1,
.single-dan_dive_lab.sidebar #page article.dan_research_study header h1,
.single-dan_dive_lab.sidebar #page article.type-dan_alert_diver header h1,
.single-dan_dive_lab.sidebar #page article.type-dan_dive_lab header h1,
.single-dan_dive_lab.sidebar #page article.type-dan_divers_blog header h1,
.single-dan_dive_lab.sidebar #page article.type-post header h1,
.single-dan_divers_blog.sidebar #page article.dan_diseases_conds header h1,
.single-dan_divers_blog.sidebar #page article.dan_diving_incidents header h1,
.single-dan_divers_blog.sidebar #page article.dan_research_study header h1,
.single-dan_divers_blog.sidebar #page article.type-dan_alert_diver header h1,
.single-dan_divers_blog.sidebar #page article.type-dan_dive_lab header h1,
.single-dan_divers_blog.sidebar #page article.type-dan_divers_blog header h1,
.single-dan_divers_blog.sidebar #page article.type-post header h1,
.single-dan_diving_incidents.sidebar #page article.dan_diseases_conds header h1,
.single-dan_diving_incidents.sidebar #page article.dan_diving_incidents header h1,
.single-dan_diving_incidents.sidebar #page article.dan_research_study header h1,
.single-dan_diving_incidents.sidebar #page article.type-dan_alert_diver header h1,
.single-dan_diving_incidents.sidebar #page article.type-dan_dive_lab header h1,
.single-dan_diving_incidents.sidebar #page article.type-dan_divers_blog header h1,
.single-dan_diving_incidents.sidebar #page article.type-post header h1,
.single-dan_research_study.sidebar #page article.dan_diseases_conds header h1,
.single-dan_research_study.sidebar #page article.dan_diving_incidents header h1,
.single-dan_research_study.sidebar #page article.dan_research_study header h1,
.single-dan_research_study.sidebar #page article.type-dan_alert_diver header h1,
.single-dan_research_study.sidebar #page article.type-dan_dive_lab header h1,
.single-dan_research_study.sidebar #page article.type-dan_divers_blog header h1,
.single-dan_research_study.sidebar #page article.type-post header h1,
.single-post.sidebar #page article.dan_diseases_conds header h1,
.single-post.sidebar #page article.dan_diving_incidents header h1,
.single-post.sidebar #page article.dan_research_study header h1,
.single-post.sidebar #page article.type-dan_alert_diver header h1,
.single-post.sidebar #page article.type-dan_dive_lab header h1,
.single-post.sidebar #page article.type-dan_divers_blog header h1,
.single-post.sidebar #page article.type-post header h1 {
	margin-bottom: 0;
}

.single-dan_alert_diver.sidebar #page article.dan_diseases_conds .post-image,
.single-dan_alert_diver.sidebar #page article.dan_diving_incidents .post-image,
.single-dan_alert_diver.sidebar #page article.dan_research_study .post-image,
.single-dan_alert_diver.sidebar #page article.type-dan_alert_diver .post-image,
.single-dan_alert_diver.sidebar #page article.type-dan_dive_lab .post-image,
.single-dan_alert_diver.sidebar #page article.type-dan_divers_blog .post-image,
.single-dan_alert_diver.sidebar #page article.type-post .post-image,
.single-dan_diseases_conds.sidebar #page article.dan_diseases_conds .post-image,
.single-dan_diseases_conds.sidebar #page article.dan_diving_incidents .post-image,
.single-dan_diseases_conds.sidebar #page article.dan_research_study .post-image,
.single-dan_diseases_conds.sidebar #page article.type-dan_alert_diver .post-image,
.single-dan_diseases_conds.sidebar #page article.type-dan_dive_lab .post-image,
.single-dan_diseases_conds.sidebar #page article.type-dan_divers_blog .post-image,
.single-dan_diseases_conds.sidebar #page article.type-post .post-image,
.single-dan_dive_lab.sidebar #page article.dan_diseases_conds .post-image,
.single-dan_dive_lab.sidebar #page article.dan_diving_incidents .post-image,
.single-dan_dive_lab.sidebar #page article.dan_research_study .post-image,
.single-dan_dive_lab.sidebar #page article.type-dan_alert_diver .post-image,
.single-dan_dive_lab.sidebar #page article.type-dan_dive_lab .post-image,
.single-dan_dive_lab.sidebar #page article.type-dan_divers_blog .post-image,
.single-dan_dive_lab.sidebar #page article.type-post .post-image,
.single-dan_divers_blog.sidebar #page article.dan_diseases_conds .post-image,
.single-dan_divers_blog.sidebar #page article.dan_diving_incidents .post-image,
.single-dan_divers_blog.sidebar #page article.dan_research_study .post-image,
.single-dan_divers_blog.sidebar #page article.type-dan_alert_diver .post-image,
.single-dan_divers_blog.sidebar #page article.type-dan_dive_lab .post-image,
.single-dan_divers_blog.sidebar #page article.type-dan_divers_blog .post-image,
.single-dan_divers_blog.sidebar #page article.type-post .post-image,
.single-dan_diving_incidents.sidebar #page article.dan_diseases_conds .post-image,
.single-dan_diving_incidents.sidebar #page article.dan_diving_incidents .post-image,
.single-dan_diving_incidents.sidebar #page article.dan_research_study .post-image,
.single-dan_diving_incidents.sidebar #page article.type-dan_alert_diver .post-image,
.single-dan_diving_incidents.sidebar #page article.type-dan_dive_lab .post-image,
.single-dan_diving_incidents.sidebar #page article.type-dan_divers_blog .post-image,
.single-dan_diving_incidents.sidebar #page article.type-post .post-image,
.single-dan_research_study.sidebar #page article.dan_diseases_conds .post-image,
.single-dan_research_study.sidebar #page article.dan_diving_incidents .post-image,
.single-dan_research_study.sidebar #page article.dan_research_study .post-image,
.single-dan_research_study.sidebar #page article.type-dan_alert_diver .post-image,
.single-dan_research_study.sidebar #page article.type-dan_dive_lab .post-image,
.single-dan_research_study.sidebar #page article.type-dan_divers_blog .post-image,
.single-dan_research_study.sidebar #page article.type-post .post-image,
.single-post.sidebar #page article.dan_diseases_conds .post-image,
.single-post.sidebar #page article.dan_diving_incidents .post-image,
.single-post.sidebar #page article.dan_research_study .post-image,
.single-post.sidebar #page article.type-dan_alert_diver .post-image,
.single-post.sidebar #page article.type-dan_dive_lab .post-image,
.single-post.sidebar #page article.type-dan_divers_blog .post-image,
.single-post.sidebar #page article.type-post .post-image {
	margin: 2rem 1rem;
}

/*
 * MARK: content header
 */
.single-dan_alert_diver article.dan_diseases_conds header,
.single-dan_alert_diver article.dan_diving_incidents header,
.single-dan_alert_diver article.dan_research_study header,
.single-dan_alert_diver article.type-dan_alert_diver header,
.single-dan_alert_diver article.type-dan_dive_lab header,
.single-dan_alert_diver article.type-dan_divers_blog header,
.single-dan_alert_diver article.type-post header,
.single-dan_diseases_conds article.dan_diseases_conds header,
.single-dan_diseases_conds article.dan_diving_incidents header,
.single-dan_diseases_conds article.dan_research_study header,
.single-dan_diseases_conds article.type-dan_alert_diver header,
.single-dan_diseases_conds article.type-dan_dive_lab header,
.single-dan_diseases_conds article.type-dan_divers_blog header,
.single-dan_diseases_conds article.type-post header,
.single-dan_dive_lab article.dan_diseases_conds header,
.single-dan_dive_lab article.dan_diving_incidents header,
.single-dan_dive_lab article.dan_research_study header,
.single-dan_dive_lab article.type-dan_alert_diver header,
.single-dan_dive_lab article.type-dan_dive_lab header,
.single-dan_dive_lab article.type-dan_divers_blog header,
.single-dan_dive_lab article.type-post header,
.single-dan_divers_blog article.dan_diseases_conds header,
.single-dan_divers_blog article.dan_diving_incidents header,
.single-dan_divers_blog article.dan_research_study header,
.single-dan_divers_blog article.type-dan_alert_diver header,
.single-dan_divers_blog article.type-dan_dive_lab header,
.single-dan_divers_blog article.type-dan_divers_blog header,
.single-dan_divers_blog article.type-post header,
.single-dan_diving_incidents article.dan_diseases_conds header,
.single-dan_diving_incidents article.dan_diving_incidents header,
.single-dan_diving_incidents article.dan_research_study header,
.single-dan_diving_incidents article.type-dan_alert_diver header,
.single-dan_diving_incidents article.type-dan_dive_lab header,
.single-dan_diving_incidents article.type-dan_divers_blog header,
.single-dan_diving_incidents article.type-post header,
.single-dan_research_study article.dan_diseases_conds header,
.single-dan_research_study article.dan_diving_incidents header,
.single-dan_research_study article.dan_research_study header,
.single-dan_research_study article.type-dan_alert_diver header,
.single-dan_research_study article.type-dan_dive_lab header,
.single-dan_research_study article.type-dan_divers_blog header,
.single-dan_research_study article.type-post header,
.single-post article.dan_diseases_conds header,
.single-post article.dan_diving_incidents header,
.single-post article.dan_research_study header,
.single-post article.type-dan_alert_diver header,
.single-post article.type-dan_dive_lab header,
.single-post article.type-dan_divers_blog header,
.single-post article.type-post header {
	padding: 1rem 0 28px;
}

.single-dan_alert_diver article.dan_diseases_conds header .post-detail,
.single-dan_alert_diver article.dan_diving_incidents header .post-detail,
.single-dan_alert_diver article.dan_research_study header .post-detail,
.single-dan_alert_diver article.type-dan_alert_diver header .post-detail,
.single-dan_alert_diver article.type-dan_dive_lab header .post-detail,
.single-dan_alert_diver article.type-dan_divers_blog header .post-detail,
.single-dan_alert_diver article.type-post header .post-detail,
.single-dan_diseases_conds article.dan_diseases_conds header .post-detail,
.single-dan_diseases_conds article.dan_diving_incidents header .post-detail,
.single-dan_diseases_conds article.dan_research_study header .post-detail,
.single-dan_diseases_conds article.type-dan_alert_diver header .post-detail,
.single-dan_diseases_conds article.type-dan_dive_lab header .post-detail,
.single-dan_diseases_conds article.type-dan_divers_blog header .post-detail,
.single-dan_diseases_conds article.type-post header .post-detail,
.single-dan_dive_lab article.dan_diseases_conds header .post-detail,
.single-dan_dive_lab article.dan_diving_incidents header .post-detail,
.single-dan_dive_lab article.dan_research_study header .post-detail,
.single-dan_dive_lab article.type-dan_alert_diver header .post-detail,
.single-dan_dive_lab article.type-dan_dive_lab header .post-detail,
.single-dan_dive_lab article.type-dan_divers_blog header .post-detail,
.single-dan_dive_lab article.type-post header .post-detail,
.single-dan_divers_blog article.dan_diseases_conds header .post-detail,
.single-dan_divers_blog article.dan_diving_incidents header .post-detail,
.single-dan_divers_blog article.dan_research_study header .post-detail,
.single-dan_divers_blog article.type-dan_alert_diver header .post-detail,
.single-dan_divers_blog article.type-dan_dive_lab header .post-detail,
.single-dan_divers_blog article.type-dan_divers_blog header .post-detail,
.single-dan_divers_blog article.type-post header .post-detail,
.single-dan_diving_incidents article.dan_diseases_conds header .post-detail,
.single-dan_diving_incidents article.dan_diving_incidents header .post-detail,
.single-dan_diving_incidents article.dan_research_study header .post-detail,
.single-dan_diving_incidents article.type-dan_alert_diver header .post-detail,
.single-dan_diving_incidents article.type-dan_dive_lab header .post-detail,
.single-dan_diving_incidents article.type-dan_divers_blog header .post-detail,
.single-dan_diving_incidents article.type-post header .post-detail,
.single-dan_research_study article.dan_diseases_conds header .post-detail,
.single-dan_research_study article.dan_diving_incidents header .post-detail,
.single-dan_research_study article.dan_research_study header .post-detail,
.single-dan_research_study article.type-dan_alert_diver header .post-detail,
.single-dan_research_study article.type-dan_dive_lab header .post-detail,
.single-dan_research_study article.type-dan_divers_blog header .post-detail,
.single-dan_research_study article.type-post header .post-detail,
.single-post article.dan_diseases_conds header .post-detail,
.single-post article.dan_diving_incidents header .post-detail,
.single-post article.dan_research_study header .post-detail,
.single-post article.type-dan_alert_diver header .post-detail,
.single-post article.type-dan_dive_lab header .post-detail,
.single-post article.type-dan_divers_blog header .post-detail,
.single-post article.type-post header .post-detail {
	color: var(--dan-blue);
	font-size: 0.875rem;
	display: flex;
	margin-top: 1.5rem;
}

.single-dan_alert_diver article.dan_diseases_conds header .post-detail .metadata,
.single-dan_alert_diver article.dan_diving_incidents header .post-detail .metadata,
.single-dan_alert_diver article.dan_research_study header .post-detail .metadata,
.single-dan_alert_diver article.type-dan_alert_diver header .post-detail .metadata,
.single-dan_alert_diver article.type-dan_dive_lab header .post-detail .metadata,
.single-dan_alert_diver article.type-dan_divers_blog header .post-detail .metadata,
.single-dan_alert_diver article.type-post header .post-detail .metadata,
.single-dan_diseases_conds article.dan_diseases_conds header .post-detail .metadata,
.single-dan_diseases_conds article.dan_diving_incidents header .post-detail .metadata,
.single-dan_diseases_conds article.dan_research_study header .post-detail .metadata,
.single-dan_diseases_conds article.type-dan_alert_diver header .post-detail .metadata,
.single-dan_diseases_conds article.type-dan_dive_lab header .post-detail .metadata,
.single-dan_diseases_conds article.type-dan_divers_blog header .post-detail .metadata,
.single-dan_diseases_conds article.type-post header .post-detail .metadata,
.single-dan_dive_lab article.dan_diseases_conds header .post-detail .metadata,
.single-dan_dive_lab article.dan_diving_incidents header .post-detail .metadata,
.single-dan_dive_lab article.dan_research_study header .post-detail .metadata,
.single-dan_dive_lab article.type-dan_alert_diver header .post-detail .metadata,
.single-dan_dive_lab article.type-dan_dive_lab header .post-detail .metadata,
.single-dan_dive_lab article.type-dan_divers_blog header .post-detail .metadata,
.single-dan_dive_lab article.type-post header .post-detail .metadata,
.single-dan_divers_blog article.dan_diseases_conds header .post-detail .metadata,
.single-dan_divers_blog article.dan_diving_incidents header .post-detail .metadata,
.single-dan_divers_blog article.dan_research_study header .post-detail .metadata,
.single-dan_divers_blog article.type-dan_alert_diver header .post-detail .metadata,
.single-dan_divers_blog article.type-dan_dive_lab header .post-detail .metadata,
.single-dan_divers_blog article.type-dan_divers_blog header .post-detail .metadata,
.single-dan_divers_blog article.type-post header .post-detail .metadata,
.single-dan_diving_incidents article.dan_diseases_conds header .post-detail .metadata,
.single-dan_diving_incidents article.dan_diving_incidents header .post-detail .metadata,
.single-dan_diving_incidents article.dan_research_study header .post-detail .metadata,
.single-dan_diving_incidents article.type-dan_alert_diver header .post-detail .metadata,
.single-dan_diving_incidents article.type-dan_dive_lab header .post-detail .metadata,
.single-dan_diving_incidents article.type-dan_divers_blog header .post-detail .metadata,
.single-dan_diving_incidents article.type-post header .post-detail .metadata,
.single-dan_research_study article.dan_diseases_conds header .post-detail .metadata,
.single-dan_research_study article.dan_diving_incidents header .post-detail .metadata,
.single-dan_research_study article.dan_research_study header .post-detail .metadata,
.single-dan_research_study article.type-dan_alert_diver header .post-detail .metadata,
.single-dan_research_study article.type-dan_dive_lab header .post-detail .metadata,
.single-dan_research_study article.type-dan_divers_blog header .post-detail .metadata,
.single-dan_research_study article.type-post header .post-detail .metadata,
.single-post article.dan_diseases_conds header .post-detail .metadata,
.single-post article.dan_diving_incidents header .post-detail .metadata,
.single-post article.dan_research_study header .post-detail .metadata,
.single-post article.type-dan_alert_diver header .post-detail .metadata,
.single-post article.type-dan_dive_lab header .post-detail .metadata,
.single-post article.type-dan_divers_blog header .post-detail .metadata,
.single-post article.type-post header .post-detail .metadata {
	flex: 0 1 70%;
}

.single-dan_alert_diver article.dan_diseases_conds header .post-detail .metadata .date,
.single-dan_alert_diver article.dan_diving_incidents header .post-detail .metadata .date,
.single-dan_alert_diver article.dan_research_study header .post-detail .metadata .date,
.single-dan_alert_diver article.type-dan_alert_diver header .post-detail .metadata .date,
.single-dan_alert_diver article.type-dan_dive_lab header .post-detail .metadata .date,
.single-dan_alert_diver article.type-dan_divers_blog header .post-detail .metadata .date,
.single-dan_alert_diver article.type-post header .post-detail .metadata .date,
.single-dan_diseases_conds article.dan_diseases_conds header .post-detail .metadata .date,
.single-dan_diseases_conds article.dan_diving_incidents header .post-detail .metadata .date,
.single-dan_diseases_conds article.dan_research_study header .post-detail .metadata .date,
.single-dan_diseases_conds article.type-dan_alert_diver header .post-detail .metadata .date,
.single-dan_diseases_conds article.type-dan_dive_lab header .post-detail .metadata .date,
.single-dan_diseases_conds article.type-dan_divers_blog header .post-detail .metadata .date,
.single-dan_diseases_conds article.type-post header .post-detail .metadata .date,
.single-dan_dive_lab article.dan_diseases_conds header .post-detail .metadata .date,
.single-dan_dive_lab article.dan_diving_incidents header .post-detail .metadata .date,
.single-dan_dive_lab article.dan_research_study header .post-detail .metadata .date,
.single-dan_dive_lab article.type-dan_alert_diver header .post-detail .metadata .date,
.single-dan_dive_lab article.type-dan_dive_lab header .post-detail .metadata .date,
.single-dan_dive_lab article.type-dan_divers_blog header .post-detail .metadata .date,
.single-dan_dive_lab article.type-post header .post-detail .metadata .date,
.single-dan_divers_blog article.dan_diseases_conds header .post-detail .metadata .date,
.single-dan_divers_blog article.dan_diving_incidents header .post-detail .metadata .date,
.single-dan_divers_blog article.dan_research_study header .post-detail .metadata .date,
.single-dan_divers_blog article.type-dan_alert_diver header .post-detail .metadata .date,
.single-dan_divers_blog article.type-dan_dive_lab header .post-detail .metadata .date,
.single-dan_divers_blog article.type-dan_divers_blog header .post-detail .metadata .date,
.single-dan_divers_blog article.type-post header .post-detail .metadata .date,
.single-dan_diving_incidents article.dan_diseases_conds header .post-detail .metadata .date,
.single-dan_diving_incidents article.dan_diving_incidents header .post-detail .metadata .date,
.single-dan_diving_incidents article.dan_research_study header .post-detail .metadata .date,
.single-dan_diving_incidents article.type-dan_alert_diver header .post-detail .metadata .date,
.single-dan_diving_incidents article.type-dan_dive_lab header .post-detail .metadata .date,
.single-dan_diving_incidents article.type-dan_divers_blog header .post-detail .metadata .date,
.single-dan_diving_incidents article.type-post header .post-detail .metadata .date,
.single-dan_research_study article.dan_diseases_conds header .post-detail .metadata .date,
.single-dan_research_study article.dan_diving_incidents header .post-detail .metadata .date,
.single-dan_research_study article.dan_research_study header .post-detail .metadata .date,
.single-dan_research_study article.type-dan_alert_diver header .post-detail .metadata .date,
.single-dan_research_study article.type-dan_dive_lab header .post-detail .metadata .date,
.single-dan_research_study article.type-dan_divers_blog header .post-detail .metadata .date,
.single-dan_research_study article.type-post header .post-detail .metadata .date,
.single-post article.dan_diseases_conds header .post-detail .metadata .date,
.single-post article.dan_diving_incidents header .post-detail .metadata .date,
.single-post article.dan_research_study header .post-detail .metadata .date,
.single-post article.type-dan_alert_diver header .post-detail .metadata .date,
.single-post article.type-dan_dive_lab header .post-detail .metadata .date,
.single-post article.type-dan_divers_blog header .post-detail .metadata .date,
.single-post article.type-post header .post-detail .metadata .date {
	padding-right: 1rem;
}

.single-dan_alert_diver article.dan_diseases_conds header .post-detail .share-btn,
.single-dan_alert_diver article.dan_diving_incidents header .post-detail .share-btn,
.single-dan_alert_diver article.dan_research_study header .post-detail .share-btn,
.single-dan_alert_diver article.type-dan_alert_diver header .post-detail .share-btn,
.single-dan_alert_diver article.type-dan_dive_lab header .post-detail .share-btn,
.single-dan_alert_diver article.type-dan_divers_blog header .post-detail .share-btn,
.single-dan_alert_diver article.type-post header .post-detail .share-btn,
.single-dan_diseases_conds article.dan_diseases_conds header .post-detail .share-btn,
.single-dan_diseases_conds article.dan_diving_incidents header .post-detail .share-btn,
.single-dan_diseases_conds article.dan_research_study header .post-detail .share-btn,
.single-dan_diseases_conds article.type-dan_alert_diver header .post-detail .share-btn,
.single-dan_diseases_conds article.type-dan_dive_lab header .post-detail .share-btn,
.single-dan_diseases_conds article.type-dan_divers_blog header .post-detail .share-btn,
.single-dan_diseases_conds article.type-post header .post-detail .share-btn,
.single-dan_dive_lab article.dan_diseases_conds header .post-detail .share-btn,
.single-dan_dive_lab article.dan_diving_incidents header .post-detail .share-btn,
.single-dan_dive_lab article.dan_research_study header .post-detail .share-btn,
.single-dan_dive_lab article.type-dan_alert_diver header .post-detail .share-btn,
.single-dan_dive_lab article.type-dan_dive_lab header .post-detail .share-btn,
.single-dan_dive_lab article.type-dan_divers_blog header .post-detail .share-btn,
.single-dan_dive_lab article.type-post header .post-detail .share-btn,
.single-dan_divers_blog article.dan_diseases_conds header .post-detail .share-btn,
.single-dan_divers_blog article.dan_diving_incidents header .post-detail .share-btn,
.single-dan_divers_blog article.dan_research_study header .post-detail .share-btn,
.single-dan_divers_blog article.type-dan_alert_diver header .post-detail .share-btn,
.single-dan_divers_blog article.type-dan_dive_lab header .post-detail .share-btn,
.single-dan_divers_blog article.type-dan_divers_blog header .post-detail .share-btn,
.single-dan_divers_blog article.type-post header .post-detail .share-btn,
.single-dan_diving_incidents article.dan_diseases_conds header .post-detail .share-btn,
.single-dan_diving_incidents article.dan_diving_incidents header .post-detail .share-btn,
.single-dan_diving_incidents article.dan_research_study header .post-detail .share-btn,
.single-dan_diving_incidents article.type-dan_alert_diver header .post-detail .share-btn,
.single-dan_diving_incidents article.type-dan_dive_lab header .post-detail .share-btn,
.single-dan_diving_incidents article.type-dan_divers_blog header .post-detail .share-btn,
.single-dan_diving_incidents article.type-post header .post-detail .share-btn,
.single-dan_research_study article.dan_diseases_conds header .post-detail .share-btn,
.single-dan_research_study article.dan_diving_incidents header .post-detail .share-btn,
.single-dan_research_study article.dan_research_study header .post-detail .share-btn,
.single-dan_research_study article.type-dan_alert_diver header .post-detail .share-btn,
.single-dan_research_study article.type-dan_dive_lab header .post-detail .share-btn,
.single-dan_research_study article.type-dan_divers_blog header .post-detail .share-btn,
.single-dan_research_study article.type-post header .post-detail .share-btn,
.single-post article.dan_diseases_conds header .post-detail .share-btn,
.single-post article.dan_diving_incidents header .post-detail .share-btn,
.single-post article.dan_research_study header .post-detail .share-btn,
.single-post article.type-dan_alert_diver header .post-detail .share-btn,
.single-post article.type-dan_dive_lab header .post-detail .share-btn,
.single-post article.type-dan_divers_blog header .post-detail .share-btn,
.single-post article.type-post header .post-detail .share-btn {
	flex: 0 1 30%;
	text-align: right;
}

.single-dan_alert_diver article.dan_diseases_conds header .post-detail .share-btn a,
.single-dan_alert_diver article.dan_diving_incidents header .post-detail .share-btn a,
.single-dan_alert_diver article.dan_research_study header .post-detail .share-btn a,
.single-dan_alert_diver article.type-dan_alert_diver header .post-detail .share-btn a,
.single-dan_alert_diver article.type-dan_dive_lab header .post-detail .share-btn a,
.single-dan_alert_diver article.type-dan_divers_blog header .post-detail .share-btn a,
.single-dan_alert_diver article.type-post header .post-detail .share-btn a,
.single-dan_diseases_conds article.dan_diseases_conds header .post-detail .share-btn a,
.single-dan_diseases_conds article.dan_diving_incidents header .post-detail .share-btn a,
.single-dan_diseases_conds article.dan_research_study header .post-detail .share-btn a,
.single-dan_diseases_conds article.type-dan_alert_diver header .post-detail .share-btn a,
.single-dan_diseases_conds article.type-dan_dive_lab header .post-detail .share-btn a,
.single-dan_diseases_conds article.type-dan_divers_blog header .post-detail .share-btn a,
.single-dan_diseases_conds article.type-post header .post-detail .share-btn a,
.single-dan_dive_lab article.dan_diseases_conds header .post-detail .share-btn a,
.single-dan_dive_lab article.dan_diving_incidents header .post-detail .share-btn a,
.single-dan_dive_lab article.dan_research_study header .post-detail .share-btn a,
.single-dan_dive_lab article.type-dan_alert_diver header .post-detail .share-btn a,
.single-dan_dive_lab article.type-dan_dive_lab header .post-detail .share-btn a,
.single-dan_dive_lab article.type-dan_divers_blog header .post-detail .share-btn a,
.single-dan_dive_lab article.type-post header .post-detail .share-btn a,
.single-dan_divers_blog article.dan_diseases_conds header .post-detail .share-btn a,
.single-dan_divers_blog article.dan_diving_incidents header .post-detail .share-btn a,
.single-dan_divers_blog article.dan_research_study header .post-detail .share-btn a,
.single-dan_divers_blog article.type-dan_alert_diver header .post-detail .share-btn a,
.single-dan_divers_blog article.type-dan_dive_lab header .post-detail .share-btn a,
.single-dan_divers_blog article.type-dan_divers_blog header .post-detail .share-btn a,
.single-dan_divers_blog article.type-post header .post-detail .share-btn a,
.single-dan_diving_incidents article.dan_diseases_conds header .post-detail .share-btn a,
.single-dan_diving_incidents article.dan_diving_incidents header .post-detail .share-btn a,
.single-dan_diving_incidents article.dan_research_study header .post-detail .share-btn a,
.single-dan_diving_incidents article.type-dan_alert_diver header .post-detail .share-btn a,
.single-dan_diving_incidents article.type-dan_dive_lab header .post-detail .share-btn a,
.single-dan_diving_incidents article.type-dan_divers_blog header .post-detail .share-btn a,
.single-dan_diving_incidents article.type-post header .post-detail .share-btn a,
.single-dan_research_study article.dan_diseases_conds header .post-detail .share-btn a,
.single-dan_research_study article.dan_diving_incidents header .post-detail .share-btn a,
.single-dan_research_study article.dan_research_study header .post-detail .share-btn a,
.single-dan_research_study article.type-dan_alert_diver header .post-detail .share-btn a,
.single-dan_research_study article.type-dan_dive_lab header .post-detail .share-btn a,
.single-dan_research_study article.type-dan_divers_blog header .post-detail .share-btn a,
.single-dan_research_study article.type-post header .post-detail .share-btn a,
.single-post article.dan_diseases_conds header .post-detail .share-btn a,
.single-post article.dan_diving_incidents header .post-detail .share-btn a,
.single-post article.dan_research_study header .post-detail .share-btn a,
.single-post article.type-dan_alert_diver header .post-detail .share-btn a,
.single-post article.type-dan_dive_lab header .post-detail .share-btn a,
.single-post article.type-dan_divers_blog header .post-detail .share-btn a,
.single-post article.type-post header .post-detail .share-btn a {
	padding: 0;
}

/*
 * MARK: post image
 */
.single-dan_alert_diver article.dan_diseases_conds .post-image,
.single-dan_alert_diver article.dan_diving_incidents .post-image,
.single-dan_alert_diver article.dan_research_study .post-image,
.single-dan_alert_diver article.type-dan_alert_diver .post-image,
.single-dan_alert_diver article.type-dan_dive_lab .post-image,
.single-dan_alert_diver article.type-dan_divers_blog .post-image,
.single-dan_alert_diver article.type-post .post-image,
.single-dan_diseases_conds article.dan_diseases_conds .post-image,
.single-dan_diseases_conds article.dan_diving_incidents .post-image,
.single-dan_diseases_conds article.dan_research_study .post-image,
.single-dan_diseases_conds article.type-dan_alert_diver .post-image,
.single-dan_diseases_conds article.type-dan_dive_lab .post-image,
.single-dan_diseases_conds article.type-dan_divers_blog .post-image,
.single-dan_diseases_conds article.type-post .post-image,
.single-dan_dive_lab article.dan_diseases_conds .post-image,
.single-dan_dive_lab article.dan_diving_incidents .post-image,
.single-dan_dive_lab article.dan_research_study .post-image,
.single-dan_dive_lab article.type-dan_alert_diver .post-image,
.single-dan_dive_lab article.type-dan_dive_lab .post-image,
.single-dan_dive_lab article.type-dan_divers_blog .post-image,
.single-dan_dive_lab article.type-post .post-image,
.single-dan_divers_blog article.dan_diseases_conds .post-image,
.single-dan_divers_blog article.dan_diving_incidents .post-image,
.single-dan_divers_blog article.dan_research_study .post-image,
.single-dan_divers_blog article.type-dan_alert_diver .post-image,
.single-dan_divers_blog article.type-dan_dive_lab .post-image,
.single-dan_divers_blog article.type-dan_divers_blog .post-image,
.single-dan_divers_blog article.type-post .post-image,
.single-dan_diving_incidents article.dan_diseases_conds .post-image,
.single-dan_diving_incidents article.dan_diving_incidents .post-image,
.single-dan_diving_incidents article.dan_research_study .post-image,
.single-dan_diving_incidents article.type-dan_alert_diver .post-image,
.single-dan_diving_incidents article.type-dan_dive_lab .post-image,
.single-dan_diving_incidents article.type-dan_divers_blog .post-image,
.single-dan_diving_incidents article.type-post .post-image,
.single-dan_research_study article.dan_diseases_conds .post-image,
.single-dan_research_study article.dan_diving_incidents .post-image,
.single-dan_research_study article.dan_research_study .post-image,
.single-dan_research_study article.type-dan_alert_diver .post-image,
.single-dan_research_study article.type-dan_dive_lab .post-image,
.single-dan_research_study article.type-dan_divers_blog .post-image,
.single-dan_research_study article.type-post .post-image,
.single-post article.dan_diseases_conds .post-image,
.single-post article.dan_diving_incidents .post-image,
.single-post article.dan_research_study .post-image,
.single-post article.type-dan_alert_diver .post-image,
.single-post article.type-dan_dive_lab .post-image,
.single-post article.type-dan_divers_blog .post-image,
.single-post article.type-post .post-image {
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 0 3rem;
	min-height: 250px;
}
@media (min-width: 769px) {
	.single-dan_alert_diver article.dan_diseases_conds .post-image,
	.single-dan_alert_diver article.dan_diving_incidents .post-image,
	.single-dan_alert_diver article.dan_research_study .post-image,
	.single-dan_alert_diver article.type-dan_alert_diver .post-image,
	.single-dan_alert_diver article.type-dan_dive_lab .post-image,
	.single-dan_alert_diver article.type-dan_divers_blog .post-image,
	.single-dan_alert_diver article.type-post .post-image,
	.single-dan_diseases_conds article.dan_diseases_conds .post-image,
	.single-dan_diseases_conds article.dan_diving_incidents .post-image,
	.single-dan_diseases_conds article.dan_research_study .post-image,
	.single-dan_diseases_conds article.type-dan_alert_diver .post-image,
	.single-dan_diseases_conds article.type-dan_dive_lab .post-image,
	.single-dan_diseases_conds article.type-dan_divers_blog .post-image,
	.single-dan_diseases_conds article.type-post .post-image,
	.single-dan_dive_lab article.dan_diseases_conds .post-image,
	.single-dan_dive_lab article.dan_diving_incidents .post-image,
	.single-dan_dive_lab article.dan_research_study .post-image,
	.single-dan_dive_lab article.type-dan_alert_diver .post-image,
	.single-dan_dive_lab article.type-dan_dive_lab .post-image,
	.single-dan_dive_lab article.type-dan_divers_blog .post-image,
	.single-dan_dive_lab article.type-post .post-image,
	.single-dan_divers_blog article.dan_diseases_conds .post-image,
	.single-dan_divers_blog article.dan_diving_incidents .post-image,
	.single-dan_divers_blog article.dan_research_study .post-image,
	.single-dan_divers_blog article.type-dan_alert_diver .post-image,
	.single-dan_divers_blog article.type-dan_dive_lab .post-image,
	.single-dan_divers_blog article.type-dan_divers_blog .post-image,
	.single-dan_divers_blog article.type-post .post-image,
	.single-dan_diving_incidents article.dan_diseases_conds .post-image,
	.single-dan_diving_incidents article.dan_diving_incidents .post-image,
	.single-dan_diving_incidents article.dan_research_study .post-image,
	.single-dan_diving_incidents article.type-dan_alert_diver .post-image,
	.single-dan_diving_incidents article.type-dan_dive_lab .post-image,
	.single-dan_diving_incidents article.type-dan_divers_blog .post-image,
	.single-dan_diving_incidents article.type-post .post-image,
	.single-dan_research_study article.dan_diseases_conds .post-image,
	.single-dan_research_study article.dan_diving_incidents .post-image,
	.single-dan_research_study article.dan_research_study .post-image,
	.single-dan_research_study article.type-dan_alert_diver .post-image,
	.single-dan_research_study article.type-dan_dive_lab .post-image,
	.single-dan_research_study article.type-dan_divers_blog .post-image,
	.single-dan_research_study article.type-post .post-image,
	.single-post article.dan_diseases_conds .post-image,
	.single-post article.dan_diving_incidents .post-image,
	.single-post article.dan_research_study .post-image,
	.single-post article.type-dan_alert_diver .post-image,
	.single-post article.type-dan_dive_lab .post-image,
	.single-post article.type-dan_divers_blog .post-image,
	.single-post article.type-post .post-image {
		min-height: 600px;
	}
}

/*
 * MARK: featured image caption
 */
.single-dan_alert_diver article.dan_diseases_conds .featured-img-caption,
.single-dan_alert_diver article.dan_diving_incidents .featured-img-caption,
.single-dan_alert_diver article.dan_research_study .featured-img-caption,
.single-dan_alert_diver article.type-dan_alert_diver .featured-img-caption,
.single-dan_alert_diver article.type-dan_dive_lab .featured-img-caption,
.single-dan_alert_diver article.type-dan_divers_blog .featured-img-caption,
.single-dan_alert_diver article.type-post .featured-img-caption,
.single-dan_diseases_conds article.dan_diseases_conds .featured-img-caption,
.single-dan_diseases_conds article.dan_diving_incidents .featured-img-caption,
.single-dan_diseases_conds article.dan_research_study .featured-img-caption,
.single-dan_diseases_conds article.type-dan_alert_diver .featured-img-caption,
.single-dan_diseases_conds article.type-dan_dive_lab .featured-img-caption,
.single-dan_diseases_conds article.type-dan_divers_blog .featured-img-caption,
.single-dan_diseases_conds article.type-post .featured-img-caption,
.single-dan_dive_lab article.dan_diseases_conds .featured-img-caption,
.single-dan_dive_lab article.dan_diving_incidents .featured-img-caption,
.single-dan_dive_lab article.dan_research_study .featured-img-caption,
.single-dan_dive_lab article.type-dan_alert_diver .featured-img-caption,
.single-dan_dive_lab article.type-dan_dive_lab .featured-img-caption,
.single-dan_dive_lab article.type-dan_divers_blog .featured-img-caption,
.single-dan_dive_lab article.type-post .featured-img-caption,
.single-dan_divers_blog article.dan_diseases_conds .featured-img-caption,
.single-dan_divers_blog article.dan_diving_incidents .featured-img-caption,
.single-dan_divers_blog article.dan_research_study .featured-img-caption,
.single-dan_divers_blog article.type-dan_alert_diver .featured-img-caption,
.single-dan_divers_blog article.type-dan_dive_lab .featured-img-caption,
.single-dan_divers_blog article.type-dan_divers_blog .featured-img-caption,
.single-dan_divers_blog article.type-post .featured-img-caption,
.single-dan_diving_incidents article.dan_diseases_conds .featured-img-caption,
.single-dan_diving_incidents article.dan_diving_incidents .featured-img-caption,
.single-dan_diving_incidents article.dan_research_study .featured-img-caption,
.single-dan_diving_incidents article.type-dan_alert_diver .featured-img-caption,
.single-dan_diving_incidents article.type-dan_dive_lab .featured-img-caption,
.single-dan_diving_incidents article.type-dan_divers_blog .featured-img-caption,
.single-dan_diving_incidents article.type-post .featured-img-caption,
.single-dan_research_study article.dan_diseases_conds .featured-img-caption,
.single-dan_research_study article.dan_diving_incidents .featured-img-caption,
.single-dan_research_study article.dan_research_study .featured-img-caption,
.single-dan_research_study article.type-dan_alert_diver .featured-img-caption,
.single-dan_research_study article.type-dan_dive_lab .featured-img-caption,
.single-dan_research_study article.type-dan_divers_blog .featured-img-caption,
.single-dan_research_study article.type-post .featured-img-caption,
.single-post article.dan_diseases_conds .featured-img-caption,
.single-post article.dan_diving_incidents .featured-img-caption,
.single-post article.dan_research_study .featured-img-caption,
.single-post article.type-dan_alert_diver .featured-img-caption,
.single-post article.type-dan_dive_lab .featured-img-caption,
.single-post article.type-dan_divers_blog .featured-img-caption,
.single-post article.type-post .featured-img-caption {
	color: var(--dan-gray);
	font-style: italic;
	margin-top: -1rem;
	padding: 0 1rem;
}
@media (min-width: 769px) {
	.single-dan_alert_diver article.type-dan_alert_diver .featured-img-caption,
	.single-post article.type-dan_alert_diver .featured-img-caption {
		color: var(--dan-gray);
		font-style: normal;
		margin-top: -1rem;
		padding: 0 1rem;
	}
}
@media (min-width: 769px) {
	.single-dan_alert_diver article.dan_diseases_conds .featured-img-caption,
	.single-dan_alert_diver article.dan_diving_incidents .featured-img-caption,
	.single-dan_alert_diver article.dan_research_study .featured-img-caption,
	.single-dan_alert_diver article.type-dan_alert_diver .featured-img-caption,
	.single-dan_alert_diver article.type-dan_dive_lab .featured-img-caption,
	.single-dan_alert_diver article.type-dan_divers_blog .featured-img-caption,
	.single-dan_alert_diver article.type-post .featured-img-caption,
	.single-dan_diseases_conds article.dan_diseases_conds .featured-img-caption,
	.single-dan_diseases_conds article.dan_diving_incidents .featured-img-caption,
	.single-dan_diseases_conds article.dan_research_study .featured-img-caption,
	.single-dan_diseases_conds article.type-dan_alert_diver .featured-img-caption,
	.single-dan_diseases_conds article.type-dan_dive_lab .featured-img-caption,
	.single-dan_diseases_conds article.type-dan_divers_blog .featured-img-caption,
	.single-dan_diseases_conds article.type-post .featured-img-caption,
	.single-dan_dive_lab article.dan_diseases_conds .featured-img-caption,
	.single-dan_dive_lab article.dan_diving_incidents .featured-img-caption,
	.single-dan_dive_lab article.dan_research_study .featured-img-caption,
	.single-dan_dive_lab article.type-dan_alert_diver .featured-img-caption,
	.single-dan_dive_lab article.type-dan_dive_lab .featured-img-caption,
	.single-dan_dive_lab article.type-dan_divers_blog .featured-img-caption,
	.single-dan_dive_lab article.type-post .featured-img-caption,
	.single-dan_divers_blog article.dan_diseases_conds .featured-img-caption,
	.single-dan_divers_blog article.dan_diving_incidents .featured-img-caption,
	.single-dan_divers_blog article.dan_research_study .featured-img-caption,
	.single-dan_divers_blog article.type-dan_alert_diver .featured-img-caption,
	.single-dan_divers_blog article.type-dan_dive_lab .featured-img-caption,
	.single-dan_divers_blog article.type-dan_divers_blog .featured-img-caption,
	.single-dan_divers_blog article.type-post .featured-img-caption,
	.single-dan_diving_incidents article.dan_diseases_conds .featured-img-caption,
	.single-dan_diving_incidents article.dan_diving_incidents .featured-img-caption,
	.single-dan_diving_incidents article.dan_research_study .featured-img-caption,
	.single-dan_diving_incidents article.type-dan_alert_diver .featured-img-caption,
	.single-dan_diving_incidents article.type-dan_dive_lab .featured-img-caption,
	.single-dan_diving_incidents article.type-dan_divers_blog .featured-img-caption,
	.single-dan_diving_incidents article.type-post .featured-img-caption,
	.single-dan_research_study article.dan_diseases_conds .featured-img-caption,
	.single-dan_research_study article.dan_diving_incidents .featured-img-caption,
	.single-dan_research_study article.dan_research_study .featured-img-caption,
	.single-dan_research_study article.type-dan_alert_diver .featured-img-caption,
	.single-dan_research_study article.type-dan_dive_lab .featured-img-caption,
	.single-dan_research_study article.type-dan_divers_blog .featured-img-caption,
	.single-dan_research_study article.type-post .featured-img-caption,
	.single-post article.dan_diseases_conds .featured-img-caption,
	.single-post article.dan_diving_incidents .featured-img-caption,
	.single-post article.dan_research_study .featured-img-caption,
	.single-post article.type-dan_alert_diver .featured-img-caption,
	.single-post article.type-dan_dive_lab .featured-img-caption,
	.single-post article.type-dan_divers_blog .featured-img-caption,
	.single-post article.type-post .featured-img-caption {
		width: 70%;
	}
}

/*
 * MARK: h2 subtitle
 */
.single-dan_alert_diver article.dan_diseases_conds .entry-content h2.subtitle,
.single-dan_alert_diver article.dan_diving_incidents .entry-content h2.subtitle,
.single-dan_alert_diver article.dan_research_study .entry-content h2.subtitle,
.single-dan_alert_diver article.type-dan_alert_diver .entry-content h2.subtitle,
.single-dan_alert_diver article.type-dan_dive_lab .entry-content h2.subtitle,
.single-dan_alert_diver article.type-dan_divers_blog .entry-content h2.subtitle,
.single-dan_alert_diver article.type-post .entry-content h2.subtitle,
.single-dan_diseases_conds article.dan_diseases_conds .entry-content h2.subtitle,
.single-dan_diseases_conds article.dan_diving_incidents .entry-content h2.subtitle,
.single-dan_diseases_conds article.dan_research_study .entry-content h2.subtitle,
.single-dan_diseases_conds article.type-dan_alert_diver .entry-content h2.subtitle,
.single-dan_diseases_conds article.type-dan_dive_lab .entry-content h2.subtitle,
.single-dan_diseases_conds article.type-dan_divers_blog .entry-content h2.subtitle,
.single-dan_diseases_conds article.type-post .entry-content h2.subtitle,
.single-dan_dive_lab article.dan_diseases_conds .entry-content h2.subtitle,
.single-dan_dive_lab article.dan_diving_incidents .entry-content h2.subtitle,
.single-dan_dive_lab article.dan_research_study .entry-content h2.subtitle,
.single-dan_dive_lab article.type-dan_alert_diver .entry-content h2.subtitle,
.single-dan_dive_lab article.type-dan_dive_lab .entry-content h2.subtitle,
.single-dan_dive_lab article.type-dan_divers_blog .entry-content h2.subtitle,
.single-dan_dive_lab article.type-post .entry-content h2.subtitle,
.single-dan_divers_blog article.dan_diseases_conds .entry-content h2.subtitle,
.single-dan_divers_blog article.dan_diving_incidents .entry-content h2.subtitle,
.single-dan_divers_blog article.dan_research_study .entry-content h2.subtitle,
.single-dan_divers_blog article.type-dan_alert_diver .entry-content h2.subtitle,
.single-dan_divers_blog article.type-dan_dive_lab .entry-content h2.subtitle,
.single-dan_divers_blog article.type-dan_divers_blog .entry-content h2.subtitle,
.single-dan_divers_blog article.type-post .entry-content h2.subtitle,
.single-dan_diving_incidents article.dan_diseases_conds .entry-content h2.subtitle,
.single-dan_diving_incidents article.dan_diving_incidents .entry-content h2.subtitle,
.single-dan_diving_incidents article.dan_research_study .entry-content h2.subtitle,
.single-dan_diving_incidents article.type-dan_alert_diver .entry-content h2.subtitle,
.single-dan_diving_incidents article.type-dan_dive_lab .entry-content h2.subtitle,
.single-dan_diving_incidents article.type-dan_divers_blog .entry-content h2.subtitle,
.single-dan_diving_incidents article.type-post .entry-content h2.subtitle,
.single-dan_research_study article.dan_diseases_conds .entry-content h2.subtitle,
.single-dan_research_study article.dan_diving_incidents .entry-content h2.subtitle,
.single-dan_research_study article.dan_research_study .entry-content h2.subtitle,
.single-dan_research_study article.type-dan_alert_diver .entry-content h2.subtitle,
.single-dan_research_study article.type-dan_dive_lab .entry-content h2.subtitle,
.single-dan_research_study article.type-dan_divers_blog .entry-content h2.subtitle,
.single-dan_research_study article.type-post .entry-content h2.subtitle,
.single-post article.dan_diseases_conds .entry-content h2.subtitle,
.single-post article.dan_diving_incidents .entry-content h2.subtitle,
.single-post article.dan_research_study .entry-content h2.subtitle,
.single-post article.type-dan_alert_diver .entry-content h2.subtitle,
.single-post article.type-dan_dive_lab .entry-content h2.subtitle,
.single-post article.type-dan_divers_blog .entry-content h2.subtitle,
.single-post article.type-post .entry-content h2.subtitle {
	font-style: italic;
	margin-top: 1rem;
}

.single-dan_diving_incidents h2.incident-report-subtitle,
.archive.tax-dan_diving_incident_keyword h2.incident-report-subtitle {
	font-size: 1.125rem;
	font-weight: 400;
}

.single-dan_diving_incidents article.dan_diving_incidents .post-content-wrap .entry-content > h3:first-of-type,
.archive.tax-dan_diving_incident_keyword article.dan_diving_incidents .post-content-wrap .entry-content > h3:first-of-type {
	margin-top: 0;
}

/*
 * MARK: archives
 */
.search.search-results #primary,
.archive.tax-dan_alert_diver_categories #primary,
.archive.tax-dan_alert_diver_issues #primary,
.archive.tax-dan_diseases_conditions_tags #primary,
.archive.tax-dan_dive_lab_categories #primary,
.archive.tax-dan_dive_lab_tags #primary,
.archive.tax-dan_divers_blog_categories #primary,
.archive.tax-dan_divers_blog_tags #primary,
.archive.tax-dan_diving_incident_keyword #primary,
.archive.tax-dan_research_studies_status #primary,
.archive.category #primary,
.archive.tag #primary {
	flex-basis: 100%;
	margin: 0 auto;
	padding: 1rem;
	max-width: 1200px;
}

.search.search-results article,
.archive.tax-dan_alert_diver_categories article,
.archive.tax-dan_alert_diver_issues article,
.archive.tax-dan_diseases_conditions_tags article,
.archive.tax-dan_dive_lab_categories article,
.archive.tax-dan_dive_lab_tags article,
.archive.tax-dan_divers_blog_categories article,
.archive.tax-dan_divers_blog_tags article,
.archive.tax-dan_diving_incident_keyword article,
.archive.tax-dan_research_studies_status article,
.archive.category article,
.archive.tag article {
	border-top: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0 1.5rem !important;
}
@media (min-width: 481px) {
	.search.search-results article,
	.archive.tax-dan_alert_diver_categories article,
	.archive.tax-dan_alert_diver_issues article,
	.archive.tax-dan_diseases_conditions_tags article,
	.archive.tax-dan_dive_lab_categories article,
	.archive.tax-dan_dive_lab_tags article,
	.archive.tax-dan_divers_blog_categories article,
	.archive.tax-dan_divers_blog_tags article,
	.archive.tax-dan_diving_incident_keyword article,
	.archive.tax-dan_research_studies_status article,
	.archive.category article,
	.archive.tag article {
		flex-wrap: nowrap;
	}
}

.search.search-results article:first-of-type,
.archive.tax-dan_alert_diver_categories article:first-of-type,
.archive.tax-dan_alert_diver_issues article:first-of-type,
.archive.tax-dan_diseases_conditions_tags article:first-of-type,
.archive.tax-dan_dive_lab_categories article:first-of-type,
.archive.tax-dan_dive_lab_tags article:first-of-type,
.archive.tax-dan_divers_blog_categories article:first-of-type,
.archive.tax-dan_divers_blog_tags article:first-of-type,
.archive.tax-dan_diving_incident_keyword article:first-of-type,
.archive.tax-dan_research_studies_status article:first-of-type,
.archive.category article:first-of-type,
.archive.tag article:first-of-type {
	border-top: none;
	padding-top: 1rem;
}

.search.search-results article header .post-detail,
.archive.tax-dan_alert_diver_categories article header .post-detail,
.archive.tax-dan_alert_diver_issues article header .post-detail,
.archive.tax-dan_diseases_conditions_tags article header .post-detail,
.archive.tax-dan_dive_lab_categories article header .post-detail,
.archive.tax-dan_dive_lab_tags article header .post-detail,
.archive.tax-dan_divers_blog_categories article header .post-detail,
.archive.tax-dan_divers_blog_tags article header .post-detail,
.archive.tax-dan_diving_incident_keyword article header .post-detail,
.archive.tax-dan_research_studies_status article header .post-detail,
.archive.category article header .post-detail,
.archive.tag article header .post-detail {
	padding-bottom: 1rem;
}

.search.search-results article header .post-detail,
.archive.tax-dan_alert_diver_categories article header .post-detail,
.archive.tax-dan_alert_diver_issues article header .post-detail,
.archive.tax-dan_diseases_conditions_tags article header .post-detail,
.archive.tax-dan_dive_lab_categories article header .post-detail,
.archive.tax-dan_dive_lab_tags article header .post-detail,
.archive.tax-dan_divers_blog_categories article header .post-detail,
.archive.tax-dan_divers_blog_tags article header .post-detail,
.archive.tax-dan_diving_incident_keyword article header .post-detail,
.archive.tax-dan_research_studies_status article header .post-detail,
.archive.category article header .post-detail,
.archive.tag article header .post-detail {
	color: var(--dan-blue);
	font-size: 0.875rem;
}

.search.search-results article header .post-detail .metadata .date,
.archive.tax-dan_alert_diver_categories article header .post-detail .metadata .date,
.archive.tax-dan_alert_diver_issues article header .post-detail .metadata .date,
.archive.tax-dan_diseases_conditions_tags article header .post-detail .metadata .date,
.archive.tax-dan_dive_lab_categories article header .post-detail .metadata .date,
.archive.tax-dan_dive_lab_tags article header .post-detail .metadata .date,
.archive.tax-dan_divers_blog_categories article header .post-detail .metadata .date,
.archive.tax-dan_divers_blog_tags article header .post-detail .metadata .date,
.archive.tax-dan_diving_incident_keyword article header .post-detail .metadata .date,
.archive.tax-dan_research_studies_status article header .post-detail .metadata .date,
.archive.category article header .post-detail .metadata .date,
.archive.tag article header .post-detail .metadata .date {
	padding-right: 1rem;
}

.search.search-results article .entry-excerpt,
.archive.tax-dan_alert_diver_categories article .entry-excerpt,
.archive.tax-dan_alert_diver_issues article .entry-excerpt,
.archive.tax-dan_diseases_conditions_tags article .entry-excerpt,
.archive.tax-dan_dive_lab_categories article .entry-excerpt,
.archive.tax-dan_dive_lab_tags article .entry-excerpt,
.archive.tax-dan_divers_blog_categories article .entry-excerpt,
.archive.tax-dan_divers_blog_tags article .entry-excerpt,
.archive.tax-dan_diving_incident_keyword article .entry-excerpt,
.archive.tax-dan_research_studies_status article .entry-excerpt,
.archive.category article .entry-excerpt,
.archive.tag article .entry-excerpt {
	flex: 0 1 100%;
	order: 2;
}
@media (min-width: 481px) {
	.search.search-results article .entry-excerpt,
	.archive.tax-dan_alert_diver_categories article .entry-excerpt,
	.archive.tax-dan_alert_diver_issues article .entry-excerpt,
	.archive.tax-dan_diseases_conditions_tags article .entry-excerpt,
	.archive.tax-dan_dive_lab_categories article .entry-excerpt,
	.archive.tax-dan_dive_lab_tags article .entry-excerpt,
	.archive.tax-dan_divers_blog_categories article .entry-excerpt,
	.archive.tax-dan_divers_blog_tags article .entry-excerpt,
	.archive.tax-dan_diving_incident_keyword article .entry-excerpt,
	.archive.tax-dan_research_studies_status article .entry-excerpt,
	.archive.category article .entry-excerpt,
	.archive.tag article .entry-excerpt {
		flex: 0 1 60%;
		order: 1;
		padding-right: 1rem;
	}
}
@media (min-width: 769px) {
	.search.search-results article .entry-excerpt,
	.archive.tax-dan_alert_diver_categories article .entry-excerpt,
	.archive.tax-dan_alert_diver_issues article .entry-excerpt,
	.archive.tax-dan_diseases_conditions_tags article .entry-excerpt,
	.archive.tax-dan_dive_lab_categories article .entry-excerpt,
	.archive.tax-dan_dive_lab_tags article .entry-excerpt,
	.archive.tax-dan_divers_blog_categories article .entry-excerpt,
	.archive.tax-dan_divers_blog_tags article .entry-excerpt,
	.archive.tax-dan_diving_incident_keyword article .entry-excerpt,
	.archive.tax-dan_research_studies_status article .entry-excerpt,
	.archive.category article .entry-excerpt,
	.archive.tag article .entry-excerpt {
		flex: 0 1 70%;
	}
}
@media (min-width: 993px) {
	.search.search-results article .entry-excerpt,
	.archive.tax-dan_alert_diver_categories article .entry-excerpt,
	.archive.tax-dan_alert_diver_issues article .entry-excerpt,
	.archive.tax-dan_diseases_conditions_tags article .entry-excerpt,
	.archive.tax-dan_dive_lab_categories article .entry-excerpt,
	.archive.tax-dan_dive_lab_tags article .entry-excerpt,
	.archive.tax-dan_divers_blog_categories article .entry-excerpt,
	.archive.tax-dan_divers_blog_tags article .entry-excerpt,
	.archive.tax-dan_diving_incident_keyword article .entry-excerpt,
	.archive.tax-dan_research_studies_status article .entry-excerpt,
	.archive.category article .entry-excerpt,
	.archive.tag article .entry-excerpt {
		flex: 0 1 75%;
	}
}

.search.search-results article .post-image-inline,
.archive.tax-dan_alert_diver_categories article .post-image-inline,
.archive.tax-dan_alert_diver_issues article .post-image-inline,
.archive.tax-dan_diseases_conditions_tags article .post-image-inline,
.archive.tax-dan_dive_lab_categories article .post-image-inline,
.archive.tax-dan_dive_lab_tags article .post-image-inline,
.archive.tax-dan_divers_blog_categories article .post-image-inline,
.archive.tax-dan_divers_blog_tags article .post-image-inline,
.archive.tax-dan_diving_incident_keyword article .post-image-inline,
.archive.tax-dan_research_studies_status article .post-image-inline,
.archive.category article .post-image-inline,
.archive.tag article .post-image-inline {
	flex: 0 1 100%;
}
@media (min-width: 481px) {
	.search.search-results article .post-image-inline,
	.archive.tax-dan_alert_diver_categories article .post-image-inline,
	.archive.tax-dan_alert_diver_issues article .post-image-inline,
	.archive.tax-dan_diseases_conditions_tags article .post-image-inline,
	.archive.tax-dan_dive_lab_categories article .post-image-inline,
	.archive.tax-dan_dive_lab_tags article .post-image-inline,
	.archive.tax-dan_divers_blog_categories article .post-image-inline,
	.archive.tax-dan_divers_blog_tags article .post-image-inline,
	.archive.tax-dan_diving_incident_keyword article .post-image-inline,
	.archive.tax-dan_research_studies_status article .post-image-inline,
	.archive.category article .post-image-inline,
	.archive.tag article .post-image-inline {
		flex: 0 1 40%;
		order: 2;
		padding-top: 2rem;
		padding-left: 1rem;
	}
}
@media (min-width: 769px) {
	.search.search-results article .post-image-inline,
	.archive.tax-dan_alert_diver_categories article .post-image-inline,
	.archive.tax-dan_alert_diver_issues article .post-image-inline,
	.archive.tax-dan_diseases_conditions_tags article .post-image-inline,
	.archive.tax-dan_dive_lab_categories article .post-image-inline,
	.archive.tax-dan_dive_lab_tags article .post-image-inline,
	.archive.tax-dan_divers_blog_categories article .post-image-inline,
	.archive.tax-dan_divers_blog_tags article .post-image-inline,
	.archive.tax-dan_diving_incident_keyword article .post-image-inline,
	.archive.tax-dan_research_studies_status article .post-image-inline,
	.archive.category article .post-image-inline,
	.archive.tag article .post-image-inline {
		flex: 0 1 30%;
	}
}
@media (min-width: 993px) {
	.search.search-results article .post-image-inline,
	.archive.tax-dan_alert_diver_categories article .post-image-inline,
	.archive.tax-dan_alert_diver_issues article .post-image-inline,
	.archive.tax-dan_diseases_conditions_tags article .post-image-inline,
	.archive.tax-dan_dive_lab_categories article .post-image-inline,
	.archive.tax-dan_dive_lab_tags article .post-image-inline,
	.archive.tax-dan_divers_blog_categories article .post-image-inline,
	.archive.tax-dan_divers_blog_tags article .post-image-inline,
	.archive.tax-dan_diving_incident_keyword article .post-image-inline,
	.archive.tax-dan_research_studies_status article .post-image-inline,
	.archive.category article .post-image-inline,
	.archive.tag article .post-image-inline {
		flex: 0 1 25%;
	}
}

/*
 * MARK: search results
 */
.search.search-results header.page-header {
	padding-top: 2rem;
}
@media (min-width: 481px) {
	.search.search-results article .entry-excerpt.no-thumbnail {
		flex: 0 1 100%;
	}
}
@media (min-width: 769px) {
	.search.search-results article .entry-excerpt.no-thumbnail {
		flex: 0 1 100%;
	}
}
@media (min-width: 993px) {
	.search.search-results article .entry-excerpt.no-thumbnail {
		flex: 0 1 100%;
	}
}

.search.search-results article .post-image-inline {
	overflow: hidden;
	max-height: 250px;
}

.search.search-results article .entry-footer .cat-links {
	font-size: 0.875rem;
}

.search.search-results article .entry-footer .cat-links::before {
	content: '\f0ac';
	font-weight: 300;
	font-family: 'Font Awesome 6 Pro';
	margin-right: 3px;
}

.search.search-results article .entry-footer .comments-link {
	display: none;
}

/*
 * MARK: widget-area
 */
aside.widget-area {
	border-top: 1px solid #eee;
	background-color: #f5f5f5;
}
@media (min-width: 769px) {
	aside.widget-area {
		border-top: none;
		background-color: transparent;
	}
}

aside.widget-area section.widget_jc_split_menu_widget {
	padding-top: 0.5rem;
}
@media (min-width: 769px) {
	aside.widget-area section.widget_jc_split_menu_widget {
		padding-top: 0;
		padding-left: 1rem;
	}
}

aside.widget-area section.widget_jc_split_menu_widget ul {
	font-size: 0.875rem;
	list-style: none;
	margin: 1rem 0;
	padding: 0;
}

aside.widget-area section.widget_jc_split_menu_widget ul li.current-menu-item > a {
	color: var(--dan-black);
	font-weight: 600;
	box-shadow: inset 2px 0 0 0 #1565c0;
}

aside.widget-area section.widget_jc_split_menu_widget ul a {
	color: var(--dan-blue);
	text-decoration: none;
	display: block;
	margin: 0.25rem 0;
	padding: 0.25rem 0 0.25rem 0.5rem;
}

aside.widget-area section.widget_jc_split_menu_widget ul a:hover {
	text-decoration: underline;
}

aside.widget-area section.widget_jc_split_menu_widget ul ul a {
	margin-left: 1rem;
}

aside.widget-area section.widget_jc_split_menu_widget ul ul ul a {
	margin-left: 2rem;
}

aside.widget-area section.widget_jc_split_menu_widget ul ul ul ul a {
	margin-left: 3rem;
}

aside.widget-area section.widget_jc_split_menu_widget ul ul ul ul ul a {
	margin-left: 4rem;
}

aside.widget-area .dan_sidebar_widgets.widget .dan-tags-categories {
	border-top: 1px dotted var(--dan-gray-light);
	margin-top: 1rem;
}

aside.widget-area .dan_sidebar_widgets.widget .dan-tags-categories h4 {
	color: #424242;
	font-size: 0.9375rem;
	font-weight: 600;
	font-family: var(--dan-main-font);
	margin-top: 1rem;
	margin-bottom: 0.75rem;
}

aside.widget-area .dan_sidebar_widgets.widget .dan-tags-categories h4 i {
	font-size: 14px;
}

aside.widget-area .dan_sidebar_widgets.widget .dan-tags-categories ul {
	font-size: 0.875rem;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.2rem;
}

aside.widget-area .dan_sidebar_widgets.widget .dan-tags-categories ul li {
	padding: 4px 0;
}

aside.widget-area .dan_sidebar_widgets.widget .dan-tags-categories ul li p {
	margin: 0;
}

.single-dan_alert_diver aside.widget-area .dan_sidebar_widgets.widget .dan-blog-posts-sidebar-widgets-wrap .dan-tags-categories:first-child,
.single-dan_diseases_conds aside.widget-area .dan_sidebar_widgets.widget .dan-blog-posts-sidebar-widgets-wrap .dan-tags-categories:first-child,
.single-dan_diving_incidents aside.widget-area .dan_sidebar_widgets.widget .dan-blog-posts-sidebar-widgets-wrap .dan-tags-categories:first-child,
.single-dan_research_study aside.widget-area .dan_sidebar_widgets.widget .dan-blog-posts-sidebar-widgets-wrap .dan-tags-categories:first-child,
.single-post aside.widget-area .dan_sidebar_widgets.widget .dan-blog-posts-sidebar-widgets-wrap .dan-tags-categories:first-child {
	border-top: none;
}

.single-dan_diving_incidents aside.widget-area .dan_sidebar_widgets.widget .dan-diving-incidents-button a {
	color: var(--dan-white);
	font-size: 0.875rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background-color: var(--dan-red);
	display: inline-block;
	margin: 1rem 0 0;
	padding: 1rem 0.5rem;
	width: 100%;
	max-width: 300px;
	transition: background 0.2s ease-out;
}

.single-dan_diving_incidents aside.widget-area .dan_sidebar_widgets.widget .dan-diving-incidents-button a:hover {
	background-color: var(--dan-red);
	transition: background 0.1s ease-out;
}

.single-dan_diving_incidents aside.widget-area .dan_sidebar_widgets.widget .dan-keywords {
	margin-top: 2.2rem;
}
@media (min-width: 769px) {
	.page-template-page-list-page form.searchandfilter {
		padding-left: 1rem;
	}
}

.page-template-page-list-page form.searchandfilter ul {
	padding: 0;
}

.page-template-page-list-page form.searchandfilter ul li.sf-field-search label {
	display: block;
}

.page-template-page-list-page form.searchandfilter ul li.sf-field-search input {
	padding: 0 1rem;
	width: 100%;
	height: 48px;
}

.page-template-page-list-page form.searchandfilter ul li.sf-field-submit,
.page-template-page-list-page form.searchandfilter ul li.sf-field-reset {
	display: inline-block;
	margin-right: 7px;
}

.page-template-page-list-page form.searchandfilter ul li.sf-field-reset input {
	color: var(--dan-blue-dark);
	background-color: rgb(33, 150, 243, 0);
}

.page-template-page-list-page form.searchandfilter ul li.sf-field-reset input:hover {
	background-color: rgb(33, 150, 243, 0.1);
}

.membership-cta-bar-wrap {
	background-color: var(--dan-black);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.membership-cta-bar-wrap .membership-cta-bar {
	text-align: center;
	margin: 0 auto;
	padding: 4.625rem 1rem;
	width: 100%;
	max-width: 1200px;
}

.membership-cta-bar-wrap h2.widget-title {
	color: var(--dan-white);
	font-size: 1.5rem;
	font-family: var(--dan-main-font);
	background: transparent url("../images/divers-alert-network-logo.svg") no-repeat center top;
	background-size: auto 33px;
	margin-top: 0;
	margin-bottom: 1rem;
	padding-top: 40px;
}

.membership-cta-bar-wrap .membership-cta-bar-description {
	color: var(--dan-white);
	margin: 1.5rem 0;
}

.membership-cta-bar-wrap .membership-cta-bar-button-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.membership-cta-bar-wrap .membership-cta-bar-button-wrap .membership-cta-bar-button {
	flex: 0 1 100%;
	text-align: center;
}
@media (min-width: 769px) {
	.membership-cta-bar-wrap .membership-cta-bar-button-wrap .membership-cta-bar-button {
		flex: 0 1 250px;
		margin: 0.75rem;
	}
}

.membership-cta-bar-wrap .membership-cta-bar-button-wrap .membership-cta-bar-button a {
	color: var(--dan-white);
	font-size: 1.5rem;
	text-decoration: none;
	border: 2px solid var(--dan-white);
	background-color: rgb(0, 64, 110, 0.5);
	display: inline-block;
	margin: 0.5rem 0;
	padding: 1.05rem 1rem;
	width: 100%;
	transition: background 0.2s ease-out;
}

.membership-cta-bar-wrap .membership-cta-bar-button-wrap .membership-cta-bar-button a:hover {
	background-color: rgb(0, 64, 110, 1);
	transition: background 0.1s ease-out;
}

.membership-cta-bar-wrap .membership-cta-bar-button-wrap .membership-cta-bar-button a i {
	font-size: 16px;
	margin-right: 0.4rem;
}

.membership-cta-bar-wrap .membership-cta-bar-button-wrap .membership-cta-bar-button.featured a {
	font-size: 1.625rem;
	font-weight: 600;
	background-color: var(--dan-red);
	padding: 1rem;
}

.membership-cta-bar-wrap .membership-cta-bar-button-wrap .membership-cta-bar-button.featured a:hover {
	background-color: var(--dan-red-dark);
}

.membership-cta-bar-wrap .membership-cta-bar-button-wrap .membership-cta-bar-button.featured a i {
	font-size: 20px;
}

.newsletter-signup-wrap {
	background-color: var(--dan-blue-light);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.newsletter-signup-wrap .newsletter-signup {
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 4.625rem 1rem 5.25rem;
	width: 100%;
	max-width: 1200px;
}

.newsletter-signup-wrap .newsletter-signup .newsletter-submit-status {
	background-color: rgb(255, 255, 255, 0.75);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}

.newsletter-signup-wrap .newsletter-signup .newsletter-submit-status i {
	font-size: 2em;
}

.newsletter-signup-wrap .newsletter-signup .newsletter-submit-status#newsletter-submit-checkmark,
.newsletter-signup-wrap .newsletter-signup .newsletter-submit-status#newsletter-submit-failure {
	background-color: white;
}

.newsletter-signup-wrap .newsletter-signup .newsletter-submit-status#newsletter-submit-checkmark span,
.newsletter-signup-wrap .newsletter-signup .newsletter-submit-status#newsletter-submit-failure span {
	margin-left: .5rem;
}

.newsletter-signup-wrap .newsletter-signup .newsletter-submit-status#newsletter-submit-checkmark i {
	color: #2e7d32;
}

.newsletter-signup-wrap .newsletter-signup .newsletter-submit-status#newsletter-submit-failure i {
	color: var(--dan-red);
}

.newsletter-signup-wrap .newsletter-signup #newsletter-invalid-email {
	color: var(--dan-white);
	font-style: italic;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0;
}

.newsletter-signup-wrap h2.widget-title {
	color: var(--dan-white);
	font-size: 1.5rem;
	font-family: var(--dan-main-font);
	background: transparent url("../images/divers-alert-network-logo-white.svg") no-repeat center top;
	background-size: auto 33px;
	margin-top: 0;
	margin-bottom: 1rem;
	padding-top: 40px;
}

.newsletter-signup-wrap .newsletter-signup-description {
	color: var(--dan-white);
	margin: 1.5rem 0;
}

.newsletter-signup-wrap form.newsletter-signup-form {
	display: inline-block;
	position: relative;
	margin: 1.2rem 0 0.5rem;
}

.newsletter-signup-wrap form.newsletter-signup-form input {
	border: 1px solid var(--dan-white);
	border-radius: 0;
	background-color: var(--dan-white);
	box-shadow: 0 0 1px 0 rgb(17, 17, 17, 0.06), 0 1px 27px 0 rgb(17, 17, 17, 0.22);
	position: relative;
	padding: 0 54px 0 1rem;
	width: 286px;
	height: 50px;
}
@media (min-width: 481px) {
	.newsletter-signup-wrap form.newsletter-signup-form input {
		width: 380px;
	}
}

.newsletter-signup-wrap form.newsletter-signup-form button {
	border: 1px solid var(--dan-white);
	border-radius: 0;
	background-color: var(--dan-white);
	position: absolute;
	top: 2px;
	right: 2px;
	margin: 0;
	padding: 2px 0.5rem 0;
	width: 50px;
	height: 46px;
	cursor: pointer;
}

.newsletter-signup-wrap form.newsletter-signup-form button img {
	font-size: 24px;
	background-color: rgb(225, 245, 254, 0);
	transition: background-color 0.2s ease-out;
}

.newsletter-signup-wrap form.newsletter-signup-form button:hover img {
	background-color: #e1f5fe;
	transition: background-color 0.1s ease-out;
}

aside .bgfeed {
	text-align: center;
}

aside .bgfeed p {
	color: var(--dan-gray);
	font-size: 0.6563rem;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 5px;
}

aside .bgfeed img {
	box-shadow: 0 0 0 1px var(--dan-gray-light);
}

/*
 * MARK: home
 */
body.home #masthead {
	border-bottom: none;
}

.home .home-hero-wrap {
	background-color: var(--dan-white);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
@media (min-width: 769px) {
	.home .home-hero-wrap {
		background-position: center;
		background-size: cover;
		height: 720px;
	}
}

.home .home-hero-wrap .home-hero {
	margin: 0 auto;
	padding: 1rem 1rem 230px;
	width: 100%;
	max-width: 1200px;
}
@media (min-width: 993px) {
	.home .home-hero-wrap .home-hero {
		padding: 1.5rem 1rem 1rem;
	}
}

.home .home-hero-wrap .home-hero p {
	font-family: var(--dan-main-font);
	margin: 1rem 0;
}
@media (max-width: 768px) {
	.home .home-hero-wrap .home-hero p {
		text-align: center !important;
	}
}

.home .home-hero-wrap .home-hero p.align-left {
	text-align: left;
}

.home .home-hero-wrap .home-hero p.align-center {
	text-align: center;
}

.home .home-hero-wrap .home-hero p.align-right {
	text-align: right;
}

.home .home-hero-wrap .home-hero p.hero-tagline {
	font-size: 1.5rem;
}
@media (min-width: 769px) {
	.home .home-hero-wrap .home-hero p.hero-tagline {
		font-size: 1.875rem;
	}
}

.home .home-hero-wrap .home-hero p.hero-sub-tagline {
	font-size: 0.9375rem;
}

.home #page #primary {
	max-width: 100%;
}

.home article {
	padding: 0 1rem !important;
}

.home .card-layout-wrap {
	flex: 0 1 100%;
	background-color: #f5f5f5;
	padding: 40px 1rem 50px;
}
@media (min-width: 769px) {
	.home .card-layout-wrap {
		padding: 80px 1rem 90px;
	}
}

.home .card-layout-wrap h2.card-layout-header {
	font-size: 1.75rem;
	text-align: center;
	margin: 0;
	padding-bottom: 30px;
}
@media (min-width: 769px) {
	.home .card-layout-wrap h2.card-layout-header {
		padding-bottom: 70px;
	}
}

.home .card-layout-wrap .card-layout {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	max-width: 1250px;
}
@media (min-width: 769px) {
	.home .card-layout-wrap .card-layout {
		justify-content: center;
	}
}

.home .card-layout-wrap .icon-card {
	flex: 0 1 100%;
	background-color: var(--dan-white);
	box-shadow: 0 0 1px 0 rgb(17, 17, 17, 0.06), 0 2px 28px 0 rgb(17, 17, 17, 0.1);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
	padding: 38px 32px;
}
@media (min-width: 769px) {
	.home .card-layout-wrap .icon-card {
		flex: 0 1 45%;
		margin-right: 1.5%;
		margin-left: 1.5%;
		padding: 48px;
	}
}
@media (min-width: 993px) {
	.home .card-layout-wrap .icon-card {
		flex-wrap: nowrap;
	}
}

.home .card-layout-wrap .icon-card .icon {
	flex: 0 1 100%;
	text-align: center;
	margin-bottom: 1.5rem;
}
@media (min-width: 993px) {
	.home .card-layout-wrap .icon-card .icon {
		flex: 0 1 170px;
		text-align: left;
		align-self: center;
		margin-bottom: 0;
	}
}

.home .card-layout-wrap .icon-card .icon img {
	width: auto;
	max-width: 138px;
	max-height: 146px;
}

.home .card-layout-wrap .icon-card .content {
	flex: 0 1 100%;
}
@media (min-width: 993px) {
	.home .card-layout-wrap .icon-card .content {
		flex: 0 1 calc(100% - 170px);
		text-align: left;
	}
}

.home .card-layout-wrap .icon-card .content h3 {
	font-size: 2rem;
	line-height: 1;
	font-weight: unset;
	font-family: var(--dan-header-font);
	letter-spacing: 0.025rem;
	text-align: center;
	margin-top: 0;
}
@media (min-width: 769px) {
	.home .card-layout-wrap .icon-card .content h3 {
		text-align: left;
	}
}

.home .card-layout-wrap .icon-card .content,
.home .card-layout-wrap .icon-card .content p {
	font-size: 0.9375rem;
	line-height: 1.4;
	/* text-wrap: balance; */
}

.home .card-layout-wrap.cards-row-2 .card-layout {
	max-width: 1210px;
}

.home .card-layout-wrap.cards-row-2 .icon-card {
	flex: 0 1 100%;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}
@media (min-width: 769px) {
	.home .card-layout-wrap.cards-row-2 .icon-card {
		flex: 0 1 45%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}
}
@media (min-width: 993px) {
	.home .card-layout-wrap.cards-row-2 .icon-card {
		flex: 0 1 30%;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
}

.home .card-layout-wrap.cards-row-2 .icon-card .icon,
.home .card-layout-wrap.cards-row-2 .icon-card .content {
	flex: 0 1 100%;
}

.home .card-layout-wrap.cards-row-2 .icon-card .icon {
	text-align: center;
	padding-bottom: 2rem;
}

.home .card-layout-wrap.cards-row-2 .icon-card .content h3 {
	font-size: 2rem;
	line-height: 1;
	font-weight: unset;
	font-family: var(--dan-header-font);
	letter-spacing: 0.025rem;
	margin-bottom: 2rem;
}

.home .card-layout-wrap.cards-row-2 .icon-card .resource-term {
	font-size: 0.8125rem;
	text-align: center;
}
@media (min-width: 769px) {
	.home .card-layout-wrap.cards-row-2 .icon-card .resource-term {
		text-align: left;
	}
}

.home .card-layout-wrap.cards-row-2 .icon-card .resource-term a {
	color: var(--dan-gray);
	text-decoration: none;
	background-color: #f5f5f5;
	display: inline-block;
	margin: 0 auto;
	padding: 7px 10px;
}

.home .card-layout-wrap.cards-row-2 .icon-card .resource-term a:hover {
	color: var(--dan-black);
	background-color: #f8f8f8;
}

.home .card-layout-wrap.cards-row-2 .icon-card .resource-term i {
	font-size: 14px;
	margin-right: 8px;
}

.home .card-layout-wrap.cards-row-3 .posts-header {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	padding-bottom: 50px;
	width: 100%;
	max-width: 1168px;
}

.home .card-layout-wrap.cards-row-3 .posts-header h2 {
	flex: 0 1 100%;
	margin: 0;
}
@media (min-width: 481px) {
	.home .card-layout-wrap.cards-row-3 .posts-header h2 {
		flex: 0 1 60%;
	}
}

.home .card-layout-wrap.cards-row-3 .posts-header p.read-more {
	flex: 0 1 100%;
	margin: 0;
}
@media (min-width: 481px) {
	.home .card-layout-wrap.cards-row-3 .posts-header p.read-more {
		flex: 0 1 40%;
		text-align: right;
	}
}

.home .card-layout-wrap.cards-row-3 .card-layout {
	justify-content: center;
	max-width: 1200px;
}
@media (min-width: 993px) {
	.home .card-layout-wrap.cards-row-3 .card-layout {
		justify-content: space-between;
	}
}

.home .card-layout-wrap.cards-row-3 .card-list-item-blocks {
	flex: 0 1 100%;
	background-color: var(--dan-white);
	box-shadow: 0 0 1px 0 rgb(17, 17, 17, 0.06), 0 2px 28px 0 rgb(17, 17, 17, 0.1);
	margin-bottom: 40px;
}
@media (min-width: 769px) {
	.home .card-layout-wrap.cards-row-3 .card-list-item-blocks {
		flex: 0 1 45%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}
}
@media (min-width: 993px) {
	.home .card-layout-wrap.cards-row-3 .card-list-item-blocks {
		flex: 0 1 30%;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.home .card-layout-wrap.cards-row-3 .card-list-item-blocks:nth-child(1) {
		margin-right: 2%;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.home .card-layout-wrap.cards-row-3 .card-list-item-blocks:nth-child(2) {
		margin-left: 2%;
	}
}

.home .card-layout-wrap.cards-row-3 .card-list-item-blocks .featured-image a {
	background: #f5f5f5 url("../images/img-fpo.svg") no-repeat center;
	background-size: cover;
	display: block;
	min-height: 220px;
}

.home .card-layout-wrap.cards-row-3 .card-list-item-blocks .content {
	padding: 2rem;
}

.home .card-layout-wrap.cards-row-3 .card-list-item-blocks .content h3 {
	font-size: 2.125rem;
	line-height: 1;
	font-weight: unset;
	font-family: var(--dan-header-font);
	letter-spacing: 0.025rem;
	margin-top: 0;
	margin-bottom: 1rem;

	a {
		color: var(--dan-black);
		text-underline-offset: 3px;

		&:hover {
			text-decoration: underline 1px;
		}
	}
}

.home .card-layout-wrap.cards-row-3 .card-list-item-blocks .content .blog-term {
	font-size: 0.8125rem;
	text-align: center;
	position: relative;
	padding: 1rem 0;
}

.home .card-layout-wrap.cards-row-3 .card-list-item-blocks .content .blog-term::before {
	content: "";
	background-color: #ededed;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	transform: translate(0, -50%);
}

.home .card-layout-wrap.cards-row-3 .card-list-item-blocks .content .blog-term a {
	color: var(--dan-blue);
	text-decoration: none;
	background-color: #e5f0f7;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 7px 10px;
}

.home .card-layout-wrap.cards-row-3 .card-list-item-blocks .content .blog-term a:hover {
	color: #002333;
	background-color: #edf5f9;
}

.home .card-layout-wrap.cards-row-3 .card-list-item-blocks .content .blog-term i {
	font-size: 14px;
	margin-right: 8px;
}

.home .card-layout-wrap.cards-row-3 .card-list-item-blocks .content .post-date {
	color: var(--dan-red);
	font-size: 0.875rem;
	font-weight: 600;
}

.home .card-layout-wrap.cards-row-3 .card-list-item-blocks .content .post-date::before {
	content: '\f783';
	font-size: 15px;
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro';
	margin-right: 7px;
}

.home .home-content-middle,
.home .home-content-bottom {
	flex: 0 1 100%;
}

/**
 * MARK: WP Core Accordion
 */
.wp-block-accordion {
  border-bottom: 1px solid #e0e0e0;
}

.wp-block-accordion .wp-block-accordion-heading {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover {
  background-color: #fff;
}

.wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-title:hover {
  text-decoration: underline;
}

/**
 * MARK: recent-posts widget
 */
.dan-recent-posts.widget .wp-block-heading {
  color: #424242;
  font-size: 1rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Aria, sans-serif;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.dan-recent-posts.widget .wp-block-heading::before {
  font-size: 14px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  content: '\f15b';
  margin-right: 8px;
}

.dan-recent-posts.widget .pt-cv-view {
  padding-left: 22px;
}

.dan-recent-posts.widget .pt-cv-title {
  margin-bottom: 0;
}

.dan-recent-posts.widget .pt-cv-no-post,
.dan-recent-posts.widget .pt-cv-title a {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.dan-recent-posts.widget .pt-cv-meta-fields {
  margin-bottom: 0;
}

.dan-recent-posts.widget .pt-cv-meta-fields .entry-date time {
  color: #333 !important;
  font-style: italic;
}
