/*
Theme Name: Statistics
Author: Martin & Zephy
Author URI: http://www.ambadesign.com
Description: This is a bare bones Bootstrap 3.1.1 Theme for Wordpress.
Version: 2.0
License: GNU General Public License v2 or later
*/

/* --// GENERAL STYLES START //--
--------------------------------- */

/* ...| GENERAL STYLES: Fonts |... */
html {
	-webkit-font-smoothing: antialiased;
	background: #404040;
}

body {
	color: #414042;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 21px;
}

h2, .h2 {
    font-size: 24px;
    margin-top: 0px;
    color: #EA5D4E;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 32px;
}

h3, h3 a {
	color: #414042;		
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #B7B7B7;
}

a {
	color: #EA5D4E;
	font-weight: 600;
	transition: all 250ms linear;
}
a:focus, a:hover {
	color: #f78e92;
	text-decoration: none;	
}

p {
	line-height: 23px;
	margin: 0 0 12px;	
}
p strong {
	color: #414042;		
}

/* ...| GENERAL STYLES: Buttons |... */
.btn-default {
    background-color: #EA5D4E;
    border-color: #EA5D4E;
    color: #fff;
	font-weight: bold;
}
.btn-default:hover {
    color: #706563;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn {
    border-radius: 0px;
    font-size: 15px;
	padding: 7px 23px;
}

/* ...| GENERAL STYLES: Images |... */
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* ...| GENERAL STYLES: Captions |... */
.wp-caption {
	margin-bottom: 1.5em;
	padding-top: 5px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 1.5;
	margin: 0;
}

