/*
Theme Name: Wiley Health Learning
Theme URI: https://publicagency.co.uk
Author: Public
Author URI: https://publicagency.co.uk
Description: Theme for the Wiley Health Learning website 2024
Version: 1.0.0
License: Private
Text Domain: health
*/


/*******RESET********/

*{
	outline: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.2;
}


input[type="text"],
input[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="checkbox"]{
	background: #fff;
	color: #9f1915;
}


body{
	vertical-align: baseline;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body, input, textarea{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}


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:#115c36;
	transition: color 0.5s, background-color 0.5s;
}

button{
	transition: color 0.5s;
}

img{
	max-width: 100%;
    height: auto;
}

input, textarea{
	border: none;
}

input[type="checkbox"]{
	float: left;
	margin-right: 8px;
}

blockquote:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul{
	list-style: disc outside;
    margin: 0px 20px 20px 20px;
    display: inline-block;
}

.entry-content ul{
    list-style: disc outside;
    margin: 0px 20px 20px 20px;
}

body div.wpforms-container-full .wpforms-form .wpforms-field-html ul{
    margin: 0px 20px 20px 20px !important;
}

address{
	font-style: normal;
}
/*******RESET********/



/*******LAYOUT********/
.inner_page {
    margin: 0 auto;
    max-width: 1840px;
    position: relative;
    padding: 0 20px;
}

#page{
    margin-top: 91px; /*Start content after fixed header*/
}

/*
.page-template-blank-page #page{
    margin-top: 0px; 
}
*/


#main_content{
    margin: 0;
    padding:0;
    transition: all 0.4s;
    overflow: hidden;
}


.page-template-blank-page .main-navigation {
    height: 37px;
    bottom: 0;
    position: absolute;
    width: 100%;
}




.sticky #main_content{
	margin-top: 46px;
	transition: all 0.4s;
}

.site-header{ 
    background: #115c36;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
	transition: all 0.4s;
    min-height: 91px;
}


.main-header-outer{
    padding: 14px 0;
}

.sticky .site-header {
    height: 46px;
	padding: 8px 0 0 0;
}


.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;
}


h1.site-title{
	transition: 0.4s;
}


.sticky h1.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;
}

h1.site-title{
	font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin: 0px 0 0px 14px;
    color: #fff;
    font-weight: bold;
    float: left;
    clear: none;
    display: inline-block;
    text-transform: uppercase;
	white-space: nowrap;
}

h1.site-title a{
    color: #111e48;
    text-decoration: none;
    /* text-transform: uppercase; */
    display: inline-block;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.site-title img{
	width: 262px;
    height: auto;
	transition: all 0.4s;
	float: left;
}

.sticky .site-title img{
	width: 200px;
}

.site-descrip{
    float: left;
    color: #fff;
    font-size: 12px;

}


.menu-toggle{
    position: relative;
    overflow: hidden;
    margin: 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;
}
.secondary-menu li,
.secondary-menu li a,
.main-navigation li a,
.main-navigation li {
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}
.secondary-menu li a,
.main-navigation li a {
	white-space: nowrap;
}

.secondary-menu li a:hover,
.secondary-menu li a:focus,
.main-navigation li a:hover,
.main-navigation li a:focus {
	color: #18c76f;
}



.secondary-menu li,
.main-navigation li {
	margin: 0 12px 0 0;
	position: relative;
}



.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: 9px;
    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: #198c53;
    border: none;
    display: block;
    line-height: 16px;
    padding: 8px 12px;
    width: 208px;
    white-space: normal;
    color: #fff;
}

.main-navigation li ul li a.menu_expand{
    width: 16px;
    padding: 0;
    display: inline-block;
    padding-bottom: 0 !important;
    margin-top: 6px;
}




.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: #18c76f;
}
.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)
}


/*
.main-navigation li.menu-item-has-children::after{
	display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #192B66;
    border-bottom: 1px solid #192B66;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 250ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 250ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 250ms cubic-bezier(0.86, 0, 0.07, 1);
    content: '';
    margin-top: -3px;
}
*/

body .learndash-wrapper .ld-expand-button,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue,
body .learndash-wrapper .ld-quiz-actions input[type=button],
body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
body .learndash-wrapper .learndash_mark_complete_button,
body .learndash-wrapper .ld-button.ld-button-reverse,
body .learndash-wrapper .ld-login-modal input[type=submit],
.learndash-wrapper #learndash-reset-password-wrapper form input[type=submit],
.learndash-wrapper #learndash-registration-wrapper form input[type=submit],
.single .entry-content a.ld-button,
.page-template .entry-content a.button,
body .main-content div.wpforms-container-full .wpforms-form button[type=submit]:active,
body .main-content div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body .main-content div.wpforms-container-full .wpforms-form button[type=submit], 
.post-password-form input[type="submit"],
.page-template-default .entry-content a.button,
.button{
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border: none;
    background-color: #d96f23;
    padding: 14px 28px;
    margin-top: 15px;
    transition: all 0.5s;
    width: auto;
    border-radius: 0;
    cursor: pointer;
    overflow-wrap: normal;
    height: auto;
}

body .learndash-wrapper .ld-expand-button{
    margin-top: 0;
}

body .learndash-wrapper .ld-button.ld-button-reverse{
    background-color: #fff;
    border: none;
    box-shadow: none !important;
}

body .learndash-wrapper .ld-expand-button:hover,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:hover,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz):hover,
body .learndash-wrapper .ld-button.ld-button-reverse:hover,
body .learndash-wrapper .ld-login-modal input[type=submit]:hover,
body .learndash-wrapper .ld-button:hover:not(.learndash-link-previous-incomplete):not(.ld-button-transparent):not(.header-login),
.single .entry-content a.ld-button:hover,
body .learndash-wrapper .ld-button:hover,
.page-template .entry-content a.button:hover,
body .main-content div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.post-password-form input[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.page-template-default .entry-content a.button:hover,
.button:hover{
	color: #fff;
	background: #18c76f !important;
    border-color: #18c76f;
    border: none;
    opacity:1;
}

body .learndash-wrapper .learndash_mark_complete_button:hover,
body .learndash-wrapper .ld-button:hover{
    opacity:1;
}

body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover,
body .learndash-wrapper .learndash_mark_complete_button:hover{
    background: #d96f23 !important;
}

body .learndash-wrapper .learndash_mark_complete_button{
    text-wrap: nowrap;
    padding: 14px 60px 14px 28px;
}

body .learndash-wrapper .sfwd-mark-complete:after{
    transform: none;
    right: 20px;
}

body .learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover{
    box-shadow: none !important;
}

body .learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{
    margin-top: 10px;
}

.post-password-form input[type="submit"],
.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;
}

.top_search button svg{
    width: 16px;
    height: auto;
}

.main-navigation{
    background: #198c53;
    padding: 6px 0;
}

.menu-main-menu-container {
    padding-right: 0;
    float: right;
}

.main-navigation li:last-child {
	margin: 0;
}


.top_search input{
    padding: 1px 30px 2px 6px;
    position: relative;
    border: none;
    color: #198c53;
    width: 160px;
    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;
}


.top_search.home_search input{
    font-size: 24px;
    border: 2px solid #115c36;
    width: 100%;
    padding: 6px 44px 6px 6px;
}

.top_search.home_search button {
    padding: 8px 10px 0 0;
}

.top_search.home_search button svg {
    width: 26px;
}




::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #198c53;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #198c53;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #198c53;
}


.footer_sections{
	display: flex;
	/*margin: 0 -10px 0 -10px;
	flex-wrap: wrap;*/
	justify-content: space-between;
}
	


#main_footer{
	background: #000;
    color: #fff;
	padding: 30px 0;
	clear: both;
}


.latest_tweets li{
    padding-bottom: 20px;
	float: left;
    clear: both;
}

.latest_tweets li i {
    font-size: 46px;
    float: left;
    margin: 0 10px 10px 0;
    color: #005274;
	transition: color 0.5s;
}

.latest_tweets p{
    
    color: #005274;
    overflow: hidden;
    position: relative;
}

.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:#07a363;
}

