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

*/

/**
 * 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;
	overflow: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea,form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article{
	color: #363c2f;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
	/*html, body, div, span, applet, object, iframe, 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 {
		font-size: 15px;
	}*/
body {
	/*overflow: auto;*/
	overflow-x: hidden;
}

a {
	font-size: 16px;
	color: #5ba7d4;
	text-decoration: none;
}

a:hover,
a:active {
    border-bottom: 1px solid #5ba7d4;
}

a:active,
a:hover {
	color: #5ba7d4;
}
a:visited {
    border-bottom: 1px solid #5ba7d4;
}

#left_nav a:visited {
    border-bottom: none;
}

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

h1 {
	font-size: 25px;
	line-height: 1.3846153846;
	color:#5ba7d4;
}

h2 {
	font-size: 21px;
	line-height: 1.3;
	color: #5ba7d4;
	font-weight: 500;
}

h3 {
	font-size: 19px;
	line-height: 1.3;
	color:#5ba7d4;
	font-weight: 500;
	margin-bottom: 8px;
}

h4 {
	font-size: 19px;
	line-height: 1;
	color:#5ba7d4;
	font-weight: 300;
}

h5 {
	font-size: 17px;
	line-height: 1;
	color:#5ba7d4;
}

h6 {
	font-size: 15px;
	line-height: 1;
	color:#5ba7d4;
}

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

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

p {
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 1.9;
	position: relative;
	z-index: 1;
}
.has-medium-font-size {
	line-height: 1.3;
}
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;
	position: relative;
	z-index: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	color: rgba(91,167,212,0.3);
	color: #f1f2f2;
	line-height:0;
	font-size: 207px;
	position: absolute;
	z-index: -1;
}
blockquote:before,
q:before {
	top:40px;
	left: 0;
	content: "\201C";
}
blockquote:after,
q:after{
	content: "\201D";
	right:50px;
	bottom: -20px;
}
#post-5 blockquote:after,
q:after, #post-9 blockquote:after,
q:after {
	content: "\201D";
	right:50px;
	bottom: -20px;
    right: 150px;
    bottom: 50px;
}
blockquote {
	color: #5ba7d4;
	font-style: italic;
	font-weight: 600;
	line-height: 2;
	padding: 0 7%;
	margin-bottom: 24px;
	margin-top: 48px;
}

blockquote cite,
blockquote small {
	font-weight: 400;
	line-height: 1.2;
	font-size: 16px;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}
blockquote p {
	font-size:15px;
}

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,li,ol {
		font-size: 16px;
}
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;
}

.entry-content ul,.entry-content ol {
	margin: 0 50px 24px 50px;
}

.entry-content ul {
    list-style: none;
   /*color:#5ba7d4;*/
}

.entry-content ul li{

	 padding-left: 1em;
	 margin-bottom:10px;
    text-indent: -15px;
    line-height:1.7;
}
.entry-content ol li{
	 margin-bottom:10px;
}
.entry-content ul li:before {
    font-size: 150%;
    content: "\2022 ";
    color: #5ba7d4;
    vertical-align: middle;
    line-height: .9;
    padding-right: 5px;
}
.entry-content .fm-form ul li:before {
	content:"";
	padding:0;
}
.entry-content .fm-form ul{
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

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

legend {
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

table,
th,
td {
	border: none;
}

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:0;
	border:none;
}
th:last-child {
	border:0;
}
td {
	border:0;
	border:none;
}
td:last-child {
	border: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: #5ba7d4;
	color: #fff;
	text-shadow: none;
}

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


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

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
    color: #363c2f;
	text-decoration: none;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
    border-bottom: 1px solid #ef5632;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover {
	color:#5ba7d4;
	color: #ef5632;
   /* border-bottom: 1px solid #5ba7d4; */
}


/* 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,
.entry-content .button,
.entry-summary .button,
.page-content .button,.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #ef5632;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
}

button:hover,
button:focus,
.button:hover,
.entry-content .button:hover,
.page-content .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: #5ba7d4;
	color: #fff;
}

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

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

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

::-webkit-input-placeholder {
	color: #85b9ba;
}

:-moz-placeholder {
	color: #85b9ba;
}

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

:-ms-input-placeholder {
	color: #85b9ba;
}

/* 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%;
}
#site_logo2 {
	display: none;
}
#site_logo2 img {
	margin-top: 5px;
	max-width: 150px;
	max-width: 91px;
	margin-top: 0;
	height: auto;
}

#site-header #site_logo img {
	max-width: 100%;
}


#site_logo2 {
	/*float:left; */
	position: relative;
	z-index:99999;
}
#site_logo2 a,#site_logo2 a:hover {
	border: none;
}

.masthead-fixed #site_logo2 {
	/*display: inline-block;
	vertical-align: middle;
	/*max-width: 274px; */
}
.masthead-fixed .primary-navigation {
	display: inline-block;
	vertical-align: middle;
}
/**
 * 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
 * -----------------------------------------------------------------------------
 */

.site {
	max-width: 1260px;
	position: relative;
	margin:0 auto;
}

.main-content {
	width: 100%;
	position: relative;
}


/**
 * 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;
	min-height:154px;
	min-height: 84px;
	margin-top: 0;

	display: inline-block;
	max-width: none;
	right: auto;
	width: auto;

	margin-left: 68px;
}
#site-header{
	padding-top: 15px;
	margin-bottom:14px;
}
.site-header {
	max-width: 825px;
	position: relative;
	width: 100%;
	z-index: 99999;
	background-color: transparent;
	margin-bottom:0;
	border-bottom: 2px solid transparent;

}

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

}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

/* Search in the header */

.search-toggle {
	background-color: #5ba7d4;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
	margin-top: 7px;
	margin-left: 35px;
	display: block;
	position: relative;
	float: right;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.search-toggle:hover,
.search-toggle.active {
	background-color: #5ba7d4;
}

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

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

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

.search-box {
	background-color: #5ba7d4;
	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: #5ba7d4;
	display: block;
}

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

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

/* 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 a {
	padding: 0 8px 4px 8px;
	font-size: 17px;
	font-weight: 600;
	display: inline;
	white-space: nowrap;
}
.primary-navigation li li a {
	display: inline-block;
}
.primary-navigation a:hover {
	border: none;
}
.primary-navigation ul li ul li a {
	font-size: 15px;

}

/* 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: #5ba7d4;
	border-radius: 0;
	cursor: pointer;
	font-size: 0;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
		display: none;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	display: inline;
	margin-top: 16px;
}

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

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

.content-area {
	padding-top: 48px;
	width: 100%;
	min-height: 516px;
}
.hentry {
	margin: 0 auto 48px;
	max-width: 672px;
}

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

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


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/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: 25px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 12px 0;
	color:#fff;
	margin-left:429px;
	margin-left:328px;
	padding-top:14px;
	font-weight: bold;
    position: absolute;
    top: 0;
    z-index: 3;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.entry-title a {
	color: #2b2b2b;
}

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

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

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


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

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

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

.entry-meta a:hover {
	color: #5ba7d4;
}

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

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

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

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

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

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

	word-wrap: break-word;
}



.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{
	/*font-weight: 700;*/
	padding: 12px 17px;
	text-transform: uppercase;
	background-color:#5ba7d4;
	color:#fff;
	font-size: 18px;
}

.entry-content td,
.comment-content td {
	font-size: 18px;
	padding: 12px 17px;
}

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

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #5ba7d4;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.9;
	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: #5ba7d4;
	border: 1px solid #5ba7d4;
	color: #fff;
}

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


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


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

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

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


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


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


.required {
	color: #c0392b;
}

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

/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #5ba7d4;
}

.content-sidebar .widget a:hover {
	color: #5ba7d4;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #5ba7d4;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #5ba7d4;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #5ba7d4;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #5ba7d4;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}



/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
.site-info .menu-footer-nav-container {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}
.site-info .menu-footer-nav-container ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: -1px;
	font-size: 14px;
}
.site-info .menu-footer-nav-container ul li {
	display: inline-block;
    line-height: 1;
    padding: 0 5px 0 7px;
    position: relative;
    vertical-align: middle;
    border-left: 1px solid #363c2f;
}
.site-info .menu-footer-nav-container ul li a{
	font-size: 14px;
}

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: #363c2f;
}

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

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

.site-info {
	padding: 15px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #5ba7d4;
}
.site-info ul li.menu-item-716 {
	display:none;
}

body.page-id-324 .site-info ul li.menu-item-716 {
	display:inline;
}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #5ba7d4;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}


/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #5ba7d4;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #5ba7d4;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #5ba7d4;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}
.all_titles {
	display: none;
	border: 1px solid #85b9ba;
}
.learn {
	font-style: italic;
	font-size: 13px;
	cursor: pointer;
}
.all_titles p {
	font-style: italic;
	line-height: 1.1;
	font-size: 14px;
	margin-bottom: 3px;
}
.all_titles .publication {
	font-style: normal;
}
.article h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom:6px;
}
.page-template-publications .article a{
	text-decoration: none;
}
.page-template-publications .article h4 {
	font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 2px;
}
.page-template-publications .even {
	background-color: transparent;
}

.warning {
	background-color: #5ba7d4;
	color: #fff;
	padding:30px 10px;
	text-align: center;
	position: relative;
	display: inline-block;
	z-index: 999;
}
#home_left p {
	margin-bottom:0;
}
.author {
font-size: 14px;
font-weight: 500;
font-style: normal;
margin-top: -15px;
}
.home .event_details .callout_title {
font-size:16px;
color:#363c2f;
}
#home_tab1 .pr_cont a:hover {
border-bottom:none;
}
.home .site-info {
	padding-left:167px;
}
.blue-treatment {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eef5f8+0,9ac3d8+70&1+0,0+70 */
background: -moz-linear-gradient(left, rgba(238,245,248,1) 0%, rgba(154,195,216,0) 70%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(238,245,248,1) 0%,rgba(154,195,216,0) 70%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(238,245,248,1) 0%,rgba(154,195,216,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef5f8', endColorstr='#009ac3d8',GradientType=1 ); /* IE6-9 */;
margin:20px 0;
}
.page-template-bod .site-footer, .page-template-leadership .site-footer, .page-template-contact .site-footer {
    max-width: 1260px;
    position: relative;
    margin: 0 auto;
}
.page-template-leadership .safezoneA, .page-template-bod .safezoneA, .page-template-advisors .safezoneA  {
    width: 900px;
    position: relative;
   /* margin: 0 auto; */
}
.page-template-leadership .bio_cont, .page-template-bod .bio_cont, .page-template-advisors .bio_cont {
    margin-bottom: 14px;
}
.page-template-leadership #content,
.page-template-bod #content,
.page-template-advisors #content {
	width: 70%;
}


.page-template-leadership .site-content .entry-content, .page-template-bod .site-content .entry-content, .page-template-advisors .site-content .entry-content {
    padding-top:26px;
}

#post-66 h3 {
line-height: 1.6;
}
#post-66 h4 {
line-height: 1.4;
}
#post-10 h3 {
    margin: 20px 0 2px;
    font-style: italic;
}
#pipeline {
    margin: 50px 0 0;
}
#pipeline th {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    background-color: white;
    color: #5ba7d4;
    border-right: 1px solid #5ba7d4;
    vertical-align: middle;
    padding: 0px 0px 5px 10px;
}
#pipeline td {
    font-size: 14px;
    color: #363c2f;
    padding-left:5px;
}
#pipeline .program-indent  {
    padding-left:30px;
}
#pipeline .blue-border {
    border-top: 1px solid #5ba7d4;
font-size:15px;
    /*font-family:times new roman;*/
    color: #5ba7d4;
}
#mobile-pipeline th {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    background-color: white;
    color: #5ba7d4;
    border-right: 1px solid #5ba7d4;
    vertical-align: middle;
    padding: 0px 0px 5px 10px;
}
#mobile-pipeline td {
    font-size: 13px;
    color: #363c2f;
    padding-left:5px;
}
#mobile-pipeline .program-indent  {
    padding-left:15px;
}
#mobile-pipeline .program-indent em {font-size:13px;}

#mobile-pipeline .blue-border {
    border-top: 1px solid #5ba7d4;
    /*font-family:times new roman;*/
    font-size:13px;
    /*color: #363c2f;*/
}
#mobile-pipeline em {
font-size:13px;
}
#mobile-pipeline {
   	 	display:block;
	}
