/*
Theme Name: SCCJR
Author: Odd Panda Design
Author URI: https://www.oddpandadesign.co.uk
Version: 0.1
*/
@import url("css/font-awesome.min.css");
@import url("css/font-awesome-ie7.min.css");
@import url("css/hover.css");
@import url("css/bootstrap.css");
@import url("css/master.css");
@import url("css/animate.css");

/*=======================================
=========================================

	STRUCTURE

=========================================
========================================*/

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


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}


html, body {
	overflow-x: hidden;
}


body {
	margin: 15px!important;
}

.col-table {
    display: table;
    width: 100%;
	margin: 25px 0 0;
	
}

.col-table [class*=' col-'] {
	display: table-cell;
    float: none;
}

.col-table [class*=' col-'] {
	border-right: 13px solid #fff;
	
}

.col-table [class*=' col-']:last-child {
	border-left: 13px solid #fff;
	border-right: 0;
}

.col-inner {
    padding: 25px;	
}

.m-t-25 {
	margin-top: 25px;
}

.m-b-25 {
	margin-bottom: 25px;	
}

.m-25 {
	margin: 25px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-b-50 {
	margin-bottom: 50px;	
}

.m-50 {
	margin: 50px;	
}

.clear {
	clear: both;
}

@media (min-width: 768px){
	.container {
	    width: calc(100% - 50px);
	}
}


@media (min-width: 992px) {
	.container {
	    width: 920px;
	}
}

@media (min-width: 1200px) {
	.container {
	    width: 1120px;
	}
}


/*=======================================
=========================================

	TYPOGRAPHY

=========================================
========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    color: #3c596c;
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}


h5 {
    font-size: 18px
}


body, p {
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: 400;
    color: #021421;
    line-height: 24px;                            
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

a {
    color: #f08018;
    outline: 0;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: 400;
}

a:hover {
    color: #f08018;
    text-decoration: none;
}

a:focus {
	color: #1C2936;
    text-decoration: none;
    outline: none;
}


small{
	font-size:0.9em;
}


.light-header h1  {
	color: #fff;
	font-weight: 400;
}

.light-header h3  {
	color: #fff;
	font-weight: 400;
}

.light h1 {
	color: #fff;
}

.light h2 {
	color: #fff;
}

.light h3 {
	color: #fff;
}

.light h4 {
	color: #fff;
}

.light p {
	color: #fff;
}

p:last-child {
	margin-bottom: -5px;
}

/*=======================================
=========================================

	MISC

=========================================
========================================*/


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

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px
}


.logo-minified {
    width: 75px;
}

.centermenu {
    text-align: center
}

textarea {
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}


.menu-container {
    width: 100%;
    position: relative;
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    display: none
}

.related-news a{
  color:#000;
}


ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

hr {
	border-bottom: 5px solid #2D4052;
    width: 75px;
    text-align: left;
    border-top: 0;	
}

.accessibility {
    position: absolute!important;
    left: -9999px;
}

.fa {
color:#f08018;
}

.teamrole, .theme, .pages, .year, .type, .city, .country, .institute {
margin-top:15px;
}

#country-filter li:nth-child(2) {
	display: none;
}

section .theme {
margin-top:15px;
}

.news-side {
margin-top:40px;
}


.ctf {
	padding: 15px;
}

.ubermenu a.ubermenu-target {
	color: #fff;
}

.wpb_text_column.wpb_content_element ul {
	list-style: disc;
	padding-left: 20px;
}

.subTitle h2 {
	padding: 15px 30px 15px 15px;
    font-weight: 300;
    color: #fff;
    background: #3b596c;
    border-radius: 5px;
    margin: 30px 0px;
    position: relative;
    /* margin-right: 30px; */
    font-size: 24px;
    display: inline-block;
}

.subTitle h2:after {
	content: "";
    background-color: #3b596c;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    right: -30px;
    top: 0;
}

