/*
Theme Name: Fate 2020
Author: AldenMC
Author URI: http://aldenmc.com/
Version: 4.0.6
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 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:#656668;
	font-size: 17px;
    font-family: 'open sans',sans-serif;
	font-weight: 400;
	line-height: 1.5;
	transition: all .3s;
}

body {
	overflow: auto;
	background: #fff;

}

a {
    color: #808180;
    text-decoration: none;

}

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

a:active,
a:hover {
	color: #44c8e8;
}

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

h1 {
color:#656668;
font-size: 24px;
line-height: 1.8;
font-weight: 300;
font-family: 'open sans',sans-serif;
}

h2 {
color:#656668;
font-size: 22px;
line-height: 1.6;
font-weight: 400;
font-family: 'open sans',sans-serif;
margin-bottom: 5px;
}

h3 {
color: #44c8e8;
font-size: 20px;
line-height: 1.4;
font-weight: 500;
font-family: 'open sans',sans-serif;
margin-top: 5px;
font-style:italic;
letter-spacing: .01em;
}

h4 {
color:#f18903;
font-size: 18px;
line-height: 1.4;
font-weight: 300;
font-family: georgia;
font-style: italic;
}

h5 {
color:#656668;
font-size: 18px;
line-height: 1.2;
font-weight: 600;
margin-top: 10px;
}

h6 {
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
    color: #f18903;
    font-style: italic;
	font-family: Georgia,serif;
}

p {
	color:#656668;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: justify;
}

.call_out_text {
font-family: Georgia;
font-style: italic;
font-size: 24px;
color: #f18903;
line-height: 2.8;
font-weight: 400;
}

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

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

b,
strong {
	font-weight: 600;
}

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

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

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 {
font-family: Georgia;
font-style: italic;
font-size: 24px;
color: #f18903;
line-height: 2.8;
font-weight: 400;
}

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;
	color:#656668;
}

ul {
	list-style: disc;
	margin-left: 6%;
}

ol {
	list-style: decimal;
	margin-left: 6%;
}

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

li {
margin:5px 0 20px;
	color:#656668;
}

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;
	transition: all .3s;
}

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

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

::-moz-selection {
	background: #808180;
	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,
.ir_button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #808180;
	border-radius: 2px;
	color: #808180;
	font-size: 12px;
	font-weight: 500;
	padding: 7px 11px;
	text-transform: capitalize;
	vertical-align: middle;
	transition: all .3s;
}

button:hover,
button:focus,
.ir_button:hover,
.ir_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: #44c8e8;
	color: #fff;
	border: 1px solid #44c8e8;
}

button:active,
.ir_button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #44c8e8;
	border: 1px solid #44c8e8;
}

button,
.stock_button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #f18903;
	border-radius: 2px;
	color: #808180;
	font-size: 12px;
	font-weight: 500;
	padding: 7px 11px;
	text-transform: capitalize;
	vertical-align: middle;
	background-color:#ffffff;
}

button:hover,
button:focus,
.stock_button:hover,
.stock_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: #f18903;
	color: #fff;
	border: 1px solid #f18903;
}

button:active,
.stock_button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #f18903;
	border: 1px solid #f18903;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-content .button,
.site-content2 .button,
.entry-content .button:visited,
.site-content2 .button:visited  {
	border: 1px solid #f18903;
	border-radius: 2px;
	color: #808180;
	font-size: 12px;
	font-weight: 500;
	padding: 7px 11px;
	text-transform: capitalize;
	vertical-align: middle;
	background-color:#ffffff;
	transition: all .3s;
}

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,
.site-content2 .button:hover,
.site-content2 .button:focus {
	background-color: #f18903;
	color: #fff;
	border: 1px solid #f18903;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #f18903;
	border: 1px solid #f18903;

}

.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,
.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-"]{
	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;
}
.widget .wp-caption-text h3{
	font-weight: bold;
	letter-spacing: 0;
	font-size: .825em;
}
.widget .wp-caption-text{
	font-size:inherit;

}
.widget .wp-caption-text ul{
	list-style:none;
	font-size:.825em;
	margin-top:1.5em;
}
.widget .wp-caption-text ul > li:before{
	content:'';
	font-size:.8em;
	display:inline-block;
	margin-left:-1.5em;
	margin-right:.5em;
	width:1em;height:1em;
	background-image:url(../image/checkmark-grey-opti.svg);
}
#secondary .widget ul {
	list-style:none;
	font-size:.825em;
	margin-top:1.5em;
}
#secondary .widget li {
	font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
}
#secondary .widget ul > li:before{
	content:'';
	font-size:.8em;
	display:inline-block;
	margin-left:-1.5em;
	margin-right:.5em;
	width:1em;height:1em;
	/* background-image:url(../image/checkmark-grey-opti.svg); */
}

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
 * -----------------------------------------------------------------------------
 */

.site {
	position: relative;
	z-index: 4;
}

.main-content {
	width: 100%;
}
#page {
	max-width:1100px;
	max-width:1375px;
	margin: 220px auto 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: fixed;
	/* top:0; /* leaving top alone, effectively 'auto' eliminates need for adjustments with wp admin bar */
	width: 100%;
	z-index: 99999;
	padding-top: 18px;
}
#hdrImg {
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
	/* top:0; */
	width: 100%;
	z-index: 2;
	min-height: 340px;
}
#hdrImg2 {
	background-repeat: no-repeat;
	background-position: center top;
	/* top: 0; */
	width: 100%;
	z-index: 5;
	min-height: 218px;
	position:fixed;
}
.site-title {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	text-indent: -9999px;
	background-size: contain;
	width:12%;
	max-width: 200px;
	height: auto;
	padding:15px 0;
	background-repeat: no-repeat;
	margin:21px 90px 0  0;

}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


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

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

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a,
#wprmenu_menu .current_page_item > a,
#wprmenu_menu .current-menu-item > a,
#wprmenu_menu .current_page_ancestor > a,
#wprmenu_menu .current-menu-ancestor > a{
	color: #83d9f7;
}

.site-navigation .sub-menu .current_page_item > a,
.site-navigation .sub-menu .current-menu-item > a,
.site-navigation .sub-menu .current_page_ancestor > a{
	background-color: #828384;
}
.site-navigation .sub-menu .sub-menu .current_page_item > a,
.site-navigation .sub-menu .sub-menu .current-menu-item > a,
.site-navigation .sub-menu .sub-menu .current_page_ancestor > a{
	/*background-color:#656668; */
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 17px;
	margin:36px 0 0 0;
	padding: 0;
}

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

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

/* 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 */


.showme {
	opacity: 1;
	height: auto;
}

	/* Primary Navigation */



.primary-navigation {
	/*float: right;*/
	padding: 0;
}

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


	height: 84px;
	line-height: 84px;
	margin:0;
	margin-top: -5px;
	margin-bottom: 5px;
}

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

.primary-navigation ul ul {
	/*background-color: rgba(101,102,104,1); */
	margin: 0;
	position: absolute;
	top: 84px;
	left: -999em;
	z-index: 99999;
}

.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
	margin: 0;
	font-size: .9em;
	height: 48px;
	line-height: 48px;

	height: auto;
	line-height: normal;


}

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

.primary-navigation ul ul a {
	padding: 12px 12px;
	white-space: normal;
	width: 176px;
	line-height: 1;
	display: block;
background-color: rgba(101,102,104,1);

	background-color: #3c3c32;

margin: 0;
}
.primary-navigation ul ul ul a {
	padding: 13px 12px;
}
.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	color: #83d9f7;
}

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

.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 ul ul #menu-item-158:hover > ul,
.primary-navigation ul ul #menu-item-158.focus > ul,
.primary-navigation ul ul #menu-item-239:hover > ul,
.primary-navigation ul ul #menu-item-239.focus > ul {
	right: 100%;
	left: auto;
}




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

.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: 42px;
	vertical-align: text-bottom;
}
.home .primary-navigation .menu-item-has-children > a::after {
	content:"";
}


	.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: 23px;
}
.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after {
	top:17px;
}


.secondary-menu {
	list-style: none;
	background-color: rgba(101,102,104,.8);
	margin: 0;
}
.secondary-menu ul{
	padding: 0 2%;
	margin: 0;
	opacity: 0;
	max-height: 41px;
}


