/*
Theme Name: Ovid
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 2.0

*/


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

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: #281e78;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #fff;
}

a {
	color: #aadb1e;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.entry-content a {
	color:#aadb1e;
	text-decoration: none;
}

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

a:active,
a:hover {
	color: #aadb1e;
}
.entry-content a:active,
.entry-content a:hover {
	color: #f9423a;
}

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

h1 {
	font-size: 56px;
	line-height: 1.3;
	font-weight: 400;
}
.home h1 {
  font-size: 54px;
	font-weight: 700;
	max-width: 650px;
	position: relative;
	margin-top:288px;
	margin-bottom:330px;
}
h1 span {
	font-weight: 700;
}

h2 {
	font-size: 44px;
	line-height: 1;
	font-weight: 400;
	text-transform: lowercase;
	margin-bottom: 48px;
}
h2 span,
h3 span {
	font-weight: 700;
}
h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: normal;
}

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;
}
cite {
	font-size: .85rem;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote:before,
q:before {
	font-size: 80px;

	content: "\201C";
	position: absolute;
	left: -40px;
	top:-40px;
	line-height: 1;
}
blockquote p,
q p {
	position: relative;
}
blockquote p:after,
q p:after{
	font-size: 80px;
	content: '\201D';
	position: absolute;
	right: -40px;
	bottom:-40px;
	line-height: 1;
}

blockquote {
	font-weight: 700;
	margin-bottom: 24px;
}

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

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

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

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

figure {
	margin: 0;
}

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

legend {
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

del {
	color: #767676;
}

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

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

::-moz-selection {
	background: #f9423a;
	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: #f9423a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

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

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

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

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

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

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

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

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

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

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

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

.wp-caption {
	color: #767676;
}

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

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

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

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

/* Assistive text */

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

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

.hide {
	display: none;
}

/* Clearing floats */

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

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

/* Genericons */

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

/* Separators */

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


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

.safezoneA {
	max-width: 1390px;
	margin: 0 auto;
}
.safezonenone {
	text-align: center;
}
.site {
	background-color: #fff;
	position: relative;
}

.main-content {
	width: 100%;
}


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

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

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

.site-header {
	width: 100%;
	z-index: 4;
	top:0;
	position: fixed;
	position: absolute;
}

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

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

.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: #f9423a;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

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

.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: #aadb1e;
	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: #281e78;
	display: block;
}

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

.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: #f9423a;
	font-weight: 900;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 17px;
	padding-top: 19px;
	float: right;
	margin: 14px 1px 0 1px;
	padding: 0;
}
.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

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

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


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



.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 .nav-menu > li {
	margin: 0 12px;
}

.primary-navigation ul ul {
	background-color: #fff;
	margin: 0;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
	border-radius: 0 0 15px 15px;
	font-size: 15px;
	box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	-webkit-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
}

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

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

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

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

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

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

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

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

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

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





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



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

.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 {
	z-index: 1;
}

.entry-title {
	line-height: 1.1;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin: 0;
	text-transform: lowercase;
}


.page-id-77 .entry-title,
.page-id-78 .entry-title,
.page-id-79 .entry-title,
.page-id-77 .entry-content h2,
.page-id-78 .entry-content h2,
.page-id-79 .entry-content h2,
.page-id-76 .entry-content h2 {
	text-transform: none;
}

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

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

.site-content .entry-header {
	background-color: #fff;
	padding: 0 10px 12px;
}
.search-results .site-content .entry-header {
	padding-left: 0;
}
.search-results .entry-header h2 {
	margin-bottom: 0;
}
.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: #aadb1e;
}

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

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

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

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

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

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

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

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

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

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

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


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

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

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




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

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

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


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

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



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

/* Secondary */

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

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

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

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

/* Content Sidebar */

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

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

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: #281e78;
}

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

.footer-sidebar {
	padding-top: 48px;
}
.site-info {
	margin: 24px 0;
}
.site-info .wp-block-columns .wp-block-column {
	padding: 64px 0px 40px;
}

.site-info a:hover {
	color: #aadb1e;
}
#menu-footer-menu {
	list-style: none;
	margin-left: 0;
}
#menu-footer-menu li {
	display: inline-block;

}
#menu-footer-menu li a{
	padding: 0 20px;
}
#menu-footer-menu li:first-child a{
	padding-left: 0;
}
	.search-box .search-field {
		width: 324px;
	}



	#secondary {
		width: 162px;
	}



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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

.content-area {
	width: 100%;
}

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


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


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

	.full-width .site-content .alignright {
		clear: right;
	}
.has-drkblue-color {
	color: #281e78;
}
.has-ltblue-color {
	color: #8a88c1;
}
.has-orange-color { /*red */
	color: #f9423a;
}
.has-green-color { /* teal */
	color: #00a3ad;
}
.has-limegreen-color {
	color: #aadb1e;
}
.has-othgreen-color { /* green */
	color: #00c65e;
}
.has-grey-color {
	color: #6d6e71;
}




.has-red-color,
.entry-content a.has-red-color {
	color: #95011b;
}
.has-white-color {
	color: #ffffff;
}
.has-black-color {
	color: #000000;
}