#post-5 blockquote p {
    width:89%;
}
    .kl-cont {
		display:inline-block;
		width:90%;
    }
    .page-template-Knowledge-Library .entry-content a {
        font-size: 16px;
        color: #5ba7d4;
        text-decoration: none;
        border-bottom: none;
    }
    .page-template-Knowledge-Library .entry-content a:hover {
        color:#ef5632;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .kl-title {
        text-transform: capitalize;
        position: relative;
    }
    .page-template-Knowledge-Library .kl-title img {
		display:none;
	}
    .page-template-Knowledge-Library h3 {
		margin-bottom: 24px;
		background: #efefef;
		padding: 10px;
		text-align: center;
		color: #5ba7d4;
		margin-top: 24px;
	}
	.pub-cont {
		display:block;
		width:100%;
		margin-bottom:24px;
	}
   /* .page-template-Knowledge-Library .news_mo {
        font-size: 16px;
    		color: #5ba7d4;
		text-transform: uppercase;
   	 	margin-left: 4px;
    }
    .page-template-Knowledge-Library .news_day {
		font-size: 28px;
		margin-left: 5px;
		height:30px;
		line-height:.9;
		font-weight: 400;
	}
    .page-template-Knowledge-Library .news_year {
		font-size: 16px;
	}
	*/
	.journal-name {
		font-size: 16px;
		font-style: italic;
		line-height: 1.2;
		letter-spacing: .3px;
	}
	.page-template-publications .kl-cont a {
		color: #5ba7d4;
	}
	.page-template-publications .kl-cont a:hover {
		color: #ef5632;
	}
	.page-template-publications .journal-name {
		color:#363c2f;
		display: inline;
		margin-left: 12px;
	}
	.journal_author {
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: .3px;
	}
	.page-template-publications .journal_author{
		display: inline;
	}
.read{
	font-size: .8em;
	color:#5ba7d4;
}
.bc_active .read {
	visibility: hidden;
}

.entry-content tr:first-child th {
	background-color: transparent;
	color:#5ba7d4;
	border-bottom:2px solid #5ba7d4;
	vertical-align: bottom;
}
.entry-content .pipeline-desk th:nth-of-type(1) {
	width: 22%;
	/* width: 26%; */
}
.entry-content .pipeline-desk th:nth-of-type(2) {
	/* width: 15.6%; */
	width: 14.8%;
}
.entry-content .pipeline-desk th:nth-of-type(3) {
	/* width: 15.6%; */
	width: 14.8%;
}
.entry-content .pipeline-desk th:nth-of-type(4) {
	/* width: 15.6%; */
	width: 14.8%;
}
.entry-content .pipeline-desk th:nth-of-type(5) {
	width: 17.2%;
}
.entry-content .pipeline-desk th:nth-of-type(6) {
	width: 14.8%;
}
/* .entry-content .pipeline-desk th:not(:nth-of-type(1)) {
	width: 15.6%;
} */
.entry-content tr th.vert {
	max-height: 20px;
	vertical-align: middle;
	position: relative;
	text-align: center;
	background-color:#5ba7d4;
	color: #fff;
}
.entry-content .vert,
.entry-content .clear {
	padding: 12px 17px;
}
.vert div{
	margin: 0;
	top:0;
	left: 0;
	right: 0;
	transform: rotate(-90deg);
	position: absolute;
	/*border: 1px solid pink;
	background-color: blue;
	/*transform-origin: left top 0;*/

	text-transform: none;
	top:125px;
	top: 50%;
	left:-170px;
	right: -170px;
	font-size: 16px;
}
.clear div {
	/*border: 1px solid pink;
	background-color: blue;*/

	top:40px;
	left:-70px;
	right: -70px;
}
.entry-content tr th.clear {

	color:#5ba7d4;
	background-color: transparent;
	/*
	background-color: #fff;*/
	border: 1px solid #5ba7d4;
	height: 150px;
	height: 80px;
	text-transform: none;
}
.pipeline-desk {
	width: 100%;
}
.entry-content .pipeline-desk th {
	font-size: 16px;
	text-transform: none;
	font-weight: 600;
}
.entry-content tr:nth-child(even) {
	background-color: #f1f2f2;
}

.entry-content .pipeline-desk tr {
	min-height: 85px;
}
.entry-content td,
.pipeline-desk a,
.pipeline-desk em {
	font-size: 15px;
	text-decoration: none;
}
.entry-content .pipeline-desk a {
	color: #fff;
	border-bottom: none;
}
.entry-content th.pc {
	padding: 5px 2px;
	/* min-width: 12%; */
	text-align: center;
}
.entry-content th,
.entry-content td{
	padding: 5px 5px;
}
.pipeline-desk .bdrrt {
	height: 45px;
	border-right: 1px solid #5ba7d4;
}
.pipeline-desk .bdrrt .pipe_cont {
	/* dmc 06-06-2022

		 border-left: 1px solid #5ba7d4; */
	border-left: 1px solid transparent;
}
.pipeline-desk .bdrrt:last-child {
	border-right: none;
}
.pipeline-desk tr:last-child td {
	border-bottom: 2px solid #5ba7d4;
}
.entry-content .pipeline-desk td{
	vertical-align: middle;
	min-height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;

	vertical-align: baseline;
	min-height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	height: 24px;
}
.pipe_cont {
	position: absolute;
	left: 0;
	right: 0;
	top:-1px;
	bottom:0;
	/*width: 718px;*/
	min-width: 500px;
}
.pipe_cont .tBubble {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	vertical-align: middle;
	min-width: 70px;
	line-height: 1;
	font-size: 14px;

	top: 50%;
	transform: translateY(-50%);
	top:11px;

		top: 50%;
	height:20px;
	height: 26px;
}
.row_result a:hover .cotxt{
	/*color:#ef5632; */
}
.row_result a:hover .tBubble {
	background-color: #5ba7d4;
}
.row_result a:hover .aRight {
	border-left: 15px solid #5ba7d4;
}
.entry-content tr.path1 {
	background-color:#fff;
}
.entry-content .pipeline-desk a {
	color: inherit;
	border-bottom: none;
}
.cotxt {
	line-height: 1;
	font-size: 14px;
	display: inline;
	position: absolute;
	color:#fff;
	top:5px;
	bottom: 0;
	left: 5px;
}
.tBubble {

	position: absolute;
	z-index: 1;
	top:10px;
	height: 26px;
	left:0;
	/*width:200px; */
	background-color: #5ba7d4;
}
.aRight {
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 15px solid #5ba7d4;
	width: 0;
	height: 0;
	vertical-align: middle;
	display: inline-block;
	background-color: transparent;
	margin-top: 0;
	z-index: 2;

	position: relative;
	right: auto;

	transform: translateY(-50%);
	margin-left: -.5px;

  /*  border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; */
	top:11px;
		top: 50%;
}

.table_footer,
.table_footer em {
	font-size: 13px;
	line-height: 1.2;
}
.entry-content .pipeline-desk {
  table-layout: fixed;
  margin-bottom:2px;
}
.discovery th {
text-transform:none;
font-weight:600;
font-size:16px;
}
cite {
font-size: .65rem;
}

.pipe_cont {
	/*left:-1px; */
	/* dmc 6/6/2022 */
	left: 0;
}
.pipeline-desk .bdrrt {
height:23px;
height:auto;
}

.entry-content tr.path2 {
background-color:#f1f2f2;
	background-color: #f8f8f8;
}
.entry-content .pipeline-desk .indent_row {
padding-right:12px;
text-align: right;
	border-right: 1px solid #5ba7d4; /* dmc 06-06-2022 */
}
.entry-content .pipeline-desk td{
min-height:0;
padding:0;
}
.entry-content .pipeline-desk .th {
min-height:0;
}
.entry-content .pipeline-desk .th td {
min-height:0;
padding:0;
height:auto;
}
.pipeline-desk td:nth-of-type(1) {
  width: 18%;
}
.pipeline-desk td {
width:15%;
width:10%;
}
.pipeline-desk td:nth-of-type(6) {
    width: 15%;
}
.pipeline-desk td:last-of-type {
    width: 10%;
    text-align: center;
}
tr.path1 td:nth-of-type(1) {
    color: #5ba7d4;
}
tr.path2 td{
    background-color:#f1f2f2;
    background-color: #f8f8f8;
}
tr.path2 td:nth-of-type(1){
    color: #ef5632;
}
tr.path3 td:nth-of-type(1) {
    color: #363c2f;
}
tr.path1 .tBubble {
    background: #5ba7d4;
}
tr.path2 .tBubble {
   background: #ef5632;
}
tr.path3 .tBubble {
    background: #363c2f;
}
tr.path1 .aRight {
    border-left: 8px solid #5ba7d4;
}
tr.path2 .aRight {
    border-left: 8px solid #ef5632;
}
tr.path3 .aRight {
    border-left: 15px solid #363c2f;
}
.entry-content .pipeline-desk td {
    vertical-align: baseline;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    height: 24px;
}

.rowspan-span {
  vertical-align: middle !important;

}
.rowspan-spaned {
  display: none;
}
.sub-th {
  height: 35px;
  vertical-align: bottom;
}
.entry-content .pipeline-desk a {

}
table table {
    margin: 0 !important;
}
.aRight {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid #5ba7d4;
  width: 0;
  height: 0;
  display: inline-block;
  background-color: transparent;
  margin-top: 0;
  z-index: 2;
  position: relative;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -.5px;
}
.pipe_cont .tBubble {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    vertical-align: middle;
    min-width: 70px;
    line-height: 1;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
}
.swarm-td {
  height: 30px !important;
  padding-right: 21px !important;
}
.tailwind-td {
  height: 75px !important;
  padding-right: 21px !important;
}
.swarm-td span,
.tailwind-td span {
  display: block;
  text-align: center;
}
.disarm-td span {
  display: block;
  text-align: left;
}
.inflexion-td span {
	padding-left: 27%;
}
.swarm-td a,
.tailwind-td a,
.disarm-td a {
  padding-top: 4px;
}
.pipeline-mobile .swarm-td,
.pipeline-mobile .tailwind-td {
	height: auto !important;
}
.td-text {
    font-size: 12px;
}
#jsdata {
	display: none;
}
.fi_cont {
	width: 100%;
	min-height: 625px;
	background-image:url(/wp-content/uploads/2019/04/Armata-Pharma-Phages.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
/* JA INFOGRAPHIC  */

.entry-content .infographic div div {
	font-size:14px;
}

.leftside, .rightside {
	width:45%;
	display:inline-block;
	vertical-align:top;
	margin-top:40px;
	min-width:300px;
}

.leftside {
	text-align:right;
}

.centerbit {
	width: 6%;
	padding: 0 1%;
	display:inline-block;
	vertical-align:center;
	background: url('/wp-content/uploads/2019/04/div-vert.png') center center no-repeat;
	background-size:contain;
	min-height:300px;
}
.page-id-319 .has-2-columns {
	margin-top: 24px;
}

.page-id-319 .has-2-columns .wp-block-column:not(:last-child) {
	flex-basis: 11%;
}
.page-id-319 .has-2-columns .wp-block-column:not(:last-child) .wp-block-image {
	/*margin-bottom: 0;*/
}

.page-id-319 .wp-block-column:not(:first-child),
.page-id-319 .wp-block-column:nth-child(2n) {
	flex-basis: 89%;
}
.page-id-319 .wp-image-555 {
	max-width: 80%;
}
.page-id-319 .wp-block-image {
	text-align: center;
}
.wp-block-column h4 {
	margin-top: 0;
}


.hexagon-part {
	display: inline-block;
	position: relative;
	top: -10px;
}
.hexagon-shape {
	position: relative;
	overflow: hidden;
	background: transparent;
	/* add slash at the end of line to see the rhombus *
	outline: solid 1px red;/**/
	width: 8px;
	height: 8px;
	transform: rotate(-30deg) skewX(30deg) scaleY(.866);
}
.hexagon-shape:before {
	position: absolute;
	right: 6.7%;
	bottom: 0;
	left: 6.7%;
	top: 0;
	transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
	background-color:#ef5632;
	content: '';
}
.pipeline-mobile {
	display: none;
}
#primary-navigation #menu-item-699 .sub-menu {
	display: none;
}
#primary-navigation #menu-item-699 a {
	padding-right: 8px;
}