#content ul {
	list-style: disc;
	padding-left: 20px;
}

#content ol {
	list-style:decimal;
	padding-left: 20px;
}

#content .side-inner ul,
#content .side-inner ol,
#content .sidebar ul,
#content .sidebar ol,
#content .related ul, 
#content .related ol,
#content .nav-tabs {
	list-style: none;
	padding-left: 0;
}

dd .fa {
	margin-right: 5px;
}

.tab-pane #related-news_item h2,
.tab-pane #related-publication h2 {
	display: none;
}

.related.related-projects ul li {
	margin-bottom: 10px;
}

/*======================
========================
	 
	TEAM ROLE -  FILTER
	
========================
======================


.teamrole {
	margin: 25px 0;
}

.teamrole h2 {
	display: none;
}

.teamrole ul {
	display: flex;
	justify-content: space-between;
}

.teamrole ul li a {
	color: #3b596c;
}

.teamrole ul li a:hover {
	color: #f08018;
	text-decoration: underline;
}

*/

/*======================
========================
	 
	HEADER
	
========================
======================*/

#header {
	padding: 25px 0;
  background: #bbc8c5;
  border-radius: 5px;
}

.logo {
	width: 400px;
}

.home-slider {
	margin: 25px 0 0 0;
}

#global-search {
   position: relative;
   display: inline-block;
   width: 100%;   
}

.searchTagline p {
	font-style: italic;
	margin: 5px 0 0;
}

#person-search {
  position:relative;
}


#person-search input[type=search] {
    -webkit-appearance: none;
    padding: 10px 45px 10px 20px;
    outline: none;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius:50px;
    font-weight: 300;
    height: 50px;

}

.people-submit {
	  position: absolute;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 4px 10px;
    border: none;
    top: 0px;
    border-radius:50px;
    right: 0px;
    background: #f08018;
    color: #fff;
    width: 50px;
    height: 50px;
}


.search-form input[type=search] {
-webkit-appearance: none;
    padding: 10px 45px 10px 20px;
    outline: none;
    border: none;
    width: 100%;
    border-radius:50px;
    font-weight: 300;
    height: 50px;
} 

.search-submit {
	position: absolute;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 4px 10px;
    border: none;
    top: 0px;
    border-radius:50px;
    right: 0px;
    background: #f08018;
    color: #fff;
    width: 50px;
    height: 50px;
}

.navWrapper {
    background-color: #3b596c;
    display: inline-block;
    float: right;
    padding: 5px 5px 5px 75px;
    margin: 20px 0 0;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;	
    position: relative;
}

@media (max-width: 991px) {
	.navWrapper {
	    padding: 5px;

	}
	.ubermenu-target-text {
		font-size: 0.75rem!important;
	}
}

@media (max-width: 768px) {
	.navWrapper {
	    float: left;
	    padding: 5px 75px 5px 5px;
	    margin: 25px 0 0;
	    border-bottom-left-radius: 10px;
	    border-top-left-radius: 10px;
	    border-bottom-right-radius: 50px;
	    border-top-right-radius: 50px;	
	    position: relative;
	}
}

.ubermenu-submenu li a:hover {
    color:#f08018!important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    float: none!important;
    margin: 0!important;
    z-index: 100;
}

.fixed-header {
    position: fixed;
    top: 25px;
    right: 25px;
    margin: 0!important;
    z-index: 100;
    box-shadow: 5px 10px 30px 0 rgba(0,0,0,0.3);
}


.fixed-header + .clear {
	margin-top: 80px;
}


/*======================
========================
	 
	MOBILE NAV
	
========================
======================*/


#site-wrapper {
position: relative;
overflow: hidden;
width: 100%;
}


@media (max-width: 768px) {
	#site-canvas {
	  width: 100%;
	  height: 100%;
	  position: relative;
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	  -webkit-transition: .3s ease all;
	  transition: .3s ease all;
	}
}


