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

*/


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

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

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

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

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

body,
button,
input,
select,
textarea {
	color: #464646;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #fff;
	overflow-x: hidden;
}

a {
	color: #183897;
	text-decoration: none;
}

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

a:active,
a:hover {
	color: #007853;
}

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

h1 {
	font-size:30px;
	line-height: 1.3;
}

h2 {
	font-size: 26px;
	color:#007853;
	font-weight: 400;
	line-height: 1.5;
	margin: 36px 0 20px;
}

h3 {
	font-size: 26px;
	color:#183897;
	font-weight: 300;
	line-height: 1.2;
}

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

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

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

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

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

b,
strong {
	font-weight: 700;
}

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

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

p {
	line-height:1.7;
	margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 28px;
}
li {
  line-height: 1.5;
  padding-bottom: 5px;
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

figure {
	margin: 0;
}

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

legend {
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

table,
th,
td {
	border: 2px solid #808080;
}

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

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

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

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

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

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

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


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

/* Input fields */

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

textarea {
	width: 100%;
}

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

/* Buttons */

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

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

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

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

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

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

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

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

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

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

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

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

.wp-caption {
	color: #767676;
}

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

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

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

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

/* Assistive text */

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

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

.hide {
	display: none;
}

/* Clearing floats */

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

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

/* Genericons */

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

/* Separators */

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


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

.safezoneA {
	max-width: 1720px;
	padding: 0 50px;
	margin: 0 auto;
}
.safezoneB {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.site {
	background-color: #fff;
	position: relative;
}

.main-content {
	width: 100%;
	background-image: url(images/bg_v.png);
	background-repeat: no-repeat;
	background-position: right 260px;
	background-attachment: fixed;
	background-size: 50%;
}
.page-id-91 .main-content,
.page-id-97 .main-content {
	background-image:none;
}


/**
 * 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;
	background-color: #ffffff;
	width: 100%;
	z-index: 4;
	top:0;
	position: fixed;
	padding-bottom: 24px;

/*box-shadow: 0px 0 4px 4px #c8c8c8;
-moz-box-shadow: 0px 0 4px 4px#c8c8c8;
-webkit-box-shadow: 0px 0 4px 4px #c8c8c8;	*/
}
.home .site-header {
	padding-bottom:0;
}

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

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	background-image: url(images/aveo-oncology-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 10px;
	margin-bottom: 11px;
	width: 126px;
	height: 67px;
}

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

/* Search in the header */

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

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

.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: #007853;
	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: #183897;
	display: block;
	text-transform: lowercase;
}

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

.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: #007853;
}
.site-navigation .sub-menu .current_page_item > a,
.site-navigation .sub-menu .current_page_ancestor > a,
.site-navigation .sub-menu .current-menu-item > a,
.site-navigation .sub-menu .current-menu-ancestor > a {
	color: #fff;
}


/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 18px;
	padding-top: 24px;
	float: right;
	margin: 27px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

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

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

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

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

/* Primary Navigation */

.primary-navigation .nav-menu > li > a {
	padding-top: 15px;
	padding-bottom: 48px;
	padding-bottom: 51px;
}
.home .primary-navigation .nav-menu > li > a {
	padding-bottom: 32px;
}
.primary-navigation .nav-menu > li {
	line-height: 1;
}
.home .primary-navigation .nav-menu > li {
    padding-bottom: 0;
}
.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

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

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

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

}

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

.primary-navigation ul ul {
	background-color: #197a5f;
	background-color: rgba(25,122,95,.9);
	float: left;
	margin: 0;
	position: absolute;
	top: 80px;
	top: 85px;
	left: -999em;
	z-index: 99999;
	font-size: .89em;
/*	-moz-box-shadow: 0 0 4px 4px #c8c8c8;
	-webkit-box-shadow: 0 0 4px 4px #c8c8c8;
	box-shadow: 0 0 4px 4px #c8c8c8;*/


 /* -webkit-box-shadow: 0px 0 4px 4px #c8c8c8; */
}
.home .primary-navigation ul ul {
	top: 66px;
}

.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.1;
	border-bottom: 1px solid #509781;
}

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

.primary-navigation ul ul a {
	padding: 10px 12px;
	white-space: normal;
	width: 176px;
	color: #fff;
}

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

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

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

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

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

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

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

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



/* Secondary Navigation */

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

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

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

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

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

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


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

.content-area {
	padding-top: 48px;
	min-height: 50vh;
	min-height: 66vh;
}

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

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


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

.entry-header {
	position: relative;
	z-index: 1;
	min-height: 146px;
	/* border: 1px dashed pink; */
	background-color: #fff;
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;



/*	box-shadow: inset 0px 0 10px #4c4c4c,inset -10px 0 10px red,inset 0px -10px 10px blue,inset -10px -10px 10px yellow;
	-moz-box-shadow: inset 0px 0 10px #4c4c4c;
	-webkit-box-shadow: inset 0px -10px 10px #4c4c4c;	*/

	/* -webkit-box-shadow:inset 8px -8px 4px -4px #c8c8c8;
	-moz-box-shadow:inset 8px -8px 4px -4px #c8c8c8;
	box-shadow:inset 8px -8px 4px -4px #c8c8c8;

	-webkit-box-shadow:inset 8px -8px 15px -14px #000;
	-moz-box-shadow:inset 8px -8px 15px -14px #000;
	box-shadow:inset 8px -8px 15px -14px #000; */

	-webkit-box-shadow:inset -8px 1px 14px -6px #000;
	-moz-box-shadow:inset -8px 1px 14px -6px #000;
	box-shadow:inset -8px 1px 14px 0px #000;
	box-shadow:inset -8px 1px 14px 0px rgba(0,0,0,0.4);
}