.publications-menu a{
	color: #fff;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-menu li a:hover,
.publications-menu a:hover{
	color: #18c76f;
}

.footer-menu{
	
}

.copyright,
.footer-menu li{
	display: inline-block;
	margin-right: 12px;
	font-size: 12px;
    float: left;
}

.footer-menu li:after{
    content: '|';
    padding-left: 12px;
}

.footer-menu li:last-child{
    margin-right: 0;
    
}


.footer-menu li:last-child:after{
    content: '';
    padding-left: 0;
}


.footer-menu li a{
	color:#fff;
}

.wiley-link{
	margin-left: auto;
}

.wiley-link svg{
	width: 134px;
	height:auto;
}

.menu-footer-menu-container{
	
	
}

.footer-menu-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#subscribe-submit button{
	padding: 12px 14px;
    background: #fff;
    color: #a01916;
    font-weight: bold;
    display: inline-block;
    font-size: 19px;
    margin-top: 5px;
    transition: background 0.5s;
    border: none;
    cursor: pointer;
	font-family: 'Helvetica Neue LT Std', Helvetica, Arial, 'sans-serif';
	text-transform: uppercase;
}

#subscribe-submit button:hover{
	background: #000;
}

.widget_blog_subscription p{
	margin-bottom: 14px;
}

#subscribe-email input {
   	padding: 5px;
	width: 100%;
}


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;
}





.menu-item.menu-search{
	display: none;
}

.entry-content{
	overflow-wrap: break-word;
}


.back-to-top {
	position: fixed;
    width: 30px;
    height: 30px;
    background-color: #198c53;
    bottom: 20px;
    right: 20px;
    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: #fff;
    outline: none;
    transform: translateX(60px);

	
}

.back-to-top:hover {
	 background-color: #18c76f;
}


#top_banner{
	padding-bottom: 36px;
}

.widget_text img{
	display: block;
}

.secondary-menu-section{
	font-size: 16px;
}


.secondary-menu-section h3{
	font-weight: bold;
	font-family: 'Open Sans', 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;
}


.button.latest-posts-all{
	margin-top: 36px;
}

button#catapultCookie,
.form-submit input[type=submit],
.comment-reply-link,
.read_more_link{
   padding: 9px 8px;
    background: #07A363;
    color: #fff;
    text-transform: uppercase;
    /* font-weight: bold; */
    display: inline-block;
    font-size: 12px;
    margin-top: 12px;
    transition: background 0.4s;
    border: none;
    cursor: pointer;
    border-radius: 0;
    line-height: 1.2;
    box-shadow: none;
}

button#catapultCookie{
	padding: 9px 10px !important;
	border-radius: 0 !important;
}

button#catapultCookie:hover{
	background: #fff;
	color: #9f1915 !important;
}


#catapult-cookie-bar a{
	text-decoration: underline;
}



.comments-area .reply span{
	display:none;
}

.comment-reply-link{
	margin-top: 0px;
}

.single .sd-content ul li a.sd-button:hover,
.form-submit input[type=submit]:hover,
.comment-reply-link:hover,
.read_more_link:hover{
	background: #005274;
	border: none;
}


.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: 12px;
}

.social-media li a{
	font-size: 24px;
	color:#fff;
}

.social-media li a:hover{
	color:#07A363;
}

.social-media li a i{
	display: block;
}




/*******HOME PAGE********/

/*******SINGLE POST********/

div.wpforms-container-full .wpforms-form .wpforms-field-html p,
.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-meta{
	padding: 0px 0 10px 0;
	color: #686861;
    font-size: 14px;
	margin-top: -20px;
}


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;
	font-family: sans-serif;
	color:#005274;
}

blockquote:after{
    content: '”';
    position: absolute;
    font-size: 63px;
    bottom: 0;
    right: 11px;
    margin-bottom: -28px;
    line-height: 1;
	font-family: sans-serif;
	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;
}

.page-template-default .entry-content a,
.page-template .entry-content a,
#category-info .entry-content a, 
.single .entry-content a {
    color: #198c53;
    font-weight: bold;
}

.single .entry-content a.button {
	margin-bottom: 20px;
}

.page-template-default .entry-content a:hover,
.page-template .entry-content a:hover,
#category-info .entry-content a:hover,
.single .entry-content a:hover {
    /*color: rgba(160, 25, 22, 0.7);*/
	color: #000;
}

ul.lecture-vids{
	display: flex;
	margin: 0 -5px 20px -5px;
	    flex-wrap: wrap;
	list-style: none;
}


ul.lecture-vids li{
	    padding: 0 5px;
	position: relative;
	width:33.3333%;
}

ul.lecture-vids li a.video-link{
	position: relative;
	display: block;
}

ul.lecture-vids li a.video-link img{
	border: 1px solid #e8e8e8;
	width: 100%;
}

ul.lecture-vids li a.video-link:after {
	content: '\f16a';
    font-family: 'fontAwesome';
    margin: -21px 0 0 -21px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 43px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: color 0.5s;
    text-shadow: 0 0 5px #000000;
}

ul.lecture-vids li a.video-link:hover:after {
    color: #ff0000;
}

#under_article{
	margin: 10px 0 20px 0;
}




/*******SINGLE POST********/

/* =Comments
-------------------------------------------------------------- */

.comments-area {
    background: #f1e8dd;
    padding: 20px;
	margin-bottom: 40px;
}

.commentlist{
	list-style: none;
	margin: 0;
    padding: 0;
}

.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	border-radius: 100%;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 55px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
.commentlist .pingback {
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 0px;
}

#under_article .widget-title,
#jp-relatedposts h3.jp-relatedposts-headline,
div.sharedaddy h3.sd-title,
.comments-title,
#respond h3#reply-title {
	font-size: 18px;
	line-height: 1.5;
}

#under_article .widget-title{
    margin: 0 0 1em 0;
}

#jp-relatedposts h3.jp-relatedposts-headline,
div.sharedaddy h3.sd-title{
	width:100%
}

#under_article .widget-title:before,
#jp-relatedposts h3.jp-relatedposts-headline em:before,
div.sharedaddy h3.sd-title:before {
    border-color: #a01916;
}

#under_article .widget-title:before{
	content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #a01916;
    margin-bottom: 1em;
}

.tag-title{
	font-size: 14px;
    margin-bottom: 10px;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    -moz-opacity: 1;
    opacity: 1;
}

#respond form {
	margin: 0;
}
#respond form p {
	margin: 0 0 10px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	color: #5e5e5e;
}
.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;
}

.sidebar .widget{
    margin-bottom: 24px;
    background: #115c36;
    color: #fff;
    padding: 16px;
    text-align: left;
    clear: both;
    width: 100%;
}


.sidebar .widget.green{
    background: #115c36;
}




.sidebar .widget-access{
    background: #d66310;
}



.site-content.embed.grey .sidebar .widget-access{
    background: #efeff0;
    color: #000;
}

.site-content.embed.grey .register-form div.wpforms-container-full .wpforms-form a,
.site-content.embed.grey .sidebar .widget-access p.register_link a,
.site-content.embed.grey .sidebar .widget-access p.register_link{
    color: #000 !important;
}

.site-content.embed.grey .register-form div.wpforms-container-full .wpforms-form .wpforms-required-label{
    color: #C00;
}



.sidebar .widget p{
	margin-bottom: 10px;
}

.cta .widget-title,
.sidebar .widget-title{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}



.site-content.embed .sidebar .widget-access .widget-title{
    font-size: 28px;
}



.cta p.widget-descrip,
.sidebar .widget p.widget-descrip{
    font-size: 14px;
    margin-bottom: 0px;
}

.page-template-default .entry-content a.widget-button,
body div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body div.wpforms-container-full .wpforms-form button[type=submit]:active,
body div.wpforms-container-full .wpforms-form button[type=submit],
.widget-button{
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid #718bb3;
    background-color: #254c8a;
    padding: 14px;
    margin-top: 15px;
    width: 100%;
    font-family: 'Open Sans';
    transition: all 0.5s;
    text-decoration: none !important;
}


body .register-form.embed div.wpforms-container-full .wpforms-form button[type="submit"],
.page-template-default .entry-content .widget-access a.widget-button,
.widget-access .widget-button{
    border: 2px solid #dc7c36;
    background-color: #d76818;
}


.widget.green .widget-button{
    border: 2px solid #709d86;
    background-color: #246946;
}

body .register-form.embed div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.page-template-default .entry-content .widget-access a.widget-button:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.widget-button:hover{
    background: #fff;
    color: #115c36;
    border: 2px solid #fff;
}

.widget.green .widget-button:hover{
    background: #fff;
    color: #115c36;
    border: 2px solid #fff;
}

body .register-form.embed div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.page-template-default .entry-content .widget-access a.widget-button:hover,
.widget-access .widget-button:hover{
    color: #d66310;
}

.login-form div.wpforms-container-full .wpforms-form a, 
.register-form div.wpforms-container-full .wpforms-form a {
    text-decoration: underline;
    color: #fff;
    transition: color 0.5s ;
}

