/*
Theme Name: The Hospitalist
Theme URI: https://publicagency.co.uk
Author: Public
Author URI: https://publicagency.co.uk
Description: Theme for the Hospitalist website 2021
Version: 2.0.1
License: Private
Text Domain: hp
*/


/*******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%;
    
    
    color: #000;
    position: relative;
}

body, input, textarea{
	font-family: muli, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}


input, textarea{
	border-radius: 0;
}

body,h1,h2,h3,h4,h5,h6,ul,p{
	
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{

	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}

h1{
	/*font-size: 24px;*/
}

hgroup{
	display: inline-block;
}

ul{
	display: block;
	list-style: none;
}

a{
	text-decoration: none;
	color:#444236;
	/*transition: color 0s, background-color 0.4s;*/
    transition: all .15s;
}

a:hover{
    color: #255CCD;
    text-decoration: underline;
}


button{
	transition: color 0.5s;
}

img{
	max-width: 100%;
    height: auto;
}

input, textarea{
	border: none;
}

input[type="checkbox"]{
	float: left;
	margin-right: 6px;
}

#secondary .widget:after,
blockquote:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

.entry-content ul{
	list-style: disc outside;
    margin: 0px 20px 20px 20px;
    padding-left: 20px;
}

address{
	font-style: normal;
}
/*******RESET********/



/*******LAYOUT********/
.inner_page {
    margin: 0 auto;
    position: relative;
    max-width: 1240px;
    padding: 0 20px;
}


#main_content{
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0px;
    transition: all 0.4s;
}

.page-template-default #main_content,
.archive #main_content, 
.single-post #main_content{
    padding-top: 0px;
}

.sticky #main_content{
	margin-top: 46px;
	transition: all 0.4s;
}

.site-header{ 
	/*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    padding: 33px 0 0 0;
    background: #005274;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 114px;
	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;
    width: 100%;
}

.heading-wrapper{
	float: left;
	margin: 14px 0 0 12px;
}

header hgroup svg{
	width: 47px;
    height: auto;
	float: left;
	transition: 0.4s;
}

.sticky header hgroup svg{
	width: 35px;
}


site-title{
	transition: 0.4s;
}


.sticky .site-title{
	margin: 4px 0 0px 14px;
	font-size: 20px;
}



header hgroup a{
	transition: opacity 0.4s;
	display: flex;
	margin-right: 20px;
	align-items: center;
}

header hgroup a:hover{
	opacity:0.5;
}

.site-title{
	font-family: muli, sans-serif;
    font-size: 22px;
    margin: 0px;
    color: #fff;
    font-weight: 900;
    float: left;
    clear: none;
    display: inline-block;
    text-transform: uppercase;
	white-space: nowrap;
}

.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: #fff;
}


.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: #fff;
}

.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-weight: bold;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.main-navigation li a {
	white-space: nowrap;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
	color: rgba(255, 255, 255, 0.5);
}


.main-navigation li {
	margin: 0 12px 0 0;
	position: relative;
}

.main-navigation li:nth-last-child(2) {
	margin: 0 0 0 0;
}

.main-navigation li:last-child {
	margin: 0;
}


.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);
    opacity: 0;
    transition: opacity 0.4s, padding-top 0.4s;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.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;
    opacity: 1;

}

.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 li a {
	background: #005274;
    border: none;
    display: block;
    line-height: 16px;
    padding: 8px 10px;
    width: 240px;
    white-space: normal;
    color: #fff;
    text-transform: uppercase;
}

.main-navigation li ul li:last-child a {
	padding-bottom: 14px;
}


.main-navigation li ul li a:hover,
.main-navigation li ul li a:focus {
	color: rgba(255, 255, 255, 0.5);
}
.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:rgba(255,255,255,0.50)
}



.button{
	text-decoration: none;
    background: transparent;

    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: 1px solid;
	cursor: pointer;
}
.button:hover{

	color: #005274;

}

.button.medium{
    padding: 15px 30px;
	font-size: 15px;
}

.button.bold{
    font-weight: 700;
}


.wpcf7 .button{
	color: #07a363;
}

.wpcf7 .button:hover{
	color: #000;
}
*/

.top_search{
	position: relative;
    
}

.main-navigation{
    clear: both;
    font-weight: 700;
    position: relative;
    display: block;
    background-color: #33495e;
    padding: 0;
    z-index: 2;
}

#menu-main-menu{
    font-family: muli, sans-serif;
    font-weight: 900;
    font-style: normal;
}

#menu-main-menu li{
    float:left;
    color:#000;
    font-size: 14px;
    
}

#menu-main-menu li a{
    display: inline-block;
    color: #fff;
    padding: 18px 10px 12px 10px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    font-size: 18px;
    
}

#menu-main-menu li:first-child a{
    border-left: none;
}


#menu-main-menu li a:hover {
    background: #007eb8;
}

#menu-main-menu li.highlight > a{
    background: #009fe9;
}


#menu-main-menu li .sub-menu{
    max-height: 0;
    position: absolute;
    background-color: #33495e;
    opacity: 0;
    transition: opacity .4s, max-height .4s;
    overflow: hidden;
}

#menu-main-menu li:hover .sub-menu{
    
    max-height: 600px;
    opacity: 1;
}

#menu-main-menu li .sub-menu li{
    float: none;
}

#menu-main-menu li .sub-menu li a{
    width: 100%;
    padding: 12px 10px 8px 10px;
    font-size: 16px;
}

#menu-main-menu li .sub-menu li:last-child a{
    width: 100%;
    padding: 12px 10px 12px 10px;
    font-size: 16px;
}


.menu-toggle-button:before {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 0px;
    content: "\f0c9";
    font-family: fontawesome;
    text-decoration: none;
    text-rendering: auto;
}

.menu-toggle-button{
    font-family: muli, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    
}

.menu-main-menu-container {
    width: 100%;
}

.top_search input{
	padding: 2px 30px 3px 6px;
    position: relative;
    border: none;
    color: #005274;
    width: 148px;
    font-size: 16px;
    line-height: 1;
}

.top_search button {
    border: none;
    background: transparent;
    font-size: 0;
    position: absolute;
    right: 0;
    padding: 4px 5px 5px 5px;
    top: 0;
	color: #005274;
	cursor: pointer;
	outline: none;
}

.top_search button:hover {
	color: #07a363;
}

.top_search button i {
    font-size: 18px;
    padding: 0;
    margin: 0;
}


.footer_sections{
	display: flex;
	/*margin: 0 -10px 0 -10px;
	flex-wrap: wrap;*/
	justify-content: space-between;
}
	


#main_footer {
    background: #33495e;
    clear: both;
    color: #fff;
    margin: 0;
    padding: 70px 0;
}

.latest_tweets li{
    float: left;
    clear: both;
    border-bottom: 1px solid #CECCC0;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.latest_tweets li:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}

.latest_tweets li i {
    font-size: 48px;
    float: left;
    margin: -6px 10px 10px 0;
    color: #007eb8;
    transition: color 0.5s;
}

.latest_tweets p{
    overflow: hidden;
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

.latest_tweets a{
   color: #005274;	
}

.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:#33495e;
}

.publications-menu a{
	color: #fff;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-menu li a:hover,
.publications-menu a:hover{
	
}

.footer-menu{
	
}

.footer-menu li a,
.footer-menu li{
    color: #fff;
	display: inline-block;
	font-size: 12px;
}

.footer-menu li{
	margin-right: 5px;
}


.footer-menu li:first-child{
	display: block;
    padding: 2px 0 2px 0;
}

.wiley-link{
	margin-left: auto;
    padding-left: 20px;
}

.wiley-link svg{
	width: 204px;
	height:auto;
}

.footer-columns svg{
    margin-bottom: 20px;
}

.menu-footer-menu-container{
	
	float: left;
}

.footer-menu-section{
	margin-top: 0px;
	display: flex;
	align-items: flex-end;
}

.menu-footer-bottom-container{
    /*flex-basis: 70%;*/
}

#subscribe-submit button{
	padding: 12px 14px;
    background: #fff;
    color: #a01916;
    font-weight: 900;
    display: inline-block;
    font-size: 19px;
    margin-top: 5px;
    transition: background 0.5s;
    border: none;
    cursor: pointer;
	font-family: muli, 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%;
}


img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 12px;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 12px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 12px;
}