#primary-navigation #menu-item-699 a:after {
	content: none;
}
.toggleme {
	display: none;
}
.toggleme h3:first-child {
	margin-top: 0;
}
.fancybox-button svg {
	color: #fff;
	background-color: #5ba7d4;
	border: 1px solid #fff;
	border-radius: 50%;
}
.fancybox-close-small:hover svg {
    text-decoration: none;
    border: none;
    background-color: #ef5632;
}
.fancybox-close-small:hover {
    background-color: transparent;
    text-decoration: none;
    border: none;
}
.fancybox-slide--image .fancybox-content {
	max-width: 80%;
	margin: 0 auto;
	right: 0;
	background-color: #fff;
}
.fancybox-close-small {
	right: -20px;
	top: -22px;
	opacity: 1;
}
.entry-content .merck {
	position: absolute;
	max-width: 88px;
	top: 18px;
	background-color: #fff;
	padding-left: 4px;
}
.merck:before {
/*	content:"";
	background-image: url(http://armatadev.wpengine.com/wp-content/uploads/2019/05/merck-logo.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 32px;
	background-size: cover;
	position: absolute;
	left:-110px;
	top:16px;*/
}
.who {
	text-align:right;
	margin-top:-40px;
	margin-right:180px;
}
#post-324 .wp-block-column{
	/*flex: 1 0 auto;*/
}
#swarm {
  position: absolute;
  top:-27px;
  height: 41px;
  width: 100px;
  /* right: 100px;
  right: 19.5%; */
  left: 66%;
}


.trial-logo-01 {
  margin-left: 7px;
  margin-top: -4px;
  /* dmc below */
  margin-top: 7px;
  width: 72px;
  width: 68px;

}
.trial-logo-02 {
  margin-left: 9px;
  margin-top: -4px;

	/* dmc 06062022 */
	margin-top: 2px;
	width: 66px;
	width: 64px;
	margin-left: 2px;
	width: 58px;
}
.trial-logo-03 {
  margin-left: 10px;
  margin-top: -2px;
	/* dmc 06-06-2022 */
	margin-top: 4px;
	width: 70px;

	margin-top: 6px;
	width: 65px;
	margin-left: 7px;
	width: 57px;
}
.trial-logo-04 {
	margin-top: 4px;
	width: 65px;
	margin-left: 7px;
}
.wp-block-table td, .wp-block-table th {
    border: none;
}

/* hacks for non-menu pages */
.page-id-1097 #left_nav .menu-item-334 {
  display: block;
}
.page-id-1097 #left_nav .menu-item-334 > a {
  display: none;
}
.page-id-1097 #left_nav .menu-item-334 li {
  display: block;
}
#fraud-div {
    border: 1px solid #000;
    padding: 20px;
}
.fraud-header {
	background-color: #ef5632;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 24px;
	margin-left: -20px;
    width: 100%;
    margin-top: -20px !important;
}
smaller{
	font-size:.7rem;
}
.home-antibiotic-video {
	max-width: 650px;
	padding: 20px;
	background: #5ba7d4;
	flex-basis: 100% !important;
}
.home-antibiotic-video h3 {
	position: relative;
    display: inline-block;
	font-size: 16px;
	color: #fff;
	margin: 0;
    padding-right: 24px;
}
/* .home-antibiotic-video h3:before {
	position: absolute;
	content: "\f144";
	bottom: -2px;
	left: calc(100% - 12px);
	width: 22px;
	height: 22px;
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 1;
} */
iframe {
  margin-bottom: 0;
  max-width: inherit;
}
 .wp-block-embed__wrapper iframe {
  /*padding:10px;*/
}
.wp-block-embed__wrapper{
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 25px;*/
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.antibiotic-video,
.cnn-video {
	padding: 30px;
}
.antibiotic-video video,
.cnn-video video {
	margin-bottom: 0;
}
@media only screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { /* ie 10 and 11 but not edge */
	.pipe_cont {
		min-height: 100px;
	}
}
@media screen and (max-width: 945px) {
  .pipeline-desk {
    display: none !important;
  }
  .pipeline-mobile {
    display: table !important;
  }
  .td-text {
    font-size: 11px;
  }
}

/*END INFOGRAPHIC */
/**
 * 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: 400px) {


	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 401px) {
	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";
	}

	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

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

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

@media screen and (min-width: 594px) {
	.site-content .entry-header {
		padding-right: 30px;
		padding-left: 30px;
	}

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

@media screen and (min-width: 673px) {

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

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



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

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


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

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

	#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;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		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;
	}

	.site-info {
		padding: 15px 30px;
	}
}

@media screen and (min-width: 650px) {

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

	/* Fixed Header */

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

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

	.masthead-fixed .site-main {
		margin-top: 48px;
	}

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

	/* Primary Navigation */

	.primary-navigation {
		float: none;
		font-size: 11px;
		margin: 0 1px 0 1px;
		margin-left: 60px;
		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: 58px;
	line-height: 58px;
	position: relative;
	margin-right: 2%;
	margin-right: 15px;
	margin-bottom: 2%;
	margin-bottom: 0;
}
#menu-main-nav > li.current-menu-item a,
#menu-main-nav > li.current_page_ancestor a {
	border-bottom: 2px solid #ef5632;
}


#menu-main-nav > li.current-menu-item ul li a,
#menu-main-nav > li.current_page_ancestor ul li a {
	border-bottom:none;
}
#menu-main-nav li ul .current_page_item a{
	color:#ef5632;
}

#menu-main-nav li.current-page-ancestor > a {
	border-bottom: 2px solid  #ef5632;
}
#menu-main-nav li.current-menu-item > ul.sub-menu li.current-menu-item,
#menu-main-nav li.current-page-ancestor li.current-page-ancestor > a {
	border-bottom: none;
}
#menu-main-nav li.current-page-ancestor > ul.sub-menu li {
	border-bottom: none;
}
#left_nav li.current-menu-item {
	font-size:18px;
	/*border-bottom: 1px solid #696969;*/
}

	.primary-navigation ul ul {
		background-color: #5ba7d4;
		float: left;
		margin: 0;
		position: absolute;
		top: 58px;
		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 {
		-webkit-transition:all .4s;
		-moz-transition:all .4s;
		-o-transition:all .4s;
		transition:all .4s;
		padding: 9px 12px;
		white-space: normal;
		width: 176px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		/*background-color: #5ba7d4;*/
		color: #fff;
	}
	.primary-navigation li li:hover > a {
		color:#ef5632;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #5ba7d4;
		border: none;
	}

	.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: 20px;
	}

	.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: 10px;
		top: 28px;
		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: 17px;
	}
}

@media screen and (min-width: 810px) {
	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}

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

	.contributor-avatar {
		margin-left: -168px;
	}

	.contributor-summary {
		float: left;
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}

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

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		/*margin-right: -168px; */
	}

	.full-width .site-content .alignright {
		clear: right;
	}
}

@media screen and (min-width: 846px) {
	.content-area,
	.content-sidebar {
		padding-top: 72px;
	}

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

	.comment-list .trackback,
	.comment-list .pingback,
	.comment-list article {
		margin-bottom: 36px;
		padding-top: 36px;
	}

	.comment-author .avatar {
		height: 34px;
		top: 2px;
		width: 34px;
	}

	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 50px;
	}

	.comment-list .children {
		margin-left: 20px;
	}



	.featured-content {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1008px) {
	.search-box-wrapper {
		padding-left: 182px;
	}

	.main-content {
		float: left;
	}

	.site-content {
		margin-right: 29.04761904%;
		margin-left: 182px;
	}

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

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

	.content-sidebar {
		margin-left: -29.04761904%;
		width: 29.04761904%;
	}



	#secondary {
		background-color: transparent;
		border: 0;
		clear: none;
		float: left;
		margin: 0 0 0 -100%;
		min-height: 100vh;
		width: 122px;
	}

	.primary-sidebar {
		padding-top: 0;
	}

	.site-description {
		display: block;
		margin: -3px 0 21px;
	}

	.site-description:empty {
		margin: 0;
	}

	.secondary-navigation {
		font-size: 11px;
		margin: 0 -30px 58px;
		width: 182px;
	}

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

	.secondary-navigation a {
		padding: 10px 30px;
	}

	.secondary-navigation ul ul {
		background-color: #5ba7d4;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}

	.secondary-navigation li li {
		border-top: 0;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #5ba7d4;
		color: #fff;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #5ba7d4;
	}

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

	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}

	.footer-sidebar .widget,
	.primary-sidebar .widget {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		float: left;
		padding: 0 30px;
		width: 25%;
	}

	.footer-sidebar .widget h1,
	.primary-sidebar .widget h1 {
		font-size: 20px;
		line-height: 1.2;
	}

	.footer-sidebar .widget h2,
	.primary-sidebar .widget h2 {
		font-size: 18px;
		line-height: 1.3333333333;
	}


	.footer-sidebar .widget h4,
	.primary-sidebar .widget h4 {
		font-size: 14px;
		line-height: 1.7142857142;
	}

	.footer-sidebar .widget h5,
	.primary-sidebar .widget h5 {
		font-size: 12px;
		line-height: 2;
	}

	.footer-sidebar .widget h6,
	.primary-sidebar .widget h6 {
		font-size: 11px;
		line-height: 2.1818181818;
	}

	.footer-sidebar .widget code,
	.footer-sidebar .widget kbd,
	.footer-sidebar .widget tt,
	.footer-sidebar .widget var,
	.footer-sidebar .widget samp,
	.footer-sidebar .widget pre,
	.primary-sidebar .widget code,
	.primary-sidebar .widget kbd,
	.primary-sidebar .widget tt,
	.primary-sidebar .widget var,
	.primary-sidebar .widget samp,
	.primary-sidebar .widget pre {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget blockquote,
	.primary-sidebar .widget blockquote {
		font-size: 14px;
		line-height: 1.2857142857;
	}

	.footer-sidebar .widget blockquote cite,
	.primary-sidebar .widget blockquote cite {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget input,
	.footer-sidebar .widget textarea,
	.primary-sidebar .widget input,
	.primary-sidebar .widget textarea {
		font-size: 12px;
		padding: 3px 2px 4px 4px;
	}

	.footer-sidebar .widget input[type="button"],
	.footer-sidebar .widget input[type="reset"],
	.footer-sidebar .widget input[type="submit"],
	.primary-sidebar .widget input[type="button"],
	.primary-sidebar .widget input[type="reset"],
	.primary-sidebar .widget input[type="submit"] {
		padding: 5px 15px 4px;
	}

	.footer-sidebar .widget .widget-title,
	.primary-sidebar .widget .widget-title {
		font-size: 11px;
		font-weight: 900;
		line-height: 1.6363636363;
		margin-bottom: 18px;
	}


	.footer-sidebar .widget_archive li,
	.footer-sidebar .widget_categories li,
	.footer-sidebar .widget_links li,
	.footer-sidebar .widget_meta li,
	.footer-sidebar .widget_nav_menu li,
	.footer-sidebar .widget_pages li,
	.footer-sidebar .widget_recent_comments li,
	.footer-sidebar .widget_recent_entries li,
	.primary-sidebar .widget_archive li,
	.primary-sidebar .widget_categories li,
	.primary-sidebar .widget_links li,
	.primary-sidebar .widget_meta li,
	.primary-sidebar .widget_nav_menu li,
	.primary-sidebar .widget_pages li,
	.primary-sidebar .widget_recent_comments li,
	.primary-sidebar .widget_recent_entries li {
		border-top: 0;
		padding: 0 0 6px;
	}

	.footer-sidebar .widget_archive li:last-child,
	.footer-sidebar .widget_categories li:last-child,
	.footer-sidebar .widget_links li:last-child,
	.footer-sidebar .widget_meta li:last-child,
	.footer-sidebar .widget_nav_menu li:last-child,
	.footer-sidebar .widget_pages li:last-child,
	.footer-sidebar .widget_recent_comments li:last-child,
	.footer-sidebar .widget_recent_entries li:last-child,
	.primary-sidebar .widget_archive li:last-child,
	.primary-sidebar .widget_categories li:last-child,
	.primary-sidebar .widget_links li:last-child,
	.primary-sidebar .widget_meta li:last-child,
	.primary-sidebar .widget_nav_menu li:last-child,
	.primary-sidebar .widget_pages li:last-child,
	.primary-sidebar .widget_recent_comments li:last-child,
	.primary-sidebar .widget_recent_entries li:last-child {
		padding: 0;
	}

	.footer-sidebar .widget_categories li ul,
	.footer-sidebar .widget_nav_menu li ul,
	.footer-sidebar .widget_pages li ul,
	.primary-sidebar .widget_categories li ul,
	.primary-sidebar .widget_nav_menu li ul,
	.primary-sidebar .widget_pages li ul {
		border-top: 0;
		margin-top: 6px;
	}

	#supplementary {
		padding: 0;
	}

	.footer-sidebar {
		font-size: 12px;
		line-height: 1.5;
	}

	.featured-content {
		padding-left: 182px;
	}

	.grid .featured-content .hentry {
		width: 33.3333333%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}

	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		height: 120px;
	}
}

