* {
	font-family: 'Open Sans';
}

html {
	margin-top: 0!important;
	max-width: 100%;
	overflow-x: hidden;
	color: #525252;
}

main {
	background: #F7F7F7;
	color: #525252;
}

body {
	color: #525252;
}

h6 {
	font-size: 0.8rem;
}

/* HEADER STARTS */

.logo-menu {
	background: #335C7C;
	padding: 5px;
	height: 70px;
}

.header-logo {
	max-width: 350px;
	width: 350px% \9;
	height: 55px% \9;	
}

.twitter-header {
    font-size: 14px;
    position: relative;
    left: -15px;
    top: 23px;
	display: inline-block;
	float: right;
}

.search-header {
	float: right;
	position: relative;
}

.twitter-header a {
	color: white;
}

.search-header form {
	margin-right: 30px;
    margin-top: 15px;
}

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

#searchsubmit {
	display: none;
}

.searchform input[type="text"] { 
    margin-bottom: 8px;
    border: none;
    background-color: #FAFAFA;
    box-shadow: none!important;
	height: 35px;
	min-width: 250px;
	padding-left: 35px;
}

.search-icon {
	position: absolute;
    top: 18px;
    left: 5px;
    font-size: 150%!important;
}

.main-menu {
	height: 85px;
	background: #F7F7F7;
}

.main-menu-content {
	width: 60%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main-menu-content ul {
	display: inline-flex;
    list-style: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
	flex: none;
	height: 100%;
	margin-bottom: 0!important;
}

.main-menu-content ul li {
	text-align: center;
}

.main-menu-content ul li:not(:last-child):after {
    content: '\00B7';
    position: absolute;
    top: -10px;
    right: -25px;
    font-size: 35px;
}

.main-menu-content ul li:not(:last-child) {
	margin-right: 40px;
	position: relative;
}

.main-menu-content ul li a {
	color: #525252;
	font-size: 20px;
	font-weight: bolder;
	position: relative;
	padding: 10px;
	z-index: 1;
	}

.main-menu-content ul li a:hover {
	color: #525252;
	height: 60px;	
	text-decoration: none;
}
.main-menu-content ul li a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '.';
	color: transparent;
	background: #C5C5C5;
	visibility: none;
	opacity: 0;
	z-index: -1;
	transition: all .5s;	
}
.main-menu-content ul li a:hover:after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

/* HEADER ENDS */

/* HERO CONTAINER STARTS */

.hero-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 600px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero-content {
	position: absolute;
    width: 25%;
    overflow: hidden;
    top: 50%;
    right: 0;
    -ms-transform: translate(-10%, -40%);
    transform: translate(-10%, -40%);
    padding: 2%;
    background-color: #FFFFFF;
}

/* HERO CONTAINER ENDS */

/* FRONT PAGE ARTICLES STARTS */

.first-article {
	width: 90%;
}

