/*
Theme Name: Alkahest
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 1.0

*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #336676;
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	font-weight: normal; 
	line-height: 1.5;
	
}

body {
	background: #edeef5;
	overflow: hidden;
}
body.home {
	background-color: #110f32;
}
a {
	-webkit-transition:all .3s;
	transition: all .3s;	
	color: #e4a225;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #0d7899;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	font-weight: normal; 
	margin: 36px 0 12px;
}

h1 {
	font-size: 60px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-size: 30px;
	color: #e4a225;
	line-height: 1;
	font-weight: normal;
}

h3 {
	font-size: 22px;
	line-height: 1.2;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #336676;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #336676;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
	font-weight: normal; 
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
	margin-left:22px;
}
.home hr {
	background-color: #fff;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #e4a225;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #e4a225;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #336676;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #e4a225;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	font-weight: normal; 
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

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

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #0080a2;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

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

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

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

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.safezoneA {
	max-width: 1260px;
	margin: 0 auto;	
}
.safezoneB {
	max-width: 980px;
	margin: 0 auto;	
}
.header-main .safezoneA { 
	position: relative;
	z-index: 2;
}
.home .header-main .safezoneA {
	height: auto;
}
.entry-header.safezoneA {
	height: auto;
}
.entry-header {
	position: relative;
}
.entry-header.fixme {
	position: absolute;
	top:33px;
}
.fixme .entry-title {
	font-size: 40px;
}
.site-footer .safezoneA {
	padding: 15px 0 35px;	
}

.site {
	background-color: #fff;
	position: relative;
}
.home .main-content {
	padding-top: 0;	
}
.main-content {
	width: 100%;
	padding-top: 55px;
	padding-bottom: 40px;
}
html body #wprmenu_menu_ul li.wprmenu_parent_item_li > ul {
	padding: 0;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	background-color: #110f32;
	background-color: #161443;
	width: 100%;
	z-index: 4;
	top:0;
	position: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% auto;
	height: 465px;
	max-height: 465px;
	min-height: 100px;
	min-height: 120px;
}
.home .site-header {
	height: auto;
	background-color: transparent;
}
.header-main {
	min-height: 48px;
	padding: 0 10px;
	height: 100%;
	position: relative;
}

.site-title {
	font-size: 18px;
	font-weight: 700;
	font-weight: normal; 
	line-height: 48px;
	margin: 0;
	padding-top: 25px;
	margin-left: 105px;
	display: inline-block;
	position: relative;
	z-index: 9;
}
.home .site-title {
	margin-left: 105px;
}
.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Search in the header */

.search-toggle {
	background-color: #e4a225;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #0d7899;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #0d7899;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #0d7899;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #0080a2;
	font-weight: 900;
	font-weight: normal; 
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}
/* Navigation */

.site-navigation li .current_page_item > a,
.site-navigation li .current_page_ancestor > a,
.site-navigation li .current-menu-item > a,
.site-navigation li .current-menu-ancestor > a {
	color: #fff;
}

/* Primary Navigation */

.primary-navigation {
	float: right;
	font-size: 11px;
	margin: 0 1px 0 -12px;
	padding: 0;
	text-transform: uppercase;
}

.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}

.primary-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	position: relative;
}

.primary-navigation a {
	display: inline-block;
	padding: 0 12px;
	white-space: nowrap;
}

.primary-navigation ul ul {
	background-color: #e4a225;
	float: left;
	margin: 0;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
}

.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}

.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.primary-navigation ul ul a {
	padding: 18px 12px;
	white-space: normal;
	width: 176px;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	background-color: #e4a225;
	color: #fff;
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	background-color: #0d7899;
}

.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
	left: auto;
}

.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}

.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
	padding-right: 26px;
}

.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
	-webkit-font-smoothing: antialiased;
	content: "\f502";
	display: inline-block;
	font: normal 8px/1 Genericons;
	position: absolute;
	right: 12px;
	top: 22px;
	vertical-align: text-bottom;
}

.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
	padding-right: 20px;
	width: 168px;
}

.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
	content: "\f501";
	right: 8px;
	top: 20px;
}



/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	/*padding-top: 48px;
	width: 100%;*/
}


.home .content-area { 
	padding-top: 48px;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 48px;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header .entry-title { 
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 12px;
	margin: 0 0 12px 22px;
	text-transform: uppercase;
	text-transform: none;
	color: #110f32;
	text-align: center;
	text-align: left;
	-webkit-transition:all .3s;
	transition: all .3s;		
}
.inNews .site-content .entry-header .entry-title {
	margin-right: 170px;
}
.site-header .entry-header {
	position: relative;
	z-index: 1;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;	
}

.site-header .entry-title {
	font-size: 60px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	-webkit-transition:all .3s;
	transition: all .3s;
	display: inline-block;		
}


.entry-title a {
	color: #336676;
}

.entry-title a:hover {
	color: #0d7899;
}


.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #0d7899;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	font-weight: normal; 
	text-transform: uppercase;
}

.cat-links a {
	color: #336676;
}

.cat-links a:hover {
	color: #0d7899;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	font-weight: normal; 
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #0d7899;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #0d7899;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	word-wrap: break-word;
}
.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.home .entry-content a {
	text-decoration: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	font-weight: normal; 
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #0d7899;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	font-weight: normal; 
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #0d7899;
	border: 1px solid #0d7899;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	font-weight: normal; 
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #336676;
	display: block;
	font-size: 14px;
	font-weight: 700;
	font-weight: normal; 
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #0d7899;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	font-weight: normal; 
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #336676;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #e4a225;
}

.paging-navigation a:hover {
	border-top: 5px solid #0d7899;
	color: #336676;
}




/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
	margin-left: 22px;
}
#secondary .search-form,
#secondary .issearch {
	padding: 7px 20px 15px;
	border-bottom: 1px solid #abaaa8;
}
/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */
#primary {
	display: inline-block;
	vertical-align: top;
	width: 79%;
}
.page-template-full-width #primary,
.page-template-contact #primary {
	display: block;
	width: auto;	
}
.home #primary {
	display: block;
	max-width: none;
	width: 100%;
}
.page-template-news #primary,
.page-template-publications #primary {
	width: 59%;	
}	
#secondary {
	display: inline-block;
	vertical-align: top;	
	border-right: 1px solid #abaaa8;
	clear: both;
	padding: 0;
	position: relative;
	z-index: 2;
	text-align: right;
	max-width: 250px;
	width: 20%;
	line-height: 1.4;
}

