/*
Theme Name: Kannalife
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 2.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/
 *
 * -----------------------------------------------------------------------------
 */
 @font-face {
	font-family: "Space Grotesk";
	src: url("/wp-content/themes/fonts/SpaceGrotesk-Light.woff2") format("woff2"),
			 url("/wp-content/themes/fonts/SpaceGrotesk-Light.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	}
 @font-face {
	font-family: "Space Grotesk";
	src: url("/wp-content/themes/fonts/SpaceGrotesk-Medium.woff2") format("woff2"),
			 url("/wp-content/themes/fonts/SpaceGrotesk-Medium.woff") format("woff");
	font-weight: lighter;
	font-style: normal;
	}
 @font-face {
	font-family: "Space Grotesk";
	src: url("/wp-content/themes/fonts/SpaceGrotesk-Regular.woff2") format("woff2"),
			 url("/wp-content/themes/fonts/SpaceGrotesk-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	}
 @font-face {
	font-family: "Space Grotesk";
	src: url("/wp-content/themes/fonts/SpaceGrotesk-Bold.woff2") format("woff2"),
			 url("/wp-content/themes/fonts/SpaceGrotesk-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	}

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: #2b2b2b;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}

body {
	background: #ffffff;
}

a {
	color: #9cc44e;
	text-decoration: none;
}

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

a:active,
a:hover {
	color: rgba(156,196,78,0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 24px 0 12px;
}

h1 {
	font-size: 36px;
	line-height: 1.5;
}

h2 {
	font-size: 24px;
	line-height: 1.3;
}

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 #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: bold;
}

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: #2b2b2b;
	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: top;
}

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

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

/* 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: #000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000;
	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: #2b2b2b;
	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: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	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: #41a62a;
	color: #fff;
}

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

.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;
	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: 960px;
	margin: 0 auto;
	/* padding: 0 2%; */
}

.site {
	background-color: #fff;
	position: relative;
}

.main-content {
	width: 100%;
}


/**
 * 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: #363635;
	width: 100%;
	z-index: 4;
	top:0;
	position: fixed;
}

.header-main {
	min-height: 48px;
	padding: 0;
}

.site-title {
	/* float: left; */
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}

.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: #24890d; */
	cursor: pointer;
	/* float: right; */
	/* height: 48px; */
	/* margin-right: 38px; */
	/* text-align: center; */
	/* width: 48px; */
  display: inline-block;
}

.search-toggle:hover,
.search-toggle.active {
	/* background-color: #41a62a; */
}

.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; */
	top: 67px;
	right: 0;
	width: 100%;
	z-index: 2;
  background-color: #363635;
}

.search-box {
	/* background-color: #41a62a; */
  background-color: #363635;
	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: #666666; */
	color: #ffffff;
	display: block;
	font-weight: normal;
}

.site-navigation a:hover {
	color: #9cc44e;
}

.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: #9cc44e;
	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: 16px;
	margin: 0;
	padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 55%;

}

.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;
}
.menu-main-container {
	padding:6px 0;
}
.primary-navigation li {
	border: 0;
	display: inline-block;
	/* height: 35px;
	line-height: 35px; */
	position: relative;
	/* border-right: 1px solid #666666; */
}
.primary-navigation li:last-of-type {
	border-right: none;
}

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

.primary-navigation ul ul {
	background-color: #24890d;
	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: #24890d;
	color: #fff;
} */

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	/* background-color: #41a62a; */
}

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

.site-social {
  display: inline-block;
  color:#9cc44e;
  vertical-align: middle;
  width: 23%;
  text-align: right;
}
.site-social a {
  padding: 0 .5%;
}
.site-social a:nth-of-type(1){
  font-size: 14px;
}



/* 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; */
	background-color: #ffffff;
	margin-top:-86px;
}
.single .content-area {
	padding-top: 105px;
	background-color: #ffffff;
	/* margin-top:-86px; */
}
.home .content-area {
	padding-top: 48px;
	margin-top:0;
  background-color: transparent;
}

/* .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
 * -----------------------------------------------------------------------------
 */
.sec_title {
	height: 300px;
  background-size: cover;
  background-position: 50% 50%;
}
.entry-header {
	position: relative;
	z-index: 1;
	margin:30px auto;
}

.entry-title {
	font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #9cc44e;
  padding: 0 0 20px;
  margin: 0;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}