.first-article-image {
	height: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.first-article-content {
	margin-top: -150px;
	background: #FFFFFF;
	padding: 1%;
	width: 70%;
	-webkit-box-shadow: 0 0 4px rgba(164,164,164,.5);
	-moz-box-shadow: 0 0 4px rgba(164,164,164,.5);
	box-shadow: 0 0 4px rgba(164,164,164,.5);
}

.first-article-content h3 {
	font-weight: bold;
}

.older-articles img, .search-results img, .tagged-posts img {
	max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}

.older-articles-link, .search-results-link, .tag-posts-link, .main-college-link, .tags-aside-link, .single-article-content a, .back-to, .author-twitter {
	color: #335C7C;
}

.older-articles-link:hover, .search-results-link, .tag-posts-link:hover, .main-college-link:hover, .tags-aside-link:hover, .single-article-content a:hover, .back-to:hover, .author-twitter:hover {
	color: #1F394D;
}

/* FRONT PAGE ARTICLES ENDS */


/* FEATURED CONTENT STARTS */

.featured-container {
	background: #FFFFFF;
}

.featured-content {
	height: 450px;
	position: relative;
}

.featured-content a {
	color: #FFFFFF;
	font-weight: bolder;
}

.featured-content a:hover {
	text-decoration: none;
}

.featured-content img {
	height: 100%;
}

.featured-title-container {
	position: absolute;
    bottom: 0px;
    padding: 20px 40px;
    background: -moz-linear-gradient(top,rgba(31,41,52,0) 0%,rgba(31,41,52,.65) 56%,rgba(31,41,52,.65) 100%);
    background: -webkit-linear-gradient(top,rgba(31,41,52,0) 0%,rgba(31,41,52,.65) 56%,rgba(31,41,52,.65) 100%);
    background: linear-gradient(to bottom,rgba(31,41,52,0) 0%,rgba(31,41,52,.65) 56%,rgba(31,41,52,.65) 100%);
    width: 360px;	
}

/* FEATURED CONTENT ENDS */

/* MAIN COLLEGE PAGES STARTS */

.main-college-title {
    font-size: 2.5rem;
    position: relative;
    margin-bottom: 30px;
	font-size: bold;
}

/* MAIN COLLEGE PAGES ENDS */

/* SOCIAL CONTAINER STARTS */

.social-container {
	width: 50%;
	padding: 1%;
	text-align: center;
	background: #F7F7F7;
}

.social-container a {
	color: #525252;
}

.social-container a:hover {
	color: #414141;
}

.blue-background {
	background: #335c7c;
	width: 100%;
}

.blue-background a {
	color: #FFFFFF;
}

.blue-background a:hover {
	color: #F7F7F7;
}

.blue-background > .row {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

/* SOCIAL CONTAINER ENDS */

/* BLOG PAGE STARTS */

.blog-container > .row > .col-lg-8, .blog-container > .row > .col-lg-3 {
	background: #FFFFFF;
}

.article-category {
	width: 155px;
    height: 40px;
    text-align: center;
	line-height: 40px;
}

.article-category a {
	color: #FFFFFF;
	vertical-align: sub;
	text-align: center;
	font-weight: 600;
	font-size: 1.4rem;
}

.article-category a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.wellbeing, .uncategorised {
	background: #1098F7;
}

.workforce {
	background: #EFAF23;
}

.engagement {
	background: #EC9248;
}

.inclusivity {
	background: #0882AF;
}

.news {
   background: #232F3C;
}

.article h2 {
	font-weight: 700;
}

.article-date {
	font-style: italic;
	color: #777777;
	font-size: 0.8rem;
}

.article-tags a {
    border: 1px solid #335c7c;
    line-height: 1.6;
    padding: 0px 12px;
    display: inline-block;
    margin: 10px;
    color: #335c7c;
}

.article-tags a:hover {
	color: #FFFFFF;
	background: #335c7c;
	border-color: #335c7c;
	text-decoration: none;
}

.article-sharer a {
	font-size: 18px;
	text-align: center;
	margin: 0px 8px;
	color: #525252;
}

.article-sharer a:hover {
	color: #414141;
}

.article-divider {
	border-top-width: 2px;
}

.popular-posts-title, .latest-posts-title, .tags-aside-title {
	border-bottom: 2px solid #525252;
	padding-bottom: 15px;
	font-weight: 600;
}

.popular-posts a, .latest-posts a {
	color: #525252;
	font-weight: 600;
}

.latest-posts h6 {
	text-align: right;
}

.tag-counter {
	width: 30px;
    height: 30px;
    BACKGROUND: #F7F7F7;
    text-align: center;
    float: right;
    line-height: 30px;
}

/* BLOG PAGE ENDS */


/* CATEGORY PAGE STARTS */

.category-container > .row > .col-lg-10 {
	background: #FFFFFF;
}

/* CATEGORY PAGE ENDS */

/* SEARCH PAGE STARTS */

.page-search > form > div > input[type="text"] {
	background: #F7F7F7;
	width: 100%;
	height: 60px;
	border-bottom: 3px solid #525252;
	font-size: 2rem;
	padding-left: 50px;
	color: #525252;
}

.page-search {
	position: relative;
}

.page-search-icon {
	position: absolute;
    top: 5px;
    left: 5px;
    font-size: 250%!important;
}

.results-container > .row > .col-lg-12 {
	background: #FFFFFF;
}

/* SEARCH PAGE ENDS */

/*TAG PAGE STARTS */

.tag-container {
	background: #FFFFFF;
	min-height: 115px;
}

.tag-posts-container > .row > .col-lg-12 {
	background: #FFFFFF;
}

/*TAG PAGE ENDS */

/* SINGLE ARTICLE STARTS */

.single-article-title {
	font-size: 2.75rem;
	font-weight: bold;
	line-height: 1.2;
}

.single-article-excerpt {
	padding: 10px;
	background: #F7F7F7;
	border-left: 6px solid #335C7C;
	font-style: italic;
}

.single-article-excerpt p, .single-article-crosslink p {
	margin: 0;
}

.single-article-crosslink {
	padding: 10px;
	background: #F7F7F7;
	border-right: 6px solid #335C7C;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.article-date.text-right {
	line-height: 40px;
}

.single-article-breadcrumb ul {
	list-style: none;
	padding-left: 0;
	font-size: 12px;
}

.single-article-breadcrumb li {
	display: inline-block;
	margin-right: 20px;
}

.single-article-breadcrumb li a {
	position: relative;
	color: #335C7C;
}

.single-article-breadcrumb li a:hover {
	color: #1F394D;
}

.single-article-breadcrumb li a:after {
	content: '\00B7';
    position: absolute;
    top: -10px;
    right: -16px;
    font-size: 25px;
}

.single-article-thumbnail-caption {
	color: #777777;
    font-size: 0.8rem;
	margin-top: -1rem;
}

.author-written {
	border-left: 3px solid #335C7C;
	padding: 10px;
	background: #F7F7F7;
	font-style: italic;
}

.author-container {
	padding: 10px;
	background: #F7F7F7;
}

.author-name {
	font-size: 1.75rem;
	font-weight: bold;
}

.author-bio {
	font-style: italic;
}

.author-twitter {
	font-size: 0.9rem;
}

.author-image {
	height: 70px;
	width: 70px;
	border: 2px solid #FFFFFF;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.wh-cta {
    padding: 10px;
    background: #F7F7F7;
}

/* SINGLE ARTICLE ENDS */

/* MOBILE MENU STARTS */

.side-menu-wrapper { 
    overflow: hidden;
    background: #232f3c;
    padding: 40px 0 0 40px;
    position: fixed; 
    top: 0;
    right: -290px; 
    height: 100%;
    z-index: 2;
    transition: 0.5s; 
    width: 250px;
    }
.side-menu-wrapper > ul{ 
    list-style:none;
    padding:0;
    margin:0;
    overflow-y: auto; 
    width:500px; 
    height:95%;
}
.side-menu-wrapper > ul > li > a { 
    display: block;
    padding: 6px 4px 6px 4px;
    color: #989898;
    transition: 0.3s;
    text-decoration: none;
}
.side-menu-wrapper > a.menu-close { 
    padding: 8px 0 4px 23px;
    color: #6B6B6B;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 35px;
    text-decoration: none;
}

.side-menu-overlay { 
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #232f3c70;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

.slide-menu-open i {
  color: white;
  padding: 10px;
  font-size: 24px;
}

#menu-menu-mobile li a {
	color: #FFFFFF;
}

#menu-menu-mobile form input#s {
	display: block;
	margin: 15px 0 15px -46px;
	padding-left: 70px;
	position: relative;
}

#menu-menu-mobile form input#searchsubmit {
	margin-right: 0;
	display: block;
	background: #3b6788;
    color: #fff;
	border: none;
	padding: 5px;
}

