/*
Theme Name: PESGB
Theme URI: https://publicagency.co.uk
Author: Public
Author URI: https://publicagency.co.uk
Description: Theme for the PESGB website 2020
Version: 1.0
License: Private
Text Domain: pesgb
*/


/*******RESET********/

*{
	outline: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.2;
}


input[type="text"],
input[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="checkbox"]{
	background: #fff;
	color: #9f1915;
}


body{
	vertical-align: baseline;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body, input, textarea, select{
	font-family: Lato, sans-serif;
	font-size: 16px;
}


input, textarea{
	border-radius: 0;
}

body,h1,h2,h3,h4,h5,h6,ul,p{
	margin: 0 10 0 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	display: block;
}

h1{
	font-size: 30px;
}

hgroup{
	display: inline-block;
	padding-right: 20px;
}

ul{
	display: block;
	list-style: none;
}

a{
	text-decoration: none;
	color:#000;
	transition: color 0.5s;
}

button{
	transition: color 0.5s;
}

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

input, textarea{
	border: none;
}

input[type="checkbox"]{
    float: left;
    margin-right: 6px;
    margin-left: 0;
}

span.wpcf7-list-item {
    margin: 0;
}

blockquote:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

.entry-content ul{
	list-style: disc outside;
    margin: 0px 20px 20px 20px;
}

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

.entry-content table td{
    border:1px solid #12816d;
    padding: 5px;
}

.entry-content table td p{
    margin-bottom: 0;
}


address{
	font-style: normal;
}
/*******RESET********/



/*******LAYOUT********/
.inner_page {
    margin: 0 auto;
    max-width: 1270px;
    position: relative;
    padding: 0 15px;
}


#main_content{
	margin-top: 80px;
	padding-top: 40px;
	padding-bottom: 40px;
	transition: all 0.4s;
	overflow: hidden;
}

.page-template-front-page #main_content{
	padding-top: 0px;
    padding-bottom: 0px;
}


.sticky #main_content{
	margin-top: 46px;
	transition: all 0.4s;
}

.inner_page {
	margin: 0 auto;
    max-width: 1312px;
    position: relative;
    padding: 0 20px;
}



.site-header{ 
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    padding: 18px 0 0 0;
    background: #12816d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
	transition: all 0.4s;
}

.sticky .site-header {
    height: 46px;
	padding: 8px 0 0 0;
}

.site-header .inner_page{
	display: flex;
	justify-content: space-between;
	    align-items: center;
}

.heading-wrapper{
	float: left;
	margin: 14px 0 0 12px;
}

h1.site-title{
	font-size: 0;
   /* margin-top: 38px;*/
}

h1.site-title a{
    color: #111e48;
    text-decoration: none;
    /* text-transform: uppercase; */
    display: inline-block;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.site-title img{
	width: 262px;
    height: auto;
	transition: all 0.4s;
	float: left;
}

.sticky .site-title img{
	width: 200px;
}

/*
.main-navigation{
	margin-top: 16px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 15px;
	pointer-events: none;
}
*/

.menu-toggle{
    position: relative;
    overflow: hidden;
    margin: 0 -3px 0 0;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: background .3s;
    float: right;
    background-color: transparent;
    border-radius: 0;
    outline: none;
	display: none;
	pointer-events: auto;
}

.menu-toggle span{
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    height: 4px;
    background: #fff;
    transition: background 0s .2s,background-color .4s;
}

.menu-toggle:hover span{
    background-color: #a7c7bf;
}


.menu-toggle span:before,
.menu-toggle span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}

.menu-toggle:hover span:before,
.menu-toggle:hover span:after {
    background-color: #a7c7bf;
}

.menu-toggle span:before{
    transition-property: top,transform,background-color;
    transition-duration: .2s,.2s,.4s;
    transition-delay: .2s,0s,0s;
    top: -9px;
}

.menu-toggle span:after{
    transition-property: bottom,transform,background-color;
    transition-duration: .2s,.2s,.4s;
    transition-delay: .2s,0s,0s;
    bottom: -9px;
}

.menu-toggle.toggled-on span {
    background: 0 0;
}

.menu-toggle.toggled-on span:before,
.menu-toggle.toggled-on span:after {
    transition-delay: 0s,.3s;
}

.menu-toggle.toggled-on span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-toggle.toggled-on span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.main-navigation a {
	color: #111e48;
	font-size: 13px;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #009ca9;
}


.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
	font-family: Lato, sans-serif;
	font-weight:normal;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color:#fff;
}
.main-navigation li a {
	white-space: nowrap;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
	color: #a7c7bf;
}


.main-navigation li {
	margin: 0 12px 0 0;
	position: relative;
}

.main-navigation li.menu-item-has-children {
    /*margin: 0 24px 0 0;*/
}

.main-navigation li:last-child {
	margin: 0;
	padding-bottom: 6px;
}

.main-navigation li:first-child {
	
	padding-top: 6px;
}

.main-navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation li ul ul {
	top: 0;
	left: calc(100% + 10px);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation .focus > ul {
	border-left: 0;
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
	padding-top: 10px;
	margin-left: -10px;

}

.main-navigation ul li:hover > ul > li > ul{
	padding-top: 0px;
}


.sticky .main-navigation ul li:hover > ul,
.sticky .main-navigation ul li:focus > ul,
.sticky .main-navigation .focus > ul {
	padding-top: 10px;

}


.main-navigation ul li:hover > ul > li:hover > ul{
	padding-top: 0px;
}	


.main-navigation li ul.sub-menu li{
	width: 180px;
    background: #12816d;
}


.main-navigation li ul li a:not(.menu_expand) {
	background: #12816d;
    border: none;
    display: inline-block;
   
    line-height: 16px;
    padding: 8px 10px;
   
    white-space: normal;
    color: #fff;
    text-transform: none;
	width: calc(100% - 22px);
}


.main-navigation li ul.sub-menu li a.menu_expand{
	float: right;
    margin: 8px 12px 0 0;
}

.main-navigation li ul.sub-menu li a.menu_expand i{
	transform: rotate(-90deg);
}


/*
.main-navigation li ul li a:hover,
.main-navigation li ul li a:focus {
	color: #009CA9;	
}
*/

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #a7c7bf;
}

.main-navigation li a.menu_expand{
	margin-left: 6px;
    line-height: 0;
	vertical-align: top;
}


/*
.main-navigation li.menu-item-has-children::after{
	display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #192B66;
    border-bottom: 1px solid #192B66;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 250ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 250ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 250ms cubic-bezier(0.86, 0, 0.07, 1);
    content: '';
    margin-top: -3px;
}
*/

.single .entry-content a.button,
.button{
	text-decoration: none;
    background: #12816d;
    color: #fff;
    padding: 16px 40px;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: none;
    transition: all 0.4s;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
	font-size: 17px;
	text-align: center;
	border: none;
	cursor: pointer;
}