.secondary-menu ul ul {
	display: none;
	margin: 0;
}

.secondary-menu li {
	border: 0;
	display: none;
	height: 43px;
	line-height: 43px;
	margin: 0;
	position: static;
	height: auto;
	line-height: 40px;
}
.secondary-menu li li {
	height: 41px;
	line-height: 41px;
	height: auto;
	line-height: 40px;
}
.secondary-menu li li li{
	height: 38px;
	line-height: 38px;
}
.secondary-menu li li li a {
		line-height: 40px;
}
.secondary-menu li li a{
	/*line-height: 40px; */
}

.secondary-menu a {
	color:#fff;
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	padding-right: 12px;
	white-space: nowrap;
	transition: background-color .3s;
	padding: 0 12px;
	white-space: normal;
	font-size: 15px;
}
.secondary-menu .current-menu-ancestor {
	display: block;
	width: 100%;
}
.secondary-menu li .current-menu-ancestor {
	display: inline-block;
	vertical-align: top;
	width:auto;
}
.secondary-menu .current-menu-ancestor a{
	display: none;
}
.secondary-menu .current-menu-ancestor .sub-menu li,
.secondary-menu .current-menu-ancestor .sub-menu li a{
	display: inline-block;
	vertical-align: top;
	position: static;
}
.secondary-menu ul .current-menu-ancestor .sub-menu li a{
	/*background-color: #828384;
	color:#fff; */
}

.secondary-menu ul a:hover,
.secondary-menu ul li.focus > a,
.secondary-menu ul .current-menu-item a{
    background-color: #828384;
    color: #44c8e8;
}
.secondary-menu ul .current-menu-item a{
	color:#fff;
}
.secondary-menu ul ul a:hover,
.secondary-menu ul ul li.focus > a,
.secondary-menu ul ul .current-menu-item a{
	background-color: #656668;
}
.secondary-menu ul .current-menu-ancestor ul{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background-color: rgba(132,133,134,.8);
	/*transition: all .3s;	*/

	border-top: 1px solid #fff;
}
.offme2 ul .current-menu-ancestor ul {
	background-color: rgba(132,133,134,1);
}

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

.content-area {
	width: 80%;
}

.hentry {
	margin: 0 auto 48px;
	margin-bottom: 0;
	max-width: 672px;
}

.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.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(../image/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


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

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	border-bottom: 2px solid #0c4da2;
}
.entry-title em {
	font-weight: 300;
}
.entry-title a {
	color: #2b2b2b;
}

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

.site-content .entry-header {
	padding: 18px 0 12px;
}

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

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

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

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

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

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

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

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	background-color: #fff;
	padding:0;
}

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

.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 table a[href] {
	border-bottom: 1px solid transparent;
	color: #44c8e8;
	transition: all .3s;
	cursor: pointer;
}
.entry-content a:hover,
.site-content2 a:hover {
	color:#44c8e8;
}
.entry-content .button:hover,
.entry-content .button:focus{
	background-color: #f18903;
	color: #fff;
	border: 1px solid #f18903;
}
.entry-content th,
.comment-content th {
	font-weight: 500;
	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: #828384;
}

/* 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: #828384;
	border: 1px solid #828384;
	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: #828384;
}

/* 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 #808180;
}

.paging-navigation a:hover {
	border-top: 5px solid #828384;
	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 {
	padding: 18px 1% 0;
	position: relative;
	z-index: 2;
	width: 35%;
	margin-left: 2%;
	display: inline-block;
	vertical-align: top;
	margin-top: 36px;
}



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


.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #747577;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

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

.site-info {
	padding: 5px 10px;
}
.site-info p{
	margin:12px 0;
	color: #fff;
	font-size: 14px;
}
.site-info a {
	color: #fff;
	transition: all .3s;
}

.site-info a:hover {
	color: #83d9f7;
}

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

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

	/* Fixed Header */

	.masthead-fixed .site-header {
		position: fixed;
		top: 0;
	}

	.admin-bar.masthead-fixed .site-header {
		top: 32px;
	}
.safezoneA {
	width:90%;
	margin:0 auto;
}

.safezoneB {
	display: inline-block;
	width: 1049px;
}
.safezone {
	/* display: inline-block;
	margin-left: 150px; */
}
#sub_nav {
	background-color: #416cab;
	position: fixed;
	width: 100%;
	z-index: 10;
}

#sub_nav ul {
	list-style: none;
	margin: 0;
	text-transform: uppercase;
}

#sub_nav ul li {
    border: 0;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: relative;
    letter-spacing: 2px;
    font-weight: 300;
}

#sub_nav ul li a{
	padding:0 20px;
	color:#fff;
	transition: all .3s;
}

#sub_nav ul .current_page_item a{
	color:#48b3de;
}

#sub_nav ul li a:hover{
	color:#48b3de;
}

#sub_nav ul li:first-child a{
	padding-left:10px;
}

#sub_nav_pad {
    height: 48px;
}

.press_date, .event_date {
    display: inline-block;
    position: relative;
    width: 5%;
    min-width: 45px;
    vertical-align: top;
    border-right: 1px solid #dcdcdc;
    margin-top: 3%;
}

.press_day, .event_day {
    font-size: 32px;
    line-height: 1;
    color:#44c8e8;
    display: block;
    font-weight: 600;
    text-align: center;
    font-family: Roboto, sans-serif;
}

.ir_button {
    margin-left:3%;
}

.press_mo, .event_mo {
    display:block;
    font-size: 14px;
    color:#44c8e8;
    text-align: center;
    text-transform: uppercase;
    line-height:1.2;
    font-family: Roboto, sans-serif;

}

.press_yr, .event_yr {
    font-size: 16px;
    color:#44c8e8;
    display: block;
    font-weight: 500;
    vertical-align:top;
    text-align: center;
    font-family: Roboto, sans-serif;
    text-align: center;
}

.press_title_cont, .event_title_cont {
	width:80%;
	display:inline-block;
	margin-top:1%;
	}
.press_title, .event_title {

    color:#656668;
    font-size: 16px;
    font-weight:500;
    line-height:1.6;
    text-transform: capitalize;
    display: block;
    width: 100%;
    margin-left:2.4%;
    margin-top:1%;

}
.press_cont_date, .event_cont_date{

    display:inline-block;
    vertical-align:top;

}
.press_img {
    background-image: url(../image/IR-Press-Release.jpg);
    width: 100%;
    height: 80px;
    background-size: cover;
    border-bottom: 3px solid #44c8e8;
    position: relative;
}

.event_img {
    background-image: url(../image/IR-Events.jpg);
    width: 100%;
    height: 80px;
    background-size: cover;
    border-bottom: 3px solid #44c8e8;
    position: relative;
}
.press_img h2{
    color: #656668;
    text-align: center;
    font-family: 'open sans',san-serif;
    letter-spacing: 1px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    line-height: 1.2;
    padding: 5px 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.8);
}

.event_img h2{
    color: #656668;
    text-align: center;
    font-family: 'open sans',san-serif;
    letter-spacing: 1px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    line-height: 1.2;
    padding: 5px 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.8);
}
.press_img, .event_img {
    width: 100%;
    height: 80px;
    background-size: cover;
    border-bottom: 3px solid #44c8e8;
    color: #656668;
    text-align: center;
    font-family: open sans;
    letter-spacing: 1px;
    font-weight: 500;
}

.press_cont, .event_cont {
    width: 46%;
    display: inline-block;
}

.press_cont {
    margin-right: 4%;
}

.ir_left_content {
    border-right: 2px solid #dcdcdc;
    float:left;
    width: 60%;
    margin-bottom: 4%;
    margin-right: 1%;

}

.page-template-ir-news .hentry {
	margin-bottom:0;
}

.stock_data {
    float: left;
    width: 35%;
    box-sizing: border-box;
    text-align: center;
    color: #808180;
}

.stock_quote {
    clear: both;
    font-weight: 400 !important;
    color: #616261;
    font-size: 24px;
    line-height: 1;
}

.stock_row {

    width: 100%;
}

.quote_price, .quote_change, .quote_high {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    color: #656668;
    font-weight: 400;
    font-size: 14px;
}

.quote_number {
    color: #616261;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1.5px;
}

.quote_center {
    text-align: center;
}