#tertiary {
	display: inline-block;
	vertical-align: top;		
	max-width: 250px;
	width: 20%;
}
#secondary .menu {
	margin-left: 0;
}

/* #secondary .menu .current-menu-ancestor .sub-menu .current_page_item > a */
#secondary .menu > .current-page-ancestor > a,
#secondary .menu > .current-menu-ancestor > a,
#secondary .menu > .current-menu-parent > a,
#secondary .menu > .current-page-parent > a,
#secondary .menu > .current_page_parent > a,
#secondary .menu > .current_page_ancestor > a,
#secondary .menu > .current_page_item > a {
	border-bottom: 1px solid #abaaa8;
	font-weight: 600;
	font-weight: normal;  
	font-weight: 500;
	display: none;
}
#secondary .menu > .current_page_item.showLink > a {
	display: block;
}

#secondary .menu .sub-menu .current_page_item > a {
	border-bottom: 1px solid #abaaa8;
	font-weight: 600;
	font-weight: normal;  
	font-weight: 500;
} 
 
#secondary a {
	padding: 7px 20px;
	display: inline-block;
	color: #336676;
}
#secondary a:hover {
	color: #e4a225;
}
.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: #0a091f;
}

.site-footer {
	background-color: #fff;
	font-size: .75em;
	position: relative;
	z-index: 3;

}

.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	display: inline-block;
	vertical-align: top;
}

.site-info a:hover {
	color: #0d7899;
}

	.search-box .search-field {
		width: 324px;
	}


	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}


	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}



	.search-toggle {
		margin-right: 18px;
	}

	.search-box .search-field {
		width: 50%;
	}



	.site-content {
		margin-right: 33.33333333%;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}


	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */


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

.site-main {
	/*background-color: #edeef5;*/
	margin-top: 485px;
}
.home .site-main {
	margin-top: 0;
}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}


	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
.entry .entry-content .wp-block-columns.alignfull {
	padding-left: 1rem;
	padding-right: 1rem;
}	

.entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}
.entry .entry-content .wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}
.entry .entry-content .wp-block-columns[class*='has-'] > * {
	margin-right: 1rem;
}
.entry .entry-content .wp-block-columns[class*='has-'] > *:last-child {
	margin-right: 0;
}
.entry .entry-content .wp-block-columns.alignfull,
.entry .entry-content .wp-block-columns.alignfull .wp-block-column {
	padding-left: calc(2 * 1rem);
	padding-right: calc(2 * 1rem);
}




html body div.wprm-overlay {
	background-color: rgba(0,0,0,.2) !important;
}
.blur {
  /* transition: .15s ease-in-out;
    -webkit-filter: blur(10px);
    filter: blur(20px);	*/
}

/*.wprmenu_bar {
	max-width: 1260px;
	margin: 0 auto;	
}*/
html body div.wprm-wrapper {
	overflow: hidden;
}
 
.cbp-spmenu, .cbp-spmenu-push {
    -webkit-transition: none;
    -moz-transition:  none;
    transition:  none;
}
.wprmenu-body-fixed .site-main{
   /* transition: 15ms ease-in-out; */
    -webkit-filter: blur(14px);
    filter: blur(14px);		
}
.wprmenu-body-fixed #masthead{
   /*transition: 15ms ease-in-out; */
    -webkit-filter: blur(20px);
    filter: blur(20px);	
}




.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
  /*  transition-property: transform;
    transition-duration: 15ms;
    transition-timing-function: ease; */
}
.hamburger-box {
    width: 34px;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
	width: 34px;
}
.hamburger--slider .hamburger-inner {
	top: 5px;
}
.hamburger--slider .hamburger-inner:before {
    top: 7px;
}
.hamburger--slider .hamburger-inner:after {
    top: 14px;
}
.hamburger--slider.is-active .hamburger-inner:after {
	top:20px;
}
.hamburger--slider.is-active .hamburger-inner {
	top:2px;
}
.wprmenu_par_opened {
	transform: rotate(90deg);	
}

/*

html.wprmenu-body-fixed body {
	/*position: relative !important; */
/*	position: fixed !important;
	position: relative !important; 
}
html.wprmenu-body-fixed {
    /* overflow: inherit; */
/*    overflow-x: auto;
    overflow-y: scroll;
}


.cbp-spmenu-right {
	/*right: -66%; */
/*}
*/

html.wprmenu-body-fixed body {
	/*position: relative !important;	*/
}

html.wprmenu-body-fixed { 
	overflow-y: scroll;	
}

@media not all and (min-resolution:.001dpcm) { /* safari hack */
	@media {/* your code for Safari Desktop & Mobile */
		html.wprmenu-body-fixed {
			overflow: inherit;
		}
	}
}
.site-info sup {
	display:none;
}
div#mg-wprm-wrap ul li span.wprmenu_icon {
	right: 0;
}
div#mg-wprm-wrap ul#wprmenu_menu_ul>li>span.wprmenu_icon:before {
    right: 17px;
    line-height: 1.5;
}
div#mg-wprm-wrap ul#wprmenu_menu_ul>li>span.wprmenu_par_opened:before {
    right: 10px;
}