.login-form div.wpforms-container-full .wpforms-form .wpforms-error-container a{
    color: #990000;
} 




.login-form div.wpforms-container-full .wpforms-form a:hover,
.register-form div.wpforms-container-full .wpforms-form a:hover {
    color: #18c76f;
}



p.wp-caption-text {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0 !important;
}

.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-family: 'Open Sans', sans-serif;
	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: 15px 0 50px 0;
}

.pagination a,
.pagination span {
    width: 30px;
    height: 30px;
    transition: all .5s;
    box-sizing: border-box;
    padding: 3px 0 0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    border-radius: 0;
    overflow: hidden;
    background: #115c36;
    color: #fff;
    border: 2px solid #115c36;
    font-weight: bold;
    margin-right: 2px;
}

.pagination a{
	background: #fff;
	color: #000;
}


.pagination span.page-numbers.dots{
	background: none;
	color: #000;
}

.pagination a:hover{
	background: #18c76f;
    color: #fff;
    border-color: #18c76f;
}

.search-results .category-stats-book-series .wp-post-image,
.search-results .category-book-reviews .wp-post-image,
.search-results .category-journal-issues .wp-post-image,
.archive .category-stats-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: 30px;
}

/*******ARCHIVE********/



/*******PEOPLE PAGE********/
#people_section{
	margin-top: 20px;
}

#people_section ul{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 0px -10px 0 -10px;
	list-style: none;
}

#people_section ul li{
    width: 25%;
    padding: 0px 10px 20px 10px;
}

/*
#people_section ul li span,
#people_section ul li a{
	padding: 20px;
    display: block;
	transition: background 0.5s;
}

#people_section ul li a:hover{
	background: #f1e8dd;
}
*/


#people_section ul li span{
    padding: 20px;
    display: block;
    border: 1px solid #cecece;
    height: 100%;
    width: 100%;
}

#people_section ul li .img-outer{
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px;
}

#people_section ul li img{
	transition: transform 0.5s;
	max-width: 100%;
	float: left;
	background: #f1e8dd;
	width: 200px;
    height: auto;
}

#people_section ul li a:hover img{
	transform: scale(1.1);
}

.entry-content #people_section h2 {
    margin-bottom: 10px;
	color: #a01916;
}

.entry-content #people_section h3 {
    margin-bottom: 5px;
	font-size: 18px;
}

.person p.org{
	color: #686861;
}

.person div.people-biog p,
.person div.people-biog{
	margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}

.people-biog a{
	color: #a01916;
}

/*******PEOPLE PAGE********/

/*******CONTACT PAGE********/
.contact{
	background: #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********/






/*******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;
    margin-bottom: 16px;
    margin-top: 50px;
}

.home_slideshow ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 464px;
}

.home_slideshow ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*text-align: center;*/
}


.bx-controls{
    text-align: center;
    margin-top: 0;
    z-index: 2;
    position: absolute;
    bottom: 18px;
    width: 100%;
}

.bx-pager-item{
	display: inline-block;
    margin: 0 5px;
}

.bx-pager-link{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 100%;
    text-indent: -9999px;
	vertical-align: top;
	border: 1px solid #07a363;
}

.bx-pager-link.active {
    background: #fff;
   
}

.slide_button{
	margin: 14px 0;
	text-shadow:none;
}

/*
.slide_button:hover{
	background:#fff;
}
*/

#main_banner.slideshow {
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slideshow_loader{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: all 0.4s;
	z-index: 3;
}

.slideshow_loader.hide{
	opacity: 0;
}

.slideshow_loader.kill{
	display:none;
}

#main_banner.slideshow ul{
display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    
    list-style: none;
}

#main_banner.slideshow ul,
.home_slideshow{
    height: 350px;
}

#main_banner.slideshow ul li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    
	
	
}



/*
.home li:nth-child(odd) .slide-content{
   
    text-align: right;
}
*/


.pager{
    position: absolute;
    bottom: 18px;
    left: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
    text-align: center;
	margin:0;
}



.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);
}


.slide-button{
    height: 36px;
    width: 36px;
    z-index: 3;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    
}

.slide-button.slide-prev{
    left: 20px;
}

.slide-button.slide-next{
    right: 20px;
}

.slide-button.slide-next a{
}

.slide-button a{
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: block;
    filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 1));
    transition: background .5s;
    text-indent: -9999px;
    overflow-x: hidden;
}

.slide-button.slide-next a{
    background-image: 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 305.1 305.1' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;' d='M196.7,141.3c-10-11.9-20.4-29.2-31.2-51.8h18.9c22.2,26.3,45.8,45.8,70.9,58.4v9.5 c-25.1,12.6-48.7,32-71,58.3h-18.9c10.9-22.6,21.3-39.8,31.3-51.7V141.3z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M49.8,149.6l149.4-7.4v20.6l-149.4-7.4V149.6L49.8,149.6z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M305.1,152.6L305.1,152.6c0,40.8-15.9,79.2-44.8,108c-28.8,28.8-67.1,44.6-107.9,44.5 C68.4,305.1,0,236.7,0,152.6C0,68.5,68.4,0,152.4,0C236.6,0,305.1,68.5,305.1,152.6z M11,152.6c0,78,63.4,141.4,141.4,141.4 c37.8,0.1,73.3-14.6,100.1-41.2c26.8-26.7,41.6-62.3,41.6-100.2C294.1,74.5,230.5,11,152.4,11C74.4,11,11,74.5,11,152.6z'/%3E%3C/svg%3E");
}

.slide-button.slide-prev a{
    background-image: 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 305.1 305.1' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;' d='M120.7,215.6h18.9c-10.8-22.6-21.2-39.9-31.2-51.8v-1.1l147-7.3v-5.8l-147-7.3v-1.1 c10-11.9,20.4-29.2,31.3-51.7h-18.9c-22.3,26.3-45.9,45.7-71,58.3v9.5C74.8,169.8,98.5,189.3,120.7,215.6z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M152.6,305.1c84.1,0,152.4-68.5,152.4-152.6C305.1,68.4,236.7,0,152.6,0 c-40.7-0.1-79,15.7-107.9,44.5C15.9,73.3,0,111.6,0,152.4v0C0,236.6,68.5,305.1,152.6,305.1z M52.6,52.2 C79.3,25.6,114.8,10.9,152.6,11c78,0,141.4,63.4,141.4,141.4c0,78.1-63.4,141.6-141.4,141.6C74.5,294.1,11,230.5,11,152.4 C11,114.6,25.8,79,52.6,52.2z'/%3E%3C/svg%3E%0A");
}


.slide-button a:hover {
    background-color: #18c76f;
}





/*******SLIDESHOW********/

/*******CONTENT SECTIONS********/
.section{
	font-size: 18px;
}
.section.image_and_text_section .inner_page{
	display: flex;
}

.section.image_and_text_section .inner_page .sub-section{
	flex-basis: 50%;	
}


.section.image_and_text_section .inner_page.right .sub-section:nth-child(2){
	text-align: right;
}

h1.entry-title{
    margin-bottom: 0;
    line-height: 42px;
    font-size: 42px;
    color: #115c36;
    font-family: 'Open Sans';
    font-weight: 800;
    padding: 0;
}

h2.entry-subtitle{
    color: #115c36;
    margin: 0;
    line-height: normal;  
    font-size: 18px;
}

.dark h2.entry-subtitle,
.dark h1.entry-title{
    color: #fff;
}

/*
.section h2{
    font-size: 32px;
    margin-bottom: 26px;
}

.section h2:after {
    content: '';
    width: 86px;
    height: 4px;
    margin: 11px 0 15px;
    display: block;
    background: #115c36;
}
*/

.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;
}

.topic-links{
	margin-bottom: 20px;	
}