img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.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;
    font-family: muli, sans-serif;
    color: #313131;
    font-size: 18px;
    line-height: 23px;
    
}


.back-to-top {
	position: fixed;
    width: 30px;
    height: 30px;
    background: rgba(7, 163, 99, 0.8);
    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 {
	color:#000;
}


#top_banner{
	padding: 1% 0 1% 0;
    overflow: hidden;
}

.widget_text img{
	display: block;
}

#secondary .widget_text .textwidget > div,
#secondary .widget_text img{
	float: left;
}

#secondary .widget_text .textwidget > div{
	width: 100%;
}

.secondary-menu-section{
	font-size: 16px;
}


.secondary-menu-section h3{
	font-weight: 900;
	font-family: muli, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
}

.secondary-menu-section a{
	position: relative;	
}

#main_footer .secondary-menu-section a:hover{
	color: rgba(255, 255, 255, 0.5);
}

.secondary-menu-section a:before {
	content: '\f054';
    font-family: 'fontAwesome';
    font-size: 13px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0px 5px 0 0;
}

.secondary-menu-section li {
	padding-bottom: 5px;
}

.entry-content ol {
    margin: 0px 20px 20px 20px;
    padding: 0px;
}

.entry-content table td {
    border: 1px solid #005274;
    padding: 5px;
}

.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;
}


/*******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;
}

*/


/*
.latest-section ul{
	display: flex;
    margin: 0 -10px 0 -10px;
    clear: both;
}
*/

.latest-section ul li{
    clear: both;
    border-bottom: 1px solid #CECCC0;
    padding-bottom: 18px;
    margin-bottom: 20px;
    
}

.sh-jhm-posts.no_line .latest-section ul li,
.latest-section ul li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
}

.sh-jhm-posts .latest-section ul li.no_line{
    border-color: #fff;
}


.latest-section ul li a.latest-image-link{
	display: block;
}

.latest-section ul li a.latest-image-link:hover{
	text-decoration: none;
}

.latest-section ul li a.latest-image-link:hover h3{
    color: #007eb8;
}


.latest-section ul li img{
    float: left;
    margin: 0 20px 0 0px;
    width: 100px;
    height: 100px;    
}

.tax-article_author .latest-section ul li img{
    max-width: 120px;
    width: 25%;
}



.latest-section h4,
.latest-section p{
	color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    overflow: hidden;
}

.latest-section h4{

    color: #6a6a6a;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    
}

.latest-section h4{
	overflow-wrap: break-word;
}

.entry-meta i,
.latest-section h4 i{
    font-size: 18px;
    margin-right: 4px;
}



.latest-section p{
	margin-top: 4px;
}

.section-image{
      overflow: hidden;
    margin-right: 24px;
    width: 41%;
    float: left;
    padding-bottom: 27.2%;
    position: relative;
}

.latest-section.book-reviews .section-image,
.latest-section.hp-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: 0px;
    margin-bottom: 0px;
    font-weight: 900;
    color: #33495e;
    overflow: hidden;
}

.jobs .latest-section h3{
    font-weight: bold;
}

.jobs .latest-section h4 {
    font-size: 16px;
}



.latest-section h5{
	margin-bottom: 0px;
}


.latest-section.events ul li{

}

.latest-section.events p,
.latest-section.events h4,
.latest-section.events h3{

}

.latest-section.events a:hover h3{

}
 
.latest-section.events .read_more_link{

}

.latest-section.events .read_more_link:hover{

}



.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: 36px;
}

.button,
button#catapultCookie,
.form-submit input[type=submit],
.comment-reply-link,
.read_more_link{
    padding: 18px 14px 14px 14px;
    background: #007eb8;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-top: 12px;
    transition: background 0.4s;
    border: none;
    cursor: pointer;
    border-radius: 0;
    line-height: 1;
    font-weight: 900;
    font-family: muli, sans-serif;
}

.button:hover{
     text-decoration: none;  
    color: #fff;
    background: #33495e;
}

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;
}


.section.latest-section .dropper{
    transform: translateX(150px);
    opacity: 0;
	transition: all 1s ease;
}

/*
.section.latest-section .dropper:nth-child(1){
	
}
.section.latest-section .dropper:nth-child(2){
	transition: all 1.3s ease;
}
.section.latest-section .dropper:nth-child(3){
	transition: all 1.6s ease;
}
*/

.section.latest-section .dropper.slide-in {
    transform: translateX(0);
    opacity: 1;
}


.comments-area .reply span{
	display:none;
}

.comment-reply-link{
	margin-top: 10px;
}

.single .sd-content ul li a.sd-button:hover,
.form-submit input[type=submit]:hover,
.comment-reply-link:hover,
.read_more_link:hover{
	background: #33495e;
	border: none;
    color:#fff;
    text-decoration: none;
}

/*
.latest-section a:hover .section-image img{
	transform: scale(1.1);
}

.latest-section a:hover h3{
	color:#005274;
}
*/


.all_cats{
	float: right;
	margin: 0 0 10px 10px;
}

.section {
	padding: 0 0 36px 0;
}

.social-media{
	list-style: none;
}

.social-media li{
	display: inline-block;
	float: left;
	margin-right: 16px;
}

.social-media li a{
	font-size: 59px;
	color:#005274;
}

.social-media li a:hover{
	color:#07A363;
}

.social-media li a i{
	display: block;
}




/*******HOME PAGE********/

/*******SINGLE POST********/

/*
#primary{
	width: 75%;
    padding-right: 20px;
    float: left;
}
*/

/*
#primary{
    float: left;
    width: 53.84615%;
    padding-left: 8.33333%;  
}
*/

.search #primary{
    width: 66.6666%;
}



.page-template-front-page #primary{
    width: 100%;
    float: left;
    padding-left: 0;  
    padding-right: 0;
}

.search #primary,
.page-template-default #primary,
.archive #primary{
    padding-left: 0;
}


.page-template-contact-page #primary{
	 width: 100%;
}

#secondary{
    width: 300px;
    float: right;

}

/*
.archive #secondary,
.single-post #secondary{
    max-width: 100%;
    width: 330px;
}
*/



.search #secondary{
    width: 32%;
}

.search #secondary .main-search-term{
    display: none;
}



.page-template-default .entry-content p,
.page-template .entry-content p,
#category-info .entry-content p,
.single-post article p{
    margin-bottom: 20px;
}

.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;
}

/*
#category-info .entry-header h1{
	padding-bottom: 10px;
}
*/

.entry-header img{
	margin-bottom: 10px;
}

.entry-meta{
    margin: 0 0 0px;
    font-size: 14px;
    line-height: normal;
    color: #6a6a6a;
}

.entry-meta .title{
    font-weight: 900;
    color: #33495e;
    font-size: 16px;
}

blockquote{
	background-color: #e5edf1;
    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;
	color:#005274;
}

blockquote:after{
    content: '”';
    position: absolute;
    font-size: 63px;
    bottom: 0;
    right: 11px;
    margin-bottom: -28px;
    line-height: 1;
	color:#005274;
}

.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;
}

.author-intro a,
.page-template-default .entry-content a *,
.page-template .entry-content a *,
#category-info .entry-content a *,
.single .entry-content a *,
.page-template-default .entry-content a,
.page-template .entry-content a,
#category-info .entry-content a, 
.single .entry-content a {
    color: #007EB8;
}


.single .entry-content a.button {
	margin-bottom: 20px;
}

.author-intro a:hover,
.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: #33495e;
    text-decoration: underline;
}

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;
}




/*******SINGLE POST********/

/* =Comments
-------------------------------------------------------------- */

.comments-area {
    background: #c3c4c3;
    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: normal;
    font-weight: 900;
    color: #33495e;
}

