/*
Theme Name: The Rheumatologist
Theme URI: http://www.makeworthymedia.com/  
Description: Theme for The Rheumatologist.   
Author: Makeworthy Media  
Author URI: http://www.makeworthymedia.com/  
Template: genesis  
Template Version: 2.1.4  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/

/*
Red: d73800
Lime: 006990
Muted Blue: 4C8579
Teal: 34BEDA
Yellow: fff479
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;clear: both;}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.site-header .header-widget-area .widget:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.site-header .header-widget-area .widget:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	
	color: #333;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #0054a6;
	text-decoration: none;
}

a:hover {
	color: #666;
}

article a {
	font-weight: bold;
	font-weight: 600;
}

article .entry-title a{
    font-weight: 900;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

/*blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}*/

blockquote{
    display: block;
    background: #e9eaec;
    padding: 20px 45px 1px 45px;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
 }

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  
  font-size: 36px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 0px;
}

blockquote::after{
    content: "\201D";
    font-size: 36px;
    font-weight: bold;
    color: #999;
    position: absolute;
    right: 20px;
    bottom: -12px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	padding: 12px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-polls .Buttons,
.osc-res-tab ul.tab-content a.moretag {
	
    border: 1px solid #0054a6;
    color: #0054a6;
    cursor: pointer;
    font-size: 17px;
    padding: 8px 14px;
    width: auto;
    border-radius: 5px;
    font-weight: 500;
    line-height: 1;
    
}
.gform_button {
	padding: 16px 24px !important;
}

.search-form input[type="submit"] {
	margin-top:10px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #0054a6;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.osc-res-tab ul.tab-content a.moretag:hover {
	background-color: #ff8c40;
    border-color: #ff8c40;
	color: #fff;
}

.wp-polls .Buttons  {
	background-color: #0054a6 !important;
	border: none !important;
}
.wp-polls .Buttons:hover {
	background-color: #0054a6 !important;
	color:#fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

select,
textarea,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"]{
  -webkit-appearance: none;
  border-radius: 0;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1240px;
}

.wrap {
	padding: 0 20px;
}


.site-inner {
	clear: both;
	padding: 20px 20px 30px 20px;
	background-color:#fff;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
    width: calc(100% - 330px);
}




.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 740px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
    
    position: sticky;
    top: 0;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	font-size: 16px;
	background-color:#e9eaec;
	padding:10px;
}

.breadcrumb a {
	font-weight: bold;
	font-weight: 700;
}

.page-template-acr-convergence-topic article.page ,
.archive-description,
.author-box {
	margin-bottom: 20px;
	padding: 0px 0 1px 0;
}

.archive-description {
	font-size: 36px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.widget_search {
	width: 80%;
	float: right;
}
.widget_search  .widget-wrap {
	/*max-width:300px;*/
}
.site-header .search-form {
	float: right;
	margin-top: 12px;
	width: 100%;
	overflow: hidden;
}

.widget_search input[type=search] {
	width: 84%;
	font-size:14px;
	padding:7px;
	float:left;
}
.widget_search input[type="submit"] {
	padding:9px 8px;
	width: 15%;
	float:left;
	font-size: 12px;
	margin:0 0 0 1%;
}

/* ## Titles
--------------------------------------------- */

body.page article .entry-header .entry-title,
.archive-title {
	font-size: 36px;
	font-weight:900;
	color: #0054a6;
}

body.page main article .entry-header .entry-title{
    /*margin-bottom: 30px;*/
}


/*.entry-title {
	font-size: 28px;
}*/

body.author  h3.entry-title {
	color: #0054a6;
	font-size: 36px;
    margin-bottom: 32px;
}

body.single article .entry-header .entry-title{
	font-size: 34px;
    color: #004899;
    line-height: 1;
    margin: 0 0 4px 0;
}





.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #0054a6;
}

.content-section-heading,
.widget-title {
	font-size: 24px;
	margin-bottom: 20px;
	color:#0054a6;
}

.footer-widgets .widget-title {
	/*color: #fff;*/
	font-size: 24px;
	margin-bottom:5px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 16px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 16px 20px;
}

.wp-caption-text {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #656976;
}

.alignright .wp-caption-text {
    text-align: right;
}

.alignleft .wp-caption-text {
    text-align: left;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.alignleft,
.alignnone,
.alignright,
.aligncenter{
	z-index: 1;
    position: relative;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	padding-left: 0px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.page.page-template-acr-convergence-topic .featured-content .entry,
.featured-content .entry {
    border-bottom: 1px solid #c3c4c3;
    margin-bottom: 20px;
    padding: 0 0 20px;
}

.featured-content article.entry:last-of-type,
.page.page-template-acr-convergence-topic .featured-content .entry:last-child,
.featured-content .entry:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}


.page-template-resource-center-standard .featured-content .entry{
    padding: 0;
}


.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry .entry-content{
    /*overflow: hidden;*/
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #0054a6;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #004899;
}

.site-header .wrap {
	padding: 24px 20px 18px 20px;
}

.site-header .header-widget-area .widget {
	float: right;
	clear: both;
}

/* # Top bar
---------------------------------------------------------------------------------------------------- */
.top-bar{
    background-color: #3a6799;
    padding: 9px 0;
}

.thn-social-media-links {
    margin: 0 0 -3px 0;
    float: right;
}

.thn-social-media-links a{
    margin-right: 12px;
}

.thn-social-media-links a:last-child {
    margin-right: 0;
}

.thn-social-media-links a i{
    color:#fff;
    font-size: 24px;
    transition: color .4s;
}

.thn-social-media-links a:hover i{
    color:#ff8c40;
    
}


.tb-media-links{
    float: left;
}

.tb-media-links a{
    font-weight: 900;
    font-size: 18px;
    color: #f3953f;
    text-transform: uppercase;
    margin-right: 12px;
}

.tb-media-links a:hover{
    color: #fff;
}





/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
}

.title-area a{
	width: 456px;
    max-width: 100%;
    display: inline-block;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    max-width: 446px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 635px;
	padding: 15px 0 0 0;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
    font-weight: 900;
	line-height: 1;
	width: 100%;
	z-index: 1000001 !important;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
    float: left;
}

.genesis-nav-menu a {
    color: #004899;
    display: block;
    padding: 15px 10px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0054a6;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 1000001 !important;
    border-top: 1px solid #e9eaec;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
    border: 1px solid #e9eaec;
    border-top: none;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    width: 200px;
}
.genesis-nav-menu .sub-menu a:hover {
	background-color:#ff8c40;
	color:#fff;
	border-color:#ff8c40;
}
.genesis-nav-menu .sub-menu .sub-menu a {
	background-color: #fff;
}
.genesis-nav-menu .sub-menu .sub-menu a:hover {
	background-color:#ff8c40;
	color:#fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 199px;
}