.topic-link{
	margin: 10px 5px 0 0;
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.topic-link:hover{
	background-color: #005274;
	border-color: #005274;
    color: #fff;
}

/*******BLOG PAGES********/









.featured_caption{
	    font-size: 11px;
    margin-bottom: 12px;
    margin-top: -10px;
}

.featured_caption p{
	font-size: 11px;
	line-height: normal;
}


/*******GATED CONTENT********/

.logo-header-outer{

}

.brand_logo_extra,
.brand_logo,
.sponsor_logo{
    line-height: 0;
    margin: 0;
    padding: 0;
}



.sponsor_logo{
    padding: 0 0 20px 0;
    display: block !important;
}

.brand_logo,
.brand_logo_extra{
    padding: 0 10px 0px 10px;
}


.cta.widget-access{
    background: #d66310;
    padding: 16px;
    /*max-width: 50%;*/
    max-width: 320px;
    width: 100%;
    position: relative;
    color: #fff;
    margin-left: 20px;
}

.sponsor_logo{
    /*padding: 0 0 0 20px;*/
    /*flex-basis: 50%;*/
    max-width: 50%;
}


.brand_logo_extra img,
.brand_logo img,
.sponsor_logo img{
    max-width: 100%;
    width: 180px;
}

.sponsor_logo .sponsor_logo_container{
    display: block;
    width: 200px;
    max-height: 140px;
    float: left;
    margin: 0;
}

.sponsor_logo .sponsor_logo_container.has_info{
    margin: 0 16px 0 0px;
}



.sponsor_logo .sponsor_logo_container img{
    object-fit: contain;
    object-position: top center;
    width: 100%;
    max-height: 140px;
    float: left;
}

/*
.sponsor_logo img.svg,
.brand_logo img.svg{
    width: 250px;
}
*/

.logo-header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-header{
    min-height: 300px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 0 0 100vmax rgb(255 255 255 / 40%);
    background-color: #d8d9da;
}

.title-header.dark{
    box-shadow: inset 0 0 0 100vmax rgb(0 0 0 / 40%);
}

.title-header .inner_page{
    width: 100%;
}

.section{
    padding: 50px 0;
    border-bottom: 2px solid #d8d9da;
}

.entry-content:not(.show-files-first) div.section:last-of-type{
    border-bottom:none;
}


.gated_content h3{
    font-size: 22px;
    font-family: 'Open Sans';
    font-weight: 800;
    margin: 22px 0 0 0;
    padding: 0;
}

.gated_content video{
    width: 600px;
    height: auto;
    margin-top: 20px;
    max-width: 100%;
}

#already_reg{
    transition: max-height .6s;
    max-height: 0px;
    overflow: hidden;
}

#already_reg.show{
    max-height: 1000px;
    background: #d8d9da;
    padding: 20px;
    margin-bottom: 10px;
}

.brightcove-outer {
    width: 100%;
    height: 0;
    padding-bottom: 56.3%;
    position: relative;
    border: none;
    margin-top: 20px;
}

.brightcove-outer iframe.brightcove-embed {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border: none;
}

/*
.gated_content{
    width: 600px;
    max-width: 100%;
} */

.gated_content audio{
    margin-top: 20px;
    width: 100%;
}

.meta-list,
.share-links{
    margin-bottom: 50px;
    margin-top: -10px;
    float: left;
    clear: both;
}

.share-links {
    margin-bottom: 24px;
    margin-top: 0px;
    clear: both;
}

.meta-list li,
.share-links li{
    display: inline-block;
}

.meta-list li h3,
.share-links li h3{
    text-transform: uppercase;
    font-weight: bold;
    color: #115c36;
    font-size: 16px;
    margin: 0 4px 0 0;
}

.share-links li i{
    color: #198c53;
    font-size: 30px;
    margin-left: 6px;
    transition: color .4s;
}

.share-links li a:hover i{
    color: #18c76f;
}

.entry-content .meta-list,
.share-links ul{
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}

.meta-list li{
    margin: 0 4px 4px 0;
}

.page-template-default .entry-content .meta-list li a{
    color: #115c36;
    font-size: 14px;
    border: 1px solid;
    padding: 4px;
    line-height: 1;
    float: left;
}

.page-template-default .entry-content .meta-list li a:hover{
    
    color: #fff;
    background: #18c76f;
    border-color: #18c76f;
    
}
    

/*
.page-template-default .entry-content .gated_files .gated_content a.button{
    margin-top: 10px;
}*/

.post-password-form input[type="password"]{
    border: 1px solid;
    padding: 5px;
}

.post-password-form input[type="submit"]{
    float: none;
    padding: 7px;    
}





div.wpforms-container-full .wpforms-form sup,
sup{
    font-size: 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html{
    font-size: 16px;
}

div.wpforms-container-full .wpforms-form textarea {
    max-width: 60%;
}

.test-mode{
    color: #cc0000;
    margin-top: 20px;
    font-size: 14px;
}

.content_info{
    margin: 22px 0 0 0;
}

.page-template-default .entry-content.show-files-first:not(.side){
    display: flex;
    flex-direction: column;
}

.page-template-default .entry-content.show-files-first:not(.side) .section.gated_files{
    order: -1;
    /*background: #efeff0;*/
}


/*
.page-template-default .entry-content.show-files-first:not(.side) .section:nth-child(even){
    background: none;
}

.page-template-default .entry-content.show-files-first:not(.side) .section:first-child {
    background: #efeff0;
}*/

.osano-cm-widget{display: none;}


.entry-content.side{
    display: flex;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.entry-content.side .text-container,
.entry-content.side .section.gated_files,
.entry-content.side .section.form-container{
    width: 50%;
}


.entry-content.side .section.gated_files:nth-child(even),
.entry-content.side .section.form-container:nth-child(even){
    background: none;
}

body div.wpforms-container-full{
     margin: 0px auto; 
}

.entry-content.side div.wpforms-container-full .wpforms-form input.wpforms-field-medium, 
.entry-content.side div.wpforms-container-full .wpforms-form select.wpforms-field-medium, 
.entry-content.side div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
    max-width: 100%;
}

.survey-pop-up,
.register-pop-up,
.login-pop-up{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	visibility: hidden;
    width: 600px;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    overflow: auto;
    
}

.survey-pop-up.show,
.register-pop-up.show,
.login-pop-up.show{
	visibility: visible;
    z-index: 100001;
}

.login-form,
.register-form{
    
    height: 100%;
    width: 100%;
    clear: both;
}

.login-pop-up-screen{
	background: rgb(255, 255, 255, 0.75);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100000;
    top: 0;
    left: 0;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}


.login-pop-up-screen.show {
	opacity: 1;
	visibility: visible;
}

.survey-pop-up-content,
.login-pop-up-content {
	background: #115c36;
	padding: 16px;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    color: #fff;
    
}

.register-popup-outer .register-popup{
    transition: all .3s;
    color: #fff;
    transform: scale(0.7);
	opacity: 0;
}

.register-popup-outer .register-popup.show{
    
    transform: scale(1);
	opacity: 1;
}



.register-popup .login-popup-inner{
    padding: 0px 16px 16px 16px;
}

.register-popup .login-popup-header{
    padding: 16px 16px 0px 16px;
}




.register-popup-outer .register-popup .login-popup-inner,
.register-pop-up.show .login-pop-up-content,
.login-pop-up.show .login-pop-up-content, 
.survey-pop-up.show .survey-pop-up-content{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


.login-pop-up .login-form a.forgot-pass{
	display: block;
	color: #2a3890;
}

.survey-pop-up .close,
.register-popup .close,
.register-pop-up .close,
.login-pop-up .close{
	float: right;
    color: #777;
    display: inline-block;
    margin: -2px -2px 0 0;
}

.survey-pop-up .close svg,
.register-popup .close svg,
.register-pop-up .close svg,
.login-pop-up .close svg{
	width: 20px;
    height: auto;
}

.survey-pop-up .close svg path,
.register-popup .close svg path,
.register-pop-up .close svg path,
.login-pop-up .close svg path{
	transition: fill 0.5s;
}

.survey-pop-up .close:hover svg path,
.register-popup .close:hover svg path,
.register-pop-up .close:hover svg path,
.login-pop-up .close:hover svg path{
	fill: #18c76f !important;
}

.survey-text,
.register-popup .login-form,
.register-pop-up .login-form,
.login-pop-up  .login-form{
    margin-top: 10px;
    clear: both;
}

.survey-pop-up .survey-pop-up-content h3,
.register-popup .login-popup-header h3,
.login-pop-up-content h3{
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    float: left;	
}

.register-popup .register-form h4{
    font-weight: bold;
    font-size: 18px;
}

.survey-buttons{
    display: flex;
    column-gap: 10px;
}

.survey-buttons .widget-button{
    margin-top: 0;
}

.register-progress{
    clear: both;
    text-align: center;
    display:none;
}

.register-progress.show{
    display:block;
}

.progress-icon{
    width: 40px;
    height: auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}







.home-link svg{
    width: 258px;
    max-width: 100%;
    float: left;
}

.main-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.login-reg ul{
    display: flex;
    align-items: center;
}


.learndash-wrapper .ld-button.header-login,
.login-reg ul a{
    color:#fff;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    transition: color 0.5s;
    padding: 0;
    display: inline-block !important;
}

.learndash-wrapper .ld-button.header-login{
    padding-right: 5px;
}

.logo-icon{
    width: 18px;
    height: auto;
    margin-right: 8px;
    float: left;
}

.learndash-wrapper .ld-button.header-login:hover,
.main-header a:hover{
    color:#18c76f;
}

.main-header a svg *{
    transition: fill 0.5s;
}

.main-header a:hover svg *{
    fill:#18c76f !important;
}

.entry-content {
    width: calc(100% - 320px);
    float: left;
    padding: 0 40px 0 0;
}

.embed .entry-content {
    width: calc(100% - 500px);
}



.page-template-blank-page .entry-content{
    width: 100%;
    padding: 0 0px 0 0;
}


.sidebar{
    width: 320px;
    float: right;
    padding: 0;
    text-align: left;
    clear: both;
}

.embed .sidebar{
    width: 500px;
}


.sidebar.extras{
    clear: right;
}

.sidebar.logos-access{
    padding: 50px 0 0 0;
}

.no-results {
    margin: 0px 0 50px 0;
}



/*******WP FORMS OVERRIDE********/


.login-form div.wpforms-container-full .wpforms-form input.wpforms-field-medium, 
.login-form div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
.login-form div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
.register-form div.wpforms-container-full .wpforms-form input.wpforms-field-medium, 
.register-form div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
.register-form div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
    max-width: 100%;
}


.login-form div.wpforms-container-full .wpforms-form .wpforms-field-label,
.register-form div.wpforms-container-full .wpforms-form .wpforms-field-label{
    font-weight: normal;
}

.login-form div.wpforms-container-full .wpforms-form .wpforms-required-label
.register-form div.wpforms-container-full .wpforms-form .wpforms-required-label{
    color:#fff;
}

.login-form div.wpforms-container-full .wpforms-form .wpforms-field, 
.register-form div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0px 0 10px 0;
}