#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 {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    line-height: normal;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	color: #5e5e5e;
}
.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{
    padding: 0px;
    margin-bottom: 36px;
    /* background: #D8D9DA; */
    float: right;
    width: 100%;
}

#secondary .widget:last-child{
    margin-bottom: 0px;
}



#secondary .widget p{
	margin-bottom: 10px;
}
#secondary .widget-title{
	color: #005274;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 24px;
}


.widget_categories a{
	padding: 0px 0 6px 0;
    display: inline-block;
    font-weight: bold;
}


#secondary .widget.widget_hp_event_calendar_widget,
#secondary .widget.widget_social_widget,
#secondary .widget.widget_twitter_widget,
#secondary .widget.widget_hp_pub_widget{
    padding: 24px;
}




.entry-content h2{
	/*margin-bottom: 20px;*/
}

.pub_list{
	text-align: center;
}

.pub_list li{
	margin-bottom: 28px;
}

.pub_list li:last-child{
	margin-bottom: 0px;
}

.pub_list h3{
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
}


.pub-image{
    display: inline-block;
    margin-bottom: 10px;
	overflow: hidden;
}

.pub-link .pub-image img{
	transition: transform 0.4s;
}


.pub-link:hover .pub-image img{
     transform: scale(1.1);
}

.pub-image img{
    display: block;
}

/*******ARCHIVE********/

/*
.search-results #content article,
.archive #content article{
    padding: 20px;
	width: 100%;
	background: #c2c3c6;
    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: 0;
    overflow: hidden;
    background: #005274;
    color: #fff;
}

.pagination a{
	background: #D8D9DA;
	color: #000;
}


.pagination span.page-numbers.dots{
	background: none;
	color: #000;
}

.pagination a:hover{
	background: #07a363;
    color: #fff;
}
*/

.search-results .category-hp-book-series .wp-post-image,
.search-results .category-book-reviews .wp-post-image,
.search-results .category-journal-issues .wp-post-image,
.archive .category-hp-book-series .wp-post-image,
.archive .category-book-reviews .wp-post-image,
.archive .category-journal-issues .wp-post-image{
	max-height: 240px;
	width: auto;
	
    
}

#category-info{
	padding-bottom: 10px;
    margin-bottom: 0px;
    display: inline-block;
}

/*******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: #D8D9DA;
    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="text"]{
	padding: 10px 5px;
    width: 100%;
	margin: 0 0 10px 0;
}



div.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 10px !important;
    border: none !important;
    color: #fff !important;
}

.wpcf7 form.invalid .wpcf7-response-output{
	background: #cc0000 !important;
}

.wpcf7 form.sent .wpcf7-response-output{
	background: #07a363 !important;
}

span.wpcf7-not-valid-tip{
	color: #cc0000;
	margin-top: -5px;
}

.recaptcha-message{
	font-size: 11px;
}

.grecaptcha-badge{
	display: none;
}
/*
div.wpcf7 .ajax-loader {
	background-image: none;
    width: 23px;
    height: 23px;
    border: none;
    padding: 0;
    margin: -2px 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: #a01916;
}*/
/*******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********/







/*******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;
}


.section h2{
   
    color: #4d4d4d;
    font-weight: 900;
    
    border-bottom: 2px solid #9E7639;
    font-size: 24px;
    padding: 0 10px 10px;
    line-height: 1;
}

.featured-sub .section h2{
    font-size: 19.2px;
}

.page-template-front-page .featured-sub .section h2{
    font-size: 24px;
}


.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 PAGES********/
p{
	margin-bottom: 20px;
}

p:last-child{
	margin-bottom: 0px !important;
}

a.sharer{
	margin: 10px 5px 0 0;
	display: inline-block;
}

.sharer i{
	background-color: #07a363;
    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{
	background-color: #005274;
    color: #fff;
}

.share-links,
.topic-links{
	margin-bottom: 20px;	
}

.topic-link{
    margin: 0px 5px 5px 0;
    display: inline-block;
    padding: 13px 10px 8px 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: normal;
    background: #33495e;    
}

.topic-link:hover{
    color: #fff;
    text-decoration: none;
    background: #007eb8;
}


.resp-sharing-button__link i{
    
}

/*******BLOG PAGES********/


/*******TOPICS PAGE********/
/*
.search-results .section.latest-section h3.events:before,
.category .section.latest-section h3.events:before{
	content: "\f133";
	font-family: fontawesome;
	margin-right: 8px;
    font-size: 20px;
}

.search-results .section.latest-section h3.post:before,
.category .section.latest-section h3.post:before{
	content: "\f1ea";
	font-family: fontawesome;
	margin-right: 8px;
    font-size: 20px;
}


.search-results .section.latest-section h3.article:before,
.category .section.latest-section h3.article:before{
	content: "\f15c";
	font-family: fontawesome;
	margin-right: 8px;
    font-size: 20px;
}
*/
/*******TOPICS PAGE********/


.main-navigation li a.menu_expand{
	display: none;
}



/*******EVENT CALENDAR WIDGET********/


.events-calendar-container ul{
	text-align: center;
	margin-bottom: 30px;
}

.events-calendar-container ul li{
	display: inline-block;
}

.events-calendar-container .title {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.events-calendar-container #cal-next,
.events-calendar-container #cal-prev {
	font-weight: bold;
    font-size: 25px;
    color: #005274;
}

.events-calendar-container .next{
	float: right;
}
.events-calendar-container .previous {
	float:left;
}


.events-calendar-container td,
.events-calendar-container th {
	text-align: center;
	padding: 4px;
}

.events-calendar-container td.event{
	padding: 0px;
}

.events-calendar-container td.today{
	background: #07A363;
	color: #fff;
}

.events-calendar-container td a{
	background: #005274;
    color: #fff;
    display: block;
    padding: 4px;
}

.events-calendar-container table{
	width: 100%;
}


/*******EVENT CALENDAR WIDGET********/


.featured_caption{
	    font-size: 11px;
    margin-bottom: 12px;
    margin-top: -10px;
}

.featured_caption p{
	font-size: 11px;
	line-height: normal;
}


.home_slideshow a{
    
}


/*******RESPONSIVE********/





















/*******HOSPITALIST********/

img[data-src],
img[loading="lazy"]{ 
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

img[data-src].lazy-loaded,
img[loading="lazy"].lazy-loaded{
    opacity: 1;
}

.featured-author__headline,
.medstat-logo {
}

.medstat-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 0;
}

a.medstat-logo:hover {
    text-decoration: none;
}

.medstat-logo span {
    font-size: 12px;
    color: #33495e;
    margin-bottom: 8px;
}

.medstat-logo svg{
    width: 202px;
    height: auto;
   
}

.utility-area {
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #aeab98;
    padding: 7px 10px 5px 10px;
    align-items: center;
}

.nav-utility {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: end;
    align-items: flex-end;
    text-transform: uppercase;
}

.utility-area .nav-utility {
    margin-left: auto;
    float: right;
}

.nav-utility ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav-utility ul li {
    margin: 0 5px 0 0;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.nav-utility ul li:not(:last-child) a {
    border-right: 1px solid #aeab98;
}

.nav-utility a {
    color: #000;
    font-size: .8em;
    padding-right: 8px;
    text-decoration: none;
}



input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=email], input[type=url], input[type=tel], input[type=color], input[type=number], input[type=search], select, textarea {
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
    padding: 10px !important;
    vertical-align: bottom;
    line-height: normal !important;
    border: none;
}


.search-in-utility input[type=text] {
    background-color: #FFF;
    font-size: 18px;
    width: 133px;
    padding: 8px 35px 3px 5px !important;
    height: auto;
    color: #33495e;
    border-radius: 0;
    border: none;
    font-weight: 900;
    line-height: 1;
}

.search-in-utility input[type=text]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #33495e;
}
.search-in-utility input[type=text]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #33495e;
    opacity: 1;
}
.search-in-utility input[type=text]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #33495e;
    opacity: 1;
}
.search-in-utility input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #33495e;
}




textarea {
    height: 100px;
}