/**
 * 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: #41a62a;
}

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

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

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.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;
	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: #41a62a;
	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: #41a62a;
}

.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; */
	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;
	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: #41a62a;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	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: #41a62a;
	border: 1px solid #41a62a;
	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;
	line-height: 2;
	text-transform: uppercase;
}

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

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* 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;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

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

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}




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

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

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

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



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

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.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;
}
.footer-logo {
	display: inline-block;
}
.footer-copyright {
	padding-top:10px;
	padding-bottom:48px;
}
.footer-copyright {
  color: #ffffff;
}
.footer-navigation li {
	border:none;
}
.footer-navigation {
  float: right;
	font-size:14px;
  width: inherit;
}
.footer-navigation .menu-main-container {
    padding: 21px 0 0;
}
.footer-navigation .current_page_item > a, .footer-navigation .current_page_ancestor > a, .footer-navigation .current-menu-item > a, .footer-navigation .current-menu-ancestor > a {
	color:#ffffff;
	font-weight:normal;
}
.site-info {
	border-bottom: 1px solid #ffffff;
	margin-top: 130px;
}
.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 1);
}

.site-footer {
  border-top: 1px solid #9cc44e;
	background-color: #363635;
	font-size: 12px;
	position: relative;
  margin-top: -110px;
  padding:0 2%
}

.site-footer .site-info {
  padding: 15px 0;
}

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

.site-info {
	padding: 15px 10px 0px;
}

.site-info a:hover {
	color: #41a62a;
}

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



	#secondary {
		width: 162px;
	}



	.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%; */
	}

	.content-area {
		float: left;
		width: 100%;
	}

	.site-content {
		/* margin-right: 33.33333333%; */
		margin: 0 3%;
	}

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

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

	#secondary,
	#supplementary {
		padding: 0 30px;
	}

	.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 {
		margin-top: 48px;
	}


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


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

	.full-width .site-content .alignright {
		clear: right;
	}
html body div.wprm-overlay{ background: rgb(0,0,0,0.0) !important }
/* html body div#wprmenu_bar { height: 65px !important; } */
#mg-wprm-wrap li.menu-item a {
  position:relative;
  font-size: 25px !important;
  font-weight: lighter !important;
  text-align: center !important;
}
#mg-wprm-wrap li.menu-item a:after {
  position: absolute;
  top:-4px;
  left:45%;
  content: "";
  width: 11%;
  height:4px;
  background-color: #666666;
}
#mg-wprm-wrap li.menu-item:nth-of-type(1) a:after {
  position: absolute;
  top:0;
  left:45%;
  content: "";
  width: 11%;
  height:4px;
  background-color: #363635;
}
.mobile-social {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  justify-content: space-evenly;
  width: 165px;
  margin: 0 auto;
}
.mobile-social:after {
    position: absolute;
    top: -2px;
    left: 27%;
    content: "";
    width: 49%;
    height: 4px;
    background-color: #666666;
}
.mobile-social a {
    color: #ffffff;
}
.mobile-social i {
    font-size: 1.5em;
}


/* .cbp-spmenu-right {
    right: 0;
}
#mg-wprm-wrap.cbp-spmenu-right {
  top:-100% !important;
}
#mg-wprm-wrap.cbp-spmenu-right.cbp-spmenu-open {
  top:60px !important;
} */

/**
 * 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: #2b2b2b;
		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: #2b2b2b;
	}

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

.alignfull {
    padding:24px 0;
}
.alignfull.safezoneB .bandText2 {
    padding: 1px 0 1px;
}
/* hacky to make alignfull brwoser compliant*/
body {overflow-x:hidden; }
.entry-content .alignfull, .alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    /*margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;*/
}
#wallpaper-1147, #wallpaper-101, #wallpaper-102, #wallpaper-201 {
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
}
#wallpaper-1147.alignfull {
    padding:24px 0;
    margin-bottom:24px;
}
.bio_box, .bio_box2, .bio_box3 {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin: 0;
    cursor: pointer;
    /*float: left;*/
}
.nyb .bio_box:nth-child(2), .nyb .bio_box2:nth-child(2), .nyb .bio_box3:nth-child(2) {
    margin: 0 8.5%;
}

.bio_box img,
.bio_box2 img,
.bio_box3 img {

}
.bio-title {
  position: relative;
	color:#2b2b2b;
	font-size: 24px;
	margin-bottom: 4px;
}

.bio-title:before {
  position: absolute;
  content: "";
  height: 13px;
  top: -21px;
  background-color: #9cc44e;
  width: 44%;
  right: 28%;
  }
.bio-title a {
  color:#2b2b2b;
}
.bio-title a:hover {
  color:#9cc44e;
}