.stock_quote_disclaimer {
    padding: 20px 0 0 0;
    font-size: 11px;
    color: #656668;
    font-style: italic;
    text-align: right;
}
.stock_chart {
    width: 100%;
    text-align: center;
    margin-top: 13.5%;
}
.stock_chart img {
	width:100%;
}

.ndq_icons {
    width: 100%;
    text-align: center;
}
.ndq_icons img {
	width: 100%;
	height: auto;
}

.entry-content table caption {
      margin: 0 0 7px;
      text-indent: 0;
      text-align: left;
      font-size: 18px;
      color:#808180;
      text-transform: uppercase;
      letter-spacing: .6px;
      font-weight: 600;
}

.entry-content table {
    width: 100%;
    margin-bottom: 1.5em;
    font-size:16px;
    line-height: 20px;
    border: 0;
    border-spacing:0;
}

.entry-content th {
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaedf2;
  text-align: center;
  letter-spacing: .6px;
  color:#808180;
}

.entry-content th:first-child {
    text-align: left;
}

.entry-content tr:nth-child(even) {
    background-color: #f9f9f9;
}
.entry-content th,
.entry-content td{
    padding: 8px 0px 8px 15px;
}
.entry-content td {
  font-weight: 500;
  text-align: center;
  letter-spacing: .6px;
}
/* .entry-content td:first-child {
    text-align: left;
} */
.entry-content a{
    text-decoration: none;
}
.entry-content a[href] {
    color: #656668;
    border-bottom: 1px solid #44c8e8;
    transition: all .3s;
}
.entry-content a:visited,
.site-content2 a:visited {
	border-bottom: 1px solid #44c8e8;
}
.entry-content table a[href]:hover {
	color: #44c8e8;
}
.site-content2 a[href] {
    color: #656668;
    text-decoration: none;
    border-bottom: 1px solid #44c8e8;
   	transition: all .3s;
}

.site-content2 .noline {
	border: none;
}

#siteGradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b3c31+40,757761+100 */
	background: rgb(59,60,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(59,60,49,1) 40%, rgba(117,119,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(59,60,49,1) 40%,rgba(117,119,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(59,60,49,1) 40%,rgba(117,119,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3c31', endColorstr='#757761',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 177px;
	z-index: 0;
	position: absolute;
	top:0;
}
#siteGradient2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b3c31+40,757761+100 */
	background: rgb(59,60,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(59,60,49,1) 40%, rgba(117,119,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(59,60,49,1) 40%,rgba(117,119,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(59,60,49,1) 40%,rgba(117,119,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3c31', endColorstr='#757761',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 177px;
	top:-177px;
	position: fixed;
	z-index: 5;
	max-height:180px;
}

.logged-in #siteGradient,.logged-in #hdrImg,.logged-in .site-header {
	/* top:32px; */
}
.logged-in .site-header {
		/* top:30px; */
}
.page-template-management .content-area {
    width: 100%;
}
.bio_cont {
    cursor: pointer;
    display: inline-block;
    margin: 24px 13.71% 0 0;
    margin: 24px 2.3% 0 0;
    text-align: center;
    text-align: left;
    vertical-align: top;
    width: 30%;
}
.page-template-BOD .bio_cont {
	text-align: center;
	width: 23%;
}
.page-template-BOD .hentry,
.page-template-isscr .hentry,
.page-template-isscr-meeting .hentry{
	margin-bottom: 0;
}
.group_end {
	margin-right:0;
}
.bc_off {
    opacity: 0.5;
    transition: all 0.3s ease-in-out 0s;
}
.bc_off:hover {
    opacity:1;
}
.bio-title {
	font-weight: 700;
	font-size: 18px;
	color: #636462;
	padding-left:2%;
}
.bio-position {
	color:#44c8e8;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	padding-left:2%;
}

.bc_active .bio_arrow {
    display: block;
}
.bio_arrow {
    display: none;
    height: 25px;
    margin: 0 auto;
    width: 45px;
    background-image: url(../image/upArrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}
.bio-info{
	display: none;
	width:100%;
	border: 1px solid #f8c17b;
}
.site-content2 {
	margin-bottom: 45px;
}
.cellpad {
	padding:30px 20px;
}
.bio_more2 {
	display: inline-block;
	cursor: pointer;
	transition: all .3s;
}
.sci-title {
	color: #44c8e8;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	font-family: 'open sans',sans-serif;
}
.sci-row {
	padding:40px 0 5px;
}
.sci-img {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	text-align: center;
	margin-bottom: 20px;
}

.page-template-isscr .sci-img {
	text-align: left;
}
.page-template-isscr-meeting .sci-img {
	text-align: left;
    width: 400px;
    margin-right: 7%;
}

.sci-person {
	text-align: left;
	margin-bottom: 6px;
}
.sci-person_title {
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 12px;
}
.sci-img .button {
	margin: 0 auto;
}
.postdetail_cont {
	display: inline-block;
	vertical-align: top;
	width: 68%;
	width: 45%;
	padding-left: 2%;
}

.page-template-isscr-meeting .sci-content p {
    margin-bottom: 0;
}
.page-template-isscr-meeting .postdetail_cont {
    padding-left: 0;
    width:530px;
    cursor: pointer;

}
.page-template-isscr-meeting .postdetail_cont:hover .dashicons {
	color: #83d9f7;
}
.page-template-isscr-meeting .sci-content iframe {
    height: 280px;
    text-align: left;
}

.page-template-isscr-meeting .sci-content img {
	margin-top:0;
	margin-bottom: 2px;
	border: 2px solid #fafafa;
	height: 280px;
	width: auto;
}

.page-template-isscr-meeting .sci-title {
    margin-bottom: 5%;
}
.page-template-isscr-meeting .sci-title a {
	cursor:pointer;
   transition: all 0.3s ease-in-out 0s;
}
.page-template-isscr-meeting .sci-row .safezone {
	display: block;
}
.vid_cont iframe{
	margin-bottom: 0;
}
.page-template-isscr-meeting .sci-content {
	position: relative;
}
.page-template-isscr-meeting .sci-content .dashicons {

	position: absolute;
	text-align: center;
	opacity: .9;
	font-size: 150px;
    left: 107px;
    top: 66px;
   transition: all 0.3s ease-in-out 0s;
/*	border: pink solid 5px;
	border-radius: 50%;*/

}
.odd {
	background-color:#f6f6f6;
}

.hasSecondary {
	width: 65%;
	width: 60%;
	display: inline-block;
	vertical-align: top;
	border-right: 2px solid #d9d9d9;
	margin-bottom: 41px;
}
.widget {
	margin:25px 0;
}
.textwidget {
	position: relative;
}
.testimonial .textwidget {
	color: #f18903;
	font-family: Georgia,serif;
	font-style: italic;
	line-height: 2;
	display: inline-block;
    font-size:17px;
    font-weight:600;

}

.testimonial .textwidget:before {
	content: '\201c';
	font-size: 120px;
	font-family: Georgia,serif;
	position: absolute;
	top:-17px;
	font-style: italic;
	left:-28px;
	line-height: 1;
	color: rgba(68,200,232,.3);
}
.closeQuote {
	content: '\201d';
	font-size: 120px;
	font-family: Georgia,serif;
	font-style: italic;
	color: rgba(68,200,232,.3);
    bottom: 0;
    display: inline;
    line-height: 0;
    margin-left: -24px;
    position: absolute;
}
.textwidget h2 {
	margin-top:12px;
}
.textwidget p {
    margin-bottom: 16px;
    text-align: left;
}
.textwidget p,.textwidget {
	color: #656668;
    font-size: 15px;
}
.textwidget ol,.textwidget ul {
	font-size: 14px;
}
.testimonial .textwidget p{
	display: inline;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #f18903;
}
.textwidget a {
    color: #656668;
    text-decoration: none;
    border-bottom: 1px solid #44c8e8;
    line-height: 1.8;
}
.textwidget a.button {
	border-bottom: 1px solid #f18903;
}
.site-content2 .noline,
.textwidget  .noline {
	border: none;
}
.widget-title {
    margin-top: 0px;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing:-.025em;
/*     color: #f18903; */
/*     font-style: italic; */
/* 	font-family: Georgia,serif;	 */
}

.pub-title {
    background-color: #44c8e8;
    color: #ffffff;
    padding: 5px 0px 5px 20px;
    font-size: 19px;
    margin-bottom: 10px;
}
.pub-indented {
    padding-left: 20px;
	padding-bottom: 40px;
}
.pub-indented h4 {
    margin-bottom: 0px;
}
.trial-indented {
    padding-left: 20px;
	padding-bottom: 40px;
}
.trial-indented h4 {
    margin-bottom: 0px;
}
.trial-indented p {
    margin-bottom: 0px;
	line-height: 1.6;
    margin-top: 4px;
}
.trial-indented a {
    margin-bottom: 20px;
}
.widget .widget_text {
    margin-left: 20px;
}

.hasSecondary .entry-header,
.hasSecondary .entry-content p,
.hasSecondary .entry-content h1,
.hasSecondary .entry-content h2,
.hasSecondary .entry-content h3,
.hasSecondary .entry-content h4,
.hasSecondary .entry-content h5,
.hasSecondary .entry-content h6,
.hasSecondary .entry-content ul,
.hasSecondary .entry-content ol{
	margin-right: 6%;
}

.page-template-management img {
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out 0s;
}

.page-template-management img:hover,
.page-template-management .bc_active img{
    filter: grayscale(0);
}

.career-cat-header {
	font-weight: 600;
	margin: 0 0 10px 0;
	padding-left: 12px;
}

.pea {
	color:#999500;
}
#pipeline th.pea {
	color:#999500;
}
#pipeline th.blue {
	color:#56cdea;
}
#pipeline {
	border: none;
	color:#656668;
	table-layout: fixed;
	position: relative;
	margin-top: 44px;
}
#pipeline a {
	color:#000000;
	transition: all .3s;
}
#pipeline a:hover {
	color:#56cdea;
}
#pipeline tr,
#pipeline-sub tr {
	background-color: transparent;
	border: none;
}
#pipeline td {
	vertical-align: middle;
	color:#656668;
	border-bottom:1px solid #656668;
}
#pipeline-sub td {
	padding-left:0;
}