#site-menu {
	width: 270px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -300px;
	background: #3b596c;
    padding: 0;
}

#site-menu .toggle-nav {
	position: absolute;
	top: 0;
	right: 0;
}

#site-menu .logo {
	padding: 25px 50px;
	margin-bottom: 0;
}

#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}

/* Better Performing Method */
#site-canvas {
  -webkit-transform: translate3d(0);
  transform: translate3d(0);
}
.show-nav #site-canvas {
  -webkit-transform: translate3d(300px, 0, 0);  
  transform: translate3d(300px, 0, 0);  
}

.show-nav #site-canvas {
  -webkit-transform: translateZ(0) translateX(300px);  
  transform: translateZ(0) translateX(300px);  
}

#site-canvas {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
* Linear
* Similar to if you would animate with jQuery (without ease)
*/
#site-canvas {
  -webkit-transition: 300ms linear all;
  transition: 300ms linear all;
}

#ubermenu-main-3 {
	display: none;
}
.toggle-nav {
	display: block;	
    padding: 5px 10px;
}

.close {
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    opacity: 1;
    background-color: rgb(230, 144, 61);
    cursor: pointer;
}
.close:hover {
  opacity: 0.75;
}
.close:before, .close:after {
    position: absolute;
    left: 19px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #ffffff;
    top: 7px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.toggle-nav .bar {
    width: 25px;
    height: 2px;
    background-color: #e69040;
    margin: 6px 0;
    border-radius: 15px;
}

#menu-main-menu li a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
    /* background-color: #4b7a96; */
    border-top: 1px solid #58778a;
    font-size: 15px;
    font-weight: 700;
}

.sub-menu li a {
    padding-left: 30px!important;
    background-color: #4e6c82!important;
    font-size: 13px!important;
    font-weight: 400!important;
}

@media (min-width: 769px) {
	#ubermenu-main-3 {
		display: block;
	}
	.toggle-nav {
		display: none;	
	}
}

/*======================
========================
	 
	GENERAL
	
========================
======================*/

.lightBox {
	background: #eeeeee;
  border-radius: 5px;
}

.darkBox {
	background: #fdc42d;
  border-radius: 5px;
}

.homeIntro h2 {
	background: #3c596c;
  padding: 20px;
  border-radius: 5px;
  color:#fff;
  font-size: 22px;
  font-weight: 700;
	margin-top: 0;
}

.hvr-sweep-to-left:before {
background: #f08018!important;
}

.promoBox  {
	vertical-align: bottom
}


.promoBox h3  {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    margin-top: 0;
}

a.sccjr-button {
	padding: 10px 20px;
    background: #3c596c;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.homePost h2, .homeFeature h2 {
	background: #3c596c;
    padding: 20px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
	margin: 0 0 15px;	
}

.middleHome {
	margin-bottom: 15px;
}

.eventBox .data-missing {
    line-height: 152px;
    background-color: #eeeeee;
    border: 1px solid transparent;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 30px;
    transition: all 0.5s;
    display: block;
}

.twitterBox {
	height: inherit!important;
}

.eventBox h3 {
	color: #fff;
    font-size: 28px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 0;
}

.event-info h3 {
	margin: 0;
}

.blogBox {
	background-color: #f08018;
	margin-top: 15px;
}

.learningBox {
	background-color: #f08018;
	border-radius: 5px;
	margin-bottom: 15px;
}

.learningBox p {
	color: #fff;
}

.learningBox h3, .blogBox h3  {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
}

.uniRow {
	margin-top: 15px;
}

.related-news .newArticle:last-child a {
	margin-bottom: 0;
}

.learningBox .hvr-sweep-to-left:before,
.blogBox .hvr-sweep-to-left:before {
	background: #fdc42d!important;
}

.news-detail a h3 {
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 1.2;
}

.news-detail a p {
    margin-top: 15px;
}