@media screen and (min-width: 1040px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: -58px;
	}



}

@media screen and (min-width: 1080px) {
	.search-box .search-field {
		width: 324px;
	}

	.site-content,
	.site-main .widecolumn {
		margin-left: 222px;
	}



	.search-box-wrapper,
	.featured-content {
		padding-left: 222px;
	}

	#secondary {
		width: 162px;
	}

	.secondary-navigation,
	.secondary-navigation ul ul {
		width: 222px;
	}

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

	.slider .featured-content .entry-title {
		font-size: 33px;
	}

	.slider .featured-content .entry-header,
	.slider-control-paging {
		width: 534px;
	}

	.slider-control-paging {
		padding-left: 24px;
	}

	.slider-control-paging li {
		margin: 12px 12px 12px 0;
	}

	.slider-control-paging a {
		height: 24px;
		width: 24px;
	}

	.slider-control-paging a:before {
		top: 6px;
		left: 6px;
	}
}




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

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

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

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}


.backbutton {
	color: #fff;
	cursor: pointer;
}
.backbutton:hover {
	color:#c1e4f5;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
}

.site-content .entry-content {
	background-color: transparent;
}
#site_logo {
	float:left;
	position: relative;
	z-index:99999;
	width:343px;
	width: 159px;
}
#site_logo a,#site_logo a:hover {
	border: none;
}
#hsearch {
	float:right;
	display: none;
}
.site-info {
	font-size:14px;
}
.entry-header {
	z-index: 2;
	height:56px;
	/*background-color: #9ac3d8;*/
	margin-left:102px;
	margin-top: 1px;

}
.entry-header {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #5ba7d4;
	z-index:9;
}
.entry-header-container {
	max-width: 1260px;
    position: relative;
    margin: 0 auto;
}
.entry-header h1 {
	margin-left:426px;
}
.search .hentry,.search .list-view .site-content .hentry {
	margin-bottom:5px;
	padding-top:5px;
}

#whtbg {
	position: fixed;
	left:50%;
	right:0;
	bottom:0;
	top:0;
}

.home .masthead-fixed #main {
margin-top:340px;

}
.masthead-fixed #site-slash {
	opacity: 0;
}
.home #site-slash {
	opacity: 1;
}

.masthead-fixed .site-header {
	background-color: #fff;
	border-bottom: 1px solid rgb(154, 195, 216);
	border-top: none;
	padding-top:0;
	left: 0;
	right: 0;
	margin: 0;
/*	max-width: none;*/
}
.masthead-fixed .site-header .header-main {
	max-width: 1260px;
	margin: 0 auto;

}
.masthead-fixed .site-header .header-main .primary-navigation {
	max-width: 825px;
	margin-left:61px;
	width:825px;
}
.masthead-fixed #menu-item-16 {
	margin-right: 0;
}
/*.masthead-fixed #menu-item-16 > ul{
	left: -100%;
}
.masthead-fixed #menu-item-16:hover .sub-menu {
	background-color: olive;
	left:-100%;
}
*/
.site-footer {
	background-color:transparent;
}
#hsearch {
	position: absolute;
	right:400px;
	top:0;
	z-index:3;
}
.search-trigger {

	margin-left: 1px;
	display: inline-block;
	position: relative;
	float: right;
	width: 34px;
	height: 34px;
	background-color: #5ba7d4;
	background: url(images/magnifier.png) no-repeat top center;
	background-size: 24px 68px;
	cursor: pointer;
	background-color: #5ba7d4;
	top:0;
}
#contact_btn {
	display: inline-block;
	background-color: #5ba7d4;
	padding:8px 15px;
	line-height: 1;
}
#contact_btn a{
	color:#fff;
}
.search-form {
	position: absolute;
	top: 0px;
	right: 0;
	margin-right: 17px;
	display: none;
}
.search-field {
width: 355px;
border: none;
outline: none;
background: #fbfbfb;
background-size: 16px 16px;
padding: 7px 20px 7px 20px;
margin-bottom: 12px;
font-weight: 300;
color: rgb(133, 185, 186);
font-size: 13px;
line-height: 18px;
border: 1px solid #5ba7d4;
border: 1px solid rgba(133, 185, 186, .7);
-webkit-appearance: none;
-webkit-transition: background 0.25s linear;
-moz-transition: background 0.25s linear;
-o-transition: background 0.25s linear;
transition: background 0.25s linear;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
	height:34px;
}

.search-trigger.open {
background-position: bottom center;
}


.masthead-fixed .site-main {
	margin-top: 72px;
}
.primary-navigation li:hover > a,
.primary-navigation li.focus > a {

	color:#5ba7d4;
}
	.primary-navigation li:hover,
	.primary-navigation li.focus {
		background-color: #f2f2f2;
		color: #fff;
	}

.primary-navigation li ul li  {
	padding:2px 25px 2px 0;
}

	.primary-navigation li ul li:hover > a,
	.primary-navigation li ul li.focus > a {
		background: none;

	}

.primary-navigation ul ul {
	background-color: #f2f2f2;
	color:#5ba7d4;
	/*float: left; */
	margin: 0;
	position: absolute;
	top: 58px;
	left: -999em;
	z-index: 99999;
}


.site-content, .site-main .widecolumn {
	margin-left:360px;
}
.entry-content,.search .site-content,.error404 .site-content {
	padding:0 0 0 45px;
}
.content-area, .content-sidebar {
    padding-top: 26px;
}
#site-slash {
	background-image: url(images/slash.png);
	background-image: url(images/top-slash.png);
	background-image: url(images/new-top-slash.png);
	background-repeat: no-repeat;
	width:271px;
	height:355px;
    height: 295px;
	position: absolute;
	right:237px;
	top:0;
	z-index: 1;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	opacity: 1;
	display:none;
}

#slide-fg {
	background-image: url(images/home-mask-with-btm-img.png);
	background-image: url(images/home-mask-new-fin.png);
	width: 823px;
	height:850px;
	position: absolute;
	z-index: 99;
	background-size: cover;
}
.home-callout {
	width:auto;
	height:285px;
	z-index: 9999;
}
#home-callout-cont {
	position: absolute;
	left:-378px;
	top:194px;

	padding: 15px 10px;
	width:322px;
	height:255px;
	background-color: #5ba7d4;
	z-index: 999;
}
.entry-content p:first-child {
	margin-top: 28px;
}
.page-id-313 .entry-content h2:first-child {
	margin-top: 28px;
}

.home .entry-content p, .home-callout p{
	font-size: 15.5px;
	margin:0;
	padding: 0;
	line-height: 1.9;
	color:#ffffff;
}
.home-callout .home-link {
	color:#fff;
	margin-bottom: 4px;
	padding-bottom: 5px;
	font-weight: 500;
display:none;
}

/*.home .entry-content h1,.home-callout h1 {
	color:#fff;
	margin-bottom: 6px;
	font-weight: 300;
	letter-spacing: 1.5px;
	text-align: center;
	margin-top: 6px;
	margin-top: 0px;
	line-height: 2;
	font-size: 30px;
	padding: 5px 10px;
	font-weight: 200;
}---------------------------   old shorter callout JA */
.home .entry-content h1,.home-callout h1 {
color: #fff;
margin-bottom: 6px;
font-weight: 300;
letter-spacing: .1em;
text-align: center;
margin-top: 6px;
margin-top: 0px;
line-height: 1.5;
font-size: 27px;
padding: 3px 10px 5px 17px;
font-weight: 200;
}

.home .entry-thumbnail {
	display:none;
}
.entry-thumbnail {
	position: absolute;
	top:0;
	right:0;
	/*width:430px;*/
	width:583px;
	z-index:-999;
}
.entry-thumbnail img {
	float:right;
	max-height: 200px;
	width: auto;
}
.odd {
    background-color: #ffffff;
    padding: 10px 35px;
    margin: 0;
    line-height: 1.7;
}
.even{
    background-color: rgba(229, 217, 209, 0.3);
    padding: 10px 35px;
    margin: 0;
    line-height: 1.7;
}
#left_nav {
	position:relative;
	float:left;
	width:251px;
	height:100%;
	z-index: 999;
	color:#000000;
	margin-top:30px;
	text-align:right;
	margin-left:85px;
	padding:15px 25px;
/*	min-height:300px; */

}
#left_nav:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 300px;
   /* background-image: url(/wp-content/uploads/2019/04/Phage-Scene.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: calc(-5%) calc(51%);
    z-index: -999;
    opacity: 0.6;
    border-top-right-radius: 20px


}
#left_nav .menu-main-nav-container,
#left_nav .menu-footer-nav-container {
	position: relative;
	z-index: 2;
}
#ln_overlay_cont {
	z-index: 1;
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	/*min-height: 500px;*/
	width: 200px;
	background-image: url(/wp-content/uploads/2019/04/Phage-Scene.jpg);
    background-repeat: no-repeat;
    background-size: cover;
   /* background-size: 100% auto; */
    background-position: calc(-5%) calc(51%);
    border-top-right-radius: 25px;
    min-height: 125px;
}
#ln_overlay {
	width: 282px;
	z-index: 1;
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,2989d8+100,207cca+100,ffffff+100&0+0,0.8+34,0.8+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 34%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 34%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 34%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */
}

#left_nav:after {
 display: block;
    position: absolute;
    /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 90%);*/
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 80%, #fff 100%);
    margin-top: 0;
    height: 300px;
    width: 50vw;
    content: '';
    top: 0;
    right: 0;
	z-index:-99;
}
#left_nav ul{
	list-style: none;
	margin:0;
}
#left_nav li {
	padding:5px 0px;
	margin:0px 0;
}


#left_nav li ul li{
/*	padding:3px 0px;
	margin:1px 0;
	line-height: 1.2; */
}

#left_nav li ul li ul li{
	padding:2px 0px;
	margin:0px 0;
}


#left_nav ul li ul{
	/*margin-right:15px; */
	margin-top: 4px;
}

#left_nav a{
	color:#ffffff;
}

#left_nav li a{
	color:#5ba7d4;
	font-weight:600;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
}
#left_nav li > a:hover{

	border: none;
}


#left_nav li ul li a{
	color:#5ba7d4;
	text-transform: none;
}
#left_nav ul li > a:hover{
	color:#ef5632;
}
#left_nav li ul li:hover > a{
	color:#ef5632;
}
#left_nav li ul li ul li a{
	text-transform: none;
}

#left_nav li ul li a::after {
    /*content: " \2039"; */
}

#left_nav li ul li ul li a::after {
    content: " \00AB";
}

#left_nav .current-menu-item a{
	color:#ef5632;
}
#left_nav .current-menu-item ul li a{
	color:#5ba7d4;
}
#left_nav .current-menu-item ul .current_page_item > a {
	color: #ef5632;
}

#left_nav .menu-item-645 > a, #left_nav .menu-item-658 > a{
	display: none;
}
#left_nav .current-menu-ancestor > a,
#left_nav .current_page_ancestor > a {
	display: none;
}
#left_nav .current-menu-ancestor.menu-item-339 > a { /* exception for pipeline */
	/*display: block;*/
}


