/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

/*.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}*/

/*a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}*/

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* == WordPress WYSIWYG Editor Styles == */

/*.entry-content img {
	margin: 0 0 1em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}*/
.alignnone, img.alignnone {
	/* not sure about this one */
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/* == WP CSS - Page Listings == */

.pagenav {}               /* outermost list item */
.page_item {}             /* any page item */
.current_page_item {}     /* current page */
.current_page_parent {}   /* parent of current page */
.current_page_ancestor {} /* any ancestor of current page */

.pagenav ul,
.pagenav .current_page_item ul,
.pagenav .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {}

.pagenav  ul ul,
.pagenav .current_page_item ul ul,
.pagenav .current_page_ancestor ul ul,
.pagenav .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor ul ul {}
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul ul {}

/* == CRANIO == */

body .container {
	margin-left: 0;

	padding-bottom: 55px;
}

body #mainheader {
	position: relative;
}

body #mainheader, body #mainheader .header-background {
	height: 161px;
}

body >header .container {
}

body #mainheader .header-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('../images/header_fullwidth.png') 0% 10% repeat-x;	
}

body #mainheader .header-background > a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 100%;
}

body #mainheader .header-fontsize {
	position: absolute;
	top: 55px;
	left: 780px;
}

body #mainheader .header-fontsize ul {
	list-style: none;
}

body #mainheader .header-fontsize ul li {
	font-size: 1.3em;
}

body #mainheader .header-fontsize ul a {
	color: #fff;
}

/* -- language -- */

body #mainheader .header-language {
	position: absolute;
	left: 780px;
	top: 100px;
	z-index: 10;
}

/* -- */

body #mainheader .header-title > div
{
	height: 41px;
}

body #mainheader .header-nav
{
	height: 34px;
}

body #mainheader .header-title,
body #mainheader .header-nav 
{
	position: relative;
	top: 86px;

	height: 41px;
	line-height: 41px;
}

body #mainheader .header-nav 
{
	height: 34px;
}

body #mainheader .header-title {
}

body #mainheader .header-title-background {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 34px;

	height: 41px;	
	background-color: rgba(182,206,35,0.85);
}



body #mainheader .header-nav-background {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;

	height: 34px;
	background-color: rgba(182,206,35,0.3);
}

#content {
	margin-top: 55px;
	padding-bottom: 34px;
}

#content .content-col {
	padding-left: 10px;
	padding-right: 0;
}

body > footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;

	height: 25px;
	line-height: 23px;

	z-index: 260;
}

body > footer .footer-container {
	padding-top: 2px;
	height: 25px;
	line-height: 23px;
	background-color: rgba(182,206,35,0.85);
}

body > footer .footer-prefooter {
	padding-top: 2px;
	height: 25px;
	line-height: 23px;
	background-color: #81c2c8;
}

body > footer
{
	font-size: 1em;
}

ul {
	list-style: disc outside url('../images/bullet.png');
}

.color-tertiary {
	color: #008B93;
}

body > footer .menu-footer-menu-container,
body > footer .menu-social-media-footer-container {
	display: inline-block;
}

body > footer .menu-footer-menu-container ul,
body > footer .menu-social-media-footer-container ul {
	display: flex;
	list-style: none;
	padding: 0;
}

body > footer .menu-footer-menu-container ul li:last-child span,
body > footer .menu-social-media-footer-container ul li:last-child span {
	display: none;
}

body > footer .menu-social-media-footer-container ul li > a
{
	line-height: 1.4;
    vertical-align: top;
}

/* -- sidebar navigation -- */
aside.left-navigation {
	padding-top: 21px;	
	text-align: right;
}

aside.left-navigation ul.menu {
	list-style: none;
		
	background: url(../images/linkenavi.png) right top no-repeat;
	min-height: 233px;

	padding-top: 10px;

	padding-left: 0;

}

aside.left-navigation ul.menu li.menu-item
{
	position: relative;
}
aside.left-navigation ul.menu li.menu-item a
{
	color: #000000;
	font-weight: bold;

	line-height: 1.6;
	font-size: 1.1em;


	display: block;
	padding: 0.5em;
}c


aside.left-navigation ul.menu li a:hover,
aside.left-navigation ul.menu li.current-menu-ancestor,
aside.left-navigation ul.menu > li.current_page_item,
aside.left-navigation ul.menu li.sfHover,
aside.left-navigation ul.menu li.sfHover ul.sub-menu

{
	background-color: rgba(182, 206, 35, 0.3);
}