.single .entry-content a.button:hover,
.button:hover{
	color: rgba(255, 255, 255, 0.5);
	/*background: #fff;*/
}

.button.medium{
    padding: 15px 30px;
	font-size: 15px;
}

.button.small{
    padding: 9px 12px;
    font-size: 13px;
}

.button.bold{
    font-weight: 700;
}

.single-events .entry-content a.button{
	margin-top: 20px;
}



.top_search{
	position: relative;
    
}

.main-navigation{
	display: flex;
	align-items: center;
}

.menu-main-menu-container {
    padding-right: 16px;
	margin-top: -2px;
}

.top_search input{
	padding: 4px 30px 5px 6px;
    position: relative;
    border: none;
    color: #12816d;
    width: 148px;
    font-size: 16px;
    line-height: 1;
}

.top_search button {
    border: none;
    background: transparent;
    font-size: 0;
    position: absolute;
    right: 0;
    padding: 5px;
    top: 0;
	color: #12816d;
	cursor: pointer;
	outline: none;
}

.top_search button:hover {
	color: #a7c7bf;
}

.top_search button i {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #12816d;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #12816d;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #12816dú;
}


.footer_sections{
	display: flex;
	/*margin: 0 -10px 0 -10px;
	flex-wrap: wrap;*/
	justify-content: space-between;
}


.footer-section.footer-address,
.footer-section.footer-tweets{
	padding-right: 20px;
}
	
/*
.footer-section{
	width: 25%;
	padding: 0 10px;
}

.footer-section.footer-tweets{
	width: 51%;
}
.footer-section.footer-address{
	width: 32%;
}
.footer-section.footer-social{
	width: 17%;
}
*/

.footer-section.footer-tweets ul{
	max-width: 480px;
}


#main_footer{
	background: #12816d;
    color: #fff;
	padding: 40px 0;
	clear: both;
}

#main_footer a {
    color: #fff;
}

#main_footer a:hover {
    color: #a7c7bf;
}

.latest_tweets li{
    padding-bottom: 20px;
	float: left;
    clear: both;
}

.latest_tweets li i {
    font-size: 46px;
    float: left;
    margin: 0 10px 10px 0;
    color: #ffffff;
	transition: color 0.5s;
}

.latest_tweets p{
    
    color: #fff;
    overflow: hidden;
    position: relative;
}

.latest_tweets a{
   color: #fff;	
}

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

.footer_sections h2{
	font-size: 29px;
	padding-bottom: 18px;
}

.footer-social li {
    float: left;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
}

.footer-social li a {
    font-size: 59px;
    line-height: 0;
    margin-right: 14px;
	color:#fff;
}

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

.blog_link a:hover i, 
.footer-social li a:hover {
	color:#a7c7bf;
}

.publications-menu a{
	color: #fff;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-menu li a:hover,
.publications-menu a:hover{
	color: #a7c7bf;
}

.footer-menu{
	
}

.footer-menu li{
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}

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

.wiley-link{
	margin-left: auto;
}

.wiley-link svg{
	width: 134px;
	height:auto;
}

.menu-footer-menu-container{
	
	float: left;
}

.footer-menu-section{
	/*margin-top: 30px;*/
	display: flex;
	align-items: flex-end;
}

#subscribe-submit button{
	padding: 12px 14px;
    background: #fff;
    color: #a01916;
    font-weight: bold;
    display: inline-block;
    font-size: 19px;
    margin-top: 5px;
    transition: background 0.5s;
    border: none;
    cursor: pointer;
	font-family: 'Helvetica Neue LT Std', Helvetica, Arial, 'sans-serif';
	text-transform: uppercase;
}

#subscribe-submit button:hover{
	background: #000;
}

.widget_blog_subscription p{
	margin-bottom: 14px;
}

#subscribe-email input {
   	padding: 5px;
	width: 100%;
}


.alignleft, 
.alignright, 
.aligncenter {
    margin-bottom: 12px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 12px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 12px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-template-default .entry-content,
.page-template .entry-content{
	margin: 20px 0 0 0;
}

.menu-item.menu-search{
	display: none;
}

.entry-content{
	overflow-wrap: break-word;
}


.back-to-top {
	position: fixed;
    width: 30px;
    height: 30px;
    background: rgba(18, 129, 109, 0.5);
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
    padding: 0px 0 0 4px;
    z-index: 1;
    font-size: 22px;
    color: #a01916;
    outline: none;
    transform: translateX(60px);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0 5px 0px;
}

.back-to-top:hover {
	 background: rgb(18, 129, 109);
}



/*******LAYOUT********/

/*******HOME PAGE********/
.home-banner{
    background: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
	min-height: 500px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner-content{
	margin: 0 auto;
	max-width: 100%;
    padding: 15px 15px;
}

.home-banner svg{
	width: 210px;
    height: auto;
	margin-bottom: 30px;
	overflow: visible;
}


/*
.latest-section{
	padding: 40px 0;
}


.latest-section:nth-child(even){
	background: #f1e8dd;
}

*/

.section.latest-section.latest-section.events,
.section.latest-section.latest-section.post{
	background-color: #f3f9f8;
}

.section.latest-section.latest-section.news{
	background-color: #f5f6f7;
}


.latest-section ul{
	display: flex;
    margin: 0 -10px 0 -10px;
    clear: both;
    flex-wrap: wrap;
}

.latest-section ul li{
	background: #fff;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.4);
    padding: 18px 22px 22px 22px;
    margin: 0 10px 20px 10px;
	flex-basis: calc(33.3333% - 20px);
}




.latest-section ul li a.latest-image-link{
	display: block;
}

.latest-section ul li img{
	width: 100%;
	height: auto;
	transition: transform 0.5s;
}

/*
.latest-section h2{
	font-family: 'D-DIN Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 30px;
	color:#a01916;
	text-transform: uppercase;
	    padding-bottom: 20px;
	float: left;
}
*/

.latest-section h4,
.latest-section p{
	color:#000;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
}

.latest-section h4{
    color: #828282;
}

.latest-section h4{
	overflow-wrap: break-word;
}

.latest-section p{
	margin-top: 4px;
}

.section-image{
	height: 0;
    overflow: hidden;
    padding-bottom: 74%;
    margin-bottom: 18px;
    margin-left: -22px;
    width: calc(100% + 44px);
    
}

.latest-section.book-reviews .section-image,
.latest-section.pesgb-book-series .section-image,
.latest-section.journal-issues .section-image{
	height: auto;
	padding-bottom: 0;	
}

.latest-section h3{
	font-size: 18px;
	transition: color 0.5s;
	padding-bottom: 18px;
    color: #12816d;
}

.latest-section ul li.events,
.latest-section.events ul li{
	background: #12816d;
}

.latest-section ul li.events p,
.latest-section ul li.events h4,
.latest-section ul li.events h3,
.latest-section.events p,
.latest-section.events h4,
.latest-section.events h3{
    color: #fff;
}

.latest-section ul li.events a:hover h3,
.latest-section.events a:hover h3{
	color: #a7c7bf;
}
 
.latest-section ul li.events .read_more_link,
.latest-section.events .read_more_link{
	background:#fff;
	color:#12816d;
}

.latest-section ul li.events .read_more_link:hover,
.latest-section.events .read_more_link:hover{
	background:#0b5044;
	color:#fff;
}



.section.latest-section.news h2{
	color: #3b4963;
}

.latest-section.news h3{
    color: #3b4963;
}
.latest-section.news a:hover h3{
	color: #b1b6c1;
}

.latest-section.news .read_more_link{
	background:#3b4963;
}

.latest-section.news .read_more_link:hover{
	background:#222a39;
}

.latest-section.news .button.latest-posts-all{
	background: #3b4963;
}

.latest-section.news .button.latest-posts-all:hover{
	background: #222a39;
	color:#fff;
}

.button.latest-posts-all{
	margin-top: 32px;
}

.post-password-form input[type=submit],
button#catapultCookie,
.form-submit input[type=submit],
.comment-reply-link,
.read_more_link{
   padding: 9px 8px;
    background: #12816d;
    color: #fff;
    text-transform: uppercase;
    /* font-weight: bold; */
    display: inline-block;
    font-size: 12px;
    margin-top: 14px;
    transition: background 0.4s;
    border: none;
    cursor: pointer;
    border-radius: 0;
    line-height: 1.2;
    box-shadow: none;
}

button#catapultCookie{
	padding: 9px 10px !important;
	border-radius: 0 !important;
}

button#catapultCookie:hover{
	background: #fff;
	color: #9f1915 !important;
}