.left-menu {

}
.left-menu li{
	display: none;
}
.left-menu .current_page_item,
.left-menu .current-menu-item,
.left-menu .current_page_item li,
.left-menu .current-menu-item li,
.left-menu .current_page_ancestor,
.left-menu .current_page_ancestor li{
	display: block;
}
#left_nav .hide > a,
#primary-navigation .hide > a {
	display: none;
}
#content {
	margin-left:0;
	max-width:874px;
	float:left;
}
#bdybg {
	/*background-image: url(images/pixel-bg.jpg);*/
	background-repeat: repeat-x;
	position: absolute;
	height:0;
}
.home #bdybg {
	background-image: none;
}
#tAngle {
	/*background-image: url(images/purple-sidebar.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	z-index: 0;
	height:1146px;
	height:0;
	width:360px;
	width: 381px;
}
#main {
	position:relative;
}
.home #main {
	margin-top:33px;
	position:relative;
	z-index: 3;
}
.home.masthead-fixed  #main { /* dmc fixed for scrolling on home */
	margin-top: 400px;
}
.home {
	/*background-image: url(/wp-content/uploads/2019/04/home-slider-amr-crisis.jpg); */
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 55% auto;
}
.home #whtbg {
	display: none;
}

.home #site-slash {
	background-image: url(/wp-content/uploads/2014/10/home-slide-1.jpg);
	background-repeat: no-repeat;
	width:821px;
	height:850px;
	position: absolute;
	right:17px;
	top:-2px;
	z-index: 1;
}
.home .content-area {
	padding-top: 26px;
}
.home #primary {
	width:342px;
	height:259px;
	margin-top:10px;
}


.entry-content .arrow_button {
	text-decoration: none;
	color:#523622;
	font-size: 15.5px;
	font-weight: 700;
	position: relative;
}
.entry-content .arrow_button:after {
	-webkit-font-smoothing:antialiased;
	display: inline-block;
	font: normal 10px/2 Genericons;
	position: absolute;
	vertical-align: text-bottom;
	content: "\f501";
	right: -15px;
	top: 0;
}


#home_lower_cont {
	margin-top: 120px;
	margin-left: 68px;
	padding:0 60px 0 0;


}
#home_left {
	margin-left: 40px;
	margin-left: 75px;
}
#home_right {
	float: right;
	width:300px;
	text-align:right;
}
#home_lower_cont h2 {
	color: #5ba7d4;
  max-width: 750px;
	font-size: 1.4em;
	line-height: 1.5;
  margin: 0 0 24px;
}
#home_lower_cont p {
	font-size: 18px;
	line-height: 1.9;
	color:#000000;
	margin-top: 24px;
}
#home_lower_cont a {
	font-size: 18px;
	color: #000000;
  border-bottom: 1px solid #ef5632;
}
#home_lower_cont a:hover {
  color: #ef5632;
}
#home_lower_cont .home-antibiotic-video p {
	font-size: 16px;
  color: #fff;
  line-height: 1.4;
	margin-bottom: 14px;
	margin-top: 0;
}
#home_left h2 {
	color:#363c2f;
	margin-top: 0;
}
.tabon {
	color:#363c2f;
}
.taboff {
	color:#d3d3d3;
}

#home_tab1,#home_tab2 {
	padding:0 5px;
	width:550px;
	width:450px;

}
.readmore {
	color: #c0a0c4;
	font-size: .85em;
}

.home #page {
	background-color: transparent;
}
.career_spotlight {
	float:right;
	width:625px;
}

.page-template-page-templatesleadership-php .entry-content {
	padding-right:0;
}

.page-template-page-templatesleadership-php #content {
/*	max-width: 100%; */
}
.career_title {
	color:#5ba7d4;
	font-size: 20px;
}
.bio p,.dmc a{
	color:#717174;
}
.bio h3 {
	font-style: italic;
	font-weight: 500;
}
.bio_cont {
    cursor: pointer;
    display: inline-block;
    text-align: left;
    vertical-align:top;
    width: 30.3%;
    color: #2a436a;
    transition: all .4s;
    position: relative;
    margin:5px 5.4% 28px 0;
    width: 27%;
}
.safezoneA {
	/*background-color: aqua;	*/
}
.bio-title {
	font-weight: 600;
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 10px;
	line-height: 1.8;
	font-size: 17px;
}
.bio-position {
	font-family: 'Open Sans',serif;
	font-size: 16px;
	font-style: italic;
	color:#363c2f;

}
.page-template-leadership .bio-position {
	min-height: 48px;
}
.bio_cont img {
	max-width: 70%;
	border: 1px solid #5ba7d4;
	box-sizing: border-box;
	margin-left: 1px;
	display: inline-block;
	margin-right: 1px;
}
.img_cont {
	border: 1px solid red;
}
.bc_active {
	/*border: 2px solid purple;	 */
}
.bc_active:after {

    bottom: -28px;
    content: "";
    display: inline-block;
    height: 20px;
    left: 12px;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    width: 35px;
    z-index: 1;
	width: 0;
    height: 0;
    bottom: -37px;
    	bottom:-12px;
    width:70px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2019/04/armata-icon140x70.png");
}
.page-template-leadership .bc_active:after {
	bottom:-12px;
}
.page-template-bod .mobile {
	margin-top: 24px;
	margin-bottom: 12px;
}
.page-template-leadership .mobile {
	margin-top: 24px;
	margin-bottom: 12px;
}
.page-template-bod #primary,
.page-template-advisors #primary,
.page-template-leadership #primary {
	position: relative;
	z-index: 2;
}

.content-box2 {
	position: relative;
	background-color:#f0f6f9;
	background-color: rgba(86,155,190,.1);
	margin-bottom: 35px;
}
.bb {
	position: absolute;
	/*background-color: red; */
	right:0;
	width:200px;
	top:0;
	bottom:0;
	content: "";
}
.content-box2 .bio-info{
		padding: 20px 10px;
		padding: 20px 25px;

}
.bio-info .button {
	display: inline-block;
	cursor: pointer;
}
.bio-info h4 {
	margin-top: 0;
}
.bio_cont2 {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 33.3%;
    color: #2a436a;
    transition: all .4s;
}
.loc_title {
	font-weight: 600;
}
.loc_content {
	/*display: inline-block;
	vertical-align: top;
	width:40%; */
	margin-right: 5%;
}
.loc_cont {
	margin-bottom: 24px;
}
.loc_cont a {
	border: none;
}
.loc_cont img{
	max-width: 63%;
}
.loc_cont2 {
	position: relative;
	width: 34%;
	display: inline-block;
}
.loc_cont3 {
	position: relative;
	display: block;
}
.map_cont {
	/*position: absolute;
	left:100%;
	top:0;
	bottom:0; */
	width: 53%;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 180px;
	/*min-height: 150px; */
	display: inline-block;
	position: relative;
	/*position: absolute;*/
}
.cc {
	position: absolute;
	background-color: #9AC3D8;
	top:0;
	bottom:0;
	right:0;
	width:100px;
	z-index: 1;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9ac3d8+0,9ac3d8+100&0+0,0+0,1+14,1+100 */
background: -moz-linear-gradient(left, rgba(154,195,216,0) 0%, rgba(154,195,216,1) 20%, rgba(154,195,216,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(154,195,216,0) 0%,rgba(154,195,216,1) 20%,rgba(154,195,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(154,195,216,0) 0%,rgba(154,195,216,1) 20%,rgba(154,195,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ac3d8', endColorstr='#9ac3d8',GradientType=1 ); /* IE6-9 */

}
.swoosh {
	display: none;
}

.dmc {
	font-weight: 700;
	margin:0;
	display: inline;
		font-size: 15.5px;
		background-color: red;
}
.dmc a{
	white-space:nowrap;
	text-decoration: none;
	background-color: #5ba7d4;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}
.entry-content h1:first-child {
	margin-top:4px;
}
.entry-content h2:first-child {
	margin-top:13px;
}
#home_tab2 {
	display: none;
}
.pipeline_widget label {
	margin-right:20px;
}
.pipeline_widget input[type="checkbox"]{
	position:absolute;
	top:8px;
	right:0;
	height:auto;
}
.page-template-investors .hentry {
	margin-bottom: 0;
}
.page-template-contact .hentry {
	margin-bottom: 0;
}

.quote-wrapper {
	background-image: url(images/blue-triangle.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #5ba7d4;
	padding:2% 4%;
	margin-bottom: 36px;
	position: relative;
	max-height: 153px;
}

.quote-right {
	position: absolute;
	top:0;
	bottom: 0;
	left:100%;
	z-index: -1;
	background-color: #67a5c5;
}
.quote-wrapper .button{
	background-color: transparent;
	border:2px solid #fff;
}
.quote-wrapper .button:hover{
	background-color: #fff;
	color: #5ba7d4;
}

.quote-wrapper,
.quote-wrapper h3,
.quote-wrapper h2,
.quote-wrapper h5 {
	color:#fff;
	text-align: left;
}
.quote-wrapper h3 {
	margin: 12px 0 18px;
	font-weight: 700;
}
.quote-wrapper h2 {
	margin: 23px 0;
}
.quote-wrapper h5 {
	font-weight: normal;
	font-size: .85em;
	margin:0;
}
.investor-icons {
    color: #ef5632;
    display: inline-block;
    font-size: 30px;
    margin-left: 0;
    margin-right:0;
    width: 10%;
    text-align: center;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	cursor: pointer;
}

.investor-icons:hover {
	color:#5ba7d4;
}
.news_date {
	display: inline-block;
    position: relative;
    width: 5%;
    margin-left: 0;
    min-width: 80px;
    vertical-align: top;
    font-family: 'Roboto Mono',monospace;
    text-align: left;
}
.ndtxt {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-align: right;
	min-width: 50px;
	margin-right: 30px;
	line-height: 1.3;
	color: #5ba7d4;
}

.news_mo {
    letter-spacing: 6px;
    font-size: 20px;
	color:#5ba7d4;
    text-transform: uppercase;
    line-height: 1.4;
}
.news_day {
    font-size: 37px;
    line-height: 1;
	color:#5ba7d4;
    vertical-align: middle;
    line-height:.8;
    font-weight: 600;
    line-height: 1;
    height: 40px;
    letter-spacing: 3px;
}
.news_year {
	color: #5ba7d4;
	margin-top: -5px;
	letter-spacing: 3px;
	font-size: 16px;
}
.pr_cont {
	padding-bottom: 36px;
}
.entry-content .pr_cont a {
	border: none;
}
.pr_cont a:hover .event_details .callout_title{
	color:#5ba7d4;
}
.event_details {
    display: inline-block;
    width: 80%;
    margin-left: 1.7%;
}
.event_details .callout_title {
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	margin: 0;
	color:#363c2f;
}
.left50 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.left33 {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 32%;
}
.right50 {
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
    width: 48%;
}
a[href^="tel:"] {
    text-decoration: none;
    cursor: default;
    border: none;
}
a[href^="tel:"]:hover {
	color: #363c2f;
	border: none;
}
h3.content-quote {
	display: inline-block;
    float: right;
    font-size: 22px;
    color: #ffffff;
    font-style: italic;
    height: 58px;
    padding: 0px 0 0 7px;
    line-height: 42px;
    text-align: right;
}
.content-quote {
	position:relative;
}
.content-quote:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -999;
    opacity: 0.6;
    background: #5BA7D4;
}
.content-quote:before {
	content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 0;
    height: 100%;
    height: auto;
    z-index: -999;
    opacity: 0.6;
    background: #5ba7d4;
    border-style: solid;
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-width: 58px;
    border-right-width: 16px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.gutenclear {
	width:100%;
	color:#fff;
	background-color:#fff;
}
.gutenclear:after {
	content: "";
  	display: table;
  	clear: both;
}

.fixme #masthead {
	position: fixed;
	z-index: 999;
	top: 0;
	left:0;
	right: 0;
	background: #fff;
	max-width: none;
	border-bottom: 2px solid #5ba7d4;
}
.fixme #main {
	margin-top: 60px;
}
.fixme #site_logo2 {
	display: inline-block;
	vertical-align: top;
	float: right;
}
.fixme .primary-navigation {
	display: inline-block;
	min-width: 80%;
}
.fixme .site-header .header-main {
    max-width: 1260px;
    margin: 0 auto;
}
.fixln #left_nav{
	position: fixed;
	top:30px;
	height: auto;
}
.home h1 {
	color:#ef5632;
	text-transform: uppercase;
	font-size: 44px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
}
.home h1 span {
	line-height: 2;
	font-size: 12px;
	position: relative;
	top:-12px;
}
.fresh-alert #alert {
    text-align: left;
    color: #1f5279;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 1;
    pointer-events: all;
}