@media (max-width: 1199px) {
  .desktop-menu {display: none;}
  .mobile-menu {display: block;background:#335C7C}
}

@media (min-width: 1200px) {
  .desktop-menu {display: block;}
  .mobile-menu {display: none;}
}



/* MOBILE MENU ENDS */

/* FOOTER STARTS*/

.footer-newsblog {
  background-color: #232f3c;
  color: #FFFFFF;
  padding: 10px 45px;
}

.footer-title-left{
  text-align: center;
  margin-top: 15px;
}

.footer-paragraph {
  margin-top: 15px;
}

.footer-logo {
  margin-top: 15px;
  max-width: 100%;
}

.social-footer li {
  display: inline-block;
  list-style: none;
  margin-right: 30px;
  margin-top: 17px;
  font-size: 24px;
  color: #FFFFFF!important;
}

.social-footer li:last-child {
  margin-right: 0px;
}

.footer-number {
  color: white!important;
}

.social-footer li a {
   color: #FFFFFF;
}

.social-footer li:first-child a:hover {
   color: #00aced!important;
}

.social-footer li:nth-child(2) a:hover {
   color: #3b5998!important;
}

.social-footer li:nth-child(3) a:hover {
   color: #0077b5!important;
}

.social-footer li:last-child a:hover {
   color: #8a3ab9!important;
}

#nav-footer {
    display: block;
    clear: both;
    float: right;
    margin-top: 30px;
    width: 31%;
    color: white!important;
}


#nav-footer a {
    color: white!important;
}

@media (max-width: 1199px) {
 #nav-footer {
    width: 30%;
} 
}

@media (max-width:500px) {
 #nav-footer {
    width: 93%;
} 
}

@media (min-width:1366px) and (max-width: 1450px) {
 #nav-footer {
    width: 40%;
} 
}

/* FOOTER ENDS*/


/* CSS FIX/OVERRIDE */

.btn-primary, .wp-block-button__link, .wp-block-file__button {
	text-shadow: none;
    background: #3b6788;
    color: #fff;
    border-radius: 0px;
    border: none;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 15px;
    min-width: 75px;
}