#catapult-cookie-bar a{
	text-decoration: underline;
}

.post-password-form input[type=password]{
    border: 1px solid;
    padding: 5px 5px 6px 5px;
    margin-top: 0;
    display: inline-block;
}

.post-password-form input[type=submit]{
    margin-top: 0;
    vertical-align: top;
}

.section.latest-section .dropper{
    transform: translateY(-150px);
    opacity: 0;
}

.section.latest-section .dropper:nth-child(3n+1){
	transition: all 1s ease;
}
.section.latest-section .dropper:nth-child(3n+2){
	transition: all 1.3s ease;
}
.section.latest-section .dropper:nth-child(3n+3){
	transition: all 1.6s ease;
}

.section.latest-section .dropper.slide-in {
    transform: translateY(0);
    opacity: 1;
}


.search .section.latest-section .dropper:nth-child(4n+1){
	transition: all 1s ease;
}
.search .section.latest-section .dropper:nth-child(4n+2){
	transition: all 1.2s ease;
}
.search .section.latest-section .dropper:nth-child(4n+3){
	transition: all 1.4s ease;
}
.search .section.latest-section .dropper:nth-child(4n+4){
	transition: all 1.6s ease;
}















.comments-area .reply span{
	display:none;
}

.comment-reply-link{
	margin-top: 0px;
}

.single .sd-content ul li a.sd-button:hover,
.form-submit input[type=submit]:hover,
.comment-reply-link:hover,
.read_more_link:hover{
	background: #0b5044;
	border: none;
}

.latest-section a:hover .section-image img{
	transform: scale(1.1);
}

.latest-section a:hover h3{
	color:#0b5044;
}



.all_cats{
	float: right;
	margin: 0 0 10px 10px;
}

.section {
    padding: 70px 0;
}

.archive .section.latest-section.latest-section.events,
.page-template-events-page .section.latest-section.events,
.single-authors .section.latest-section,
.archive .section.latest-section,
.blog .section.latest-section {
    padding: 0;
	background-color: transparent;
}


/*******HOME PAGE********/

/*******SINGLE POST********/

/*
#primary{
	width: 75%;
    padding-right: 20px;
    float: left;
}
*/

#primary,
.page-template-default #primary,
.page-template #primary,
.error404 #primary{
	width: 75%;
    padding-right: 40px;
    float: left;
}

#secondary{
    width: 25%;
    float: left;
}

#primary.full-width,
.page-template-default #primary.full-width,
.search #primary, 
.page-template-front-page #primary{
	width: 100%;
    padding-right: 0px;
    float: none;
	
}

.entry-content table,
.page-template-default .entry-content p,
.page-template .entry-content p,
#category-info .entry-content p,
.single-post article p{
    margin-bottom: 20px;
}

.entry-content table{
	border-collapse: collapse;
}

.page-template-default .entry-content table p,
.entry-content table p{
	margin-bottom: 0px;
}


.page-template-default article > *:last-child,
.page-template .entry-content blockquote > *:last-child,
#category-info .entry-content > *:last-child,
.single-post article > *:last-child{
    margin-bottom: 0px;
}


.entry-header img{
	margin-bottom: 10px;
}

.entry-meta{
	padding: 10px 0;
	color: #686861;
    font-size: 14px;
}

.auth-list{
	font-weight: bold;
    color: #12816d;
}

blockquote{
	background-color: #f3f9f8;
    margin: 20px 0 20px 0;
    padding: 20px 40px;
    clear: both;
    font-size: 20px;
    position: relative;
}

blockquote:before{
	content: '“';
    position: absolute;
    font-size: 63px;
    top: 6px;
    left: 11px;
    line-height: 1;
	font-family: sans-serif;
	color:#12816d;
}

blockquote:after{
    content: '”';
    position: absolute;
    font-size: 63px;
    bottom: 0;
    right: 11px;
    margin-bottom: -28px;
    line-height: 1;
	font-family: sans-serif;
	color:#12816d;
}

.page-template-default article blockquote p:last-child,
.single-post article blockquote p:last-child{
	margin-bottom: 0;
}

.single-post .intervention-authors{
	    color: rgba(0, 0, 0, 0.5);
}

.youtube-container{
	width: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
	margin-bottom: 20px;
}

.youtube-container iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-error{
	display: block;
    background: #a01916;
    color: #fff;
    padding: 20px;
}

.page-template-default .entry-content a,
.page-template .entry-content a,
#category-info .entry-content a, 
.single .entry-content a {
   	color: #12816d;
    font-weight: bold;
}

.page-template-default .entry-content a:hover,
.page-template .entry-content a:hover,
#category-info .entry-content a:hover,
.single .entry-content a:hover {
    /*color: rgba(160, 25, 22, 0.7);*/
	color: #000;
}

ul.lecture-vids{
	display: flex;
	margin: 0 -5px 20px -5px;
	    flex-wrap: wrap;
	list-style: none;
}


ul.lecture-vids li{
	    padding: 0 5px;
	position: relative;
	width:33.3333%;
}