#alkahest_logo {
	width: 226px;
	height: 54px;
	background-image: url(/wp-content/uploads/2021/03/alkahest-logo-new-wht.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0;
}
#alkahest_logo_footer {
	display: inline-block;
	vertical-align: top;
	float: right;
}
#alkahest_logo_footer img{
	width: 226px;
	height:auto;	
}
#social_cont {
	display: inline-block;	
	vertical-align: top;
	width: 29%;
	margin-top: 3px;
	float: right;
    text-align: right;
}
#social_buttons {
	/*font-size: 25px;*/
	margin: 0;	
}
#social_buttons li{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 10px;
}
#social_buttons li a{
	background-color: pink;
	border-radius: 50%;
	padding: 5px 7px;
	max-width: 25px;
	max-height: 25px;
	color: #fff;
}
#social_buttons .twitter a{
	background-color: #007ab9;
}
#social_buttons .linkedin a{
	background-color: #55acee;
}
#section-1 {
	position: relative;
}
#section-1 img {
	width: 100%;
	height: auto;
	margin: 0;
}
#section-1 #plant {
	position: absolute;
	top:41%;
	left:-72px;
	right:0;
	text-align: center;
}
#section-1 #plant img {
	max-width: 393px;
	margin: 0 auto;
}
#home-title {
	position: absolute;	
	top:41%;
	left:0;
	right:0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-weight: normal; 
}
.home .safezoneA .entry-content {
	margin-left: 140px;
	margin-right: 140px;
}
.brain,
.vial,
.pipe,
.news {
	position: relative;
	margin-top: 12.5%;
}
.brain:before,
.vial:before,
.pipe:before,
.news:before {
	width: 98px;
	height: 104px;
	position: absolute;
	left:-125px;
	top:15px;	
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
}
.brain:before {
	background-image: url(/wp-content/uploads/2019/02/icon-brain.png);
}
.vial:before {
	background-image: url(/wp-content/uploads/2019/02/icon-beaker.png);
}
.pipe:before {
	background-image: url(/wp-content/uploads/2019/02/icon-pipeline.png);
}
.news:before {
	background-image: url(/wp-content/uploads/2019/02/icon-news.png);
}
.large {
	font-size: 23px;
}
.home h2 a:after {
	content:"+";
	content:"\2192";
	content: "\f30b";
	content: "\f35a";
	
	font-family: "Font Awesome 5 Free";
	border-radius: 50%;
/*	border:2px solid #e4a225; */

	margin-left: 25px;
	line-height: 1;
	line-height: 24px;
	height: 25px;
	width: 25px;
	display: inline-block;
	font-size: 25px;
	font-size: 20px;
	font-size: 25px;
	text-align: center;
	vertical-align: middle;
	/*-webkit-transition:all .3s;
	transition: all .3s;	*/
}
.home h2 a:hover:after {
	border-color: #0d7899;
}
.cbp-spmenu {
	/*position: absolute;
	top:0;*/
}
.cbp-spmenu {
	/*height: auto; */
}
#mg-wprm-wrap.cbp-spmenu.custom {
	padding: 125px 115px 0;
}
#mg-wprm-wrap li.menu-item a {
	text-align: right;
	padding-right: 48px;	
}
.icon_default.wprmenu_icon_par:before {
	content: "\00BB";
}
.wprmenu_icon {
	font-size: 30px;
}
.custom #wprmenu_menu_ul {
	min-width: 480px;
	overflow-y: auto;
	max-height: 100%;
	max-height: 87%;
}
.home .news_row {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 4%;
	color:#fff;
	position: relative;
	padding-bottom: 40px;
	height: 150px;
	margin-bottom: 35px;
	-webkit-transition:all .3s;
	transition: all .3s;		
}
.home .news_row:last-child {
	margin-right: 0;
}
.home .news_row:hover .news-title {
	color:#0d7899;
}
.home .entry-date {
	font-size: 20px;
	font-weight: 500;
	font-weight: normal; 
	color:#fff;	
	margin-bottom: 7px;
}
.home .button {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 20px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	padding: 5px 11px 5px;
	margin-top: 20px;
	position: absolute;
	bottom:0;
	left:0;
	-webkit-transition:all .3s;
	transition: all .3s;	
}
.home .news_row a {
	color:#fff;
}
.home .news_row a:hover .button {
	color:#0d7899;
	border-color: #0d7899;
}
.home .entry-content {
	color: #fff;
}
.home #masthead {
	-webkit-transition:all .5s;
	transition: all .5s;
}
#masthead.darken {
	background-color:rgba(17,15,50,.8);
}
#secondary .current_page_item, #secondary .current-menu-item, #secondary .current_page_item li, #secondary .current-menu-item li, #secondary .current-page-ancestor, #secondary .current-menu-ancestor, #secondary .current-menu-parent, #secondary .current-page-parent, #secondary .current_page_parent, #secondary .current_page_ancestor, #secondary .current-page-ancestor li, #secondary .current-menu-ancestor li, #secondary .current-menu-parent li, #secondary .current-page-parent li, #secondary .current_page_parent li, #secondary .current_page_ancestor li, #secondary li .current_page_item > a, #secondary li .current-menu-item > a {
    display: block;
}

.inNews #menu-item-46,
.inNews #menu-item-46  .sub-menu li {
	display: block;
}
.inNews #menu-item-46 > a{
	display: none;
}

.inNews #secondary .menu {
	margin-bottom: 0;
}
.backbutton {
	display: inline-block;
	position: absolute;
	top:0;
	right:0;
}
.backbutton a{
	color: #fff;	
}
#secondary li {
	display: none;
}
#secondary #menu-main-nav-2 li {
	display: block;
}

/*#secondary li, #secondary .current_page_item > a, #secondary .current-menu-item > a, #secondary .current-menu-item > a, #secondary .current-page-ancestor > a, #secondary .current-menu-ancestor > a, #secondary .current-menu-parent > a, #secondary .current-page-parent > a, #secondary .current_page_parent > a, #secondary .current_page_ancestor > a {
    display: none;
}*/