.genesis-nav-menu #menu-item-16 .sub-menu .sub-menu,
.genesis-nav-menu #menu-item-27 .sub-menu .sub-menu {
	margin-left:-199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #ffffff;
    border-bottom: 1px solid #e9eaec;
}



.nav-primary .genesis-nav-menu .sub-menu a {
	color:#000;
}


.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	background-color:#ff8c40;
	color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color:#fff;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/*
#menu-item-17 a {	/* Home tab *
	background-image: url('images/home-icon.png');
	background-repeat: no-repeat;
	background-position: 8px 16px;
	text-indent: -9999px;
	min-width: 25px;
	padding-left:12px;
	padding-right: 12px;
}
    

#menu-item-17.current-menu-item a {
	background-color:#0054a6;
}
    */

#menu-item-5093 { /* Search tab */
	display: none;
}

.genesis-nav-menu .sub-menu .menu-item-has-children > a {
	background-image: url('images/nav-arrow-right.png');
	background-repeat: no-repeat;
	background-position: top right;
}

/* After nav */
#after-nav {
	text-align: center;
	overflow: hidden;
    background: #e9eaec;
}
#after-nav .textwidget div {
	margin: 20px 0;
}

.quiz-top-bar .widget{
	margin-bottom: 20px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
    border-bottom: 2px solid #e9eaec;
    clear: both;
    padding: 0 0 30px 0;
    
    
}

.home-top-inner{
    display: flex;
    width: calc(100% + 18px);
    margin: 0 0 0 -9px;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-middle-left {
    float: left;
    padding: 30px 0px 30px 0;
    width: 100%;
    border-bottom: 2px solid #e9eaec;
}
.home-middle-left .entry-content a,
.home-middle-right .entry-content a,
.home-bottom .entry-content a {
	color:#000;
	font-weight:normal;
}
.home-middle-left .entry-content a:hover,
.home-middle-right .entry-content a:hover,
.home-bottom .entry-content a:hover {
	color:#0054a6;
}
.home-middle-left .entry-content a.moretag,
.home-middle-right .entry-content a.moretag,
.home-bottom .entry-content a.moretag {
	color:#0054a6;
}
.home-middle-left .entry-content a.moretag:hover,
.home-middle-right .entry-content a.moretag:hover,
.home-bottom .entry-content a.moretag:hover {
	color: #0054a6;
}

.home-middle-right {
    
	padding: 30px 0 0px 0px;
    width: 100%;
    display: flex;
    margin: 0;
	
}

.page-template-acr-convergence-topic .home-middle-right {
    
	padding: 0px 0 0px 25px;
    width: 50%;
    border-bottom: none;
    
}



.page-template-acr-convergence-topic .home-middle-right.no-left-col {
    padding: 0;
}

.page-template-acr-convergence-topic .home-middle-left{
    
    padding: 0px 25px 0px 0px;
    width: 50%;
    border-bottom: none;
    
}


.home-middle-left h3.widget-title,
.home-middle-right h3.widget-title,
.home-bottom h3.widget-title {
	font-size:24px;
}

.archive article .entry-content p,
.yarpp-related p,
.home-middle-left p,
.home-middle-right p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
}

body.page.page-template-resource-center-standard .featured-content article .entry-header .entry-title,
.entry-title,
.yarpp-related .entry-header a,
.home-middle-left .entry-header a,
.home-middle-right .entry-header a {
    font-size: 18px;
    line-height: normal;
    color: #000;
    display: block;
}

.home-middle-left h3.widget-title a,
.home-middle-right h3.widget-title a,
.home-bottom h3.widget-title a {
	color:#0054a6;
}
.home-middle-left h3.widget-title a:hover,
.home-middle-right h3.widget-title a:hover,
.home-bottom h3.widget-title a:hover {
	color:#666;
}

body.page.page-template-acr-convergence-parent .featured-content article .entry-header .entry-title,
.entry-title,
body.page-template-acr-convergence-topic .home-middle-left h2.entry-title,
body.page-template-acr-convergence-topic .home-middle-right h2.entry-title,
body.page-template-acr-convergence-topic .home-bottom h2.entry-title,
body.home .home-middle-left h2.entry-title,
body.home .home-middle-right h2.entry-title,
body.home .home-bottom h2.entry-title   {
	font-size: 18px;
	margin-bottom:6px;
}

.home-middle-left .entry-header .entry-meta,
.home-middle-right .entry-header .entry-meta {
	font-size: 14px;
	margin-bottom:16px;
}

.yarpp-related img,
.home-middle-left img,
.home-middle-right img {
	width: 100px;
    border: 1px solid #d7d7d7;
}

.home-middle-right .widget-area {	/* Ad spot on mobile home page */
	padding-bottom:20px;
}
article .widget-area {	/* Ad spot on mobile below entries */
	padding-top:20px;
}
.home-middle-right .widget-area img{	/* Mobile ads */
	max-width: 100%;
}

.home-current-issue {
    
    padding: 0 40px 0 0;
    width: 336px;
    max-width: 100%;
    flex: none;
}

#most-recent-issue{
    width: 60%;
}


#online-exclusives h4,
.home-current-issue h4 {
	margin-bottom: 0;
    font-size: 36px;
    color: #0154a6;
    line-height: 1;
}

#online-exclusives h4{
    margin-bottom: 40px;
}

.home-current-issue a.issue-link {
    color: #656976;
    font-size: 16px;
    line-height: 1;
    margin: 6px 0 14px 0;
    display: block;
    float: left;
}

#online-exclusives a.button, 
.home-current-issue a.button {
	text-transform: none;
    margin-top: 20px;
}

.more-articles.button{
    float: right;
    margin-top: 20px;
}

#online-exclusives a.button{
    clear: both;
    float: right;
}

.home-current-issue a.button.current-articles{
    float: right;
    margin-top: 5px;
    margin-bottom: 20px;
}

.home-current-issue a.button.all-issues{
        float: left;
}

.home-latest-news{
    width: 50%;
    float: left;
}

.home-latest-news.left{
    padding-right: 25px;
}

.home-latest-news.right{
    padding-left: 25px;
}


.home-current-issue .button-wrap {
	margin-bottom:20px;
}
.home-middle-right .home-current-issue img {
	width: 100%;
    margin-bottom: 20px;
    border: 1px solid #c3c4c3;
    margin: 0;
    padding: 0;
}
.home-current-issue ul {
	margin-top:10px;
}