.login-form div.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
.register-form div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 14px;
}


.login-form div.wpforms-container-full .wpforms-form input[type=date], 
.login-form div.wpforms-container-full .wpforms-form input[type=datetime], 
.login-form div.wpforms-container-full .wpforms-form input[type=datetime-local], 
.login-form div.wpforms-container-full .wpforms-form input[type=email], 
.login-form div.wpforms-container-full .wpforms-form input[type=month], 
.login-form div.wpforms-container-full .wpforms-form input[type=number], 
.login-form div.wpforms-container-full .wpforms-form input[type=password], 
.login-form div.wpforms-container-full .wpforms-form input[type=range], 
.login-form div.wpforms-container-full .wpforms-form input[type=search], 
.login-form div.wpforms-container-full .wpforms-form input[type=tel], 
.login-form div.wpforms-container-full .wpforms-form input[type=text], 
.login-form div.wpforms-container-full .wpforms-form input[type=time], 
.login-form div.wpforms-container-full .wpforms-form input[type=url], 
.login-form div.wpforms-container-full .wpforms-form input[type=week], 
.login-form div.wpforms-container-full .wpforms-form select, 
.login-form div.wpforms-container-full .wpforms-form textarea,
.register-form div.wpforms-container-full .wpforms-form input[type=date], 
.register-form div.wpforms-container-full .wpforms-form input[type=datetime], 
.register-form div.wpforms-container-full .wpforms-form input[type=datetime-local], 
.register-form div.wpforms-container-full .wpforms-form input[type=email], 
.register-form div.wpforms-container-full .wpforms-form input[type=month], 
.register-form div.wpforms-container-full .wpforms-form input[type=number], 
.register-form div.wpforms-container-full .wpforms-form input[type=password], 
.register-form div.wpforms-container-full .wpforms-form input[type=range], 
.register-form div.wpforms-container-full .wpforms-form input[type=search], 
.register-form div.wpforms-container-full .wpforms-form input[type=tel], 
.register-form div.wpforms-container-full .wpforms-form input[type=text], 
.register-form div.wpforms-container-full .wpforms-form input[type=time], 
.register-form div.wpforms-container-full .wpforms-form input[type=url], 
.register-form div.wpforms-container-full .wpforms-form input[type=week], 
.register-form div.wpforms-container-full .wpforms-form select, 
.register-form div.wpforms-container-full .wpforms-form textarea{
    border-radius: 0;
    border:none;
}

.login-form div.wpforms-container-full .wpforms-form .wpforms-required-label,
.register-form div.wpforms-container-full .wpforms-form .wpforms-required-label{
    color:#fff;
}

.login-form div.wpforms-container-full .wpforms-form label.wpforms-error,
.register-form div.wpforms-container-full .wpforms-form label.wpforms-error{
    color: #d66310;
    margin: 5px 0 0 0;
}


.login-form div.wpforms-container-full .wpforms-form .wpforms-error-container, 
.login-form div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript,
.register-form div.wpforms-container-full .wpforms-form .wpforms-error-container, 
.register-form div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript {
    color: #990000;
    background: #fff;
    padding: 10px;
    margin: 0 0 10px 0;
}


.register-form .wpforms-confirmation-container-full{
    padding: 0;
    color: #fff;
    background: none;
    border: none;
}


.page-template-page-templates .register-form #message,
.section.main-content .wpforms-confirmation-container-full{
    background: #198c53;
    border: 1px solid #198c53;
    color: #fff;
}

.page-template-page-templates .register-form #message p,
.section.main-content .wpforms-confirmation-container-full p{
    color: #fff;
}


.page-template-page-templates .register-form #message{
    margin: 0 auto 24px;
    padding: 15px 15px;
    overflow-wrap: break-word;
}

/*******WP FORMS OVERRIDE********/

.descrip-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.menu-secondary-menu-container{
    margin-bottom: 5px;
}


/*******TOPICS PAGE********/

.archive-grid ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -16px 0 -16px;
}

.archive-grid ul li{
    width: 33.3333%;
    padding: 0 16px 32px 16px;
}

.slideshow ul li a,
.archive-grid ul li a{
    display: block;
    height: 100%;
    background: #115c36;
    position: relative;
}

.slideshow ul li a{
    display: flex;
    flex-direction: column;
}

.page-image-outer{
    height: 0;
    width: 100%;
    overflow: hidden;
    background-color: #d8d9da;
    padding-bottom: 38%;
    position: relative;
}


.widget_ekb_content.pic_link .page-image-outer{
    margin: -16px 0px 16px -16px;
    width: calc(100% + 32px);
    padding-bottom: 50%;
}



.slideshow .page-image-outer{
    height: 100%;
    padding-bottom: 0;
}
 
.widget_ekb_content.pic_link .page-image,
.slideshow .page-image, 
.archive-grid .page-image{
   
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    transition: all .5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.widget_ekb_content.pic_link .page-image.image,
.slideshow .page-image,
.archive-grid .page-image.image {
    opacity: 1;
}


.slideshow a:hover .page-image,
.archive-grid a:hover .page-image.image{
    transform: scale(1.1);
}

.archive-grid{
    margin: 50px 0 0 0;
}

.page-template-front-page .archive-grid{
    margin: 30px 0 0 0;
}

.slideshow .page-title, 
.archive-grid .page-title{
    /*background: #115c36;*/
    color: #fff;
    padding: 20px;
}

.slideshow .page-title h3,
.archive-grid .page-title h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}


.slideshow .page-title h4,
.archive-grid .page-title h4{
    margin: 4px 0 0 0;
    font-size: 12px;
}


.slideshow .page-title h5,
.archive-grid .page-title h5{
    font-size: 14px;
    color: #18c76f;
    margin-bottom: 4px;
}


.archive-grid li.dropper{
    opacity: 0;
	transition-duration: 0.5s;
	transition-timing-function: ease;
    transform: translateY(-50px);
}

.archive-grid li.dropper:nth-child(3n+1){
	transition-delay: 0.4s;
}

.archive-grid li.dropper:nth-child(3n+2){
	transition-delay: 0.6s;
}

.archive-grid li.dropper:nth-child(3n+3){
	transition-delay: 0.8s;
}

.archive-grid li.dropper.slide-in{
	transform: translateY(0);
    opacity: 1;
}


/*******TOPICS PAGE********/







/*******GATED CONTENT********/

.section h2,
.section-heading{
    font-size: 24px;
    font-weight: bold;
    color: #115c36;
    margin-bottom: 16px;
}

.cta-and-shares{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    clear: both;
}


.site-content.embed .cta-and-shares{
    flex-direction: row;
}