.entry-content p{
	margin-left: 22px;
	line-height: 2;
}
.entry-content .wp-block-column p {
	margin-left: 22px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3, 
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content ol,
.entry-content ul,
.entry-content table,
.entry-content iframe,
.nyb,
.content-box2,
.sab_cont{
	margin-left: 22px;
	margin-right: 22px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 44px;
}



.post_excerpt {
	line-height: 2;
}
#secondary #dpt {
	display: block;	
}
.bandText {
	color:#fff;
}
.bandText .wp-block-image {
	max-width: 49.5%;
	display: inline-block;
	margin-bottom: 0;
}
.bandText img {
	
}
.bandText hr {
	background-color:#fff;
	margin: 5px 0;	
}
.bandText div {
	max-width: 43%;
	max-width: 42%;
	padding: 0 3.22%;
	display: inline-block;
	vertical-align: middle;
	line-height: 2;	
}
.news_date {
	color: #336676;
}
.callout_title,
.entry-content .callout_title {
	margin-top: 0;	
	color: #110f32;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
}
.page-template-bod .bod_box:hover .callout_title {
	color:#0d7899;
}
.page-template-bod .bod_box:hover .moreArrow {
	color:#0d7899;

}
.news_cont {
	margin-bottom: 45px;	
	margin-left: 22px;
	border-bottom:1px solid #abaaa8;
}
.partner_box,
.partner_box_2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 48px 2% 12px 0;
    cursor: pointer;
    width: 23%;
    cursor: pointer;
    vertical-align: top; 
}
.partner_box {
    width: 31%;	
   /* overflow: auto;
    min-height: 180px;
    border: 1px solid red;*/
}
.nyb .partner_box:last-child,
.nyb .partner_box_2:last-child,
.nyb .bod_box:last-child {
	margin-right: 0;
}
.partner_box img,
.partner_box .empty,
.partner_box_2 img,
.partner_box_2 .empty {
	max-width: 179px;
	margin-right: 10px;
	display: inline-block;
	width: auto;		
}
.partner_box img,
.partner_box .empty {
	max-width:86%;
}
/* dmc remove 3-26 at jens request */
/*.partner_box_2:last-of-type img{
	width: 100px;
}
*/
#bio2D-2 {
	/*vertical-align: bottom; */
}
#bio2D-2 img{
	/*max-height: 58px; */
}
.bod_box {
   display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 30px 2% 30px 0;
    cursor: pointer;
    width: 30%;
    cursor: pointer;
    vertical-align: top;	
}
.bod_box h4{
	font-weight: 300;
	font-style: italic;
	color: #0081a4;
	font-size: 13px;
	margin-left: 0;
	margin-right: 0;
}

.bod_box .callout_title {
	text-align: center;
	margin-bottom: 0;
}
.bod_box img {
	border-radius: 50%;	
	max-width: 50%;
}
.sab_box {
   display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0px 4% 48px 0;
    width: 29%;
    cursor: pointer;
    vertical-align: top;	
}
.sab_box h3 {
	margin: 0;
}
.sab_box h5 {
	margin: 0;
}
.entry-content .sab_box p {
	margin-left: 0;
	line-height: 1.3;
	font-size: 14px;
	font-size: .83em;
}
.bio-title {
	font-weight:600;
	font-weight: normal; 
}
.entry-content .bio-info p,
.entry-content .bio-info_2 p {
	margin-left: 0;
}

.bioless,
.bioless_2 {
	display: inline-block;	
}
.inset_label {
	text-align: center;	
}
.partner_box:hover .moreArrow,
.partner_box_2:hover .moreArrow{
	color:#0d7899;
	border-color: #0d7899;

}
.bc_active .moreArrow{
	transform: rotate(90deg);
	line-height: 20px;
}

.moreArrow {
    border-radius: 50%;
    border: 2px solid #e4a225;
    border: none;
 
    line-height: 25px;
    height: 25px;
    width: 25px;
    display: inline-block;
    font-size: 20px;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .3s;
    transition: all .3s;
    color:#e4a225;
}
.bod_box .moreArrow {
	margin-left: 15px;
}
.page-id-8 .site-main {
	/*background-image: url(/wp-content/uploads/2019/02/alkahest-map-wlogo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;*/
}
/*culture page css */
.culture-grid {
	width:100%;
}
.culture-grid img {
	width:50%;
	transition: all .2s ease-in;
}
.culture-grid:after {
	content: "";
 	display: table;
 	clear: both;
}
#grid-passion:hover, #grid-integrity:hover, #grid-boldness:hover, #grid-collaboration:hover {
	transform:scale(1.02, 1.02)
}
.page-id-700 .entry-content li{
	padding-bottom:10px;
}
.page-id-41 .entry-content p {
	line-height:1.5;
}

/* general button styles */
.entry-content .wp-block-button,
.entry-content .wp-block-button__link {
	text-decoration: none;
}
.wp-block-button {
	margin-left:4%;
	text-decoration: none;
}
.wp-block-button__link {
	background-color: #e4a225;
    border-radius: 1px;
}
.wp-block-button__link a {
	 text-decoration: none;
}

#mapimg {
	position: absolute;
	top: 0;
	top:465px;
	bottom: 0;
	left: 0;
	right:0;
	background-image: url(/wp-content/uploads/2019/02/alkahest-map-wlogo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;		
}
.page-template-contact  #main {
	min-height: 900px !important;
}
.page-template-contact .main-content {
	position: relative;
	position: absolute;
	margin-bottom: 0;
	padding-bottom: 0;
}
.page-template-contact .has-2-columns .wp-block-column {
	background-color: #272544;
	color: #fff;
}
.page-template-contact .has-2-columns .wp-block-column h3{
	margin: 40px 0 12px 22px;
}
.maplink {
	/*position: absolute;
	width:70px;
	height: 70px;
	border: 3px solid blue;
	border-radius: 50%;
	left: 60.5%;
	top: 39%;*/
}