.feed-link:before,
.header-feed-link a:before{
	
    content: "\f303";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 'dashicons';
    vertical-align: baseline;
    margin: 0 0 0 4px;
    
    
}
.header-feed-link {
	float:right;
}

a.feed-link:hover {
    color: #f3953f;
}


.header-feed-link a:before{
	font-size:24px;
}
.archive-title .header-feed-link a {
	color: #0054a6;
}
.archive-title .header-feed-link a:hover {
	color:#ff8c40;
}
.flex-control-nav a {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition:    all 0s ease-in-out;
	-ms-transition:     all 0s ease-in-out;
	-o-transition:      all 0s ease-in-out;
	transition:         all 0s ease-in-out;
}

.view-more {
	
	font-weight:bold;
}

/* jQuery Slick Slider
--------------------------------------------- */
.slick-slider {
	margin-bottom: 10px !important;
}
.slick-image img {
	width:500px;
	height: 270px;
	float:right;
}
a.slick-caption  {
	font-size:28px;
	
	line-height: 1.3;
	background: #ff8c40;
	color:#fff;
	display:block;
	float:left;
	padding:15px;
	width: 240px;
	height: 270px;
}
.slick-prev,
.slick-next {
	background-color: #ccc !important;
}
.news-pro-home .content .slick-dots li {
	margin-left:0;
	margin-right:0;
}
.slick-dots {
	position: relative !important;
	bottom:0 !important;
}
.slick-dots li button:before {
	font-size:12px;
}
.slick-dots li button:hover {
	background:none !important;
}

/* Archives
--------------------------------------------- */
body.post-type-archive-qsm_quiz article img,
body.page.page-template-resource-center-standard .featured-content article img,
body.page.page-template-acr-convergence-parent .acr-convergence-listing article img,
body.post-type-archive-quiz article img,
body.archive .entry-content img.alignleft, 
body.archive .article img.alignleft,
body.archive .post img.alignleft,
body.search .article img {
	max-width: 100px;
    border: 1px solid #d7d7d7;
}

/* ## Entries
--------------------------------------------- */

.entry {
	padding: 20px 0px;
}

.page:not(.home) .entry {
	padding: 0;
}


.archive .entry {
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 12px 0px;
}

body.single-article .site-inner .entry {
	padding-top:0;
    padding-bottom: 0;
}



.entry-content {
	word-wrap: break-word;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 26px;
    list-style: outside;
}

.entry-content ol > li {
	list-style-type: decimal;
	padding-bottom:10px;
}
.entry-content ol li li {
	list-style-type: lower-alpha;
}

.entry-content ul > li {
	list-style-type: disc;
	padding-bottom:10px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

ul.inside li,
ol.inside li {
	list-style-position: inside;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

.entry-header p.entry-meta *,
p.entry-meta {
	font-size: 16px;
	color: #656976;
    font-weight: normal;
}

p.entry-meta.sub-cats {
    margin-top: -24px
}



.entry-header p.entry-meta a:hover *,
.entry-header p.entry-meta a:hover{
	color: #f3953f;
}

p.entry-meta svg{
    width: 14px;
    height: auto;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 2px;
}

p.entry-meta svg path{
    fill: #656976;
}

.entry-header .entry-meta {
    margin-bottom: 20px;	
}

.featured-content .entry-header .entry-meta {
    margin-bottom: 20px;	
}


.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories{
	display: block;
    margin: 0 0 10px 0;
}

.entry-tags {
	display: block;
    margin: 0 0 0px 0;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

body.single-article article > p.entry-meta {
	padding:10px;
	background-color:#eee;
	border-left: solid 4px #0054a6;
}

body.single-article article > p.entry-meta span {
	padding-bottom:10px;
}

/* ## Articles content
--------------------------------------------- */
.social-bar {
	padding:10px 0 10px 0;
	border-bottom:none;
	margin-bottom:15px;
	background: url('images/slashes-bg.png') repeat-x bottom left #fff;
	min-height: 50px;
	z-index: 2 !important;
}
.social-bar .sd-content ul {
	margin-bottom: 0px !important;
}
#social-bar .sharedaddy {
	float:left;
}
#social-bar div.printfriendly {
	margin:0;
	float: left;
}
#social-bar .printfriendly a img {
	float:left;
	margin-top:3px;
}
a.print-button {
	font-size: 11px;
	padding: 2px 8px;
	border: solid 1px #ccc;
	float:left;
	color: #777;
	background-color: #f8f8f8;
	border-radius: 3px;
	font-weight: normal;
}
a.print-button:hover {
	background-color:#0054a6;
	border-color: #0054a6;
	color:#fff;
}

#promo-box  .yarpp-related {
	margin:0 !important;
}

#promo-box {
	/*background-color:#d3e0e7;*/
	margin:0;
	float:left;
	max-width:370px;
	clear: left;
	font-size: 18px;
	line-height: 1.3;
	position: relative;
    z-index: 1;
    border: none;
}

/*Just for native ad*/
#promo-box #native.ad-loaded{
    margin:0 20px 15px 0;
    border: 2px solid #0054a6;
}

#promo-box a {
	color:#000;
	font-weight: normal;
}
#promo-box a:hover {
	color:#666;
}
#promo-box h6 {
	padding:10px;
	margin:0 0 3px 0;
	color:#fff;
	background-color:#0054a6;
}
#promo-box ul {
	list-style:none;
	margin:0;
	padding:10px;
}
#promo-box ul li {
	list-style:none;
	padding-bottom:15px;
}
#promo-box .yarpp-related a {
	font-weight:normal !important;
}
#promo-box .entry-issue {
	display:block;
	padding:10px;
}

.footer-widgets #promo-box {
	display:none;
}
.yarpp-related abbr {
	display:none;
}
#might-like-footer h6 {
	font-weight: 900;
    font-size: 36px;
    color: #004899;
    line-height: 1;
    margin: 0 0 40px 0;
}
#might-like-footer ul {
	list-style:none;
	margin-left:0;
}
/*
#might-like-footer ul li {
	list-style:none;
	float:left;
	margin-right:15px;
	max-width:150px;
	line-height:1.4 !important;
	font-size: 14px;
	min-height: 250px;
	margin-bottom:10px;
}
#might-like-footer img  {
	max-width:100%;
	border: solid 1px #ccc;
	margin-bottom:0px;
}
#might-like-footer  a {
	font-weight:normal !important;
}
#might-like-footer a.related-link-bg {
	display:block;
	width:150px;
	height:150px;
	background-size:cover;
	margin-bottom:5px;
	border:solid 1px #ccc;
}*/

.audio-wrap {
	margin-bottom:15px;
}
.audio-button {
	margin-bottom:15px;
}

/* Gravity Forms */
.gform_wrapper div.validation_error {
	font-size: 16px !important;
}