.bmt {
	margin: 0;
	font-weight: normal;
  font-size: 15px;
  color: #a1a1a1;
}
.bio-info .button,
.bio-info2 .button,
.bio-info3 .button,
.bioless, .bioless2, .bioless3 {
	display: inline-block;
	margin-bottom: 40px;
}
.bio_detail_cont p:first-child {
    margin-top:15px;
}
.biodetail .inset_label {
    text-align: center;
    padding: 10px 0 20px;
}
.nyb {
	margin-top: 20px;
}
.home-has-two-col * {
  margin-bottom: 0;
}
.home-has-two-col {
  margin-bottom: 48px;
}
.h2-home {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #666666;
  font-weight: lighter;
}
.home-grid-cols {
  margin-top:48px;
}
.home-grid-cols-bottom {
  margin-bottom:48px;
}
.home-grid-cols .wp-block-column:nth-of-type(1) {
  flex-basis: 37.5%;
}
.home-grid-cols .wp-block-column:nth-of-type(2) {
  flex-basis: 25%;
}
.home-grid-cols .wp-block-column:nth-of-type(3) {
  flex-basis: 37.5%;
}
.home-grid-cols-bottom .wp-block-column:nth-of-type(1) {
  flex-basis: 28%;
}
.home-grid-cols-bottom .wp-block-column:nth-of-type(2) {
  flex-basis: 28%;
}
.home-grid-cols-bottom .wp-block-column:nth-of-type(3) {
  flex-basis: 65%;
}
.home-grid-cols .wp-block-column:not(:first-child),
.home-grid-cols-bottom .wp-block-column:not(:first-child) {
  margin-left: 1%;
}
.home-grid-cols .wp-block-column,
.home-grid-cols-bottom .wp-block-column {
  margin-bottom: 1%;
  flex-grow: 1;
}
.home-grid-cols .wp-block-column,
.home-grid-cols-bottom .wp-block-column {
  background-color:#9cc44e;
}
.home-grid-cols .thumb-cont {
  background-size: 140% !important;
  /* background-size: cover !important; */
  background-position: 80% 50% !important;
  background-repeat: no-repeat !important;
  height: 300px;
  margin: 0;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
}
.home-grid-cols-bottom .thumb-cont {
  background-size: 140% !important;
  /* background-size: cover !important; */
  background-position: 80% 57% !important;
  background-repeat: no-repeat !important;
  height: 150px;
  margin: 0;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
}
.thumb-cont:hover {
  background-size: 148% !important;
  /*can use this if background-size: cover works better */
  /* https://css-tricks.com/almanac/properties/t/transition/ */
  /* transform:scale(1.1) */
}
.home-grid-cols .wp-block-column .col-bottom,
.home-grid-cols-bottom .wp-block-column .col-bottom {
  position: relative;
  background-color: #9cc44e;

}
.col-bottom:before {
  position: absolute;
  content: "";
  height: 33px;
  top: -14px;
  background-color: #9cc44e;
  /* background-color: red; */
  width: 33px;
  right: 42%;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 34px;
}
.home-grid-cols .wp-block-column .col-bottom a,
.home-grid-cols-bottom .wp-block-column .col-bottom a  {
  color:#ffffff;
}
.home-grid-cols .wp-block-column .col-bottom h3,
.home-grid-cols-bottom .wp-block-column .col-bottom h3 {
  font-size:16px;
  margin:0;
  padding: 15px;
}
.home .wallpaper {
  z-index: -1;
}
.home .quick-links {
  margin-top:-86px
}
.home .quick-links .wp-block-column:not(:first-child){
  /* margin-left:14px */
}
.home .home-quick-links .wp-block-image {
  -webkit-box-shadow: 0px -1px 6px 1px rgba(54,54,53,0.4);
  -moz-box-shadow: 0px -1px 6px 1px rgba(54,54,53,0.4);
  box-shadow: 0px -1px 6px 1px rgba(54,54,53,0.4);
}
p.about-quick-link, p.science-quick-link {
  text-align: center;
  margin-bottom: 0;
}
.about-quick-link a {
  display: inline-block;
    /* min-height: 229px; */
    margin-bottom: 0;
    line-height: 210px;
    width: 250px;
    /* height: 100%; */
    width: 100%;
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
}
.science-quick-link a {
    display: inline-block;
    /* min-height: 229px; */
    margin-bottom: 0;
    line-height: 210px;
    width: 250px;
    /* height: 100%; */
    width: 100%;
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
}
.about-quick-link a{
  background-image:url('/wp-content/uploads/2019/12/kanna-home-about.jpg');
  background-size: cover;
  background-position: center center;
}
.science-quick-link a{
  background-image:url('/wp-content/uploads/2019/12/kanna-home-science.jpg');
  background-size: cover;
  background-position: center center;
}
.news-grid-cols .wp-block-column {
  background-color:#e3e3e3;
  margin-bottom: 32px;
}
.news-grid-cols h3.col-bottom-title {
    color: #2b2b2b;
    font-size: 16px;
    padding: 5px 15px 15px;
    margin: 0;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
}
.news-grid-cols h3.col-bottom-title:hover {
    color: #666666;
}
.news-grid-cols .news_date {
  padding:10px 15px 0;
  font-weight: bold;
}
.news-grid-cols .thumb-cont {
  background-size: 100% !important;
  /* background-size: cover !important; */
  background-position: 80% 64% !important;
  background-repeat: no-repeat !important;
  height: 158px;
  margin: 0;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
}
.news-grid-cols .thumb-cont:hover {
  background-size: 107% !important;
}
.news-grid-cols .wp-block-column .col-bottom {
    position: relative;
}
.news-grid-cols .col-bottom:before {
  position: absolute;
  content: "";
  height: 33px;
  top: -14px;
  background-color: #e3e3e3;
  /* background-color: red; */
  width: 33px;
  right: 45%;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 34px;
}
.category .entry-header {
  border-bottom: 1px solid #9cc44e;
  display: flex;
  flex: 1 0 auto;
}
.category .entry-title {
  display: inline-block;
  border:none;
  padding-right: 9.5%;
}
.category #secondary {
   background: transparent;
   border: none;
   padding: 0;
   width: 45%;
}
.category #secondary aside {
  display: flex;
  flex: 1 0 auto;
  flex-basis: 100%;
  align-items: center;

}
.category #primary-sidebar {
  padding:0;
  display: flex;
  flex: 1 0 auto;
  flex-basis: 100%;
  align-items: center;
}
.category #secondary h1.widget-title {
  font-size: 22px;
  color: #2b2b2b;
  padding: 0 15px 0 0;
  margin: 0;
  line-height: 1;
}
.mgmt-header {
  margin: 30px auto 10px;
}
.mgmt-header .entry-title {
  text-transform: none;
    padding: 10px 0 10px;
    margin-bottom: 8px;
}
.mgmt-header p {
  font-size: 20px;
  margin-bottom: 0;
}
.kl-digits .wp-block-image {
    text-align: center;
    margin: 0 auto;
}
.kl-digits p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 20px;
}
.science-floated-img.wp-block-image .alignright{
  margin:10px 0 2em 2em;
}
.footer-form {
  position:relative;
  z-index: 99;
	text-align: center;
  background: #e3e3e3;
  margin-top:10px;
	-webkit-box-shadow: 0px -1px 6px 1px rgba(54,54,53,0.4);
	-moz-box-shadow: 0px -1px 6px 1px rgba(54,54,53,0.4);
	box-shadow: 0px -1px 6px 1px rgba(54,54,53,0.4);
}
.footer-form h3 {
	font-size: 34px;
	text-transform: uppercase;
	padding: 6% 0 4%;
  margin:0;
}