ul.lecture-vids li a.video-link{
	position: relative;
	display: block;
}

ul.lecture-vids li a.video-link img{
	border: 1px solid #e8e8e8;
	width: 100%;
}

ul.lecture-vids li a.video-link:after {
	content: '\f16a';
    font-family: 'fontAwesome';
    margin: -21px 0 0 -21px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 43px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: color 0.5s;
    text-shadow: 0 0 5px #000000;
}

ul.lecture-vids li a.video-link:hover:after {
    color: #ff0000;
}

#under_article{
	margin: 10px 0 20px 0;
}

.page-template-events-page header.entry-header,
.archive header.entry-header,
.blog header.entry-header{
	background: #12816d;
    color: #fff;
    padding: 10px;
    /* font-size: 30px; */
    margin-bottom: 20px;
}

.archive header.entry-header h1,
.blog header.entry-header h1{
	font-size:30px;
}


/*******SINGLE POST********/

/* =Comments
-------------------------------------------------------------- */

.comments-area {
    background: #a2cdc5;
    padding: 20px;
	margin-bottom: 0px;
}

.commentlist{
	list-style: none;
	margin: 0;
    padding: 0;
}

.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	border-radius: 100%;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 55px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
.commentlist .pingback {
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 0px;
}

#under_article .widget-title,
#jp-relatedposts h3.jp-relatedposts-headline,
div.sharedaddy h3.sd-title,
.comments-title,
#respond h3#reply-title {
	font-size: 18px;
	line-height: 1.5;
}

#under_article .widget-title{
    margin: 0 0 1em 0;
}

#jp-relatedposts h3.jp-relatedposts-headline,
div.sharedaddy h3.sd-title{
	width:100%
}

#under_article .widget-title:before,
#jp-relatedposts h3.jp-relatedposts-headline em:before,
div.sharedaddy h3.sd-title:before {
    border-color: #a01916;
}

#under_article .widget-title:before{
	content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #a01916;
    margin-bottom: 1em;
}

.tag-title{
	font-size: 14px;
    margin-bottom: 10px;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    -moz-opacity: 1;
    opacity: 1;
}

#respond form {
	margin: 0;
}
#respond form p {
	margin: 0 0 10px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	color: #5e5e5e;
}

#cancel-comment-reply-link{
    margin-left: 10px;
}

.required {
	color: #a01916;
}

.comment-form label{
	padding-bottom: 6px;
}

.comment-form .comment-form-cookies-consent label{
	padding-bottom: 0px;
}


.comment-content a{
	color:#9f1915;
}

.comment-content a:hover{
	color:#000;
}

.tag-list li{
    display: inline-block;
}

.tag-list li a{

    text-decoration: none;
    color: #a01916;
    padding: 4px 6px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 2px;
    transition: all .5s ease;
    border-radius: 0;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #a01916;
}

.tag-list li a:hover{
	background-color: #a01916;
	color: #fff;
}

#secondary .widget{
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.4);
}
#secondary .widget p{
	margin-bottom: 10px;
}
#secondary .widget-title{
	background: #12816d;
    color: #fff;
    padding: 10px 15px;
    margin: -15px -15px 15px -15px;
 
}

.widget_pesgb_child_links_widget a,
.widget_pesgb_event_type_widget a,
.widget_archive a,
.widget_recent_entries a,
.widget_categories a{
    padding: 0px 0 6px 14px;
    display: inline-block;
    font-weight: bold;
    /* overflow: hidden; */
    /* border: 1px solid; */
    position: relative;
}

.widget_archive a,
.widget_recent_entries a{
	padding: 0px 0 0px 14px;
}

.widget_archive li,
.widget_recent_entries li{
	    margin-bottom: 10px;
}





.page-template .entry-content ul.child-pages li a:hover{
	color: #000;	
}


.widget_pesgb_child_links_widget .current-page a,
.widget_pesgb_child_links_widget a:hover,
.widget_pesgb_event_type_widget a:hover,
.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_categories .current-cat a,
.widget_categories a:hover{
	color: #12816d;	
}

.widget_pesgb_child_links_widget a:before,
.widget_pesgb_event_type_widget a:before,
.widget_archive a:before,
.widget_recent_entries a:before,
.widget_categories a:before{
    content: '\f0da';
    font-family: 'fontAwesome';
    margin-right: 5px;
    color: #12816d;
    font-size: 19px;
    display: inline-block;
    transition: color 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

.widget_archive span.post-date,
.widget_recent_entries span.post-date{
	    color: #686861;
    font-size: 12px;
    margin-left: 15px;
	
}

ul.publications-menu li a:before{
    color: #fff;	
}

ul.publications-menu li a:hover:before{
    color: #000;	
}

.single .category-book-reviews .wp-post-image,
.single .category-journal-issues .wp-post-image{
	width: 36%;
    float: left;
    margin: 0 15px 15px 0;
}

p.wp-caption-text{
	font-size: 12px;
    font-style: italic;
	margin-bottom: 0 !important;
}

.entry-content h2{
	margin-bottom: 20px;
}

.jp-relatedposts-post a{
	overflow: hidden;
	display: block;
}

.jp-relatedposts-post-a{
	margin-bottom: 10px;
}

.jp-relatedposts-post-a img{
	transition: transform 0.5s;
}

.jp-relatedposts-post a:hover img{
    transform: scale(1.1);
}

.jp-relatedposts-post * {
    text-decoration: none !important;
}



/*******ARCHIVE********/

/*
.search-results #content article,
.archive #content article{
    padding: 20px;
	width: 100%;
	background: #f1e8dd;
    margin-bottom: 10px;
	
}
*/

.search-results .archive-image a,
.archive .archive-image a{
	float: left;
    margin: 0px 20px 20px 0px;
	overflow: hidden;
	
	max-width: 50%;
}

.search-results .archive-image a img,
.archive .archive-image a img{
	transition: transform 0.5s;
}

.search-results .archive-image a:hover img,
.archive .archive-image a:hover img{
    transform: scale(1.1);
}

.search-results .archive-text,
.archive .archive-text{
	overflow:hidden;
}

.search-results .entry-header h2.entry-title,
.archive .entry-header h2.entry-title{
	font-size: 20px;
}

.pagination{
    margin: 20px 0;
}

.pagination a,
.pagination span {
	width: 26px;
    height: 26px;
    transition: all .5s;
    box-sizing: border-box;
    padding: 5px 0 0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    /* border-radius: 100%; */
    overflow: hidden;
    background: #fff;
    color: #12816d;
    border: 1px solid #12816d;
}

.pagination a{
    background: #12816d;
    color: #fff;
}


.pagination span.page-numbers.dots{
	background: none;
	color: #000;
}

.pagination a:hover{
	background: #0b5044;
    /* color: #fff; */
    border-color: #0b5044;
}

.search-results .category-pesgb-book-series .wp-post-image,
.search-results .category-book-reviews .wp-post-image,
.search-results .category-journal-issues .wp-post-image,
.archive .category-pesgb-book-series .wp-post-image,
.archive .category-book-reviews .wp-post-image,
.archive .category-journal-issues .wp-post-image{
	max-height: 240px;
	width: auto;
	
    
}

.page-template-events-page #category-info,
.blog #category-info{
	padding-bottom: 30px;
}