/* Springboard legacy styles
---------------------------------------------------------------------------------------------------- */
.authorHeadshot {
	float:left;
	margin:0 24px 16px 0;
}
.authorHeadshot p {
	margin-bottom:0;
}
.imageContainer,
.calloutHalf,
.sidebarContainerHalf {
	max-width:295px;
	float:right;
	margin: 0 0 24px 16px;
	background-color:#e9eaec;
}
.calloutHalf,
.sidebarContainerHalf,
.entry-meta-footer,
.entry-footer .entry-meta {
	background-color:#e9eaec;
	padding:0px;
	font-size:14px;
	border-left:solid 7px #72a4cf;
}
.calloutHalf {
	clear:right;
}
.calloutHalf p {
	margin-bottom: 13px;
}
.sidebarContainerHalf {
	padding-top:15px;
}
.sidebarContainerHalf h2 {
	font-size:18px;
}
.entry-content .sidebarContainerHalf  ol, 
.entry-content .sidebarContainerHalf ul {
	margin-left:20px;
	margin-bottom:10px;
}
.imageSource {
	font-size:12px;
	font-style:italic;
	margin-bottom:5px;
	padding:10px 10px 0 10px;
}
.authorHeadshot .imageSource {
	padding:5px 0 0 0;
}
.imageCaption {
	font-size:14px;
	padding: 10px;
}
.entry-content .imageContainer p {
	margin:0;
}

/* IssueM styles
---------------------------------------------------------------------------------------------------- */

.issuem_archives_shortcode {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear:both;
    padding-top: 20px;
}

.issuem_archive {
	position: relative;
	float: left;
	text-align: center;
	margin-right: 40px;
	padding: 5px 5px 5px 0;
	max-width: 160px;
	height: 290px;
}
.issuem_archives_shortcode .next_previous_archive_pagination {
	display:none;
}
.issuem-pagination {
	clear:both;
}
.entry-content ul.st-pagination {
	list-style:none;
	margin-left:0;
}
.entry-content ul.st-pagination li {
	list-style:none;
	float:left;
	margin-right:5px;
	padding-bottom:5px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    padding: 10px 0 0px 0;
    font-weight: 600;
    color: #0054a6;
    float: left;
    background: #fff;
    z-index: 1;
    position: relative;
    width: 100%;
}

.page-template-acr-convergence-topic .pagination {
 
    margin: 30px 0 0px 0;
 
}


.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
    background-color: #fff;
    color: #0054a6;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    padding: 8px 12px;
    border: 1px solid;
    line-height: 1;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #0054a6;
	color:#fff;
}


.archive-pagination li a,
.archive-pagination li span.current,
.entry-pagination a,
.entry-pagination > span {
    background-color: #fff;
    color: #0054a6;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    line-height: 1;
}

.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li a.active,
.archive-pagination li span.current,
.entry-pagination a:hover,
.entry-pagination > span {
	background-color: #ff8c40;
    border-color: #ff8c40;
    color:#fff;
}

.entry-pagination > span {
	background-color: #ff8c40;
	color:#fff;
	cursor: auto;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 16px;
}
.children .comment-respond {
	padding-left: 20px;
	padding-right: 20px;
}

.entry-comments {
	padding: 40px 0 0 0;
	margin-bottom:0;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 0px;
}

/* Connect with Us */
ul.social-icons {
	list-style:none;
	
	font-size: 20px;
	float: right;
}
ul.social-icons li {
	list-style:none;
	float:left;
	padding-left: 5px;
	padding-bottom:0;
	margin-bottom:0;
	color:#0054a6;
}
ul.social-icons li:first-child {
	padding-left: 0;
}
ul.social-icons li img {
	padding:0;
	margin:0;
}
ul.social-icons li img:hover {
	opacity: 0.8;
}

/* Easy Responsive Tabs */
.osc-res-tab .nav-pills>li.active>a,
.osc-res-tab .nav-pills>li.active>a:hover,
.osc-res-tab .nav-pills>li.active>a:focus {
	background-color:#0054a6;
}
.osc-res-tab .tab-content > .active {
	margin-bottom: 0;
	padding-bottom: 0;
}
.osc-res-tab .nav-pills>li {
	margin-bottom: 0;
	padding-bottom: 0;
}
.osc-res-tab a {
	color: #000;
}
.widget ol.wpp-list {
	margin-left:0px;
}
.widget ul.wpp-list {
	margin-left:0px;
}
.widget .wpp-list li,
.widget .my-recent-posts li{
	margin-left:0;
	padding-bottom:15px;
	line-height: 1.4;
}
.widget .wpp-list p {
	display: none;
}
.osc-res-tab .nav>li>a {
	
	font-size: 14px;
	background-color: #e3e3e3;
	padding:4px 8px;
	margin:0 4px 4px 0;
}
.osc-res-tab .nav>li>a:hover {
	color:#000;
}
.osc-res-tab ul.tab-content {
	margin:0;
	padding: 15px;
	background-color: #e9eaec;
}
.osc-res-tab ul.tab-content a {
}
.osc-res-tab ul.tab-content a:hover {
	color:#999;
	text-decoration: none;
}
.osc-res-tab ul.tab-content a.moretag {
	font-size: 12px;
	padding: 5px 10px;
}
.osc-res-tab .nav {
	margin-bottom:6px;
}

/* Polls */
.wp-polls {
	font-size:14px;
}
.wp-polls ul,
.wp-polls-ul,
.wp-polls-ans ul {
	margin-bottom:20px;
}

.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
	margin-bottom:8px;
}
.widget_polls-widget {
	font-size: 14px;
}

.poll-date {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.entry-content .wp-polls-archive {
	padding-top:20px;
}

.widget_polls-widget a {
	font-weight: bold;
	font-weight: 600;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #e9eaec;
	clear: both;
	padding-top: 20px;
	border-top: double 4px #0054a6;
	border-bottom: double 4px #0054a6;
	font-size: 16px;
}
.footer-widgets .wrap {
	padding: 0 20px;
}

.footer-widgets,
.footer-widgets a {
	/*color: #ddd;*/
	color: #000;
}
.footer-widgets a {
	/*color:#dc7937;*/
	color: #0054a6;
	font-weight: 600;
}
.footer-widgets a:hover {
	color:#666;
}
.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button {
	background-color:#fff;
	color:#0054a6;
	
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	text-transform:none;
	max-width: 190px;
	padding: 8px 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer-widgets a.button:hover {
	background-color:#d3e0e7;
}

.footer-widgets a.view-more {
	/*color:#dc7937;*/
	color: #0054a6;
}
.footer-widgets a.view-more:hover {
	color:#666;
}
.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 310px;
}

.footer-widgets-1 {
	margin-right: 80px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}


.footer-left {
	float: left;
	text-align:left;
	width:65%;
}
.footer-right {
	float: right;
	text-align:right;
	width:30%;
}
.footer-widgets img {
	border: solid 1px #ccc;
}
.footer-widgets img.alignleft {
	margin-right: 10px;
}

.footer-widgets p {
	margin-bottom:16px;
}

.footer-widgets p:last-child {
	margin-bottom:0;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
       background-color: #0054a6;
    font-size: 12px;
    padding: 30px 0;
    color: #fff;
    font-weight: 100;
    clear: both;
}
.site-footer .wrap {
	padding:0 20px;
}


.site-footer #wysiwyg_widgets_widget-17 { /* Social media icons */
	display: none;
}