#menu-main-nav-2 {
	margin-bottom:0;
}
.cbp-spmenu {
	position: absolute;
	position: fixed;
	height: 100%;
}
.twothirds {
	display: inline-block;
	vertical-align: top;
	width: 64%;	
}
.onethird {
	display: inline-block;
	vertical-align: top;
	width: 30%;	
}
.onequarter {
	display: inline-block;
	vertical-align: top;	
	width: 22%;
}
.threequarters {
	display: inline-block;
	vertical-align: top;	
	width: 74%;	
}
.onehalf {
	display: inline-block;
	vertical-align: top;	
	width: 48%;
}
#mg-wprm-wrap {
	/*top:-465px !important;*/
	overflow: hidden;
}
/*mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a*/
.wprm-wrapper #mg-wprm-wrap ul#wprmenu_menu_ul li.current-menu-item > a,.wprm-wrapper #mg-wprm-wrap li.current-menu-item span.wprmenu_icon {
	color: #0d7899 !important;
}
#jsdata {
	position: absolute;
	display: none;
}
.page-template-doubletitle .header-main #jsdata{
	/*display: block; */	
}
.header-main #jsdata{
	display:none;
	/*display: block;*/
}
.slide-holder {
	position: relative;	
	height: 293px;
	overflow: hidden;
	z-index: 1;
}
.slide_cont {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: #252344;
	color: #fff;
	/*opacity: 1;
	left: -100%;
	right: 100%;*/
	opacity: 0;
	-webkit-transition:opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
	transition: opacity 1s;	
}
.entry-content .slide_cont p {
	line-height: 1.5;
	margin-bottom: 12px;
}
.slide_img {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.slide_img img{
	margin: 0;
}
.detail_cont {
	display: inline-block;
	vertical-align: middle;
	width: 49%;	
	margin-top: 53px;
}
.detail_cont p:last-child {
	margin-bottom: 0;
}
.detail_cont hr {
	background-color: #fff;	
}
.button_cont {
	position: absolute;
	z-index: 99;
	top:20px;
	left:50%;
	right:0;
	text-align: center;	
}
.slide_arrow {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #fff;
	border-radius: 50%;	
	display: inline-block;
	margin: 0 25px;
	color: #fff;
	cursor: pointer;
	border: none;
	font-size: 32px;
}
.slide_arrow:hover {
	border-color:#e4a225;
	color:#e4a225;	
}
.currentslide{
	z-index: 80;
	opacity: 1;
	left: 0;
	right: 0;
}
.moveleft {
	/*-webkit-transition:all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;*/

	-webkit-transition:opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
	transition: opacity 1s;
		
	/*left:-100%;	
	right: 100%; */
	opacity: 1;	
}
.prepnext {
	/*left:100%;
	right:-100%;*/
	z-index: 2;
	opacity: 1;	
}
.moveintoframe {
	/*-webkit-transition:all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;*/
	
	-webkit-transition:opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
	transition: opacity 1s;	
	
	transition-delay: 1s;		
	left:0;	
	right: 0;
	opacity: 1;
}
.moveintoLframe {
	/*-webkit-transition:all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	-webkit-transition:all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;*/
	
	-webkit-transition:opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
	transition: opacity 1s;	
		
	transition-delay: 1s;		
	left:0;	
	right: 0;
	z-index: 4;
	opacity: 1;
}
.moveright {
	/*-webkit-transition:all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;		*/
	
		
	-webkit-transition:opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
	transition: opacity 1s;
	
	/*left:100%;	
	right:-100%;	*/
	opacity: 1;	
}
.preplnext {
/*	left:-100%;
	right:100%;*/
	z-index: 3;
	opacity: 1;	
}
.arch_years {
	display: none;
}
.arch_years .press_row:last-child {
	border:none;
}

.event_details h3 {
	margin-top: 0;
}
.pubtabs {
	list-style: none;
	margin-left: 0;
	border-bottom: 1px solid #abaaa8;
	font-size: 18px;
	padding: 0 25px;
}
.pubtabs li{ 
	display: inline-block;
	/*padding: 0 15px;*/
	padding: 0 25px;
	margin-right: 15px;
	background-color: #0d7899;
	color: #fff;
	transition: all 0.4s ease;
	cursor: pointer;
	/*font-size: 26px;*/
	font-size:18px;
}
.pubtabs .stick {
	background-color:#e4a225;
}
.pubtabs li:hover{ 
	background-color:#e4a225;
}
.news_cont a:hover .callout_title{
	color:#0d7899;
}
/*publications page css */
.page-id-74 .entry-content p {
	line-height:1.5;
	font-weight:300;
}
.page-id-74 .entry-content em {
}
/*  JA + OTHER EDITS */ 

.source {
	font-size:14px;
}
.bandText div.lh-less {
	line-height:1.7em;
}
#home-title sup {
	font-size:23px;
	bottom:3ex;
}
.nyb h3, .nyb p {
	margin-left:0;
}
#cookie-consent-block.onstate {
    display: block;
}
#cookie-consent-block {
    position: fixed;
    height: auto;
    bottom: 0;
    z-index: 99999;
    background: #0d7899;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 1.4rem 0;
    font-size: .9rem;
    line-height: 1.4;
    transition: transform 377ms;
    display: none;
}
#cookie-consent-block a:hover {
	text-decoration: underline;
	color: #e4a225;
}

#cookie-consent-block .button:hover {
	background-color: #0080a2;
	text-decoration: none;
}
#cookie-consent-block .button {
    position: absolute;
    right: 2rem;
    top: 0;
    left: auto;
    margin: 0;
	background-color: #e4a225;
    border-radius: 2px;
    padding: .8rem 1.3rem;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    
}
#cookie-consent-block p {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding-right: 180px;
}
.menudt {
	margin-bottom: 0;	
}
.job-disclaimer {
	font-size: 13px;
    line-height: 1.6 !important;
    margin-top:22px;
}
.jobs-image .wp-block-column:first-child {
	margin-right:0;
}
.jobs-image .wp-block-column:last-child{
	margin-left:0;
}
.home .news_cont {
	border: none;
}
.page-template-publications h6 {
	line-height: 1.2;
	margin-bottom: 5px;
}
.page-id-74 .entry-content p {
	font-weight: normal;
}
.page-template-publications #tertiary .news_details p {
	font-size: .9em;
	margin-bottom: 8px;
}
.page-template-publications .news_details p {
	font-size: .9em;
}
.page-template-publications #tertiary .entry-content ul {
	margin: 0 0 0 12px;
	font-size: .9em;
}
.iframe {
	max-width:99%;	
}
.jv-careersite-iframe {
	width: 98%;
	height: 400px;
	border-top:1px solid #336676;
	border-bottom:1px solid #336676;
}
.mobile-title {
	display: none;
}
.iframe-wrapper {
	position: relative;
	height: 	400px;
	width:   100%;
	overflow: auto;
	/*-webkit-overflow-scrolling: touch;
	overflow-y: scroll;	*/
}
.iframe {
       /* display: block;
        position: absolute;
        top:    0;
        bottom: 0;
        left:   0;
        right:  0;*/
        width:  100px;
        min-width:  100%;
        height: 100px;
        min-height: 100%;
}
.entry-content #jv_careersite_iframe_id {
	margin-right:0;
	margin-left:0;
}
.has-2-columns .wp-block-column:not(:last-child) { 
	margin-left: 22px;
}
h3.column-header {
    margin-left:44px;
}
.search .entry-title a {
    text-decoration:none;
    color:#e4a225;
}