.has-drkblue-background-color {
	background-color: #281e78;
}
.has-ltblue-background-color {
	background-color: #8a88c1;
}
.has-orange-background-color {
	background-color: #f9423a;
}
.has-green-background-color {
	background-color: #00a3ad;
}
.has-limegreen-background-color {
	background-color: #aadb1e;
}
.has-othgreen-background-color {
	background-color: #00c65e;
}
.has-grey-background-color {
	background-color: #6d6e71;
}


.has-red-background-color {
	background-color: #95011b;
}
.has-white-background-color {
	background-color: #ffffff;
}
.has-black-background-color {
	background-color: #000000;
}




.upper_nav {
	text-align: right;
	margin-top: 50px;
	margin-top: 40px;
	margin-top: 54px;
	font-size: 17px;
}
.upper_nav ul {
	list-style: none;
	margin: 0 26px 0 0;
}
.upper_nav a {
	color: #281e78;
}
.site-logo {
	display: inline-block;
	vertical-align: middle;
	background-image: url(/wp-content/uploads/2023/09/ovid-logo.png);
	background-image: url(/wp-content/uploads/2023/09/ovid-therapeutics-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	width: 223px;
	height: 71px;
	margin: 8px 0 55px;
	color: #fff;

	position: relative;
	overflow: hidden;
	-webkit-transition: 0;
	-moz-transition:0;
	-o-transition: 0;
	transition: 0;
}
.hero {
	background-image: url(/wp-content/uploads/2023/09/header_bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height:  426px;
	position: relative;
	margin-bottom: 55px;
}
#bg_page {
	position: absolute;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 3;
	right: -2%;
	top:-47px;
	bottom:-55px;
	min-width: 619px;

}
.page-id-10 .main-content {
	background-image: url(/wp-content/uploads/2023/09/contact_lines.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50% auto;
	background-size: 150% auto;
	background-position: 316px 700px;
}

.scrolledup .upper_nav {
	display: none;
}
.scrolledup .primary-navigation {
	margin-top: 15px;
	margin-top: 12px;
}
.scrolledup .site-logo {
	margin-top: 8px;
	margin-bottom: 12px;

	margin-top: 6px;
	margin-bottom: 10px;

}
.scrolledup .site-header {
	position: fixed;
	z-index: 7;
	background-color: #ffffff;
	box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	-webkit-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
}

#page {
	overflow-x: hidden;
}
.social-media ul {
	list-style: none;
}
.social-item {
	display: inline-block;
	margin-right: 20px;
}
.social-item img {
	width: 25px;
}
.wp-block-columns .wp-block-column.fb75 {
	flex-basis: 68%;
	border-right: 2px solid #281e78;
}
.wp-block-columns .wp-block-column.fb25 {
	flex-basis: 32%;
	text-align: right;
}
.entry-content .wp-block-image.is-style-rounded img {
	border-radius: 25px;
}

.ip_menu {
	margin-bottom: 93px;
	text-align: center;

}
.ip_menu ul {
	list-style: none;
	margin: 0;
}
.ip_menu ul li {
	display: none;
	margin: 0 10px;
	position: relative;
}
.ip_menu ul .current_page_ancestor > a,
.ip_menu ul .current_page_item > a {
	display: none;
}
/*menu-item-has-children*/
.ip_menu ul ul .current_page_item > a,
.ip_menu ul ul .current_page_ancestor > a {
	display: inline;
}
.ip_menu ul .current_page_item,
.ip_menu ul .current_page_ancestor,
.ip_menu ul .current_page_parent,
.ip_menu ul .current_page_item li,
.ip_menu ul .current_page_ancestor li,
.ip_menu ul .current_page_parent li {
  display: inline-block;
}
.ip_menu ul .current_page_item .sub-menu .sub-menu li,
.ip_menu ul .sub-menu .sub-menu li.current_page_item  {
	display: block;
}

.ip_menu ul ul ul {
	margin: 0;
	position: absolute;
	top: 46px;
	left: -999em;
	z-index: 99999;
}
.ip_menu ul ul li:hover > ul,
.ip_menu ul ul li.focus > ul {
	left: auto;
}
.ip_menu ul ul ul a {
	padding: 18px 12px;
	white-space: normal;
	width: 176px;
	display: block;
	border-radius: 0;
	font-size: 1rem;
}
.ip_menu ul ul ul li:last-child a {
	border-radius: 0 0 15px 15px;
}
.ip_menu ul ul ul li:first-child a {
	border-radius: 0 15px 0 0;
}
.ip_menu ul ul .menu-item-has-children > a:after,
.ip_menu ul ul .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;
}

.ip_menu ul ul ul .current_page_item > a {
	display: block;
}
.ip_menu a {
	position: relative;
	color: #fff;
	padding: 7px 26px 12px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	border-radius: 18px;
	background-color: #33d6c0;
	line-height: 1;
	text-align: left;
	font-size: 21px;
}
.ip_menu .current_page_item > a,
.ip_menu .current_page_ancestor > a,
.ip_menu .current-menu-item > a,
.ip_menu .current-menu-ancestor > a{
	background-color: #00a3ad;
	box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	-webkit-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	font-weight: 700;
}
.ip_menu li:hover > a,
.ip_menu li.focus > a {
	background-color: #00a3ad;
	box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	-webkit-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	/*background-color: #f9423a; */
}