/* ...| GENERAL STYLES: Blockquotes |... */
blockquote.left {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* ...| GENERAL STYLES: Buttons |... */
a.stats_btn {
    color: #706563;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
	padding: 7px 15px;
    margin-top: 10px;
    display: inline-block;
}
a.stats_btn:hover {
    color: #fff;
    background-color: #EA5D4E;
    border: 1px solid #EA5D4E;
}

/* --// GENERAL STYLES END //--
------------------------------- */

/* ...| HEADER |... */
.header {
	background-color: #fff;
	border-bottom: none;
	margin-bottom: 0px;
}

@media (min-width: 1200px) {
	.header .logo {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.header img.logo {
		height: 40px;
		max-width: 100%;
	}
}
@media (min-width: 600px) and (max-width: 1199px) {
	.header .logo {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.header img.logo {
		height: 30px;
	}
}
@media (max-width: 599px) {
	.header .logo {
		margin-top: 25px;
		margin-bottom: 0;
	}
	.header img.logo {
		height: 30px;
	}
}

/* ...| MAIN MENU |... */
.navbar {
	margin-top: 9px;
	margin-bottom: 9px;
	min-height: 0px;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
	color: #414042;	
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;	
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
	background-color: #fff;
	color: #EA5D4E;
}
.nav > li > a {
	border-right: 1px solid #EA5D4E;
    padding: 10px 20px;
}
ul#menu-main-menu li:last-child a {
    border-right: none;
}
.dropdown-menu {
	top: 30px !important;
    border-top: none;
}
.dropdown-menu > li > a {
    color: #6c6c6c;
    padding: 7px 20px;
    white-space: nowrap;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #EA5D4E;	
    background-color: #F8DDDB;
	font-weight: bold;
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar-nav > li:first-child a {
		padding-left: 0px;
	}
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
		display: none;	
	}
	.navbar-collapse.collapse span.sub-arrow {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
		font-size: 13px;
	}
	.nav > li > a {
		padding: 5px 11px;
	}
}
@media (max-width: 767px) {
	span.caret.navbar-toggle.sub-arrow {
		display: none;	
	}
	.navbar-collapse.collapse span.sub-arrow {
		margin-right: 3px;
	}
	.navbar-collapse {
		margin-top: 12px;
	}
	.navbar-toggle {
		margin-top: -42px;
		margin-bottom: 0;
	}
}

/* ...| LAYERSLIDER |... */
.layerslider {
    background: #eee;
    max-height: 376px;
	position: relative;
	border-bottom: 4px solid #f6f6f6;
}
.delete {
    display: table;
    height: 80px;
    position: absolute;
		top: 35%;
		left: calc(50% - 5.5em);
    width: 170px;
}
.delete p {
    border: 4px solid #ddd;
    color: #C5C5C5;
    display: table-cell;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.ls-img {
    width: 76%;
    height: auto;
	min-height: 100%;
	right:0px;
    position: absolute;
}

html * .ls-container .ls-img img, 
body * .ls-container .ls-img img, 
#ls-global * .ls-container .ls-img img,
.ls-img img {
	width: auto;
	height: 100%;
	/*min-height: 372px;
	min-width: 724px !important;*/
	position: absolute;
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ls-l.img-stats {
    position: absolute !important;
    left: 0px !important;
}

/* ...| HOME: Stats Content |... */
.stats-content {
	margin: 24px 0;
}
.stats-content a.link {
    margin-top: -4px;
    display: block;
}
.stats-content h3 {
    margin-bottom: 31px;
}
.stats-join, .stats-link {
	padding: 10px 15px 12px;
}
.stats-join {
    border: 2px solid #EA5D4E;
	margin-top: 24px;
	margin-bottom: 28px;
}
.stats-join:hover {
    background-color: #fffbfb;
}
.stats-join .promo-link a,
.stats-join .promo-link2 a {
    text-align: right;
    display: block;
    margin-top: 15px;
}
.stats-link {
	background: url(images/statistician-box-lg.png) no-repeat right center;
    border: 2px solid #d4d4d4;
}
.stats-link:hover {
    background-color: #f8f8f8;
}
.stats-join h3, .stats-link h3 {
    margin-top: 8px;
    margin-bottom: 9px;
    font-size: 22px;
}
.stats-join p, .stats-link p {
	margin-bottom: 4px;
}
.stats-join a, .stats-link a {
    display: block;
	line-height: 13px;
    text-align: right;
}

/* ...| HOME: Research Boxes |... */
.research-boxes {
    margin-top: -29px;
    position: relative;
    z-index: 100;
}
.research-boxes h3 {
    font-size: 22px;
	line-height: 32px;
	color: #EA5D4E;
	background-color: #EEE;
	margin: 0;
	padding: 7px 15px;
    border-bottom: 1px solid #dadada;
	position: relative;
}
.outer-box h3 img.arrow {
    position: absolute;
    bottom: -8px;
    right: 52px;
	z-index: 999;
}
.research-boxes h3.greyscale {
	color: #838383;
}
.research-boxes .outer-box {
    border: 1px solid #dadada;
    padding: 0;
	position: relative;
}
.research-boxes .outer-box:nth-of-type(1),
.research-boxes .outer-box:nth-of-type(2) {
	border-right: none;
	border-bottom: none;
}
.research-boxes .outer-box:nth-of-type(4),
.research-boxes .outer-box:nth-of-type(5) {
	border-right: none;
}
.research-boxes .outer-box:nth-of-type(3) {
	border-bottom: none;
}
.research-boxes .box {
	position: relative;
	padding: 14px 15px 10px;
	overflow: auto;
}
.research-boxes .box:hover {
    background-color: #f8f8f8;
}
.research-boxes .box p {
	color: #414042;
	padding-right: 90px;
	margin-bottom: 0px;
	font-size: 14.5px;
	line-height: 22px;
}
.research-boxes .box a.read-more {
    display: none;
}
.research-boxes .box img {
    float: right;
	margin-top: 2px;
	opacity: 0.8;
	height: auto;
	width: 97px;
}
.icon.icon1, .icon.icon2, .icon.icon3,
.icon.icon4, .icon.icon5, .icon.icon6 {
    position: relative;
}
.icon.icon1 {
    top: -1px;
    left: 6px;
}
.icon.icon2 {
    top: 10px;
    left: 8px;
}
.icon.icon3 {
    bottom: 5px;
    left: 10px;
}
.icon.icon4 {
    bottom: 1px;
    left: 6px;
}
.icon.icon5 {
    bottom: 3px;
    left: 9px;
}
.icon.icon6 {
    bottom: 4px;
    left: 5px;
}

@media (max-width:991px) {
	.research-boxes .outer-box:nth-of-type(2),
	.research-boxes .outer-box:nth-of-type(4) {
		border-right: 1px solid #dadada;
		border-bottom: none;
	}
	.research-boxes .outer-box:nth-of-type(3) {
		border-right: none;
	}
}
@media (max-width:767px) {
	.research-boxes .box {
		min-height: 103px;
	}
	.research-boxes .outer-box:nth-of-type(1),
	.research-boxes .outer-box:nth-of-type(3),
	.research-boxes .outer-box:nth-of-type(5) {
		border-right: 1px solid #dadada;
	}
}
@media (max-width: 400px) {
	.research-boxes .box p {
		font-size: 13px;
		line-height: 20px;
	}	
}

/* ...| HOME: News & Events |... */
.news-events {
    margin: 26px 0;
}
.news-events .box {
	background: #EEE;
	padding: 15px 20px 15px;	
	margin-bottom: 0;
	position: relative;
}
.news-events .box h3 {
	border-bottom: 2px solid #d5d5d5;	
	margin-top: 5px;
	margin-bottom: 13px;
	padding-bottom: 15px;
	font-size: 22px;
}
.news-events .news-excerpt {
    margin-bottom: 28px;
	margin-top: 22px;
}
.news-events .news-excerpt p {
	margin-bottom: 3px;
}
.news-events .news-excerpt h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: none;
    margin-bottom: 3px;
    padding-bottom: 5px;
    margin-top: -3px;
}
.news-events .news-excerpt img.size-news-thumb {
    max-width: 100%;
    height: auto;
}

@media (max-width:767px) {
	.news-events .box {
		margin-bottom: 15px;
	}
}

/* ...| Events |... */
.calendar-big-content {
    margin-top: 0;
	margin-bottom: 32px;
}
.calendar-big {
    float: left;
    width: 77px;
    height: 75px;
	background:url(images/calendar-big.jpg) no-repeat;
	margin-bottom: 20px;
    margin-right: 20px;
}
.calendar-big.past-event {
	background:url(images/calendar-big_past-event.jpg) no-repeat;
}
.box .calendar-big {
    width: 61px;
    height: 58px;
	background:url(images/calendar-small.jpg) no-repeat;
	margin-bottom: 20px;
    margin-right: 20px;
	margin-top: 5px;
}
.news-events .box .calendar-big-content h3 {
	font-size: 15px;
	border-bottom: none;
	margin-top: 2px;
	margin-bottom: 2px;	
	padding-bottom: 0px;
    line-height: 20px;
}
.news-events .box .calendar-big-content h3 a, .news-events .news-excerpt h3 a {
	font-weight: bold;
    color: #414042;
    line-height: 20px;
}
.news-events .box .calendar-big-content h3 a:hover, .news-events .news-excerpt h3 a:hover {
    color: #EA5D4E;
}
h3.past-event {
    margin-bottom: 18px;
	color: #696767;
}
p.event-location, p.research-category {
	font-size: 13px;
	color: #EA5D4E;
	line-height: 18px;
	margin-bottom: 5px;	
}
p.research-category strong {
	color: #EA5D4E;
}
p.event-location.past-event, p.research-category.past-event {
	color: #989898;
}
p.event-location::before {
    content: 'Location:';
    font-weight: bold;
    margin-right: 3px;
}
.event-excerpt.past-event p,
.event-excerpt.past-event p strong,
p.research-category.past-event strong {
	color: #989898;
}
.event-excerpt {
    margin-top: 5px;
	margin-bottom: 10px;
}
.event-excerpt p strong {
    color: #817876;
}
.calendar-big-content .read-more {
	display:none;
}
span.cal-month {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 17px;
}
.box span.cal-month {
    font-size: 9px;
    line-height: 16px;
}
span.cal-day {
    display: block;
    text-align: center;
    font-size: 31px;
    line-height: 31px;
    font-weight: 600;
    color: #7B7B7B;
    padding-top: 5px;
}
.calendar-big.past-event span.cal-day,
.calendar-big.past-event span.cal-year {
	color: #989898;
}
span.cal-year {
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 6px;
    font-weight: bold;
}
.box span.cal-day {
    font-size: 23px;
    line-height: 22px;
    padding-top: 1px;
	}
a.all-events {
    position: absolute;
    bottom: 15px;
    left: 35px;
}

@media (max-width: 767px) {
	.news-excerpt img {
		margin-bottom: 10px;
	}	
}

/* ...| HOME: Join now [ Above footer ] |... */
.join-nihr {
	background: #143e72;
	color: #fff;
	margin: 55px 0 5px;
	padding: 18px 0;
}
.join-nihr p {
    display: inline-block;
	margin-bottom: 0px;
	margin-top: 5px;
}
.join-nihr span {
    font-size: 18px;
	font-weight: bold;
}

@media (max-width: 1198px) {
	.research-boxes h3 {
		font-size: 17px;
	}
}


@media (max-width: 767px) {
	.join-nihr a.btn.btn-default {
		margin-top: 5px;
	}
	
	.research-boxes h3 {
		font-size: 17px;
	}
}



/*...| SIDEBAR |... */
.sidebar {
	margin-top: 25px;	
}
.sidebar img.size-news-event {
	max-width: 100%;
	height: auto;	
}

/* SIDEBAR: Research menu */
.dynamic-menu h4 {
	margin-top: 23px;
}
.dynamic-menu h4 a {
    font-size: 19px;
}
ul.research-menu {
    list-style: none;
    padding-left: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}
ul.research-menu li {
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
	margin-top: -1px;
	z-index: 1;
	transition: all 250ms linear;
}
ul.research-menu li:first-child {
	margin-top: 0px;
}
ul.research-menu li.research-menu-active {
    border-left: none;
    left: 0px;
    z-index: 50;
    margin-right: -10px;
	transition: all 250ms linear;
}
ul.research-menu li.research-menu-active:after {
	content: '';
    background: url(images/nav-hover-bg.png) no-repeat 0px 0px;
    display: block;
    height: 100%;
	min-height: 65px;
    position: absolute;
    width: 100%;
	top: -1px;
	z-index: 10;
}
ul.page-menu li.menu-active {
    border-left: none;
    left: 0px;
    z-index: 50;
    margin-right: -10px;
	transition: all 250ms linear;
}

ul.page-menu li.menu-active:after {
	content: '';
    background: url(images/nav-hover-bg.png) no-repeat 0px 0px;
    display: block;
    height: 100%;
	min-height: 65px;
    position: absolute;
    width: 100%;
	top: -1px;
	z-index: -1;
}
ul.page-menu li.menu-active .f-img {
	background-color: #F8DDDB;
}
ul.page-menu li:hover {
	margin-left: 10px;
	transition: all 250ms linear;
}
ul.research-menu li:first-child {
	display: none;	
}
ul.research-menu li p {
	display: inline-block;	
	margin: 0px;
}
ul.research-menu li a {
    font-size: 16px;
    font-weight: normal;
    padding: 18px 91px 18px 13px;
    display: block;
}
ul.research-menu li:hover {
	margin-left: 10px;
	transition: all 250ms linear;
}
ul.research-menu li .f-img {
    display: inline-block;
    float: right;
    position: absolute;
		top: 0;
		right: 0px;
	z-index: 10;
	height: 100%;
    padding: 0px 14px;
    border-left: 1px solid #d4d4d4;
	background-color: #fcfcfc;
}
ul.research-menu li.research-menu-active .f-img {
	background-color: #F8DDDB;
	z-index: 50;
}
ul.research-menu li .f-img img {
	margin: 7px 0px;
}
.arrow_box {
	position: relative;
	background: #fcfcfc;
}
.arrow_box:after, .arrow_box:before {
	left: -15px;
	top: 23px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ul.research-menu .arrow_box:after {
	border-color: rgba(252, 252, 252, 0);
	border-left-color: #fcfcfc;
	border-width: 5px;
	margin-top: 1px;
}
ul.research-menu .arrow_box:before {
	border-color: rgba(77, 77, 77, 0);
	border-left-color: #d4d4d4;
	border-width: 6px;
	margin-top: 0px;
}

@media (max-width: 991px) {
	ul.research-menu li.research-menu-active:after {
		background: url(images/nav-hover-bg.png) no-repeat 323px 0px;
	}	
}
@media (max-width: 425px) {
	ul.research-menu li.research-menu-active:after {
		background: url(images/nav-hover-bg.png) no-repeat 0px 0px;
	}	
}
@media (max-width: 375px) {
	ul.research-menu li a {
		font-size: 17px;
	}
	ul.research-menu li.research-menu-active:after {
		background: url(images/nav-hover-bg.png) no-repeat -52px 0px;
	}	
}
@media (max-width: 325px) {
	ul.research-menu li.research-menu-active:after {
		background: none;
	}	
}

/* SIDEBAR: Page menu */
ul.page-menu {
    list-style: none;
    padding-left: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}
ul.page-menu li {
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
	position: relative;
}
ul.page-menu li:last-child {
    border-bottom: 1px solid #d4d4d4;
}
ul.page-menu li.page-menu-active {
	border-left: none;	
}
ul.page-menu li p {
	display: inline-block;	
	margin: 0px;
}
ul.page-menu li a {
	font-size: 16px;
	font-weight: normal;
    padding: 18px 13px;
	display: block;
}
ul.page-menu li .f-img {
    display: inline-block;
    float: right;
    position: absolute;
		top: 0;
		right: 0px;
    padding: 0px 14px;
	height: 100%;
    border-left: 1px solid #d4d4d4;
	background-color: #fcfcfc;
}
ul.page-menu li.page-menu-active .f-img {
	background-color: #F8DDDB;
}

ul.page-menu .f-img img {
    margin-top: 7px;
}
.arrow_box {
	position: relative;
	background: #fcfcfc;
}
.arrow_box:after, .arrow_box:before {
	left: -15px;
	top: 23px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.page-template-page-research ul.section-menu .arrow_box:after,
.page-template-page-research ul.section-menu .arrow_box:before {
	left: -9px;
}
.arrow_box:after {
	border-color: rgba(252, 252, 252, 0);
	border-left-color: #fcfcfc;
	border-width: 5px;
	margin-top: 1px;
}
.arrow_box:before {
	border-color: rgba(77, 77, 77, 0);
	border-left-color: #d4d4d4;
	border-width: 6px;
	margin-top: 0px;
}

.sidebar .widget-odd {
	background: url(images/statistician-box-lg.png) no-repeat right center;
	border: 2px solid #d4d4d4;
}
.sidebar .widget-even {
	border: 2px solid #EA5D4E;
}
.sidebar .widget-odd, .sidebar .widget-even {
	padding: 15px 20px;
	margin: 30px 0;
}
.sidebar .widget-odd h3, .sidebar .widget-even h3 {
    margin: 0;
    font-size: 22px;
    line-height: 27px;
}
.sidebar .widget-odd p, .sidebar .widget-even p {
    line-height: 20px;
}
.sidebar .promo-link a {
    text-align: right;
    display: block;
	margin-top: 15px;
}
.join-nihr-stats .promo-link2 {
    text-align: right;
	margin-top: 5px;
}

/* ...| SIDEBAR: Search |... */
.sidebar form.search-form {
    position: relative;
}
.sidebar form.search-form input {
    width: 100%;
    border: 4px solid #eee;
	padding: 5px 8px 5px 30px;
}
.sidebar form.search-form span.glyphicon.glyphicon-search {
    position: absolute;
    top: 13px;
    left: 14px;
}

/* ...| FOOTER |... */
footer, .footer {
    background: rgba(20, 62, 114, 0.9);
    color: #fff;
	padding-top: 7px;
}
.footer h3 {
    color: #fff;
    font-size: 18px;
	margin-bottom: 17px;
	font-weight: bold;
}
footer h5 {
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 18px;
}
.footer p {
	line-height: 21px;
	font-size: 15px;
}
footer strong {
    color: #fff;
}
.footer a {
    color: #fff;
	font-weight: bold;
}
.footer a:hover {
    color: #EA5D4E;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer ul li {
	font-size: 15px;
    margin-bottom: 6px;
}
.footer .copyright {
	margin-top: 5px;	
	text-align: left;
}
.footer .copyright p {
	font-size: 12px;
}
.footer .copyright span { border-right: 1px solid rgba(255,255,255,0.5); display: inline-block; line-height: 10px; padding-right: 10px; padding-left: 7px;}
.footer .copyright span:first-of-type { padding-left: 0; }
.footer .copyright span:last-of-type { border-right: 0; padding-right: 0;}
.footer .copyright a { color: rgba(255,255,255,0.5); font-weight: 500; }
.footer .copyright a:hover { color: #EA5D4E; }

@media screen and (max-width: 375px) {
	.footer .copyright { margin-top: 8px; }
	.footer .copyright span { border: 0; display: block; line-height: 20px; padding: 0; }
}

/* ...[ FOOTER: Search ]... */
.footer .search {
	padding-bottom: 5px;
}
.footer .search form.search-form {
	position: relative;	
}
.footer .search .glyphicon.glyphicon-search {
	color: #fff;
	position: absolute;
	left: 5px;
	top: 5px;
}
.footer .search input {
	background-color: rgba(255, 255, 255, 0.2);
	border: 0;
	color: #fff;
	padding-left: 25px;
	width: 100%;
}
.footer .search input:focus {
	outline: 0px;
}
::-webkit-input-placeholder { 
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
::-moz-placeholder { 
    color: #fff;
    opacity: 1;
}
:-ms-input-placeholder { 
    color: #fff;
}

@media (min-width: 992px ) {
	.footer .search input {
		width: 75%;
	}
}
@media (max-width: 991px ) {
	.footer .search input {
		width: 40%;
	}
}
@media (max-width: 767px ) {
	.footer .search input {
		width: 60%;
	}
}
@media (max-width: 600px ) {
	.footer .search input {
		width: 70%;
	}
}
@media (max-width:425px ) {
	.footer .search input {
		width: 90%;
	}
}


/* ...| PAGE: General Styles |... */
div#main-container {
    margin-top: 20px;
}
.home div#main-container {
    margin-top: 0px;
}
.navigation {
    margin-top: 40px;
}
.navigation .next {
	float: right;	
}
.navigation .previous {
	float: left;	
}
.navigation .next a, .navigation .previous a {
    color: #fff;
    font-weight: 400;
    background: #9E9E9E;
    padding: 3px 15px 5px;
    border: 2px solid #9E9E9E;
}
.navigation .next a:hover, .navigation .previous a:hover {
	color: #EA5D4E;
	background: #fff;
	border: 2px solid #EA5D4E;
}
.catdate, .eventlocation {
    font-size: 13px;
    color: #888;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.eventlocation span {
	color: #EA5D4E;
}
span.post-date {
    margin-bottom: 5px;
	font-weight: 400;
}
.catdate ul.post-categories {
    list-style: none;
    padding-left: 0;
    display: inline-block;
}
.catdate ul.post-categories li a {
	font-weight: 400;
}

/* ...| PAGE: About us |... */
.member-section.committee {
    margin-top: 20px;
}
.member-section h2 {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
	font-size: 25px;
}
.job-role {
    font-size: 13px;
	line-height: 18px;
    margin-top: 3px;
}
a.btn-publication {
    background: white;
    padding: 5px 19px;
    color: red;
}

/* [ Biography modal ] */
.member-info .modal-header, .member-info .modal-footer {
    background: #f7f7f7;
}
.member-info h4.modal-title {
    font-size: 16px;
}
.member-info h4.modal-title strong {
    color: #EA5D4E;
}
.member-info .modal-body h2 {
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px;	
}
.member-info .modal-body h3 {
	font-weight: 600;
	line-height: 21px;
}
.member-info .btn {
    border-radius: 0px;
    font-size: 13px;
	outline: none;
    padding: 3px 9px 4px;
}
.member-info .btn.active, .member-info .btn:active {
	box-shadow: none;	
		-webkit-box-shadow: none;	
		-moz-box-shadow: none;	
}
.member-info .btn-primary {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #414042;
    font-weight: 600;
	outline: none;
}
.member-info .btn-primary:hover {
    background-color: #EA5D4E;
    border-color: #EA5D4E;
    color: #fff;
	outline: none;
}

@media (min-width:992px) {
  .modal-dialog {
    width: 950px;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .modal-dialog {
    width: 750px;
  }
}

/* ...| PAGE: Research |... */

/* .... 
Content
....... */
.content-header {
    overflow: auto;
}
.content-header h2 {
    font-size: 35px;
    margin-top: 0px;
	color: #EA5D4E;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 44px;
	padding-left: 105px;
}
.page-child.page-template-page-research-sections h2 {
    margin-top: 20px;
}
.content-header h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.title-img {
    display: inline-block;
    float: left;
	margin-right: 8px;
	margin-bottom: 15px;
}
.title-img img {
	height: auto;
	width: 97px;
}
a.research-link, .research-link {
    color: #5c504e;
	font-weight: 600;
}
a.research-link:hover {
    color: #EA5D4E;
}

@media (max-width: 425px) {
	.page-child.page-template-page-research-sections h2 {
		margin-top: 0px;
	}
}

/* Section Boxes */
ul.section-menu {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 15px;
}
ul.section-menu li {
    border-top: 2px solid #d4d4d4;
    border-right: 2px solid #d4d4d4;
    border-left: 2px solid #d4d4d4;
	border-bottom: 2px solid #d4d4d4;
    position: relative;
}
ul.section-menu li:hover {
	background: #f5f5f5;
}
ul.section-menu li p {
	display: block;	
	margin: 0px;
	padding: 15px 15px 0 15px;
}
ul.section-menu li a {
	font-size: 16px;
	font-weight: normal;
	padding: 18px 50px 18px 10px;
	display: block;
	border-bottom: 1px solid #d4d4d4;
	background: #fcfcfc;
	position: relative;
}
ul.section-menu li a.read-more {
	border-bottom: none;
	background: none;
	text-align: right;
	font-size: 15px;
	font-weight: 700;
	padding: 0 10px 10px;
}
ul.section-menu li .f-img {
    display: inline-block;
    float: right;
    position: absolute;
		top: 0;
		right: 0px;
		bottom: 0;
    padding: 7px 8px 8px;
    border-left: 1px solid #d4d4d4;
	background-color: #F8DDDB;
}
ul.section-menu li.menu-active .f-img {
	background-color: #F8DDDB;
}
ul.section-menu .arrow_box:before {
    margin-top: -7px;
}
ul.section-menu .arrow_box:after {
    margin-top: -6px;
}

/* Member section */
.member-section.members {
    margin-bottom: 10px;
}
.section-leader .member {
    overflow: auto;
    background: #EEE;
    padding: 10px;
	margin-bottom: 15px;
}
.member-pic {
    display: inline-block;
    float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
.member h4, .group-member h4 {
    font-size: 15px;
	margin: 5px 0 0 0;
}
.member p.university, .group-member p.university {
    font-size: 13px;
    color: #EA5D4E;
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 8px;
}

/* Publications */
.page-template-page-research-sections .box, .box-publications {
	background: #EEE;
	padding: 1px 20px;
	margin: 25px 0 0;
	overflow: auto;
}
.box-publications {
	padding-top: 15px;
	padding-bottom: 15px;
}
.box-publications h3 {
    font-size: 15px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    color: #6e6261;
	margin-top: 5px;
}
.page-template-page-research-sections .box.previous-event {
    margin-top: 0;
}
.page-template-page-research-sections .box h3, .member-section h3 {
    font-size: 15px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
	color: #6e6261;
}
.page-template-page-research-sections .calendar-big-content {
    margin-left: -25px;
    margin-bottom: 0;
}
.page-template-page-research-sections .calendar-content:first-of-type {
	margin-bottom: 20px;
}
.calendar-big-content h4 {
    margin-bottom: 3px;
}
.calendar-big-content h4 a {
    color: #5c504e;
    font-size: 15px;
}
.page-template-page-research-sections .calendar-big-content p {
    margin-bottom: 0;
}
.publications {
    margin-bottom: 20px;
}
.publications:last-of-type {
    margin-bottom: 0;
}
.publication-icon {
    display: inline-block;
    float: left;
	position: relative;
	left: -4px;
}
.publications h4 {
    color: #5c504e;
    font-size: 15px;
    font-weight: bold;
	margin: 0;
}
.publications p {
    font-size: 13px;
}
.publications a.read-more {
    display: none;
}

/* ...| PAGE: News |... */
.news-content {
    margin-bottom: 30px;
	overflow: auto;
}
.news-content:first-of-type {
    margin-top: 30px;
}
.news-content .post-image {
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.news-content .post-image img {
    border: 1px solid #d4d4d4;
}
.news-content h3 {
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 3px;
	margin-top: 5px;
}
h3.post-title a {
    color: #414042;
}
h3.post-title a:hover {
    color: #EA5D4E;
}
p.post-date {
    font-size: 12px;
	color: #EA5D4E;
	margin-bottom: 5px;
}

/* ...| PAGE: Events |... */
.row.calendar-content.event-page:first-of-type {
    margin-top: 30px;
}
.event-page .calendar-big-content h4 {
	margin-bottom: 5px;
	margin-top: 0px;	
}
.event-page .calendar-big-content h4 a {
    font-size: 16px;
    line-height: 21px;
}
.event-page .calendar-big-content h4 a:hover {
    color: #EA5D4E;
}
h4.past-event a {
    color: #989898;
}

/* ...| PAGE: Contact us |... */
div#wpgmza_map {
    margin: 5px 0 20px;
    border: 4px solid #eee;
}
/* Form */
.contact-us-form {
    overflow: hidden;
    margin: 15px 0 30px;
}
.contact-us-form input, .contact-us-form select, .contact-us-form textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 4px 6px;
    margin-bottom: 3px;
}
.contact-us-form .gdpr p {
	margin-top: 5px;	
	margin-bottom: 3px;	
}
span.wpcf7-form-control-wrap.checkbox-586 span.wpcf7-list-item {
	margin-top: 0px;	
	margin-left: 0px;	
}
span.wpcf7-form-control-wrap.checkbox-586 input[type="checkbox"] {
	border: 0px;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	display: inline-block;
	width: inherit;
}
span.wpcf7-form-control-wrap.checkbox-586 span.wpcf7-list-item-label {
    display: inline;
    font-size: 14px;
	margin-left: 5px;
}
.contact-us-form .captcha {
    margin-top: 20px;
}
.contact-us-form .inline-btn {
    position: relative;
    top: 22px;
    margin-top: 20px;
}
.contact-us-form input.wpcf7-submit {
    background-color: #EA5D4E;
    border: 1px solid #EA5D4E;
    color: #fff;
    font-weight: 400;
}
.contact-us-form input.wpcf7-submit:hover {
    background-color: #fff;
    border: 1px solid #EA5D4E;
    color: #EA5D4E;
}

/* ...| PAGE: Join us |... */
.join-stats-mailchimp .mc_section {
    margin-bottom: 30px;
}
.join-stats-mailchimp span.required {
    color: #EA5D4E;
    font-size: 18px;
    font-weight: bold;
}
p.mc_section_title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
	color: #EA5D4E;
	font-style: italic;
	font-weight: 700;
	margin-top: 15px;
	font-size: 16px;
}
.join-stats-mailchimp label {
    display: block;
	font-weight: 500;
}
.join-stats-mailchimp input[type="text"],
.join-stats-mailchimp input[type="email"] {
	width: 100%;
	padding: 3px 5px;	
}
.join-stats-mailchimp ::-webkit-input-placeholder {
   color: #888;
}
.join-stats-mailchimp :-moz-placeholder { /* Firefox 18- */
   color: #888;  
}
.join-stats-mailchimp ::-moz-placeholder {  /* Firefox 19+ */
   color: #888;  
}
.join-stats-mailchimp :-ms-input-placeholder {  
   color: #888;  
}
.join-stats-mailchimp input[type="submit"] {
    color: #706563;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
    padding: 7px 15px;
    margin-top: 10px;
    display: inline-block;
}
.join-stats-mailchimp input[type="submit"]:hover {
    color: #fff;
    background-color: #EA5D4E;
    border: 1px solid #EA5D4E;
}

/* ...| PAGE: Search |... */
.search h1 {
    color: #EA5D4E;
}
.search h3 {
    margin-bottom: 0;
}
.excerpt-content {
    border-bottom: 1px solid #eee;
}

/* ...| OTHER: Page navigation |... */
.page-nav .easy-wp-page-navigation ul {
    padding-left: 0;
}
.page-nav .easy-wp-page-navigation span.current {
	font-weight: 600;
}
.page-nav .easy-wp-page-navigation a:hover, .page-nav .easy-wp-page-navigation span.current {
    background: #EA5D4E;
    border: 1px solid #EA5D4E;
}
.page-nav .easy-wp-page-navigation a, .page-nav .easy-wp-page-navigation span {
    border: 1px solid #e95d4e;
    color: #e95d4e;
    font-weight: 400;
}

.front-caption {
    padding: 10px;
    background: whitesmoke;
    font-size: 13px;
    color: #888;
    line-height: 18px;
    border: 1px solid #E6E6E6;
}


/* ...| COOKIE CONSENT |... */
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt { display: none !important; }