aside.left-navigation ul.menu li.current_page_item > a {
	color: #85A014 !important;
}

aside.left-navigation ul.menu li.menu-item > ul.sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	width: 60%;
	padding-left: 0;

	list-style: none;

	text-align: left;

	background-color: rgba(182,206,35,0.3);

	display: none;
        z-index: 999;
}

/* -- CONTENT -- */

/* FIX FOR FIRST PARAGRAPH */
.entry-content p:first-child {
	margin: 0;
}

.alignleft, img.alignleft {
	display: inline;
	margin-right: 10px;
	float: left;
}

/* TINYMCE STYLES */
h1, h2, h3, h4, h5, h6 {
	color: #84a327;
	margin-top: 0;
	margin-bottom: 1.017em;
}
.cranio-h1 {
	*font-size: 1.5em;
	*margin: 0 0 1.017em 0;
	line-height: 1.145em;
}

.cranio-clr-green {
	color: #84a327;
}


/* WP-STYLES */
p {
	margin: 0 0 0.7em 0;
}

p,
span
{
}

/* -- POST -- */
.post {
	
}

.post .entry-header .entry-title a, 
.post .entry-header .entry-title a:active, 
.post .entry-header .entry-title a:hover, 
.post .entry-header .entry-title a:visited 
{
	color: inherit;
}

.post .entry-header .post-date {
	font-size: 0.8em;
}

.post .entry-content {
	margin-top: 34px;
}

.blog .post .entry-content {
	margin-top: 0;
	margin-bottom: 21px;
}

.single-post #content .post footer {
	border-top: 1px solid #f2f2f2;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 1rem;
}

.single-post #content .post footer span.edit-link {
	display: inline-block;
	margin-top: 1rem;
}

.single-post #content .post footer .post-navigation .nav-links {
	display: flex;
	column-gap: 1rem;
	justify-content: space-between;
}

.single-post #content .post footer .post-navigation .nav-links .nav-next {
	margin-left: auto;
}

/* -- OVERLAY -- */
#fancybox-overlay {
}

.shiftnav-wrap {
	overflow: visible !important;
}

.cc-cookies {
	position: relative !important;
	margin-bottom: 1px;
	z-index: 610000 !important;
}

.navigation-wrapper-outer {
	position: relative;
}


/* FAQ */

.archive.post-type-archive-faq article.type-faq h2 {
	margin-bottom: 0.75rem;
}

.archive.post-type-archive-faq article.type-faq .entry-content {
	margin-bottom: 2.5rem;
}

.archive.post-type-archive-faq .faq-question-list {
	margin-bottom: 4rem;
}

.archive.post-type-archive-faq .faq-question-list li {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

/* Away Notice Alert */
.alert-cranio.alert-away-notice {
	background-color: #008B93;
	border-color: #00959f;
	color: white;
}

.alert-cranio.alert-away-notice h4 {
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: 0.5px;
}

.alert-cranio.alert-away-notice > div *,
.topbar-away-notice > div * {
	color: white;
}

.alert-cranio.alert-away-notice > div a,
.topbar-away-notice > div a {
	text-decoration: underline;
}

.alert-cranio.alert-away-notice > div p,
.topbar-away-notice > div p {
	line-height: 1.2;
	margin-bottom: 0;
}

.alert-cranio.alert-away-notice > div p + p {
	margin-top: 0.7em;
}

/* topbar away notice */
.topbar-away-notice {
	background-color: #008B93;
	color: white;
	padding: 1.5rem 1rem;
	text-align: center;
}

.topbar-away-notice h4 {
	margin-bottom: 0;
	color: white;
	font-size: 2.5rem;
	letter-spacing: 0.5px;
}

.topbar-away-notice > *,
.topbar-away-notice > div * {
	display: inline-block;
	margin: 0 0.25rem;
}


.topbar-away-notice br {
	display: none;
}

@media screen and (max-width: 766px) {
	.topbar-away-notice h4 {
		margin-bottom: 0.5rem;
	}
}

/* post / page header */
header .page-subtitle {
	font-size: 1.25em;
	line-height: 1.4em;
	color: #84a327;
}

@media screen and (max-width: 766px) {
	header.cranio-post-header img {
		width: 100%;
		height: auto;
		margin-bottom: 3rem;
	}

	body > footer {
		height: 50px;
	}
}

.navigation.pagination {
	display: block !important;
	text-align: center !important;
}

/* HELPER */
.img-invert img {
	filter: invert(1);
}