.introText {
	position: relative;
    margin: 0 0 25px; 
}

.introText h2 {
	color: #f07f14;
    font-size: 36px;
    line-height: 50px;
    margin: 50px 25px 15px;
}

.introText p {
	background-color: #eeeeee;
	padding: 25px;
	border-radius: 5px;
	margin-bottom: 10px!important;
	border: 1px solid #d0d3d5;
}

.introText:before {
	content: "";
	background: url('https://sccjr.ac.uk/wp-content/uploads/2018/07/SCCJR-Motif1.png');
    background-position: center;
    position: absolute;
    left: 10px;
    top: -10px;
    width: 215px;
    height: 300px;
    background-size: 215px;
    background-repeat: no-repeat;
}


.event-date, .event-time, .event-location {
	margin-bottom: 25px;
}

.courses a {
	font-size: 1.2rem;
	text-decoration: underline;
	font-weight: 700;
}

.downloadLink {
    background-color: #f08018;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    display: inline-block;
}

.downloadLink .fa,
.downloadLink p,
.downloadLink a {
	color: #fff;
}

.downloadLink .fa {
	margin-right: 10px;
}

.downloadLink p {
	font-size: 16px;
}

.downloadLink a:hover {
	text-decoration: underline;
}



.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3c596c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 4px;
    border-radius: 40px!important;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    z-index: 2;
    color: #ef8019;
    background-color: #ccc;
    border-color: #ccc;
    box-shadow: none;
}

.side-inner h2, .sidebar h2 {
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px; 	
}

.project-logos li img {
	margin-bottom: 15px;
}

.project-logos li:last-child img {
	margin-bottom: 0;
}


section.type, 
section.theme, 
section.year,
.teamrole,
.pages, 
.city, 
.country,
.institute {
    padding: 25px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.side-inner section ul li a,
.sidebar section ul li a  {
	padding-left: 0;
	border-left: 1px solid transparent;
	transition: 0.3s all ease-in-out;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d0d3d5; 
	position: relative;
}


.side-inner section ul li:last-child a,
.sidebar section ul li:last-child a {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.side-inner section ul li a:before,
.sidebar section ul li a:before {
    position: absolute;
    left: 0;
    width: 1px;
    content: "";
    top: 0;
    bottom: 7px;
    background-color: transparent;
    transition: 0.3s all ease-in-out;
}

.side-inner section ul li a:hover:before,
.side-inner section ul li a:hover:before,
.sidebar section ul li a:hover:before,
.sidebar section ul li a:hover:before  {
    background-color: #f18a33;
    transition: 0.3s all ease-in-out;
}

.side-inner section ul li a:hover, 
.side-inner section ul li a:focus,
.sidebar section ul li a:hover, 
.sidebar section ul li a:focus {
	padding-left: 8px;
	border-left: 1px solid transparent;
	transition: 0.3s all ease-in-out;
}

.year form {
	margin-bottom: 0;
}

.year select {
    width: 100%;
    padding: 5px 10px;
    border: none;
    box-shadow: none;
    background-color: white;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d0d3d5;
}

.year .selectWrapper {
    background-color: #FFF;
    display: block;
    position: relative;
    width: 100%;
}

.year .selectWrapper:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #ef8019 transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    top: 18px;
    right: 10px;
    z-index: 5;
}

.filter {
	display: inline-block;
}

.filter a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #f08018;
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff;
}

.filter i {
	margin-left: 5px;
	color: #fff!important;

}

.content-default .related-person a {
	margin-left: -15px;
	margin-right: -15px;
}

.count {
	margin-bottom: 5px!important;
}

.count span {
	color: #f08018;
}

.count span:first-child {
	margin-right: 5px;
}

.page.current a {
	background-color: #3c596c;
	color: #fff;
} 

.found {
	margin: 10px 0px 15px;
    font-style: italic;
}