.entry-title {
	font-size: 62px;
	font-weight: 100;
	line-height: 146px;
	margin: 0;
	color: #007853;
	text-transform: lowercase;
}


.site-content .entry-header {
	background-color: #fff;
	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: #007853;
}

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

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

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

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

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

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


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

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

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

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: none;
	border-bottom: 1px solid #007853;
}

.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 {
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 300;
	text-transform: lowercase;
	padding: 8px;
	font-size: 1.125em;
	background-color: #183897;
	color: #fff;
}
.entry-content .pipeline_cont th {
	background-color: transparent;
}

.entry-content tr:nth-child(even) td {
	background-color: #e6eaf3;
}
.entry-content .pipeline_cont tr:nth-child(even) td {
	background-color: transparent;
}
.entry-content td,
.comment-content td {
	padding: 12px 8px;
}

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

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

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


/* Page links */

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

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

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

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

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


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

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

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

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

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

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

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

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

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




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

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

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


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

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

#primary, .primary2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 80%;
	max-width: 1140px;
}
.primary2 {
	margin-left: 19%;
}
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	max-width:340px;
	width: 19%;
}
#secondary ul {
	list-style: none;
	margin: 0;
	line-height: 1.2;
}
#secondary li,
#secondary .current_page_item li li,
#secondary .current-page-ancestor li li {
	display: none;
	position: relative;
}
#secondary a {
	padding: 7px 5px 7px 0;
	display: block;
}
#secondary .current_page_item,
#secondary .current-menu-item,
#secondary .current_page_item li,
#secondary .current-menu-item li,
#secondary .current-page-ancestor,
#secondary .current-menu-ancestor,
#secondary .current-menu-parent,
#secondary .current-page-parent,
#secondary .current_page_parent,
#secondary .current_page_ancestor,
#secondary .current-page-ancestor li,
#secondary .current-menu-ancestor li,
#secondary .current-menu-parent li,
#secondary .current-page-parent li,
#secondary .current_page_parent li,
#secondary .current_page_ancestor li,
#secondary .current-page-ancestor .current_page_item li {
	display: block;
	font-weight: 300;
}
#secondary li li ul {
	margin-left: 20px;
	text-transform: none;
}
#secondary li li li {
	font-size: .89em;
}
#secondary li li li:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 16px;
	height: 1px;
	width: 17px;
	background-color: #183897;
}
.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}
#secondary .menu > .current_page_item > a,
#secondary .menu > .current_page_ancestor > a {
	display: none;
}

#secondary .current_page_item > a {
	color: #007853;
	font-weight: 500;
}
/* Primary Sidebar */

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

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

/* Content Sidebar */

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

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

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: #fff;
}
.site-info a {
	line-height: 60px;
}
.site-footer {
	background-color: #003a70;
	position: relative;
	z-index: 3;
}
.site-footer a {
	padding-left: 8px;
}
.footer-sidebar {
	padding-top: 48px;
}
.site-info a:hover {
	color: #007853;
}

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







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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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



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


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

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

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

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

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

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

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

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

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

	/* Fixed Header */


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

.site-main {
	margin-top: 112px;
}
.home .site-main {
	margin-top: 92px;
}


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


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

	.full-width .site-content .alignright {
		clear: right;
	}