#menu-footer-menu-main li a {
    display: inline-block;
    color: #fff;
    padding: 0px 16px 8px 0px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
}

#menu-footer-menu-main li a:hover {
    color: #f3953f;
}



#menu-footer-menu-main li{
    display: inline-block;
}

#main_footer .thn-social-media-links {
    margin: 20px 0 6px;
    float: none;
}

.footer-menu li a,
.footer-menu li{
    color: #fff;
	display: inline-block;
	font-size: 12px;
}

.footer-menu li{
	margin-right: 5px;
}


.footer-menu li:first-child{
	display: block;
    padding: 2px 0 2px 0;
}

.wiley-link{
	margin-left: auto;
    padding-left: 20px;
}

.wiley-link svg{
	width: 204px;
	height:auto;
}

.acr-link {
	margin-left: auto;
    padding-left: 20px;
    display: none;
}

.acr-link svg{
	width: 174px;
	height:auto;
}

.title-area a.acr-link-header{
    margin-left: auto;
    padding-left: 20px;
    width: auto;
}

.acr-link-header svg{
	width: 236px;
	height:auto;
}

.site-header .title-area{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}


.footer-menu-section {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
}

.back-to-top:hover,
.back-to-top {
    position: fixed;
    width: 30px;
    height: 30px;
    background: rgb(58 103 153);
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
    padding: 0px 0 0 4px;
    z-index: 1;
    font-size: 22px;
    color: #fff;
    outline: none;
    transform: translateX(60px);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0 5px 0px;
	
}


/* Interstitial ads
---------------------------------------------------------------------------------------------------- */
#interads  {
	top: 8px !important;
	bottom: 8px !important;
	left: 8px !important;
	right: 8px !important;
	width: auto !important;
	height: auto !important;
	-webkit-box-shadow: 0px 0px 21px 14px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px 14px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 21px 14px rgba(0,0,0,0.75);
}
#interads-cnt {
	/*overflow: scroll;*/
	overflow: hidden;
	max-width:100%;
	text-align:center;
}
#interads-cnt iframe {
	max-width: 640px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
#interads-cnt img {
	/*max-width: 100%;
	max-height: 90%;
	width: auto;
	height: auto;*/
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon,
.responsive-search-icon {
	cursor: pointer;
	display: none;
	text-align: center;
	float: left;
}
.responsive-search-icon {
	cursor: pointer;
    display: none;
    float: right;
    color: #004899;
    font-size: 30px;
    padding: 2px 0;
}
.responsive-search-icon .dashicons-search {
	font-size: 28px;
	line-height: 1.4;
}

/*
.responsive-menu-icon::before {
	color: #004899;
	content: "MENU";
	display: inline-block;
	
	font-size:20px;
	font-weight: 600;
	line-height: 1.0;
	margin: 0 auto;
	padding: 10px 5px 0;
}*/
.responsive-menu-icon::after {
    color: #004899;
    content: "\f0c9";
    display: inline-block;
    font: normal 30px/1 'fontawesome';
    margin: 0 auto;
    padding: 10px 0px;
}

.responsive-search-icon::before {
	/*color: #fff;
	content: "\f179";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px 5px;
	border-left: solid 1px #fff;*/
}

#mobile-search-form {
	color:#004899;
	display: none;
	clear:both;
	border-top: solid 1px #fff;
	padding:15px 0;
}

#mobile-search-form input[type='search'] {
	width: 76%;
	margin-right:4%;
}
#mobile-search-form input[type='submit'] {
	width: 20%;
}
#mobile-search-form input[type='submit']:hover {
	background-color:#ff8c40;
}


/*Fix wonky linked in sharing button*/
.share-linkedin .linkedin_button{
	line-height: 1 !important;
}

.share-linkedin .linkedin_button .IN-widget button {
	margin:0;
}

.qmn_question_answer{
	margin-bottom: 20px;
}

.mlw_qmn_message_before {
    color: #333 !important;
}

/*Quiz page shows attached image twice - hide second one*/
.qsm-quiz-container .qmn_quiz_container .wp-post-image{
	display: none;
}

.qsm-results-page{
	margin-bottom: 20px;
}

.mlw_qmn_hint_link {
    background: #3498db;
    width: 60px;
    text-align: center;
    margin-top: 5px;
    color: #fff !important;
    border-radius: 5px;
    padding: 3px 0;
	text-decoration: none !important;
}

.ui-tooltip-content{
	
	font-size: 14px !important;
}

.single-article .content .entry-header:after,
.content-sidebar-wrap:after,
.taxonomy-archive-description:after,
.pf-content:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}


.widget.widget_text.mobile_version{
	display: none;
}