.search-in-utility button, 
.search-in-nav-hidden button, 
.search-in-nav-hidden.sidebar-menu-search button {
    background: 0 0;
    border: 0;
    font: inherit;
    line-height: normal;
    overflow: visible;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-in-utility button {
    
    color: #33495e;
    font-size: 18px;
    padding: 0 6px;
    position: absolute;
    right: 0;
    height: 30px;
    cursor: pointer;
}

.full-nav .search-in-utility button {
    padding: 5px 10px;
    font-size: 16px;
}

.search-in-utility {
    position: relative;
}


ul li.search-in-utility {
    float: right !important;
    margin-top: 10px;
}

.medstat-logo img {
    position: relative;
    max-height: 16px;
    width: auto;
}

.medstat-logo img {
    bottom: 0;
    padding-left: 5px;
}


.publication-mark {
    text-align: left;
}


.publication-mark img {
    height: auto;
    max-height: 100px;
    width: auto;
    max-width: 440px;
    margin: 9px 0;
}

.site-title svg{
    width: 440px;
    height: auto;
    margin: 10px 0 0px 0;
    max-width: 100%;
}

.thn-social-media-links {
    margin: 34px 0 6px 0;
}

.thn-social-media-links a{
    margin-right: 12px;
}

.thn-social-media-links a i{
    color:#fff;
    font-size: 26px;
    transition: color .4s;
}

.thn-social-media-links a:hover i{
    color:#007eb8;
    
}


a.feature-link{
    background: #4d4d4d;
    position: relative;
    margin-bottom: 30px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 13px 50px 13px 30px;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
    display: block;
    margin-left: -25px;
    max-width: 85%;
    font-size: 1.25em;
    border-radius: 5px 0px 0px 5px;
    margin-top: 25px;
    
}

a.feature-link:hover{
    background-color: #8CA6A2;
}
    
a.feature-link:after{
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    height: 100%;
    background: url("img/arrow-right-circle-green.svg") center center no-repeat;
}

a.feature-link:before{
    
    border-color: transparent #4d4d4d transparent transparent;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 9px 0;
    position: absolute;
    bottom: -6px;
    left: 0;
    top: unset;
    
}

.home_slideshow a{
    position: relative;
}

.home_slideshow a:hover span{
    text-decoration: underline;
}

.home_slideshow a img{
    width: 100%;
}

.home_slideshow a span{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    /* border: 1px solid; */
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    background: linear-gradient(transparent,rgba(0,0,0,.85));
}

.page-template-front-page #main_content{
    /*border-top: 1px solid #E7E5D9;    */
    padding: 0;
    
}

.archive-link{
    color: #444236;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

a.archive-link:after {
    display: inline-block;
    top: 0px;
    content: "\f105";
    font-family: fontawesome;
    text-decoration: none;
    text-rendering: auto;
    position: relative;
    margin-left: 5px;
}

.featured-sub{
    width: 32.33333%;
    margin-bottom: 20px;
    padding: 20px 0 0px;
}

.featured{
    clear: both;
}

.featured-bucket-section--2-1-1,
.featured-bucket-section--2-1,
.featured-bucket-section--1-1-1{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-top: 1px solid #E7E5D9;
}

.featured-bucket-section--2-1-1{
    margin-bottom: 20px;
    border-top: 3px double #aeab98;
    padding: 0;
}

.single-post .featured .section  h2{
    padding: 0 0 10px 0;
}



.featured-bucket-section--2-1 .featured-sub:first-child{
    width: 65.66667%;
}

.featured-bucket-section--2-1 .featured-sub:first-child ul{
    columns: 2;
    column-gap: 20px;
}


.featured-bucket-section--2-1-1 .featured-sub{
    width: 25%;
    border-right: 1px solid #aeab98;
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
}

.featured-bucket-section--2-1-1 .featured-sub:last-child{
    border-right: none;
}



.featured-bucket-section--2-1-1 .featured-sub:first-child{
    width: 50%;
    padding-left: 10px;
}

.featured-bucket-section--2-1-1 .featured-sub:first-child ul{
    columns: 2;
    column-gap: 20px;
}



.footer-columns{
    display: flex;
    flex-flow: row nowrap;
}

.footer-columns section{
    padding: 0 20px;
    border-right: 1px solid #aeab98;
    flex: 1;
}

.footer-columns section:first-child{
    padding-left: 0;
}

.footer-columns section:last-child{
    padding-right: 0;
    border-right: none;
}

.footer-columns h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    
    color: #4d4d4d;
    line-height: 1.2;
    
}

.footer-columns  a {
    transition: none;
    text-decoration: underline;
    font-size: 14.4px;
}

.footer-columns ul li {
    margin: 0 0 5px;
    list-style: none;
    padding: 0;
}

.full-nav{
    position: fixed;
    background: #fff;
    padding: 15px;
    font-weight: 900;
    font-size: 15px;
    border-right: 1px solid #666;
    width: 260px;
    overflow-y: scroll;
    height: 100%;
    z-index: 200;
    display: none;
    top: 0;
    left: 0;
}

.full-nav.show{
    display: block;
}
    
.full-nav ul li{
    padding-top: 3px;
    padding-bottom: 3px;
}

.full-nav ul li a{
    padding: 5px 22px 5px 0px;
    display: block;
}

.full-nav .search-in-utility input[type=text]{
    border: none;
    width: 100%;
    font-size: 16px;
}

.full-nav ul li.search-in-utility{
     border-bottom: none;
    margin-bottom: 20px;
    padding: 3px 0px 3px 0px;
    position: relative;
    width: 100%;
}

.full-nav .search-in-utility div{
    position: relative;
}

.full-nav li.menu-header  a{
    font-size: 12px;
}


.full-nav li.menu-header > a{
    font-size: 12px;
    pointer-events: none;
}

.full-nav .menu-header > a{
    margin: 10px 0 6px 0;
}

.full-nav ul > li:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.inner-top-section {
    border-bottom: none;
    margin-bottom: 2px;
    padding-left: 0;
    padding-bottom: 0;
}

.inner-top-section span {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.nav-hidden__close {
    letter-spacing: .3px;
    line-height: 20.49px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 15px;
    border-radius: 3px;
    border: none;
    color: #007eb8;
    cursor: pointer;
    font-weight: 900;
    float: right;
    padding: 0;
    font-size: 14px;
}

.nav-hidden__close:hover {
    text-decoration: none;
}

.nav-hidden__close i {
    float: left;
    margin: 0 5px 0 10px;
    font-size: 18px;
}

h1.entry-title,
.single .entry-title{
    color: #33495e;
    font-weight: 900;
    line-height: normal;
    margin: 0 0 20px;
    font-size: 36px;
    margin-bottom: 4px;
}

.single .section-name{
    margin-top: 0;
    margin-bottom: 5px;
    color: #007eb8;
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
}


.single .entry-subtitle{
    line-height: normal;
    margin: -5px 0 10px;
    color: #6a6a6a;
    font-size: 20px;
    font-weight: 900;
}

.authors li{
    display: inline-block;
}

.authors li a{
    color: #33495e;
    font-weight: 900;
    font-size: 16px;
}

.social-media-list{
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
    
}

.social-media-list a {
    padding: 5px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: #33495e;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.social-media-list a:hover {
    background: #007eb8;    
}


.social-media-list a:hover svg circle {
    fill: #8CA6A2;
    fill-opacity: 1;
}

.social-media-list a:hover svg rect,
.social-media-list a:hover svg path {
    fill: #FFF;
    opacity: 1;
    fill-opacity: 1;
}

.social-media-list a.article-email-button:hover svg path {
    fill: #8ca6a2;
}

.social-media-list a.article-email-button:hover svg #Group-17 {
    stroke:#8CA6A2;
}

.image-container--right {
    margin: 10px 0 10px 30px;
    float: right;
    max-width: 50%;
}

.image-container--right img {
    height: auto;
    max-width: 100%;
}

p.wp-caption-text,
.entry-content .field-name-field-file-image-caption p{
    color: #8B8B88;
    font-size: .875em;
    line-height: 1.2;
}