#pipeline td:last-child {
	color:#adadae;
}
.row_result {
	border-left:1px solid #656668;

}
#pipeline .row_result {
	text-align:left;
	position: relative;
	/* background: linear-gradient(90deg, #ebebeb 51%, #fff 51%, #fff) 0 0/67% auto; */
	padding:0;
}

#pipeline-sub .row_result {
	border-left: none;
	position: relative;
}
.dLine {
	position: absolute;
	left:50%;
	width: 1px;
	top:0;
	bottom:0;
	background-color: #656668;
}

#pipeline .row_result p,
#pipeline-sub .row_result p{
	width:0;
	text-align:left;
	margin:0;
	min-height:20px;
	border-radius: 0px 0px 0px 0px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	animation: growPipe 1s 0s 1 ease-out backwards;
}
@keyframes growPipe{
	from{
		width:0%;
	}
}
@keyframes revealPipe{
	from{
		transform: translateX(-100%);
	}
}
#pipeline .row_result p:after,
#pipeline-sub .row_result p:after{
	content:'';
	position:absolute;
	right: 0;
	width:20px;
	height:20px;
	background:url(../image/pipe-head-orange.png) 100%/100% no-repeat ;
}
#pipeline .row_result p.pea:after,
#pipeline-sub .row_result p.pea:after{
	background-image:url(../image/pipe-head-green.png);
}

.mobile-pipe {
    display: none;

}

.dcarrow {
    width: 20px;
    height:20px;
	display: inline-block;
    vertical-align: top;
	background-image:url(../image/pipe-head-orange.png);
    background-size: cover;
}
.row_result .pea {
	background-image:url(../image/pipe-head-green.png);
}

.dcarrow{
	display:none;
}
#pipeline .row_result p,
#pipeline-sub .row_result p {
	background-color: #2f5597;
	box-sizing:border-box;
	padding-right:19.5px;
	background-clip:content-box;
}

#pipeline .row_result p.pea,
#pipeline-sub .row_result p.pea {
	background-color: #999500;
}

#pipeline tr:first-child > th,
#pipeline td:nth-child(-n+4):not(:first-child){
	font-size:16px;
	letter-spacing: 0;
}
#pipeline tr:first-child > th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;

}
#pipeline th{
	padding-left:8px;
	padding-right:8px;
	box-sizing:border-box;
	text-align: center;
}
#pipeline td {
	padding-left:8px;
	padding-right:8px;
	box-sizing:border-box;
	height:57px;
}
#pipeline td:last-child img{
	border: 4px solid #fff;
  margin-top: -61px;
}
#pipeline th {
  padding: 4px 12px 8px;
	background-color: transparent;
	vertical-align: bottom;
	border-left: 1px solid #656668;
	border-bottom:1px solid #656668;
}
#pipeline tr:first-of-type th:first-of-type {
	border-left: none;
	text-align: left;
}

#pipeline tr:first-of-type th:nth-of-type(1) {
	width: 16%;
	color: white;
}
#pipeline tr:first-of-type th:nth-of-type(2),
#pipeline tr:first-of-type th:nth-of-type(3),
#pipeline tr:first-of-type th:nth-of-type(4)
 {
	width: 11%;
	color: white;
}

#pipeline tr:first-of-type th:nth-of-type(5),
#pipeline tr:first-of-type th:nth-of-type(6),
#pipeline tr:first-of-type th:nth-of-type(7),
#pipeline tr:first-of-type th:nth-of-type(8),
#pipeline tr:first-of-type th:nth-of-type(9) {
	/* width: 8%; */
	color: white;
}
#pipeline .header-row {
	border-left: none;
  text-align: left;
  padding: 14px 0 14px 8px;
  font-size: 18px;
  color: #fff;
  background-color: #2f5597;
}
#pipeline .header-row-2 {
	border-left: none;
  text-align: left;
  padding: 14px 0 14px 8px;
  font-size: 18px;
  color: #fff;
  background-color: #999500;
}
#pipeline .case{
	text-decoration: none;
	text-transform: none;
}
#pipeline-sub th {
	padding-top:.7em;
	background-color: transparent;
	vertical-align: top;
	border: none;
	padding-left: 0;
}
#pipeline a:not([href]):hover{
  color:inherit;
  cursor:initial;
}
.page-id-2718 .content-area,
  .page-id-6 .content-area {
    width: 100%;
}
#pipeline .row_result {
	/* background: linear-gradient(90deg, #ebebeb 51%, #fff 15%, #fff) 0 0/50% auto; */
	/* background: linear-gradient(90deg, #ebebeb 51%, #fff 51%, #fff) 0 0/67% auto; */
}
#pipeline td span {
	display:block;
	line-height: 1.2;
	font-size: 0.9em;
}
#pipeline td.nested-pipe {
	padding:0;
	border-top:none;
	border-bottom:none;
}
#pipeline td p {
	color:#ffffff;
	font-size: 14px;
	line-height: 1.4;
	height: 19px;
}
.nested-pipe table {
	margin-bottom:0;
	table-layout: fixed;
}
.nested-pipe tr td:nth-of-type(1) {
	font-size: .75em;
	letter-spacing: .025em;
}
.nested-pipe .middle-row td {
	border-bottom: 1px dashed #656668 !important;
}
.mustard {
	color:#318fa6;
}
.bio_box, .bio_box2, .bio_box3 {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0;
  cursor: pointer;
}
.nyb .bio_box:nth-child(2), .nyb .bio_box2:nth-child(2), .nyb .bio_box3:nth-child(2) {
  margin: 0 3%;
}
.bio_box .bio_detail_cont,
.bio_box2 .bio_detail_cont,
.bio_box3 .bio_detail_cont {
  display: none;
  height: 0;
}
.bio_box img,
.bio_box2 img,
.bio_box3 img {
	margin: 0;
  /* border-radius: 50%;
  max-width: 250px; */
	/* filter: grayscale(.8); */
	transition: all 300ms ease;
}
.bio_box img:hover,
.bio_box2 img:hover,
.bio_box3 img:hover {
	filter: grayscale(0);
}
.bio_box.bc_active img,
.bio_box2.bc_active img,
.bio_box3.bc_active img {
	filter: grayscale(0);
}
.bio_box.bc_off img,
.bio_box2.bc_off img,
.bio_box3.bc_off img {
	filter: grayscale(1);
}
.bio_box.bc_off:hover img,
.bio_box2.bc_off:hover img,
.bio_box3.bc_off:hover img {
	filter: grayscale(0);
}
.inset_label a {
	color: #9932CC;
	text-decoration: none;
	border-bottom: none;
	transition: all 300ms ease;
}
.inset_label a:hover {
	text-decoration: none;
	border-bottom: none;
}
.mgmt_label.inset_label {
  text-align: left;
}
.bod-nyb .mgmt_label.inset_label {
  text-align: center;
}
.bio-title {
	font-weight: 700;
	font-size: 18px;
	color: #636462;
	padding-left: 2%;
	line-height: 1.5;
  font-style: normal;
  margin: 4px 0 !important;
}
.bmt {
	color: #44c8e8;
  font-family: Georgia, serif;
  font-size: 16px;
	font-weight: 400;
  font-style: italic;
  padding-left: 2%;
  margin-bottom: 0;
}
.read {
	text-decoration: underline;
	padding-bottom: 15px;
}
.bioless, .bioless2, .bioless3 {
	text-decoration: underline;
  display: inline-block;
}
.nyb {
  text-align: center;
	margin-top: 44px;
}
.nyb ~ .nyb {
	margin: 24px 0 34px;
}
.bod-nyb ~ .nyb {
  margin: 15px 0;
}
.cellpad {
	text-align: left;
  padding-top: 25px;
}
.cellpad p {
	margin-bottom: 0;
}
@media all and (max-width:640px) {
	.bio_box, .bio_box2, .bio_box3,
	.nyb .bio_box:nth-child(2),
		.nyb .bio_box2:nth-child(2),
			.nyb .bio_box3:nth-child(2) {
				display: block;
				width: 92%;
				margin: 0 auto 24px;
	}
	.bio-title, .bmt {
    padding-left: 0;
	}
	.bio_arrow {
    display: none !important;
	}
	.nyb ~ .nyb,
	.bod-nyb ~ .nyb {
    margin: 0;
	}
  .bio_box .bio_detail_cont {
		display: none;
		height:0;
	}
	.bio_box.bc_active .bio_detail_cont {
		display: block;
		height:auto;
    padding-top: 20px;
	}
  .bio-info {
    display: none;
  }
}
/* Pipeline responsive styles follow */
@media all and (max-width:1200px) {
	#pipeline tr:first-child > th {
    font-size: 13px;
	}
}
@media all and (max-width:981px) {
	#pipeline tr:first-child > th {
  	font-size: 12px;
		padding-left: 4px;
		padding-right: 4px;
	}
}
@media screen and (max-width:828px){
    #pipeline tr:first-child > th{
        height:11em;
    }
    #pipeline th:nth-child(n+5){
        width:5% !important;
        overflow:visible !important;
        white-space:normal;
        text-align:center;
    }
    #pipeline th:nth-child(n+5) > u{
        position:absolute;
        text-align:left;
        transform:rotate(-90deg);
        transform-origin: left center;
        display:inline-block;