.entry-content .nf-form-content {
	margin: 0;
}
#nf-form-2-cont #nf-field-5-container,
#nf-form-2-cont #nf-field-6-container  {
	width: 50%;
}


.bio_box,
.partner_box {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin: 0 0 24px 0;
	cursor: pointer;
	/*opacity: .5;*/
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.bio-info {
	padding-top: 24px;
}
.partner_img {
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.partner_img img {
	max-width:200px;
	color:#fff;
}
.partner_box {
	min-height: 300px;
	margin: 0;
	width: 33.33%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 400px auto;
	text-align: center;
	position: relative;
}
.bc_off {
	opacity: .35;
}
.bio_box:hover {
	opacity: 1;
}
.bio_box:hover h4,
.partner_box:hover h4 {
	color: #f9423a;
}
.bio_box:hover h3,
.partner_box:hover h3 {
	color: #f9423a;
}
.partner_box.odd {
	background-color: #281e78;
}
.partner_box.even {
	background-color: #8a88c1;
}

.bio_img {
	position: relative;
}
.cellpad {
	text-align: left;
}
.bio_box img {
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	margin: 24px 0 12px;
}
.nophoto {
	height: 391px;
	width: 100%;
	margin: 24px auto;
}
.bio-title {
	margin-bottom: 0;
	font-weight: 700;
	margin-top: 0;
}
.bio-info .social-item {
	float: right;
}
.bmt {
	margin-top: 0;
	font-weight: normal;
	margin-bottom: 0;
}
.bioless,
.partnerless {
	display: inline-block;
}
.nyb {
	position: relative;
}

.oddbox {
	position: relative;
}
.partneritem {
	padding: 50px 0;
	border-bottom: 3px solid #281e78;
}
.partneritem img {
	margin-bottom: 50px;
	max-width: 500px;
}
.partneritem .wp-image-94 {
	max-width: 300px;
}
.partneritem .wp-image-96 {
	max-width: 300px;
}
.partneritem .wp-image-97 {
	max-width: 900px;
}
.partner_cont .partneritem:last-child {
	border-bottom: none;
}
.partner_item-title {
	margin-bottom: 50px;
}
.partner-info {
	padding-top: 80px;
	padding-bottom: 80px;
}
body .wp-block-columns .gradblock {
	color: #fff;
	border-radius: 30px;
	padding: 36px 30px;
	margin-bottom: 48px;

}
body .grad {
	gap:1em;
}
.grad .gradblock:first-child {
	margin-left: 7em;
}
.grad .gradblock:last-child {
	margin-right: 7em;
}
.gradblock h3 {
	margin-top: 12px;
}
.gradblock img {
	max-width: 158px;
	max-width: 127px;
}
.gradblock ul {
	margin-bottom: 0;
}
.gradblock ul li {
	margin-bottom: 12px;
}
.gradblock ul li:last-child {
	margin-bottom: 0;
}
.orangegrad,
.wp-block-button.orangegrad .wp-block-button__link {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee433e+0,f2693f+100 */
	background: linear-gradient(to right,  rgba(249,66,58,1) 0%,rgba(255,106,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.greengrad,
.wp-block-button.greengrad .wp-block-button__link {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b7bd+0,3cdbc0+100 */
	background: linear-gradient(to right,  rgba(0,183,189,1) 0%,rgba(60,219,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.limegrad,
.wp-block-button.limegrad .wp-block-button__link {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00c65e+0,aadb1e+100 */
	background: linear-gradient(to right,  rgba(0,198,94,1) 0%,rgba(170,219,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bluegrad,
.wp-block-button.bluegrad .wp-block-button__link {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#281e78+0,8887c0+100 */
	background: linear-gradient(to right,  rgba(40,30,120,1) 0%,rgba(136,135,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


body .wp-block-columns .wp-block-button.gradblock {
	background: none;
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}
body.page-id-77 .wp-block-columns .wp-block-button.gradblock,
body.page-id-78 .wp-block-columns .wp-block-button.gradblock {
	width: 60%;
}
body.page-id-78 .wp-block-columns .wp-block-button.gradblock {
	width: 86%;
}
body .wp-block-columns .wp-block-button.gradblock a:hover {
	color: #281e78;
}
.gradblock .wp-block-button__link {
	display: block;
	width: 100%;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 35px;
	font-size: 1.8em;
}

.dropshadow {
	box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	-webkit-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
}


.qc {
	position: relative;
	padding-bottom: 96px;
	margin-top: 96px;
}
.quotes_cont {
	position: relative;
	height: 100%;
}
.quote_cont {
	position: absolute;
	left:100%;
	opacity: 0;
	right: 0;
	bottom:0;
	top:0;
	-webkit-transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% auto;
}
.quote_cont img {
	left: -11%;
	position: relative;
	top: -50px;
}

.activequote {
	left:0;
	opacity: 1;

}
.quotes_controls {
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom:0;
	left: 0;
	right: 0;
}
.qbutton {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border:3px solid #281e78;
}
.activebutton {
	background-color: #281e78;
	cursor: default;
}
.qbutton:hover {
	background-color: #281e78;
}
.home .site-main {
	background-image: url(images/home_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.section2 {
	margin-bottom: 80px;
}
.spaceme {
	margin-top: 0px;
	margin-bottom: 240px;
}
.spaceme h3 {
	line-height: 1.8;
}
.violateleft,
.violateright {
	position: relative;
}
.violateleft img {
	position: relative;
	width: 150%;
	height: auto;
	display: block;
	max-width: none;
	left: -56%;
}
.violateright img {
	position: relative;
	width: 150%;
	height: auto;
	display: block;
	max-width: none;
	left: 9%;
}
.belowfold {
	margin-bottom: 120px;
}
.belowfold .dropshadow {
	background-color: #fff;
}
.belowfold .wp-block-column {
	border-radius: 50px;
}
.belowfold .wp-block-column img {
	border-radius: 50px 50px 0 0;
}
.belowfold a {
	color: #281e78;
}
.belowfold h3 {
	margin: 24px 0 24px;
}
p:empty {
	display: none;
}

#ocbf {
	background-image: url(images/culture_bf_bg.jpg);
	background-image: url(/wp-content/uploads/2023/09/blue-curve.jpg);
	background-image: url(/wp-content/uploads/2023/09/ovid_is.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color: #281e78;
}
#ocbf h2.has-background {
	padding: 0;
}
.ocbf .wp-block-column:first-child {
/*	background-image: url(/wp-content/uploads/2023/09/lines-left.png);
	background-position: left center;
	background-repeat: no-repeat;
	*/

}
#ocbf .wp-block-columns:nth-child(4) .wp-block-column:first-child {
/*	background-image: url(/wp-content/uploads/2023/09/lines-left-2.png);
	background-position: left center;
	background-repeat: no-repeat;
	*/
}
#storycallout {
	padding: 50px 0;
	margin: 60px 0 60px 0;
	background-image:url(/wp-content/uploads/2023/09/molecule_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}
#storycallout .safezoneA {
	background-color: rgba(40,30,120, .8);
}

#storycallout h3 {
	margin: 20px 0 24px;
}
#storycallout .wp-image-254 {
	width: 99px;
}
#storycallout .wp-image-256 {
	width: 87px;
}
#storycallout .wp-image-255 {
	width: 69px;
}
.tabsection {
	display: none;
}
.tab {
	font-weight: 700;
	line-height: 1.3;
}
.tab .wp-block-button__link {
	font-size: 1.7em;
}
.activesection {
	display: block;
}
#psmid {
	background-repeat: no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(/wp-content/uploads/2023/09/ps_bg.jpg);
	background-repeat: no-repeat;

	padding-bottom: 80px;

}
#psmid .wp-block-columns:nth-child(2) {
	margin-top: -48px;
}

#corpall,
#fsbmid,
.page-id-14 .fw_cont {
	margin-bottom: 48px;
}
#fsbmid {
	position: relative;
	margin-top: 12px;

}
.page-id-15 #fsbmid:after {
	content: "";
	position: absolute;
	top:-222px;
	right: 5%;
	width:30%;
	min-height: 477px;
	background-image: url(/wp-content/uploads/2023/09/founding-men.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
#fsbmid h3 {
	margin: 48px 0;
}
.entry-content .wp-image-315,
.entry-content .wp-image-323 {
	max-width: 150%;
}
.page-id-33 .site-main {
	background-image: url(/wp-content/uploads/2023/09/right-ribbon.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.page-id-32 .site-main {
	background-image: url(/wp-content/uploads/2023/09/pa_bg.jpg);
	background-position: center 83%;
	background-repeat: no-repeat;
}

.page-id-32 .wp-image-353 {
	margin-left: 15%;
}

.page-id-32 .main-content .safezoneA:nth-child(2) {

}
.page-id-32 .entry-content img {
	min-width: 655px;
}


#listening_col {
	margin-top:80px;
}
#fwfound{
	padding-top:24px;
}
.page-id-15 .wp-image-263,
.page-id-15 .wp-image-431 {
	max-width: 400px;
	height: auto;
}
.ovidvideo {
	max-width: 75%;
}

.page-id-19 #ocbf .wp-block-image {
	position: relative;
}
.page-id-19 #ocbf .wp-block-image .wp-image-375 {
	position: relative;
	left: -70%;
	width: 500px;
	margin-top: -30px;
	width: 700px;
	max-width: none;
}
.page-id-19 #ocbf .wp-block-image .wp-image-239 {
	position: relative;
	right: -40%;
	width: 500px;

	width: 700px;
	max-width: none;
}


.page-id-19 #ocbf .wp-block-image .wp-image-474 {
	position: relative;
	max-width: none;
	width: 700px;
	left: -52%;

}
.page-id-19 #ocbf .wp-block-image .wp-image-236 {
	position: relative;
	max-width: none;
	width: 700px;
	right: -20%;
	bottom: -75px;
}

.page-id-32 #listening_col .wp-block-image {
	position: relative;
}
.page-id-32 #listening_col .wp-block-image .wp-image-351 {
	position: relative;
	left: -5%;
}