.single-post .entry-content{
    margin-top: 15px; 
}

.single-post article .entry-content .image-container--right p{
    margin-bottom: 0;
}

.social-media-list h3,
.single-post article .entry-content h1, 
.single-post article .entry-content h2, 
.single-post article .entry-content h3, 
.single-post article .entry-content h4, 
.single-post article .entry-content h5, 
.single-post article .entry-content h6 {
    margin: 5px 0 18px;
    color: #33495e;
    font-weight: 900;
    clear: both;
}

.social-media-list h3{
    margin: 4px 0 0px;
}

.single-post article .entry-content h1 *, 
.single-post article .entry-content h2 *, 
.single-post article .entry-content h3 *, 
.single-post article .entry-content h4 *, 
.single-post article .entry-content h5 *, 
.single-post article .entry-content h6 * {
    color: #33495e;
}

.single-post .media-element-container p:empty,
.single-post .wp-caption p:empty {
  display: none;
}

/*
.single-post article .entry-content h2{
    font-size: 31.5px;
}*/

.single-post article sub, 
.single-post article sup {
    font-size: 10px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}


.single-post article sup {
    top: -6px;
}

.single-post article sub {
    bottom: -6px;
}

.single-post .field-name-field-article-source{
    margin: 10px 0 0 0;
    display: inline-block;
    text-decoration: none;
    font-style: italic;
}


/*
.pager>a, 
.pager>span{
    margin-left: -1px;
    position: relative;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    color: #444236;
    background-color: #FFF;
}

.pager>li.pager-next>a, .pager>li.pager-previous>a, .pagination>li.pager-next>a, .pagination>li.pager-previous>a {
    color: #FFF;
    width: 40px;
    height: 40px;
    padding: 0;
}

.pager>li.pager-previous>a, .pagination>li.pager-previous>a {
    background: url(https://www.the-hospitalist.org/sites/all/themes/custom/medstat_aurora/img/arrow-left.svg) center no-repeat #3B4A48;
    margin-right: 10px;
}
*/
.prev_next a,
.pager > a span.prev,
.pager > a span.next{
    color: #FFF;
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 0;
}



.prev_next.next a,
.pager > a span.next{
    background: url("img/arrow-right.svg") center no-repeat #33495e;
    margin-left: 0px;
    transition: background .4s;
}

.prev_next.prev a,
.pager > a span.prev{
    background: url("img/arrow-left.svg") center no-repeat #33495e;
    margin-right: 0px;
    transition: background .4s;
}

.prev_next a:hover,
.pager > a:hover span.prev,
.pager > a:hover span.next{
    background-color: #007eb8;
}

.pagination a,
.pagination span,
.single .entry-content span.post-page-numbers,
.single .entry-content a.post-page-numbers{
    font-size:16px;
    margin-left: -1px;
    position: relative;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    color: #444236;
    background-color: #FFF;
    line-height: 0;
}

.pagination span,
span.post-page-numbers{
    font-weight: bold;
}

.pagination,
.pager{
    clear: both;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
}

.pagination{
    justify-content: flex-start;
    margin-left: -9px;
    margin-top: 0;
}
    
.pane-article-read-next {
    margin: 24px 0 32px;
    padding: 0 10px;
    border-top: 1px solid #AEAB98;
    border-bottom: 1px solid #AEAB98;
}    


h2.comments-title,
.single-post article .entry-content .pane-article-read-next h2.pane-title {
    margin: 12px 0 6px;
    text-transform: uppercase;
    color: #33495e;
    font-weight: 900;
    font-size: 22px;
    line-height: 25px;
    text-align: left;
}

.pane-article-read-next .read-next-article {
    padding-bottom: 8px;
    line-height: 1.3;
}

.pane-article-read-next .read-next-article a {
    font-size: 17.6px;
    color: #000;
    line-height: normal;
}

.pane-article-read-next .read-next-article a:after {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
    content: "\f105";
    font-family: fontawesome;
    text-decoration: none;
    text-rendering: auto;
}

.single-post .featured .latest-section ul li img{
    height: 45px;
    width: 45px;
    margin: 0 0 10px 10px;
}

.single-post .featured .latest-section h3{
    font-size: 14.4px;
    
}

.single-post .featured .latest-section ul li{
    padding-left: 0px;
    padding-right: 0px;
    break-inside: avoid;
}

.leg-copy{
    font-size: 16px;
    line-height: normal;
}

.limelight_video_label, .pane-node-field-article-type, .vidyard_video_label {
    display: none;
}

.vidyard-player-container {
    padding-bottom: 17px;
}

/*
h1.entry-title{
    color: #4d4d4d;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 10px;
    font-size: 36px;
}
*/

.archive .latest-section h3{
    font-size: 21px;
    font-weight: 900;
}


.archive .latest-section h3 i{
    display: none;
}


.archive .latest-section ul li {
    padding-left: 0;
    padding-right: 0;
}

.archive h5.article_type{
    
    margin-bottom: 5px;
    margin-top: 18px;
    color: #007eb8;
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
}

.archive .latest-section h4,
.archive .entry-meta.authors li{
    color: #4d4d4d;
    font-size: 13px;
    line-height: 1.3;
    font-weight:900;    
}

.archive .latest-section h4{
    font-weight:normal;    
    
}

.archive .latest-section h4 span{
    font-weight: bold;
    margin-top: 4px;
    display: inline-block;   
}

.archive .latest-section .entry-meta.authors ul li{
    clear: none;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 14px;
    float: left;
}

.archive .entry-meta.authors{
     margin-bottom: 0px;
    margin-top: 0;
    display: inline-block;
}

.archive .latest-section p.snippet{
    font-size: 14.4px;
    line-height: 1.3;
    padding: 6px 0 6px 0;
}

.archive .text-more-link{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12.8px;
    line-height: 1.7;
    text-transform: uppercase;
    transition: none;
    margin-top: 0px;
} 
    
.archive .section {
    padding: 0 0 15px 0;
}

.archive .latest-section ul li a:hover.latest-image-link{
    text-decoration: none;
}

.archive .latest-section ul li a:hover h3{
    text-decoration: none;
}

.page-template-default .entry-content h1 *,
.page-template-default .entry-content h2 *,
.page-template-default .entry-content h3 *,
.page-template-default .entry-content h4 *,
.page-template-default .entry-content h5 *,
.page-template-default .entry-content h6 *,
.page-template-default .entry-content h1,
.page-template-default .entry-content h2,
.page-template-default .entry-content h3,
.page-template-default .entry-content h4,
.page-template-default .entry-content h5,
.page-template-default .entry-content h6{
    margin: 30px 0 10px;
    color: #4d4d4d;
    font-weight: 900;
    line-height: 1.2;
}

.page-template-default .entry-content h2 *,
.page-template-default .entry-content h2{
    font-size: 31.5px;
}

.page-template-default .entry-content h3 *,
.page-template-default .entry-content h3{
    font-size: 24.57px;
}

.image-container--left {
    margin: 10px 30px 10px 0;
    float: left;
    max-width: 50%;
}

.author-intro{
    margin-bottom: 20px;
}

#top_banner .widget_text .textwidget > div,
#top_banner .widget_text img{
    margin: 0 auto;
    width: fit-content;
}

.main-search-term input,
.date-range input,
.search-form input[type=text] {
    height: auto;
    width: 100%;
    max-width: 100%;
    font-size: 0.9rem;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #c9c9c9;
    background: #fff;
    color: #000;
    outline: none;
    border-radius: 0;
    margin-bottom: 1em;
}

.main-search-term input{
    padding: 5px 10px;
    border-color: #ccc;
    background: #fff;
    box-shadow: none;
    font-size: 18px;
    margin: 0;
    border-radius: 0;
}


.search-form fieldset{
    padding: 0;
    border: none;
        margin: 0;
}

.search-order ul li,
.article-types ul li{
    margin-top: 0;
    margin-right: 0;
    display: inline-block;
    border-radius: 0;
    padding: 0;
    margin: 0 5px 5px 0;
    font-size: 13px;
}