/*******ARCHIVE********/



/*******PEOPLE PAGE********/
#people_section{
	margin-top: 20px;
}

#people_section ul{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 0px -10px 0 -10px;
	list-style: none;
}

#people_section ul li{
    width: 25%;
    padding: 0px 10px 20px 10px;
}

/*
#people_section ul li span,
#people_section ul li a{
	padding: 20px;
    display: block;
	transition: background 0.5s;
}

#people_section ul li a:hover{
	background: #f1e8dd;
}
*/


#people_section ul li span{
    padding: 20px;
    display: block;
    border: 1px solid #cecece;
    height: 100%;
    width: 100%;
}

#people_section ul li .img-outer{
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px;
}

#people_section ul li img{
	transition: transform 0.5s;
	max-width: 100%;
	float: left;
	background: #f1e8dd;
	width: 200px;
    height: auto;
}

#people_section ul li a:hover img{
	transform: scale(1.1);
}

.entry-content #people_section h2 {
    margin-bottom: 10px;
	color: #a01916;
}

.entry-content #people_section h3 {
    margin-bottom: 5px;
	font-size: 18px;
}

.person p.org{
	color: #686861;
}

.person div.people-biog p,
.person div.people-biog{
	margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}

.people-biog a{
	color: #a01916;
}

/*******PEOPLE PAGE********/

/*******CONTACT PAGE********/
.contact{
	background: #f1e8dd;
    padding: 20px;
}

.page-template-contact-page .entry-content.contact-form{
	width: 50%;
	float: left;
	padding-right: 20px;
}

.page-template-contact-page .contact{
	margin: 20px 0 0 0;
	float: left;
    width: 50%;
}

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="text"]{
	padding: 5px;
    width: 100%;
	margin: 6px 0 10px 0;
	border: none;
}



div.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 10px;
    border: none !important;
    color: #fff;
    clear: both;
    float: left;
    width: 100%;
}

div.wpcf7-validation-errors{
	background: #cc0000;
}

div.wpcf7-mail-sent-ok{
	background: #ffffff;
    color: #12816d;
}

span.wpcf7-not-valid-tip{
	color: #cc0000;
	margin-top: -5px;
}
/*
div.wpcf7 .ajax-loader {
	background-image: none;
    width: 23px;
    height: 23px;
  
    padding: 0;
    margin: -5px 0 0 10px;
    vertical-align: middle;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

div.wpcf7 .ajax-loader:before {
	font-family: fontawesome;
    content: "\f110";
    font-size: 23px;
    color: #12816d;
    margin-top: -2px;
    position: absolute;
}
*/
/*******CONTACT PAGE********/


/*******LINK PAGE********/
#link_section ul li{
	padding: 0;
}

#link_section ul li a{
	padding: 10px;
    display: block;
    transition: background 0.5s;
    border-bottom: 1px solid #cecece;
	
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

}


#link_section ul > li:first-child a{
	border-top: 1px solid #cecece;
}

#link_section ul li a:hover{
	background:#f1e8dd;
}

#link_section ul li span{
	font-weight: bold;
	color: #000;
}

.entry-content #link_section ul{
	list-style: none;
    margin: 0px ;
}
/*

/*******LINK PAGE********/

/*******PARENT PAGE********/
.entry-content ul.child-pages{
	list-style: none;
    margin: 0;
}

/*******PARENT PAGE********/


/*******ISSUE PAGE********/
.entry-content ul.journal-articles{
	list-style: none;
	margin: 10px 0 0 0;
}

ul.journal-articles li{
	margin-bottom: 10px;
}

/*******ISSUE PAGE********/






/*******SLIDESHOW********/
.slideshow_loader{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: all 0.4s;
}

.slideshow_loader.hide{
	opacity: 0;
}

.slideshow_loader.kill{
	display:none;
}

.home_slideshow{
    height: 580px;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    position: relative;
    background-size: cover;
    background-position: center center;
    
}

.home_slideshow ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 464px;
}

.home_slideshow ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*text-align: center;*/
}


.bx-controls{
    text-align: center;
    margin-top: 0;
    z-index: 2;
    position: absolute;
    bottom: 18px;
    width: 100%;
}

.bx-pager-item{
	display: inline-block;
    margin: 0 5px;
}

.bx-pager-link{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.6);;
    border-radius: 100%;
    text-indent: -9999px;
	vertical-align: top;
}

.bx-pager-link.active {
    background: #fff;
   
}

.slide_button{
	margin: 14px 0;
	text-shadow:none;
}

.slide_button:hover{
	background:#fff;
}


#main_banner.slideshow {
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slideshow_loader{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: all 0.4s;
	z-index: 3;
}

.slideshow_loader.hide{
	opacity: 0;
}

.slideshow_loader.kill{
	display:none;
}

#main_banner.slideshow ul{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 580px;
	
}


#main_banner.slideshow ul li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	text-align: center;
	
}


#main_banner.slideshow ul li.tinted{
	
	background-color: white;
  	background-blend-mode: multiply, luminosity;
	filter:brightness(120%);
}


#main_banner.slideshow .section_more:hover{
	color:#fff;
}

#main_banner.slideshow h2{
    font-weight: bold;
    font-size: 40px;
    outline: 0;
    color: #fff;
    padding: 0;
    float: left;
    clear: both;
    opacity: 0;
    transform: scale(1.5);
    transition: all 1s ease;
    /* font-family: 'Source Serif Pro', serif; */
    line-height: 42px;
    max-width: 540px;
	width: 100%;
}

#main_banner.slideshow .shown h2{
	opacity: 1;
    transform: scale(1);
}

#main_banner.slideshow h3{
    font-weight: normal;
    font-size: 22px;
    outline: 0;
    color: #fff;
    margin-top: 16px;
    padding: 0;
    max-width: 540px;
    float: left;
    clear: both;
    opacity: 0;
    transform: scale(1.5);
    transition: all 1.2s ease;
	width: 100%;
}

#main_banner.slideshow .shown h3{
	opacity: 1;
    transform: scale(1);
}

.slide-content{
    position: relative;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: left;
}

/*
.home li:nth-child(odd) .slide-content{
   
    text-align: right;
}
*/


.pager{
    position: absolute;
    bottom: 33px;
    left: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
    text-align: center;
	margin:0;
}


.slide-content .button{
	float:left;
	clear:both;
	margin-top: 20px;	
	opacity: 0;
    transform: scale(1.5);
    transition: transform 1.4s ease, background 0.4s ease, color 0.4s ease ;
	
}