.page-template-front-page .cta-and-shares{
    margin-top: 0px;
    margin-bottom: 50px;
}

.page-template-default .entry-content .cta a.button{
    margin: 0 20px 0 0;
}

.cta-and-shares .share-links {
    margin:0;
}


.term-description {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    width: 60%;
}

.term-description > *:last-child{
    margin-bottom: 0;
}


.login-pop-up-content p.register_link a,
.register-popup .login-popup-inner #forgot_password,
.login-pop-up-content #forgot_password{
    color: #fff;
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
    text-decoration: underline;
}

.login-pop-up-content p.register_link{
    display: inline-block;
}

.widget-access p.register_link{
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
}

.widget-access p.register_link a{
    color: #fff !important;
    text-decoration: underline;
    font-weight: normal;
}


.register-popup .login-popup-inner #forgot_password:hover,
.login-pop-up-content #forgot_password:hover{
    color: #18c76f;
}



.widget-access .widget-title:after{
    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 186.6 273.6' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;' d='M92.8,116.2c-32,0-58.1-26-58.1-58.1c0-32,26-58.1,58.1-58.1c32,0,58.1,26,58.1,58.1 C150.9,90.1,124.8,116.2,92.8,116.2z M92.8,11c-26,0-47.1,21.1-47.1,47.1s21.1,47.1,47.1,47.1s47.1-21.1,47.1-47.1S118.8,11,92.8,11 L92.8,11z M186.4,273.6H0v-5.5c0-35.1,9.5-68.2,26.7-93.2c17.6-25.6,41.3-39.7,66.6-39.7s48.9,14.1,66.6,39.7 c17.2,25,26.7,58.1,26.7,93.2v5.5H186.4z M175.4,262.6c-1.9-64.7-38.1-116.4-82.2-116.4c-57.7,0-79.5,90.5-79.5,90.5L175.4,262.6z' /%3E%3C/svg%3E");    
    width: 15px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.embed.grey .widget-access .widget-title:after{
    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 186.6 273.6' xml:space='preserve'%3E%3Cpath style='fill:%23000000;' d='M92.8,116.2c-32,0-58.1-26-58.1-58.1c0-32,26-58.1,58.1-58.1c32,0,58.1,26,58.1,58.1 C150.9,90.1,124.8,116.2,92.8,116.2z M92.8,11c-26,0-47.1,21.1-47.1,47.1s21.1,47.1,47.1,47.1s47.1-21.1,47.1-47.1S118.8,11,92.8,11 L92.8,11z M186.4,273.6H0v-5.5c0-35.1,9.5-68.2,26.7-93.2c17.6-25.6,41.3-39.7,66.6-39.7s48.9,14.1,66.6,39.7 c17.2,25,26.7,58.1,26.7,93.2v5.5H186.4z M175.4,262.6c-1.9-64.7-38.1-116.4-82.2-116.4c-57.7,0-79.5,90.5-79.5,90.5L175.4,262.6z' /%3E%3C/svg%3E");    
    width: 15px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}





.widget-topics .widget-title:after{
    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 329.8 336.6' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;' d='M74.7,164.9h180.5l-3.2,24.8h18.8l-3.9-30.3l-0.7-5.5h-93.1l3.3-18.2c33.1-4.6,58.7-33.1,58.7-67.5 c0-37.6-30.6-68.2-68.2-68.2S98.7,30.6,98.7,68.2c0,34.4,25.6,62.9,58.7,67.5l3.3,18.2h-97l-0.9,5.5L58,189.7h20.6L74.7,164.9 L74.7,164.9z M109.8,68.2c0-31.5,25.7-57.2,57.2-57.2s57.2,25.7,57.2,57.2s-25.7,57.2-57.2,57.2C135.4,125.4,109.8,99.8,109.8,68.2 L109.8,68.2z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M133.8,52h64.8v11h-64.8L133.8,52z M133.8,76.6h64.8v11h-64.8L133.8,76.6z M68.2,200.2 C30.6,200.2,0,230.8,0,268.4s30.6,68.2,68.2,68.2s68.2-30.6,68.2-68.2C136.4,230.8,105.8,200.2,68.2,200.2L68.2,200.2z M68.2,325.6 c-31.5,0-57.2-25.7-57.2-57.2s25.7-57.2,57.2-57.2s57.2,25.7,57.2,57.2S99.7,325.6,68.2,325.6z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M35,252.2h64.8v11H35L35,252.2z M35,276.8h64.8v11H35L35,276.8z M261.6,200.2 c-37.6,0-68.2,30.6-68.2,68.2s30.6,68.2,68.2,68.2s68.2-30.6,68.2-68.2C329.8,230.8,299.2,200.2,261.6,200.2L261.6,200.2z M261.6,325.6c-31.5,0-57.2-25.7-57.2-57.2s25.7-57.2,57.2-57.2s57.2,25.7,57.2,57.2S293.1,325.6,261.6,325.6z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M228.4,252.2h64.8v11h-64.8V252.2z M228.4,276.8h64.8v11h-64.8V276.8z'/%3E%3C/svg%3E");
    width: 24px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    
    
}

/*
.page-intro{
    margin-top: 50px;
    color: #000;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #115c36;
    border-radius: 3px;
    border-top-width: 3px;
    text-align: center;
    box-shadow: 0px 0px 6px 0px #0003;
}
*/

.page-intro {
    margin-top: 50px;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    /* border: 1px solid #115c36; */
    /* border-radius: 3px; */
    border-top-width: 3px;
    text-align: center;
    /* box-shadow: 0px 0px 6px 0px #0003; */
    background: #198c53;
    display: flex;
    align-items: center;
}

.page-intro .intro-icon{
    padding: 0 20px 0 10px;
}

.page-intro .intro-test{
    flex-basis: 100%;
}

.page-intro .intro-icon svg{
    width: 14px;
    height: auto;
}

.page-template-front-page .page-intro{
    margin-top: 30px;
}

.page-intro h1,
.page-intro h2,
.page-intro h3,
.page-intro h4,
.page-intro h5,
.page-intro h6
{
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.page-template-default .entry-content p.sponsor_by,
.sponsor_by{
    font-size: 14px;
    margin-bottom: 10px;
    background: #115c36;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: -10px -10px 10px -10px;
    padding: 10px;
    font-weight: bold;
}

.promoted-content{
    margin: 50px 0 0px 0;
    border-bottom: 2px solid #d8d9da;
    padding-bottom: 28px;    
}

.related-content{
    margin: 50px 0 0px 0;
    border-bottom: 2px solid #d8d9da;
    padding-bottom: 28px;
}

.topic-list a{
    color: #fff;
    padding: 2px 0;
    display: block;
}

.widget-topics .topic-list a:not(.menu_expand){
    padding: 2px 26px 2px 0;
}


.topic-list .current-cat > a{
    color:#18c76f;
}


a.menu_expand {
	display: inline-block;
    width: 16px;
    margin: 0px 0px 0 6px;
    padding: 0px;
    right: 0px;
    position: absolute;
    top: -1px;
}

a.menu_expand i {
	font-size: 28px;
    color: #fff;
    vertical-align: top;
    margin-top: -10px;
	transform-origin: 8px 20px;
}

a.menu_expand i.ease {
    transition: all .4s ease;
}

a.menu_expand:hover i{
	color:#18c76f;
}

a.menu_expand.sub-menu-on i {
    transform: rotate(-180deg);
}

.topic-list ul{
    
}

.topic-list ul li{
    position: relative;
    width: 100%;
}

.topic-list .children{
    padding: 0 0 0 20px;
    max-height: 0px;
    overflow: hidden;    
}

.main-navigation .topic-list .children{
    float: left;
    margin-left: 0;
}


.topic-list .children.ease{
    transition: max-height .5s;   
}
 
.topic-list .children.show {
    max-height: 1000px;
}

.topic-list ul li{
    font-size: 16px;
    font-weight: normal;
}


.topic-list ul.level-1 > li{
    font-size: 16px;
    font-weight: 700;
}

.topic-list > ul > li{
    font-size: 14px;
    font-weight: 700;
}




.main-navigation li .topic-list ul{
    opacity: 1;
    height: auto;
    width: 100%;
    clip: auto;
    position: relative;
    left: 0;
    top: 0;
}


.main-navigation .topic-list ul li:hover > ul{
    padding-top: 0;
    overflow: hidden;
    margin-left: 0;
}


.main-navigation .topic-list{
    background: #198c53;
    padding: 0 12px 10px 0px;
    
    max-height: calc( 100vh - 120px );
    overflow-y: auto;
}


/*
.main-navigation li .topic-list ul ul.children.level-1{
    columns:2;
}

.main-navigation ul li.topics-menu:hover > ul{
    margin-left: -205px;
}
*/


.register-popup-outer{
    position: fixed;
    height: 100%;
    width: 100%;
    
    box-sizing: border-box;
    top: 0;
    left: 0;
    
    justify-content: center;
    align-items: center;
    display: flex;
    visibility: hidden;
    z-index: -1;
    
}

.register-popup-outer.show{
    
    
    z-index: 100001;
    visibility: visible;
}

.register-popup{
    width: 600px;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    display: flex;
    flex-direction: column;   
    background: #115c36;
}

.login-popup-inner{
    overflow: auto;
    padding: 0 0 1px 0;
}


.widget.widget_ekb_content ul{
    list-style: disc outside;
}

.widget.widget_ekb_content ul li{
    margin-left: 20px;
}


.page-template-page-templates .register-form{
    max-width: 800px;
   
}

.register-form .acf-field .acf-label label{
    font-size: 16px;
    font-weight: 400;
}

.register-form .acf-fields > .acf-field{
    border: none;
    padding: 0 0 10px 0;
}



.register-form .acf-fields > .acf-field .acf-input{
    display: flex;
    flex-direction: column-reverse;
}

.register-form .acf-fields > .acf-field .acf-notice.-error{
    
    background: none;
    padding:0;
    margin: 0;
    color: #990000;
    border:none;
    order: -2;
}

.register-form .acf-fields > .acf-field.acf-error .acf-input-wrap *{
    border: 1px solid #cc0000;
}


.register-form .acf-fields > .acf-field .acf-notice.-error p{
    font-size:12px;
     padding:0;
    margin: 0;
    color: #990000;
}


.register-form .acf-notice.-error.-dismiss{
    display: none;
}



.register-form .acf-fields > .acf-field[data-name="first_name"],
.register-form .acf-fields > .acf-field[data-name="last_name"]{
    width: 50%;
    float: left;
    display: inline-block;
    clear: none;
}


.register-form .acf-fields > .acf-field[data-name="first_name"]{
    padding-right: 10px;
}

.register-form .acf-fields > .acf-field[data-name="last_name"]{
    padding-left: 10px;
}


.register-form .acf-fields > .acf-field[data-name="last_name"] .acf-label{
    visibility: hidden;
}

.register-form .acf-fields > .acf-field[data-name="consent"] .acf-label{
    display: none;
}



.register-form .acf-field .acf-label{
    margin: 0;
}


body .learndash-wrapper .ld-login-modal input[type=password],
body .learndash-wrapper .ld-login-modal input[type=text],
body .learndash-wrapper #learndash-reset-password-wrapper form input:not(input[type=submit]):not(input[type=checkbox]),
body .learndash-wrapper #learndash-registration-wrapper form input:not(input[type=submit]):not(input[type=checkbox]),
.register-form .acf-field input[type=text], 
.register-form .acf-field input[type=password], 
.register-form .acf-field input[type=date], 
.register-form .acf-field input[type=datetime], 
.register-form .acf-field input[type=datetime-local], 
.register-form .acf-field input[type=email], 
.register-form .acf-field input[type=month], 
.register-form .acf-field input[type=number], 
.register-form .acf-field input[type=search], 
.register-form .acf-field input[type=tel], 
.register-form .acf-field input[type=time], 
.register-form .acf-field input[type=url], 
.register-form .acf-field input[type=week], 
.register-form .acf-field textarea, 
.register-form .acf-field select{
    
    
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0;
    color: #333;
    display: block;
    float: none;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
    
    
}

body .learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before,
body .learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before{
    display: none;
}

.login-remember{
    text-align: left;
}

.register-form .acf-field p.description {
    display: block;
    font-size: 13px;
    float: none;
    font-weight: 400;
    line-height: 1.3;
    margin: 4px 0 0;
    padding: 0;
    order: -1;
}


.widget_ekb_content ol{
    padding: 0 0 0 20px;
}

.widget_ekb_content a{
    color: #fff;
    text-decoration: underline;
}

.fa-twitter-square.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: 25.72px;
    display: inline-block;
    background: #198c53;
    height: 26px;
    padding: 5px 4px 4px 4px;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 0;
    margin-top: 2px;
    vertical-align: top;
    transition: background .4s;
}

.fa-twitter-square.fa-twitter-x:hover:before{
    background: #18c76f;
}

.widget_ekb_content iframe{
    max-width: 100%;
}


body ul.acf-checkbox-list li input[type=checkbox]{
    margin-top: 5px;
}


.sponsor_area{
    border: 2px solid #115c36;
    padding: 10px;
}

.sponsor_area .sponsor_info{
    font-size: 14px;
    /*margin-top: 10px;*/
    overflow: hidden;
}

.sponsor_container{
    display: flex;
    align-items: center;
}

.entry_extra{
    display: inline-block;
    background: #18c76f;
    position: absolute;
    right: -3px;
    top: 12px;
    z-index: 1;
    color: #fff;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    /*font-weight: bold;*/
    font-size: 14px;
    /*box-shadow: -3px 3px 8px 2px #515151;*/
}

.download-subtitle{
    color: #959595;
    font-size: 16px;
    margin-top: 4px;
}


.register-form.embed div.wpforms-container-full .wpforms-form label.wpforms-error{
    color: #000;
}

.wiley_logo_area{
    margin-bottom: 20px;
}

.both_logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.site-content.embed .section.main-content .cta-and-shares .cta.widget-access{
    display: none;
}

.site-content.embed .section.main-content .cta-and-shares .sponsor_logo{
    padding:0;
}

.gated_content{
    margin-bottom: 50px
}

.has_video .intro-inner{
    
}

.has_video .intro-text-container{
    /*width: 60%;
    margin-right: 20px;*/
}

.has_video .intro-video-container{
    width: 40%;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}



.has_video .intro-video-iframe-container{
    height: 0;
    padding-bottom: 55.2%;
    position: relative;
    
    margin-top: 0;
    border: 1px solid #000;
}

.has_video .intro-video-iframe-container iframe{
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border: none;
}

.has_video .intro-video-caption{
    padding-top: 7px;
    display: inline-block;
    font-style: italic;
    font-size: 14px;    
}

.pdf-link{
    position: relative;
    display: inline-block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 50px;
}

.intro-text .pdf-link{
    margin-bottom: 0px;
}

.pdf-cover{
    width: 300px;
    max-width: 100%;
    clear: both;
    display: block;
    box-shadow: 0px 0px 8px 2px #828282;
}

.pdf-link .entry_extra{
    font-weight: bold;
    font-size: 14px;
    box-shadow: -3px 3px 8px 2px #515151;
}

.register_link.reg_box{
    clear: both;
    padding-bottom: 20px;
}

.register_link.reg_box a{
    color: #fff;
    text-decoration: underline;
}



























/*******LEARNDASH********/
.ld-course-status-seg-price {
    display: none;
}

#learndash-reset-password-wrapper form,
.registration-login-form form,
form.ldregister{
    max-width: 800px;
}

.page-template-default .entry-content form.ldregister p{
     margin-bottom: 0;   
}

.single .entry-content .ld-content-actions .ld-content-action a.ld-button{
   /* display: flex;
    align-items: center;*/
}

.single .entry-content .ld-content-actions .ld-content-action a.ld-button .ld-text{
    text-wrap: nowrap;
    padding: 0 10px 0 0;
}

.wpProQuiz_content .wpProQuiz_resultTable{
    width: 100%;
}

body .learndash-wrapper .ld-quiz-actions input[name=reShowQuestion], 
body  .learndash-wrapper .ld-quiz-actions input[name=restartQuiz]{
    background: #115c36;
}

body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button_reShowQuestion:hover, 
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button_restartQuiz:hover, 
body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover{
    opacity: 1;
}


body .learndash-wrapper .ld-alert-success .ld-button .ld-icon-download{
    display: none;
}

body .learndash-wrapper .ld-alert-success{
    margin-top: 0;
}

body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{
    
    border-radius: 0;
    padding: 6px;
}

body .learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button{
    top: 30px;
}

body .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover {
    color: #198c53;
}

body #wpProQuiz_overlay_close{
    padding: 10px;
    width: auto;
    border-radius: 0; 
}