.has-teal-background-color {
	background-color: #0d7899;
}
.floatme-right {
	float:right;
}
.entry-content #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a {
	border-bottom: 0;
	pointer-events: none;
	text-decoration: none;
	background-color: transparent;
}
.entry-content #ot-sdk-btn.ot-sdk-show-settings {
	color: #336676;
}
.page-id-704 #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2 .ot-sdk-cookie-policy-group-desc {
	display: none;
}


@media screen and (max-width: 1599px) {
	h1 {
		font-size: 48px;
	}
	
	h2 {
		font-size: 30px;
		color: #e4a225;
		line-height: 1;
		font-weight: normal;
	}
	
	h3 {
		font-size: 22px;
		line-height: 1.2;
	}
	
	h4 {
		font-size: 20px;
		line-height: 1.2;
	}
	
	h5 {
		font-size: 18px;
		line-height: 1.3;
	}
	
	h6 {
		font-size: 16px;
		line-height: 1.5;
	}

	
	
	
}
@media screen and (max-width: 1440px) {
	.site-header .entry-title {
		font-size: 48px;
	}
	.site-header {
		height: 485px;
	}
	.site-main{
		margin-top:485px;
	}
}

@media screen and (max-width: 1439px) {
	#mg-wprm-wrap.cbp-spmenu.custom {
		padding: 60px 115px 0;
	}
}
@media screen and (max-width: 1365px) {
	.site-header {
		height: 300px;
	}
	.site-main {
		margin-top: 300px;
	}
	.site-title {
		margin-left: 0;
	}
	.wprmenu_bar #custom_menu_icon.hamburger {
		right: 10px;
		
	}
	.home .site-title {
    	margin-left: 0;
    }

	.page-template-news #primary,
	.page-template-publications #primary {
		width: 56%;
	}
}
@media screen and (max-width: 1279px) {

	
	.site-footer {
		padding: 0 10px;	
	}
	.partner_box img, .partner_box .empty, .partner_box_2 img, .partner_box_2 .empty {
		max-width: 80%;
	}
	.bod_box {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.bod_box h4 {
		margin: 0;
		text-align: center;
		font-size: .9em;
	}
	.detail_cont hr {
		margin-bottom: 13px;
	}
	.button_cont {
		top:10px;
	}
	.detail_cont {
		margin-top: 43px;
	}
	.jv-careersite-iframe {
		width: 96%;
	}
	#cookie-consent-block {
		padding-left: 12px;	
	}
}
@media screen and (max-width: 1200px) {
	.bandText .wp-block-image{
		display: block;
		margin: 0 auto;
		padding-top: 24px;
	}
	.bandText div {
		display: block;
		width: auto;
		margin: 24px;
		max-width: none;
		padding-bottom: 24px;
	}
	.entry-content .slide_cont p {
		font-size: .9em;
	}
}
@media screen and (max-width: 1120px) {
	.slide_cont {
		font-size: 15px;
	}
	.slide-holder {
		height: 256px;
	}
}
@media screen and (max-width: 1090px) {
	#social_cont {
		width: 9%;
	}
	.partner_box img, .partner_box .empty, .partner_box_2 img, .partner_box_2 .empty {
		max-width: 75%;
	}	
	.detail_cont hr {
		margin-bottom: 4px;
	}
	.entry-content .slide_cont p {
		margin-bottom: 6px;
		font-size: .9em;
	}
	.site-header .entry-title,h1 {
		font-size: 41px;
	}
	
	h2 {
		font-size: 26px;
	}
	
	h3 {
		font-size: 19px;
	}
	
	h4 {
		font-size: 17px;
	}
	
	h5 {
		font-size: 15px;
	}
	
	h6 {
		font-size: 14px;
	}	
	.entry-header .entry-title {
		font-size: 28px;	
	}
	.sab_box p {
		/*font-size: 15px;*/
		line-height: 1.3;
	}		
}
@media screen and (max-width: 1024px) {
	.slide-holder {
		height: 236px;
	}
	#secondary a {
		padding-left: 2px;
	}
	#secondary .sub-menu {
		margin-left: 12px;
	}
	.has-2-columns .wp-block-column:not(:last-child) { 
		/*margin-left: 12px;*/
		margin-right: 0;
	}
	.has-2-columns .wp-block-column:last-child { 
		/*margin-right: 12px;*/
	}
}
@media screen and (max-width: 1000px) {
	#alkahest_logo_footer img {
		width: 113px;
	}
	.threequarters {
		width: 73%;
	}
	.page-template-news #primary,
	.page-template-publications #primary {
		width: 55%;
	}
	
}
@media screen and (max-width: 976px) {
	.slide_img {
		display: block;
		margin: 50px auto 0;
	}
	.entry-content .slide_cont p {
		margin-right: 22px;
	}
	.detail_cont {
		display: block;
		width: auto;
	}
	.button_cont {
		left: 0;
	}
}
@media screen and (max-width: 900px) {
	.onehalf {
	    display: inline-block;
	    vertical-align: top;
	    width: 47%;
	}
	#tertiary {
		display: block;
		width: auto;
		max-width: none;	
	}
	#tertiary .entry-content {
		margin: 20px 30px 20px 0;
	}
	#tertiary .entry-content p {
		margin-left: 0;
	}
	.page-template-news #primary,
	.page-template-publications #primary {
	    width: 78%;
	}
	#tertiary h4 {
		font-size: 20px;	
	}	
	#tertiary h6 {
		font-size: 16px;	
	}
	.page-template-publications #tertiary .news_details p {
		font-size: 1em;
	}
	.page-template-publications #tertiary .news_details p {
		font-size: 1em;
	}
	.page-template-publications .news_details p {
		font-size: 1em;
	}
	.page-template-publications #tertiary .entry-content ul {
		font-size: 1em;
	}
	.page-template-publications #primary h5,
	.page-template-news #primary h5{
	    font-size: 17px;
	}	
}
@media screen and (max-width: 880px) {
	.site-info {
		display: block;
		margin-top: 70px;
	}
	#social_cont {
		display: block;
		width: auto;
		position: absolute;
		top:12px;
		left: 10px;
	}
	#alkahest_logo_footer {
		position: absolute;
		right: 10px;
		top:12px;	
	}
	#alkahest_logo_footer img {
		width: 226px;
	}
}
@media screen and (max-width: 850px) { 
	.home .safezoneA .entry-content {
		margin-left: 70px;
		margin-right: 70px;
	}
	.brain:before,
	.vial:before,
	.pipe:before,
	.news:before {
		width:3.6em;
		height:calc(3.6em * .9423076923076923);
		z-index:-1;
		top:100%;
		left:auto;
		transform:translate(-110%,0%);
		background-size:auto 100%;
	}
	.home h2[class]:before{
		transition:opacity .233s linear,filter .233s linear;
	}
	.home h2[class]:hover:before{
/* 		filter:blur(1px); */
		opacity:.5;
	}
	.large {
		font-size: 19px;
	}
	.home .content-area {
		padding-top: 24px;
	}

	.site-header .entry-title,h1 {
		font-size: 37px;
	}
	
	h2 {
		font-size: 23.5px;
	}
	
	h3 {
		font-size: 17px;
	}
	
	h4 {
		font-size: 15px;
	}
	
	h5 {
		font-size: 13.5px;
	}
	.sab_box p { 
		/*font-size: 13.5px;*/
	}	
	h6 {
		font-size: 12.5px;
	}	
	.entry-header .entry-title {
		font-size: 25px;	
	}	
	body, button, input, select, textarea {
		font-size: 15.5px;
	}
	.home h2 a:after {
		font-size: 	22.5px;
		margin-left: 15px;
	}
	#mg-wprm-wrap li.menu-item a {
		font-size: 25px;
	}
	span.wprmenu_icon.wprmenu_icon_par {
		top: 0;
	}
	#mg-wprm-wrap.cbp-spmenu.custom {
		padding: 45px 80px 45px 0;
	}
	.custom #wprmenu_menu_ul {
		min-width: 440px;
	}
	.bandText div,
	.entry-content .bio-info p {
		line-height: 1.8;
	}
	.has-2-columns .wp-block-column {
		flex-basis: 47%;
	}
	.wp-block-column:not(:last-child) {
		margin-right:16px;
    }
	.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
		margin-left: 0;
    }
    .jv-careersite-iframe {
		width: 94%;
	}
	.home .entry-date {
		font-size: 18px;
	}
}
@media screen and (max-width: 800px) { 
	.site-header {
		height: 176px;
	}	
	.site-header .entry-header {
		bottom:45px;
	}
	.site-main {
		margin-top: 176px;
	}
}