.search-order ul li{
    padding: 0;
    margin-bottom: 1em;
}

.search-order ul li label,
.article-types ul li label{
    display: inline;
    font-weight: normal;
    color: #444;
    line-height: 1.7;
}

.search-order ul li label{
    font-size:16px;
    padding-left: 5px;
}

/*
.searcher_controls-toggle,
.search-form #clear,
.search-form #submit{
    padding: 6px 10px;
    line-height: 1;
    height: auto;
    text-transform: uppercase;
    border-radius: 5px;
    width: 100%;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 8px 0;
    background: #eeeeee;
    background: -moz-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
    background: -webkit-linear-gradient(top,#eeeeee 0%,#cccccc 100%);
    background: linear-gradient(to bottom,#eeeeee 0%,#cccccc 100%);
    font-size: 16px;
    cursor: pointer;
}

.searcher_controls-toggle{

    text-align: center;
    padding: 7px 0px;
    margin: -10px 0 20px 0;
    display: none;
}

.search-form #clear{
    color: darkred;
    font-size: 10px;
    font-weight: bold;
    background: none;
    margin-bottom: 10px;
    border: 1px solid #eee;
    width: auto;
    display: inline-block;
}
*/

.date-range{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.date-range input{
    width:100%;
}


label.date-range-label{
    color: #555;
    letter-spacing: 0.3px;
    display: inline-block;
    font-weight: 900;
    font-size: 13px;
    padding:10px 0 6px 0;
}

.main-search-term{
    position: relative;
    margin-bottom: 20px;
}

.main-search-term button{
    position: absolute;
    right: 0;
    height: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
}

.main-search-term button i{
    font-size: 16px;
    width: 40px;
}


.result-count{
    float: right;
    display: block;
    padding: 0 0 6px 0;
    vertical-align: middle;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.result-count span{
    color:#000;
}

.mobile-medstat-link,
.mobile-menu-button{
    display: none;
}

.image-container .field-name-field-file-image-credit {
    display: block;
    margin-bottom: 10px;
    color: #4d4d4d;
    font-style: italic;
    line-height: 1;
    top: 0;
}

.image-container .field-name-field-file-image-credit br{
    display: none;
}

.related-callout {
    margin: 25px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    line-height: 1.2;
    padding: 10px;
}

.related-callout br{
    display: none;
}

.related-callout__header {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}


.related-callout__link {
    font-style: italic;
}

.element-hidden {
    display: none;
}

.page-template-default #primary{
    margin-bottom: 30px;
}

.sticky-ad-banner{
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
}

.sticky-ad-banner .inner_page{
    box-shadow: none;
    background: none;
}

.page-template-front-page .sticky-ad-banner.hide,
.page-template-front-page .sticky-ad-banner{
    position: absolute;
    display: block;
}

body{
        padding-top: 110px;
}



body.stick-top-ad .sticky-ad-banner.hide{
    display: none;
}

/*.page-template-front-page #main_content > #secondary > .widget_text > .textwidget,*/
.page-template-default #secondary.sticky,
.archive #secondary.sticky,
.single-post #secondary.sticky{
    position: sticky;
    top: 0;    
}

/*.stick-top-ad.page-template-front-page #main_content > #secondary > .widget_text > .textwidget,*/
.stick-top-ad.page-template-default #secondary,
.stick-top-ad.archive #secondary,
.stick-top-ad.single-post #secondary{
    
    top: 110px;
}

/*.page-template-front-page.sticky-ad-banner-hidden #main_content > #secondary > .widget_text > .textwidget,*/
.page-template-default.sticky-ad-banner-hidden #secondary,
.archive.sticky-ad-banner-hidden #secondary,
.single-post.sticky-ad-banner-hidden #secondary{
    
    top: 0px;
}

.featured-sub .widget_custom_html{
    float:right;
}

.hide-stock-image{
    display: none;
}

.home_slideshow{
    margin-bottom: 20px;
}

/*******HOSPITALIST********/


/*******TEST ADS********

#advert-home-mpu-1,
#advert-home-mpu-2,
#advert-article-mpu-2,
#advert-article-mpu-1{
    display: block !important;
    background: #000;
}

#advert-home-mpu-1 div,
#advert-home-mpu-2 div,
#advert-article-mpu-2 div,
#advert-article-mpu-1 div{
    height: 250px !important;
}

/*******TEST ADS********/



/*******GRAVITY FORMS********/

.gform_wrapper.gravity-theme * {
    line-height: normal;
}

.page-template-default .entry-content .gfield p{
    margin-bottom: 0;
}

body .gform_wrapper.gravity-theme select{
    padding: 0 3px;
    font-size: 15px;
}

body .gform_wrapper.gravity-theme select option{
    font-size: 15px;
}

.name_last br,
.name_first br{
    display: none;
}

body .gform_wrapper.gravity-theme .ginput_complex label{
    display: inline-block;
}

body .gform_wrapper.gravity-theme .ginput_complex{
    display: block;
}

body .gform_wrapper.gravity-theme .gfield input.medium,
body .gform_wrapper.gravity-theme .gfield select.medium,
.page-template-default .entry-content .gfield p {
    width:100%;
}

/*******GRAVITY FORMS********/

.video-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 0px; 
    height: 0; 
    overflow: hidden; 
    margin-bottom: 20px;
}

.video-container iframe{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

/*
.feature-link-spacer{
    margin-top: 25px;
}*/















/*******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{
    width: 100%;
    box-sizing: border-box;
    clear: both;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0;
    overflow: hidden;
}

.home_slideshow,
#main_banner.slideshow ul{
    height: 440px;
}


.home_slideshow ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.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: transparent;
    border-radius: 100%;
    text-indent: -9999px;
    vertical-align: top;
    border: 2px solid #33495e;
    
}

.bx-pager-link.active {
    background: #33495e;
}

.slide_button{
	margin: 14px 0;
	text-shadow:none;
}

#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%;
	
}

#main_banner.slideshow ul li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	text-align: center;
	
}

#main_banner.slideshow ul li .slide-image{
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




#main_banner.slideshow .section_more:hover{
	color:#fff;
}


.home-section h2,
#main_banner.slideshow h2{
    font-size: 36px;
    outline: 0;
    color: #33495e;
    padding: 0;
    float: left;
    clear: both;
    opacity: 0;
    transform: scale(1.5);
    transition: all 1s ease;
    line-height: 1.1;
    max-width: 550px;
    font-weight: 900;
}

.home-section h2{
    max-width: none;
    opacity: 1;
    transform: scale(1);
    margin-bottom: 24px;
    border-bottom: none;
}

#main_banner.slideshow .shown h2{
	opacity: 1;
    transform: scale(1);
}

#main_banner.slideshow h3{
    font-weight: normal;
    font-size: 24px;
    outline: 0;
    color: #33495e;
    margin-top: 0;
    padding: 0;
    max-width: 550px;
    float: left;
    clear: both;
    opacity: 0;
    transform: scale(1.5);
    transition: all 1.2s ease;
    line-height: 1.1;
}

#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;
    z-index: 1;
}


.pager{
    position: absolute;
    bottom: 18px;
    left: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
    text-align: center;
	margin:0;
}


.single-post .pager{
    position: relative;
}


.slide-content .button{
	float:left;
	clear:both;
	margin-top: 10px;	
	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);
}


.tint_bg {
    height: 100%;
    width: 100%;
 
}

#main_banner.slideshow .Light .slide-image{
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: overlay;
}

#main_banner.slideshow .Dark .slide-image{
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: overlay;
}

#main_banner.slideshow .Dark h2,
#main_banner.slideshow .Dark h3{
    color: #fff;
}

#main_banner.slideshow ul li.Top .slide-image{
    background-position: center top;
}

#main_banner.slideshow ul li.Bottom .slide-image{
    background-position: center bottom;
}

#main_banner.slideshow ul li.half .slide-image{
    /*background-size: 50% auto;
    background-position-x: right;*/
    width: 50%;
    left: 50%;
}