body #wpProQuiz_overlay_close:hover{
    opacity:1;
    background: #18c76f !important;
}


.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar{
    display: none;
}

.graded-disclaimer{
    display: none;
}


body .learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable{
    overflow: hidden;
}

/*******LEARNDASH********/

.entry-content .wpforms-container .wpforms-field-html h4 {
    margin: 0;
    font-size: 20px;
}
























/*******RESPONSIVE********/

/*******Used min width for desktop menu changes********/
@media screen and (min-width: 901px){
    #menu-main-menu{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    #menu-main-menu .left{
        margin-right: auto;
        margin-left: 10px;
        border-left: 1px solid #fff;
        padding-left: 10px;
    }
    
    #menu-main-menu .left a{
        font-weight: bold;
    }
    
    
    #menu-main-menu .right{
        
        border-left: 1px solid #fff;
        padding-left: 10px;
    }
    
    
    .menu-main-menu-container {
        flex: 1;
    }
    
}



@media screen and (max-width: 1300px){

    .cta-and-shares{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    
    .cta-and-shares .cta{
        max-width: 100%;
        width:100%;
    }
    
    .cta-and-shares .cta.widget-access{
        /*
        padding-bottom: 20px;
        margin-bottom: 20px;
        */
        
        margin-top: 20px;
        margin-left: 0;
        
    }
    
    
    .sponsor_logo {
        padding: 0;
        /*flex-basis: 100%;*/
        max-width: 100%;
        width: 100%;
    }

    
    
}

@media screen and (max-width: 1054px){
	
	h1.site-title {
    	font-size: 20px;
	}
	
}


@media screen and (max-width: 900px){
	
    /*
    html,
    body{
        overflow-x: hidden;
    }
    */
    
    .main-header-outer {
        padding: 6px 0;
    }
    
    .home-link svg {
        width: 260px;
    }
    
    
    .login-reg ul {
        align-items: unset;
        flex-direction: column;
    }
    
    .login-reg ul li{
        padding:6px 0 5px 0;
    }
    
    .login-reg ul li:first-child{
        display: none;
    }
    
    
    .login-reg ul a {
        /*margin-left: 20px;*/
    }
    
    .site-descrip{
        width: calc(100% - 40px);
    }
    
    
    .content-columns{
        display: flex;
        flex-direction: column;
    }
    
    .logos{
        display: flex;
        justify-content: space-between;
    }
    
    .sidebar.logos-access {
        padding: 20px 0 0 0;
    }
    
    /*
    .reg-login-buttons{
        display: flex;
        gap: 16px;
    }*/


    .embed .sidebar,
    .embed .entry-content,
    .entry-content,
    .sidebar{
        width: 100%;
    }
    
    .section {
        padding: 20px 0;
    }

    .entry-content{
        padding: 0 0px 0 0;
    }
    
    .logos-access .widget.widget-access{
        margin-top: 0px;
        margin-bottom: 20px;
        clear: both;
        display: block;
        float: left;
    }
    
    
    
    
    
    
    
    
    
	.footer-section,
	.footer-section.footer-tweets,
	.footer-section.footer-publications{
		width: 50%;
	}
	
	
	
	
	#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 20px 10px 20px;
	}
	
	.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 li {
        display: block;
        clear: both;
    }
    
    .main-navigation li.menu-depth-0 {
       /* background: #cc0000;*/
        padding: 8px 12px 8px 12px;
    }
    
    .main-navigation li.menu-depth-0.menu-item-has-children {
        
        padding: 8px 12px 0px 12px;
    }
    
    
    .main-navigation li ul{
        position: relative;
        top: auto;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        opacity: 1;
    }
    
    .main-navigation .topic-list {
        padding: 0;
        
        max-height:none;
        overflow-y:visible;
        
    }
    
    .main-navigation .top_search.header_search{
        padding: 8px 12px 12px 12px;
    }
     
    .main-navigation .top_search input{
        width: 100%;
    }
    
    
    .main-navigation ul li:hover > ul, 
    .main-navigation ul li:focus > ul, 
    .main-navigation .focus > ul {
        
        padding-top: 0;
        margin-left: 0;
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	.main-navigation{
		position: relative;
	}
	
	.menu-main-menu-container{
		position: absolute;
		margin-top: 6px;
		right: -400px;
		top: 100%;
		transition: right 1s ease, margin-top 0.4s;
		max-height: calc( 100vh - 120px );
    	overflow-y: scroll;
        background: #198c53;
		
	}
	.sticky .menu-main-menu-container{
		margin-top: 34px;
	}
	
	.menu-main-menu-container.toggled-on{
		right: 0px;
	}
	
	
	
	
	#main_content {
		margin-top: 0px;
	}
	
	.sticky .site-header {
		padding: 12px 0 0 0;
	}
	
	
	
	.mobile.menu-item{
		display: block;
	}
	
	.sticky .site-title img,
	.site-title img {
		width: 200px;
	}
	
	
	/*
	.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;
	}

	.main-navigation .top_search button{
		top: 7px;
        right: 11px;
	}
	
	header hgroup svg,
	.sticky header hgroup svg {
		width: 35px;
	}
	
	h1.site-title,
	.sticky h1.site-title {
		margin: 4px 0 0px 14px;
		font-size: 20px;
	}
	
    /*
	.register-popup, 
    .register-pop-up, 
    .login-pop-up {
        
        max-width: calc(100% - 20px);
        max-height: calc(100% - 20px);
        
    }*/
    
    
	.back-to-top.sticky {
		transform: translateX(0px);
	}
	
	.term-description {
        width: 100%;
    }
	
    
    .share-links{
        float: right;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    
    .home_slideshow{
        margin-top: 0px;
    }
    
    .archive .page-intro{
        margin-top: 0;
        margin-bottom: 20px;
    }
   
    .archive-grid {
        margin: 0;
    }
    
    .archive-grid ul li {
        padding: 0 16px 20px 16px;
    }
    
    
    .pagination {
        margin: 0px 0 20px 0;
    }
    .promoted-content,
    .related-content {
        margin: 20px 0 0px 0;
        padding-bottom: 8px;
    }
    
    
    /*
    .main-navigation li .topic-list ul ul.children.level-1{
        columns:auto;
    }

    .main-navigation ul li.topics-menu:hover > ul{
        margin-left: -10px;
    }
    */
    
    
    
    .has_video .intro-inner{
        /*flex-direction: column-reverse;*/
    }

    .has_video .intro-text-container{
        width: 100%;
        margin-right: 0px;
    }

    .has_video .intro-video-container{
        width: 100%;
        margin-bottom: 20px;
    }

    /*
    .has_video .intro-video-iframe-container{
        padding-bottom: 56.3%;
    }
*/
    
    
 
    .learndash-wrapper .ld-button.header-login {
        text-align: left;
    }
    
    
    
    
    
    
    
    
    
    
}


@media screen and (max-width: 640px){

    body .learndash-wrapper #ld-profile .ld-section-heading .ld-expand-button{
        max-width: none;
    }

}