#focusvideo .wp-block-column:nth-child(2) {
	position: relative;
}
#focusvideo .wp-block-column .wp-block-image img {
	position: absolute;
	top:-78px;
	max-width: 474px;
}
.entry-content ul li {
	margin-bottom: 24px;
}

#mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span {
	padding: 0;
}
.custom #wprmenu_menu_ul {
	padding-top: 48px;
}
.wprm-wrapper .wprmenu_bar #custom_menu_icon.hamburger {
	/*background-color:transparent; */
	background-color:#fff;
	border-radius: 2px;
}
.wprm-wrapper #mg-wprm-wrap .sub-menu li.menu-item a {
	padding: 6px 14px;
}
.wprm-wrapper #mg-wprm-wrap .sub-menu li.menu-item-has-children a {
	margin-right: 35px;
}
div#mg-wprm-wrap ul li span.wprmenu_icon:before {
	right: -7px;
}
.wprm-wrapper #mg-wprm-wrap li.current-menu-item > a {
	background-color: transparent;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.current-menu-ancestor > a {
	color: #f9423a;
}
body div#mg-wprm-wrap ul li span.wprmenu_icon {
	right: 0px;
}
body div#mg-wprm-wrap ul#wprmenu_menu_ul > li > span.wprmenu_icon::before {
	right: 13px;
}
.nf-form-content {
  max-width: 1000px;
}
.entry-content .nf-form-content input[type="submit"] {
	background-color: #281e78;
	border-radius: 12px;
 }