.page-template-front-page .featured_section .slide-content .button{
	float:right;
}

.featured_section .slide-in .button{
    opacity: 1;
    transform: scale(1);
}




.shown .slide-content .button{
	
		opacity: 1;
    transform: scale(1);
}

/*
.home #main_banner.slideshow li:nth-child(odd) .button,
.home #main_banner.slideshow li:nth-child(odd) h2,
.home #main_banner.slideshow li:nth-child(odd) h3{
	float:right;
}
*/

/*******SLIDESHOW********/

/*******CONTENT SECTIONS********/
.section{
	font-size: 18px;
}
.section.image_and_text_section .inner_page{
	display: flex;
}

.section.image_and_text_section .inner_page .sub-section{
	flex-basis: 50%;	
}


.section.image_and_text_section .inner_page.right .sub-section:nth-child(2){
	text-align: right;
}

.share-links h3,
.section h2{
	margin-bottom: 30px;
	line-height: normal;
	font-size: 29px;
	color: #12816d;
}

.share-links h3{
	margin-bottom: 0px;
}

.section.image_and_text_section p{
	margin-bottom: 24px;
}

.section.image_and_text_section p:last-child{
	margin-bottom: 0;
}

.section.image_and_text_section .button{
	border: 1px solid;	
	background-color: transparent;
}

.section.image_and_text_section .inner_page.left{
	flex-direction: row-reverse;
}

.section.image_and_text_section .inner_page.right .sub-section:last-child,
.section.image_and_text_section .inner_page.left .sub-section:first-child{
	padding: 0 0 0 12px;
}

.section.image_and_text_section .inner_page.left .sub-section:last-child,
.section.image_and_text_section .inner_page.right .sub-section:first-child{
	padding: 0 12px 0 0;
}




.section.image_and_text_section .sub-section.dropper{
    opacity: 0;
	transition-duration: 1s;
	transition-timing-function: ease;
}


.section.image_and_text_section .inner_page.left .sub-section:last-child,
.section.image_and_text_section .inner_page.right .sub-section:first-child{
	transition-delay: 0.4s;
	transform: translateX(-150px);
}

.section.image_and_text_section .inner_page.right .sub-section:last-child,
.section.image_and_text_section .inner_page.left .sub-section:first-child{
	transition-delay: 0.8s;
	transform: translateX(150px);
}

.section.image_and_text_section .inner_page.right .sub-section.slide-in:last-child,
.section.image_and_text_section .inner_page.left .sub-section.slide-in:first-child,
.section.image_and_text_section .inner_page.left .sub-section.slide-in:last-child,
.section.image_and_text_section .inner_page.right .sub-section.slide-in:first-child{
	transform: translateX(0);
    opacity: 1;
}





/*******CONTENT SECTIONS********/


/*******HOME PAGE********/
.section.image_and_text_section.welcome h2 {
    margin-bottom: 5px;
    line-height: normal;
    margin-top: 0;
    font-size: 18px;
	color: #12816d;
}

.section.image_and_text_section.welcome h1 {
    font-size: 29px;
    color: #12816d;
    margin-bottom: 26px;
}
/*******HOME PAGE********/




/*******RESOURCES********/
.section.resources .resources_inner{
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
}

.section.resources .sub-section{
	padding:20px;
	margin: 0 10px;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.8);
	overflow: hidden;
	position: relative;
}

.section.resources .section-content{
	width: 54%;
}

.section.resources h2{
	margin-bottom: 16px;
}

.section.resources p{
	margin-bottom: 28px;
}

.section.resources .sub-section img{
	position: absolute;
    bottom: -50px;
    width: 314px;
    height: auto;
    max-width: 50%;
    right: -8%;
}



.section.resources .sub-section.dropper{
    opacity: 0;
	transition-duration: 1s;
	transition-timing-function: ease;
}

.section.resources .sub-section.dropper:first-child{
	transition-delay: 0.4s;
	transform: translateX(-150px);
}

.section.resources .sub-section.dropper:last-child{
	
	transition-delay: 0.8s;
	transform: translateX(150px);
}

.section.resources .sub-section.dropper.slide-in{
	transform: translateX(0);
    opacity: 1;
}




/*******RESOURCES********/


/*******ISSUES********/

.issues_inner{
	display: flex;
}


.section.issues .sub-section{
	display: flex;
	flex-basis: 50%;
}

.section.issues .sub-section:first-child{
	border-right: solid 2px #12816d;
	padding-right: 30px;
}


.section.issues .sub-section:last-child{
	padding-left: 30px;
}

.section.issues h3{
	color:#000;
	font-size: 24px;
	margin-bottom: 20px;
}

.section.issues .issues-image{
    padding-right: 30px;
    flex-basis: 42%;
}

.section.issues .section-content{
	flex-basis: 58%;
}

.section.issues img{
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.8);
}

.section.issues p{
	margin: 0 0 10px 0;
}

.section.issues .button{
	font-size:16px;
	padding: 15px 30px;
	margin: 10px 10px 0 0;
}

.section.issues .button.second{
	background: #3b4963;
	margin: 10px 0px 0 0;	
}



.section.issues .sub-section.dropper{
    opacity: 0;
	transition-duration: 1s;
	transition-timing-function: ease;
}

.section.issues .sub-section.dropper:first-child{
	transition-delay: 0.4s;
	transform: translateX(-150px);
}

.section.issues .sub-section.dropper:last-child{
	
	transition-delay: 0.8s;
	transform: translateX(150px);
}

.section.issues .sub-section.dropper.slide-in{
	transform: translateX(0);
    opacity: 1;
}

/*******ISSUES********/


/*******SIGN UP********/

.signup{
    text-align: right;
	    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 170px 0;
}



.signup h2{
	color: #3b4963;
    text-align: right;
    padding: 0 0 18px 0;
    margin: 0;
}

.signup p{
	color: #3b4963;
    text-align: right;
    display: block;
    margin: 0 0 20px 0;
    padding-bottom: 0;
}

.signup .button{
	text-align: center;
    background: transparent;
    color: #3b4963;
    border: 1px solid;
}

.signup .button:hover{
	background: #12816d;
    color: #fff;
    border-color: transparent;
}

/*******SIGN UP********/



/*******BLOG DETAIL********/

.author-details{
	border-top: solid 2px #12816d;
    margin-top: 40px;
    padding-top: 20px;
}

.author-details h3{
    margin-bottom: 20px;
}

.author{
	background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.4);
	display: flex;
    width: 100%;
	margin-bottom: 30px;
}

.author-details h4{
	margin-bottom: 4px;
    color: #12816d;
    font-size: 18px;
}

.author-details h5{
	margin-bottom: 4px;
    color: #828282;
    font-size: 16px;
}