#nf-form-2-cont {
	max-width: 600px;
  margin: 0 auto;
	padding-bottom: 3%;
}

#nf-form-1-cont .ninja-forms-req-symbol, #nf-form-1-cont .nf-form-fields-required,
#nf-form-2-cont .ninja-forms-req-symbol, #nf-form-2-cont .nf-form-fields-required {
	display: none;
}
#nf-form-1-cont .nf-form-content input[type=button] {
	background-color: #9cc44e;
	color:#ffffff;
	text-transform:none;
	padding:0 40px;
}
#nf-form-2-cont .nf-form-content input[type=button] {
	background-color: #9cc44e;
	color:#ffffff;
	text-transform:none;
	width:100%;
}

#slider-1-slide-29-layer-27,
#slider-1-slide-30-layer-27,
#slider-1-slide-31-layer-27 {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
}
#menu-item-1326 a, .footer-navigation .menu-item-1326 a {
  padding-right: 5px;
}
#menu-item-1326 a:after, .footer-navigation .menu-item-1326 a:after {
  display: none;
}
.primary-navigation ul ul {
  background: rgba(255,255,255,0.97);
  border-top: 3px solid #9cc44e;
  top:61px;
}
.primary-navigation ul ul a {
  padding:16px 12px;
  color: #777777;
  font-size: 14px;
}
.footer-navigation ul ul {
  display: none;
}