.entry-content .nf-form-content input[type="submit"]:hover{
	background-color: #f9423a;
	color: #fff;
}
.culture-cols-01 .wp-block-column:nth-of-type(1) {
	flex-basis:60%;
}
.culture-cols-01 .wp-block-column:nth-of-type(2) {
	flex-basis:40%;
}
.culture-cols-01 .wp-block-column:nth-of-type(2) figure {
	max-width:200px;
	margin:0 auto;
}
.contact-cols .wp-block-image {
	margin-bottom: 24px;
}
.contact-cols p {
	margin-bottom: 0;
}
.page-id-17 .entry-title {
  top: 15%;
}
.memorial-text {
	position: absolute;
	bottom: 6%;
	color: #ffffff;
	font-size: 18px;
  max-width: 60%;
	margin-bottom: 0;
}

@media all and (max-width:1023px) {
	.memorial-text {
    font-size: 14px;
	}
}
@media all and (max-width:650px) {
	.memorial-text {
    display: none;
	}
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

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

@viewport {
	width: device-width;
}
@media all and (max-width:1919px) {
	.home .site-main {
		background-size: 100% auto;
	}

}
@media all and (max-width:1860px) {
	.bio-title {
		font-size: 38px;
		font-size: 32px;
		font-size: 25px;
	}
}
@media all and (max-width:1680px) {
	.home h1 {
		font-size: 52px;
	}
	.violateright img {
		top: -100px;
	}
	.spaceme h3 {
		margin-top: 0;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-375 {
		left: -36%;
		margin-top: -30px;
		width: 612px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-239 {
		right: -40%;
		width: 612px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-474 {
		width: 612px;
		left: -31%;

	}
	.page-id-19 #ocbf .wp-block-image .wp-image-236 {
		width: 612px;
		right: -20%;
		bottom: -75px;
	}
	#psmid .wp-block-columns:nth-child(2) {
		margin-top: 0;
	}
	.page-id-33 .entry-content img {
		max-width: 550px;
	}

}
@media all and (max-width:1600px) {
	.page-id-19 #ocbf .wp-block-image .wp-image-375 {
		left: -36%;
		margin-top: -30px;
		width: 580px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-239 {
		right: -31%;
		width: 580px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-474 {
		width: 580px;
		left: -25%;

	}
	.page-id-19 #ocbf .wp-block-image .wp-image-236 {
		width: 612px;
		right: -20%;
		bottom: -75px;
	}
	.page-id-32 .entry-content img {
		max-width: 545px;
	}

}


@media all and (max-width:1580px) {
	.bio-title {
		font-size: 38px;
		font-size: 28px;
		font-size: 22px;
	}
	.section2 {
		margin-bottom: 0;
	}
	.page-id-33 .entry-content img {
		max-width: 450px;
	}
	#psmid .wp-block-column:first-child {
		margin-left: 8%;
	}
}
@media all and (max-width:1536px) {
	.page-id-19 #ocbf .wp-block-image .wp-image-239 {
		right: -31%;
		width: 520px;
	}
}
@media all and (max-width:1525px) {
	.violateleft img {
		width: 140%;
	}
}
@media all and (max-width:1495px) {
	blockquote p,
	cite {
		padding-right: 40px;
		padding-left: 40px;
	}
	cite {
		display: block;
	}
	blockquote p:after,
	q p:after {
		right: 0;
	}
	blockquote:before,
	q:before {
		left: 0;
	}
	.page-id-32 .entry-content img {
		width: 94%;
	}

}
@media all and (max-width:1450px) {
	.home h2 {
		margin-bottom: 9px;
	}
	.violateleft img {
		width: 135%;
	}
	.spaceme {
		margin-bottom: 180px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-375 {
		left: -12%;
		margin-top: -30px;
		width: 520px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-239 {
		right: -27%;
		width: 520px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-474 {
		width: 520px;
		left: -9%;

	}
	.page-id-19 #ocbf .wp-block-image .wp-image-236 {
		width: 520px;
		right: -20%;
		bottom: -75px;
	}

}


@media all and (max-width:1439px) {
	.safezoneA,
	.page-id-19 .nav_cont,
	.page-id-19 .main-content .entry-content p,
	.page-id-19 .main-content .entry-content h2 {
		padding: 0 12px;
	}
	.page-id-19 .main-content .safezoneA {
		padding: 0;
	}
	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 27px 0 9px;
	}

	h1 {
		font-size: 42px;
	}
	.home h1 {
		max-width: 505px;/* here */
		margin-top:300px;
		/*margin-bottom:330px;	*/
		margin-top:215px;
		font-size: 42px;
	}

	h2 {
		font-size: 35px;
		margin-bottom: 36px;
	}

	h3 {
		font-size: 23px;
	}

	h4 {
		font-size: 15px;
	}

	h5 {
		font-size: 14px;
	}

	h6 {
		font-size: 13px;
	}

	.section2 {
		margin-bottom: 40px;
	}
	.violateleft img {
		width: 113%;
		left: -42%;
	}
	.spaceme {
		/*margin-top: 300px;*/
		margin-bottom: 111px;
	}
	.ip_menu {
		margin-bottom: 70px;
	}
	.page-id-32 .entry-content img {
		min-width: 0;
	}
	.page-id-32 .content2B h3 {
		background-color: #fff;
		padding: 5px 0;
		border-radius: 5px;
	}
	.culture-cols-01 .wp-block-column:nth-of-type(2) figure {
    	max-width: 120px;
	}
}

@media all and (max-width:1370px) {
	.bio-title {
		font-size: 38px;
		font-size: 24px;
	}
	.home h1 {
		margin-top: 195px;
	}
}
@media all and (max-width:1366px) {
	.page-id-19 #ocbf .wp-block-image .wp-image-375 {
		left: -12%;
		margin-top: -30px;
		width: 490px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-239 {
		right: -27%;
		width: 490px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-474 {
		width: 490px;
		left: -9%;

	}
	.page-id-19 #ocbf .wp-block-image .wp-image-236 {
		width: 490px;
		right: -20%;
		bottom: -75px;
	}
	.hero {
		min-height: 303px;
		margin-bottom: 39px;
	}
	#bg_page {
		right: -1%;
		top: -33px;
		bottom: -39px;
		min-width: 440px;
		background-size: contain;
	}
}
@media all and (max-width:1280px) {
	.home h1 {
		margin-top: 180px;
		margin-bottom: 230px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-375 {
		left: -12%;
		margin-top: -30px;
		width: 460px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-239 {
		right: -27%;
		width: 460px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-474 {
		width: 460px;
		left: -9%;

	}
	.page-id-19 #ocbf .wp-block-image .wp-image-236 {
		width: 460px;
		right: -20%;
		bottom: -75px;
	}
	#psmid .wp-block-columns:nth-child(3) .wp-block-column:nth-child(2) {
		text-align: right;

	}
}
@media all and (max-width:1220px) {
	.primary-navigation .nav-menu > li {
		margin: 0;
	}
	.home h1 {
		margin-top: 165px;
		margin-bottom: 230px;
	}
	.violateright {
		margin-bottom: 50px;
	}
	.belowfold {
		margin-bottom: 60px;
	}
	.page-id-32 .content2B .entry-content .wp-block-columns:nth-child(3) .wp-block-column:nth-child(1) {
		background-color: #fff;
		padding: 12px;
		border-radius: 5px;
	}
}
@media all and (max-width:1182px) {
	.bio-title {
		font-size: 38px;
		font-size: 22px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-375 {
		left: -7%;
		margin-top: -30px;
		width: 422px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-239 {
		right: -27%;
		width: 422px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-474 {
		width: 422px;
		left: -4%;

	}
	.page-id-19 #ocbf .wp-block-image .wp-image-236 {
		width: 422px;
		right: -10%;
		bottom: -75px;
		bottom: -36px;
		margin-top: 50px;

	}
}
@media all and (max-width:1150px) {
	.violateright img {
		position: relative;
		top:0px;
	}
	.home h1 {
		margin-top: 155px;
	}
}

@media all and (max-width:1120px) {
	.primary-navigation a {
		padding: 0 6px;
	}
	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 13px;
	}
	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		right: 3px;
	}
	#menu-footer-menu li a {
		padding: 0 10px;
	}
	.site-info .wp-block-columns .fb75 {
		padding-right: 12px;
	}
	.wp-block-columns .wp-block-column.fb75 {
		flex-basis: 78%;
	}
	.wp-block-columns .wp-block-column.fb25 {
		flex-basis: 22%;
	}
	.home h1 {
		margin-top: 150px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-239 {
		width: 387px;
	}
}
@media all and (max-width:1100px) {
	.page-id-33 .entry-content img {
		max-width: 350px;
	}
}
@media all and (max-width:1080px) {
	.bio-title {
		font-size: 38px;
		font-size: 20px;
	}
	.home h1 {
		font-size: 40px;
		margin-bottom: 210px;
	}
	.section2 {
		margin-bottom: 0;
	}
	.spaceme {
		margin-bottom: 65px;
	}
	#bg_page {
		right: -8%;

	}
	.entry-title {
		max-width: 43%;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-375 {
		width: 387px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-474 {
    	width: 415px;
    }
    .spaceme {
		margin-top: 48px;
	}
}
@media all and (max-width:1040px) {
	.home h1 {
		margin-top: 136px;
		margin-bottom: 173px;
	}
}
@media all and (max-width:1024px) {
	.hero {
		min-height: 226px;
		margin-bottom: 29px;
	}
	.page-id-15 #fsbmid:after {
		top: -155px;
		right: 1%;
	}
}
@media all and (max-width:1023px) {
	.primary-navigation {
		display: none;
	}
	.ip_menu a {
		font-size: 18px;
	}
	.ip_menu ul ul ul {
		top: 38px;
	}
	.upper_nav {
		position: absolute;
		top: 54px;
		right: 22px;
		margin-top: 0;
	}
	.site-header {
		position: fixed;
		z-index: 7;
		background-color: #ffffff;
		box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
		-webkit-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
		-moz-box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.32);
	}
	.site-main {
		margin-top: 87px;
	}
	.site-logo {
		margin-bottom: 8px;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-375 {
		left: 0;
		margin-top: 0;
		width: auto;
		max-width: 100%;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-239 {
		right: 0;
		width: auto;
		max-width: 100%;
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-474 {
		width: auto;
		max-width: 100%;
		left: 0;
		/*max-width: 50%;*/
	}
	.page-id-19 #ocbf .wp-block-image .wp-image-236 {
		right: 0;
		bottom: auto;
		margin-top: 0;
		width: auto;
		max-width: 100%;

	}
	.page-id-33 .entry-content img {
		max-width: 320px;
	}
	.home h1 {
		max-width: 46%;
	}
}
@media all and (max-width:1000px) {
	.home .site-main {
		background-image: url(/wp-content/uploads/2023/10/home-mobile.jpg);
	}
	.home .main-content .safezoneA {
		padding: 0;
	}
	.home h1 {
		padding-left: 12px;
		padding: 12px;
		background-color: #00a3ad;
		max-width: none;
		margin-bottom: 0;
		margin-top: 0;
		text-align: center;
	}
	.home .entry-content .wp-block-columns:first-child,
	.home .entry-content .wp-block-columns:nth-child(2)  {
		background-color: #281e78;
		padding: 0 12px;
	}
	.home .spaceme {
		padding-top: 48px;
	}
	.home .spaceme,
	.home .belowfold {
		background-color: #fff;
	}
	.home .belowfold {
		padding-left: 12px;
		padding-right: 12px;
	}
	.belowfold h3 {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 20px;
	}
	.home .spaceme {
		padding-left: 12px;
		padding-right: 12px;
	}
	.hmi {
		width: 100%;
		height: auto;
	}
}
@media all and (max-width:900px) {
	.ip_menu ul li {
		margin: 0 5px;
	}
	.partneritem img,
	.partneritem .wp-image-94,
	.partneritem .wp-image-97,
	.partneritem .wp-image-96 {
		max-width: 50%;
	}
}

@media all and (max-width:876px) {
	#menu-footer-menu li a {
		padding: 0 5px;
	}
	.ip_menu a {
		padding: 7px 13px 12px;
	}
	.ip_menu .sub-menu .menu-item-has-children a {
		padding-right: 26px;
	}
	.belowfold h3 {
		font-size: 18px;
	}
}
@media all and (max-width:815px) {
	#menu-footer-menu li a {
		padding: 0 3px;
	}
	#psmid .wp-block-column:first-child {
		margin-left: 11%;
	}
	.page-id-33 .entry-content img {
		max-width: 287px;
	}
	#focusvideo .wp-block-column .wp-block-image img {
		position: relative;
		top: auto;
		max-width: 100%;
	}
	.belowfold h3 {
		font-size: 17px;
	}
}
@media all and (max-width:781px) {
	.site-info .wp-block-columns .fb75 {
		padding-right: 0px;
	}
	.wp-block-columns .wp-block-column.fb75 {
		border: none;
		text-align: center;
	}
	.site-info .wp-block-columns .wp-block-column {
		padding: 12px 0px 0;
	}
	.wp-block-columns .wp-block-column.fb25 {
		text-align: center;
	}
	#menu-footer-menu li a {
		padding: 0 12px;
	}
	#menu-footer-menu li {
		margin-bottom: 12px;
	}
	#menu-footer-menu {
		margin-bottom: 12px;
	}
	.quote_cont .wp-block-columns .wp-block-column:first-child {
		flex-basis: 33.33% !important;
	}
	.quote_cont .wp-block-columns .wp-block-column:nth-child(2) {
		flex-basis: 66.66% !important;
	}
	.page-id-76 .entry-content .wp-block-column {
		flex-basis: 25% !important;
	}
	.tab .wp-block-button__link {
		font-size: 1.2em;
	}
	.testimonial blockquote {
		margin-bottom: 0;
	}
	#ocbf h2 {
		background-color: #281e78;
		text-align: center;
		left: 0;
		right: 0;
		padding: 15px 0;
	}
	.page-id-32 .site-main {
		background-image: none;
	}
	.page-id-32 .content2B .wp-block-image,
	.page-id-32 .content2B h2.has-text-align-right,
	.page-id-32 .content2B h2 {
		text-align: center;
	}
	.page-id-32 .entry-content img {
		max-width: 75%;
	}
	.page-id-32 .wp-image-353 {
		margin-left: 0;
		margin-bottom: 68px;
	}
	.page-id-32 .content2B h2 {
		margin-top: 0;
	}
	#psmid {
		background-color: #281e78;
		background-image: none;
	}
	#psmid .wp-block-image {
		text-align: center;

	}
	#psmid .wp-block-columns:nth-child(2) {
		margin-bottom: 48px;
	}
	#psmid p {
		margin-bottom: 0;
	}
	#psmid .wp-block-columns:nth-child(3) .wp-block-column:nth-child(2) {
		text-align: left;
		margin-left: 11%;
	}
	.page-id-33 .site-main {
		background-image: none;
	}
	.page-id-33 .content2B .wp-block-image {
		text-align: center;
	}
	.page-id-33 .content2B img {
		max-width: 75%;
	}
	.page-id-15 #fsbmid::after {
		top: -300px;
		right: auto;
		text-align: center;
		left: 0;
		right: 0;
		background-position: center top;
		min-height: 301px;
		margin: 0 auto;
		width: 75%;
	}
	.page-id-15 #fsbmid {
		margin-top: 300px;
	}
	.page-id-15 #fsbmid h3 {
		margin-bottom: 0;
	}
	#storycallout .wp-block-columns {
		display: block;
	}
	#storycallout .wp-block-column{
		display: inline-block;
		vertical-align: middle;
	}
	#storycallout .wp-block-column:first-child {
		width: 10%;
	}
	#storycallout .wp-block-column:nth-child(2) {
		width: 86%;
		padding-left: 3%;
	}
	.belowfold h3 {
		font-size: 23px;
	}
	.belowfold {
		display: block;
		text-align: center;
	}
	.belowfold .wp-block-column {
		max-width: 75%;
		margin: 0 auto 12px;
	}

	.violateleft {
		text-align: center;
	}
	.violateleft img,
	.violateright img {
		left: 0;
		right: 0;
		width: auto;
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.violateleft img {
		margin-top: 12px;
	}
	.home .entry-content .wp-block-columns:first-child,
	.home .entry-content .wp-block-columns:nth-child(2) {
		padding: 0 12px;
	}
	.grad .gradblock:first-child {
		margin-left: 0;
	}
	.grad .gradblock:last-child {
		margin-right: 0;
	}
	.post-20 .wp-block-image {
		text-align: center;
	}
	body .wp-block-columns .gradblock {
		margin-bottom: 12px;
	}
	body .grad {
		gap:0;
	}
	.entry-content .gradblock ul li {
		margin-bottom: 12px;
	}
	.entry-content .gradblock ul {
		margin-bottom: 0;
	}
	.culture-cols-01 .wp-block-column:nth-of-type(2) figure {
    	width: 90%;
		max-width: 90%;
	}
}
@media all and (max-width:767px) {
	.ip_menu {
		display: none;
	}
	.bio_box, .partner_box {
		width: auto;
		display: block;
	}
	.bio_box img {
		max-width: 75%;
	}
	.bio_detail_cont {
		text-align: left;
		padding: 12px;
	}
	.tab .wp-block-button__link {
		font-size: 1.1em;
	}
	.gradblock .wp-block-button__link {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.quote_cont .wp-block-columns {

	}
	.partner_box {
		min-height: 0;
		padding: 40px 0;
	}
	.partner_img {
		position: relative;
		top: auto;
		left: auto;
		transform: none;

	}
	.partner_img img{
		width:50%;
	}
	.partner_detail_cont {
		color: #fff;
		text-align: left;
		padding: 24px 12px;
	}
	.home .spaceme {
		padding-bottom: 12px;
		margin-bottom: 15px;
	}
	h2 {
		font-size: 32px;
	}

}
@media all and (max-width:693px) {
	.home h1 {
		font-size: 34px;
	}
}
@media all and (max-width:632px) {
	#bg_page {
		left: 0;
		right: 0;
		background-position: center top;
		top:60px;
		bottom: 0;

	}
	.entry-title {
		text-align: center;
		position: relative;
		transform: none;

		left: 0;
		right: 0;
		bottom: 0;
		max-width: none;
		top:10px;
	}
	.home h1 {
		font-size: 32px;
	}
}
@media all and (max-width:575px) {
	.home h1 {
		font-size: 28px;
	}
	h1 {
		font-size: 36px;
	}
	.tab .wp-block-button__link {
		font-size: 1em;
	}
	#storycallout .wp-block-column:first-child {
		width: 20%;
	}
	#storycallout .wp-block-column:nth-child(2) {
		width: 75%;
		padding-left: 3%;
	}
}
@media all and (max-width:500px) {
	.home h1 {
		font-size: 26px;
	}
}
@media all and (max-width:488px) {
	h1 {
		font-size: 32px;
	}
	.home h1 {
		font-size: 24px;
	}
	.fw_cont h2{
		font-size: 30px;
	}
}
@media all and (max-width:450px) {
	h1 {
		font-size: 28px;
	}
	.home h1 {
		font-size: 22px;
	}
}
@media all and (max-width:420px) {
	.home h1 {
		font-size: 20px;
	}
	body, button, input, select, textarea {
		font-size: 15px;
	}
	h3 {
		font-size: 21px;
	}
	.belowfold h3 {
		font-size: 21px;
	}
	.fw_cont h2{
		font-size: 28px;
	}


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