/*         outline:deeppink auto; */
        margin-top:-1.25em;
    }
	#pipeline td {
		font-size: 12px;
	}
	#pipeline th:nth-child(n+5) {
		width: auto !important;
	}
}
.mobile-pipe-table {
  display:none;
}
@media all and (max-width:900px) {
  #pipeline {
    display:none;
  }
  .mobile-pipe-table {
    display:block;
  }
  .mobile-pipe-table table {
    border: 1px solid #656668;
    table-layout: fixed;
  }
  .mobile-pipe-table tr:nth-child(even) {
    background-color: transparent;
  }
	.oncology-table th {
	  background-color: #f18903;
    border-bottom: none;
	}
	.autoimmune-table th {
    background-color: #999500;
    border-bottom: none;
	}
  .mobile-pipe-table th {
    padding:23px 10px 8px 10px;
  }
  .mobile-pipe-table td {
    border-bottom: 1px solid #c0c1c2;
    padding: 12px 5px;
    vertical-align:middle;
    text-align: center;
  }
  .mobile-pipe-table td:first-child {
    text-align: center;
  }
  .mobile-pipe-table tr td:first-child {
    text-align: left;
    padding-left: 10px;
  }
  .mobile-pipe-table a {
		color: #656668 !important;
    font-weight: 600;
    border-bottom: 1px solid #656668 !important;
  }
  .mobile-pipe-table  tr:first-child > th {
    color: #fff;
  }
}
@media all and (max-width:767px) {
	.mobile-pipe-table th {
    font-size: 12px;
    padding: 20px 5px 5px;
		line-height: 1.2;
		    vertical-align: bottom;
	}
	.mobile-pipe-table td {
    font-size: 12px;
		letter-spacing: 0;
		line-height: 1.2;
	}
}
/* @media screen and (max-width:640px){
    #pipeline tbody > tr > :nth-child(-n+2):not(:only-child){
        width:5% !important;
        vertical-align:bottom;
        height:7em;
        text-align:center;
    }
    #pipeline tbody > tr:nth-child(14) > :nth-child(-n+2){
        height:12em;
    }
    #pipeline tbody > tr > :nth-child(-n+2):not(:only-child) > :only-child{
        position:absolute;
        text-align:left;
        transform:rotate(-90deg);
        transform-origin: left center;
        display:inline-block;
        margin-top:-1.25em;
    }
}
@media screen and (max-width:480px){
    #pipeline tbody > tr > :nth-child(-n+4):not(:nth-child(-n+2)){
        display:none;
    }
    #pipeline tbody > tr > :nth-child(n):not(:only-child){
        width:16.666666666666668% !important;
    }
} */
/* end Pipeline responsive styles */

.contact-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.contact-left {
    width: 49%;
    display: inline-block;
}
.career-title {
	cursor: pointer;
	margin-top: 5px;
    font-size: 17px;
}
.career-row {
    padding: 5px 12px;
}
.career-content {
	display: none;
}
.content-box {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.client-row {

}
.client-content {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}
.client_logo {
	display: inline-block;
	display: block;
	vertical-align: top;
    width: 28%;
    width: auto;
    text-align: center;
}
.client_logo img{


 margin-bottom: 40px;
    max-height: 80px;
    width: auto;
}
.bio_detail_cont {
	text-align: left;
}
a[href^="tel:"] {
    cursor: default;
	border: none;
}
#juno .row_result img {
	max-height: 32px;
	margin-left: 15px;
    position: absolute;
    top:11px;
}

.quarters {
    width: 20%;
    display: inline-block;
}

.center-cells {
    text-align: center;
    margin: 0 auto;
}

a.anchor {
    display: block;
    position: relative;
    visibility: hidden;
}

.align-center {
    text-align: center;
}

.testimonial-credit {
    text-align: right;
    font-size: 15px;
    color: #656668;
    font-weight: 400;
    font-style: normal;
}

.sitLeft {
	display:inline-block;
	width:25%;
	vertical-align:top;
}
.sitLeft a {
	border: none;
}
.sitRight {
	display:inline-block;
	width:70%;
	vertical-align:top;
}

.vid_cont {
	display: none;
	width:100%;
	min-height: 200px;
	position: relative;
}
/* dmc removed all 10-2018 */
/*

#mg-wprm-wrap.cbp-spmenu.custom {
	top:86px;
	top:128px;
}
.cbp-spmenu {
	position: absolute;
	height: auto;

}
.home .cbp-spmenu {
	display:none !important;
}
.custom #wprmenu_menu_ul {
	padding: 0;
}
html body #wprmenu_menu_ul li.wprmenu_parent_item_li > ul {
	padding: 0;
}

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: 13px;
}
div#mg-wprm-wrap ul li span.wprmenu_icon:before {
	/* dmc removed 10/2018  top:0 !important; */
/*	right: 13px;
}

span.wprmenu_icon.wprmenu_icon_par {
	top:0 !important;
}
.wprmenu_icon {
	border-left: 1px solid #fff;
}
#mg-wprm-wrap li li.menu-item  a {
	padding-left: 28px;
	padding-right: 48px;
}
#mg-wprm-wrap li li li.menu-item  a {
	padding-left: 42px;
}

#mg-wprm-wrap ul li ul.sub-menu li {
	border-top: 1px solid #fff;
}
#mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span {
	right: 0;
	padding-left: 24px;
	padding-right: 48px;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.current_page_item > a {
	color: #44c8e8;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.current-menu-ancestor > a {
	color: #44c8e8;
}
.wprmenu_bar #mg-wprm-wrap {
	display:none;
}
.home #mg-wprm-wrap.cbp-spmenu-open {
	display:block !important;
}

#mg-wprm-wrap {
	z-index: 4 !important;
}
.cbp-spmenu {
/*	position: fixed !important; */
/*
}
*/