#alert {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(91, 167, 212, 0.9);
    pointer-events: none;
    opacity: 0;
    transition: opacity .377s linear;
    perspective-origin: 50% 50%;
    perspective: 100px;
}
.fresh-alert #alert {
    text-align: left;
    color: #1f5279;
    pointer-events: all;
}


.alrt_wrap {
	position: absolute;
	max-height: 100%;
    top: 50vh;
    bottom: auto;
    left: 50vw;
    transition: transform .233s ease-out, opacity .233ms .144ms linear;
        transition-delay: 0s, 0.144ms;
    transform-origin: 50% 50% 0;
    transform: translate3d(-50%,-50%, 0px) translateY(-50vh) rotateX(20deg);
    opacity: .1;
}
.fresh-alert .alrt_wrap {
    transition-delay: 0s;
    transform: translate3d(-50%,-50%, 0px);
    opacity: 1;
    overflow: auto;
    width: 96%;
    max-width: 555px;
    background: #fff;
    background-attachment: scroll;
    background-blend-mode: multiply;
    background-attachment: local;
}
.alrt_cont {
    background: #fff;
    position: relative;
    text-align: center;
}
.alrt_cont p {
    font-size: 1em;
    margin: 1% auto 1.5em;
	max-width: 32em;
}
.fresh-alert .alrt_cont {
    background: transparent;
    padding: 6% 12% 6%;
    color: inherit;
}

#dismiss{
	color: #fff;
	background-color:#5ba7d4;
	position: absolute;
	right:0;
	top:0;
	transform-origin: center;
	transform: scale(1.2) translate(-50%, -50%);
}
#dismiss:visited {
  border-bottom: none;
}
.fresh-alert #dismiss {
	top:0;
	transform-origin: right top;
	transform: scale(1.2) translate(-50%, 50%);
}
.fresh-alert #dismiss:hover {
	background: #ef5632;
	text-decoration: none;
	border: none;
}
.dismiss {
	cursor: pointer;
	display: inline-block;
	border: 1.5px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	color: #fff;
}
button.dismiss {
	border: none;
}
.alrt_cont img{
	max-height: 110px;
	margin-right: 20px;
}
.alrt_cont img{
	max-width:100%;
	height:auto;
}
.alrt_cont .ampliphi {
	max-height: 38px;
}
.alrt_cont .c3J {
	max-height: 80px;
}
.alrt_cont .dismiss {
	border-radius: 0;
}
.alrt_cont .button {
	display: inline-block;
	margin-top: 20px;
}
.orange {
	color: #ef5632;
}
.blue {
	color:#5ba7d4;
}
.footnote {
	font-size:12px;
}
.career-title {
	margin-top: 0;
}
.career-title:hover {
	cursor: pointer;
	text-decoration: underline;
}
.car_body h3:first-child {
	margin-top: 0;
}
.mobile {
	display: none;
}
#menu-item-728,
.site-info .menu-footer-nav-container ul .menu-item-728{
	display: none;
}
.page-id-324 #menu-item-728,
.page-id-324 .menu-item-728{
	display: inline-block;
}
.cycle-block {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
}
.cycle-item {
    width:22%;
    max-width:130px;
    margin-right: 1%
}
.cycle-arrow {
    width:2.5%;
    margin-right: 1%
}
.cycle-item img {
    padding: 0 20px 10px 0;
}
.cycle-arrow img {
    padding-top:34px
}
.cycle-item p, .cycle-item p span {
    font-size: 14px;
    line-height: 1.6;
}
.career_row h3 {
	position:relative;
	display:inline-block;
	margin-bottom: 13px;
}
.career_row h3:hover {
	cursor:pointer;
}
.career_row h3:after {
	content: "»";
	position:absolute;
	top:0;
	right:-20px;
/* 	width:100%; */
	height:100%;
	font-size:18px;
	color:#ef5632;
	font-weight:700
}
.car_body p:last-of-type {
    margin-bottom: 30px;
}
.entry-content ul, .entry-content ol {
	margin-left:20px;
}
.entry-content ul li, .entry-content ol li {
  padding-left: 14px;
  text-indent: -20px;
}
.entry-content ul li:before, .entry-content ol li:before {
	padding-right: 10px;
}
.pipe_cont a:hover {
/* 	color: #ef5632; */
	color: rgba(255,255,255,.5);
}
.citation-p {
	font-size: 10px;
}
.citation-p a {
	font-size: 10px;
}
a.pipe-external-link:hover {
	cursor:pointer;
}
a.pipe-external-link {
    position: absolute;
    z-index: 99999999;
}
.page-id-963 .entry-content td,
.page-id-965 .entry-content td,
.page-id-3 .entry-content td {
    border: 1px solid rgba(0,0,0,.5);
}
.page-id-963 .entry-content ol li,
.page-id-965 .entry-content ol li,
.page-id-328 .entry-content ol li,
.page-id-3 .entry-content ol li {
    text-indent:0;
}
.wprmenu_bar #custom_menu_icon.hamburger {
	z-index:999 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	max-width:1200px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: #5ba7d4 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	background-color: #ef5632 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover {
	color:#ffffff !important;
	text-decoration:none !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover {
	color:#ffffff !important;
	text-decoration:underline !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover {
	border-bottom:none !important;
}
#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
	opacity:1 !important;
}
@media screen and (min-width:575px) and (min-height:425px){
	.fresh-alert .alrt_wrap{
		overflow: visible;
	}
	.fresh-alert #dismiss{
		transform: scale(1.2) translate(50%, -50%);
	}
}

@media screen and (max-width: 1900px) {
/*	.map_cont {
		position: absolute;
		left:100%;
		top:0;
		bottom:0;
		width: 100%;
	} */
}
@media screen and (max-width: 1540px) {
 	.page-template-leadership .safezoneA,
	.page-template-bod .safezoneA,
	.page-template-advisors .safezoneA{
   		width: auto;
    }
}
@media screen and (max-width: 1396px) {



	.masthead-fixed .site-header .header-main {
		/*margin-left: 17px; */
	}
	.home.masthead-fixed .site-header .header-main {
		margin-left: 0
	}

	.site-header .header-main {

	}
	.masthead-fixed .site-header .header-main .primary-navigation {
		margin-left: 17px;
	}
  .site-header {
    margin-left: 0;
  }
	.masthead-fixed .site-header {
  	/*background-color:pink; */
  }
	.primary-navigation li {
		margin-right: 20px;
	}

}
@media screen and (max-width: 1366px) {
	#home_lower_cont {
		margin-top: 0px;
	}
	.fi_cont {
	    min-height: 500px;
	}
	.home #main {
		margin-top: 0;
	}
}
@media screen and (max-width: 1300px) {
	.fixme #site_logo2 {
		margin-right:20px;
	}
	#content {
		max-width: 60%;
		max-width: none;
		width: 60%;
	}
	.page-template-leadership #content,
	.page-template-bod #content,
	.page-template-advisors #content {
		width: 60%;
	}

	.home #content {
		max-width: 739px;
	}
    #post-5 blockquote:after,
    q:after {
    right: 35px;
    bottom: 75px;
    }
    #post-5 blockquote p {
    width:100%;
    }
    #post-9 blockquote:after,
    q:after {
    right: 35px;
    bottom: 55px;
    }
	.kl-cont {
		width:80%;
	}
	.loc_cont2 {
		display: block;
		width: auto;
	}
	.loc_cont img {
		float:none;
		max-width:100%;
		margin-left: 0;
	}
	.fi_cont {
		min-height: 420px;
	}
	.who {
		margin-top: -20px;
		margin-right: 100px;
	}
	.entry-content .pipeline-desk th {
		font-size: 15px;
	}
}

@media screen and (max-width:1280px) {
    .cycle-item {
        width:180px;
        margin-right: 1%;
        margin-bottom: 3%
    }
    .cycle-item {
        width:210px;
        margin-right: 2%;
        margin-bottom: 3%;
    }
    .cycle-arrow {
        width: 4.5%;
        margin-right: 1%;
    }
    .cycle-arrow img {
        padding-top: 55px;
    }
	.trial-logo-01 {
		width: 55px;
	}
	.trial-logo-01,
	.trial-logo-02,
	.trial-logo-03,
	.trial-logo-04 {
		width: 48px;
		padding-left: 4px;
		margin-left: 0 !important;
		margin-top: 2px !important;
	}
}
@media screen and (max-width: 1275px) {
	.masthead-fixed .site-header .header-main .primary-navigation {
		/*margin-left: 0; */
	}
	.masthead-fixed .site-header .header-main {

	}
	.entry-header h1 {
		margin-left: 437px;
	}

}
@media screen and (max-width: 1250px) {
	.primary-navigation li {
		margin-right: 10px;
	}
	.masthead-fixed .site-header .header-main .primary-navigation {
		margin-left:0;
	}
	.masthead-fixed .site-header .header-main {
		margin-left: 16px;
	}
	.home.masthead-fixed .site-header {
		padding-left: 16px;
	}

}
@media screen and (max-width: 1230px) {
	.home-callout {
		height: auto;
	}
	#home-callout-cont {
		width: 96%;
		padding: 15px 2%;
		left: 0;
		top: 850px;
		height: auto;
	}
	.home #site-slash {
		left: 0;
		right:auto;
		width: 100%;
		height:auto;
	}
	.home.masthead-fixed  #main {
		margin-top: 1032px;
	}
	.home #main {
		z-index: 2;
	}
	.home #site-header {

	}

	.home #slide-fg {
		right:0;
	}
	#meteor-slideshowhome {
		float: right;
	}
	#home_lower_cont {
		min-height: 0;
	}
	#home_tab1 {
		width: auto;
	}
	.loc_cont2 {
		width: auto;
		display: block;
	}
	.map_cont {
		display: block;
		position: relative;
		width: 100%;
		background-size: cover;
	}
	.loc_cont3 {
		width: auto;
		display: block;
		margin-bottom: 40px;
	}
	h3.content-quote {
		font-size: 18px;
		height: 45px;
	}
	.content-quote::before {
		border-top-width: 45px;
	}

}

@media screen and (max-width: 1150px) {
	#hsearch {
		right:50px;
	}
	#content {
		max-width: 60%;
		max-width: none;
		width: 60%;
	}
	.home #content {
		max-width: 739px;
	}
	.quote-wrapper .right50{

	}
	.quote-right {
		display: none;
	}
	.masthead-fixed .site-header .header-main .primary-navigation {
		width: auto;
		margin-right: 10%;
	}
}
@media screen and (max-width: 1125px) {
	.primary-navigation li {
    	margin-right: 0;
	}
	#pipeline {
    	display:none;
	}
	#mobile-pipeline {
   	 	display:block;
	}
}