.single-post .author img.wp-post-image{
	float: left;
    margin: 0 20px 0 0;
	width: auto;
}

.author .author-biog{
	overflow: hidden;
	margin: 0 20px 0 0;
	flex-basis: 76%;
}

.contacts li{
    display: inline-block;
    font-size: 0;
    background: #12816d;
    color: #fff;
    padding: 5px 0 0 0;
    margin: 0px 0px 5px 0;
    width: 30px;
    height: 30px;
    text-align: center;
	float: right;
}

.contacts li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.5s;
    display: block;
    font-size: 16px;
}

.contacts li a i {
	transition: opacity 0.4s;
}
.contacts li a:hover i {
	opacity:0.5;
}

.author-image{
	flex-basis: 20%;
    padding: 0 20px 0 0;
}

.contacts{
	flex-basis: 4%;
}

.author-biog .button{
	margin-top: 12px;
}

.page-template-parent-page .wp-post-image,
.page-template-default .wp-post-image,
.single-events .wp-post-image,
.single-post .wp-post-image{
	float: left;
    width: 100%;
    margin: 0px 20px 20px 0px;
}
/*******BLOG DETAIL********/

/*******AUTHOR PAGE********/

.single-authors .entry-content img{
	float: left;
    margin: 0px 20px 20px 0;
}

.single-authors .auth-list{
	margin: 0px 0px 10px 0;
}

.single-authors .contacts li{
	float: none;
	margin: 0px 5px 5px 0;
}

.single-authors .contacts{
    margin-top: 20px;
	margin-bottom: 20px;
}

h2.author-post-title{
	clear: both;
	margin-bottom: 20px;
}
/*******AUTHOR PAGE********/


/*******SUBMIT EVENT********/
.form.event-submit{
	background: #a2cdc5;
    padding: 20px;
    color: #000;
	margin-bottom: 40px;
}

.form.event-submit .column-50{
	width:50%;
	float: left;
	padding: 10px 20px;
}

.form.event-submit h3{
	margin-bottom: 10px;
}

.grecaptcha-badge{
	display: none;
}

.tiny-terms{
	font-size: 10px;
    margin-top: 20px;
}
/*******SUBMIT EVENT********/

/*******EVENTS********/

.event-details li{
	margin-bottom: 2px;
}


.event-details li:before{
	font-family: fontawesome;
    font-size: 17px;
    color: #12816d;
    width: 24px;
    display: inline-block;
    text-align: center;
    margin-left: -3px;
}


.event-when:before{
	content: '\f133';
}

.event-time:before{
	content: '\f017';
}

.event-where:before{
	content: '\f041';
}

.event-what:before{
	content: '\f02b';
}

/*******EVENTS********/

/*******SEARCH********/
.search .section.blog-list {
    padding: 30px 0 0px 0;
}

.search-post-type{
    text-transform: capitalize;
}

.search .latest-section ul li {
    flex-basis: calc(25% - 20px);
}
/*******SEARCH********/

a.sharer {
    margin: 10px 5px 0 0;
    display: inline-block;
}

.sharer i {
    background-color: #12816d;
    color: #fff;
    border-radius: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: table-cell;
    font-size: 17px;
    transition: all .4s ease;
    -webkit-transition: all 1s ease;
    border: none;
}

a.sharer:hover i {
   color: rgba(255, 255, 255, 0.5);
}

.share-links {
    padding-bottom: 70px;
}

body button#catapultCookie:hover {
    
    color: #12816d !important;
}

.small{
	font-size: 11px;
    font-style: italic;
}

.topic-links {
    margin-bottom: 20px;
}

.topic-link {
    margin: 10px 5px 0 0;
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
	color: #12816d;
}

.topic-link:hover {
    background-color: #12816d;
    border-color: #12816d;
    color: #fff;
}

.slide-text{
    display: inline-block;
    float: left;
    width: 50%;
}

.slide-text.bg{
    background: rgba(0,0,0,.3);
    padding: 20px 20px 24px 20px;
}

/*******RESPONSIVE********/

.osano-cm-widget{display: none;}

@media screen and (max-width: 900px){
	
	/*
	.footer-section,
	.footer-section.footer-tweets,
	.footer-section.footer-publications{
		width: 50%;
	}
	
	*/
	
	
	
	.page-template-parent-page #primary,
	.page-template-default #primary,
	.page-template #primary,
	#primary {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 40px;
	}
	
	#secondary {
		width: 100%;
	}
	
	#people_section ul li {
		width: 33.3333%;
	}
	
	
	.menu-toggle {
		display: block;
	}
	
	.main-navigation li:last-child,
	.main-navigation li {
		margin: 10px 13px 10px 13px;
	}
	
	.main-navigation li:last-child{
		margin: 10px 13px 20px 13px;
	}
	
	.main-navigation li a,
	.main-navigation li{
		display: block;
	}
	
	/*MENU*/
	.main-navigation ul li:hover > ul,
	.main-navigation ul li ul {
		position: relative;
		top: auto;
		height: auto;
		width: auto;
		overflow:auto;
		clip:auto;
		opacity: 1;
	}
	
	.main-navigation li ul li a {
		background: none;
		border: none;
		display: block;
		line-height: inherit;
		padding: inherit;
		width: 210px;
		border-bottom: none;
	}
	
	.main-navigation ul.nav-menu{
		background: #12816d;
	}
	
	/*
	.main-navigation li.menu-item-has-children{
		margin: 0 13px 0 13px;
	}*/
	
	.main-navigation li.menu-item-has-children::after{
		display: none;
	}
	
	.main-navigation ul ul li:last-child{
		margin-bottom: 0;
	}
	
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul,
	.main-navigation ul li:hover > ul > li > ul,
	.sticky .main-navigation ul li:hover > ul,
	.sticky .main-navigation ul li:focus > ul,
	.sticky .main-navigation .focus > ul,
	.main-navigation ul li:hover > ul > li:hover > ul{
		padding-top: 0px;
		margin-left: 0px;
	}

	
	.main-navigation{
		position: relative;
	}
	
	.menu-main-menu-container{
		position: absolute;
		margin-top: 34px;
		
		right: -400px;
		top: 0;
		transition: right 1s ease, margin-top 0.4s;
		
		max-height: calc( 100vh - 40px );
    	overflow-y: scroll;
		
	}
	.sticky .menu-main-menu-container{
		margin-top: 34px;
	}
	
	.menu-main-menu-container.toggled-on{
		right: -38px;
	}
	
	
	.site-header {
		height: 46px;
		padding: 12px 0 0 0;
	}
	
	#main_content {
		margin-top: 46px;
	}
	
	.sticky .site-header {
		padding: 12px 0 0 0;
	}
	
	
	
	.mobile.menu-item{
		display: block;
	}
	
	.sticky .site-title img,
	.site-title img {
		width: 200px;
	}
	
	.header_search{
		display: none;
	}
	
	.site-header,
	.sticky .site-header {
		height: 46px;
		padding: 8px 0 0 0;
	}
	
	
	.sub-menu{
		padding: 0px 0 0 20px;
		max-height: 0px;
		overflow: hidden;
		transition: max-height .5s;
	}
	
	.main-navigation li a.menu_expand.sub-menu-on i {
		transform: rotate(-180deg);
	}

	.sub-menu.show {
		max-height: 600px;
	}

	.main-navigation li a.menu_expand {
		display: inline-block;
		width: 16px;
		margin: 0px 0px 0 6px;
		padding: 0px;
		right: 0px;
		position: absolute;
		top: -1px;
	}
	
	
	.main-navigation li ul.sub-menu li a.menu_expand{
		float: none;
		margin: 0px 0px 0 6px;
	}
	
	.main-navigation li ul.sub-menu li a.menu_expand i {
		transform: none;
	}
	
	

	.main-navigation li a.menu_expand i {
		font-size: 28px;
		color: #fff;
		transition: all .4s ease;
		-webkit-transition: all .4s ease;
		vertical-align: top;
		margin-top: -10px;
		transform-origin: 8px 20px;
	}
	
	
	.main-navigation li ul li a:not(.menu_expand){
		padding: inherit;
		width: 240px;
	}
	
	
	.main-navigation li ul ul {
		
		left: 0;
	}
	
	
	.main-navigation li ul.sub-menu li {
		width: auto;
		margin: 10px 0px 0px 13px;
	}
	
	
	.main-navigation li:last-child {
		padding-bottom: 0px;
	}

	.main-navigation li:first-child {

		padding-top: 0px;
	}
	
	
	.menu-item.menu-search{
		display: block;
	}

	.menu_search{
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
	}
	
	.menu_search.top_search input{
		width: 100%;
		font-size: 14px;
	}

	.top_search button{
		top: -1px;
	}
	
}