#wprmenu_bar {
	left: auto;
	width: auto !important;
	right: 0;
}
.cbp-spmenu {
	/*height: auto !important; */
	overflow: auto !important;

}
#wprmenu_menu_ul {
	padding-bottom: 0 !important;
	padding-bottom: 40px !important;
}
div#mg-wprm-wrap ul li span.wprmenu_icon {
	right: 0 !important;
}
div#mg-wprm-wrap ul#wprmenu_menu_ul > li > span.wprmenu_icon:before {

}
#mg-wprm-wrap.cbp-spmenu-open {
    transform: translateX(-100%);
}
#mg-wprm-wrap.cbp-spmenu-right {
    transition: transform 377ms 0ms;
    right: auto !important;
    left: 100% !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    /*-webkit-overflow-scrolling:touch; */
}
#mg-wprm-wrap.cbp-spmenu.custom {
    top: 128px;
    padding-bottom: 124px !important;
    margin-bottom: 148px;
    bottom:72px;
}
.custom #wprmenu_menu_ul {
	padding-bottom: 100px !important;
	margin-bottom: 50px;
}
.half {
    width: 45%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}


.pubs_cont {
  padding-left: 20px;
  padding-bottom: 40px;
}
.pubs_row {
  margin-bottom: 32px;
}
.pub-top {
  margin-bottom: 0;
}
.pub-name {
  line-height: 1.8;
}
.ipsc-top {
  margin-top: 0;
  padding: 5px 0px 0px 20px;
}
.ipsc_cont {
  padding-left: 20px;
  padding-bottom: 0;
}
.page-id-330 h1 {
    font-weight: 600;
}
.page-id-330 .entry-content td {
    text-align: left;
    line-height: 1.5;
	padding: 13px;
}
.wp-block-separator {
    border: 1px solid;
    border-right: none;
    border-left: none;
}
.alignfull {
	padding: 36px 0;
}
.alignfull p:last-of-type {
	margin-bottom: 0;
}
/* hacky to make alignfull brwoser compliant*/
body {overflow-x:hidden; }
.entry-content .alignfull {
	width: 100vw;
	position: relative;
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.full-content-area {
  width: 100%;
  /* margin-bottom: 44px; */
}
.full-content-area .site-content .entry-content {
	background-color: transparent;
}
.safezoneBB {
	max-width: 1375px;
	margin: auto;
}
.large-marge {
	margin-bottom: 44px !important;
}
.no-marge {
	margin-bottom: 0 !important;
}
.wp-block-button__link {
	color: #ffffff !important;
  background-color: #f18903;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 24px;
  margin-bottom: 24px;
  border-bottom: none !important;
}
.wp-block-button__link:hover {
  color: #fff !important;
  opacity: .8;
  border-bottom: none !important;
}
.wp-block-button__link:visited {
	border-bottom: none !important;
}
.h2-alt {
	position: relative;
	display: inline-block;
	color: #44c8e8;
  font-weight: 700;
  border-bottom: 2px solid #f18903;
  padding-bottom: 8px;
  margin-bottom: 16px;
	z-index: 999;
}
.text-highlight {
  text-transform: uppercase;
}
.text-highlight strong:nth-of-type(2n+1) {
  color: #f18903
}
.text-highlight strong:nth-of-type(2n) {
  color: #44c8e8
}
.text-highlight strong:nth-of-type(3n) {
  color: #9a9500
}
/* FAQs page and accordions */
.accordion_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.accordion_row .accordion_cont {
	flex: 1 0 50%;
  margin-top: 34px;
  margin-bottom: 44px;
}
.accordion_row .accordion_cont:nth-of-type(1) {
	margin-right: 10%;
}
.accordion_row .accordion_cont:nth-of-type(2) {
	flex-basis: 40%;
	margin-right: 0%;
}
.accordion_row .accordion_cont:nth-of-type(3) {
	margin-top: 24px;
  margin-bottom: 44px;
	margin-left: 30%;
	margin-right: 30%;
}
.accordion_row .accordion_cont:nth-of-type(4) {
	margin-right: 10%;
}
.accordion_row .accordion_cont:nth-of-type(5) {
	flex-basis: 40%;
	margin-right: 0%;
}
.accordion_cont {
	display: block;
	width: auto;
}
.accordion_header {
  cursor: pointer;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.icon_cont {
  width: 75px;
  margin-right: 14px;
}
.accordion-name {
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 31px;
	color: #676865;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
}
.accordion-name i {
	position: absolute;
	top: 4px;
	right: -41px;
}
.accordion_openi:before {
	content: "\f055";
}
.accordion_open .accordion-name i:before {
	content: "\f056";
}
.accordion_detail p {
	margin: 12px 0 12px;
}
.accordion_detail {
	height: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
	overflow: hidden;
	margin-left: 89px;
}
.accordion_open .accordion_detail {
	height: auto;
	opacity: 1;
}
/* slider stlyes */
.services-slides {
	position: relative;
}
.slide-box {
	position: relative;
	/* height: 378px;
	height: 400px; */
}
.services-slides-esg,
.services-slides-fate-way,
.services-slides-join-team {
	height: 333px;
  overflow: hidden;
}
.slide-cont {
	opacity: 0;
  position: absolute;
	top: 0;
  left: 0;
	width: 100%;
	z-index: -10;
	transition: all 300ms ease;
}
.slide-cont.active {
	position: relative;
  z-index:10;
  opacity: 1;
}
.slide-cont.last-active {
  z-index:9;
  opacity: 0;
}
.slide-arrows {
	position: absolute;
	z-index: 999;
	display: flex;
	align-items: center;
  color: transparent !important;
	transition: all 300ms ease;
	/* opacity: 0; */
	/* background: red; */
}
/* .slide-arrows:hover {
	opacity: 1;
} */
.slide-arrows.prev {
	left: 3%;
  top: 0;
  height: 100%;
  width: 4%;
	justify-content: flex-start;
}
.slide-arrows.next {
	right: 3%;
  top: 0;
  height: 100%;
  width: 4%;
	justify-content: flex-end;
}
.slide-arrows i {
	font-size: 90px;
	color: rgba(255, 255, 255, .6);
	/* filter: drop-shadow(0px 0px 1px #000); */
	margin: 0 12px;
}
.slide-controls {
	position: absolute;
	width: 100%;
	bottom: 0;
	/* z-index: 9999; */
  text-align: center;
  padding: 25px 0 15px;
}
.slide-controls i {
	font-size: 12px;
  padding: 5px 10px;
	cursor: pointer;
	opacity: .5;
}
.slide-controls i:hover {
	opacity: .9;
}
.slide-controls .fa-circle.active:before {
	background-color: rgba(255,255,255, 0.4);
  border-radius: 50%;
}
.slide-controls .fa-circle:hover:before {
	background-color: rgba(255,255,255, 0.4);
  border-radius: 50%;
}
.services-slides-fate-way {
	position: relative;
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
  width: 100vw;
}
.on-page-nav {
	background-color: #f2f2f2;
	width: 100vw;
	position: relative;
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	padding: 15px 0;
  margin-top: 0px;
  margin-bottom: 20px;
}
.on-page-nav ul {
  display: block;
  margin-left: 0;
	margin-bottom: 0px;
}
.on-page-nav li {
	display: inline-block;
	list-style-type: none;
  margin: 0 0px 6px;
}
.on-page-nav li:first-of-type {
	color: #f18903;
}
.on-page-nav li:first-of-type span {
	color: #808180;
}
.on-page-nav span {
  padding: 0 4px;
}
.on-page-nav li a {
	border-bottom: 1.5px solid #44c8e8;
  padding-bottom: 2px;
}
.page-template-careers-mission .h2-alt:first-of-type {
	margin-top: 0;
}
#engagement-band {
	max-width: 1200px;
	margin: auto;
  margin-bottom: 100px;
}
#cp-band-02 {
	margin-top:44px;
	margin-bottom:24px;
}
#cp-band-02 .wp-block-column:nth-of-type(2) figure {
	display: none;
}
#cp-band-02 .wp-block-column:nth-of-type(2) {
	flex-basis: 40%;
	position: relative;
	background-image: url(../image/corporate-resp-graphics-03.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.events-cols.wp-block-columns {
	gap: 4em;
}
.events-cols .wp-block-column:nth-of-type(1) {
	flex-basis: 60%;
}
.events-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 40%;
}
.events-cols .wp-block-column:nth-of-type(2) figure {
	display: none;
}
.events-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 40%;
	position: relative;
	background-image: url(../image/the-fate-way-3.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.wp-block-separator.pea {
  height: 0;
  margin-bottom: 44px;
}
.career-list-header {
	color: #656668;
	font-weight: 700;
	margin-bottom: 28px !important;
}
.careers-list {
  margin-left: 22px;
}
.careers-list li {
	list-style-type: square;
	color:#44c8e8;
}
.careers-list li strong {
	color: #656668;
	font-weight: 400;
}
.careers-list.short-list li {
  margin-bottom: 10px;
}
.dynamic-cols-2 {
	columns: 350px 2;
	column-gap: 5em;
}
.dynamic-cols-3 {
	columns: 150px 3;
	column-gap: 5em;
}

#training-band {
	/* position: relative;
	max-width: 1200px;
	margin: auto;
  padding: 20px 0;
  z-index: 99; */
}
#training-band:before {
	position: absolute;
	content: "";
	top: -170px;
	left: -30%;
	width: 71%;
	height: 100%;
	/* background-image: url(/wp-content/uploads/2022/12/careers-bkg-image-02.jpg); */
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: .5;
}
#benefits-band {
  margin-top: 44px;
  margin-bottom: 24px;
}
#benefits-band .wp-block-column:nth-of-type(2) figure {
	display: none;
}
#benefits-band .wp-block-column:nth-of-type(2) {
	position: relative;
	background-image: url(../image/careers-img-201.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.benefits-cols {
  margin-bottom: 0;
	gap: 4em
}
.benefits-cols .wp-block-column:nth-of-type(1) {
  /* flex-basis: 60%; */
}
.benefits-cols .wp-block-column:nth-of-type(2) {
  /* flex-basis: 40%; */
}
#quote-band,
#quote-band-2,
#quote-band-3 {
	max-width: 1200px;
	margin: auto;
	text-align: center;
}
#quote-band .wp-block-separator,
#quote-band-2 .wp-block-separator,
#quote-band-3 .wp-block-separator {
	max-width: 1100px;
	color: #44c8e8;
  height: 0;
}
#quote-band h3,
#quote-band-2 h3,
#quote-band-3 h3 {
	font-size: 24px;
	color: #f18903;
  margin-bottom: 24px;
}
#join-band {
	/* margin-top: 64px; */