@media screen and (max-width: 1085px) {
	.entry-content .pipeline-desk th {
		font-size: 12px;
	}
	.pipeline-desk .vert div {
		font-size: 12px;
	}
	.entry-content .pipeline-desk td {
		font-size: 12px;
	}
	#cff-pl-logo {
		width: 60px;
	}
	.td-text {
    font-size: 9px;
	}
	.trial-logo-01, .trial-logo-02, .trial-logo-03, .trial-logo-04 {
    width: 48px;
    padding-left: 2px;
	}
	.pipeline-desk em {
		font-size: 12px;
	}
	.pipeline-desk .cotxt,
	.pipeline-desk .cotxt a {
		font-size: 12px;
	}
	.pipe_cont .tBubble {
		height: 14px;
		top: 4px;
	}

	.aRight {
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		top: 4px;
    }
		tr.path1 .aRight {
		    border-left: 4px solid #5ba7d4;
		}
		tr.path2 .aRight {
		    border-left: 4px solid #ef5632;
		}
    .cotxt {
	    top:2px;
	    line-height: .8;
    }
    .pipeline-desk a {
	    font-size: 12px;
    }
	.trial-logo-03 {
		width: 52px;
	}
}
@media screen and (max-width: 1040px) {
	.site{
		/*overflow: hidden;*/
	}
	.entry-thumbnail {
		/*right: -100px; */
	}
	#site-slash {
		right: 137px;
	}
    #post-9 blockquote:after,
    q:after {
    right: 10px;
    bottom:100px;
    }
}
@media screen and (max-width: 1023px) {
	.citation-p {
		font-size: 9px;
	}
	.pipeline-mobile {
		display: table;
		width: 100%;
	}
	.pipeline-desk {
		display: none;
	}
	#primary {
		/* background-color: red;	 */
	}
	.home #site-slash {
		top:190px;
	}


	.bio_cont {
		width: 96%;
		display: block;
	}
	.bc_active:after {
		display: none;
	}
	.bio_detail_cont {
		position: relative;
		margin:17px 0 0 -10px;
		padding: 0 10px 10px;
	}
	.bc_active .bio_detail_cont {

		background-color: #f0f6f9;

	}
	.bc_active .bio_detail_cont p {
		padding-top: 35px;
	}
	.bio_detail_cont {
		-webkit-transition:all .4s;
		-moz-transition:all .4s;
		-o-transition:all .4s;
		transition:all .4s;
		content: "";
	}
	.bio_detail_cont:before {

		top:-13px;
	    width:35px;
	    height: 35px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-image: url("/wp-content/uploads/2019/04/armata-icon140x70.png");
	    left: 12px;
	    margin: 0 auto;
	    position: absolute;
	    z-index: 1;
	    content: "";
	}


	.content-box2 {
		margin: 0;
        display:none;
	}
	h3.content-quote {
		font-size: 15px;
		height: 45px;
	}
	.content-quote::before {
		border-top-width: 45px;
	}
	.page-template-leadership .bio-position {
		min-height: 0;
	}
	.bc_active .read {
		display: none;
	}
	.bio_more2 {
		display: inline-block;
	}
	.read {
		font-size: .9em;
	}
}
@media screen and (max-width: 1000px) {
	.home h1 {
		font-size: 39px;
	}

}


@media screen and (max-width: 980px) {
	body,
	button,
	input,
	select,
	textarea,form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article{
		font-size: 15px;
	}
	.site-info,
	.menu-footer-nav-container ul li a,
	.site-info .menu-footer-nav-container ul li a{
		font-size: 12px;
	}
	.menu-footer-nav-container {
		line-height: 1;
	}
	#left_nav {
		width:246px;
	}
	#content {
		max-width: none;
		width: 59%;
	}
	.page-template-leadership #content,
	.page-template-bod #content,
	.page-template-advisors #content {
		width: 59%;
	}
	.masthead-fixed .site-header .header-main .primary-navigation {
		width: auto;
		margin-right: 5%;
	}
	.news_mo {
		font-size: 19px;
	}
	.news_day {
		font-size: 35px;
	}
	.news_year {
		font-size: 15px;
	}
	.journal_author {
		font-size: 15px;
	}

	.entry-content .pipeline-desk th {
		font-size: 11px;
	}
	.pipeline-desk .vert div {
		font-size: 11px;
	}
	.entry-content .pipeline-desk td {
		font-size: 11px;
	}
	.pipeline-desk em {
		font-size: 11px;
	}
	.pipeline-desk .cotxt {
		font-size: 11px;
	}
	.pipeline-desk a, .pipeline-desk em {
		font-size: 11px;
	}

}
@media screen and (max-width: 975px) {
    .page-template-Knowledge-Library .news_date {
    	/*min-width: 70px;*/
	}
    /*.page-template-Knowledge-Library .news_mo {
        font-size: 14px;
    }
    .page-template-Knowledge-Library .news_day {
		font-size: 25px;
		height:26px;
	}
    .page-template-Knowledge-Library .news_year {
		font-size: 14px;
	}
	*/
	.page-id-319 .has-2-columns .wp-block-column:not(:last-child) {
		flex-basis: 20%;
	}

	.page-id-319 .wp-block-column:not(:first-child),
	.page-id-319 .wp-block-column:nth-child(2n) {
		flex-basis: 80%;
	}

}
@media screen and (max-width: 945px) {
	#content {
    	width: 55%;
	}
	.page-template-leadership #content,
	.page-template-bod #content,
	.page-template-advisors #content {
		width: 55%;
	}
	.quote-wrapper h2 {
		font-size: 18px;
	}
	.entry-thumbnail {
		/*right: -200px;*/
	}
	#site-slash {
		right: 37px;
	}
	.entry-title {
		margin-left: 45px;
	}
    #post-5 blockquote:after,
    q:after {
    right: 30px;
    font-size: 180px;
    }
    #post-5 blockquote:before,
    q:before {
    font-size: 180px;
    }
    #post-9 blockquote:after,
    q:after, #post-9 blockquote:before,
    q:before {
    font-size: 180px;
    }
    .author {
    margin-top: -5px;
    }
    .home h1 {
	    font-size: 34px;
    }
    .page-template-pipeline #left_nav:before {
	    height: 140px;
    }
    .page-template-pipeline #left_nav:after {
	    height: 140px;
    }
    .pipeline-desk {
		position: absolute;
		left: 20px;
		right: 20px;
		width: auto;
		width: 96%;
		width: 83%;
		left: 120px;
    }
	.page-template-pipeline .table_footer {
		position: absolute;
		top: 680px;
		left: 20px;
		right: 20px;
	}
    .page-template-pipeline .hentry {
		margin-bottom: 400px;
    }
    .page-template-pipeline .pipe-bk {
		position: absolute;
		z-index: -1;
		top: 750px;
		top: 913px;
		left: 20px;
		right: 20px;
    }
   	.pipeline-mobile .trial-logo-01 {
	    width: 50px;
    }
    .discovery {
	    top:  780px;
    }
    #post-696 cite {
	 	position: absolute;
	 	top: 760px;

		right: 20px;
		width: 83%;
		left: 120px;
    }
    .entry-content .merckmobile {
	    text-align: center;

	   /* border-bottom: 2px solid #5ba7d4;*/
    }
    .merckmobile img {
	 	max-width: 120px;
    }
    .page-template-pipeline .site-footer {
		margin-top: 235px;
    }
	.entry-content .pipeline-desk th {
		font-size: 14px;
	}
	.pipeline-desk .vert div {
		font-size: 14px;
	}
	.entry-content .pipeline-desk td {
		font-size: 14px;
	}
	.pipeline-desk em {
		font-size: 14px;
	}
	.pipeline-desk .cotxt {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.quote-wrapper h2 {
		font-size: 17px;
	}
	.event_details {
		width: 75%;
	}
	.fixme .primary-navigation {
		margin-left: 20px;
	}
	.page-template-pipeline .content-area {
		position: relative;
	}
}
@media screen and (max-width: 865px) {
	#tAngle {
		width: 323px;
	}
	#left_nav {
		margin-left: 27px;
	}
	#content {
		width: 59%;
	}
	.page-template-leadership #content,
	.page-template-bod #content,
	.page-template-advisors #content {
		width: 59%;
	}
	.entry-header h1 {
	    margin-left: 375px;
	}
}

@media screen and (max-width: 860px) {
	.menu-toggle {
		right:50%;
	}
	.search-field {
		width:200px;
	}
	#home_right {
		background-color: #fbfbfb;
		background-color: rgba(251,251,251,.92);
	}
	.entry-title {
		margin-left: 25px;
	}
}

@media screen and (max-width: 830px) {
	.home h1 {
		font-size: 32px;
	}

}
@media screen and (max-width: 815px) {
	#tAngle {
		width: 296px;
	}
	#left_nav {
		margin-left: 0;
	}
	.quote-wrapper .left50 {
		width: 60%;
	}
	.quote-wrapper .right50 {
		width: 38%;
	}
	#home_lower_cont {
		padding-right: 0;
	}
	.entry-header h1 {
	    margin-left: 348px;
	}
	#left_nav {
		width: 190px;
		padding-left: 0;
	}
	#ln_overlay_cont {
		background-position: right center;
	}
	#content {
		width: 68%;
	}
	.entry-header h1 {
		margin: 0 auto 12px;
		text-align: center;
		position: relative;
	}
}
@media screen and (max-width: 799px) {
	.entry-header h1 {
		margin: 0 12px 12px 24px;
		text-align: left;
	}
	#site-header {
		margin-left: 12px;
	}
	.primary-navigation {
		margin-left: 12px;
	}
	#home_lower_cont {
		margin-left: 20px;
	}
	#home_lower_cont {
		margin-top: 60px;
	}
	.fi_cont {
		min-height: 450px;
	}
}