.slide-bg{
    width: 100%;
    height: 100%;
    background: #18222c;
    position: absolute;
    top: 0;
    left: 0;
}

#main_banner.slideshow ul li.half h2,
#main_banner.slideshow ul li.half h3{
    color: #fff;
    width: 50%;
    padding-right: 20px;
}







/*******SLIDESHOW********/





.home-section{
    padding: 70px 0;
    overflow: hidden;
}

#primary,
.home-primary{
    width: calc(100% - 300px);
    float: left;
    padding-right: 40px;
}

.home-primary-inner{
    display: flex;
    justify-content: flex-start;
    clear: both;
}

.current-issue img.cover{
    width: 296px;
    height: auto;
    border: 1px solid #a9a9a9;
    float: left;
    clear: both;
}

.current-issue-links{
    width: 336px;
    max-width: 100%;
    padding-right: 40px;
    flex: none;
}

.current-issue .button{
    clear: both;
    float: left;
}


.current-issue .button.all-issues{
    float: right;
    clear: none;
}

.home-section.jhm,
.home-section.latest-news{
    background-color: #f6f5f5;    
}



.home-section.latest-news .latest-section ul li{
        
}

.job-columns,
.shm-jhm-posts-tweets,
.latest-news-posts{
    display: flex;
    clear: both;
    margin: 0 -10px;
}

.job-columns{
    margin-bottom: 20px;
}


.job-columns ul,
.latest-news-posts .section{
    padding: 0 10px;
    width: 50%;
}

.shm-jhm-posts-tweets{
    
    float: left;
    clear: none;
    padding: 0 10px 0 0;
    width: 50%;
    display: block;
    box-sizing: border-box;
    margin: 0 0 0 -10px;
    
}

.shm-jhm-posts-tweets.jhm-posts{
 
    padding: 0 0 0 10px;
    margin: 0 -10px 0 0;
    
}


.shm-jhm-posts-tweets .button{
    margin-top: 0;
}

.sh-jhm-posts ul{
    /*columns: 2;*/
    clear: both;
    /*column-gap: 20px;*/
}

.sh-jhm-posts ul li {
    break-inside: avoid;
}

.featured-jobs{
    background: #007eb8;
}

.home-section.featured-jobs .latest-section p,
.home-section.featured-jobs .latest-section h3,
.home-section.featured-jobs h2{
    color: #fff;
}

.home-section.featured-jobs .latest-section h4 {
    color: #b2b1b1;
}

.home-section.featured-jobs .latest-section .button {
    background-color: #33495e;
}

.home-section.featured-jobs .latest-section .button:hover {
    background-color: #fff;
    color: #007eb8;
}

.home-section.featured-jobs .latest-section ul li a.latest-image-link:hover h3 {
    color: #33495e;
}



#menu-footer-1 li a {
    display: inline-block;
    color: #fff;
    padding: 0px 20px 8px 0px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
}

#menu-footer-1 li a:hover {
    color: #007eb8;
}

#menu-footer-1 li:first-child a{
    padding: 0px 10px 0px 0px;
}

#menu-footer-1 li{
    display: inline-block;
}

#main_content_inner{
    padding: 70px 0;
}

.topics-share{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: flex-start;
    clear: both;
}
    

.gform_wrapper form{
    background: #c3c4c3;
    padding: 20px;
}


body .gform_wrapper.gravity-theme .gfield_header_item, 
body .gform_wrapper.gravity-theme .gform_fileupload_rules, 
body .gform_wrapper.gravity-theme .ginput_complex label {
    
    padding-top: 10px;
    padding-bottom: 4px;
}


.full-nav ul > li.highlight {
    background: #009fe9;
    padding: 11px 14px;
    margin: 0 -15px -15px -15px;
}


.gallery .gallery-item {
    padding: 0 10px !important;
}

.gallery img {
    border: none !important;
}


.entry-content table{
    display: block;
    overflow-x: auto;
}


.osano-cm-widget{display: none;}


.twitter-widget{
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}


.thn-social-media-links svg.twitter {
    width: 24px;
    display: inline-block;
    height: 26px;
    vertical-align: top;
    transition: color .4s;
}

.thn-social-media-links a svg.twitter path {
    transition: fill .4s;
}

.thn-social-media-links a:hover svg.twitter path {
    fill: #007eb8 !important;
}

.fa-twitter.fa-twitter-x:before{
    content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 271' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;' d='M236,0h46L181,115l118,156h-92.6l-72.5-94.8l-83,94.8h-46l107-123L-1.1,0h94.9l65.5,86.6L236,0z M219.9,244h25.5L80.4,26H53L219.9,244z'/%3E%3C/svg%3E");
    width: 22px;
    display: inline-block;
    height: 26px;
    padding: 1px 2px 0px 0px;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 0;
    /* margin-top: 2px; */
    vertical-align: top;
    transition: background .4s;
}



/*Delay close button*/
/*22/05/2024 - Changed to be ALL pop-ups See: https://jira.wiley.com/browse/ASBS-10 */
.pum-close{
    opacity: 0;
    animation-duration: 1s;
    animation-delay: 1s; /*1s for pop up to appear + 3s after ad slot is rendered by Google*/
    animation-fill-mode: forwards;
    animation-name: fadeInBut;
    
}

@keyframes fadeInBut {
    0% {opacity: 0;}
    100% {opacity: 1;}
}



.hidden{
    display: none;
}

.article-end{
    background-color: #f6f5f5;
    padding: 20px;
    border-top: 10px solid #007eb8;
    margin: 6px 0 6px 0;
    display: inline-block;
}

.entry-content h2.article-end-title{
    font-size: 25px;
}



@media screen and (max-width: 1042px){

    #menu-main-menu li a {
        padding: 18px 6px 12px 6px;
    }
}

@media screen and (max-width: 1000px){
    
    .main-navigation,
    .publication-mark .thn-social-media-links,
    .utility-area{
        display: none;
    }
    
   
    
    .mobile-medstat-link,
    .mobile-menu-button{
        display: block;
       padding-right: 15px;
        
    }
    
    .title-link{
        width: 100%;    
        text-align: center;
    }
    
    .mobile-medstat-link{
        text-align: right;
    }
    
    .mobile-menu-button *{
        color: #33495e;
        font-weight: bold;
        font-size: 32px;
    }

    .publication-mark{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: solid 1px #d9d9d9;
        border-bottom: solid 1px #d9d9d9;
    }
    
    .publication-mark img {
        max-height: 70px;
    }
    
    .full-nav{
        width: 100%;
        display: block;
        transform: translateX(-100%);
        transition: transform .4s;
        background: #33495e;
        border-right: none;
    }
    
    .full-nav a{
        color: #fff;
    }
    
    .full-nav.show{
        transform: translateX(0);
    }
    
    .footer-columns {
        flex-wrap: wrap;
    }
    
    .footer-columns section {
        border-right: none;
        flex-basis: 50%;
        padding: 0 20px 20px 0px;
    }
    
    .footer-columns ul li {
        margin: 0 3px 5px 0;
        
        display: inline-block;
    }
    
    .footer-columns ul li:after {
        content: ',';
    }
    
    .footer-columns section:last-child {
        flex-basis: 100%;
    }
    
    .footer-columns svg {
        width: 200px;
        height: auto;
    }
    
    .thn-social-media-links {
        float: none;
    }
    
    .site-title {
      
    }
    
    .search #primary,
    #primary {
        width: 100%;
        padding-left: 0;
    }
    
    #secondary,
    .archive #secondary, 
    .single-post #secondary {
        width: 100%;
        float: left;
         margin-top: 20px;
    }
    
    #secondary .widget_text img {
        float: none;
    }
    
    #secondary .widget {
        float: none;
        display: block;
    }
    
    .search #secondary .widget {
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s;
    }

    .advanced-search.search #secondary .widget,
    .search #secondary .widget.show {
        max-height: 1000px;
    }
    
    .featured-bucket-section--2-1-1, .featured-bucket-section--2-1, .featured-bucket-section--1-1-1 {
        flex-wrap: wrap;
    }
    
    .featured-bucket-section--2-1-1 .featured-sub{
        width: 50%;
        border-right: none;
        
    }
    
    .featured-bucket-section--2-1-1 .featured-sub:first-child{
        width: 100%;
        padding: 20px 0;
        border-right: none;
    }
    
    .featured-bucket-section--2-1-1 .featured-sub:nth-child(2){
        padding: 0 10px 0 0;
    }
    
    .featured-bucket-section--2-1-1 .featured-sub:nth-child(3){
        padding: 0 0 0 10px;
    }
    
    
    .archive-link {
        margin-top: 20px;
        padding-left: 0px;
    }
    
    .featured-bucket-section--2-1-1 {
        margin-bottom: 0;
        border-top: none;
        padding: 0;
    }

    
    .advanced-search-form{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .search #secondary .main-search-term {
        display: block;
    }
    
    .search #primary .main-search-term {
        display: none;
    }
    
    
    .searcher_controls-toggle{
        display: block;
    }
 
    
    #menu-full-mobile-menu .sub-menu{
        padding-left: 24px;
    }
    
    
    .site-title svg {
        width: 300px;
    }
    
    
    .medstat-logo svg {
        width: 128px;
       
    }
    
    .medstat-logo span {
        font-size: 10px;
        margin-bottom: 2px;
        text-align: center;
        line-height: normal;
    }
    
    #primary, .home-primary {
        width: 100%;
        padding-right: 0;
    }
    
    #main_content_inner {
        padding: 30px 0;
    }
   
    
}