@media screen and (max-width: 767px) { 
	.home .news_row {
		display: block;
		width: auto;
		padding-bottom: 15px;
		margin-bottom: 15px;
		margin-right: 0;
		height: auto;
		border-bottom: 1px solid #5d5d74;
	}
	.home .news_row:last-child {
		border: none;
	}
	.home .news_cont {
		margin-bottom: 12px;
	}
	.custom #wprmenu_menu_ul {
		min-width: 0px;
	}
	#mg-wprm-wrap.cbp-spmenu.custom {
		padding-right: 18px;
	}
	.threequarters {
		width: 71%;
	}
	#secondary {
		display: none;	
	}
	#primary,
	.page-template-news #primary,
	.page-template-publications #primary {
		width: auto;
		display: block;
	}
	.news_cont {
		margin-right: 22px;
	}
	.entry-content p {
		margin-right: 22px;
	}
	.page-template-news .arch_years {
		min-height: 400px;
	}
	.page-template-publications .arch_years p {
		margin-right: 22px;
	}
	#cookie-consent-block p {
		width: auto;
		padding: 0;
	}
	#cookie-consent-block .button {
		position: relative;
		right: auto;
		margin: 12px auto;
		display: block;
		text-align: center;
		width: 120px;
	}
	.onehalf {
		width: 46%;
	}
	.mobile-title {
		display: block;
		font-size: 25px;
		font-weight: 300;
		line-height: 1.2;
		text-transform: uppercase;
		color: #336676;
		text-align: center;
		margin-top: 0;
	}
	.site-title {
		padding-top: 17px;

	}
	#alkahest_logo {
		width: 203px;
		height: 31px;	
		width: 181px;
		height: 27px;	
	}
	.onequarter {
		display: block;
		margin: 0 auto;
		width: 50%;	
	}
	.threequarters {
		width: auto;
		display: block;
		margin: 12px 0;
	}
	.wp-block-image .alignright {
		float: none;
		margin: 0 auto;
	}
	.onehalf {
		width: auto;
		display: block;
		margin: 0 auto 24px;
	}
	.wp-block-column {
		
	}
	.has-2-columns .wp-block-column {
		display: block;
		width: auto;
		margin: 12px 0;
		flex-basis: auto;
		width: 100%;
	}
	.has-2-columns .wp-block-column:not(:last-child) {
		margin-left: 0;
		margin-right: 0;
	}
	.has-2-columns .wp-block-column:last-child {
		margin-right: 0;
		margin-left: 0;
	}
	.wp-block-column .wp-block-image {
		/*max-width: 50%;*/
		margin: 12px auto;
		width: 100%;
		text-align: center;
	}
	.wp-block-image img {
		margin: 0 auto;
	}
	.main-content {
		padding-top: 23px;
	}
	.jv-careersite-iframe {
		position: absolute;
		left: 0;
		top: 0;
		right:0;
		bottom:0;
	}
	.has-2-columns .wp-block-column:not(:last-child) { 
		margin-left: 0;
		margin-right: 0;
	}
	.has-2-columns .wp-block-column:last-child { 
		margin-right: 0;
	}
	.has-2-columns .wp-block-column p {
	/*	margin-left:12px;
		margin-right: 12px;*/
	}
}