@media screen and (max-width: 790px) {  /* ipad */
	.home #primary {
    	margin-top:0;
	}
	#home_left,#home_right {
		margin-left:20px;
	}
	.home .entry-content p {
		font-size: 15px;
	}
	#search-trigger {
		float:left;
	}
	#contact_btn {
		font-size: 18px;
	}
	.entry-header{

	}

    p,.entry-content th,.entry-content td,ul, li, ol,dl,dd,div,a {
    	font-size:14px;
    }
    caption {
    	font-size:12px;
    }
	.quote-wrapper .button {
		padding-left: 15px;
		padding-right: 15px;
	}
    .author {
        font-size:12px;
        line-height: 1.6;
    }
	.masthead-fixed .site-header .header-main .primary-navigation {
		margin-right: 2%;
	}
	.entry-thumbnail {
		display: none;
	}
	.page-id-324 .wp-block-column:not(:last-child) {
		margin-right: 0px;
	}
	.page-id-324 .wp-block-column:not(:first-child),
	.page-id-324 .wp-block-column:nth-child(2n) {
		margin-left: 0px;
	}
	.page-id-319 .has-2-columns .wp-block-column:not(:last-child) {
		flex-basis: 16%;
		margin-right: 3%
	}

	.page-id-319 .wp-block-column:not(:first-child),
	.page-id-319 .wp-block-column:nth-child(2n) {
		flex-basis: 79%;
		margin-left: 1%;
	}
	.news_mo {
		font-size: 18px;
		line-height: 1.1;
	}
	.news_day {
		font-size: 33px;
	}
	.news_year {
		font-size: 14px;
	}
	.journal_author {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.pipe_cont .tBubble {
		top:32px;
	}
	.aRight {
		top:32px;
	}
	.entry-content th.pc {
		width: 12%;
	}
	.cycle-arrow {
		display: none;
	}
    .cycle-item {
        width:88%;
        max-width:88%;
        text-align: center;
        max-width: 50%;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    .cycle-block {
	    display: block;
    }
 /*   .cycle-arrow {
        width: 5.5%;
        margin-right: 1%;
        transform: rotate(90deg);
    }*/
    .cycle-arrow img {
        padding-left: 100px;
    }

}
@media screen and (max-width: 767px) {
	.custom #wprmenu_menu_ul {
		padding-bottom: 0;
	}
	#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a {
		-webkit-transition:all .4s;
		-moz-transition:all .4s;
		-o-transition:all .4s;
		transition:all .4s;
	}


	#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
		border: none;
	}
	.mobile {
		display: inline-block;
	}
	.desktop {
		display: none;
	}
	#post-696 cite {
		position: relative;
		left: 0;
		top: auto;
		right: auto;
	}
	.home {
		background-position-y: 98px;
	}
	#home_lower_cont {
		margin-left: 25px;
		padding-right: 0;
		margin-right: 25px;
	}
	.site-header {
		display: none;
	}
	#main {
		margin-top: 97px;
	}
	.entry-header {
		margin-left: 0;
		left: 0;
		right: 0;
		z-index: 0;
		width: auto;
		margin-right: 0;
	}
	.entry-header h1 {

		position: relative;
		/*text-align: center;
			margin: 0 auto;	*/
		z-index:0;
	}
	#home_lower_cont {
		margin-top: 240px;
	}
	#site-header {
		background-color: #fff;
	    left: 0;
	    margin: 0;
	    padding-left:0;
		display: block;
	    right: 0;
	    width: 100%;
	    padding-top:0;
		position: fixed;
		z-index: 99;
		border-bottom:2px solid #5ba7d4;
		padding-bottom: 5px;
	}
	html body div.wprm-wrapper {
		overflow: auto;
	}

	html body div.wprm-overlay {
		background-color: transparent;
	}
	html.wprmenu-body-fixed body {
		position: relative !important;
	}
	.cbp-spmenu {
		position: absolute;
		height: auto;
	}
	body #mg-wprm-wrap.cbp-spmenu.custom {
		top:100px !important;
		height: 0;
	}
	body #mg-wprm-wrap.cbp-spmenu.cbp-spmenu-open {
		height: auto;
	}
	html body #wprmenu_menu_ul li.wprmenu_parent_item_li > ul {
		padding: 0;
	}
	#mg-wprm-wrap li li.menu-item a {
		padding: 13px 28px;
	}
	div#mg-wprm-wrap ul li span.wprmenu_icon {
		right: 0;
	}
	div#mg-wprm-wrap ul li span.wprmenu_icon:hover {
		background-color: #fff;
	}
	span.wprmenu_icon.wprmenu_icon_par {
		top:0;
	}
	div#mg-wprm-wrap ul#wprmenu_menu_ul > li > span.wprmenu_icon::before {
		right: 17px;
	}
	#site_logo,.home #site_logo {

		width: 100%;
		margin-left: 0;
		padding-left: 25px;
		background-color: #fff;
		left: 0;
		top:0;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#site-header #site_logo img {
		width:151px;
	}

	#site-header .entry-thumbnail img{
		max-width: 58%;
	}
	#site-slash {
		height:178px;
		width:135px;
		background-size: contain;
		right: 126px;
	}
	#tAngle {
		display: none;
	}
	#left_nav {
		display: none;
	}
	#content {
    	float: none;
		width: auto;
	}
	.entry-title {
		z-index: 2;
	}
	.site-content .entry-header,
	.site-content .entry-content,
	.page-content, .entry-content {
		padding: 0 25px;
	}
	#site-slash {
		position: fixed;
		z-index: 999999;
	}
	.entry-thumbnail {
		position: fixed;
		z-index: 9;
		display: none;
	}
	.home #site-slash {
		top: 88px;
		position: absolute;
	}

	#home-callout-cont,
	.home.masthead-fixed  #main {
    /*	margin-top: 1088px; */
	}
	#bdybg {
    	display: none;
	}
    #post-9 blockquote:after,
    q:after {
    bottom:75px;
    }
	.page-template-bod .bio_cont, .page-template-advisors .bio_cont {
		border-bottom: 2px solid #efefef;
		padding-bottom: 14px;
	}
	.page-template-leadership .bio_cont {
		text-align:center;
		width: auto;
		margin-right: 0;

	}
	.page-template-leadership .bio_cont .bio_detail_cont p {
		text-align:left;
	}
	.journal-name {
    	font-size: 13px;
	}
	.page-template-leadership #content,
	.page-template-bod #content,
	.page-template-advisors #content {
		width: auto;
	}
	h3.content-quote {
		background-color: #5ba7d4;
		padding-right: 5px;
		float: none;
		width: 100%;

	}
	h3.content-quote:before {
		opacity: 1;
	}
	h3.content-quote:after {
		content: none;
	}
	#home_lower_cont {
		margin-top: 140px;
	}


	.page-template-pipeline .table_footer {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
	}
    .page-template-pipeline .hentry {
		margin-bottom: 40px;
    }
    .page-template-pipeline .pipe-bk {
		position: relative;
		z-index: -1;
		top: auto;
		left: auto;
		right: auto;
    }
    .page-template-pipeline .site-footer {
		margin-top: 15px;
    }
    	.entry-content .pipeline-mobile td {
	    	height: 32px;
	    	vertical-align: middle;
    	}
	.entry-content .pipeline-mobile td {
		width: 32%;
	}
	.page-template-pipeline .pipe-bk {
		margin-top: 80px;
	}
	.news_mo {
		line-height: 1.2;
	}
	.merckmobile img {
		max-width: 100px;
	}
	.entry-content ul {
		margin: 0 25px 12px 25px;
	}
	.pipeline-mobile td,
	.pipeline-mobile th {
		width: 35%;
		line-height: 1.2;
	}

	.pipeline-mobile td:last-child,
	.pipeline-mobile th:last-child,
	.entry-content th.pc,
	.entry-content tr:first-child th:last-child{
		/*background-color: pink;*/
		width: 21%;
		min-width: 0;
		max-width: none;
	}

}
@media screen and (max-width: 720px) {
	.home h1 {
		font-size: 31px;
	}
}
@media screen and (max-width: 700px) {
	.home h1 {
		font-size: 28px;
	}
	.home {
		background-size: 75% auto;
	}
}
@media screen and (max-width: 670px) {
	.home h1 {
		font-size: 28px;
	}
	.hexagon-part {
		top: -7px;
	}
}

@media screen and (max-width: 650px) { /* small tablet portrait *//* mobile landscape */
  .career_row h3:after {
	  right: -11px;
	  font-size:14px;
  }
	.home .site-info {
		padding-left: 10px;
	}
	#content {
		max-width:none;
	}
	.home #primary {
		margin-left:20px;
	}

	#home_right,#home_left {
		float:none;
	}
	#home_lower_cont {
		height: auto;
	}
	#home_right,#home_tab1,#home_tab2 {
		width:auto;
		max-width: none;
	}
	.home #site-slash {
		top:100px;
	}
	.home #primary {
		margin-left: 0;
		width:100%;
		height:auto;
	}
	#home_right {
		text-align: left;
	}
	.site-header {
		margin-left:0;
	}


	#home_lower_cont {
		padding-right: 0;
	}

	#home_lower_cont {
		height: auto;
	}
	#home_right,#home_tab1,#home_tab2 {
		width:auto;
	}
	.entry-thumbnail {
    /*	right: -250px; */
	}
	#site-slash {
		right: 75px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-top:20px;
	}

	h1 {
		font-size: 20px;
	}

	h2 {
		/*font-size: 14px; */
	}

	h3 {
		font-size: 14px;
		margin-bottom: 14px;
	}

	h4 {
		font-size: 14px;
	}

	h5 {
		font-size: 13px;
	}

	h6 {
		font-size: 12px;
	}
	.home h1 {
		font-size: 26px;
	}
	#site-header #site_logo img {
		width: 120px;
	}
	#site-header {
		min-height: 0;
	}
	.home {
		background-position-y: 79px;
	}
	#home_lower_cont {
		margin-top: 80px;
	}
	#main {
		margin-top: 78px;
	}
}
@media screen and (max-width: 620px) {
	.home h1 {
    	font-size: 25px;
	}
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		float: none;
		margin: 6px auto;
	}
}
@media screen and (max-width: 600px) {
	.entry-thumbnail {
    /*	right: -300px; */
	}
	#site-slash {
		right: 26px;
	}
	.home h1 {
		font-size: 24px;
	}
}
@media screen and (max-width: 580px) {
	.home h1 {
    	font-size: 23px;
	}
}
@media screen and (max-width: 565px) {
	.home h1 {
		font-size: 44px;
	}
	.hexagon-part {
		display: block;
	}
	.hexagon-shape {
		display: none;
	}
}

@media screen and (max-width: 555px) {
	.entry-thumbnail {
    	/*right: -350px; */
	}
	#site-slash {
		/*right: -24px; */
	}
	.entry-title {
	/*	padding-top: 20px; */
	}
    #post-9 blockquote:after,
    q:after {
    bottom: 100px;
    }

	h3.content-quote {

		text-align: center;
		height: auto;
		font-size: 18px;
		line-height: 1.3;
		padding: 12px 5px;
	}
	h3.content-quote:before {
		content: none;
	}
}
@media screen and (max-width: 515px) {
	.home-callout h1 {
		font-size: 26px;
		padding: 0;
	}
	#home-callout-cont {
		padding: 0;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 500px) {

    #post-5 blockquote:after,
    q:after {
    right: 0px;
    bottom:60px;
    }
    .cc {
		display: none;
    }
    .map_cont {
	    background-size: contain;
	    min-height: 129px;
    }
}
@media screen and (max-width: 470px) {
	#site-header {
		padding-left: 0;
	}

    #post-5 blockquote:after,
    q:after {
    	bottom:75px;
    }
    .loc_cont {
		margin-bottom: 20px;
	}
	.news_date {
		min-width: 65px;
	}
	.alrt_cont p {
		line-height: 1.1;
	}
}

@media screen and (max-width: 460px) {

	.entry-header {
		/*display: none;*/
	}
	.entry-title {
		position: relative;
		margin-left: 0;
		padding-left:25px;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	#site_logo, .home #site_logo {
		padding-left: 15px;
	}
	.entry-header h1 {
		margin-left: 15px;
	}
	.site-content .entry-header,
	.site-content .entry-content,
	.page-content, .entry-content {
		padding: 0 15px;
	}
	.entry-title {
		padding-left: 0;
	}


	.site-info .menu-footer-nav-container {
		display: block;
		margin: 10px 0;
	}
	.site-info {
		text-align: center;
		margin-top: 10px;
	}
	.site-info .menu-footer-nav-container ul li:first-child{
		border: none;
	}
	.site-info,
	.menu-footer-nav-container ul li a,
	.site-info .menu-footer-nav-container ul li a{
		/*font-size: 10px; */
	}
	.investor-icons {
		font-size: 28px;
	}
}
@media screen and (max-width: 440px) {
	.home-callout h1 {
		font-size: 24px;
	}
	.investor-icons {
		font-size: 26px;
	}
}
@media screen and (max-width: 430px) {
	.kl-cont {
		width:75%;
	}
	.investor-icons {
		font-size: 24px;
	}
}
@media screen and (max-width: 420px) {
	.investor-icons {
		font-size: 22px;
	}
	.home-callout h1 {
		font-size: 22px;
	}
	.news_date {
		min-width: 60px;
	}

	.quote-wrapper {
		max-height: none;
	}
	.quote-wrapper .left50,
	.quote-wrapper .right50 {
		display: block;
		width: auto;
	}

	.entry-title {
    		font-size: 20px;
    }
	.ndtxt {
		min-width: 50px;
		margin-right: 10px;
	}
    #post-5 blockquote:after,
    q:after {
    right: 35px;
    font-size: 150px;
    bottom:100px;
    }
    #post-5 blockquote:before,
    q:before {
    font-size: 150px;
    top: 35px;
    }
    #post-9 blockquote:after,
    q:after, #post-9 blockquote:before,
    q:before {
    font-size: 150px;
    }
	.home h1 {
		font-size: 39px;
	}
	.fi_cont {
		min-height: 250px;
	}
	.entry-content ul {
		margin: 0 12px 6px 12px;
	}
}
@media screen and (max-width: 400px) {
	.investor-icons {
		font-size: 20px;
		width: 9%;
	}
    .page-template-Knowledge-Library .news_date {
    	/*min-width: 55px;
    	padding-top: 2px;*/
	}
 /*   .page-template-Knowledge-Library .news_mo {
        font-size: 12px;
    	margin-left: 2px;
    }
    .page-template-Knowledge-Library .news_day {
		font-size: 23px;
		height:25px;
    	margin-left: 3px;
	}
    .page-template-Knowledge-Library .news_year {
		font-size: 12px;
	}
	*/
	.cycle-item {
        max-width: 80%;
    }
}
@media screen and (max-width: 390px) { /* iphone standard */
	.home-callout h1 {
		font-size: 20px;
	}
	.home h1 {
		font-size: 30px;
	}
	.fi_cont {
		min-height: 150px;
	}
	.entry-content .pipeline-mobile td {
		font-size: 12px;
	}
	.entry-content .pipeline-mobile td em{
		font-size: 12px;
	}
	.vert div {
		font-size: 14px;
	}
	.merckmobile img {
		max-width: 66px;
	}
}
@media screen and (max-width: 360px) {
	.home-callout h1 {
		font-size: 18px;
	}
}
@media screen and (max-width: 350px) { /* iphone zoomed */
	.home-callout h1 {
		font-size: 17px;
	}
	.fi_cont {
		min-height: 188px;
	}
	.home h1 {
		font-size: 24px;
	}
	.home {
		background-size: 95% auto;
	}
	#site_logo, .home #site_logo {
		/*padding-left: 15px; */
	}
    #post-9 blockquote:after,
    q:after {
    bottom: 125px;
    }

}