.wp-block-button__link {
	background-color: #183897;
}
.foot_menu_cont {
	display: inline-block;
}
.site-footer ul {
	list-style: none;
	margin: 0;
}
.site-footer ul li {
	display: inline-block;
	margin: 0 15px;
}
.bandText {
	text-align: center;
	max-width: 75%;
	padding: 20px 0;
	margin: 0 auto;
}
.bandText p {
	font-size: 20px;
	font-weight: 300;
}
.cta_fw {
	background-repeat: no-repeat;
	background-size: cover;
}
.page-id-109 .cta_fw {
	background-position: 50% 100%;
}
.greenbg {
	color: #fff;
  background-color: #007853;
  position: relative;
  padding: 12px 10px 12px 10px;
  font-size: 16px;
  font-style: italic;
	margin-bottom: 10px;
}
.greenbg:before {
	content: "";
	position: absolute;
	width: 75px;
	top:0;
	bottom: 0;
	left: -75px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007853+0,007853+100,007853+100,007853+100&0+0,1+89,1+100 */
background: -moz-linear-gradient(left,  rgba(0,120,83,0) 0%, rgba(0,120,83,1) 89%, rgba(0,120,83,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,120,83,0) 0%,rgba(0,120,83,1) 89%,rgba(0,120,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,120,83,0) 0%,rgba(0,120,83,1) 89%,rgba(0,120,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00007853', endColorstr='#007853',GradientType=1 ); /* IE6-9 */
}
.greenbg:after {
	content: "";
	position: absolute;
	width: 32px;
	top: 0;
	bottom: 0;
	right: -32px;
	background: #007853;
}
.greenbg-short:after {
	background: transparent;
}
.callout {
	font-size: 1.75em;
}
.primary-navigation .social {
	font-size: 24px;
	height: auto;
}
.primary-navigation .nav-menu .social a{
	padding: 0 3px;
}

.primary-navigation .social:hover > a {
	background-color: transparent;
	color: #007853;
}
.wp-block-button__link {
	background-color: #183897;
	color:#ffffff;
	text-transform:lowercase;
	border-radius: 8px;
}
a.wp-block-button__link {
	text-decoration: none;
	border:none;
}
.home .main-content {
	background-image: none;
	margin-top:0;
}
#slide-container {
	/* height:82vh; */
	/* height:600px; */
	position: relative;
	overflow:hidden;
}
#aveo-graphic {
	display: none;
	/* position: absolute;
	top:0;
	left: -5%;
	height: 100%;
	width: auto;
	z-index: 2; */
}
#meteor-slideshow {
	margin-left: 9%
}
#primary-home {
	padding-top: 0;
	min-height: initial;
	min-height: inherit;
	background: url(/wp-content/uploads/2019/10/Swoosh-Box2.png);
	background-size: contain;
	background-position: 46% 50%;
	background-repeat: no-repeat;
}
.home-half .left-half {
  width: 51%;
  display: inline-block;
  vertical-align: top;
	margin-right: 0;
}
.home-half .right-half {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.h1-hero {
	font-size: 60px;
  font-weight: 300;
  color: #183897;
	line-height: 1.2;
	margin:0;
	padding: 42px 0;
}
.a-hero {
	font-size: 27px;
  color: #007853;
  text-decoration: underline;
	vertical-align: middle;
}
.right-half h2 {
	color: #183897;
  font-weight: 300;
	font-size: 36px;
	padding-top:46px;
	margin-top:0;
	text-decoration: underline;
}
.press-cont {
  width: 46%;
  display: inline-block;
  vertical-align: top;
	margin-right: 3%;
}
.press-cont p {
  margin-bottom: 0;
  color: #007853;
	font-size: 18px;
}
.press-cont p:nth-of-type(2) {
  margin-bottom: 10px;
}
.press-cont p strong{
	font-size: 20px;
}

.entry-header-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 146px;
	background-size: 52%;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	clip-path:circle(75% at 100% 300%);
	clip-path:circle(100% at 124% 200%);
	z-index: -999;
}
.entry-header {
	top: 0;
	right: 0;
	width: 100%;
	height: 146px;
	background-size: contain;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.entry-header:after {
	position: absolute;
	top: 0;
	left:50%;
	content:"";
	width: 100%;
	height:100%;
	/* clip-path:circle(75% at 100% 174%);
	border-radius: 4% 88% 0% 100% / 100% 0% 100% 0%;*/
	/* background-color: #ffffff; */
	/*background: url(/wp-content/uploads/2019/10/AVO-Header-Image-04.jpg);
	background-size: contain;*/
}
iframe {
	width:740px;
	height:480px;
	margin-bottom: 0;
}
.wp-block-embed {
  margin-bottom: 0;
}
.bio_box, .bio_box2, .bio_box3 {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    width: 29%;
    margin: 0;
    cursor: pointer;
    /*float: left;*/
}

.bio_box, .bio_box2, .bio_box3 {
    width: 22%;
    width: 18%;
}

.nyb .bio_box:nth-child(2) {
    margin: 0 2.25% 0 3.5%;
}
.nyb .bio_box:nth-child(3) {
    margin: 0 3.5% 0 2.25%;
}

.bio_box img {
	border: 6px solid #183897;
	border-radius: 50%;
}
.bio-title{
	color: #2b2b2b;
  font-size: 18px;
  margin-bottom: 4px;
  margin: 0 auto 4px;
  font-weight: 300;
}
.bio-title a {
	color: #2b2b2b;
	border-bottom: none;
	text-decoration: none;
}

.bmt {
	margin: 0;
	color: #183897;
	font-weight: 300;
	font-size: 15px;
	font-style: italic;
}
.bio-info .button,
.bio-info2 .button,
.bio-info3 .button,
.bioless, .bioless2, .bioless3 {
	display: inline-block;
	margin-bottom: 40px;
}
.bio_detail_cont p:first-child {
    margin-top:15px;
}
.biodetail .inset_label {
    text-align: center;
    padding: 10px 0 20px;
}
.nyb {
	margin-top: 20px;
}

.accordion_cont {
	display: block;
	width: auto;
}
.accordion_header {
    cursor: pointer;
}
.accordion-name {
  position: relative;
	color: #2b2b2b;
	font-size: 20px;
	margin-bottom: 4px;
	margin: 0 auto 4px;
	font-weight: 300;
}
.accordion-title {
	margin-bottom: 0;
	color: #183897;
  font-weight: 300;
  font-size: 17px;
  font-style: italic;
}
.accordion_open .accordion-name i {
	transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.accordion_detail p {
	margin: 24px 0 12px;
}
.accordion_detail {
	height: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
	overflow: hidden;
}
.accordion_open .accordion_detail {
	height: auto;
	opacity: 1;
}

.page-id-32 figure.alignright {
 	padding: 0 20px 10px;
}
#secondary .mgmt-nav li {
	display: block;
}
.mgmt-nav a {
	font-weight: 300;
}
.mgmt-nav .current-menu-item a {
	font-weight: 500;
}
.mgmt-nav li ul li {
  padding-left: 10px;
  line-height: 1;
}
.mgmt-nav li ul li a:before {
  content:"- ";
}
.mgmt-header {
	margin-bottom: 20px;
}
.mgmt-header img {
	border: 3px solid #183897;
	border-radius: 50%;
}
.mgmt-bkg {
	position: relative;
	display: inline-block;
  background-color: #007853;
  color: #ffffff;
  vertical-align: bottom;
  margin: 10px 0;
  padding: 10px 0 10px 20px;
	width:50%;
}
.mgmt-bkg:before {
	position: absolute;
	content:"";
	top:0;
	left:-100px;
	width: 100px;
	height: 100%;
	background: rgb(0,120,83);
	z-index: -999
}
.mgmt-bkg:after {
	position: absolute;
	content:"";
	top:0;
	right:-59%;
	width: 59%;
	height: 100%;
	background: rgb(0,120,83);
	background: -moz-linear-gradient(90deg, rgba(0,120,83,1) 0%, rgba(0,120,83,1) 50%, rgba(0,120,83,0.5) 75%, rgba(0,120,83,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,120,83,1) 0%, rgba(0,120,83,1) 50%, rgba(0,120,83,0.5) 75%, rgba(0,120,83,0) 100%);
	background: linear-gradient(90deg, rgba(0,120,83,1) 0%, rgba(0,120,83,1) 50%, rgba(0,120,83,0.5) 75%, rgba(0,120,83,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007853",endColorstr="#007853",GradientType=1);
}
.mgmt-title {
	color:#ffffff;
	margin:0;
}

.about-image-sect .wp-block-column:nth-of-type(1) {
    flex-basis: 80%;
}
.about-image-sect .wp-block-column:nth-of-type(2) .wp-block-image{
	position: relative;
	width:40vw;
	max-width: 750px;
}
.about-image-sect .wp-block-image img {
	position: relative;
}
.about-image-sect .wp-block-image:after {
  position: absolute;
	content:"";
	top:0;
	right:-50%;
	width: 50%;
	height: 100%;
	background: #f3f3f3;
}
.about-image-sect .wp-block-column:nth-of-type(2) {
	/* background:url(/wp-content/uploads/2019/10/about-check-img.jpg);
	width:100%;
	height:100%; */
	/* position: absolute;
	top:0;
	right: 0;
	width: 38%;
	height: 100%;
	display: flex;
	flex:1 0 auto;
	flex-direction: column; */
}
.hero-h2 {
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 4px rgba(0,0,0,.7);
	font-size: 44px;
	line-height: 1.2;
	font-weight: 300;
	margin: 36px 0;
}
.wide-image-sect * {
	margin-bottom: 0;
}
.wide-image-sect {
	position: relative;
	background: #f3f3f3;
	margin-bottom: 48px;
}
.wide-image-sect:after {
  position: absolute;
	content:"";
	top:0;
	right:-50%;
	width: 50%;
	height: 100%;
	background: #f3f3f3;
}
.wide-image-sect .wp-block-column:nth-of-type(1) {
    flex-basis: 70%;
}
.wide-image-sect .wp-block-column:nth-of-type(2) {
	position: absolute;
	top:0;
	right: 0;
	width: 38%;
	height: 100%;
	display: flex;
	flex:1 0 auto;
	flex-direction: column;
}
.wide-image-sect p {
	color: #007853;
  font-size: 18px;
  margin-top: 27%;
  margin-bottom: 26px;
}
.culture-vision-sect .wp-block-column:nth-of-type(1) {
  flex-basis: 20%;
}
.culture-vision-sect .wp-block-column:nth-of-type(2) {
	flex-basis: 80%;
}
.culture-vision-sect .wp-block-column:nth-of-type(1) p {
	color: #007853;
  font-size: 20px;
  width: 95%;
  display: inline-table;
  border-bottom: 2px solid #007853;
  line-height: 1.4;
}

.contact-cols .wp-block-column:nth-of-type(2) {
	flex-basis: 80%;
}
.moa-title {
	position: relative;
}
.page-id-40 .content-area {
	 min-height: inherit;
}
.page-id-40 .bandText {
	padding-bottom: 40px;
}
 h2.moa-title {
  /* background: rgba(0,58,112, 0.6); */
  margin: 0 auto;
  padding-bottom: 20px;
  color: #ffffff;
}
/* .tivozanib-video {
	position:relative;
	background: rgba(0,58,112, 0.6);
	padding: 20px 0;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.tivozanib-video:after, .moa-title:after {
	content: "";
	position: absolute;
	width: 30%;
	top: 0;
	bottom: 0;
	left: 100%;
	background: rgb(0,58,112);
	background: -moz-linear-gradient(270deg, rgba(0,58,112,0) 0%, rgba(0,58,112,0.6) 89%, rgba(0,58,112,0.6) 100%);
	background: -webkit-linear-gradient(270deg, rgba(0,58,112,0) 0%, rgba(0,58,112,0.6) 89%, rgba(0,58,112,0.6) 100%);
	background: linear-gradient(270deg, rgba(0,58,112,0) 0%, rgba(0,58,112,0.6) 89%, rgba(0,58,112,0.6) 100%);

}
.tivozanib-video:before, .moa-title:before {
	content: "";
	position: absolute;
	width: 36%;
	top: 0;
	bottom: 0;
	right: 100%;
	background: rgb(0,58,112);
	background: -moz-linear-gradient(left, rgba(0,58,112,0) 0%, rgba(0,58,112,0.6) 89%, rgba(0,58,112,0.6) 100%);
	background: -webkit-linear-gradient(left, rgba(0,58,112,0) 0%,rgba(0,58,112,0.6) 89%,rgba(0,58,112,0.6) 100%);
	background: linear-gradient(to right, rgba(0,58,112,0) 0%,rgba(0,58,112,0.6) 89%,rgba(0,58,112,0.6) 100%);

} */
.tivozanib-video iframe {
  width: 474px;
  height: 267px;
}
h1.sentry-title {
	margin-top:0;
}
.page-id-97 .content-area {
	min-height: initial;
	min-height: inherit;
}
.home-news {
  width: 46%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
.home-news span p {
  font-size: 18px;
  margin-bottom: 0;
  color: #007853;
  font-weight: 700;
}
.home-news h4 {
  margin-bottom: 10px;
  color: #007853;
  font-size: 18px;
  font-weight: 400;
	margin-top: 0;
  line-height: 1.4
}
.page-template-careers .fa {
    padding-left: 10px;
}
#nf-form-1-cont .nf-form-fields-required,#nf-form-2-cont .nf-form-fields-required  {
	display: none;
}
#nf-form-1-cont .ninja-forms-req-symbol,
#nf-form-1-cont .nf-form-content select.ninja-forms-field {
	color:#007853;
}
#nf-form-1-cont .nf-form-content .list-select-wrap>div select {
	background: rgba(0,58,112,.1);
  border: none;
  border-radius: 5px;
}
#nf-form-1-cont .nf-form-content .list-select-wrap .nf-field-element>div {
	border:none;
}
#nf-form-1-cont label {
	color:#007853;
	font-weight: 400;
	text-transform: lowercase;
}
#nf-form-1-cont input:not([type=button]),
#nf-form-1-cont textarea {
	background: rgba(0,58,112,.1);
  border: none;
  border-radius: 5px;
}
#nf-form-1-cont .nf-form-content input[type=button] {
	background-color: #183897;
	color:#ffffff;
	text-transform:lowercase;
	padding:0 40px;
	border-radius: 8px;
}
#nf-form-2-cont .ninja-forms-req-symbol {
	color:#007853;
}
#nf-form-2-cont .nf-form-content {
	width:100%;
	margin:0;
}
#nf-form-2-cont .nf-form-content input[type=button] {
	background-color: #183897;
	color:#ffffff;
	text-transform:lowercase;
	padding:0 40px;
	border-radius: 8px;
}
html body div.wprm-overlay {
    background: rgba(0,0,0,0) !important;
}
#fancybox-close {
    position: absolute !important;
		font-size: 30px;
		line-height: 1;
    top: -18px !important;
    right: -15px !important;
    width: 29px !important;
    height: 29px !important;
    cursor: pointer !important;
    z-index: 111103 !important;
    background: #ffffff !important;
    border-radius: 50%;
}
#fancybox-close:before {
    color: #183897;
		font-family: "Font Awesome 5 Pro";
    content: "\f057";
    position: absolute;
		top:0;
    left: 0;
    height: 100%;
    width: 100%;
		font-size: 30px;
		line-height: 1;
		background: #ffffff;
    border-radius: 50%;
}
.column-1, .entry-content .pipeline_cont .column-1 {
    width: 15% !important;

}