@media not all and (min-resolution:.001dpcm) { /* safari hack */
	@media screen and (max-width: 768px) { /* your code for Safari Desktop & Mobile */
		.iframe-wrapper { /* hack for ios iframe */
			-webkit-overflow-scrolling: touch;
			overflow-y: scroll;
		}	
	}
}

@media screen and (max-width: 715px) { 
	.bod_box {
		width: auto;
		display: block;
	}
	.bod_box img { 
		max-width: 200px;
	}
	.entry-content .bio_detail_cont p{
		margin-right: 0;
	}
	.sab_box {
		width: auto;
		display: block;	
		margin-bottom: 12px;	
	}
	.sab_box h3 {
		margin-bottom: 6px;
	}
	.partner_box,
	.partner_box_2 {
		width: auto;
		display: block;	
		margin-bottom: 12px;		
	}
	.partner_box img{ 
		max-width: 250px;
	}
	.partner_box_2 img{ 
		max-width: 180px;
	}					
	.main-content {
		padding-bottom: 20px;
	}	
	.site-header {
		height: 122px;
	}
	.site-header .entry-header {
		bottom: 0;
	}
	.site-main {
		margin-top: 120px;
	}
	.home .safezoneA .entry-content {
		margin-right: 12px;
		margin-left: 40px;
	}
	.home .entry-content h2 {
		margin-right: 0;
	}
	.home .entry-content p {
		margin-right: 0;
	}
	.home h2[class]:before {
		transform:translate(-110%,-70%);
	}
	.home h2[class] a:after {
		position:absolute;
		right:100%;
		margin-right:.5em;
		bottom:-.05em;
		font-size:.7862em;
		text-shadow:
			-.75px -.75px 0 #100f32,
			.75px -.75px 0 #100f32,
			.75px .75px 0 #100f32,
			-.75px .75px 0 #100f32;
	}
	.home h2[class] {
/* 		margin-top: 35px; */
		line-height: 1.3;
		margin-left: 5rem;
	}
	.home h2[class] + .wp-block-separator{
		margin-left:5.25em !important;
	}
}


@media screen and (max-width: 680px) { 
	.has-2-columns .wp-block-column {
		flex-basis: 46%;
	}
	.page-template-contact .has-2-columns .wp-block-column h3 {
		margin: 40px 22px 12px 22px;
	}
	.page-template-contact .entry-content .has-2-columns .wp-block-column p {
		margin-right: 22px;	
	}
	.home .safezoneA .entry-content {
		margin-left: 12px;
	}
	.home .entry-content h2 {
		
	}
	.home hr {
		margin-left: 12px;
	}
	.home .entry-content p {
		margin-left: 12px;
	}
	.home .news_cont {
		margin-right: 12px;
		margin-left: 12px;
	}
	.bandText .wp-block-image {
		max-width: 100%;
	}
	.bandText div {
		padding: 0 0 12px 0;
	}
}
@media screen and (max-width: 600px) { 
	.threequarters {
		display: block;
		width: auto;	
	}	
	.onequarter {
		width: auto;
		display: block;
		margin-left: 22px;
		margin-right: 22px;
	}
	.has-2-columns .wp-block-column {
		flex-basis: auto;
		margin-left: 12px;
		margin-right: 12px;
	}
	#home-title sup {
		bottom:1ex;
	}
	.entry-content .large {
		margin-left: 0;
		margin-right: 0;
	}
	.site-header .entry-title,h1 {
		font-size: 33px;
	}
	
	h2 {
		font-size: 21px;
	}
	
	h3 {
		font-size: 17px;
	}
	
	h4 {
		font-size: 13.5px;
	}
	
	h5 {
		font-size: 12px;
	}
	.sab_box p { 
		font-size: 12px;
		font-size:.73em;
	}		
	h6 {
		font-size: 11.5px;
	}	
	.entry-header .entry-title,
	.mobile-title {
		font-size: 22.5px;	
	}	
	.home .content-area {
		padding-top: 0;
	}
	#mapimg {
		left: -150px;
	}
	.backbutton {
		position: relative;
		left: 22px;
	}
	.inNews .site-content .entry-header .entry-title {
		margin-right: 22px;
	}
	.entry-content iframe {
		margin-left: 12px;
		margin-right: 0;
	}
}
@media screen and (max-width: 570px) { 
	#mg-wprm-wrap.cbp-spmenu-right, #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right.custom, #mg-wprm-wrap.cbp-spmenu-left.custom, .cbp-spmenu-vertical {
		width: 80%;
	}
	.large {
		font-size: 17px;
	}
}
@media screen and (max-width: 500px) { 
	.pubtabs li {
		padding: 0 10px;
		margin-right: 10px;
	}
	.slide_img {
		width: 75%;
	}
}
@media screen and (max-width: 400px) { 
	.slide_img {
		width: 85%;
	}	
}
@media screen and (max-width: 380px) { 
	.pubtabs li {
		padding: 0 5px;
		margin-right: 5px;
	}	
	.entry-content table {
		font-size: 12px;
	}
	.pubtabs li {
		font-size: 16px;
	}
	.entry-content .brain, 
	.entry-content .vial, 
	.entry-content .pipe, 
	.entry-content .news {
		margin-left: 18px;
	}

	.home h2 a:after {
		margin-left: 4px;
	}
}
@media screen and (max-width: 340px) { 
	.slide_img {
		width: 100%;
	}		
}
@media screen and (max-width: 335px) { 
	.entry-content p {
		line-height: 1.5;
	}
	#mg-wprm-wrap.cbp-spmenu-right, #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right.custom, #mg-wprm-wrap.cbp-spmenu-left.custom, .cbp-spmenu-vertical {
		width: 90%;
	}
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}







/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #336676;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #336676;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}



	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}
#tyear_4 h6{
	color: #110f32;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0;
	margin-top:0;
}
#tyear_4 a {
	color:#110f32;
}
#tyear_4 hr {
	margin-left:0;
}