/* 	margin-bottom: 66px; */
}
.services-slides-join-team {
	position: relative;
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
  width: 100vw;
}
.services-slides-communityengagement {
	max-width: 900px;
	margin: 0 auto 64px;
}
.services-slides-communityengagement .slide-arrows.prev {
  left: 1%;
  top: 0;
  height: 577px;
  width: 35%;
  justify-content: flex-start;
	height: 80%;
}
.services-slides-communityengagement .slide-arrows.next {
  right: 1%;
  top: 0;
  height: 577px;
  width: 35%;
  justify-content: flex-end;
	height: 80%;
}
.services-slides-communityengagement .slide-arrows.prev i,
.services-slides-communityengagement .slide-arrows.next i {
  transition: .2s ease-in-out;
  color: rgb(241, 137, 3);
}
.services-slides-communityengagement .slide-arrows.prev:hover i,
.services-slides-communityengagement .slide-arrows.next:hover i {
	/* transform: rotate(360deg); */
  color: rgb(241, 137, 3);
}
.services-slides-communityengagement .slide-controls {
  top: 603px;
	padding: 0;
  height: 29px;
	z-index: 9999;
	top: 83%;
}
.services-slides-communityengagement .slide-controls i {
  font-size: 16px;
	opacity: .8;
	color: rgb(241, 137, 3);
}
.services-slides-communityengagement .slide-controls i:hover {
  opacity: 1 !important;
}
.services-slides-communityengagement .slide-controls i.active {
  color: rgb(241, 137, 3);
  /* color: red; */
  opacity: 1;
}
.services-slides-communityengagement .slides-caption {
	text-align: center;
	max-width: 900px;
	margin: 69px auto 4px;
}
#cp-band-01 {
	margin-top: 64px;
	margin-bottom: 44px;
}
#health-band {
	position: relative;
	padding: 20px 0;
	z-index: 99;
}
#health-band:before {
	position: absolute;
	content: "";
	top: -44px;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(../image/cp-bkg-image-302.jpeg);
	background-size: 100%;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: .8;
}
.env-sus-cols {
  gap: 4em;
}
.env-sus-cols .wp-block-column:nth-of-type(1) {
  flex-basis: 60%;
}
.env-sus-cols .wp-block-column:nth-of-type(2) {
  flex-basis: 40%;
}
#cp-band-03 {
	margin-top:44px;
	margin-bottom:24px;
}
#cp-band-03 .wp-block-column:nth-of-type(2) figure {
	display: none;
}
#cp-band-03 .wp-block-column:nth-of-type(2) {
	position: relative;
	background-image: url(../image/corporate-resp-graphics-05.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#cp-band-04 {
	margin-top:44px;
	margin-bottom:24px;
}
#cp-band-04 .wp-block-column:nth-of-type(2) .wp-block-column:nth-of-type(2) figure {
	display: none;
}
#cp-band-04 .wp-block-column:nth-of-type(2) .wp-block-column:nth-of-type(2) {
	position: relative;
	background-image: url(https://fatetherapeutics.com/wp-content/uploads/2022/12/corporate-resp-graphics-05.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.diversity-stats-cols h2 {
  color: #f18903;
	font-size: 40px;
  font-weight: 900;
	text-align: center;
}
.diversity-stats-cols p {
	font-size: 20px;
  font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
#cp-band-05 {
  margin-top: 44px;
  margin-bottom: 0;
}
#cp-band-05 .wp-block-column:nth-of-type(2) figure {
	display: none;
}
#cp-band-05 .wp-block-column:nth-of-type(2) {
	position: relative;
	background-image: url(../image/corporate-resp-graphics-06.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.services-slides-esg {
  position: relative;
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
  width: 100vw;
}


@media all and (max-width: 1279px) {
	#cp-band-04 .wp-block-columns {
		display: block;
	}
	#cp-band-04 .wp-block-column:nth-of-type(2) figure {
		display: none;
	}
}
@media all and (max-width: 900px) {
	.on-page-nav li {
    margin: 0 0px 8px;
    font-size: 15px;
	}
	.icon_cont {
    width: 59px;
	}
	.accordion-name {
    font-size: 24px;
	}
	.accordion_detail {
    margin-left: 75px;
	}
	#engagement-band {
    margin-bottom: 20px;
	}
	.env-sus-cols,
	.events-cols,
	.benefits-cols {
		display: block !important;
	}
	#cp-band-02 .wp-block-column:nth-of-type(1),
	#cp-band-03 .wp-block-column:nth-of-type(1) {
		margin-bottom: 24px;
	}
	#cp-band-02 .wp-block-column:nth-of-type(2) figure,
	#cp-band-05 .wp-block-column:nth-of-type(2) figure,
	#cp-band-03 .wp-block-column:nth-of-type(2) figure,
	.events-cols .wp-block-column:nth-of-type(2) figure,
	#benefits-band .wp-block-column:nth-of-type(2) figure {
		display: block;
	}
	#quote-band h3, #quote-band-2 h3, #quote-band-3 h3 {
    font-size: 18px;
	}
}