#fancybox-outer #fancybox-content {
	background-image: url(/wp-content/uploads/2020/05/aveo-popup-bg-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: contain;
	color: #007853;
}
#modal-alert .alert_body {
	padding-left: 50%;
	padding: 15px 15px 15px 150px;
	padding: 100px 5% 15px 37%;

}
#home-video {
	padding: 20px 5%;
	background-color: rgba(255,255,255,.8);
	border-radius: 10px;
	margin: 20px;
}
.vid {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	height: 90px;
	height: auto;
	padding-top:60px;
	padding-top: 0;
	max-width: 300px;
	max-height: 169px;
	border-radius: 20px;
	border: 1px solid #007853;
}
.vid video {
	display: block;
}
.vid2 {
	text-align: center;
	margin: 0px auto 12px;
	/*height: 101px;*/
	/*padding-top:60px;*/
	width: 100%;
	border-radius: 20px;
	/*border: 1px solid #007853;*/
	position: relative;
}
#vidarrow {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	top:30%;
	font-size: 48px;
}
.vid2 img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.vid2 video {
	display: block;
	border-radius: 20px;
	margin-bottom: 0;
}
.vid2 poster {
	border-radius: 20px;
}

.up-tit {
	text-transform: uppercase;
  padding: 0 !important;
}
/* for "national director/ senior director medical science liaison team" postion can delete if that job goes away */
.postid-778 .entry-title {
  font-size: 42px;
}
@media (max-width: 950px) {
	.postid-778 .entry-title {
	    font-size: 28px;
	}
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

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

@viewport {
	width: device-width;
}






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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}
@media all and (max-width:1550px) {
	.page-id-40 .entry-header,
	.page-id-42 .entry-header,
	.page-id-44 .entry-header,
	.page-id-46 .entry-header,
	.page-id-48 .entry-header,
	.page-id-50 .entry-header,
	.page-id-109 .entry-header {
		background-position: 127% 50%;
	}
}
@media all and (max-width:1420px) {
	.page-id-40 .entry-header,
	.page-id-42 .entry-header,
	.page-id-44 .entry-header,
	.page-id-46 .entry-header,
	.page-id-48 .entry-header,
	.page-id-50 .entry-header,
	.page-id-109 .entry-header {
		background-position: 150% 50%;
	}
}
@media all and (max-width:1339px) {
	.page-id-40 .entry-header,
	.page-id-42 .entry-header,
	.page-id-44 .entry-header,
	.page-id-46 .entry-header,
	.page-id-48 .entry-header,
	.page-id-50 .entry-header,
	.page-id-109 .entry-header {
		background-position: 170% 50%;
	}
}
@media all and (max-width:1285px) {
	.page-id-40 .entry-header,
	.page-id-42 .entry-header,
	.page-id-44 .entry-header,
	.page-id-46 .entry-header,
	.page-id-48 .entry-header,
	.page-id-50 .entry-header,
	.page-id-109 .entry-header {
	    background-position: 180% 50%;
	}
}
/*iPad Pro portrait exact */
@media (width: 1024px) and (height: 1366px)  {
	#primary-home {
    min-height: 600px;
		background: none;
	}
	#full-slider {
		display: none;
	}
	#tablet-slider {
		display: block !important;
	}
	.home h1.h1-hero {
    font-size: 60px;
	}
	.home-half .left-half, .home-half .right-half, .home-news {
		width:100%;
	}
}
/*iPad Pro landscape exact */
@media (width: 1366px) and (height: 1024px) {
	#primary-home {
		min-height: 400px;
	}
		.home h1.h1-hero {
	    padding: 60px 0 !important;
	}
	.home .right-half h2 {
    padding-top: 68px !important;
	}
}
/* home page only */
@media all and (max-width:1366px) {

	.entry-title {
    font-size: 55px;
	}
	.home .site-main {
    margin-top: 82px;
	}
	.home h2.site-title {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 10px;
		height: 60px;
	}
	.home nav#primary-navigation {
    margin-top: 16px;
	}
	.home h1.h1-hero {
    padding-top: 5px;
		font-size: 45px;
	}
	.home .right-half h2 {
    padding-top: 12px;
    margin-bottom: 9px;
	}
	.home .press-cont p {
    line-height: 1.4;
	}
}
@media all and (max-width:1366px) {
	.primary-navigation a {
		padding: 0 5px;
	}
	.entry-header {
		background-position: 160% 50%;
	}
	.h1-hero {
		font-size: 50px;
	}
	.right-half h2 {
    font-size: 30px;
	}
	.press-cont p {
    font-size: 16px;
	}
	.press-cont p strong {
    font-size: 18px;
	}
	.home-half .right-half {
	  width: 48%;
	}
}
/*home page onluy */
@media all and (max-width:1280px) {
	.home .site-title {
		height:60px;
	}
	.home .site-main {
    margin-top: 75px;
	}
	.home h1.h1-hero {
    padding-top: 5px;
    font-size: 40px;
    padding-right: 10px;
	}
	.home .right-half h2 {
    padding-top: 0;
	}
	.home .press-cont p strong {
    font-size: 16px;
	}
	.home .press-cont p:nth-of-type(2) {
	    margin-bottom: 4px;
	}
}
@media all and (max-width:1280px) {
	.page-id-40 .entry-header,
	.page-id-42 .entry-header,
	.page-id-44 .entry-header,
	.page-id-46 .entry-header,
	.page-id-48 .entry-header,
	.page-id-50 .entry-header,
	.page-id-109 .entry-header {
		background-position: 100% 50%;
	}
	.primary-navigation .nav-menu > li > a {
		padding-bottom: 53px;
	}
	.home .primary-navigation .nav-menu > li > a {
		padding-bottom: 27px;
	}
	.home .primary-navigation ul ul {
		top: 59px;
	}
	.primary-navigation a {
		font-size: 16px;
	}
	.primary-navigation .menu-item-has-children > a {
		padding-right: 22px;
	}
	.primary-navigation .menu-item-has-children > a {
		right:9px;
	}
	.primary-navigation .social {
    display: none;
	}
	.entry-header {
		height: initial;
		min-height: initial;
		background-size: 50%;
		background-position: 100% 50%;
	}
	.entry-title {
		font-size: 34px;
		line-height: 1;
		padding: 20px 0;
	}
	.main-content {
		margin-top:15px;
	}
	.page-id-19 #secondary {
		display: none;
	}
	.page-id-19 #primary {
		width:100%;
	}
}
#tablet-slider {
	display: none;
}
/*iPad landscape exact */
@media (height: 1024px) and (width: 768px) {
	.content-area {
		min-height: 819px;
	}
	#primary-home 	{
		min-height: 448px;
	}
	.home .site-main {
    margin-top: 24px;
	}

	#full-slider {
		display: none;
	}
	#tablet-slider {
		display: block;
	}
	.home .press-cont p:nth-of-type(2) {
    width: 70%;
	}
	.page-template-management h2 {
		font-size: 22px;
	}
	.bio_box {
	    width: 32%;
	    margin: 0 8% !important;
	}

}
@media all and (max-width:768px) {
	#full-slider {
		display: none;
	}
	#tablet-slider {
		display: block;
	}
}
@media all and (max-width:1024px) {
	.safezoneA {
		padding:0 2%;
	}
	.home-half {
		padding-top:30px;
		padding-bottom:30px;
	}
	.home .right-half h2 {
  	padding-top: 10px;
	}
	.wide-image-sect {
		display: block;
	}
	.wide-image-sect:after {
		background: transparent;
	}
	.wide-image-sect .wp-block-column:nth-of-type(2) {
		position: relative;
		width:100%;
		text-align: center;
		margin-left: 0;
	}
	.wide-image-sect p {
		margin: 0;
		padding: 20px 40px;
	}
	.wide-image-sect .wp-block-button {
    margin-bottom: 1.5em;
	}
	.page-id-40 .bandText {
		margin-bottom: 20px;
	}
}
@media all and (max-width: 1023px){
	.primary-navigation a {
    font-size: 15px;
	}
	.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
    top: 20px;
	}
}