@media screen and (max-width: 767px){
    
    .publication-mark .site-title img {
        max-height: 41px;
        margin: 15px 0 4px 0;
    }
    
    .publication-mark {
        padding: 0;
    }
    
    a.feature-link{
        display: none;
    }
    
    .page-template-front-page #primary {
        width: 100%;
    }
    
    #secondary {
        width: 100%;
       
    }
    
    .featured-bucket-section--2-1-1,
    .featured-bucket-section--2-1,
    .featured-bucket-section--1-1-1 {
        
        flex-wrap: wrap;
        
    }
    
    .featured-sub {
        width: 100%;
        padding: 20px 0 0px;
    }
    
    .featured-bucket-section--2-1 .featured-sub:first-child ul {
        columns: 1;
    }
    
    .featured-bucket-section--2-1 .featured-sub:first-child {
        width: 100%;
    }
    
    
    .featured-bucket-section--2-1-1 .featured-sub:first-child ul {
        columns: 1;
    }
    
    .featured-bucket-section--2-1-1 .featured-sub:nth-child(3),
    .featured-bucket-section--2-1-1 .featured-sub{
        width: 100%;
        padding: 0;
    }
    
    
    
    .image-container--right{
        margin: 10px 0;
        float: none;
        text-align: center;
        max-width: 100%;
    }
    
    
    .single-post article .entry-content h2 {
        font-size: 25.2px;
    }
    
    
    
    
    .footer-columns section {
        flex-basis: 100%;
        padding: 0 0px 20px 0px;
    }
    
    #main_footer {
        padding: 40px 0;
    }
    
    
    .footer-menu-section {
        flex-wrap: wrap;
    }
    
    .menu-footer-bottom-container {
        flex-basis: 100%;
    }
    
    .wiley-link{
        margin: 20px 0 0 0;
    }
    
    
    body{
      /*  padding-top: 15.2%;*/
    }

    .featured-sub .widget_custom_html {
        float: left;
    }
    
    
    .current-issue-links {
        width: 284px;
        padding-right: 24px;
    }
    
    
    .wiley-link {
        padding-left: 0px;
    }
    
    .wiley-link svg {
        width: 140px;
    }
    
    /*Override slideshow values on mobile*/
    
    #main_banner.slideshow ul li.half .slide-image {
        width: 100% !important;
        left: 0 !important;
        ;
    }
    
    #main_banner.slideshow h2,
    #main_banner.slideshow h3{
        color: #33495e !important;
        width: 100% !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }
    
    #main_banner.slideshow .slide-image{
        background-color: rgba(255, 255, 255, 0.6) !important;
        background-blend-mode: overlay !important
    }
    
    .bx-pager-link.active {
        background: #fff !important;
    }
    
    .bx-pager-link{
        border: 2px solid #fff !important;
    }
    
}

@media screen and (max-width: 600px){
    
    .site-title svg {
        width: 158px;
    }
    
    .medstat-logo svg {
        width: 92px;
    }
    
    .mobile-medstat-link, .mobile-menu-button {
        padding-right: 5px;
    }
    
    .inner_page {
        padding: 0 10px;
    }
    
    
    .home_slideshow, #main_banner.slideshow ul {
        height: 420px;
    }
    
    .home-section h2, #main_banner.slideshow h2 {
        font-size: 26px;
    }
    
    .button, button#catapultCookie, .form-submit input[type=submit], .comment-reply-link, .read_more_link {
        padding: 14px 14px 10px 14px;
        font-size: 18px;
    }
    
    .home-section {
        padding: 40px 0;
    }
    
    .current-issue-links {
        width: 100%;
        padding-right: 0;
    }
    
    .current-issue img.cover {
        width: 100%;
    }
    
    .home-primary-inner {
        display: block;
    }
    
    .home-primary-inner .latest-section{
        clear: both;
        padding: 36px 0 0 0;
    }
 
    
    .job-columns, .shm-jhm-posts-tweets, .latest-news-posts {
        display: block;
        margin: 0;
    }
    
    .job-columns ul, .shm-jhm-posts-tweets .half, .latest-news-posts .section {
        padding: 0 0px;
        width: 100%;
    }
    
    .sh-jhm-posts.no_line .latest-section ul li,
    .latest-section ul li:last-child {
        margin-bottom: 20px;
        padding-bottom: 18px;
        border-bottom: 1px solid #CECCC0;
    }
    
    .section {
        padding: 0;
    }
    
    .shm-jhm-posts-tweets .half.tweets{
        margin-top: 20px;
    }
    
 
    .gallery .gallery-item {
        width: 100% !important;
    }
    

    .sh-jhm-posts ul{
        columns: auto;
    }
    
    .shm-jhm-posts-tweets{
        padding: 0;
        width: 100%;
        margin: 0;
    }
    
    .sh-jhm-posts .latest-section ul li.no_line {
        border-color: #ceccc0;
    }
    
    
    .shm-jhm-posts-tweets.jhm-posts{
        margin: 30px 0 0 0;
        padding: 0;
    }
    
    
}



/*

@media screen and (max-width: 900px){
	
	.footer-section,
	.footer-section.footer-tweets,
	.footer-section.footer-publications{
		width: 50%;
	}
	
	
	

	.page-template-default #primary,
	.page-template #primary,
	.error404 #primary,
	.page-template-front-page #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:nth-last-child(2),
	.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;
	}
	
	
	.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: #005274;
	}
	
	
	
	.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: -320px;
		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 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;
	}
	
	
	.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;
	}
	
	header hgroup svg,
	.sticky header hgroup svg {
		width: 35px;
	}
	
	h1.site-title,
	.sticky h1.site-title {
		margin: 4px 0 0px 14px;
		font-size: 20px;
	}
	
	
	
}



@media screen and (max-width: 600px){

	
	
	.latest-section ul {
		margin: 0 -5px 0 -5px;
	}
	
	.latest-section h3 {
		font-size: 16px;
	}
	
	.latest-section h4,
	.latest-section p {
		font-size: 14px;
	}
	
	
	
	.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: 500px;
	}

	
	
}




@media screen and (max-width: 450px){
	
	
	header hgroup svg,
	.sticky header hgroup svg {
		width: 19px;
	}
	
	h1.site-title, .sticky h1.site-title {
		margin: 3px 0 0px 10px;
    	font-size: 13px;
	}
	
	.main-navigation{
		margin-top: 3px;
	}
	
}

@media screen and (max-width: 400px){
	#people_section ul li {
		width: 100%;
	}	
}

*/

/*******RESPONSIVE********/