.entry-meta-footer,
.entry-footer .entry-meta{
	border: none !important;
    background: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* # Temporary changes for covide 19 button */

.site-header .header-widget-area .widget {
    clear: none;
}
.site-header .header-widget-area .widget:first-child{
	float: left;
}

.site-header .widget-area {
    width: 760px;
}

.covid-button{
	font-size: 14px;
    margin-top: -10px;
    padding: 10px;
    background: #ff8c40;
}

/* # Temporary changes for covide 19 button */

.taxonomy-archive-description{
    font-size: 16px;

}

.tag-banner{
    margin-bottom: 20px;
}

body.page.page-template-acr-convergence-topic article.page .entry-header .entry-title{
    color: #0054a6;
    margin-bottom: 30px;
}

.page-template-acr-convergence-topic .entry.page {
    padding: 0px;
}

.page-template-acr-convergence-parent .entry-content p,
.page-template-acr-convergence-topic .entry-content p{
    font-size: 18px;
} 

.page-template-acr-convergence-parent .featured-content .entry-content p,
.page-template-resource-center-standard .featured-content .entry-content p,
.page-template-acr-convergence-topic .featured-content .entry-content p{
    font-size: 14px;
}



.category  .content-sections li,
.page-template-acr-convergence-parent .content-sections li{
    clear:both;
    padding-bottom: 40px;
    background: #e9eaec;
    padding: 15px;
    margin-bottom: 10px;
}



.content-sections{
    font-size: 18px;
    margin-bottom: 30px;
}

.content-sections p:last-of-type{
    margin-bottom: 0;
    display: inline;
}

.content-sections .button{
    padding: 6px 12px;
    font-size: 15px;
    margin-top: 10px;
}

.content-sections img{
    width: 128px;
    height: auto;
    margin-bottom: 6px;
}

.acr-convergence-listing{
    margin-top: 0px;
    padding: 0 10px;
    width: 50%;
}

.acr-convergence-container{
    display: flex;
    margin: 0 -10px;
}

.content-section-container{
    padding: 0 10px;
    width: 50%;
}

.content-section-container.full-width{
    width: 100%;
}

a.header-link{
    color:#000;
}

a.header-link:hover{
    color:#0054a6;
}

.home-col-2-ad{
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding: 0 0 24px;
    
}

.home-col-2-ad h3.sponsored{
    color: #0054a6;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    
    margin-bottom: 5px;
}

.home-col-2-ad .ad-inner{
    border: 3px solid #cc0000;
    padding: 10px;
    
    text-align: center;
}

.home-col-2-ad img{
    float: left;
    margin: 0 10px 10px 0;
}

.home-col-2-ad .button{
    background-image: linear-gradient(to bottom,#67c1be,#ae70d6);
    padding: 13px 19px;
    transition: all .4s;
}

.home-col-2-ad .button:hover{
    background-image: linear-gradient(to bottom,#ae70d6,#67c1be);
}
    
.home-col-2-ad .ad-inner h3{
    
    font-weight: 700;
    font-size: 21px;
        text-align: left;
    overflow: hidden;
    color: #67c1be;
}

.home-col-2-ad .ad-inner p{
    font-size: 17px;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
    line-height: 1.25;
    color: #505050;
}

.double-border {
    position: relative;
}

.double-border:before {
    background: none;
    border: 3px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
}

.home-col-2-ad .ad-inner p.sponsor-name{
    text-align: center;
    font-size: 13px;
    overflow: visible;
}

.pdf-link{
    background: #0054a6;
    color: #fff;
    display: block;
    padding: 10px 10px 10px 110px;
    margin: 60px 0px 30px 0px;
    position: relative;
}

.pdf-link:hover{
    background: #ff8c40;
    color: #fff;
}

.pdf-link img{
    position: absolute;
    left: 10px;
    bottom: 0px;
}

.pdf-link.right{
    padding: 10px 110px 10px 10px;
}

.pdf-link.right img {
    left: auto;
    right: 10px;
}

iframe{
    border: none;
}

/*Added 03/06/2021 - Hide last ad slot on specific pages*/
.postid-38348 #div-gpt-ad-THR-4,
.postid-40078 #div-gpt-ad-THR-4{
    display: none;
}

/*Added 02/09/2021 - New native ad on home page*/
.veeva-code{
    margin-left: 5px;
    font-size: 9px;
    font-weight: bold;
    display: inline-block;
}

.archive-listings{
    margin: 30px 0;
}

/*Hide pop up if no ad has loaded*/
.hide-pop-up .pum-overlay{
    display: none !important;
    
}

html.pum-open.pum-open-overlay.hide-pop-up, 
html.pum-open.pum-open-overlay.pum-open-fixed.hide-pop-up .pum-overlay {
    overflow: auto !important;
}

.osano-cm-widget{display: none;}

/*Delay close button for specific ad*/
/*.delay-close*/ /*17/05/2024 - Changed to be ALL pop-ups See: https://jira.wiley.com/browse/ASBS-10 */
.pum-close{
    opacity: 0;
    animation-duration: 1s;
    animation-delay: 1s; /*1s for pop up to appear + 3s after ad slot is rendered by Google*/
    animation-fill-mode: forwards;
    animation-name: fadeInBut;
    
}

@keyframes fadeInBut {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


.featured-item{
    width: 33.3333%;
    padding: 0 9px;
}

.home_featured_image{
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
}

.featured-item h3{
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
    line-height: normal;
}

.home_native_ad_inner #native.ad-loaded{
    border: 6px solid #004899;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #004899;
}



.search-in-utility input[type=text] {
    background-color: #FFF;
    font-size: 18px;
    width: 210px;
    padding: 4px 30px 4px 5px !important;
    height: auto;
    color: #004899;
    border-radius: 0;
    border: 1px solid #004899;
    font-weight: normal;
    line-height: 1;
}

.search-in-utility input[type=text]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #33495e;
}
.search-in-utility input[type=text]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #33495e;
    opacity: 1;
}
.search-in-utility input[type=text]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #33495e;
    opacity: 1;
}
.search-in-utility input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #33495e;
}

.search-in-utility button{
    background: 0 0;
    border: 0;
    font: inherit;
    line-height: normal;
    overflow: visible;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-in-utility button {
    
    color: #004899;
    font-size: 18px;
    padding: 0 6px;
    position: absolute;
    right: 0;
    height: 30px;
    cursor: pointer;
}

.full-nav .search-in-utility button {
    padding: 5px 10px;
    font-size: 16px;
}

.search-in-utility {
    position: relative;
}


ul li.search-in-utility {
    float: right !important;
    margin-top: 8px;
}


.social-media-list{
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    float: right;
    margin: 10px 0 0px 0px;
    
}

.social-media-list a {
    padding: 5px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: #0054a6;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
}

.social-media-list a i{
    vertical-align: top;
}

.social-media-list a:hover {
    background: #ff8c40;    
}


.social-media-list a:hover svg circle {
    fill: #8CA6A2;
    fill-opacity: 1;
}

.social-media-list a:hover svg rect,
.social-media-list a:hover svg path {
    fill: #FFF;
    opacity: 1;
    fill-opacity: 1;
}

.social-media-list a.article-email-button:hover svg path {
    fill: #8ca6a2;
}

.social-media-list a.article-email-button:hover svg #Group-17 {
    stroke:#8CA6A2;
}



.share-title{
    font-weight: 600;
    color: #0054a6;
}

.entry-tags a,
.entry-categories a{
    font-weight: 600;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    line-height: 1;
    margin: 0 5px 5px 0;
    display: inline-block;
    /*text-transform: capitalize;*/
}

.entry-tags a:hover,
.entry-categories a:hover{
    
    color: #f3953f;
}

.cat-link-heading{
    display: block;
    margin-bottom: 5px;
}

.single .site-inner .entry-content{
    padding: 0;
    margin: 0;
}