.homeNews .newArticle {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
    float: left;
}

.publicationArticle p:last-child {
	margin: 0!important;
}

/*======================
========================
	 
	Events 
	
========================
======================*/ 

.event-calendar p {
	display: inline-block;
	margin: 0!important;
}

.eventBox .event-button a {
	background-color: #fff;
    border: 1px solid transparent;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 15px;
    transition: all 0.5s;
    display: block;
}


.eventBox .event-button a:hover {
	box-shadow: 5px 10px 40px 0 rgba(0,0,0,0.15);
	border: 1px solid #d0d3d5;
    transition: all 0.5s;
}

.eventBox .event-button h3 {
    font-size: 14px;
    color: #021421;
    line-height: 1.5;
}



/*======================
========================
	 
	NEWs 
	
========================
======================*/ 

#profile .newArticle a {
    display: block;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 25px;
    padding-bottom: 25px!important;
    border-radius: 4px;
    margin-bottom: 15px; 
    transition: all 0.5s;
}



.newArticle a {
    display: block;
    background-color: #eeeeee;
    border: 1px solid #d0d3d5;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.newArticle a:hover {
	box-shadow: 5px 10px 40px 0 rgba(0,0,0,0.15);
    border: 1px solid #d0d3d5;
    transition: all 0.5s;
}

.newArticle a h3 {
	margin-bottom: 0;
}

.newArticle a p {
	margin-top: 15px!important;
	margin-bottom: 0;
	text-overflow: ellipsis;
    overflow: hidden;
}

.latestSCCJR-News h2 {
	margin: 40px 0 25px;
}

.latestSCCJR-News ul li a {   
	display: block;
    background-color: #eeeeee;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.latestSCCJR-News ul li a:hover {
	box-shadow: 5px 10px 40px 0 rgba(0,0,0,0.15);
    border: 1px solid #d0d3d5;
    transition: all 0.5s;
}

.news-button {
	padding: 10px 20px;
    border-radius: 35px;
	background: #f08018;
	color: #fff;
	display: inline-block;
    margin-right: 15px;
}

.news-button:hover {
	color:#fff;
}

.older.news-button {
	background: #eeeeee;
	color: #f08018;
	border: 1px solid #d0d3d5;
	margin-bottom: 25px;
}

.older.news-button:hover {
	color: #f08018;
}


/*======================
========================
	 
	PERSON
	
========================
======================*/ 

.person-Head {
    background: #fdc42d;
    padding: 35px 0;
    margin-bottom: 25px;
    position: relative;
    margin-top: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.person-Head:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0px 80px 100vw;
	border-color: transparent transparent #fdc42d transparent;
    position: absolute;
    top: -80px;
    z-index: 10;
}

.person-Head:after {
    content: "";
    width: 100vw;
    height: 55px;
    background: #bbc8c5;
    position: absolute;
    top: -55px;
    z-index: 1;	
}


.person-avatar, .person-info {
	display: table-cell;
	vertical-align: middle;
}

.avatar-image {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
	margin-right: 35px;
}

.side-inner {
    padding: 25px 0;
    margin-top: 15px;
    border-radius: 4px;
}

.people-side h2{
font-size: 20px;
}

.ptitle h1, .ptitle #spantitle {
    padding: 20px;
    font-weight: 300;
    color: #fff;
	background: #fcc32b;
	border-radius: 5px;
	margin: 30px 0px;
	position: relative;
	margin-right: 30px;
	display: block;
	font-size: 30px;
	line-height: 1.1;
	border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}

.person-image {
	margin-bottom: 30px;
}

.person-info h1, .person-info p, .person-info a  {
	color: #fff;
}

.item-person .person-info h1, 
.item-person .person-info p, 
.item-person .person-info a  {
	color: #3c586b;
	font-style: normal;
}

.item-person .person-info p {
    overflow: hidden;
    line-height: 18px;
    font-size: 13px;
}