.wp-block-file__button {
	text-shadow: none!important;
    background: #3b6788!important;
    color: #fff;
    border-radius: 0px!important;
    border: none;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 15px!important;
    min-width: 75px!important;
}


.btn-primary:hover, .wp-block-button__link:hover, .wp-block-file__button:hover {
	background: #4D607A;
}

.section-title {
	font-size: 2.5rem;
	font-weight: bold;
	position: relative;
}
	
#infiniteLoader {
	display:block;
	margin: 0 auto;
	text-align: center;
	font-size: 300%;
}

blockquote p {
	margin: 0px;
}

.wp-block-image img {
	display: block;
	margin: 15px auto;
}

.single-article-content h2, .single-article-content h3, .single-article-content h4, .single-article-content h5, .single-article-content h6 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    padding: 20px 40px;
    background: -moz-linear-gradient(top,rgba(31,41,52,0) 0%,rgba(31,41,52,.65) 56%,rgba(31,41,52,.65) 100%);
    background: -webkit-linear-gradient(top,rgba(31,41,52,0) 0%,rgba(31,41,52,.65) 56%,rgba(31,41,52,.65) 100%);
    background: linear-gradient(to bottom,rgba(31,41,52,0) 0%,rgba(31,41,52,.65) 56%,rgba(31,41,52,.65) 100%);
}

.single-article-content p {
	letter-spacing: 0.01rem;
}

.wp-block-quote, .single-article-content blockquote {
	border: 1px solid #C5C5C5;
    padding: 0.5rem 1rem 0.5rem 1rem;
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.5rem;
    overflow: hidden;
}

.wp-block-quote p, .single-article-content blockquote p {
    margin: 15px 0;
    line-height: 1.9rem;
    z-index: 1;
    text-indent: 0.2rem;
}

.wp-block-quote p:before, .single-article-content blockquote p:before {
	content: "\201C";
    font-size: 6rem;
    position: relative;
    left: -17px;
    top: 2.75rem;
    color: #335c7c;
}

.wp-block-quote p:after, .single-article-content blockquote p:after {
	content: "\201D";
    font-size: 16rem;
    position: absolute;
    right: -3px;
    bottom: -50px;
    color: rgba(51,92,124,0.60);
    z-index: 1;
}

.wp-block-quote cite {
	font-size: 1rem;
}

blockquote cite:before {
	content: "\002D";
}

.wp-block-pullquote:before {
	border-top: 1px solid #C5C5C5;
    content: '';
    width: 100px;
    height: 16px;
    display: block;
    margin: 0 auto;
}

.wp-block-pullquote:after {
	border-bottom: 1px solid #C5C5C5;
    content: '';
    width: 100px;
    height: 16px;
    display: block;
    margin: 0 auto;
}

.wp-block-media-text {
	margin: 30px 0px;
}

.wp-block-media-text__content p {
	font-size: 1.2rem;
}

.wp-embed-aspect-16-9 {
	tex-align: center;
}

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

table {
	border-collapse: collapse;
	margin: 15px 0;
}

table, th, td {
	border: 1px solid #C5C5C5;
	padding: 10px;
}

.single-article-content a[href*="//"]:not([href*="news.rcpsg.ac.uk"]):after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f08e";
	padding-left: 3px;
}

.single-article-content a[href^="mailto:"]:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0e0";
	padding-left: 3px;
}

.single-article-content a[href^="tel:"]:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f098";
	padding-left: 3px;
}

.white-text {
	color: #FFFFFF!important;
}
		
@media (min-width: 992px) {
.offset-lg-05 {
    margin-left: 3.5555555%;
}

.older-articles-image {
    width: 350px;
    height: 235px;
    display: block;
    text-align: center;
}

.older-articles img {
    max-width: 100%;
    max-height:100%;
    display: inline-block;
    vertical-align: middle;
}
}

@media (max-width: 992px) {
.offset-lg-05 {
    display: none;
}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.header-logo {
		height: 55px;
	}  
}

/* RESPONSIVE STARTS */

@media (min-width:769px) and (max-width: 1120px) {
	.hero-content {
		width: 35%
	}

}

@media (max-width:768px) {
	.hero-content {
		width: 80%;
	}
	
	.first-article-content {
		margin-top: -5px;
		width: 100%;
	}
	
	.single-article-title {
		font-size: 2.2rem;
	}
}

@media (max-width:300px) {
	.hero-content {
		-ms-transform: translate(-11%, -60%);
    	transform: translate(-11%, -60%);
	}
}

/* RESPONSIVE ENDS */