@media screen and (max-width: 768px){
	
	.section.resources .section-content {
		width: 100%;
	}
	
	.section.resources .button {
		padding: 15px 30px;
		font-size: 15px;
	}
	
	.section.resources .sub-section img {
		bottom: -13px;
		width: 86px;
		max-width:none;
		right: -4%;
	}
	
	.section.resources .section-content {
		width: calc(100% - 57px);
	}
	
	
	.footer-section{
		width: 33.3333%;
	}

    
    .search .latest-section ul li {
        flex-basis: calc(50% - 20px);
    }

}

@media screen and (max-width: 700px){
	
	.section {
		padding: 40px 0;
	}
	
	.issues_inner,
	.section.image_and_text_section .inner_page {
		flex-wrap: wrap;
	}

	.section.issues .sub-section,
	.section.image_and_text_section .inner_page .sub-section {
		flex-basis: 100%;
	}
	
	.section.issues .sub-section:first-child,
	.section.image_and_text_section .inner_page.right .sub-section:first-child{
		padding-bottom: 40px;
	}
	
	
	
	.latest-section ul li {
		flex-basis: 100%;
	}
	
	.section.resources .resources_inner {
		flex-wrap: wrap
	}
	
	.section.resources .sub-section{
		flex-basis: 100%;
	}
	
	.section.resources .sub-section:first-child{
		margin-bottom: 40px;
	}
	
	.section.issues .sub-section:last-child {
		padding-left: 0px;
	}
	
	.section.issues .sub-section:first-child {
		border-right: none;
		padding-right: 0px;
	}
	
	
	.footer_sections{
		flex-wrap: wrap;
	}
	
	.footer-section{
		width: 100%;
		padding-bottom: 20px;
	}

	.form.event-submit .column-50 {
		width: 100%;
		padding: 10px 0px;
	}
	
}

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

	.welcome-text {
		font-size: 18px;
	}
	
	
	
	.latest-section h3 {
		font-size: 16px;
	}
	
	.latest-section h4,
	.latest-section p {
		font-size: 14px;
	}
	
	.latest-section {
		padding: 40px 0 20px 0;
	}
	
	.footer-section,
	.footer-section.footer-tweets,
	.footer-section.footer-publications{
		width: 100%;
		padding-bottom: 20px;
	}
	
	.footer-menu-section {
		flex-direction: row-reverse;
		flex-wrap: wrap;
	}
	
	.wiley-link,
	.menu-footer-menu-container{
		width: 100%;
	}
	
	.wiley-link{
	    margin: 20px 0 0 0;
	}

	#category-info {
		padding-bottom: 10px;
	}
	
	p, body, input, textarea {
		font-size: 14px;
	}
	
	.footer_sections h2,
	h1 {
		font-size: 22px;
	}
	
	.search-results .entry-header h2.entry-title,
	.archive .entry-header h2.entry-title {
		font-size: 18px;
	}
	
	.entry-meta {
		padding: 5px 0;
		font-size: 12px;
	}
	
	.search-results .archive-text,
	.archive .archive-text {
		clear: both;
	}
	
	.search-results .archive-image a,
	.archive .archive-image a {
		max-width: 100%;
		margin: 0px 0px 10px 0px;
	}
	
	.comments-area {
		padding: 10px;
	}
	
	#people_section ul {
		margin: 0px -5px 0 -5px;
	}

	#people_section ul li {
		width: 50%;
		padding: 0px 5px 10px 5px;
	}
	
	
	.page-template-contact-page .entry-content.contact-form {
		width: 100%;
		padding-right: 0;
	}
	
	.page-template-contact-page .contact{
		width: 100%;
		margin: 0;
	}

	
	
	.back-to-top.sticky {
		transform: translateX(0px);
	}
	
	#main_banner.slideshow ul,
	.home_slideshow{
		height:400px;
	}
	
	#main_banner.slideshow h2 {
		font-size: 22px;
    	line-height: 28px;
	}
	
	#main_banner.slideshow h3 {
		font-size: 16px;
		margin-top: 14px;
	}
	
	.slide-content .button{
		margin-top: 20px;
	}
	
	.slide-content .button{
		padding: 9px 12px;
		font-size: 13px;
	}
	
	.single-authors .entry-content img{
		width: 120px;
	}
	
	.entry-content table tbody,
	.entry-content table tr td,
	.entry-content table tr,
	.entry-content table{
		display: block !important;
		position: relative !important;
    	clear: both !important;
		width: 100% !important;
		height: 100% !important;
		border-bottom: none;
	}
	
	.entry-content table{
		border-bottom: 1px solid #12816d;
	}
	
	
}

@media screen and (max-width: 400px){
	#people_section ul li {
		width: 100%;
	}	
    
    .slide-text {
        width: 100%;
    }
    
     .search .latest-section ul li {
        flex-basis: calc(100% - 20px);
    }
    
}

/*******RESPONSIVE********/