@media all and (max-width: 768px) {
	.page-template-careers-mission .wp-block-spacer {
		height: 22px !important;
	}
	.accordion_row {
    display: block;
	}
	.accordion_row .accordion_cont {
		margin: 0 0 44px 0 !important;
	}
	.services-slides-communityengagement .slide-arrows.next,
	.services-slides-communityengagement .slide-arrows.prev {
		height: 66%;
	}
	.slide-arrows i {
    font-size: 30px;
	}
	.services-slides-communityengagement .slide-controls {
    top: 77%;
	}
	.services-slides-communityengagement .slides-caption {
    font-size: 14px;
    margin-top: 7%;
	}
	.services-slides-communityengagement .slide-controls i {
    font-size: 10px;
	}
	.slide-controls i {
    padding: 5px 7px;
	}
}
@media all and (max-width: 500px) {
	.services-slides-communityengagement .slide-controls {
    display: none;
	}
}
/**
 * 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;
}
@media screen and (max-width: 1800px) {
	#secondary {
		width: 32%;
	}
}
@media screen and (max-width: 1600px) {
	.postdetail_cont {
		width: 66%;
	}
    .page-template-isscr-meeting .postdetail_cont {
        width: 45%;
    }
}
@media screen and (max-width: 1460px) {
	.safezone {
		margin-left: 0;
		width: 100%;
	}
	#page {
		max-width: none;
	}
	.safezoneB {
		width: auto;
	}
	.safezoneA {
		width: 96%;
		padding: 0 2%;
	}
	.site-title{
		width: 200px;
		margin-right: 2%;
	}

	.press_title, .event_title {
		margin-top:2%;
	}
}
@media screen and (max-width: 1395px) {
	.safezoneBB {
  padding-left: 2%;
  padding-right: 2%;
	}
}
@media screen and (max-width: 1130px) {
	.primary-navigation {
		font-size: 16px;
	}
}

@media screen and (max-width: 1110px) {
	.site-title {
		margin-right: 10px;
	}
	.primary-navigation ul ul{
		font-size: 85%;
	}
	.primary-navigation ul ul ul {
		font-size: 105%;
	}

	.ir_left_content {
		border-right:0;
		width:100%;
	}
	.press_title, .event_title {
		margin-top:2.2%;
	}

	.stock_data {
		width:100%;
	}

	.stock_data img {
		width: 90%;
		vertical-align:top;
	}

	p {
		font-size:16px;
		line-height:1.6;
	}
    .page-template-isscr-meeting .sci-content {
        width: 100%;
    }


}
@media screen and (max-width: 1090px) {
	.primary-navigation ul ul a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1075px) {
	.primary-navigation {
		font-size: 15px;
	}

	.content-area {
		width: auto;
	}
	.hasSecondary {
		width: 60%;
	}
	.entry-header, .entry-content p, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol{
		margin-right: 0;
	}
}

@media screen and (max-width: 1023px) {
	#primary-navigation {
		display: none;
	}
	.menu-main-nav-container {
		display: none;
	}
	#page {
		margin-top: 148px;
	}
	#hdrImg {
		display:none;
	}
	#hdrImg2 {
		min-height:0;
		height: 128px;
		background-size: cover;
	}
	#siteGradient {
		display: none;
	}
	#siteGradient2 {
		max-height: 128px;
	}
	.site-content .entry-header {
		padding-left: 0;
	}
	.site-content .entry-content, .site-content .entry-summary, .page-content {
		padding-left: 0;
	}
	.site-title {
		margin-top: 0;
	}
	.content-area {
		padding-top: 0;
	}

    .quarters {
        width: 22%;
        display: inline-block;
    }

}
@media screen and (max-width: 925px) {
	#secondary {
	    margin-left: 1%;
    }
	.contact-left {
		display: block;
		width: 100%;
	}
	.contact-right {
		display: block;
		width: 100%;
	}
    .page-template-isscr-meeting .sci-img {
    width: 350px;
	margin-right:5%;
    }
    .page-template-isscr-meeting .sci-content img {
	height:245px;
}
    .page-template-isscr-meeting .sci-content iframe {
    height: 210px;
    }

}
@media screen and (max-width: 800px) {
	.half {
	width:100%;
	display:block;
	margin-right:0%;
	}
	.site-info p {
		font-size: 12px;
	}

	.press_cont {
		display: block;
		width: 100%;
		margin-bottom: 4%;
	}

	.event_cont {
		display: block;
		width: 100%;
	}

	.stock_info_cont {
		display:block;
		width:100%;
	}

	.stock_chart  {
		display:block;
		width:100%;
	}

	.stock_data img {
		width:60%;
	}

	.event_title_cont, .press_title_cont {
		width:90%;
	}
	.bio-position {
		font-size: 14px;
	}
	.bio-title {
		font-size: 16px;
	}
	.page-template-management .hentry,
	.page-template-management .hentry {
		margin-bottom: 0;
	}
    .quarters {
        width: 24%;
    }
    .page-template-isscr-meeting .sci-content img {
	height: auto;
	width:auto;
}

}
@media screen and (max-width: 700px) {
	.testimonial .textwidget {
		line-height: 1.8;
    }
    .testimonial .textwidget:before {
	    top: -23px;
    }
	.closeQuote {
		bottom:-10px;
	}
	#secondary {
		display: block;
		width:auto;
	}
	.hasSecondary {
    border-right: none;
    display: block;
    margin-bottom: 21px;
    width:auto;
	}
	.hasSecondary .hentry {
		margin-bottom: 0;
	}
	.bio-title {
		font-size: 15px;
	}
	.bio-position {
		font-size: 13px;
	}
	.cellpad {
 	   padding: 15px 10px;
	}
	.cellpad p{
		font-size: 15px;
	}
	.hasSecondary .entry-header,
	.hasSecondary .entry-content p,
	.hasSecondary .entry-content h1,
	.hasSecondary .entry-content h2,
	.hasSecondary .entry-content h3,
	.hasSecondary .entry-content h4,
	.hasSecondary .entry-content h5,
	.hasSecondary .entry-content h6,
	.hasSecondary .entry-content ul,
	.hasSecondary .entry-content ol{
		margin-right: 0;
	}

}

@media screen and (max-width: 660px) {
    .page-template-isscr-meeting .postdetail_cont {
        width: 100%;
        height: auto;
    }
    .page-template-isscr-meeting .sci-img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 640px) {
	p {
		text-align: left;
	}
	.button_cont2 {
		margin-top: 20px;
	}
	.safezoneA {
		width: 92%;
		padding: 0 4%;
	}
	.bio_cont,.page-template-BOD .bio_cont {
		display: block;
		width: auto;
	}
	.entry-title {
    	font-size: 26px;
    }
    #hdrImg2 {
	    height: 115px;
    }
	#page {
	    margin-top: 133px;
	}

	.event_title_cont, .press_title_cont {
		width:88%;
	}

	.ir_button {
		margin-left:2.5%;
	}
    .quarters {
    width: 40%;
    }
	.sitLeft{
		display: block;
		width:100%;
		text-align: center;
	}
	.sitLeft img{
		float: none;
		margin-right: 0;
	}
	.sitRight{
		display: block;
		width:100%;
	}
	.page-template-isscr .sci-img {
		display: block;
		width: 100%;

	}
	.page-template-isscr-meeting .sci-img {
		display: block;
		width: 100%;

	}
	.postdetail_cont {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.contact-left {
		display: block;
		width: 100%;
	}
	.contact-right {
		display: block;
		width: 100%;
	}
    #mg-wprm-wrap.cbp-spmenu.custom {
		top:115px;
	}
}

@media screen and (max-width: 430px) {
	.event_title_cont, .press_title_cont {
		width:85%;
	}
    .quarters {
    width: 50%;
    }

}

@media screen and (max-width: 400px) {
	.stock_info_cont {
		margin-top:4%;
	}

	.stock_data img {
		width:100%;
		margin-top:4%;
	}

	p {
	font-size:14px;
	line-height:2;
	}

	.event_title_cont, .press_title_cont {
		width:82%;
	}
}


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

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

	.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;
	}
}
/* #moove_gdpr_cookie_info_bar {
	display:none !important;
}
.page-id-330 #moove_gdpr_cookie_info_bar {
	display:block !important;
} */
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: rgba(101,102,104,1) !important;
    border-top: none !important;
}
.moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn {
    background-color: #F18903 !important;
    box-shadow: none !important;
    opacity: 1 !important;
}
.moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn:hover {
    color: #F18903 !important;
	background-color: #fff !important;
	border-color: #fff !important;
}