@media screen and (max-width: 600px){

	
	
	.footer-section,
	.footer-section.footer-tweets,
	.footer-section.footer-publications{
		width: 100%;
		padding-bottom: 20px;
	}
	
	.footer-menu-section {
		
		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, ul, li{
		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;
	}

	
	
	#main_banner.slideshow ul,
	.home_slideshow{
		height: 280px;
	}

	
	h1.entry-title {
        line-height: 34px;
        font-size: 30px;
    }
    
    
    .entry-content.side{
        display: block;
        margin: 0;
        max-width:none;
    }

    .entry-content.side .text-container,
    .entry-content.side .section.gated_files,
    .entry-content.side .section.form-container{
        width: 100%;
    }
    
    
    .archive-grid ul li {
        width: 50%;
    }
    
    
    
    .page-intro{
        flex-direction: column;
    }
    
    .page-intro .intro-icon svg {
        width: 8px;
        padding-bottom: 10px;
    }
    
    /*
    .sponsor_logo {
        padding: 0;
    }
    
    .share-links ul li:first-child{
        width: 100%;
    }
    
    .share-links li i {
        margin-left: 0;
        margin-right: 6px;
    }*/
    
    .logos {
        flex-direction: column-reverse;
    }
    
    .share-links {
        margin-left: 0px;
    }
    
    img.alignright,
    img.alignleft{
        max-width: 50%;
    }
    
    .slide-button a{
        background-color: #18c76f;
    }
    
}

@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;
	}
    
    .archive-grid ul li {
        width: 100%;
    }
	
    
    
    .sponsor_logo .sponsor_logo_container.has_info {
        
        width: 150px;
        
    }
    
    
}

@media screen and (max-width: 400px){
	#people_section ul li {
		width: 100%;
	}	
}

/*******RESPONSIVE********/