a.item-person.item {
    background-color: #eeeeee;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #d0d3d5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 145px;
}

.personList {
	display: flex;
	flex-wrap: wrap;
}

.person-info .personMeta p  {
	margin-bottom: 5px;	
}

.person-Head .person-info .personMeta p  {
	margin-bottom: 0;	
}

.person-info .personMeta p:last-child  {
	margin-bottom: 0;	
}

#sidebar-related a.item-person.item {
    min-height: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.item-person img {
	margin-bottom: 0;
	margin-right: 15px;
	border-radius: 50%;
}

#sidebar-related .item-person h3 {
	margin-bottom: 0;
	font-size: 18px;
}

a.item-person.item:hover {
	box-shadow: 5px 10px 40px 0 rgba(0,0,0,0.15);
    border: 1px solid #d0d3d5;
    transition: all 0.5s;	
}

.person-info h1 {
    font-weight: 300;
    font-size: 48px;
    margin-bottom: 5px;
}

.personMeta p {
	margin: 0;
	padding: 0;
}

.person-info h3 {
	font-size: 16px; 
    color: #f28b1a;
    margin-bottom: 10px;
}

 .person-info p, .person-info a  { 
	    font-style: italic; 
 }
 
 .person-info a:last-child  {
	margin-right: 15px;	 
} 


#sccjr-person .nav-tabs>li {
	width: 25%;
	background-color: #E6E6E6; 
	text-align: center;
}

#sccjr-person .nav-tabs>li.active>a, #sccjr-person .nav-tabs>li.active>a:focus, #sccjr-person .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #3c596c;
    border: 1px solid #3c596c;
    border-bottom-color: transparent;
    border-radius: 0;
}

#sccjr-person .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0;
    padding: 15px;
    font-size: 18px;
    font-weight: 300;
    border-right: 1px solid #fff;
}

#sccjr-person .nav-tabs>li:last-child a {
    border-right: 1px solid transparent;	
}

#sccjr-person .tab-content {
	background-color: #F8F8F8;
    padding: 75px 0;
}

#sccjr-person .tab-content h2 {
	font-size: 36px;
	color: #3c596c;
	letter-spacing: 0;	
	font-weight: 300;
    margin-bottom: 25px;
    clear: both;
}

.bio-content {
	margin-bottom: 50px;
}

.related-subjects ul li {
	float: left;	
}

.related-subjects ul li a {
    padding: 15px;
    display: block;
    background: #EEEEEE;
    line-height: 15px;
    margin-right: 15px; 
    margin-bottom: 15px;   
}

.related-subjects ul li a:hover {
	background: #B5B5B5;
	color: #fff;
	transition: 0.3s;
}

dd a i {
	margin-right: 10px;
}

#sccjr-person #related-publication a, #sccjr-person #related-news_item a  {
    display: block;
    margin-bottom: 35px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 35px;
}

#sccjr-person #related-publication a:last-child, #sccjr-person #related-news_item a:last-child {
    padding-bottom: 15px;
    padding-top: 20px;
    border-bottom: 0;
    background-color: #fff;
    border: 1px solid #d0d3d5;
}

#sccjr-person #related-publication h2, #sccjr-person #related-news_item h2 {
	font-size: 24px;
	margin-bottom: 25px;
}

#sccjr-person #related-publication a h3, #sccjr-person #related-news_item a h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}

/*======================
========================
	 
	NEWS - HOME
	
========================
======================*/ 

.related-news h3 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.related-news span {
	font-size: 14px;
    font-style: italic;
     margin-bottom: 10px;
    display: block;
	color: #f07f14;
}

.homeFeature a {
	display: block;
}

.homeFeature a:last-child {
	margin-bottom: 0!important;
}



.homeFeature h3 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.homeFeature h3 + p {
	margin-top: 15px;
}

.homeFeature h3 .fa {
	margin-left: 10px;
}