body .yarpp-related {
    margin-bottom: 0;
    margin-top: 0;
    background: #e9eaec;
    padding: 30px 0;
}


.entry-footer{
    clear: both;
    border-top: 1px solid #e9e9e9;
    padding: 12px 0 0px 0;
    margin: 30px 0 0 0;
    display: inline-block;
    width: 100%;
    z-index: 1;
    position: relative;
    background: #fff;
}

.single-article .entry-content p:empty{
    display: none;
}

.archive article:last-of-type .entry-footer{
  border:none;
}

.archive .entry-footer{
    
    padding: 0;
    margin: 0;
    
}


.bg-thumb{
    width: 100px;
    height: 0;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover;
    float: left;
    margin: 0 20px 16px 0;
    border: 1px solid #d7d7d7;
}


.featured_archives_cover img{
    border: 1px solid #c3c4c3;
}

.issuem-archives-issue-title,
.issuem-archives-issue-cover{
    margin-bottom: 0;
}

.custom_sidebar{
    font-size: 16px;
    background-color: #e9eaec;
    padding: 10px;
    float: left;
    margin: 0 24px 24px 0;
    width: 33%;
}

.custom_sidebar.right{
    float: right;
    margin: 0 0 24px 24px;
}

body .tablepress {
    --text-color: #111;
    --head-text-color: #fff;
    --head-bg-color: #004899;
    --odd-text-color: var(--text-color);
    --odd-bg-color: #f9f9f9;
    --even-text-color: var(--text-color);
    --even-bg-color: #fff;
    --hover-text-color: var(--text-color);
    --hover-bg-color: #f3f3f3;
    --border-color: #ddd;
    --padding: 5px;
    
}

body .tablepress>:where(thead,tfoot)>*>th{
    font-weight: normal;
}

body .tablepress>*+tbody>*>*, 
body .tablepress>tbody>*~*>*, .tablepress>tfoot>*>*{
    border: 1px solid var(--border-color);
}

body .tablepress>:not(caption)>*>*{
    line-height: normal;    
}

.break{
    clear: both;
}


.all-issues-mobile{
    display: none;
    margin-top: 20px;
    float: left;
}


.thn-social-media-links svg.twitter{
    width: 21px;
    display: inline-block;
    height: 24px;
    vertical-align: top;
    transition: color .4s;    
}

.thn-social-media-links a svg.twitter path{
    transition: fill .4s;
}

.thn-social-media-links a:hover svg.twitter path{
    fill: #ff8c40 !important;
}

.single-article .content .entry-header{
    z-index: 1;
    position: relative;
    background: #fff;
}

#interstitial_container{
    position: relative;
    z-index: 100000;
}

.native-ad-article{
    width: 304px;
    clear: both;
    float: left;
    margin: 0 16px 16px 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

    /*
	.site-inner,
	.wrap {
		max-width: 960px;
	}*/

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

    /*
	.content {
		width: 580px;
	}*/

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 260px;
	}

	.footer-widgets-1 {
		margin-right: 70px;
	}
	
    /*
	.title-area {
		width: 265px;
	}*/

    /*
	.site-header .wrap {
		max-width: 1060px;
		padding-left: 20px;
		padding-right: 20px;
	}*/
	
	.slick-image img {
		width:400px;
		height: 216px;
	}
	a.slick-caption  {
		width: 180px;
		height: 216px;
		font-size: 18px;
	}
	.genesis-nav-menu {
		font-size: 14px;
	}
	.genesis-nav-menu a {
		padding: 18px 10px;
	}
	
	
	
	.site-header .widget-area {
		width: 734px;
		max-width: calc(100% - 280px);
	}
	
    .search-in-utility input[type=text] {
     
        font-size: 15px;
        width: 150px;
         padding: 7px 30px 7px 5px !important;
     
    }
	
}