@media all and (max-width:1366px) {
  #slider2 rs-sbg {
    background-size: cover;
    background-position: 24% 0%;
  }

}
@media all and (max-width:1279px) {
  .primary-navigation {
    width: 54%;
    padding-left: 2%;
  }
}
@media (max-width: 1024px) {
  .header-main {
    min-height: 48px;
    padding: 10px 2%;
    position: relative;
  }
  .site-title {
    width: 28%;
    padding-bottom:10px
  }
  .site-title img {
    width: 250px;
    height: auto;
}
  .primary-navigation {
    width: 71%;
    padding-left: 0;
    float: right;
    text-align: right;
  }
  .site-social {
    position: absolute;
    top: 41px;
    right: 2%;
    width: 100%;
  }
  .search-box-wrapper {
    top: 6px;
    position: relative;
  }
  .search-box {
    padding: 12px 0;
  }
  #slider3 rs-sbg {
    background-size: cover;
    background-position: 28% 0%;
  }

}
@media all and (max-width:1024px) {
  .primary-navigation a {
  }
}
@media all and (max-width:960px) {
  .site-main {
    margin-top: 18px;
  }

}
@media all and (max-width:781px) {
  .home-grid-cols .wp-block-column:nth-of-type(3),
  .home-grid-cols-bottom .wp-block-column:nth-of-type(3) {
    margin-left: 0 !important;
  }
  .has-3-columns.news-grid-cols .wp-block-column {
      flex-grow: 1;
    }
}
@media all and (max-width:768px) {
  .site-main {
    margin-top: 0;
  }
  rs-module-wrap {
    background: #9cc44e !important;
  }
  #slider1 rs-sbg {
    background-size: 247% !important;
    background-position: 0% 3% !important;
  }
  #slider2 rs-sbg {
    background-size: 247% !important;
    background-position: 9% 3% !important;
  }
  #slider3 rs-sbg {
    background-size: 247% !important;
    background-position: 0% 3% !important;
  }

  #slider-1-slide-29-layer-23:before,
  #slider-1-slide-30-layer-23:before,
  #slider-1-slide-31-layer-23:before,
  #slider-1-slide-32-layer-23:before {
    content: " " !important;
    position: absolute !important;
    background: #9cc44e !important;
    height: 386% !important;
    width: 210% !important;
    top: -113% !important;
    left: -100% !important;
    z-index: -999;
    }
}
@media all and (max-width:480px) {
  rs-sbg {
    background-size: cover !important;
    background-position: 100% 19% !important;
  }
  #slider-1-slide-29-layer-23:before,
  #slider-1-slide-30-layer-23:before,
  #slider-1-slide-31-layer-23:before,
  #slider-1-slide-32-layer-23:before {
    content:none !important;
  }
}
@media all and (max-width:767px) {
  .home .content-area {
  	padding-top: 0;
  }
  .home-has-two-col {
    display: block;
  }
  .home-has-two-col .wp-block-column:nth-child(2n) {
    margin: 5% auto;
    text-align: center;
  }
  .bio_box, .bio_box2, .bio_box3,
  .nyb .bio_box:nth-child(2),
    .nyb .bio_box2:nth-child(2),
      .nyb .bio_box3:nth-child(2) {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .footer-copyright {
    text-align: center;
  }
  .site-info {
    text-align: center;
  }
  .footer-navigation {
    float: none;
    text-align: center;
  }
  .science-floated-img.wp-block-image .alignright {
    margin:2em auto;
    float: none;
  }
  #wallpaper-529, #wallpaper-101, #wallpaper-102 {
    height: 150px;
 }
}
@media all and (max-width:600px) {
	.bio_box, .bio_box2, .bio_box3,
	.nyb .bio_box:nth-child(2),
		.nyb .bio_box2:nth-child(2),
			.nyb .bio_box3:nth-child(2) {
    width: 92%;
    max-width: 400px;
    margin-bottom: 20px;
	}
  .has-4-columns.home-quick-links .wp-block-column {
    flex-basis: 46%;
    margin: 2%;
  }
  .page-id-599 .has-2-columns .wp-block-column:nth-of-type(2) {
    display: none;
  }
  .mgmt-header {
    text-align: center;
  }
  /* rs-sbg {
    background-position: 100% 19% !important;
 }
  #rev_slider_1_1 rs-sbg {
    background-position: 0% 19% !important;
 } */
}

@media all and (max-width:425px) {
  .site-content {
    margin:0 4%;
  }
  .home-grid-cols .wp-block-column,
  .home-grid-cols-bottom .wp-block-column {
    margin-bottom: 2%;
  }

  .home-grid-cols .wp-block-column,
  .home-grid-cols .wp-block-column:nth-of-type(1),
  .home-grid-cols .wp-block-column:nth-of-type(2),
  .home-grid-cols .wp-block-column:nth-of-type(3) {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0
  }
  .has-4-columns.home-quick-links .wp-block-column {
    flex-basis: 100%;
  }

}