.news-image {
	background-image: url(https://sccjr.ac.uk/wp-content/uploads/2012/09/Ali-wider.jpg);
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover; 
    margin-bottom: 15px;
}



/*=======================================
=========================================

	CONTACT FORM

=========================================
========================================*/



#related-news_item, #related-publication {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #d0d3d5;
}

.tab-pane #related-news_item, .tab-pane #related-publication {
	border-top: 0;
	margin: 0;
	padding: 0;
}

/*=======================================
=========================================

	CONTACT FORM

=========================================
========================================*/



/*=======================================
=========================================

	FOOTER

=========================================
========================================*/

.uniRow {
	background-color: #eeeeee;
	padding: 0;
    border-radius: 4px;
}

footer {
  	background-color: #3c596c;
 	color: #fff;   
	font-size: 14px;
	padding: 35px 25px 0;
	margin-top: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

footer a, footer p {
 	color: #fff;
}

footer #custom_html-4 a {
	color: #f08018;
}

.widget-title {
	font-size: 18px;
	color: #fff;
}

.custom-html-widget a span {
	margin-right: 5px;
	vertical-align: middle;
}

.sccjr-twitter {
	padding: 5px 15px;
  background: #eeeeee;
}

#ctf .ctf-item {
    padding: 5px!important;
}

.wpcf7-form {
	position: relative;
}

footer .wpcf7-submit {
    position: absolute;
    padding: 4px 10px!important;
    border: none;
    bottom: 0px;
    border-radius: 50px!important;
    right: 0px;
    background: #f08018;
    color: #fff;
    height: 38px;
    margin-left: 20px;
    top: 0;
    font-size: 12px;
}
 
 .mail-icon {
    position: absolute;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 4px 10px;
    border: none;
    bottom: 0px;
    border-radius: 50px;
    right: 14px;
    background: #f08018;
    color: #fff;
    width: 38px;
    height: 38px;
    margin-left:20px;
 }

.mail, footer .wpcf7-email {
    position: relative;
    border: 2px solid #eeeeee!important;
    width: 100%;
    background: #eeeeee;
    padding: 5px 50px 5px 15px!important;
    border-radius: 50px!important;
    color: #000;
}

div.wpcf7-response-output {
    margin: -25px 0 0;
    padding: 0.2em 1em;
}

.wpcf7-form p {
	margin-bottom: 0;
}

#custom_html-2 a {
	display: table;
	margin-bottom: 10px;
}

.wpb_wrapper address {
	font-size: 0.75rem;
	line-height: 2;
	font-style: italic;
}


#ctf {
border-radius:5px;
}

.ctf-tweet-text  {
  color: #000;
}

.ctf-retweet-text {
  color: #f08018;
}

.newsletter-button {
	position: absolute;
    right: 0;
    top: 0;
    padding: 4px 10px;
    color: #353535;
    margin-top:2px;
    background: transparent;
    outline: none;
    border: none;
    font-size: 20px;
}

#nav_menu-3 {
    margin-bottom: 10px;
}

.textwidget .wpcf7-email {
    border: 2px solid #eeeeee!important;
    width: 100%;
    background: #eeeeee;
    padding: 5px 15px;
}

.fa-stack:hover > .fa-circle {
  visibility: visible;
  color: #fdc42d;
}

#custom-twitter-feeds-widget-4 {
  display:inline;
}

.credit-container {
    background: #3c596c;
    padding: 0 0 25px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.credit-container p {
	font-size: 10px;
	color: #fff;
	margin-top: 47px;
}


#custom_html-6 {
	margin-top: 5px;
}

#custom_html-6 .custom-html-widget img {
	display: inline-block;
	width: 23%;
	margin-right: 1%;
}

figcaption.vc_figure-caption {
    font-size: 18px!important;
    margin-top: 15px!important;
    margin-bottom: 0;
    color: #3a5a6c;
    text-align: center;
}