@media only screen and (max-width: 970px) {

	.nav-primary {
		min-height:40px;
	}
	.genesis-nav-menu.responsive-menu {
		padding-right:0;
	}
	.genesis-nav-menu {
		font-size: 16px;
        padding-bottom: 10px;
	}
	.nav-primary .genesis-nav-menu a {
		max-width: 100%;
		display: inline-block;
		text-align:left;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon,
	.responsive-search-icon {
		display: block;
	}
	.responsive-search-icon {
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
        float: none;
    clear: both;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		color: #004899;
		display: block;
		line-height: 1;
		padding: 20px 0 20px 0px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
        float:none;
        clear: both;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f067";
        float: right;
        font: normal 24px/1 'fontawesome';
        height: 22px;
        padding: 18px 2px 18px 20px;
        right: 0;
        text-align: right;
        z-index: 1000001;
        color: #004899;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f068";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 999;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.genesis-nav-menu #menu-item-16 .sub-menu .sub-menu,
	.genesis-nav-menu #menu-item-27 .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
		color: #004899;
	}
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a{
		color: #f3953f;
	}
	.genesis-nav-menu.responsive-menu .menu-item.custom-search {
		display:none;
	}
	.genesis-nav-menu li.custom-search-link {
	}
	.featured-subnav {
		display:none;
	}
	.genesis-nav-menu .menu-item.current-menu-item:hover > .sub-menu,
	.genesis-nav-menu .menu-item.current-menu-ancestor:hover > .sub-menu {
		left: 0px;
		opacity: 1;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a {
		max-width: 100%;
	}
	#menu-item-5093 {	/* Search tab */
		display: block;
	}
    /*
	#menu-item-17 a {	/* Home tab *
		background: none;
		padding:20px;
		text-indent: 0;
	}*/
	
}

@media only screen and (max-width: 960px) {

	/* Header */
	.header-widget-area {
		display: none;
	}
	
	/* Footer */
	.site-footer #wysiwyg_widgets_widget-17 { /* Social media icons */
		display: block;
	}
	.site-footer ul.social-icons {
		float: none;
	}
	.site-footer ul.social-icons li {
		padding-left: 0;
		padding-right: 5px;
	}
	.site-footer ul.social-icons li:first-child {
		display: none;
	}
		
		
	.site-inner,
	.wrap {
		max-width: 800px;
	}
	.nav-primary .wrap {
		max-width: 100%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
    
    .site-description{
        max-width: none;
    }

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	

	.footer-widgets-1 {
		margin-right: 0;
	}
	.slick-image img {
		width:100%;
		height: auto;
	}
	a.slick-caption  {
		width:100%;
		height: auto;
		font-size: 24px;
	}

    /*Make ads appear at top on the ACR convergence pages*/
    /*
    .page-template-acr-convergence-topic .content-sidebar-wrap,
    .page-template-acr-convergence-parent .content-sidebar-wrap{
        display: flex;
        flex-direction: column-reverse;
    }
    */
    
    /* Hide ads 2 and 3 on ACR Convergecne pages on mobile */
    .page-template-acr-convergence-parent #div-gpt-ad-THR-4,
    .page-template-acr-convergence-topic #div-gpt-ad-THR-4,
    .page-template-acr-convergence-parent #div-gpt-ad-THR-3,
    .page-template-acr-convergence-topic #div-gpt-ad-THR-3{
        display: none !important;
    }

    
    ul li.search-in-utility {
        display: none;
    }
    
    .title-area a{
        width: 240px;
    }
    
    .site-header .wrap {
        padding: 14px 0px 12px 0px;
    }
    
    .sidebar-primary {
        padding: 40px 0 0 0;
    }
    
    
    .title-area a.acr-link-header{
        display: none;
    }
    
    .acr-link{
        display: block;
    }
    
}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	/*.entry,*/
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	.comment-respond,
	.entry-comments	{
		padding-top:40px;
	}
	.archive-description {
		padding: 0 0 0 0;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.home-middle-left,
	.home-middle-right,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.footer-left,
	.footer-right {
		float:none;
		width:100%;
		text-align:center;
	}
	.home-middle-left {
	
	
	}
	.home-middle-right {
	
	
	}
	
	.site-footer ul.social-icons {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.site-footer ul.social-icons li {
		float: none;
		display: inline-block;
		padding-left: 0;
	}
    
    .home-middle-left {
        /*padding: 40px 0px 0px 0;*/
    }
    
    body .yarpp-related,
    .home-middle-right{
        /*padding: 40px 0px 40px 0;*/
    }
    
    .home-top{
        /*padding: 0 0 40px 0;*/
    }
    
    

    .site-inner {
        padding: 20px 20px 30px 20px;
    }
    
    .sidebar .widget{
        margin-bottom: 0px;
    }
    
    
    .social-media-list {
        
        float: left;
        padding: 20px 0 30px 0px;
        clear: both;
        margin: 0;
        z-index: 1;
        position: relative;
        background: #fff;
        width: 100%;
        justify-content: flex-start;
        
    }
    
    .entry-footer{
        margin: 0;
    }
    
    body .yarpp-related{
        
    }
    
    .back-to-top.sticky {
		transform: translateX(0px);
	}
    
    
     .footer-menu-section {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .acr-link,
    .wiley-link {
        margin-left: 0;
        padding-left: 0;
        margin-top: 30px;
    }
    
    
}

@media only screen and (max-width: 650px) {
	.home-middle-left {
		/*border: none;*/
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width:100%;
		padding:20px !important;
	}
	
	#mobile-search-form input[type='search'] {
	width: 66%;
	margin-right:4%;
	}
	#mobile-search-form input[type='submit'] {
		width: 30%;
		background-color:#ff8c40;
        padding: 16px 12px;
	}
	
	.widget.widget_text.mobile_version{
		display: inline-block;
	}
	
	.widget.widget_text.desktop_version{
		display: none;
	}
    
    .acr-convergence-container {
        display: block;
        margin: 0;
    }
    
    .content-section-container {
        padding: 0;
        width: 100%;
    }
    
    .acr-convergence-listing {
        margin-top: 30px;
        padding: 0;
        width: 100%;
    }
    
    .home-middle-right{
        flex-direction: column;
    }
    
    .home-current-issue {
        padding: 0;
        width: 100%;
    }
    
    #most-recent-issue {
        width: 100%;
        padding-top: 40px;
    }
    
    #menu-footer-menu-main li {
        display: block;
    }
    
    .all-issues-mobile{
        display: inline-block;
    }
    
    .all-issues-desktop{
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    
    .site-footer {
        padding: 40px 0;
    }
    
	#promo-box {
		display:none;
	}

    body.page main article .entry-header .entry-title {
        margin-bottom: 10px;
    }
    
    .page-template-acr-convergence-topic .home-middle-right,
    .page-template-acr-convergence-topic .home-middle-left,
    .home-latest-news.left {
        padding: 0;
        width: 100%;
    }
    
    .page-template-acr-convergence-topic .home-middle-left{
        border-bottom: 1px solid #c3c4c3;
        margin-bottom: 20px;
        padding: 0 0 20px;
    }
    
    .top-bar .thn-social-media-links {
        display: none;
    }
    
    
   
    
    .page .content .alignleft, 
    .page .content .alignright, 
    .archive.author .custom-profile-info .alignleft, 
    .archive.author .custom-profile-info .alignright, 
    .single-article .entry-content .alignleft, 
    .single-article .entry-content .alignright{
        max-width: 50%;
    }
    
    
    .page .content .home-middle-right .home-current-issue img.alignleft{
         max-width: 100%;
    }
    
    /*
    .page-template-acr-convergence-topic article.entry img,
    .content-sections img,
    body.page.page-template-acr-convergence-parent .acr-convergence-listing article img,
	body.home .content img.alignright,
	body.home .content img.alignleft,
	body.archive .content img.alignright,
	body.archive .content img.alignleft {
		float:none;
		margin:0 0 6px 0;
		clear:both;
		max-width: 100%;
	}
    */
    
	/*
	.front-page-left-4,
	.front-page-left-5,
	.front-page-left-6,
	.front-page-left-7,
	.front-page-left-8,
	.front-page-right-4,
	.front-page-right-5,
	.front-page-right-6,
	.front-page-right-7,
	.front-page-right-8	{
		display:none;
	}
	*/
    
    /*
    .rc-button,
    .content-sections p:last-of-type {
        float: left;
    }*/
    
    .home-top-inner {
        display: flex;
        width: 100%;
        margin: 0;
        flex-direction: column;
    }
    
    .featured-item {
        width: 100%;
        padding: 0;
    }
    
    body.page article .entry-header .entry-title, 
    .archive-title,
    #might-like-footer h6,
    body.single article .entry-header .entry-title,
    #online-exclusives h4,
    .home-current-issue h4,
    body.author  h3.entry-title,
    .archive-description {
        font-size: 28px;
    }
    
    
    .home-latest-news.right {
        padding-left: 0;
    }
    
    .home-latest-news.left {
         border-bottom: 1px solid #c3c4c3;
        margin-bottom: 20px;
        padding: 0 0 20px;
    }
    
    .home-latest-news {
        width: 100%;
       
    }
    
}

@media only screen and (max-width: 450px) {
	a.slick-caption  {
		font-size: 16px;
	}
}

@media only screen and (max-width: 350px) {
	#mobile-search-form input[type='search'] {
		width: 100%;
	}
	#mobile-search-form input[type='submit'] {
		display: none;
	}
}