@media all and (max-width:950px) {
	#primary-home {
		background: none;
	}
	#wprmenu_bar {
		padding:0px !important;
	}
	#wprmenu_bar .bar_logo {
		height:55px;
		padding: 10px 0px 0px 20px;
	}
	#wprmenu_bar .hamburger {
    padding-right: 20px;
    padding-top: 22px;
	}
	.site-main {
		margin-top: 21px;
	}
	.entry-header {
		background-size: contain;
		background-position: 100% 50%;
	}
	.entry-title {
    font-size: 28px;
    line-height: 1;
    padding: 20px 0;
    text-shadow: 1px 0px 1px #fff;
	}
	.main-content {
		margin-top:15px;
	}
	.home .site-main {
    margin-top: 23px;
	}
	#primary-home {
		background-position: 107% 50%;
	}
	.home-half .left-half, .home-half .right-half {
		width: 100%;
	}
	.home-half .h1-hero {
		padding:0;
	}
	.home .right-half h2 {
    padding-top: 20px;
	}
	.home .press-cont, .home .home-news {
		width: 100%;
    padding-bottom: 18px;
	}
	.single #secondary,
	.search #secondary,
	.error404 #secondary {
		display: none;
	}
	.single #primary,
	.search #primary,
	.error404 #primary {
		width:100%;
	}
	.greenbg:before {
		position:relative;
	}
}
/*iPad portrait exact */
@media (height: 768px) and (width: 1024px) {
	.content-area {
		min-height: 508px;
	}
	#primary-home {
		min-height: 38vh;
		background-position: 46% 50%;
	}
}
@media (max-width: 781px) {
	.wp-block-columns.about-image-sect {
		display:block
	}
	.contact-cols .wp-block-column:nth-of-type(2) {
    margin-left: 0;
	}
}
@media all and (max-width:767px) {
	.content-area {
    min-height: 76vh;
	}
	.home h1.h1-hero {
	    padding-top: 35px;
		}
	.home .right-half h2 {
    padding-top: 35px;
	}
	.home .press-cont p:nth-of-type(2) {
    width: 73%;
	}
	.page-id-40 .entry-header,
	.page-id-42 .entry-header,
	.page-id-44 .entry-header,
	.page-id-46 .entry-header,
	.page-id-48 .entry-header,
	.page-id-50 .entry-header,
	.page-id-109 .entry-header {
		background-position: -250% 50%;
	}
	.page-id-3 .entry-header,
	.page-id-80 .entry-header {
		background-position: -250% 50%;
	}
	h2 {
		font-size: 18px;
		line-height: 1.3;
		margin: 20px 0 10px;
	}
	.hero-h2 {
    font-size: 38px;
	}
	.safezoneA {
    padding: 0 4%;
	}
	.wp-block-columns {
		display: block;
	}
	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	.about-image-sect .wp-block-column:nth-of-type(2) .wp-block-image {
		width: initial;
	}
	.entry-header {
    background-size: 120%;
    background-position: -150% 50%;
	}
	#primary, .primary2 {
		 width:100%;
	}
	.primary2 {
		margin-left: unset;
	}
	#secondary {
		display:none;
	}
	.bio_box {
		display: block;
    width: 22%;
    width: 100%;
    margin: 0 auto !important;
    max-width: 350px;
		text-align: center;
	}
	.bio_box img {
		max-width: 200px;
	}
	.page-id-32 .wp-block-image .alignright {
		float: none;
		text-align: center;
    margin: 0 auto;
	}
	.has-2-columns .has-2-columns .wp-block-image {
		text-align: center;
    margin: 20px auto;
    width: 100%;
	}
	.bandText {
		max-width:95%;
	}
	.bandText p {
		font-size: 18px;
	}
	.culture-vision-sect .wp-block-column:nth-of-type(1) p {
		margin: 25px 0 0px;
	}
	.culture-vision-sect .wp-block-column:nth-of-type(2) p {
		margin-bottom: 0;
	}
	.wide-image-sect:after {
		background: transparent;
	}
	.wide-image-sect .wp-block-column:nth-of-type(2) {
		position: relative;
		width:100%;
		text-align: center;
	}
	.wide-image-sect p {
    margin: 0;
    padding: 20px 20px;
	}
	.wide-image-sect .wp-block-button {
		margin-bottom: 1.5em;
	}
	.site-footer  {
		text-align: center;
		padding: 20px 10px 0;
	}
	.site-footer a {
		 padding: 10px;
	}
	.foot_menu_cont {
    display: block;
	}
	.pipeline_cont td {
    /*font-size: 12px !important;*/
	}
	.drug_detailsX, .entry-content .drug_detailsX {
    /*font-size: 9px !important; */
	}
	#table-key {
		display: flex;
    flex: 1 0 auto;
    width: 600px;
	}
	.mgmt-bkg {
    width: 64%;
	}
	.tivozanib-graphic.wp-block-image .alignright{
		float: none;
		margin: 0 auto;
	}
	.tivozanib-video {
    padding: 20px 0;
	}
	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;
			margin-bottom: 10px;
	}
	.wp-block-embed__wrapper iframe{
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
		}
		.greenbg:before {
			position:absolute;
		}
		.page-id-40 .bandText {
			padding-top: 1px;
			padding-bottom: 8px;
	}
}
@media all and (max-width:465px) {
	.page-id-40 .entry-header,
	.page-id-42 .entry-header,
	.page-id-44 .entry-header,
	.page-id-46 .entry-header,
	.page-id-48 .entry-header,
	.page-id-50 .entry-header,
	.page-id-109 .entry-header {
		background-position: -350% 50%;
	}
	.tivozanib-video iframe {
    /* width: 100%;
    height: auto; */
	}
	.mgmt-header {
    text-align:center;
		margin-bottom: 0;
	}
	.mgmt-header img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
	}
	.mgmt-bkg {
    width: 100%;
    text-align: left;
    padding-left: 0;
	}
	#aveo-graphic {
		display: block;
		width: 100%;
		height: auto;
	}
	.meteor-clip {
		display: none;
	}
	#slide-container {
		max-height: 73vh;
	}
	#primary-home {
    background-position: 250% 50%;
		background: none;
	}
	.home h1.h1-hero {
    padding: 10px 0 0;
    font-size: 34px;
	}
	.home .right-half h2 {
    padding-top: 30px;
	}
	.hero-h2 {
    font-size: 32px;
	}

}
.h1-mobile {
	display: none;
}
.slide_info {
	position: absolute;
  top: 50%;
  left: 48%;
  margin-right: 4%;
	text-align: center;
}
.slide_info h1 {
	color: #fff;
	font-weight: 800;
	font-size: 35px;
  line-height: 1.1;
	margin: 0;
}
.slide_info h2 {
	color: #fff;
	font-weight: 300;
	font-size:20px;
  line-height: 1.3;
	margin: 0;
	padding-top: 10px;
}
.mobile-header-text {
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	position: absolute;
	top: 51%;
	left: 48%;
	right: 2%;
}
@media all and (max-width:1367px) {
	.slide_info h1 {
		font-size: 28px;
	}
	.slide_info h2 {
		font-size:16px;
	}
}
@media all and (max-width:1365px) {
	.slide_info h1 {
		font-size: 38px;
	}
	.slide_info h2 {
		font-size:22px;
	}
}
@media all and (max-width:1281px) {
	.slide_info {
    top: 31%;
	}
	.slide_info h1 {
		font-size: 36px;
	}
	.slide_info h2 {
		font-size:19px;
	}
}
@media all and (max-width:1279px) {
	.slide_info {
    top: 30%;
		text-align: left;
	}
	.slide_info h1 {
		font-size: 28px;
	}
	.slide_info h2 {
		font-size:16px;
	}
}

@media all and (max-width:500px) {
	.slide_info h2 {
		display: none;
	}
}
@media all and (max-width:465px) {
	.h1-mobile {
		display: block;
		position: absolute;
		bottom: 0;
		padding-left: 2%;
		padding-right: 2%;
		font-size: 22px;
		font-weight: 600;
		line-height: 1.2;
		color: #ffffff;
	}
	.h1-mobile span {
		display: block;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		padding-top: 10px;
	}
}