.centerDocument {
    padding: 15px;
    background-color: #eeeeee;
    border-radius: 5px;
}

.pubMeta {
	color: orange;
}

/*=======================================
=========================================

	404

=========================================
========================================*/

.errorPage {
    margin: 100px auto 50px;
    max-width: 750px;
    padding: 0 25px;
}

.errorPage h1 {
	font-size: 42px;
}

.errorPage h3 {
	font-size:24px;
	margin: 50px 0;
	line-height: 1.5;
}

.errorPage a {
	padding: 12px 20px;
	color: #fff;
	margin: 0 10px 25px; 
	min-width: 215px;
	background-color: #fdc42d;
}

.errorPage a:last-child {
	background-color: #f08018;
}

.errorPage .hvr-sweep-to-left:before {
	background-color: #3c596c!important;
}


#cn-notice-text {
    display: block;
    margin: 25px 0;
    font-size: 16px;
}

.cn-button {
    padding: 10px 20px!important;
    background: #fff!important;
    border: 1px solid #d0d3d5!important;
    border-radius: 0px!important;
    color: #000!important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.creditLogos img {
	width: 24%;
	margin-left: 1%;
	display: inline-block;
	float: left;
	text-align: right;
}

/*=======================================
=========================================

	MEDIA QUERIES

=========================================
========================================*/

@media (min-width: 1200px) {
	.credit-container p {
	    margin-top: 60px;
	}
}

@media (max-width: 991px) {
	.shiftnav-toggle-button {
	    display: block!important;
	}
  
  .related-subjects  {
  margin-top:20px;
  }
  
  .follow {
  margin-top: 40px;
  }
  #custom_html-4 .widget-title {
	  margin-top: 25px;
  }
}

@media (max-width: 960px) {	

}

@media (max-width: 851px) {
  .nav-tabs>li {
    display: block;
    width: 100%;
    float: none;
}

  #sccjr-person .nav-tabs>li {
    width: 100%;
}
}

@media (max-width: 837px) { 
	.learningBox h3 {
	    font-size: 40px;
	}
}

@media (max-width: 768px) {
  .logo {
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  
  #custom_html-4 {
    margin-top: 40px;
  }
  
  footer {
		text-align: center;
  }
  .fixed-header {
    right: 25px;
  }
   .subTitle h2, .ptitle h1 {
	display: block;	 
  }
  .subTitle h2:after, .ptitle h1:after {
	display: none;	 
  }
  #content .container {
	  padding: 0;
  }	
  .introText {
	margin: 25px 0;	 
  }
  .introText:before {
  	display: none;
  }
  .introText h2 {
	margin: 0 0 25px;	 
  }
  .home-slider {
	display: none;	 
  }
  #header {
	 padding: 25px 0; 
  }
  .bottomHome .eventBox {
	  margin-bottom: 25px;
  }
  .uniRow {
	padding: 25px;	 
  }
  #sccjr-person .tab-content {
	  padding: 30px 15px;
  }
  .person-avatar, .person-info {
	  display: block;
  }
  .avatar-image {
	  margin:  0 auto 25px;
  }
  .learningBox  {
	    height: inherit;
	    margin-top: 15px;
  }
  .homeNews .newArticle {
    width: 100%;
    display: block;
    float: none;
  } 
  .credit-container p {
	font-size: 10px;
	color: #fff;
	margin-top: 0;
  }
  .creditLogos img {
    width: 46%;
    margin: 0 2%;
  }
  .widget-title {
	  margin-top: 25px;
  }
  .credit-container {
	margin-top: -35px;  
  }
  #sccjr-person .person-Head .person-info {
	text-align: center;
  }
  .personList {
	display: block;
  }
}

@media (max-width: 550px) {
  #custom_html-6 .custom-html-widget img {
	  margin: 0;
	  width: 50%;
  }
  
}


